*{
    box-sizing: border-box;
    width: auto;
    margin: 0;
    padding: 0;

    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.mobile_headline{
    display: none;
}

hr{
    margin: 10px 200px;
    border-color: #eeeeee;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}



#popup{
    display: none;
}



/* ZOOM */
#zoom {
    transition: transform .2s; 
    height: auto;
  border-radius: 1rem;
  font-size: 1rem;
  color:white;
  background: rgba(255, 255, 255, .25);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(2px);
  border: 1.5px solid rgba(209, 213, 219, 0.3);
  
    }
    #zoom:hover {
    transform: scale(1.1); 
    }
    #zoom:hover {
    transform: scale(1.1); 
    }
    #zoom {
    transition: transform .2s; 
    
    }
/* ZOOM */





/* HEADLINE --------------------------------------------------*/
.mobile_header{
    display: none;
}
.headline{
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
}

/*BARRA DE ANUNCIOS*/
.box_ads{
    background-color: #18377A;
    width: 100%;
    overflow: hidden;
}
.box_ads ul{
    display: flex;
    margin: 0;
    padding: 0;
    width: 400%;
    animation: slide1 20s infinite alternate ease-in-out;
}
.box_ads li{
    width: 100%;
    height: 30px;
    list-style: none;
    position: relative;
}
.box_ads img{   
    margin: 0;
    width: 100%;
    position: relative;
    
}
@keyframes slide1 {
    0% { margin-left: 0; }
    20% { margin-left: 0; }
    25% { margin-left: -100%; }
    45% { margin-left: -100%; }
    50% { margin-left: -200%; }
    70% { margin-left: -200%; }
    75% { margin-left: -300%; }
    100% { margin-left: -300%; }
} 
/*BARRA DE ANUNCIOS*/



/*BARRA DE ANUNCIOS 2 */
.box_ads_1{
    /*background-color: #18377A;*/
    width: 100%;
    overflow: hidden;
}
.box_ads_1 ul{
    display: flex;
   /* margin: 0;
    padding: 0;*/
    width: 400%;
    animation: slide1 15s infinite alternate ease-in-out;
}
.box_ads_1 li{
    /*width: 100%;
    height: 200px;
    list-style: none;
    position: relative;  */
}
.box_ads_1 img{   
    margin: 0;
    width: 100%;
    position: relative;
    
}
@keyframes slide1 {
    0% { margin-left: 0; }
    20% { margin-left: 0; }
    25% { margin-left: -100%; }
    45% { margin-left: -100%; }
    50% { margin-left: -200%; }
    70% { margin-left: -200%; }
    75% { margin-left: -300%; }
    100% { margin-left: -300%; }
} 
/*BARRA DE ANUNCIOS 2*/











/*HEADLINE*/
.headline nav{
    background-color: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%   ;
}
.headline nav div{
    display: flex;
    align-items: center;
}
.headline nav div img{
    height: 50px;
    margin-right: 20px;
}
.headline nav div li{
    display: flex;
    list-style: none;
    margin-left: 50px;
}
.headline nav div li a{
    font-weight: 400;
    text-decoration: none;
    margin: 20px;
    color: #18377A;
    font-size: 13pt;
}

.headline nav .call_action1 button{
    color: #fff;
    height: 40px;
    width: 200px;
    padding: 0 20px;
    border-radius: 25px;
    background-color: #09BB1B;
    border: none;
    font-weight: 600;
    font-size: 14pt;
    cursor: pointer;
}
.headline nav .call_action1 button:hover{
    background-color: #18377A;
    color: #fff;
}

.menu{
    background-color: #18377A;
    height: 30px;
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 0 6%;
}
.menu li{
    list-style: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.menu li a,
.menu li button{
    text-decoration: none;
    color: #fff;
    font-size: 13pt;
    padding: 3px 15px;
    height: auto;
}

.menu li button{
    background-color: #18377A;
    border: none;
    border-radius: 25px;
}

.menu li a:hover{
    background-color: #E6BD5C;
}
/*HEADLINE*/




/* display flex */
.flex-container{
      display: flex;
  
  background-color: #BB9238;
  
  color: #BB9238;
  
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  
}


.flex-container_1{
      display: flex;
  
  background-color: #BB9238;
  
  color: #BB9238;
  
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  
}


.flex-container_2{
      display: flex;
  
  background-color: #BB9238;
  
  color: #BB9238;
  
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  
}


/* WHATSAPP_BUTTON--------------------------------- */
.boton_whatsapp{
    z-index: 100;
    position: fixed;
    bottom: 25px;
    right: 25px;
}  
.boton_whatsapp a img{
    width: 90px;
}
.boton_whatsapp a img:hover {
    transition: transform .2s ease-in-out;
    transform: scale(1.1); 
}
/* WHATSAPP_BUTTON ---------------------------------*/





/* FOOTER-------------------------------------------- */
footer{
    background-color: #18377A;
    color: #fff;
    padding: 30px 5% 0 5%;
    text-align: center;
}  
/*CUADRO DE CONTACTO Y MAPA*/
.form_box{
    margin: 0 auto 0;
    display: flex;
    justify-content: space-around; 
    align-items: center ;
}
.form_box iframe{
    width: 900px;
    height: 580px;
}
/* FOOTER-------------------------------------------- */


/* FORMULARIO DE CONTACTO---------------------------- */
.contact-form{
    width: 600px;
    height: 600px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-form h3{
    margin: 20px 0 10px;
    text-align: center;
    font-size: 24pt;
    font-weight: 700;
}
.contact-form h5{
    text-align: center;
    font-size: 12pt;
    font-weight: 400;
}
.contact-form form{
    display: flex;
    margin: 20px 0;
    flex-direction: column;
    align-items: center;
}
.contact-form form p{
    margin: 6px;
}
    ::placeholder{
        color: #A6A6A6;
        font-weight: 500;
        font-size: 15pt;
    }
.contact-form form input,
.contact-form form textarea{
    width: 500px;
    height: 50px;
    padding: 17px 25px;
    background-color:#fff;
    border: none;
    font-size: 20px;
}
.contact-form form p textarea{
    height: 100px;
    padding: 10px 25px;
    border-radius: 25px;
}

.contact-form form button{
    text-decoration: none;
    color: #18377A;
    width: 200px;
    height: 45px;
    font-size: 20px;
    border-radius: 30px;
    font-weight: bold;
    padding: auto;
    background-color: #E6BD5C;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}
.contact-form form div button:hover{
    color: white;
    background-color: #09BB1B;
}
/* FORMULARIO DE CONTACTO--------------------------- */


/*CUADRO DE CONTACTO Y MAPA*/
footer hr{
    border-color: #284585;
}

/* LOGO Y REDES DEL FOOTER-------------------------- */
.contact-info{
    margin: 50px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
}    
.contact-info .logo_redes{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-info .logo_redes .logo_wht{
    height: 150px;
}
.contact-info .logo_redes a img{
    height: 50px;
    margin: 20px;
    margin-top: 30px;
}
/* LOGO Y REDES DEL FOOTER-------------------------- */



/* INFORMACION DEL FOOTER-------------------------- */
.column_info{
    width: 250px;
    display: flex;
    flex-direction: column;
}
.column_info h3{
    width: 250px;
    font-size: 14pt;
    margin-bottom: 8px;
}
.column_info .info_box{
    width: 250px;
    height: 150px;
}
.column_info .info_box ul{
    width: 250px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}
.column_info .info_box ul li{
    list-style: none;

}
.column_info .info_box ul a{
    color: #fff;
    text-decoration: none;
}
.column_info .info_box ul button{
    margin-top: 10px;
    width: 200px;
    height: 30px;
    font-size: 11pt;
    border-radius: 25px;
    background-color: #E6BD5C;
    color: #18377A;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}
    .column_info .info_box ul button:hover{
        background-color: #fff;
    }


.column_info .tel_box{
    width: 250px;
    height: 150px;
}
.column_info .tel_box udl{
    display: flex;
    justify-content: space-evenly;
}   
.column_info .tel_box ul div a{
    color: #fff;
    list-style: none;
    text-decoration: none;
}


.column_info .info_box .bancos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 250px;
    margin-top: 20px;
}
.column_info .info_box div .bcp{
    height: 40px;
}
.column_info .info_box div .bbva{
    height: 40px;
    margin-top: 15px;
}
/* INFORMACION DEL FOOTER-------------------------- */




/* INFORMACIÓN DE CREACIÓN------------------------- */
.footer{
display: flex;
align-items: center;
text-align: center;
justify-content: center;
width: 100%;
height: 30px;
background-color: black;
color: #fff;
}
.footer P{  
    margin: 0;
}
/* INFORMACIÓN DE CREACIÓN------------------------- */










