/* Add here all your CSS customizations */
/* Customize the label (the container) */
#wrapper {
    display: flex;
    min-height: 100%;
}

.container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    color: #fff;
    font-family: "Poppins", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-reset-password {
    font-family: 'Poppins-light' !important;
    padding: 50px;
}

.container-reset-password form .btn {
    font-size: .9rem;
    border-radius: 60px;
}

/* Hide the browser's default checkbox */

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #4cff5e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.banner-desktop img {
    animation: zoominoutsinglefeatured 4s;
}

.banner-desktop,
.banner-desktop-image {
    overflow: hidden;
}

@media not screen and (min-width: 769px) {
    .header-mobile-offset {
        padding-top: 100px;
    }
}

@media screen and (min-width: 769px) {
    .button-impulsa {
        max-width: 195px;
    }
}

@media screen and (max-width: 769px) {
    .mobile-centered {
        text-align: center;
    }

    .container-reset-password {
        padding: 20px 10px;
    }

}

@media not screen and (min-width: 995px) {
    .btn-credito-mobile {
        display: none;
    }
}

@media screen and (min-width: 426px) {
    .banner-desktop {
        display: block;
    }

    .banner-mobile {
        display: none;
    }
}

@media screen and (max-width: 426px) {
    .banner-desktop {
        display: none;
    }

    .banner-mobile {
        display: block;
    }
}

/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
}

.testimonial blockquote p {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 14px;
}

.boton-ver-mas {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    padding: 0 20px;
    margin-top: 10px;
}

.boton-ver-mas:hover {
    background-color: #40d64f;
    border: 1px solid transparent;
}

.asd {
    border-radius: 300px;
    left: 0;
    display: flex;
    background-color: white;
    position: absolute;
    z-index: 10;
    justify-content: center;
    right: 0;
    margin: auto;
    width: 60% !important;
    transform: translateY(-65%);
    max-width: 1400px;
    min-width: 700px;
}

@media (min-width:1200px) {

    /* .menu{
        max-width: 1140px;
    } */
    .menu_links li .btn-login {
        margin-left: 50px;
    }
}

@media screen and (max-width: 450px) {
    .asd {
        width: 90% !important;
        transform: translateY(-8vw);
    }

    .deudor-contenedor {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .menu {
        padding: 0px;
    }

    .asd {
        min-width: unset;
    }

    .label-invisible {
        display: none;
    }

    .deudor-control__solicitar {
        text-align: center;
    }
}

.asd-container {
    background-color: transparent;
    height: 250px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .asd-container {
        height: 650px;
    }
}

@media screen and (max-width: 1250px) {
    .asd-container {
        margin-bottom: 100px;
    }
}

.deudor-contenedor {
    border-radius: 25px !important;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    border: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    box-sizing: border-box;
}

.deudor-caja {
    font-size: 16px;
    margin: 20px 0 !important;
    padding: 0px !important;
}

.deudor-seccion-listo {
    position: absolute;
    top: 40px;
    right: 25px;
}

@media not screen and (min-width: 769px) {
    .deudor-seccion-listo {
        right: 10px;
    }
}

.boton-formulario {
    border-radius: 25px !important;
    box-shadow: 0 !important;
    margin: 0 10px 10px 10px;
    color: inherit;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    display: inline-block;
    color: #3c3c3b;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #3c3c3b;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    width: 180px !important;
}

.deudor-control {
    padding: 15px 15px;
    min-width: 100% !important;
}

@media only screen and (min-width: 769px) {
    .deudor-control__etiqueta-controles-dinamicos {
        padding-left: 0px;
        padding-right: 0px;
    }

    .deudor-control {
        width: 100% !important;
        width: -moz-available !important;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available !important;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available !important;
        min-width: unset !important;
        padding-bottom: 0px;
    }
}

.deudor-control__valor-solicitado {
    width: 20% !important;
}

.deudor-control__plazo {
    width: 20% !important;
}

.deudor-control__referido {
    width: 40% !important;
}

.deudor-control__etiqueta-controles-dinamicos {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 130px !important;
}

button.active {
    background-color: #32cd32 !important;
    color: white !important;
    border: 1px solid transparent;
}

.input-icon {
    position: relative;
}

.input-icon>i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 48%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.input-icon>input {
    padding-left: 25px;
    padding-right: 0;
}

.hide-div {
    display: none !important;
    transition: all 1s ease !important;
}

.show-div {
    display: flex !important;
}

/* ----------- Header New Design ----------- */

.header {
    padding: 10px 0px;
    border-bottom: 1px solid #bfbfbf;
    font-family: "Poppins", sans-serif !important;
    font-size: 15px;
}

.header_container {
    padding-left: 15px;
    padding-right: 15px;
}

.menu {
    height: 56px;
    overflow: hidden;
    transition: height 0.3s ease;

}

.registro-contenedor {
    flex-direction: column;

    @media (min-width: 1280px) {
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    .registro-contenedor {
        max-width: 540px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: start !important;
    }
}

.container-welcome {
    @media (min-width: 1280px) {
        width: 40%;
    }
}

.menu_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0px;
}

.logo-img {
    width: 100px;
}

.button_hamburguer {
    padding: 4px 12px;
    margin-right: 4px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.55);
    border-radius: 4px;
    border: none;

    @media (max-width: 991px) {
        width: auto;
    }
}

.button_hamburguer:focus {
    box-shadow: 0 0 0 0.25rem;
}

.menu_links {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 200px;
    margin: 0px;
}

.menu_links li {
    list-style: none;
}

.menu_links li a {
    padding: 8px 18px;
    color: #4d4d4d;
    font-family: 'Poppins-regular';
}

.menu_links .button-credito {
    height: 45px;
}

.menu_links .btn-login {
    height: 45px;
    font-family: "Poppins-light", sans-serif !important;
}

.menu_links .btn-login,
.menu_links .btn-pagos {
    color: #868484;
    border: 1px solid #868484;
    padding: 10px 15px;
    padding-right: 13px;
    border-radius: 40px;
    text-decoration: none;
    border-radius: 60px;
    padding: 10px 15px;
    margin-left: 50px;
    font-size: 15px;
    transition: transform 0.2s ease-in-out;
}

.menu_links .btn-login:hover,
.menu_links .btn-pagos:hover {
    border-color: #32cd32;
}

.menu_links .btn-login img {
    width: 18px;
    margin-left: 7px;
}

.menu_links .btn-pagos {
    font-family: 'Poppins-light' !important;
}

.menu_links .btn-pagos img {
    width: 25px !important;
}

.menu.show_menu {
    height: 302px;
    z-index: 9999;
    background-color: #fff;
}

.menu_links {
    display: none;
}

.items-mobile {
    display: block;
}

.menu_links .nav-link.active {
    position: relative;
    font-weight: bold;
    color: #4d4d4d;
}

.menu_links .nav-link.active::before {
    position: absolute;
    content: "";
    background-image: url("../iconos/nav-link-before.webp");
    background-repeat: no-repeat;
    background-size: contain;
    top: 15px;
    left: 0px;
    width: 10px;
    height: 10px;
}

.menu_links li .button-credito {
    display: inline-block;
    font-family: 'Poppins-bold';
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 60px;
    background-color: #ff461e;
    color: #fff;
    transition: transform 0.2s ease-in-out;
    font-size: 14px;
}

.menu_links li .button-credito:hover,
.menu_links li .btn-login:hover,
.menu_links li .btn-pagos:hover {
    color: #fff;
    transform: scale(1.09);
}

.contenedor-app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.menu_links-mobile.items-mobile .btn-login,
.menu_links-mobile.items-mobile .btn-pagos {
    color: #4d4d4d;
    padding: 5px 15px;
    padding-right: 13px;
    border: none;
    font-size: 14px;
    margin-left: 3px;

}

.menu_links-mobile.items-mobile .btn-pagos img {
    margin-left: -30px;
    margin-right: 5px;
}

.menu_links-mobile.items-mobile .btn-login img {
    width: 15px;
    margin-left: -27px;
    margin-right: 10px;
}

.items-mobile .button-credito {
    background-color: #ff461e;
    color: #fff;
    transition: transform 0.2s ease-in-out;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Poppins-bold';
    padding: 12px 8px;
    text-decoration: unset;
    border-radius: 60px;
}

.contenedor-app main {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    display: flex;
}

.contenedor-app main .login {
    width: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.deudor-control .container {
    /* color: #808080;
    font-weight:400; */
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 0;
    font-family: 'Poppins-regular' !important;
}

.deudor-contenedor .button-ingresar {
    justify-content: flex-end;
    margin-bottom: 30px;
}

.salto-mobile {
    display: none;
}

@media (max-width: 991px) {
    .menu {
        height: 40px;
        margin-bottom: 0px;
    }

    .menu_mobile {
        padding: 0px;
    }

    .items-mobile {
        height: 40px;
        display: flex;
        align-items: center;
        margin-bottom: 0px !important;
    }

    .items-mobile.menu_links-mobile {
        height: 0px;
        display: flex;
        align-items: start;
        margin-bottom: 0px !important;
        overflow: hidden;
    }

    .menu.show_menu {
        height: 300px;
    }

    .show_menu .menu_links-mobile.items-mobile {
        height: 265px;
    }

    .menu_links-mobile.items-mobile a {
        font-family: "Poppins-light", sans-serif !important;
    }

    .header {
        padding: 14px 0px;
    }

    .button_hamburguer:focus {
        box-shadow: none;
    }

    .logo-img {
        width: 86px;
    }

    .navbar-brand,
    .button_hamburguer {
        margin-right: 0px;
    }

    .items-mobile .button-credito {
        padding: 7px 22px;
        font-size: 13px;
    }

    .login .img-principal {
        width: 63%;
    }

    .deudor-caja .ingresar-title {
        font-size: 23px;
        text-align: center;
    }

    .login_form {
        padding: 0px !important;
    }

    .deudor-caja {
        margin-top: 30px !important;
    }

    .deudor-caja div:first-child,
    .deudor-caja div:nth-child(2),
    .deudor-caja div:nth-child(3),
    .deudor-caja div:nth-child(4),
    .deudor-caja div:nth-child(5),
    .deudor-caja div:nth-child(6),
    .deudor-caja .container-bottom {
        margin: 0px 42px;
    }

    .deudor-caja .deudor-control {
        margin: 0px !important;
    }

    .deudor-caja>div:nth-child(2) {
        margin-bottom: 19px;
    }

    .deudor-caja>div:nth-child(3) {
        margin-bottom: 14px;
    }

    .deudor-caja>div:first-child {
        margin-bottom: 30px;
    }

    .deudor-caja .form-control {
        padding: 5px 10px !important;
        font-size: 13px !important;
    }

    .toggle-password {
        top: 10px !important;
        right: 10px !important;
    }

    .deudor-control {
        padding: 0px !important;
        min-width: 0px !important;
    }

    .deudor-control .container {
        margin-right: 0px;
        font-size: 11px !important;
        padding-left: 24px !important;
    }

    .forgot-password {
        font-size: 11px;
        white-space: nowrap;
    }

    .checkmark {
        width: 15px;
        height: 15px;
        margin: 0px;
        bottom: 6px;
    }

    .deudor-contenedor .button-ingresar {
        justify-content: center !important;
        padding-top: 30px !important;
        margin-bottom: 23px !important;
    }

    .container-bottom {
        margin-bottom: 90px !important;
        font-size: 10px !important;
        text-align: center;
    }

    .container-bottom a {
        display: block;
        font-size: 14px !important;
        line-height: 16px;
    }

    .container.footer-mobile {
        margin-left: -12px !important;
        padding: 4px 12px !important;
        background-color: #32cd32 !important;
        color: #FFF !important;
        font-family: 'Poppins-regular' !important;
        font-size: 8px !important;
    }

    #footer {
        height: 34px;
        border: none;
    }

    #footer .footer-copyright p,
    #footer .footer-copyright {
        margin: 0px !important;
        font-size: 8px !important;
    }

    #footer .footer-copyright p {
        margin-top: 4px !important;
    }

    .menu_links .btn-login {
        height: 38px;
    }
}

@media (min-width: 992px) {
    .deudor-control__destino-credito {
        width: 60% !important;
    }

    .menu_links {
        display: flex;
    }

    .items-mobile {
        display: none;
    }

    .menu {
        overflow: visible;
    }

    .menu_links {
        height: auto;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .menu_links-item {
        position: relative;
    }

    .menu_links-item ul {
        display: none;
        position: absolute;
        padding: 0.5rem 0;
        color: #212529;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .menu_links-item ul li:first-child {
        margin-bottom: 4px;
    }

    .menu_links-item ul li a {
        width: 175px;
        max-width: 175px;
        font-size: 14px;
        padding: 0px 18px;
        color: #4d4d4d;
    }

    .menu_links a:hover {
        color: #4d4d4d;
    }

    .menu_links-item ul li a:hover {
        background-color: transparent;
        border: 0px;
        font-weight: bold;
    }

    .menu_links-item:hover ul {
        display: block;
        z-index: 1;
    }

    .menu_links li .btn-login {
        margin-left: 15px;
    }

    .menu_links li .btn-login:hover,
    .menu_links li .btn-pagos:hover {
        background-color: #32cd32;
        color: #fff;
    }

    .menu_links li .btn-login:hover img {
        content: url("../logos/BLANCO.png");
    }

    .menu_links li .btn-pagos:hover img {
        content: url("../logos/COIN-BLANCO.svg");
    }

    .menu_links li .button-credito {
        margin-left: 15px;
        padding: 4px 0px 0px 20px;
    }

    .logo-img {
        width: 115px;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .logo-img {
        width: 90px;
    }

    .menu_links li a {
        padding: 5px;
        font-size: 13px;
    }

    .menu_links .btn-login,
    .menu_links .btn-pagos {
        font-size: 13px;
        margin-left: 20px;
        height: 45px;
    }

    .menu_links .btn-pagos img {
        width: 15px !important;
    }

    .menu_links li .btn-login {
        margin-left: 10px;
    }

    .menu_links .btn-login img {
        width: 14px;
    }

    .container.menu .menu_links {
        padding-left: 4px;
    }

    .menu_links li .button-credito {
        font-size: 13px;
        margin-left: 10px;
        padding: 2px 0px 0px 20px;
    }
}

@media (max-width: 767px) {
    .registro-contenedor #registerForm {
        flex-direction: column;
    }

    .child-2 .container-button-submit button {
        width: 60%;
        padding: 7px 16px;
    }
}

@media (max-width: 991px) {
    .terms-desktop {
        display: none;
    }

    .salto-mobile {
        display: block;
    }
}

@media (min-width: 992px) {
    .terms-mobile {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .menu_links li a {
        padding: 8px;
    }
}

@media(min-width:1240px) {
    .menu {
        width: 1200px;
        max-width: 1200px;
    }
}

@media (max-width: 1279px) {
    .registro-contenedor .login_section .text-main {
        justify-content: center;
    }

    .registro-contenedor .login_title-two {
        text-align: center;
    }

    .registro-contenedor .container-welcome img {
        max-width: 600px;
    }

    .registro-contenedor .container-welcome .login_section {
        padding: 0px;
    }

    .registro-contenedor .form-container {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
}