.login-form-col {
    padding: 1.20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.login-form-container {
    padding: 2rem;
    width: 24rem;
}

.adt-logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: first baseline;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.login-form-buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-form-getInBtn {
    width: 100vw;
    max-width: 100%;
    margin-bottom: 1rem;
    padding: 10px;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 260.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #0060a9;
    color: #ffffff;
    border: 0;
}

    .login-form-getInBtn:hover {
        background: #064e85;
        border: 1px solid;
    }

.login-form-createAccountBtn {
    width: 100vw;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 10px;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 260.5%;
    /* or 31px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: white;
    color: #0060a9;
    border: 1px solid;
}

    .login-form-createAccountBtn:hover {
        background-color: white;
        color: #064e85;
        border: 2px solid;
    }

.login-form-createAccount-Btn {
    width: 100vw;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 10px;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 260.5%;
    /* or 31px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #0060a9;
    color: white;
    border: 1px solid;
}

    .login-form-createAccount-Btn:hover {
        background-color: #0060A9;
        color: white;
        border: 2px solid;
    }

.login-form-title {
    font-weight: bold;
    margin: 1rem 0rem;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 65px;
    color: #0060a9;
}

.login-form-label {
    margin-bottom: 0;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #535151;
}

.login-form-input::-webkit-input-placeholder {
    margin-bottom: 0;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #c6cae6;
}

.login-form-input:-ms-input-placeholder {
    margin-bottom: 0;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #c6cae6;
}

.login-form-input::-ms-input-placeholder {
    margin-bottom: 0;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #c6cae6;
}

.login-form-input::placeholder {
    margin-bottom: 0;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c6cae6;
}

#InputUser,
#InputPassword1 {
    margin-bottom: 1rem;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.login-form-ForgotMyPassword {
    margin: 2rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: Catamaran;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0060a9;
    cursor: pointer;
}

.login-img-container {
    padding: 0;
    margin: 0;
}

.login-img {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
}

@media (max-width: 1440px) {
    .login-form-col {
        padding: 1vw;
    }
}

@media (max-width: 991px) {
    .login-img-container {
        display: none;
    }

    .login-form-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .login-form-col {
        padding: 1rem;
    }

    .login-form-container {
        padding: 1rem;
        width: 95vw;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navbarSection {
    padding: 0.3rem 6.7rem;
}

.navbarSection-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

a.nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #0060a9 !important;
    padding: 1rem 1.2rem !important;
}

a.nav-link--alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #ff3860 !important;
}

.banner-promo {
    padding: 0;
    position: relative;
}

.banner-promo-img {
    width: 100vw;
    max-width: 100%;
}

.banner-promo-close {
    position: absolute;
    top: 1rem;
    right: 7rem;
    background-color: gray !important;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: top;
}

    .banner-promo-close span {
        position: relative;
        bottom: 0.2rem;
    }

.Greetings-container {
    background-color: #0060a9;
    color: white;
    padding: 1rem;
    width: 100vw;
    max-width: 100%;
    padding: 0.5rem 7.4rem;
    position: relative;
}

.Greetings-sup-name {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
}

.Greetings-name {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}

.totalBilled-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 287px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.13);
    border-radius: 6px;
    color: #000000;
    padding: 1rem;
    position: absolute;
    top: 1rem;
    right: 10vw;
    font-family: Helvetica !important;
}

#full-amount-checkbox {
    margin: 0.3rem 0.5rem 0rem 0rem;
}

    #full-amount-checkbox label {
        font-family: Helvetica;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 17px;
        color: #818181;
    }

.full-amount-checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 1rem;
}

.totalBilled-card-amount {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 32.5px;
    line-height: 65px;
    text-align: center;
    color: #00a7ff;
}

.totalBilled-total {
    margin-bottom: 0.1rem;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #011c4b;
}

.totalBilled-card-dueDate {
    margin-bottom: 0.5rem;
    font-family: Helvetica;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.BillsToPay-Section {
    background-color: #f5f5f5;
}

.BillsToPay-container {
    padding: 2rem 7.4rem;
    padding-right: 12rem;
}

.BillsToPay-title {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #0060a9;
    margin-bottom: 2rem;
}

.BillsToPay-bills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.BillsToPay-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.BillsToPay-thead {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
}

.BillsToPay-key {
    margin-bottom: 0.3rem;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #818181;
    margin-left: 1px;
}

.BillsToPay-value {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #818181;
}

.BillsToPay-separator {
    width: 100vw;
    max-width: 100%;
    margin-top: 21vh;
}

.footer-container {
    padding: 1rem 6.7rem;
    padding-right: 12rem;
    width: 100vw;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-history {
    margin-right: 3rem;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #0060a9;
    padding: 0.9rem;
}

.footer-button {
    width: 259px;
    height: 46px;
    background: #0060a9;
    border-radius: 3px;
    border: none;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
}

.FooterSection {
    background-color: #f5f5f5;
}

.footer-history-mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0rem;
    display: none;
}

.footer-history-mobile {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #0060a9;
}

.SystemMessage-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.SystemMessage {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.SystemMessage-close {
    background-color: #006eb6;
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input[type="checkbox"]:not(old) + label {
    cursor: pointer;
}

    input[type="checkbox"]:not(old) + label:before {
        content: "";
        width: 19px;
        height: 19px;
        cursor: pointer;
        vertical-align: top;
        display: inline-block;
        position: relative;
        right: 1.28rem;
        top: -0.2rem;
        z-index: 1;
        border-radius: 50%;
        background: radial-gradient(circle, white 38%, #c4c4c4 38%);
    }

input[type="checkbox"]:not(old):checked + label:before {
    /* Estilos del input seleccionado */
    background: white;
    background: radial-gradient(circle, white 38%, #48c774 38%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.BillsToPay-Checkbox {
    opacity: 0;
    position: relative;
    z-index: 2;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    cursor: pointer;
}

.mobile-navbarSection-close {
    display: none;
}

.adt-myData-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0rem 5rem;
    padding: 7vh 0rem 40vh;
}

.adt-myData-title {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #0060A9;
}

.adt-myData-section {
    background-color: #f5f5f5;
}

.adt-myData-form {
    width: 55vw;
    min-width: 395px;
}

    .adt-myData-form label {
        margin-bottom: 0;
        font-family: Helvetica;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 17px;
        color: #818181;
    }

    .adt-myData-form input {
        padding: 1.5rem 0.5rem;
        position: relative;
    }

        .adt-myData-form input::-webkit-input-placeholder {
            font-family: Helvetica;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 17px;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            color: #818181;
        }

        .adt-myData-form input:-ms-input-placeholder {
            font-family: Helvetica;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 17px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            color: #818181;
        }

        .adt-myData-form input::-ms-input-placeholder {
            font-family: Helvetica;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 17px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            color: #818181;
        }

        .adt-myData-form input::placeholder {
            font-family: Helvetica;
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 17px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #818181;
        }

#togglePassword {
    position: absolute;
    top: 2.6rem;
    right: 2rem;
    display: block;
    cursor: pointer;
}

#togglePassword2 {
    position: absolute;
    top: 2.6rem;
    right: 2rem;
    display: block;
    cursor: pointer;
}

.incorrect-password-validation {
    color: #f02222;
    margin-top: 10px;
    margin-left: 3px;
    display: none;
}

.table-responsive {
    padding: 5vh 3rem 15vh;
}

.adt-payment-history-section {
    background-color: #f5f5f5;
}

.adt-payment-history-table td {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #818181;
}

.adt-payment-history-container {
    padding: 2rem 0rem;
}

.adt-payment-history-title {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #0060a9;
}

.adt-payment-history-table-th-row {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #818181;
    padding: 1rem 0.375rem;
}

.payable {
    color: #ff3860 !important;
}

.PaidOut {
    color: #48c774 !important;
}

thead {
    border-bottom: 1px solid lightgray;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
}

hr {
    width: 100vw;
    max-width: 100%;
}

.table-end-separator {
    margin-top: 28vh;
}

.adt-payment-history-pagination-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5rem;
}

.adt-payment-history-pagination {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 3rem;
}

.adt-payment-history-pagination-CurrentPage {
    background: #ffffff;
    border: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: .5rem .6rem;
    text-align: center;
    margin: 0px 8px;
}

.adt-payment-history-pagination-btn-prev {
    margin-left: .5rem;
    font-weight: bold;
    font-family: monospace;
    background-color: #0060A9;
    border: none !important;
}

.adt-payment-history-pagination-btn-next {
    font-weight: bold;
    font-family: monospace;
    background-color: #0060A9;
    border: none !important;
}

.PaymentHistory-footer-button {
    width: 259px;
    height: 46px;
    background: white;
    border-radius: 3px;
    border: 1px solid #0060a9;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #0060a9;
}

.adt-successPayment-section {
    background-color: #f5f5f5;
    height: 100vh;
}

.adt-successPayment-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    padding: 5rem 0rem;
}

.adt-successPayment-title {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    color: #0060a9;
}

.adt-successPayment-subtitle {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #0060a9;
    margin-bottom: 8vh;
}

.adt-successPayment-btn {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #0060a9;
    width: 259px;
    height: 46px;
    left: 531px;
    top: 515px;
    border: 1px solid #0060a9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.login-form-label {
    margin-bottom: 0;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #535151;
}

.form-control::-webkit-input-placeholder {
    margin-bottom: 0;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #c6cae6;
}

.form-control:-ms-input-placeholder {
    margin-bottom: 0;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #c6cae6;
}

.form-control::-ms-input-placeholder {
    margin-bottom: 0;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #c6cae6;
}

.form-control::placeholder {
    margin-bottom: 0;
    font-family: Catamaran;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c6cae6;
}

#InputUser,
#InputPassword1 {
    margin-bottom: 1rem;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

@media (max-width: 1200.98px) {
    .navbarSection {
        padding: 0.7rem 90px;
    }

    .banner-promo-close {
        right: 6rem;
    }

    .Greetings-container {
        padding: 0.5rem 6rem;
    }

    .BillsToPay-container {
        padding: 2rem 6rem;
        padding-right: 12rem;
    }

    .totalBilled-card {
        right: 6rem;
    }
}

@media (max-width: 991.98px) {
    .navbarSection {
        padding: 0.3rem 40px;
    }

    .BillsToPay-container {
        padding: 10rem 3.4rem 2rem;
        padding-right: 3.4rem;
    }

    .Greetings-container {
        padding: 1.5rem 3rem 6rem;
    }

    .totalBilled-card {
        position: absolute;
        top: 5rem;
        right: 19rem;
        left: 5vw;
        width: 90vw;
    }

    .banner-promo-close {
        right: 7vw;
        top: 1.4rem;
    }

    .footer-container {
        padding: 2rem 3.4rem;
        padding-right: 3.4rem;
    }

    .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 12rem;
        padding: 10rem 1rem;
    }

    a.nav-link {
        color: white !important;
    }

        a.nav-link.nav-link--alt {
            margin-top: 68vh;
        }

    .navbarSection-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: column;
        top: 0;
        right: 0;
        background: #0060a9;
        width: 53vw;
        height: 100vh;
        position: fixed;
        z-index: 1;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    button.mobile-navbarSection-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        border: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        background-color: #ffffff77;
        color: #0060a9;
        font-weight: bold;
        padding: 0rem 0.5rem;
    }

        button.mobile-navbarSection-close span {
            position: relative;
            bottom: 0.1rem;
            font-family: monospace;
            font-weight: bold;
            font-size: 18px;
        }

    .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5rem 1rem;
    }

    .BillsToPay-separator {
        margin-top: 2rem;
    }

    .adt-payment-history-pagination-container {
        padding-right: initial;
    }

    .table-responsive-payment-history {
        padding: 1rem 0;
    }
}

@media (max-width: 575.98px) {
    .navbarSection {
        padding: 0.3rem 20px;
    }

    .BillsToPay-container {
        padding: 8.5rem 29px 1rem;
        padding-right: 29px;
    }

    .Greetings-container {
        padding: 1.5rem 22px 6rem;
    }

    .BillsToPay-title {
        font-family: Helvetica;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        color: #0060a9;
    }

    .footer-container {
        padding: 2rem 22px;
        padding-right: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-history {
        margin-right: 1rem;
        display: none;
    }

    .FooterSection {
        background-color: white;
    }

    .footer-history-mobile-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-button {
        width: 80vw;
    }

    .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5rem 1rem;
    }

    a.nav-link.nav-link--alt {
        margin-top: 62vh;
    }

    .adt-myData-form {
        width: 55vw;
        min-width: 274px;
    }

    .adt-payment-history-container {
        padding: 4rem 1rem;
    }

    .adt-payment-history-pagination-container {
        padding: 0rem 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .PaymentHistory-footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .PaymentHistory-footer-button {
        padding: 0;
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }

    .table-end-separator {
        margin-top: 0;
        margin: 1rem;
    }
}

@media (max-width: 450.98px) {
    .navbarSection {
        padding: 0.3rem 20px;
    }

    .BillsToPay-container {
        padding: 8.5rem 22px 1rem;
        padding-right: 22px;
    }

    .Greetings-container {
        padding: 1.5rem 22px 6rem;
    }

    .BillsToPay-title {
        font-family: Helvetica;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        color: #0060a9;
    }

    .footer-container {
        padding: 2rem 22px;
        padding-right: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-history {
        margin-right: 1rem;
        display: none;
    }

    .FooterSection {
        background-color: white;
    }

    .footer-history-mobile-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-button {
        width: 80vw;
    }

    .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5rem 1rem;
    }

    a.nav-link.nav-link--alt {
        margin-top: 62vh;
    }
}

@media (max-width: 370.98px) {
    .BillsToPay-container {
        padding: 9.5rem 22px 1rem;
    }
}

@media (max-width: 320.98px) {
    .BillsToPay-container {
        padding: 9.5rem 16px 1rem;
        padding-right: 15px;
    }

    .banner-promo-close {
        right: 5vw;
        top: 0.8rem;
    }
}

#FrLogin .form-group {
    position: relative;
}

.ic-tooltip {
    position: absolute;
    background: #000;
    border-radius: 50%;
    height: 16px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 16px;
    top: 29px;
    right: -24px;
    color: #fff;
    cursor: pointer;
}

    .ic-tooltip:hover {
        color: #fff;
    }

.tooltip {
    opacity: 1 !important;
}

    .tooltip > .tooltip-inner {
        background: transparent;
        opacity: 1 !important;
    }

    .tooltip img {
        width: 400px;
        opacity: 1 !important;
    }

.tooltip-arrow {
    display: none !important;
}

.tooltip .arrow {
    display: none !important;
}

.tooltip .tooltip-arrow:before {
    display: none !important;
}

.tooltip .tooltip-arrow:after {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .tooltip {
        left: -25% !important;
    }

        .tooltip img {
            width: 300px;
        }
}


.cuadro-alta {
    display: block;
    background: #cce5ff;
    width: 287px;
    max-width: 100%;
    border-radius: 10px;
    transform: translateY(-20%);
    line-height: 1.4;
    font-size: 16px;
    padding: 2rem;
    /* position: absolute; */
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .cuadro-alta {
        width: 90%;
        transform: none;
        margin: 0 auto 3rem;
    }
}
/*# sourceMappingURL=estilos.css.map */
