

.navbar-padding-self {
    padding: 0 3%;
}

.cabeza span{
    color: white;
    font-family: 'Poppins', sans-serif;
}
.redes-sociales a {
    color: white;
    margin: .65rem;
}
.navbar-nav a{
    color: #00266A;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
     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;
}
.sectionForm {
    /* background: rgba(121, 203, 190, .3); */
    background-image: url('img/newimg/img2.png');
    background-size: cover;
    /* <------ */
    background-repeat: no-repeat;
    background-position: top center;
    padding: 10rem 0 !important;
    position: relative;
}

#title_pagina_inversiones h2{
    font-size: 2rem !important;
}

#title_pagina_inversiones span {
    font-size: 3rem !important;
}

.sectionForm * {
    font-size: .75rem !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);
}

.sectionForm {
    margin-top: 5.3rem;
}

@media (min-width: 576px) {
    .sectionForm {
        padding: 20rem 0 !important;
    }
}

@media (min-width: 768px) {
    .sectionForm {
        padding: 20rem 0 !important;
    }

    .sectionForm * {
        font-size: 1rem !important;
    }
    
    .primerEncabezado {
        font-size: 1.5rem !important;
    }

    .primerEncabezado + p {
        font-size: 1.2rem !important;
    }
    
    .seccion-3 iframe{
        width:560px;
        height:315px;
    }
}

@media (min-width: 992px) {
    .sectionForm {
        padding: 5rem 0 !important;
        margin-top: 8rem;
    }
}

@media (min-width: 1200px) {
    #title_pagina_inversiones span {
        font-size: 3.5rem !important;
    }
}

input::placeholder {
    color: #000 !important;
}

.form-select1 {
    /* background-image: url('./../img/circle-chevron-down-white.svg') !important;
    background-size: 20px !important;
    /* background-position: 98% !important; */
     background-color: #00006f !important;
    color: #ffffff !important;
    font-weight: 700; 
}

.sectionForm1 {
    background: rgba(121, 203, 190, .3);
    background-image: linear-gradient(50deg, rgba(27, 27, 27, 0.182), rgba(27, 185, 170, 0.35), rgba(45, 15, 91, 0.145), rgba(45, 15, 91, 0.176), rgba(232, 29, 74, 0.226)), url(../img/barra-landing.png);
    background-size: cover;
    /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
    height: 15px;
}

.header-form h3 {
    margin-bottom: 0;
}

.container-text-section-left-mobile {
    display: none;
}

.form-inversiones {
    background: rgb(255, 255, 255);
    border-radius: 1em;
    
}

.radio-buttons-monto {
    padding: 0 3em !important;
}

.header-form {
    /* padding: 0 0em 1rem; */
    text-align: center;
}

.header-form>.d-flex>h2 {
    color: #131348;
    font-weight: 800;
    font-size: 1.8em;
}

.title-form-inversiones {
    padding: 2em 2em;
    color: #131348;
}

.label-monto-invertir {
    font-size: 18px !important;
}


.select-type-id {
    background-color: #00006f !important;
    color: white !important;
}

.input-form-inversiones1 {
    background-color:rgba(153,168,195,255)!important;
    border: none !important;
    color: #00006f !important;
}

.input-form-inversiones1::-webkit-input-placeholder {
    /* color: rgba(255, 255, 255, 0.65) !important; */
    color: rgba(0, 0, 0, 0.6) !important;
}


.check-politicas {
    font-size: 18px;
}

#submitForm {
    font-family:  'Poppins', sans-serif;
    background: rgba(245, 156, 26, 1);
    border: none;
    border-radius: .3em;
    font-size: 19px;
    font-weight: 500;
    padding: 5px 15px;
    transition: .2s all;
    color: #002D74;
}

#submitForm:hover {
    font-family:  'Poppins', sans-serif;
    background: #002D74;
    color: white;
    border: none;
    border-radius: .3em;
    font-size: 19px;
    font-weight: 500;
    padding: 5px 15px;
}

.fondoTituloIzquierda1 {
    background: #00006f;
    /* font-family: 'MADEOkineSansPERSONALUSE-Light'; */
}

.fondoTituloIzquierda2 {
    background: #e20e5f;
    /* font-family: 'MADEOkineSansPERSONALUSE-Light'; */
}

.title-text-section-left>h3 {
    font-size: 2.8em;
    color: #fff;
    font-weight: 800;

}

.title-text-section-left-2>h3 {
    font-size: 2.8em;
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.title-form-inversiones-mobile {
    display: none !important;
    font-weight: bolder;
}

.title-form-inversiones-mobile>h5 {
    font-weight: bold;
}

.redes-sociales-mobile {
    display: none;
}

.footer-info-mobile {
    display: none !important;
}

.redes-sociales-desktop {
    /*  border-left: solid 3px;
    border-color: #00006f; */
    height: 150px;
}

.redes-sociales-desktop>.row>.col>h6 {
    font-size: 15px;
    font-weight: 700;
}

.title-thnks-1 {
    font-size: 5em;
    font-weight: 800;
    margin-bottom: .6em;
}

.title-thnks-2 {
    font-size: 2em;
    font-weight: 600;
    padding: 0 250px !important;
    margin-bottom: 1.8em;
}

.title-thnks-3 {
    font-size: 3em;
    font-weight: 600;
    padding: 0 50px !important;
    margin-bottom: .8em;
}

.thanks-view {
    color: #e20e5f;
    font-size: 3em;
}

.subtitle-text-section-left>h4 {
    font-size: 2.5em;
    text-align: left;
    color: #131348;
}

.text-footer-left {
    padding: 15px;
}

.footer-landing {
    background-color: rgb(241, 249, 249);
}

.icons-rs {
    text-align: right;
}

.text-info-contacto {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.icons-rs>a {
    text-align: center;
    padding: 0 5px;
    font-size: 25px;
    text-decoration: none;
    color: #e20e5f;
}

.icons-rs>a:hover {
    color: #00006f;
}

.info-contact-h-1 p {
    margin-bottom: 0.3rem !important;
}

.info-contact-h-2 p {
    margin-bottom: 0.3rem !important;
}

.info-contact-h-3 p {
    margin-bottom: 0.3rem !important;
}

.info-contact-h-4 p {
    margin-bottom: 0.3rem !important;
}



.font-info-contacto {
    color: #e20e5f;
}

i:hover {
    color: #131348;
}

.info-contact-h-1:hover>.col-2>i {
    color: #131348;
}

.info-contact-h-2:hover>.col-2>i {
    color: #131348;
}

.info-contact-h-3:hover>.col-2>i {
    color: #131348;
}

.info-contact-h-4:hover>.col-2>i {
    color: #131348;
}

.text-footer-prestacapital {
    color: #00006f;
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.text-info-contacto{
    /* font-family: 'MADEOkineSansPERSONALUSE-Regular'; */
    color: #00006f;
}

.block-thnks {
    padding: 0 9em;
}

.thanks {
    padding: 2em 0;
    height: 80vh;
    text-align: center;
    background-color: #131348;
    color: #fff;
}

.txt-title-part-1-white {
    color: #131348 !important;
    background-color: #fff;
}

.header-form>h2:nth-child(1) {
    margin-top: 20px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bolder;
    margin-bottom: 0 !important;
}

.header-form>h2:nth-child(2) {
    text-align: center;
    line-height: 1.5;
    font-weight: bolder;
}



.title-text-section-left-2 {
    padding: 15px;
    position: absolute;
    bottom: 135px;
}

.opciones-prestamo>.row>div {
    padding-left: 0;
}

#tipo_garantia {
    width: 98.5%;
}

.select-prestamos-options {
    width: 100%;
    background: #00266A;
    padding: 10px;
    border-radius: .35em;
    color: white;
}

#chkPoliticas {
    border: solid 1px;
    color: #00266A;
    font-size: 25px;
}

body>section>div>div>div.col-xxl-7.col-xl-7.col-lg-7.col-md-12.col-sm-12.col-xs-12.mt-4>div.container.container-text-section-left-mobile>div>div>div>h3 {
    padding: 5px 14px;
    background: #00266A;
    margin-top: 87px;
    transform: translate(24px, 19px);
    color: white;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

#formInversiones>div:nth-child(1)>div.col-4 {
    padding-right: 0;
}

.pantalla2 {
    display: none;
}

.barraPantalla2 {
    display: none;
}
@media (max-width: 455px) {
    .form-inversiones{
        margin: 0px !important;
        max-width:350px !important;
        min-width:0px !important;
    }
} 
@media (max-width: 577px){
    .form-inversiones{
        margin: 0px !important;
        padding: 0px;
        max-width:400px !important;
    }
    .form-select{
        padding: 0px !important;
    }
}

@media (max-width: 992px) {
    .counts {
        background:transparent;
        padding:3rem 0px  !important;
      }
    .seccion-3 h2{
        color: #00266A;
        font-weight: bold;
        padding-bottom: 3rem  !important;
    }
    .seccion-4{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .img-background{
        height: auto;
        background-image: url('/img/newimg/img12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        /* background-color: #01276A; Fondo azul */
        /* opacity: .8;
        background-blend-mode: multiply; */
        border-radius: 45px;
        height: 680px;
      }
      .img-background p{
        font-size: 1.7rem;
        padding-left: 40px !important;

      }
    .primerEncabezado{
        font-size: 23px !important;
    }
    .segundoEncabezado{
        font-size:  20px !important;
    }
    .form-inversiones{
        margin: 0px;
    }
    .footer-landing {
        padding: 3rem 2rem 1rem;
    }

    .footer-landing p {
        text-align: center;
    }

    .footer-landing .text-info-contacto i {
        margin-right: 10px;
    }

    .informacion {
        text-align: center;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .text-info-contacto {
        justify-content: center;
        margin-bottom: 5px;
    }

    .redes-sociales-mobile {
        margin-top: 1rem !important;
    }
}
@media (min-width: 1400px) {
    .imgtitularprincipal{
        color: #00006f;
        
        justify-content: end;
        font-size: 3.8rem;
        line-height: 5rem;
        margin-top: 250px !important;
        /* margin-left: -80px !important; */
    }
    .imgtitularprincipal span{
      
        background: rgba(255, 255, 255, 1);
        padding: 0px 10px 10px 10px;
        
    }
    .imgtitularprincipal strong{
        background: rgba(255, 255, 255, 1);
        padding: 0px 10px 10px;
        line-height: 3.0rem;
    }
    .form-inversiones{
        /* margin-left: 140px !important;
        margin-right: -140px; */
    }
    .title-text-section-left {
        position: absolute;
        top: 130px;
        left: 130px;
    }
    .imgtitularprincipal{
        margin-top: 350px !important;
        margin-left: 150px !important;
        /* margin-left: -80px !important; */
    }
}
@media only screen and (max-width: 1399px) and (min-width: 1249px) {
   .form-inversiones{
    width:450px !important;
   }
    .pantalla1 {
        display: none;
    }

    .pantalla2 {
        display: block;
    }
    .imgtitularprincipal{
      
        color: #00006f;
        justify-content: end;
        font-size: 2.6rem;
        line-height: 3.9rem;
        margin-top: 270px !important;
        /* margin-left: -80px !important; */
    }
    .imgtitularprincipal span{
        font-weight: bold;
        background: rgba(255, 255, 255, 1);
        padding: 0px 10px 10px 10px;
        
        
    }
    .imgtitularprincipal strong{
        font-size: 3.0rem;
        background: rgba(255, 255, 255, 1);
        padding: 0px 10px 10px 10px;
        line-height: 3.0rem;
    }

    .title-text-section-left {
   
        padding: 15px;
    }

    .title-text-section-left-2 {
        padding: 15px;
        position: absolute;
        bottom: -120px;
    }

    .title-text-section-left>h1 {
        font-size: 2.8em;
        color: #fff;
        font-weight: 800;
        text-align: center;
        /* letter-spacing: 5px; */
    }

    .title-text-section-left>h2 {
        font-size: 2.5em;
        color: #fff;
        font-weight: 800;
        text-align: center;
    }

    .title-text-section-left-2>h4 {
        font-size: 1.35em;
        color: #fff;
        font-weight: 800;
        text-align: center;
    }

    .title-text-section-left>.txt-title-part-1 {
        font-size: 4em;
    }

    .title-text-section-left>.txt-title-part-2 {
        font-size: 4em;
    }

    .title-thnks-1 {
        font-size: 3.5em !important;
        font-weight: 800 !important;
        margin-bottom: .6em !important;
    }

    .title-thnks-2 {
        font-size: 1.5em !important;
        font-weight: 600 !important;
        padding: 0 250px !important;
        margin-bottom: 1.8em !important;
    }

    .title-thnks-3 {
        font-size: 2.5em !important;
        font-weight: 600 !important;
        padding: 0 50px !important;
        margin-bottom: .8em;
    }
}

@media only screen and (max-width: 1249px) and (min-width: 1000px) {
    .form-inversiones{
        margin-left: 0px;
        width:460px !important;
    }
    .imgtitularprincipal{
        margin-top: 50px;
        margin-left: -100px;
    }
    .pantalla1 {
        display: none;
    }

    .pantalla2 {
        display: block;
    }

    .title-text-section-left {
        padding: 15px;
        position: absolute;
    }

    .title-text-section-left-2 {
        padding: 15px;
        position: absolute;
        bottom: -120px;
    }

    .title-text-section-left>h1 {
        font-size: 2.2em;
        color: #fff;
        font-weight: 800;
        text-align: center;
        /* letter-spacing: 5px; */
    }

    .title-text-section-left>h2 {
        font-size: 2em;
        color: #fff;
        font-weight: 800;
        text-align: center;
    }

    .title-text-section-left-2>h4 {
        font-size: 1.1em;
        color: #fff;
        font-weight: 800;
        text-align: center;
    }

    .title-text-section-left>.txt-title-part-2 {
        font-size: 3em;
    }

    .header-form {
        padding: 0 !important;
    }


    .header-form>.d-flex>h2 {
        font-size: 1.9em;
    }

    .version-desktop>h3 {
        font-size: 1.2em;
    }

    .select-type-id {
        font-size: 13px !important;
    }

    .input-form-inversiones1 {
        font-size: 13px !important;
    }

    .label-monto-invertir {
        font-size: 16px !important;
    }

    .label-input-monto {
        font-size: 13px;
    }

    .check-politicas {
        font-size: 16px !important;
    }

    .icons-rs>a {
        padding: 2px !important;
    }

    .title-thnks-1 {
        font-size: 3.5em !important;
        font-weight: 800 !important;
        margin-bottom: .6em !important;
    }

    .title-thnks-2 {
        font-size: 1.5em !important;
        font-weight: 600 !important;
        padding: 0 50px !important;
        margin-bottom: 1.8em !important;
    }

    .title-thnks-3 {
        font-size: 2.5em !important;
        font-weight: 600 !important;
        padding: 0 50px !important;
        margin-bottom: .8em;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 780px) {
    .pantalla1 {
        display: none;
    }

    .pantalla2 {
        display: block;
    }

    .title-text-section-left {
        padding: 15px;
        position: absolute;
        width: 50%;
    }

    .title-text-section-left-2 {
        padding: 15px;
        position: absolute;
        bottom: -120px;
        width: 50%;
    }

    .title-text-section-left>h1 {
        font-size: 2.2em;
        color: #fff;
        font-weight: 800;
        text-align: center;
        /* letter-spacing: 5px; */
    }

    .title-text-section-left>h2 {
        font-size: 2em;
        color: #fff;
        font-weight: 800;
        text-align: center;
    }

    .title-text-section-left-2>h4 {
        font-size: 1.1em;
        color: #fff;
        font-weight: 800;
        text-align: center;
    }

    .title-text-section-left>.txt-title-part-2 {
        font-size: 3em;
    }

    .header-form {
        padding: 0 !important;
    }


    .header-form>.d-flex>h2 {
        font-size: 1.9em;
    }

    .version-desktop>h3 {
        font-size: 1.2em;
    }

    .select-type-id {
        font-size: 13px !important;
    }

    .input-form-inversiones1 {
        font-size: 13px !important;
    }

    .label-monto-invertir {
        font-size: 16px !important;
    }

    .label-input-monto {
        font-size: 13px;
    }

    .check-politicas {
        font-size: 16px !important;
    }

    .icons-rs>a {
        padding: 2px !important;
    }

    .title-thnks-1 {
        font-size: 3.5em !important;
        font-weight: 800 !important;
        margin-bottom: .6em !important;
    }

    .title-thnks-2 {
        font-size: 1.5em !important;
        font-weight: 600 !important;
        padding: 0 50px !important;
        margin-bottom: 1.8em !important;
    }

    .title-thnks-3 {
        font-size: 2.5em !important;
        font-weight: 600 !important;
        padding: 0 50px !important;
        margin-bottom: .8em;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 990px) {
    .pantalla1 {
        display: none;
    }

    .pantalla2 {
        display: block;
    }

    .title-text-section-left>.txt-title-part-1 {
        font-size: 2em;
    }

    .title-text-section-left>.txt-title-part-2 {
        font-size: 2em;
    }

    .title-thnks-1 {
        font-size: 3.5em !important;
        font-weight: 800 !important;
        margin-bottom: .6em !important;
    }

    .title-thnks-2 {
        font-size: 1.5em !important;
        font-weight: 600 !important;
        padding: 0 50px !important;
        margin-bottom: 1.8em !important;
    }

    .title-thnks-3 {
        font-size: 2.5em !important;
        font-weight: 600 !important;
        padding: 0 50px !important;
        margin-bottom: .8em;
    }

}

@media only screen and (max-width: 989px) and (min-width: 0px) {
    .sectionForm{
        padding-bottom: 20px !important;
    }
    #selectDocumento{
        min-width: 67px;
        min-height: 33px;
    }
    .pantalla1 {
        display: none;
    }

    .pantalla2 {
        display: block;
    }

    .barraPantalla2 {
        display: block;
        height: 15px;
    }

    .version-desktop {
        display: none !important;
    }

    .header-form {
        display: none !important;
    }

    .title-form-inversiones-mobile {
        display: block !important;
        text-align: center;
        padding: 0.5em 0 0 0 !important;
    }

    .title-form-inversiones-mobile h3 {
        font-size: 1.8em;
        font-weight: 700;
    }

    .select-type-id {
        font-size: .8em !important;
    }

    .input-form-inversiones1 {
        font-size: .85em !important;
    }

    .radio-buttons-monto {
        padding: 0 3.5em !important;
    }

    .label-input-monto {
        font-size: 14px !important;
    }

    .check-politicas {
        font-size: 15px;
    }

    .text-footer-left {
        display: none;
    }

    .redes-sociales-desktop {
        display: none;
    }

    .redes-sociales-mobile {
        display: block;
        text-align: center;
        font-weight: 600;
    }

    .icons-rs {
        text-align: center;
    }

    .footer-info-desktop {
        display: none;
    }

    .footer-info-mobile {
        display: inherit !important;
    }

    #footer-info-contacto>div>div>p {
        /* font-family: 'MADEOkineSansPERSONALUSE-Light'; */
        font-weight: lighter;
        text-align: center;
    }

    .sectionForm {
        /* background: rgba(255, 79, 0, .3); */
        /* background-color: rgb(255, 79, 0); */
        /* background-image: linear-gradient(220deg, rgba(255, 79, 3, .4), rgba(255, 79, 3, 0.05), rgba(255, 79, 3, 0), rgba(255, 255, 255, 0.4), rgba(255, 79, 3, .4), rgba(181, 229, 229, 0.248)), url(../img/banner.jpg); */
        background-size: contain;
        background-repeat: no-repeat;
    }

    .container-inputs-form {
        /* font-family: 'MADEOkineSansPERSONALUSE-Light'; */
        font-weight: bold;
        padding-top: 2em;
    }

    .container-text-section-left-mobile {
        display: block;
    }

    .container-text-section-left-mobile>.row>.d-flex>.col-5>h3 {
        color: white;
        text-align: center;
        font-weight: 600;
    }

    .title-thnks-1 {
        font-size: 2.5em !important;
        font-weight: 800 !important;
        margin-bottom: .6em !important;
    }

    .title-thnks-2 {
        font-size: 1em !important;
        font-weight: 600 !important;
        padding: 0 !important;
        margin-bottom: 1.8em !important;
    }

    .title-thnks-3 {
        font-size: 1.5em !important;
        font-weight: 600 !important;
        padding: 0 !important;
        margin-bottom: .8em;
    }

    .thanks-view {
        color: #00006f;
    }

    .thanks-view-1 {
        transform: translateX(-25px);
        font-size: 3em !important;
    }

    .thanks-view-2 {
        transform: translateX(25px);
        font-size: 3em !important;
    }

    .thanks-view-1:hover {
        color: #fff !important;
    }

    .thanks-view-2:hover {
        color: #fff !important;
    }

    .block-thnks {
        padding: 2em .5em !important;
    }
}

.containerEncabezado {
    font-family:  'Poppins', sans-serif;
}

.primeraSeccion {
    margin-bottom: 10px;
}

select {
    text-align-last: center;
}

.encabezado {
    /* font-family: 'MADEOkineSansPERSONALUSE-Light'; */
}

.topnav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.formulario {
    font-family:  'Poppins', sans-serif;
}

.siguenosRedes {
    font-family:  'Poppins', sans-serif;
    font-size: 13px;
    color: #00006f;
}

.informacion {
    /* font-family: 'MADEOkineSansPERSONALUSE-Regular'; */
    font-size: 13px;
    color: #00006f;
}

.primerEncabezado {
    font-family:  'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
}

.segundoEncabezado {
    font-size: 24px;
    /* font-family: 'MADEOkineSansPERSONALUSE-Light'; */
    font-weight: bold;
}

.aceptarLos {
    /* font-family: 'MADEOkineSansPERSONALUSE-Light'; */
}

.terminosCondiciones {
    /* font-family: 'MADEOkineSansPERSONALUSE-Bold'; */
}

.novemosInfocorp {
    /* font-family: 'MADEOkineSansPERSONALUSE-Light'; */
    font-size: 15px;
    margin-bottom: 0em;
}

.mensajeNoayudarte {
    margin-top: 10% !important;
}
.previaevaluacion{
    /* font-family: 'MADEOkineSansPERSONALUSE-Bold'; */
}
@media screen and (min-width: 1367px)  {
    .form-check-input[type=radio] {
        /* background-image: url('img/Iconos/Ellipse\ 24.png') !important; */
    }
    .form-check-input:checked {
        background-color: #0d6efd !important;
        border-color: #0d6efd !important;
    }
    .contenido-form-r h2{
        font-weight: bold;
        font-size: 4rem;
        color: white;
    }
    .contenido-form-r span{
        font-weight: bold;
        font-size: 3rem;
        color: #F59C1A;
    }
    .img-background{
        height: auto;
        background-image: url('/img/newimg/img12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        /* background-color: #01276A; Fondo azul */
        /* opacity: .8;
        background-blend-mode: multiply; */
        border-radius: 45px;
        height: 680px;
      }
      .img-background p{
        font-size: 1.7rem;
      }
      .cajasbordes{
        padding: 15px 0 15px 0;
        background-color: white;
        margin-bottom: 10px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .cajasbordes h5{
        color: #00266A;
        font-weight: bold;
    }
    .bg-gris{
        background-color: #F4F4F4;
        margin: 0px 35px 0 35px;
    }
    .seccion-4-1 h2{
        font-size:54px;
        font-weight: bold;
       
    }
    .seccion-3 h2{
        color: #00266A;
        font-weight: bold;
        padding: 3rem !important;
    }
    .seccion-3 iframe{
        width:560px;
        height:315px;
      }
}
@media screen and (max-width: 1366px) and (min-width:1000px){
    .form-check-input[type=radio] {
        /* background-image: url('img/Iconos/Ellipse\ 24.png') !important; */
    }
    .form-check-input:checked {
        background-color: #0d6efd !important;
        border-color: #0d6efd !important;
    }
    .contenido-form-r h2{
        font-weight: bold;
        font-size: 3rem;
        white-space: none;
        color: white;
    }
    .contenido-form-r span{
        font-weight: bold;
        font-size: 3rem;
        color: #F59C1A;
    }
    .seccion-3 h2{
        color: #00266A;
        font-weight: bold;
        padding: 3rem !important;
    }
    .seccion-3 p{
        color: #00266A;
    }
    .img-background{
        height: auto;
        background-image: url('/img/newimg/img12.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        /* background-color: #01276A; Fondo azul */
        /* opacity: .8;
        background-blend-mode: multiply; */
        border-radius: 45px;
        height: 680px;
      }
      .img-background p{
        font-size: 1.7rem;
      }
      .cajasbordes{
        padding: 15px 0 15px 0;
        background-color: white;
        margin-bottom: 10px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .cajasbordes h5{
        color: #00266A;
        font-weight: bold;
    }
    .bg-gris{
        background-color: #F4F4F4;
        margin: 0px 35px 0 35px;
    }
    .seccion-4-1 h2{
        font-size:54px;
        font-weight: bold;
        padding:  0 0 0 40px;
    }
    .seccion-3 iframe{
        width:560px;
        height:315px;
      }
}
.counts {
    background:transparent;
    padding: 70px 0 60px;
  }
  .counts .count-box {
    padding: 0px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: transparent !important;
  }
  
  .counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #0b0d46;
    padding: 12px;
    color: transparent;
    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: 20px;
  }
select, select:active, select:focus {
    background-image: url('img/Iconos/flechaabajo.svg') !important;
    background-position: 96% !important;
    background-repeat: no-repeat !important;
    background-size: 15px 8px !important;
}
select, select:active, select:focus {
    background-image: url('img/Iconos/flechaabajo.svg') !important;
    background-position: 96% !important;
    background-repeat: no-repeat !important;
    background-size: 15px 8px !important;
}
.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;
}
.text-azul{
    font-size: 1.5rem;
    color: #00266A;
  }
  .seccion-3 iframe{
    max-width:560px;
    max-height:315px;
  }
  .sectionForm{
    background-color:rgba(153,168,195,255) ;
  }
  .seccion-4-1 a{
    background-color: #F59C1A;
    display: inline-block;
    width: 200px;
    font-size: 25px;
    border-radius: 35px;
    color: white;
    margin: 20px;
}
.seccion-4-1 h2{
    font-size:44px;
    font-weight: bold;
    padding:  0 0 0 40px;
}

.seccion-4-1 a{
    margin: 20px;
    margin-left: 40px;
    font-size: 25px;
}
.img-background p{
    font-size: 1.7rem;
    padding-left: 40px !important;

  }