﻿
@font-face {
    font-family: "LabilGrotesk";
    src: url("../font/Web/StabilGrotesk-Regular.woff") format('woff');
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

html, body {
    font-family: LabilGrotesk !important;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
}

.form-control {
    height: calc(2.7em + 0.75rem + 2px);
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
    .hero label {
        font-size: 65px;
    }
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
    .hero label {
        font-size: 75px;
    }
}

.mt-10 {
    margin-top: 10px !important;
}

.hero {
    position: relative;
    top: -0.5px;
}

.h-100 {
    height: 100% !important;
}

.navbar {
    padding: 0;
}

.hero label {
    position: absolute;
    left: 2%;
    bottom: 15%;
    font-size: 4vw;
}

/*Fondos*/
    .bg-black {
    background-color: #000000 !important;
}

/*colores fuentes*/
.a-txt-black 
{
    color: #000000;
}

.a-modal-lblue {
    color: #14CDE9 !important;
}

.a-txt-black:hover {
    color: #000000;
}

.lbl-txt-white {
color:white;
}

.lbl-txr-blue {
    color: black;
}

.txt-invalid {
    color:  #C4183C;
    font-size: 12px;
    margin: 0px;
    display:none;
}

.inp-invalid {
    border-color: #C4183C !important;
}
/*Fuentes*/
.txt-13 {
    font-size: 13px;
}
.txt-15 {
    font-size: 15px;
}
.txt-18 {
    font-size: 18px;
}
.txt-20
{
    font-size: 20px;
}

.txt-24 {
    font-size: 24px;
}

.txt-23 {
    font-size: 24px;
}

.txt-30 {
    font-size: 30px;
}

.txt-40 {
    font-size: 40px;
}

.txt-12 {
    font-size: 12px;
}
.txt-50 {
    font-size: 50px;
}

.txt-60 {
    font-size: 60px;
}
.txt-80 {
    font-size: 80px;
    line-height: 100px;
}

.txt-b {
    font-weight: bold;
}

/*background*/
.black-bg {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    color: black;
    margin-right: 20px;
    border: solid 1px black;
    border-top: none;
    border-right: none;
    border-left: none;
}

/*background*/
.gris-bg {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    color: black;
    margin-right: 20px;
    border: solid 2px #dee2e6;
    border-top: none;
    border-right: none;
    border-left: none;
    border: solid 1px rgba(0,0,0,.075);
    border-top: none;
    border-right: none;
    border-left: none;
}

.yellow-bg {
    background-color:#DEFB09;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    border-radius: 40px;
    color: black;
    margin-right: 20px;
    cursor: pointer;
}
/*botones*/

button:focus {
    border-color: black;
    outline: 1px solid #14CDE9;
}

.a-has-btn {
    line-height: 20px;
    padding: 9px 30px;
    min-width: 100px;
    border-radius: 50px;
    font-weight: bold;
    margin: 5px 10px;
}

.a-has-btn:hover 
{
    text-decoration:none;
}

.modal-content-general {
    border-radius: 15px;
    width: 365px;
    height: 264px;
    align-items: center;
}

.has-btn-next {
    background-color: #14CDE9;
    color: white;
    border-radius: 50px;
    border: none;
    padding: 10px 100px;
    outline: none;
    margin-top: 10px;
}

/* img*/
.has-logo {
    max-width: 200px;
    height: 100%;
    width: 100%;
}

.half-logo3 {
    background-image: url(../img/img_premium.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/*ALINEACIONES*/

.img-txt {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.txt-align-l 
{
    text-align: left;
}

/*etiquetas*/
div.black-bg label {
margin-bottom:1px !important;
}

input, select {
    position: relative;
    height: calc(2.7em + 0.75rem + 2px);
    border-radius: 50px !important;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.content-select {
    display: flex;
    align-items: center;
}

.content-select i {
    position: absolute;
    right: 34px;
    width: 11px;
    height: 11px;
    display: block;
    border-left: 3px solid #14CDE9;
    border-bottom: 3px solid #14CDE9;
    transform: rotate(-45deg);
    transition: all 0.25s ease;
}

.content-select:hover i {
    margin-top: 3px;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

label {
    padding-left: 2px;
    margin-bottom: 0px !important;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, .uneditable-input:focus, select:focus, p:focus-within {
    border-color: #14CDE9 !important;
    box-shadow: 0 0px 1px #14CDE9 inset, 0 0 1px #14CDE9;
    outline: 0 none !important;
}

a {
cursor:pointer;
}

.numeros {
    display: flex;
}

/*notify*/

.notify {
    font-size: 18px;
    position: sticky;
    top: 0px;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    color: white;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    transition: height .2s;
    z-index: 99;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px 5%;
}

#notifyType:before {
    display: block;
    margin-top: 15px;
}

.active {
    height: 50px;
}

.success 
{
    background-color: #17C671;
}

.failure {
    background-color: #C4183C;
}


/*checkbox round*/

.round {
    position: absolute;
    display: inline-block;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 28px;
        left: 0;
        position: absolute;
        top: 0;
        width: 28px;
    }

        .round label:after {
            background-color: #555555;
            border-radius: 100px;
            content: "";
            height: 10px;
            width: 10px;
            left: 8px;
            opacity: 0;
            position: absolute;
            top: 8px;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: white;
            border-color: #BECAD6;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

/* form-check*/

.form-check {
    position: relative;
}

.form-check label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.form-check label:after {
    background-color: #555555;
    border-radius: 100px;
    content: "";
    height: 10px;
    width: 10px;
   left: 8px;
   opacity: 0;
   position: absolute;
   top: 8px;
}

.form-check input[type="radio"] {
    visibility: hidden;
}

.form-check input[type="radio"]:checked + label {
    background-color: white;
    border-color: #BECAD6;
}

.form-check input[type="radio"]:checked + label:after {
    opacity: 1;
}

/* alert icon*/
.tool {
    position: relative;
    margin-top: 7px;
    float: right;
    color: #14CDE9;
}

.tool:hover {
    text-decoration: underline;
}

.tool:hover .tooltip-box {
    display: inline-block;
}

.tooltip-box {
    display: none;
    background-color: #ffffff;
    border: 2px solid #dddddd;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    z-index: 500;
    text-align: center;
    color: black;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 30px;
    right: -50px;
    font-family: LabilGrotesk;
    font-size: small;
}

.tooltip-box::after {
    content: "";
    display: block;
    border-top: 7px solid #dddddd;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -7px;
}

/*===========================Estilos Credito Premium================================*/

#FechaNac {
    background-color: white;
    cursor: auto;
}

.textoR {
    position: absolute;
    left: 5%;
    bottom: 2vh;
    text-align: left;
    font-size: 2.8vh !important;
    display: inline-block;
}

.textoCredito {
    top: 4vh;
}

.textDatos {
    align-items: center;
    display: flex;
    justify-content: center;
}

.container-fluid {
    width: auto;
}
/* Estilos Custom Swal fire */
.sweet_titleImportant {
    font-size: 25px !important;
    margin: 30px 30px 30px 30px !important;
}

.sweet_textImportant {
}

.opa {
    opacity: 0.5;
}

.contador {
    align-items: baseline;
    justify-content: center;
    display: flex;
}

.docN {
    display: flex;
    width: 100%;
    height: 6vh;
    border: 1px solid #495057;
    border-radius: 5rem;
    align-items: center;
    cursor: pointer;
}

.arrow {
    right: 0;
    margin-right: 15px;
    position: absolute;
}

.img-l {
    background-color: white;
    opacity: 0.5;
    height: 100%;
    width: 50%;
}

/* Estilos para Desktop */
@media only screen and (min-width : 998px) {
    .half-logo3 {
        background-image: url(../img/img_premium2.jpg);
        height: 100%;
        width: 50%;
    }

    #docText {
        margin-left: auto;
        margin-right: auto;
    }

    #docText2 {
        margin-left: auto;
        margin-right: auto;
    }

    .ml-13 {
        margin-left: 11vw;
    }

    .ml-10 {
        margin-left: 10px;
    }

    .Genero {
        bottom: 10px;
    }

    .checkLeft {
        margin-left: 45px;
    }

    .hero label {
        position: absolute;
        left: 2%;
        bottom: 15%;
        font-size: 2.5vw;
    }

    .textoR {
        position: absolute;
        left: 4%;
        bottom: 7vh;
        text-align: left;
        display: inline-block;
        font-size: 22px;
    }

    .navbar-Inicio {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 80px;
    }

    .navbar-brand {
        position: absolute;
        left: 2vw;
    }

    .numeros {
        display: contents;
    }

    .textoH-Dir {
        font-size: 30px;
    }

    .textoM-Dir {
        font-size: 15px;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .textH-Cuent {
        font-size: 30px;
    }

    .bodyCuent {
        margin-top: 7vh;
    }

    .back {
        display: none;
    }

    .sweet_widthImportant {
        width: 30% !important;
    }

    .telefono {
        margin-left: 33vw;
        margin-right: auto;
    }

    .content-Contacto {
        top: 34vh;
        position: absolute;
    }

    .textContacto {
        font-size: 30px;
    }

    .textVerificacion {
        font-size: 30px;
    }

    .btn-calcular {
        background-color: #14CDE9;
        color: white;
        border-radius: 50px;
        border: none;
        outline: none;
        padding: 6px 6px 5px 6px;
    }

    .inputC {
        margin-right: 6px;
    }

    .contentButton {
        align-items: baseline;
    }

    .motivosR {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .centrar {
        text-align: center;
    }

    .txtRechazo {
        margin-bottom: 8vh;
    }
}

@media only screen and (min-width : 1300px) {
    .half-logo3 {
        background-image: url(../img/img_premium2.jpg);
        height: 100%;
        width: 50%;
    }

    #docText {
        margin-left: auto;
        margin-right: auto;
    }

    .docText2 {
        margin-left: auto;
        margin-right: auto;
    }

    .ml-13 {
        margin-left: 11vw;
    }

    .Genero {
        bottom: 10px;
    }

    .checkLeft {
        margin-left: 45px;
    }

    .hero label {
        position: absolute;
        left: 2%;
        bottom: 15%;
        font-size: 2.5vw;
    }

    .textoR {
        position: absolute;
        left: 4%;
        bottom: 7vh;
        text-align: left;
        display: inline-block;
        font-size: 22px;
    }

    .navbar-Inicio {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 80px;
    }

    .navbar-brand {
        position: absolute;
        left: 2vw;
    }

    .numeros {
        display: contents;
    }

    .textoH-Dir {
        font-size: 30px;
    }

    .textoM-Dir {
        font-size: 15px;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .textH-Cuent {
        font-size: 30px;
    }

    .bodyCuent {
        margin-top: 7vh;
    }

    .back {
        display: none;
    }

    .sweet_widthImportant {
        width: 30% !important;
    }

    .telefono {
        margin-left: 33vw;
        margin-right: auto;
    }

    .content-Contacto {
        top: 34vh;
        position: absolute;
    }

    .textContacto {
        font-size: 30px;
    }

    .textVerificacion {
        font-size: 30px;
    }

    .btn-calcular {
        background-color: #14CDE9;
        color: white;
        border-radius: 50px;
        border: none;
        outline: none;
        padding: 6px 20px 5px 20px;
        margin-top: 10px;
        right: 24px;
        position: absolute;
    }

    .inputC {
        margin-right: 6px;
    }

    .contentButton {
        align-items: baseline;
    }

    .motivosR {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .centrar {
        text-align: center;
    }

    .txtRechazo {
        margin-bottom: 8vh;
    }
}

@media only screen and (min-width: 1600px) {
    .ml-13 {
        margin-left: 11vw;
    }

    .Genero {
        bottom: 10px;
    }

    #docText {
        margin-left: auto;
        margin-right: auto;
    }

    .docText2 {
        margin-left: auto;
        margin-right: auto;
    }

    .checkLeft {
        margin-left: 100px;
    }

    .hero label {
        position: absolute;
        left: 2%;
        bottom: 15%;
        font-size: 2.5vw;
    }

    .textoR {
        position: absolute;
        left: 5%;
        bottom: 7vh;
        text-align: left;
        display: inline-block;
        font-size: 25px;
    }

    .navbar-Inicio {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 80px;
    }

    .navbar-brand {
        position: absolute;
        left: 2vw;
    }

    .numeros {
        display: contents;
    }

    .textoH-Dir {
        font-size: 30px;
    }

    .textoM-Dir {
        font-size: 15px;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .textH-Cuent {
        font-size: 30px;
    }

    .bodyCuent {
        margin-top: 7vh;
    }

    .back {
        display: none;
    }

    .sweet_widthImportant {
        width: 22% !important;
    }

    .telefono {
        margin-left: 33vw;
        margin-right: auto;
    }

    .content-Contacto {
        top: 34vh;
        position: absolute;
    }

    .textContacto {
        font-size: 30px;
    }

    .textVerificacion {
        font-size: 30px;
    }

    .btn-calcular {
        background-color: #14CDE9;
        color: white;
        border-radius: 50px;
        border: none;
        outline: none;
        padding: 6px 20px 5px 20px;
        margin-top: 10px;
        right: 26px;
        position: absolute;
    }

    .motivosR {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .centrar {
        text-align: center;
    }

    .txtRechazo {
        margin-bottom: 8vh;
    }
}

/* Estilos para moviles */
@media (max-width: 992px) {
    .half-logo3 {
        background-image: url(../img/img_premium.jpg);
        background-repeat: no-repeat;
        height: auto;
        background-size: cover;
    }

    nav {
        height: 5rem;
    }

    .has-btn-next {
        background-color: #14CDE9;
        color: white;
        border-radius: 50px;
        border: none;
        padding: 10px 50px;
        width: 94%;
        outline: none;
        margin-top: 30px;
    }

    .textoR {
        display: inline-block;
        font-size: 3vw !important;
        margin-right: 50vw;
    }

    input, select {
        font-size: 1.1rem;
    }

    .txt-15 {
        font-size: 1.1rem;
    }

    .checkLeft {
        margin-left: 100px;
    }

    .hero {
        position: relative;
    }

    .navbar-brand {
        display: none;
        padding-top: 0;
    }

    .noExterior {
        margin-left: -15px;
    }

    .noInterior {
        margin-right: -15px;
    }

    .text-Header {
        font-size: 23px;
    }

    .textDatos {
        font-size: 13px;
    }

    .col-lg-12 {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .bodyCuent {
        margin-top: 2vh;
    }

    .sweet_widthImportant {
        width: 100% !important;
    }

    .btnContacto {
        margin-top: 55vh;
    }

    .textContacto {
        font-size: 24px;
    }

    .textVerificacion {
        font-size: 24px;
    }

    .motivosR {
        margin-left: auto;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .botonR {
        width: 100% !important;
    }

    .listaS {
        margin-left: -5vw;
        line-height: 3vh;
    }

    .btn-calcular {
        background-color: #14CDE9;
        color: white;
        border-radius: 50px;
        border: none;
        outline: none;
        padding: 6px 20px 5px 20px;
        margin-top: 10px;
        right: 24px;
        position: absolute;
    }

    .img-l {
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
        opacity: 0.5;
        padding: 28vw 24vw;
    }

    .img-l2 {
        left: 0;
        top: 0;
        padding: 15vh 50vw;
    }
}

@media (max-width: 377px) {
    .noExterior {
        margin-left: -15px;
    }

    .noInterior {
        margin-right: -18px;
    }

    .textoR {
        display: inline-block;
        font-size: 3vw !important;
        margin-right: 50vw;
    }

    input, select {
        font-size: 1.1rem;
    }

    .txt-15 {
        font-size: 1.1rem;
    }
    .checkLeft {
        margin-left: 50px;
    }

    .navbar-brand {
        display: none;
        padding-top: 0;
    }

    .text-Header {
        font-size: 23px;
    }

    .textDatos {
        font-size: 13px;
    }

    .col-lg-12 {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .bodyCuent {
        margin-top: 2vh;
    }

    .sweet_widthImportant {
        width: 100% !important;
    }

    .btnContacto {
        margin-top: 55vh;
    }

    .textContacto {
        font-size: 24px;
    }

    .textVerificacion {
        font-size: 24px;
    }

    .motivosR {
        margin-left: auto;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .botonR {
        width: 100% !important;
    }

    .listaS {
        margin-left: -5vw;
        line-height: 3vh;
    }

    .btn-calcular {
        background-color: #14CDE9;
        color: white;
        border-radius: 50px;
        border: none;
        outline: none;
        padding: 6px 20px 5px 20px;
        margin-top: 10px;
        right: 24px;
        position: absolute;
    }

    .img-l {
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
        opacity: 0.5;
        padding: 28vw 24vw;
    }

    .hero {
        position: relative;
    }

    .img-l2 {
        left: 0;
        top: 0;
        padding: 15vh 50vw;
    }
}

@media (max-width: 356px) {
    .tool {
        position: relative;
        float: right;
        margin-right: 6px;
        color: #14CDE9;
    }

    .textoR {
        display: inline-block;
        font-size: 3vw !important;
        margin-right: 50vw;
    }

    .txt-15 {
        font-size: 1.1rem;
    }

    input, select {
        font-size: 1.1rem;
    }

    .checkLeft {
        margin-left: 50px;
    }

    .navbar-brand {
        display: none;
        padding-top: 0;
    }

    .text-Header {
        font-size: 23px;
    }

    .textDatos {
        font-size: 13px;
    }

    .col-lg-12 {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .bodyCuent {
        margin-top: 2vh;
    }

    .sweet_widthImportant {
        width: 100% !important;
    }

    .btnContacto {
        margin-top: 55vh;
    }

    .textContacto {
        font-size: 24px;
    }

    .textVerificacion {
        font-size: 24px;
    }

    .motivosR {
        margin-left: auto;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .botonR {
        width: 100% !important;
    }

    .listaS {
        margin-left: -5vw;
        line-height: 3vh;
    }

    .btn-calcular {
        background-color: #14CDE9;
        color: white;
        border-radius: 50px;
        border: none;
        outline: none;
        padding: 6px 20px 5px 20px;
        margin-top: 10px;
        right: 24px;
        position: absolute;
    }

    .img-l {
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
        opacity: 0.5;
        padding: 28vw 24vw;
    }

    .hero {
        position: relative;
    }

    .img-l2 {
        left: 0;
        top: 0;
        padding: 15vh 50vw;
    }
}

/* Transiciones */
.oculto {
    visibility: hidden; /* Al alterar las márgenes y el height no es necesaria esta propiedad */
    opacity: 0;
    height: 0;
    padding: 0;
    transition: opacity 1s linear;
}

.visible {
    visibility: visible; /* Al alterar las márgenes y el height no es necesaria esta propiedad */
    opacity: 1;
    height: auto;
    padding: 15px 0px;
    transition: opacity 1s linear;
}