.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 #F59C1A 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/rodrigo.png');
    background-position: 80% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20rem;
}
.banner p{
    font-size: 2rem;
    color: white;
    font-weight: bold;
    line-height: 2rem;
}
.banner  span{
    color: #F59C1A;
}
.banner a{
    display: inline !important;
}

#content-banner {
    align-items: end;
    justify-content: start;
}

.contenido-banner {
    margin-bottom: 1rem;
}

@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: 1200px) {
    .banner{
        background-position: 100%;
        height: 28rem;
    }
}

.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;
}

.titulo-financiamiento {
    font-size: 3rem;
}

#banner-servicios {
    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;
    }
    .titulo-financiamiento {
        font-size: 2.5rem;
        text-align: center;
    }

    #cards-financiamiento .card{
        height: initial !important;
        padding: 1.5rem 1rem 1.8rem;
        margin-bottom: 1rem;
    }

    #banner-servicios {
        height: 40vh;
    }

    .h1-textazul {
        font-size: 1.5rem;
        text-align: center;
    }
}

.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;
  }
  .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);
}
li{
    list-style: none;
}
.bg-formulario {
    background-image: url('');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #FFF;
    border-radius: 45px;
}

/* Ajusta el color del texto según tus necesidades */
.bg-form {
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('/img/newimg/img11.png');
    background-position: 100% 23%;
    background-repeat: no-repeat;
    background-size: cover;
}
body {
    font-family: 'Poppins', sans-serif !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-2-servicios {
    margin-top: 5.3rem;
}

@media (min-width: 992px) {
    #banner-2-servicios {
        margin-top: 8rem;
    }

}
@media only screen and (max-width: 1366px) and (min-width: 1359px)  {
    
    .card-title{
        color: #00266A;
        font-weight: bold;
        font-size: 20px;
    }
    .card-text{
        color: #3D4147;
        font-size: 14px;
    }
    .h1-textazul{
        color: #00266A;
        font-size: 44px;
    }
    .card-body .fa-check{
        color: #F59C1A !important;
    }
    .seccion-2 .card{
       max-width: 25rem;height: 18rem;
    }
}

@media (min-width: 768px) {
    .h1-textazul{
        color: #00266A;
        font-size: 44px;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1367px)  {
    .card-title{
        color: #00266A;
        font-weight: bold;
        /* font-size: 22px; */
    }
    .card-text{
        color: #3D4147;
        font-size: 14px;
    }
    .h1-textazul{
        color: #00266A;
        font-size: 44px;
    }
    .card-body .fa-check{
        color: #F59C1A !important;
    }
    
}
.cards-text p{
    text-align: justify !important;
}
@media (max-width: 768px)and (min-width: 565px) {
    .banner{
        background-position: 100%;
        background-size: 100%;
        height: 18rem;
    }
    .card .card-img-top{
        max-height:100px !important ;
        max-width: 100px !important;
    }
    .card-title{
        font-size: 1.1rem !important;
    }
    .cards-text p{
        font: 0.1rem !important;
    }
    .card{
        height: 450px !important;
    }
}
@media (max-width: 1024px) {
    .banner{
        background-position: 100% 0% !important; 
    }
}
@media (min-width: 1200px) {
    .banner{
        background-position: 100% 0%;
        height: 28rem;
    }
}