body{
  font-family: "Open Sans", serif;
} 

.logo{
  width: 120px;
} 
 

/*titulos banner*/
.h1banner{ 
	font-weight: 400;
    color: #ffffff;
	font-size: 2.5rem; 
}

.h2banner{
  font-weight: 400;
  color: #ffffff;
  font-size: 1.2rem;  
  
}

.icon-footer{
  color: white;
}

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

.tabla-container {
      border-radius: 10px;
      overflow: hidden;
      background-color: white;
    }
    .tabla-custom thead {
      background-color: #232946;
      color: white;
    }
    .tabla-custom thead th {
	  background-color: #20294f;	
      color: #ffffff;
    }
    .tabla-custom tbody tr:nth-child(odd) {
      background-color: #f9f9f9;
    }
    .tabla-custom tbody tr:nth-child(even) {
      background-color: #ffffff;
    }
    .text-primary-azul {
      color: #007bff;
      font-weight: bold;
    }
    .rounded-top-custom {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
	
.process-card {
      border: 1px solid #dfe3e6;
      border-radius: 15px;
      padding: 1.5rem;
      position: relative;
      background-color: white;
      height: 100%;
    }

    .step-number {
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #20294f;
      color: white;
      width: 40px;
      height: 40px;
      font-weight: bold;
      font-size: 1.2rem;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
    }

    .process-icon {
      font-size: 2.5rem;
      margin-bottom: 0.75rem;
      color: #f462c4;
    }

    .process-title {
      font-weight: 600;
      margin-bottom: 0.5rem;
    }

    .process-description {
      font-size: 0.95rem;
      color: #4e4e4e;
    }

    .section-title {
      text-align: center;
      margin-bottom: 3rem;
    }

    .section-title h2 {
      font-weight: bold;
    }	
	

.video-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 */
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }

    .video-container iframe {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

.parallax1 { 
  /* The image used */
  background: url(../img/parallax.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; 
}

.bg-img {
    background: url(../img/bg-img.webp) center center no-repeat;
    background-size: cover;
}

/*botones*/
.btn-llamanos{
  background: white;
  color: #20294f;
  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: #0069ff;
  color: white;
  border-radius: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-1:hover{
  background: rgb(105, 173, 255);
  color: #20294f;
}

.btn-2{
  background: white;
  color: #20294f;
  border-radius: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-top: 5px;
}

.btn-2:hover{
  background: rgb(32, 41, 79);
  color: #ffffff;
}

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

.btn-envia:hover{
  background: rgb(255, 255, 255);
  color: #0069ff;
} 

/*botones gracias*/
.btn-back{
  background: #0069ff;
  color: #ffffff;
  border-radius: 15px;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: 600;
}
.btn-back:hover{
  background: #000000;
  color: white;  
} 

.btn-llamanos-g{
  background: #20294f;
  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;

}  

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

/*backgrounds*/
.bg-menu{ 
  background: #20294f;
}

.bg-gray{ 
  background: gray;
}

.bg-blue{ 
  background: #0069ff;
}

.bg-blue-2{ 
  background: #20294f;
}


.txt-blue{
  color: #0069ff;
}

.m-txt{
  color: #ffffff;
}

.m-txt:hover{
  color: #DDDDDD;
}

.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*/

.box1{
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 40px;
  box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
  -webkit-box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
  -moz-box-shadow: -2px 0px 13px -1px rgba(0,0,0,0.59);
}  

.box2{
  background: #0069ff;  
  border-radius: 30px; 
  padding: 40px; 
}   

.box3{
  background:#dddfdf;  
  border-radius: 30px; 
  padding: 40px 40px 0px 40px; 
}   


/*texto caja*/
.txt-box1{
  background: rgb(197, 197, 197);
  border-radius: 20px; 
  padding: 8px 15px 8px 15px;
  display: inline-block; /* Ajusta el ancho al contenido */
}

/*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 #ccc; /* 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-size2{
  width: 60px;
}

.img-size3{
  width: 800px;
}

.img-size4{
  width: 400px;
}


.img-tslider{
  width:180px;
}



.bcard-accent {
  border-color: rgb(0, 105, 255)!important; 
}

/*n*/
.acordeon-1 .accordion-button:not(.collapsed) {
  color: white!important; 
  background-color: gray!important;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
} 

/*btn navpills*/
.custom-pills.nav-link.active, 
.nav-pills .show > .nav-link {
    color: white !important;
    background-color: #ff5733 !important;
}  

.custom-pills.nav-link, 
.nav-pills .show > .nav-link {
    color: #ff5733 !important;
}  


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

}



@media (max-width: 768px){

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

  .h1banner{
    padding-top: 18px; 
    font-size: 28px;
    margin-bottom: 2px;
	text-align: left;
  }

  .h2banner{
    /*padding-top: 23px;*/
    font-size: 15px;
    margin-bottom: 2px;
	text-align: left;
  }

  /*cajas*/
  .box1 {
    margin: 20px;
    padding: 10px;
  }

  .box2 {
    padding: 20px;
    margin: 10px;
  }

  .box3 {
    margin: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 0px;
  }

  /*formulario*/
  .bg-form {
    background: rgb(126, 126, 126);
    border-radius: 20px; 
  } 


 
}