html {
    /*height: 100%;*/
    background: #FFF;
    /*background-attachment: fixed;*/
}



body {
    min-height: 100dvh; /* evita bugs de altura en iOS */
    background: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; /* quitar el padding que genera overflow */
    margin: 0;
}

main {
    margin: 0px;
    justify-content: center;
}

#modalAlreadyRecharged #textAlreadyRecharged {
    font-weight: 500;
    font-size: 22px;
}

.text-title {
    color: black;
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

.text-subtitle {
    color: black;
    font-size: 20px;
}

.text-title-pin {
    color: black;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

.input_general {
    border-radius: 6px;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: solid 1px #D1D1D6;
    color: black;
    width: 100%;
    color: #616164;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.input_general:focus {
    border: solid 2px #616164 !important;
    outline: 1px #616164 !important;
}

.content-pin {
    background-color: #ffe200;
    border-radius: 20px;
    gap: 16px;
    width: 100%;
    padding: 32px;
    justify-self: center;
}

.smsinput input {
    margin: 0px 5px;
    max-width: 53.11px;
    /*height: 60px;*/
    border-radius: 6.93px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    border: 1px solid #D1D1D6;
    width: 53.11px;
    height: 53.11px;
    color: #616164;
}

    .smsinput input:focus, .smsinput input:focus-visible {
        border: 2px solid #4EAA21 !important;
        outline: 1px #4EAA21;
    }

.img-fluid {
    /*width: 646px !important;*/
    margin-top: 0px;
}

.card {
    background: transparent;
    border: none;
    padding-top: 0px;
    /*border-radius: 8px;
    border: dashed 3px white;*/
}

.btn-primary {
    border-radius: 360px;
    background: #43AA00;
    border-color: #43AA00;
}

.btn-primary:hover {
    background: #43AA00;
    border-color: #43AA00;
}

.text-terms {
    font-size: 16px;
    color: #7C7C7C;
}

.text-terms-info .text-under-terms {
    color: #7C7C7C;
    font-size: 16px;
    margin: 2px 0;
}

.text-primary {
    color: #4EAA21 !important;
}

@media (min-width: 1440px) {
    .card {
        min-height: 70vh;
        max-width: 1500px;
        width: 100%;
    }
}

/*XL*/
/*@media (max-width: 1399px) {*/
@media (max-width: 1439px) {
    .content-pin {
        background-color: #ffe200;
        border-radius: 20px;
        gap: 16px;
        width: 100%;
        padding: 32px;
    }

    .img-fluid {
        /*width: 646px !important;*/
        margin-top: -35px;
        padding-top: 0px;
    }

    .content-pin-section-1 {
        padding-top: 0px;
    }

    .text-title {
        font-size: 28px;
    }

    .text-terms {
        font-size: 16px;
        color: #7C7C7C;
    }

    .text-terms-info .text-under-terms {
        color: #7C7C7C;
        font-size: 16px;
        margin: 2px 0;
    }
}

/*LG*/
@media (max-width: 1199px) {
    .content-pin {
        background-color: #ffe200;
        border-radius: 20px;
        gap: 16px;
        width: 100%;
        padding: 32px;
    }

    .img-fluid {
        /*width: 646px !important;*/
        margin-top: 0px;
        /*padding-top: 25px;*/
    }

    .smsinput input {
        margin: 0px 5px;
        max-width: 53.11px;
        /*height: 60px;*/
        border-radius: 6.93px;
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        border: 1px solid #D1D1D6;
        width: 53.11px;
        height: 53.11px;
        color: #616164;
    }

        .smsinput input:focus, .smsinput input:focus-visible {
            border: 2px solid #4EAA21 !important;
            outline: 1px #4EAA21;
        }

    .text-title-pin {
        color: black;
        font-weight: 600;
        font-size: 22px !important;
        line-height: 20px;
    }

    .content-pin-section-1 {
        /*padding-top:50px;*/
    }
}

/*MD*/
@media (max-width: 991px) {
    main {
        margin-top: 20px;
        justify-content: start;
    }

    .text-title {
        color: black;
        font-size: 38px;
        font-weight: 700;
        line-height: 50px;
    }

    .text-subtitle {
        color: black;
        font-size: 20px;
    }

    .content-pin {
        /*min-width: 432.58px;*/
        background-color: #ffe200;
        border-radius: 20px;
        gap: 16px;
        width: 100%;
        padding: 32px;
    }

    .text-title-pin {
        color: black;
        font-weight: 600;
        font-size: 22px !important;
        line-height: 20px;
    }

    .smsinput input {
        margin: 0px 5px;
        max-width: 45.11px !important;
        border-radius: 6.93px;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        border: 1px solid #D1D1D6;
        width: 45.11px;
        height: 45.11px;
        color: #616164;
    }
}

/*XS SM*/
@media (max-width: 767px) {
    main {
        margin-top: 0px;
        justify-content: start;
    }

    .text-title {
        color: black;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
    }

    .text-subtitle {
        color: black;
        font-size: 14px;
    }

    .text-terms {
        font-size: 13px;
        color: #7C7C7C;
        font-weight: 400px;
        text-align: center;
        line-height: 21px;
        margin-bottom: 0px;
        text-align: center !important;
        max-width: 100%;
    }

    .text-terms-info .text-under-terms {
        font-size: 13px;
        margin: 2px 0 !important;
        color: #7C7C7C;
        text-align: center !important;
        max-width: 100%;
    }

    .content-pin {
        /*max-width: 352px;*/
        /*max-width: 381px;*/
        background-color: #ffe200;
        border-radius: 20px;
        gap: 16px;
        width: 100%;
        padding: 32px;
        /*margin-right: 11px;*/
        margin-bottom: 10px;
        z-index: 9999;
    }

    .text-title-pin {
        color: black;
        font-weight: 600;
        font-size: 16px !important;
        line-height: 5px;
    }

    .input_general {
        border-radius: 6px;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        border: solid 2px #D1D1D6;
        color: black;
        width: 100%;
        color: #616164;
        font-size: 14px;
        font-weight: 400;
        line-height: 15px;
        outline: 1px #D1D1D6;
    }

    .input_general:focus {
        border: solid 2px #616164 !important;
        outline: 1px #616164 !important;
    }

    .smsinput input {
        margin: 0px 5px;
        max-width: 32.11px;
        border-radius: 6.93px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        border: 1px solid #D1D1D6;
        width: 32.11px;
        height: 32.11px;
        color: #616164;
        padding: 0px;
    }

        .smsinput input:focus, .smsinput input:focus-visible {
            border: 2px solid #4EAA21 !important;
            outline: 1px #4EAA21;
        }

    .logo_lyca {
        width: 135px;
        height: 52.6px;
    }

    .card {
        min-height: none;
        max-width: 1000px;
        width: 100%;
    }
}
