body{
  font-family: "Open Sans", serif;
  font-size: 18px!important;
} 

.logo{
  width: 100px;
} 
 

/*titulos banner*/
.h1banner{ 
	font-weight: 400;
  color: #11004a;
  font-size: 1.5rem;  
  /*text-shadow: 3px 3px 3px #000;*/
}
.h2banner{
	font-weight: 400; 
  color: #1E63B5;
  font-size: 1.3rem;  
 /*text-shadow: 3px 3px 3px #000;*/
  
}

.mt-banner{
  margin-top: 220px;
} 

.highlight1 { 
    display: inline-block;
    background-color: #214165;
    padding: 4px 8px;
    border-radius: 4px;
}

 
.text-box{
  background:#ffffffe6;
  border-radius:10px;
  padding:30px;
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
  max-width:650px;
}

.txt-blue-1 {
    color: #1E63B5;
}
 
.txt-blue-2{
  color: #214165;
}

.txt-blight1{
  color: #9fcbff;
}

.m-text{
  font-size: 13px!important;
}

.icon-footer{
  color: white;
}

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


/*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: #ffffff;
  color: #214165;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-1:hover{
  background: #214165;
  color: rgb(255, 255, 255);
}

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

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


.btn-envia{
  background: #70CDCD;
  color: black;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-envia:hover{
  background: #32B6D7;
  color: black;
} 
/*botones gracias*/
.btn-back{
  background: #214165;
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #122336;
  color: white;  
} 

.btn-llamanos-g{
  background: #0090d1;
  color: white; 
  border-radius: 10px;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.btn-llamanos-g:hover{
  background:#065d85; 
  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;

}  

/*tabla*/
.table-head-custom th {
  background-color: #214165;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
} 

/*banner fondo*/ 
#banner {
  background-image: url(../img/banner.webp);
  background-size: 124%;
  background-repeat: no-repeat;
  background-position: center;
}

/*backgrounds*/
.bg-menu{ 
  background: rgb(232, 232, 232);
}
 
.bg-blight{
  background: #caecfb;
} 

.bg-blue-1 {
    background: #1E63B5;
}

.gradient-box1{ 
  background: #ffffff;
  background: linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
  background: -webkit-linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
  background: -moz-linear-gradient(-90deg,#ffffff 50%, rgb(248 249 250) 50%);
}


/*formulario*/
.bg-form {
  background: rgb(255 255 255 / 83%);
  border-radius: 20px; 
} 

/*boxes*/
.box-01 {
    background: #f0f0f0;
    border-radius: 30px;
    padding: 30px;
}

.box-02 {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
}




/*titulo de box1*/
.h2-with-line {
  display: flex;
  align-items: center;
  text-align: center;
}

.h2-with-line::before,
.h2-with-line::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #214165; /* Color de la línea */
  margin: 0 15px; /* Espacio entre el texto y las líneas */
}



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

.img-size1-1{
  width: 120px;
}

.img-size2{
  width: 200px;
}

.img-border {
    border-radius: 40px;
}

.parallax1 { 
  /* The image used */
  background: url(../img/parallax-01.webp) center center no-repeat;
  background-size: cover;

  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.legal-disclaimer {
    font-size: 9px; /* Tamaño estándar para notas legales */
    line-height: 1.3;
    color: #7f8c8d; /* Gris suave para que no distraiga del CTA */
    text-align: center;
    padding: 0 10px;
	text-align: left;
}

.legal-disclaimer strong {
    color: #2c3e50; /* Un poco más oscuro para los datos obligatorios */
    font-weight: 600;
}


@media (max-width: 425px){

  #banner {
        background-size: 160% auto;
        background-position: 0px 0px;
} 

}



@media (max-width: 768px){

  .pt-banner{
  padding-top: 150px;
} 



  #banner {
    background-size: 200% auto;
    background-position: -188px 0px;
  } 
 
  .h1banner {
        font-size: 14px;
    }

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


  /*formulario*/
  .bg-form {
    background: #5895e0; 
    border-radius: 20px; 
    margin-bottom: 30px;
    color: white!important;
  } 

.legal-disclaimer {
        font-size: 9px;
        margin-top: 15px;
		text-align: center;
    }
 
}