.cabeza span{
    color: white;
}
.redes-sociales a {
    color: white;
    margin: .75rem;
}
.navbar-nav a{
    color: #00266A;
    font-weight: bold;
    margin-left: 30px;
}
.navbar-nav .nav-item.active .nav-link {
    text-decoration: underline #00266A 5px; /* Color naranja para el subrayado */
}
.nav-item .boton{
    background-color: #F59C1A;
    color: white;
    border-radius: 30px;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    box-sizing: border-box;
    width: auto;
    display: inline-block;

    
}
.navbar-nav .nav-item.active-inv .nav-link {
    text-decoration: underline #00266A 5px; /* Color naranja para el subrayado */
}
.banner{
 
    background-image: url('/img/newimg/img10.png');
    background-position: 50% 95%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20rem;
}
#content-banner {
    align-items: end;
    justify-content: start;
}

.contenido-banner {
    margin-bottom: 1rem;
}
.banner p{
    font-size: 2rem;
    color: white;
    font-weight: bold;
    line-height: 2rem;
}
.banner  span{
    color: #F59C1A;
}
.banner a{
    display: inline !important;
}

#seccion-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#banner-contactanos {
    margin-top: 5.3rem;
}

@media (min-width: 576px) {
    .banner{
        background-position: 100%;
        height: 25rem;
    }
    
    #content-banner {
        align-items: end;
        justify-content: start;
    }
    
    .contenido-banner {
        margin-bottom: 1rem;
    }    
}
@media (min-width: 768px) {
    .banner p{
        font-size: 3rem;
        line-height: 3rem;
    }

    .banner{
        background-position: 100%;
        height: 28rem;
    }
    
    #content-banner {
        align-items: center;
        justify-content: start;
    }
}
@media (min-width: 992px) {
    #banner-contactanos {
        margin-top: 8rem;
    }
}
@media (min-width: 1200px) {
    .banner{
        background-position: 100%;
        height: 28rem;
    }
}
@media (min-width: 1400px) {

}


.btn-info{
    background-color: #F59C1A !important;
    size: 2rem;
    font-size: 2rem;
    color: white;
    border-radius: 40px;
    margin-right: 20px;
    width: auto;
    z-index: 99;
}
.btn-info1{
    background-color: #F59C1A !important;
    font-size: 1.5rem;
    color: white;
    border-radius: 40px;
    margin-right: 20px;
    width: auto;
    z-index: 99;
}
.texto-1{
    color: #3D4147;
}
.card-title{
    color: #00266A;
    font-weight: bold;
}
.card-text{
    color: #3D4147;
}
.banner-a-info{
    margin-right: 10px; /* Ajusta el margen según sea necesario */
    text-decoration: none !important;
    color: white;
}

#banner-contacto {
    height: 75vh;
}
@media (max-width: 767px) {
    .btn-info {
        font-size: 1.3rem; /* O cualquier tamaño que desees para dispositivos móviles */
        margin-right: 10px; /* Ajusta el margen según sea necesario */
    }
    .banner-a-info{
        font-size: 1.3rem; /* O cualquier tamaño que desees para dispositivos móviles */
        margin-right: 10px; /* Ajusta el margen según sea necesario */
        text-decoration: none !important;
        color: white;
    }
}

.video p{
    text-align: justify;
}
.caja1{
    position: absolute;
    max-height: 500px;
}
.caja2{
    
    position: absolute;
    border:15px white solid ;
    bottom: -500px;
    right: 300px;
}
.contenido5 h2{
    font-size: 2.2rem;
    font-weight: bold;
    color: #F59C1A;
}
.contenido5 span{
    color: #00266A;
}
.contenido5 p{ 
    text-align: justify;
}

/*estilo counter-up*/
.counts {
    background: white;
    padding: 70px 0 60px;
  }
  
  .counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
  }
  
  .counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #0b0d46;
    padding: 12px;
    color: #fff;
    border-radius: 50px;
  }
  
  .counts .count-box span {
    font-size: 46px;
    display: inline-block;
    font-weight: 600;
    color: #F59C1A;
    font-weight: bold;
  }
  
  .counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
  }
  .item img{
    height: 250px;
    width: 250px;
  }
  .cajasbordes{
    border-top: #00266A solid 5px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .img-background{
  height: 690px;
    background-image: url('/img/Rectangle 53.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #0b0d46; /* Fondo azul */
    opacity: .89;
    background-blend-mode: multiply;
    border-radius: 45px;
  }
  .img-background p{
    font-size: 1.7rem;
  }
  .text-justify{
    text-align: justify;
  }
  .text-azul{
    font-size: 1.5rem;
    color: #00266A;
    font-weight: bold;
  }
  .text-azul strong{
    color: #F59C1A;
  }
  .btn-azul{
    color: white;
    background-color: #00266A;
    border-radius: 45px;
    padding: 10px;
  }
  
.seccion1 p{
    color: black;
    
}
.seccion1 h2{
    color: #00266A;
}
.card{
    border-radius: 13px;
    background-color: #fffdfa;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.3);
}

.accordion-item{
    background-color: #f3f3f3;
    border-bottom:#F59C1A solid 2px ;
    color: #00266A;
    font-size: 1.2rem;
    margin: 0rem 0rem 0.5rem 0rem;
}
.accordion-button{
    color: #00266A;
    font-weight: 400;
    font-size: 2rem;
    background-color: #f3f3f3;
}
body {
    font-family: 'Poppins', sans-serif !important;
  }
  
@media only screen and (max-width: 1366px) and (min-width: 1359px)  {
    .seccion-1 h4{
        font-size: 25px;
    }
    .seccion-1 h5{
        font-size: 17px;
    }
    .seccion-3 h2{
        font-weight: bold;
        font-size: 38px;
    } 
    .parrafo-seccion-3{
        font-size:20px;
        line-height: 25.5px;
    }
    .accordion-item h2{
        font-size: 25px;
    }
    .accordion-item p{
        font-size: 15px;
    }
    .accordion-item {
        margin-bottom: 20px;
        padding: 10px;
    }
    .seccion-1{
        padding: 100px 40px;
    }
    .accordion-header button{
        font-size: 20px;
    }
    .accordion-body p{
        font-size: 18px;
    }
}
@media only screen and  (min-width: 1367px){
    .titulo-seccion-3 h2{
        font-weight: bold !important;
        font-size: 5rem;
    }
    .titulo-seccion-3{
        font-weight: bold !important;
        font-size:48px;
    }
    .accordion-header button{
        font-size: 30px;
    }
    .accordion-body p{

    }
    .seccion-1{
        padding: 100px 40px;
    }
    .parrafo-seccion-3{
        font-size:25px;
        line-height: 25.5px;
    }
  }
  @media (max-width: 1200px) {
  
    .accordion-button{
        font-size: 1.2rem;
    }
    .accordion-item{
        font-size: 1rem;
    }
    .cards-financiamiento .card{

    }
}
@media (max-width: 2000px) {
   
}