@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-Black';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-Black") format("opentype");
}

@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-BlackOutline';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-BlackOutline.otf") format("opentype");
}

@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-Bold';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-BoldOutline';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-BoldOutline.otf") format("opentype");
}

@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-Light';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-Light.otf") format("opentype");
}

@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-LightOutline';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-LightOutline.otf") format("opentype");
}

@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-Medium';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-MediumOutline';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-MediumOutline.otf") format("opentype");
}

@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-Regular';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-RegularOutline';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-RegularOutline.otf") format("opentype");
}

@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-Thin';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-Thin.otf") format("opentype");
}

@font-face {
    font-family: 'MADEOkineSansPERSONALUSE-ThinOutline';
    src: url("/resources/fonts/MADEOkineSansPERSONALUSE-ThinOutline.otf") format("opentype");
}

.navbar-padding-self {
    padding: 0 3%;
}

.sectionForm {
    background: rgba(121, 203, 190, .3);
    background-image: linear-gradient(50deg, rgba(0, 0, 0, 0.182), rgba(30, 30, 30, 0.35), rgba(255, 81, 0, 0.145), rgba(255, 81, 0, 0.176), rgba(255, 81, 0, 0.226)), url(../img/banner.png);
    background-size: cover;
    /* <------ */
    
    background-repeat: no-repeat;
    background-position: center center;
}

.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 5em;
    text-align: center;
}

.header-form>.d-flex>h2 {
    color: #131348;
    font-weight: 800;
    font-size: 1.8em;
}

.title-form-inversiones {
    padding: 1em 3em;
    color: #131348;
}

.label-monto-invertir {
    font-size: 18px !important;
}


.select-type-id {
    background-color: #FF4F00 !important;
    color: white !important;
}

.input-form-inversiones {
    background-color: rgba(255, 79, 0, .2) !important;
    color: #002D74;
    border: none !important;
}

.input-form-inversiones::-webkit-input-placeholder {
    font-weight: 400 !important;
    color: #000 !important;
}


.check-politicas {
    font-size: 18px;
}

#submitForm {
    background: #FF4F00;
    border: none;
    border-radius: .3em;
    font-size: 19px;
    font-weight: 500;
    padding: 5px 15px;
    transition: .2s all;
    color: white;
}

#submitForm:hover {
    background: rgba(255, 81, 0, 0.281);
    color: #131348;
    border: none;
    border-radius: .3em;
    font-size: 19px;
    font-weight: 500;
    padding: 5px 15px;
}

.fondoTituloIzquierda1 {
    background:     rgba(255, 79, 0, 1);
    font-family: 'MADEOkineSansPERSONALUSE-Light';
}

.fondoTituloIzquierda2 {
    background: 
    rgba(255, 79, 0, 1);
    font-size: 1.2em;
    font-family: 'MADEOkineSansPERSONALUSE-Light';
}


.title-text-section-left>h1 {
    font-size: 3.4em;
    color: #fff;
    font-weight: 800;
    text-align: center;
    letter-spacing: 5px;
}

.title-text-section-left>h3 {
    font-size: 3.0rem;
    color: #fff;
    font-weight: 800;

}

.title-text-section-left-2>h3 {
    font-size: 2.8rem;
    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: #FF4F00; */
    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: #FF4F00;
    font-size: 3em;
}

.subtitle-text-section-left>h4 {
    font-size: 2.5em;
    text-align: left;
    color: #131348;
}

.text-footer-left {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-landing {
    background-color: rgb(241, 249, 249);
}

.icons-rs {
    text-align: center;
}

.icons-rs>a {
    text-align: center;
    padding: 0 5px;
    font-size: 25px;
    text-decoration: none;
    color: #FF4F00;
}

.icons-rs>a:hover {
    color: #FF4F00;
}

.text-info-contacto {
    text-align: left;
}

.font-info-contacto {
    color: #FF4F00;
}

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 {

    font-family: 'MADEOkineSansPERSONALUSE-Regular';
    color: #00006f;
    text-align: justify;
    font-size: .9rem;
}

.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: 28px; */
    /* line-height: .4; */
    font-weight: bolder;
}

.header-form>h2:nth-child(2) {
    text-align: center;
    line-height: 1.5;
    font-weight: bolder;
}

.title-text-section-left {
    padding: 15px;
    position: absolute;
    bottom: 0;
}

.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 {
    margin: 10px !important;
    width: 97%;
    background: #FF4F00;
    padding: 10px;
    border-radius: .35em;
    color: white;
}

#chkPoliticas {
    border: solid 1px;
    color: #FF4F00;
    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: rgba(255, 79, 0, .65);
    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;
}

p {
    margin-bottom: 0.1rem !important;
}

@media only screen and (max-width: 1400px) and (min-width: 1249px) {

    .title-text-section-left {
        /* top: 50%; */
    }

    .pantalla2 {
        display: block;
    }

    .pantalla1 {
        display: none;
    }

    .title-text-section-left {
        padding: 15px;
        position: absolute;
        bottom: 1rem;
    }

    .title-text-section-left-2 {
        padding: 15px;
        position: absolute;
        bottom: -140px;
    }

    .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) {
    .title-text-section-left {
        padding: 15px;
        position: absolute;
        bottom: -40px;
    }

    .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-inversiones {
        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) {
    .title-text-section-left {
        padding: 15px;
        position: absolute;
        bottom: 0px;
        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-inversiones {
        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;
    }
    .title-text-section-left>h3{
        font-size: 3.0rem;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 990px) {
    .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) {
    .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-inversiones {
        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;
    }

    .footer-info-desktop {
        display: none;
    }

    .footer-info-mobile {
        display: inherit !important;
    }

    #footer-info-contacto>div>div>p {
        text-align: center;
    }

    .sectionForm {
        border-radius: 1em 1em 0 0;
    }

    .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 {
        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: #FF4F00;
    }

    .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: 'MADEOkineSansPERSONALUSE-Bold';
}

.primeraSeccion {
    margin-bottom: 120px;
}

select {
    text-align-last: center;
}

.encabezado {
    font-family: 'MADEOkineSansPERSONALUSE-Light';
}

.topnav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.formulario {
    font-family: 'MADEOkineSansPERSONALUSE-ThinOutline';
}

.siguenosRedes {
    font-family: 'MADEOkineSansPERSONALUSE-Bold';
    font-size: 13px;
    color: #00006f;
}

.informacion {
    font-family: 'MADEOkineSansPERSONALUSE-Regular';
    font-size: 13px;
    color: #00006f;
}

.primerEncabezado {
    font-size: 33px;
    font-family: 'MADEOkineSansPERSONALUSE-Bold';
}

.segundoEncabezado {
    font-family: 'MADEOkineSansPERSONALUSE-Light';
}

.aceptarLos {
    font-family: 'MADEOkineSansPERSONALUSE-Light';
}

.terminosCondiciones {
    font-family: 'MADEOkineSansPERSONALUSE-Bold';
}

.novemosInfocorp {
    font-family: 'MADEOkineSansPERSONALUSE-Bold';
    font-size: 15px;
}

.mensajeNoayudarte {
    margin-top: 10% !important;
}
#dulcesito{
    position: absolute;
    top: -65px;
    left: -45px;
}

@media only screen and (max-width: 1920px) and (min-width: 1681px) and (max-height:1080px) {
    .primeraSeccion{
        margin-bottom: 300px;
        margin-left:-120px;
    }
    .title-text-section-left>h3 {
        font-size: 3.3rem;
        color: #fff;
        font-weight: 800;
    }
    .fondoTituloIzquierda2 {
        background: rgba(255, 79, 0, 1);
        font-size: 1.4em;
        font-family: 'MADEOkineSansPERSONALUSE-Light';
    }

}
@media only screen and (max-width: 1920px) and (min-width: 1681px) and (max-height:770px) {
    .primeraSeccion{
        margin-bottom: 0px;
    }
    .title-text-section-left>h3 {
        font-size: 3.3rem;
        color: #fff;
        font-weight: 800;
    }
    .fondoTituloIzquierda2 {
        background: rgba(255, 79, 0, 1);
        font-size: 1.4em;
        font-family: 'MADEOkineSansPERSONALUSE-Light';
    }

}
@media only screen and (max-width: 1680px) and (min-width: 1601px) and (max-height:1050) {
    .primeraSeccion{
        margin-bottom: 0px;
    }

}
@media only screen and (max-width: 1600px) and (min-width: 1441px) {
    .primeraSeccion{
        margin-bottom: 130px;
    }

}
@media only screen and (max-width: 1440px) and (min-width: 1401px) {
    .primeraSeccion{
    margin-bottom: 150px;
    }

}
@media only screen and (max-width: 1400px) and (min-width: 1367px) {
    .primeraSeccion{
         margin-bottom: 50px;
    }

}
@media only screen and (max-width: 1366px) and (min-width: 1361px) {
    .primeraSeccion{
        margin-bottom: -10px;
    }

}
/* ideal para la laptop de miguel*/
@media only screen and (max-width: 1360px) and (min-width: 1281px) {
    .primeraSeccion{
        
        margin-bottom: 9px;
        
    }
    .title-text-section-left>h3 {
        font-size: 2.5rem;
        color: #fff;
        font-weight: 800;
    }

}
@media only screen and (max-width: 1280px) and (min-width: 1000px) {
    .primeraSeccion{
        margin-bottom: 9px;
    }
    
    .title-text-section-left>h3 {
        font-size: 2.5rem;
        color: #fff;
        font-weight: 800;
    }


}
@media only screen and (max-width: 999px){
    .primeraSeccion{
        margin-bottom: 0px;
    }

}
