@font-face {
  font-family: 'Louis-Regular';
  src:   url('../fonts/arial.woff') format('woff');
  font-family: 'arial', sans-serif;

}

@font-face {
  font-family: 'Louis-Regular';
  src:   url('../fonts/arial-bold.woff') format('woff');
  font-family: 'arial', sans-serif;

}

 
@font-face {
  font-family: 'Louis-Regular';
  src:   url('../fonts/arial-italic.woff') format('woff');
  font-family: 'arial', sans-serif;

}

body{
   font-family: 'arial', sans-serif!important;
} 

.logo{
  width: 200px;
} 

  

/*titulos banner*/
.h1banner{ 
	font-weight: 400;
  color: white;
  text-shadow: 3px 3px 3px #000;
  font-size: 3rem;  
}
.h2banner{
	font-weight: 400;
  color: white;
  font-size: 1.4rem;  
  
}

.txt-blue{
  color: #1a3d91;
}

.txt-list{
  color: white!important;
  font-size: 22px!important;
  text-align: left!important;
}

.icon-footer{
  color: white;
}

.icon-footer:hover{
  color: gray;
}

.title-with-line {
  position: relative;
  display: block; /* Para que la línea tenga el ancho del texto */
  font-weight: bold;
}

.title-with-line::after {
  content: "";
  display: block;
  width: 15%; /* ajusta el largo de la línea */
  height: 3px; /* grosor */
  background-color: #1a3d91; /* color de la línea */
  margin: 14px auto 0; /* espacio y centrado */
  border-radius: 2px;
}

/*botones*/
.btn-llamanos{
  background: red;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-llamanos:hover{
  background: rgb(34, 87, 145);
  color: white;
} 

.btn-whatsapp{
  background: #00e676;
  color: black; 
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whatsapp:hover{
  background: #007a3f;; 
  color:  black;
}

.btn-1{
  background: #003d98;
  color: white;
  border-radius: 10px;
  font-size: 21px;
  margin-left: 5px;
  margin-top: 5px; 
}

.btn-1:hover{
  background: #011534;
  color: white; 
}  

.btn-2{
  background: #003d98;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px; 
}

.btn-2:hover{
  background: #011534;
  color: white; 
} 

.btn-3{ 
  background: white ;
  color: #003d98;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px; 
} 

.btn-3:hover{
  background: #011534;
  color: white;  
}  

.btn-4{
  background: white;
  color:  #003d98;
  border-radius: 10px;
  font-size: 21px;
  margin-left: 5px;
  margin-top: 5px; 
}

.btn-4:hover{
  background: #011534;
  color: white; 
} 



.btn-envia{
  background:#003d98;
  color: white;
  border-radius: 0px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background: #011534; 
  color: white;
} 

/*botones gracias*/
.btn-back{
  background:#003d98;
  color: #ffffff;
  border-radius: 10px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #06224c;
  color: white;  
}  

.btn-llamanos-g{
  background: #ff0202;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#000000; 
  color: white;  
}  

.btn-whats-g{
  background: #00e676;;
  color: black; 
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-whats-g:hover{
  background: #007a3f;; 
  color:  white;

}  
 

.box-01 {
    background: #f0f0f0;
    border-radius: 0px;
    padding: 30px;
}
 
.box-02 {
    background: white;
    border-radius: 0px;
    padding: 30px;
}


 
.bg-img-lat {
    background: url(../img/fondo1.webp) center center no-repeat;
    background-size: cover;
    height: 600px;
}

/*flag icon*/ 
.flag-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;   /* tamaño responsivo */
  height: auto;
  border-radius: 4px; /* opcional */
  z-index: 10;
}


 
/*banner fondo*/ 
#banner {
  background-image: url(../img/banner.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 500px!important; 
}

/*backgrounds*/

.bg-blue{
  background: #003d98;
}

.bg-blue2{
  background: #071b45;
}

.bg-light2{
  background: #eaebeb;
}  

.bg-ad{
  background: #48a0d9;
}
 

/*formulario*/
.bg-form {
  background: white;
  border-radius: 0px; 
} 


/*tamaño de imagenes*/
.img-size1{
  width: 80px;
}

.img-size2{
  width: 50px;
}

.img-size3{
  width: 200px;
}

.img-size-banner{
  width: 250px;
}

.logo-size{
  width: 310px!important;
}

.logo-footer{
    width: 400px!important;
}



@media (max-width: 425px){
  #banner {
    background-size: 160% auto!important;
    background-position: 0px 0px;
} 

}



@media (max-width: 768px){

  #banner {
      background-size: 300% auto!important;
      background-position: 0px 0px;
      height: 330px!important;
  } 

  .img-size-banner{
  width: 120px;
}

  .h1banner{
    padding-top: 18px; 
    font-size: 22px;
    margin-bottom: 4px;
  }

  .h2banner{
    /*padding-top: 23px;*/
    font-size: 15px;
    margin-bottom: 4px;
  }

  .font-footer{
    font-size: 9px;
  }


.bg-img-lat {
    background: url(../img/fondo1.webp) center center no-repeat;
    background-size: 100%;
    height: 240px;
}
 
}