/*
Theme Name: Divi Child Theme
Theme URI: elmolinovigo.com
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]--------------------*/
/*------------------------------------------------*/
.et_pb_slider_0 .et_pb_slide>.et_pb_container {
    width: 40%;
    max-width: 41%;
    float: left;
}
.titulo-slider {
	font-size:52px!important;
	line-height:58px!important;
}
/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
footer .et_pb_menu .et_pb_menu__menu>nav>ul>li>a:after{
	padding-left:20px;
	content:".";
}

footer .et_pb_menu .et_pb_menu__menu>nav>ul>li:last-of-type a:after{
	content:" ";
}
.et_pb_menu_0_tb_footer.et_pb_menu ul li a {
    line-height: 16px!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;
}
#cmplz-manage-consent .cmplz-manage-consent.cmplz-show:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(/wp-content/uploads/2023/10/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/2023/10/galleta.svg) #fff;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    top: -40px;
    left: 0;
}

/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/
@media (max-width: 1400px){
	header .et_pb_blurb_container h4 {font-size:20px !important;}
	}
@media (max-width: 1100px){
	header .et_pb_blurb_container h4 {font-size:15px !important;}
	header .et_pb_blurb_position_left .et_pb_blurb_container {padding-left:10px !important;}
	header .et_pb_blurb_1_tb_header {display:none;}
	header .et_pb_blurb_0_tb_header .et-pb-icon {
    font-size: 30px;
}
	}
@media (max-width: 980px){
	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: flex-start;
	}

body .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
	background:#a91d1d !important;
	top:130%;
	}
body .et_pb_row_1_tb_header.et_pb_row {height:0px !important;padding:0px !important;}
header .et_pb_blurb {margin-top:-40px;}
footer .et_pb_menu .et_pb_menu__menu {
    display: block !important;
}
footer .et_mobile_nav_menu {
    display: none !important;
}
}
@media (max-width: 765px){
	header .et_pb_blurb {display:none;}
	header .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, header .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    left: 20px;
}
}
@media (max-width: 355px){
	header .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, header .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    width: 280px;
}
}

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


.form-grupo {
    width: 100%;
    padding: 10px;
    float: left;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 10px 20px;
    border: none;
    border:none;
    color: #666 !important;
    background-color: #f4f4f4;
    font-size: 16px;
    width: 100%;
	margin-bottom:10px;
}
.wpcf7-submit {
	margin-top:20px;
    color: #000000!important;
    border-width: 2px!important;
    border-color: #000000;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    background-color: rgba(0,0,0,0);
    padding-top: 12px!important;
    padding-right: 45px!important;
    padding-bottom: 12px!important;
    padding-left: 35px!important;

}

.form-grupo > label {color:#db9723;}
@media (max-width: 750px){
.et_mobile_menu {
	height: 400px;
    overflow-y: scroll;
	}
}
#cmplz-document {
    max-width: 100%;
}




