/*
Theme Name: Hello Promocion Social
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.101
Updated: 2024-03-15

*/

html, body{}
body{}
a{text-decoration: none !important; }
a{-webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out;}
textarea{resize: none !important;}
p{margin-top: 0 !important; padding-top: 0 !important;}
*{word-wrap: normal;}


/* BLOQUEAR SCROLL LATERAL */

html,
body{
width:100%;
overflow-x:hidden;
}

/* Ocultar icono de recapcha */
.grecaptcha-badge {
    visibility: hidden;
}


/* DOS COLUMNAS EN CONTACT 7 */

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}



/***** Selectores ******/
.selectBox{display: block; position: relative;}

.selectBoxTitle{display: block; position: relative; color: #487f7f; padding: 3px 2px 3px 2px; -webkit-box-shadow: 0 0 15px 0 #999; box-shadow: 0 0 15px 0 #999; font-weight: bold; text-align: center; font-size: 15px;}
.selectBoxUpperTitle{display: block; position: absolute; color: #487f7f; padding: 3px 0; top: 0; left: 0; width: 100%; height: 100%; font-weight: bold; text-align: center; font-size: 15px; background-color: #fff;}

.selectBoxSelector{display: block; position: relative;}

    .efa_selectBox{display: none; position: absolute; width: 100%; padding: 5px 0px 5px 0px; border-radius: 0;
                    font-size: 14px;cursor: pointer; color: #487f7f; border: none !important; z-index: 100; background-color: #f4f2f2;
                    appearance: none; -webkit-appearance: none; -moz-appearance: none; transition: border 3s ease;
    }
        .efa_selectBoxValue{display: block; position: relative; padding: 5px 0px; text-align: center; border-bottom: 2px solid #f4f2f2;}
        .efa_selectBoxValue_selected, .efa_selectBoxValue:hover{border-bottom: 2px solid #487f7f;}

    .efa_selectBox:focus{outline: none; background-color: #f4f2f2}

.selectBox:hover .efa_selectBox{display: block;}
.selectBox:hover .selectBoxUpperTitle{display: none;}
/*
    .selectBoxSelector::after {content: "▼"; font-size: 14px; color: #555; position: absolute; right: 15px; top: 50%;
                        transform: translateY(-50%); pointer-events: none;
    }
*/
button.selectButtonApply{display: block; position: relative; width: auto; padding: 2px 20px;
                        appearance: normal; -webkit-user-select: text; background-color: #487f7f; text-align: center;
                        color: #FFFFFF; border-radius: 5px; border: 1px solid  #FFFFFF !important;
                        }
button.selectButtonApply:hover{border: 1px solid  #487f7f !important; color: #487f7f; background-color: #FFFFFF;}


