/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

.ds-vertical-align {
display: flex;
flex-direction: column;
justify-content: center;
}

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/
/*invertit*/

@media all and (max-width: 980px) {/*** wrap row in a flex box ***/.custom_row {  display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;  display: -webkit-flex;  display: flex;-webkit-flex-wrap: wrap; /* Safari 6.1+ */flex-wrap: wrap;}
/*** custom classes that will designate the order of columns in the flex box row ***/

.first-on-mobile {-webkit-order: 1;order: 1;}

.second-on-mobile {-webkit-order: 2;order: 2;}
	

/*** add margin to last column ***/

.custom_row:last-child .et_pb_column:last-child {margin-bottom: 30px;}}

@media all and (max-width: 765px){
	.custom-col {margin-bottom: 0px!important;}
}
/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
footer .et-menu.nav {
	display:block !important;
	}
footer .et-menu.nav li {
	display:block !important;
	clear:both !important;
	}


@media (max-width: 980px){
	footer .et_pb_menu .et_pb_menu__menu {
    display: block !important;
}
footer .et_mobile_nav_menu {
    display: none !important;
}
	footer .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: initial;
    justify-content: center!important;
	}
	footer .et_pb_module.et_pb_text_align_left {
    text-align: center!important;
}
}

/*** CARTEL FONDOS ****/
.cartel-kit {
	max-width: 400px;
    position: fixed;
    bottom: 2vh;
    left: 0;
    border-radius: 0 20px 20px 0;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 20px #d7d7d7;
    overflow: hidden;
}
.cartel-kit:hover {
    max-width: 500px;
}

/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


/**** FORMULARIO DE CONTACTO ***/

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 10px 20px;
    margin-top: 5px;
    border: none;
    border-bottom: 1px solid #999!important;
    border: none;
    color: #666!important;
    background-color: #fff;
    font-size: 16px;
    width: 100%;
}
.wpcf7-submit {
	margin-top:20px;
    color: #fff!important;
    font-size: 20px;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 400!important;
	font-size:16px;
    text-transform: uppercase!important;
    background-color: #01497b;
    border: 2px solid #01497b!important;
	padding: 10px 30px;
}

.wpcf7-submit:hover{
	 border: 2px solid #E0F2FE!important;
	 background-color: #E0F2FE!important;
	 color: #01497b!important;
	
} 


#cmplz-manage-consent .cmplz-manage-consent.cmplz-show:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(/wp-content/uploads/2024/01/galleta.svg) #fff;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    top: -22px;
    right: 0px;
}
.cmplz-cookiebanner.cmplz-show:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    background: url(/wp-content/uploads/2024/01/galleta.svg) #fff;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    top: -40px;
    left: 0;
}

@media (max-width: 750px){
.et_mobile_menu {
	height: 500px;
    overflow-y: scroll;
	}
}
#cmplz-document {
    max-width: 100%;
}

.grecaptcha-badge {
    visibility: hidden !important;
}


