/*
 Theme Name:     ICBFS
 Theme URI:      
 Description:    
 Author:         www.bri.cl
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css"); 

:root {
 --red: #e5154a;

}
 
/* =Theme customization starts here
------------------------------------------------------- */

/* MENÚ ----------------------------------------------------
------------------------------------------------------------*/



/* FOOTER   -------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
#footer-bottom .fas{
	color: red;
}
#footer-bottom a{
	text-decoration: none;
	color: #efe4be!important;
}


/* CONTACTO -------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
#form-id h3{
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
}
/* Contact Form 7 Input Fields CSS
---------------------------------*/
#form-id .wpcf7 label, #form-id .wpcf7 p{
	color: #333 !important;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
}
#form-id .wpcf7 input[type="text"],
#form-id .wpcf7 input[type="email"],
#form-id .wpcf7 input[type="tel"],
#form-id .wpcf7 input[type="rut"],
select,
textarea
{
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #999;
    color: #000;
    width: 100% !important;
	  padding: 10px 20px;
    text-transform: none;
}

#form-id .wpcf7 textarea {
    height: 110px;
	width: 100%;
}

#form-id .Rut input{
font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #999;
    color: #000;
    width: 100% !important;
      padding: 10px 20px;
    text-transform: none;
}
/* Contact Form 7 Submit Button 
-------------------------------*/

#form-id .wpcf7 input[type="submit"] {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #e5154a;
    padding: 10px 20px;
    border: 0px solid #ff5b41;
    /*width: 95%;*/
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: ease-in-out 0.3s;
}
#form-id .wpcf7 input:hover[type="submit"] {
    background: #ff5b41;
    color: #fff;
}

#form-id .wpcf7 input:active[type="submit"] {
    background: #ff5b41;
    color: #fff;
}

/* FORM 2 COLUMNS  ----------------------------------------------- */
/*
Formulario CF7 a 2 columnas responsive
*/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
#form-id .wpcf7 .form-row{
	width: 100%!important;
}
#form-id .wpcf7 .column-half, #form-id .wpcf7 .column-full{
	float: left;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
#form-id .wpcf7 .clearfix:after {
	content: "";
	display: block; /*table;*/
	height:0;
	visibility:hidden;
	overflow:hidden;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	#form-id .wpcf7 .column-half{
		width: 50%;
	}
}

/* Ocultar icono de reCaptcha v3 */
.grecaptcha-badge{
visibility: collapse !important;  
}



/* HOME SLIDER */
.wrap_text_slide {
    margin-top: -250px;
}
@media all and (max-width: 980px) {
    .wrap_text_slide {
        margin-top: 0px;
    }
    .inner-page-title :is(h1,h2,h3) {
        position:relative;
        width:100%;
        text-align: center;
        font-size: 2rem;
        font-weight: 600;
        text-transform: uppercase;
        background:#fff;
        padding:15px;
	}
}

/* Home */
.box_info span {
    font-size:2rem;
}  

.box_info .et_pb_blurb_description {
    font-size: 1.1rem;
    line-height: 1.1rem;
}






/* PAG. NUESTRO PROPÓSITO  ----------------------------------------------------------
-----------------------------------------------------------------------------------*/

.grid-title  {
	padding:0px!Important;
	margin-bottom:0px!Important;
	width:60%;
}
.grid-title :is(h1, h2, h3, h4, h5, h6) {
	color: var(--red);
	margin-bottom:2rem;
	font-size: 1.8rem;
    font-weight: 600;
}


.grid-row {
	display:flex;
	gap:20px;
	padding: 0px!important;
    margin-bottom: 3rem;
}

#propositos-grid .grid-row:nth-child(4n) {
    flex-direction: row-reverse;
}
.grid-row > div:first-child {
	margin-right:0px;
	width:100%;
}

.grid-row > div:last-child {
	flex-grow: 0;
	flex-shrink:0;
	flex-basis:150px;
	
}
@media all and (min-width: 1405px) {
	.grid-title, .grid-row  {
		width:50%!important;
	}
}

@media all and (max-width: 980px) {
	.grid-row, #propositos-grid .grid-row:nth-child(4n) {
		display:flex;
		flex-direction:column-reverse;
	}
	
}

/* == header Responsive ==  */

@media all and (max-width: 980px) {

    header {
        height: 100%;
        width: 100%;
    }
    header .et_pb_section_0_tb_header  {
        height: 100%!important;
    }
    
    headder .menu-icb-movil {
        height: auto!important;
    }
    
    header .menu-icb-movil .et_pb_row_0_tb_header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    
    header .menu-icb-movil .et_pb_row_0_tb_header .et_pb_column_0_tb_header  {    
        
        flex-basis: 150px;
        flex-grow: 0;
        flex-shrink: 0;
        width: 100%;
        position: relative;
        height: 100%;
        margin-bottom: 0px;}
    
    header .menu-icb-movil .et_pb_row_0_tb_header .et_pb_column_1_tb_header  {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 0px;
    }
    
    
    header .et_pb_image {
            justify-content: center;
        align-items: center;
        display: flex;
        float: none;
        position: relative;
        width: 100%;
    }

    #columna_menu .wrap-btns {
        justify-content: center;
    }
    header .et_pb_module.et_pb_menu {
        width:100%;
    }
    header .et_pb_module .et_pb_menu_inner_container {
        display: flex;
        width: 100%;
    }
    header .et_pb_module .et_pb_menu_inner_container .et_pb_menu__wrap {
        justify-content: center!important;
    }

 
}



/* === FOOTER ==== */


#menuFooter-1, #menuFooter-2{
   list-style:none;
   margin-left:0px;
   padding-left: 0px;
    color: white;
    
}

:is(#menuFooter-1, #menuFooter-2) a {
    color:white;
}
:is(#menuFooter-1, #menuFooter-2) :is(a:hover, a:focus, a:active, a:visited) {
    opacity: .7;
}


#menu-footer-menu-2, #menu-footer-menu-3 {
    display:flex;
    flex-direction:column;
}


/* === cajas sin hover === */


.box-sin-hover {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    border: 5px solid white;
    overflow:hidden;
}

.box-sin-hover:after {
    content:''; 
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 141%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}


.box-sin-hover .et_pb_text_inner {
    position: absolute;
    z-index: 99;
    bottom: 33%;
}

/* ==== Modificación plugin hover === */


/* posicion del titulo */
.mdn-bette .dih_title {
    bottom: 30%!important;
    top: initial!Important;
    position: absolute;
    transform: translate3d(0,-100px,0);
}
/* posicion del titulo en hover */
.mdn-bette:hover .dih_title {
    bottom: 120px!important;
}

/* margenes del contenido*/
.dih_img_wrapper .dih_text {
    margin-top: 0px!important;
    margin-bottom: 60px!Important;
}

/* posiciona el boton abajo */
.dih_content .et_pb_button_wrapper {
    position: absolute;
    bottom: 20px;
    left:30px;
}


/*oculta la linea blanca*/
.dih_img_wrapper.mdn-bette .dih_title:after {
    background:transparent!important;
}




/* ====== GENERAL ====== */
#columna_menu .wrap-btns {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0px;
}

#columna_menu .wrap-btns > * + * { margin-left: 10px;}

.inner-page-title :is(h1,h2,h3) {
    position:relative;
    width:100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.inner-page-title :is(h1,h2,h3):after {
    content: '';
    height:10px;
    width: 60px;
    position:absolute;
    background-color: var(--red);
    margin: 0;
    top: calc(100%);
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


body #page-container .et_pb_section .proveedor_hover .dih_img_wrapper .et_pb_button.dih_button:hover {
    padding: 0px!important;
    border: 0px solid white!important;
    text-align: center;
    width: 100%;
    display: block;
}
body #page-container .et_pb_section .proveedor_hover .dih_img_wrapper .et_pb_button.dih_button {
    text-align: center;
    width: 100%;
    display: block;
}



/* ARREGLOS HEADERS */





#header_form_one {
    display: flex;
        flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom:-10px;
    
}


#header_form_one  img.shape_one {
    display: block;
    position: absolute;
    bottom: -4px;
    min-width: 1200px;
    width: 120%;
    /* width: 29973px; */
    max-width: 103%!Important;
}




/* Shape mask */
.image_home_pink {
    margin-bottom: 17px;
    margin-top: -44px;
}

.image_shape_two {
    -webkit-mask-size:contain;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:top;
    mask-position:top;
    mask-size: contain;
    mask-repeat:no-repeat;
    position: absolute;
    top: -5px;
    right: 0;
}
.image_shape_two img {
    margin-top: -80px;
    max-width: 100%;
    width: 1000px;
}




.image_shape_oval_one {
       -webkit-mask-size:contain;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:top;
    mask-position:top;
    mask-size: contain;
    mask-repeat:no-repeat; 
    
}

.image_shape_oval_two {
       -webkit-mask-size:contain;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:top;
    mask-position:top;
    mask-size: contain;
    mask-repeat:no-repeat; 
    
}


.destacado {
    color:var(--red);
}



/* Global 3mayo */
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li{
    padding-top: 8px;
}
/*
nav li:last-child{
    background: #e5154a;
    color: #fff;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    border: 2px solid #e5154a;
}
nav li:last-child a{
    color: #fff;
}
nav li:last-child:hover{
    opacity: .6;
}
*/
.box-fixed{
    display: block;
    position: fixed;
    width: 230px;
    height: 50px;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    overflow: visible;
}
.box-fixed .btn-cotizar{
    display: block;
    position: relative;
    overflow: hidden;
    width: 140px;
    height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-top: 9px;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.29);
}
.box-fixed .btn-cotizar .img-ico{
    display: block;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    float: left;
    background-image: url(./images/arrow-left-cotizar.svg);
    background-position: center center;
    background-size: 8px;
    background-repeat: no-repeat;
    background-color: #fff;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
}
.box-fixed .btn-cotizar:hover .img-ico{
    background-position: 16px;
}
.box-fixed .btn-cotizar a{
    display: block;
    position: relative;
    overflow: hidden;
    width: 110px;
    float: left;
    height: 30px;
    background: #e5154a;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
}
.box-fixed .btn-cotizar a:hover{
    opacity: .6;
}
.box-fixed a.btn-ws{
    display: block;
    position: relative;
    overflow: hidden;
    width: 45px;
    height: 45px;
    float: right;
    background-image: url(./images/ico-ws.png);
    background-position: center center;
    background-size: 45px;
    background-repeat: no-repeat;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
}
.box-fixed a.btn-ws:hover{
    opacity: .6;
}
/* Global 3mayo end */

.et_pb_blurb_description {
    padding: 0 10px 0 10px;
}