/* CSS INVOICE */

.c-invoice {
    padding: 3rem 16px 1rem;
    background-image: url(../images/credit-v2/bg-head.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.c-invoice__title {
    font-size: 7.6vw;
    line-height: normal;
    margin-bottom: 12px;
}

.c-invoice__subtitle {
    font-size: 5.2vw;
    line-height: normal;
}

.c-invoice__tabs {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 16px;
    width: 90%;
    max-width: 400px;
    margin: 2rem auto;
    padding: 22px 12px 16px;
    border-radius: 12px;
    background: url("../images/credit-v2/bg-tabs.svg") transparent no-repeat top center / cover;
    background-size: cover;
}

.c-invoicetabs__title {
    text-align: center;
    font-size: 5.5vw;
    line-height: normal;
    margin-bottom: 12px;
}

.c-invoicetabs__subtitle {
    text-align: center;
    font-size: 4.5vw;
    line-height: normal;
}

.c-invoicetabs__item {
    display: block;
    position: relative;
    box-shadow: none;
    width: 100%;
    border-radius: 10px;
    border: 0;
    padding: 12px;
    min-height: 160px;
    cursor: pointer;
}

.c-invoicetabs__item hr {
    width: 30%;
    border-color: var(--blue);
    margin: 8px 0;
}
.c-invoicetabs__item.active{
    border: 2px solid var(--blue);
    transform: scale(1.03);
}

.c-invoicetabs__checkmark {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 12px;
    right: 12px;
    border-radius: 50%;
    border: 1px solid var(--blue);
    background-color: var(--white);
}

.c-invoicetabs__item.active .c-invoicetabs__checkmark::before {
    content: ' ';
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--blue);
    border-radius: 50%;
}

.c-invoiceitem__title {
    font-size: 4.5vw;
    line-height: normal;
    font-weight: normal;
}

.c-invoiceitem__subtitle {
    font-size: 3.9vw;
    line-height: normal;
}

.c-secontinfo__iconuser{
    display: inline-block;
    margin-bottom: -4px;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    -webkit-mask: url(/images/icons/icon-user-solid.svg) no-repeat 100% 100%;
    mask: url(/images/icons/icon-user-solid.svg) no-repeat 100% 100%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    background-color: var(--blue);
}

@media screen and (min-width: 500px) {
    .c-invoice__title {
        font-size: 50px;
    }

    .c-invoice__subtitle {
        font-size: 25px;
    }

    .c-invoicetabs__title {
        font-size: 40px;
    }

    .c-invoicetabs__subtitle {
        font-size: 18px;
    }

    .c-invoiceitem__title {
        font-size: 21px;
    }

    .c-invoiceitem__subtitle {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .c-invoice__tabs {
        grid-template-columns: repeat(3, 1fr);
        max-width: 1000px;
        padding: 22px 32px 12px;
    }

    .c-invoicetabs__item {
        padding: 12px 36px 12px 12px;
    }

    .c-invoicetabs__title,
    .c-invoicetabs__subtitle {
        text-align: left;
    }
}


/* SECTION TABS */
.c-secontent {
    display: none;
    padding: 0 15px 2rem;
}

.c-secontent.active {
    display: block;
}

.c-seconthead {
    padding: 0 32px 32px 32px;
    margin: 0 -16px;
}

.c-seconthead__box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 2rem 12px;
}

.c-seconthead__title {
    font-size: 7vw;
    line-height: normal;
    margin-bottom: 12px;
    text-align: center;
}

.c-seconthead__subtitle {
    font-size: 4.6vw;
    line-height: 26px;
    text-align: center;
}

.c-seconthead__btn {
    position: relative;
    display: block;
    border: 0;
    box-shadow: none;
    text-decoration: underline;
    font-size: 4.6vw;
    line-height: normal;
    background: transparent;
    margin: 18px auto 0;
    padding: 8px;
    cursor: pointer;
    color: var(--blue);
}

.c-seconthead__btn::before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-70%) rotate(132deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
    transition: all .3s ease;
}

.c-seconthead__btn.active::before {
    transform: rotate(-48deg);
}

.c-seconthead__infohide {
    display: none;
}
.c-paga-credit{
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    width: 90%;
    max-width: 1000px;
    margin: 10px auto 30px;
}
.c-paga-credit-items{
    background-color: var(--white);
    text-align: center;
    padding: 22px 10px;
    border-radius: 6px;
}
.c-pagar-buttons{
 display: flex;
 flex-direction: column;
 padding-bottom: 40px;
 align-items: center;
 justify-content: center;
}
.c-btn-abonar{
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 20px;
    text-align: center
}
.c-pagar-buttons.column{
 flex-direction: column;
}
.c-pagar-steps{
    display: grid;
    grid-template-columns: 100%;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    padding: 20px 0 40px;
    gap: 10px;
}
.c-pagar-steps-items{
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: dashed gray;
}
.c-pagar-steps-items li{
  list-style:none;
}
.c-pagar-steps-items li::before{
    content: '\2022';
    color: var(--blue);
    margin-right: 10px;
}
.c-pagar-steps-items:last-child{
    border-bottom: 0;
}
.c-pagar-steps-items span{
    background-color: var(--blue);
    color: var(--white);
    font-weight: bold;
    padding: 0 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.c-pagar-btn-youtube{
    font-weight: bold;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--blue);
    padding: 8px 20px;
    border-radius: 20px;
    width: max-content;
    margin: auto;
}
.c-pagar-btn-youtube::after{
    content: url(../../images/icons/icon-youtube.svg);
}
.c-pagar-content-btns{
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}
.c-seconthead__infohide h3{
    font-size: 6vw;
    font-weight: lighter;
}

@media screen and (min-width: 768px) {
    .c-seconthead__box {
        flex-direction: row;
    }

    .c-seconthead__title,
    .c-seconthead__subtitle {
        text-align: left;
        font-size: 18px;
    }

    .c-seconthead__btn {
        margin:0;
        font-size: 20px;
    }

    .c-secontinfo__grid {
        grid-template-columns: 1fr 1fr;
    }
    .c-paga-credit{
        grid-template-columns: repeat(2, 1fr);
    }
    .c-paga-credit-items{
        display: inline-flex;
        flex-direction: column;
        place-content: center;
        padding: 24px 36px;
        font-weight: 500;
        font-size: 1.2rem;
    }
    .c-pagar-buttons{
        flex-direction: row;
        gap: 20px;
    }
    .c-btn-abonar{
      padding: 10px 30px;
    }
    .c-pagar-steps{
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    .c-pagar-steps-items{
        border-bottom: 0;
        border-right: dashed  gray;
        padding-right: 10px;
    }
    .c-pagar-steps-items.border{
        border: 0;
    }
    .c-pagar-steps-items span {
        padding: 0 13px;
        height: 36px;
    }
    .c-pagar-content-btns{
        grid-template-columns: repeat(2, 1fr);
    }
    .c-seconthead__infohide h3{
        font-size: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .c-paga-credit-items{
        padding: 24px 40px;
        font-weight: 500;
        font-size: 1.4rem;
    }
}


/* CSS EXPLORE SELF */

.c-exploreSelf {
    padding: 6rem 15px;
}

.c-exploreSelf .c-exploreSelf__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.c-exploreSelf .c-exploreSelf___title {
    font-size: 10vw;
    line-height: normal;
    margin-bottom: 1rem;
    text-align: center;
}

.c-exploreSelf .c-exploreSelf__posTitle {
    font-size: 5vw;
    line-height: normal;
    margin-bottom: 2rem;
    text-align: center;
}
.c-exploreSelf__boxPhone img{
 width: 90%;
 max-width: 634px;
 margin: auto;
    display: block;
}
.c-exploreSelf .c-exploreSelf__link {
    display: inherit;
    text-align: center;
}

@media screen and (min-width:500px) {

    .c-exploreSelf .c-exploreSelf___title {
        font-size: 46px;
    }

    .c-exploreSelf .c-exploreSelf__posTitle {
        font-size: 26px;
    }
}

@media screen and (min-width:1160px) {
    .c-exploreSelf .c-exploreSelf__content {
        place-items: center;
        grid-template-columns: 500px 1fr;
        gap: 2rem;
    }

    .c-exploreSelf .c-exploreSelf___title,
    .c-exploreSelf .c-exploreSelf__posTitle {
        text-align: left;
    }

    .c-exploreSelf .c-exploreSelf__link {
        text-align: left;
    }
}


/* CSS FORM */
.c-formCredit {
    display: none;
    padding: 3rem 15px;
}

.c-formCredit .c-formCredit__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.c-formCredit .c-formCredit__banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/credit/bg-exploreSelf.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    padding: 4rem 24px 1rem;
    border-radius: 12px;
}

.c-formCredit .c-bannerForm__title {
    font-size: 9.5vw;
    line-height: normal;
    text-align: left;
    margin-bottom: 2rem;
}

.c-formCredit .c-bannerForm__text {
    font-size: 5.4vw;
    line-height: normal;
    text-align: left;
    margin-bottom: 2rem;
}

.c-formCredit .c-bannerForm__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.c-formCredit .c-bannerForm__circle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .3s ease;
}

.c-formCredit .c-bannerForm__circle::before {
    content: ' ';
    position: absolute;
    top: -5px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all .3s ease;
}

.c-formCredit .c-formCredit__boxForm {
    width: 100%;
    max-width: 775px;
    margin: 0 auto;
}

.c-formCredit .c-formCredit__form select,
.c-formCredit .c-formCredit__form input {
    border-radius: 12px;
    border: 1px solid var(--disableGray);
    padding: 8px;
    height: 50px;
    -webkit-text-fill-color: var(--textGray);
    color: var(--textGray);
    font-size: 19px;
    width: 100%;
    font-family: var(--f-light);
    margin: 12px 0;
}

.c-formCredit .c-formCredit__form select.error,
.c-formCredit .c-formCredit__form input.error {
    border: 1px solid var(--error);
}

.c-formCredit .c-formCredit__form label {
    display: block;
    font-family: var(--f-normal);
    font-size: 20px;
    line-height: normal;
    color: var(--darkBlue);
}

.c-formCredit .c-form__radios {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
}

.c-formCredit .c-form__radio {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: relative;
    border-radius: 12px;
    border: 1px solid var(--disableGray);
    padding: 12px 8px 12px 30px;
    height: 50px;
    font-size: 19px !important;
    cursor: pointer;
    font-family: var(--f-light) !important;
}

.c-formCredit .c-form__radio input {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    cursor: pointer;
}

.c-formCredit .c-form__radio .checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: var(--white);
    border-radius: 50%;
    border: 1px solid var(--lightGray);
}

.c-formCredit .c-form__radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.c-formCredit .c-form__radio input:checked~.checkmark {
    border: 1px solid var(--blue);
}

.c-formCredit .c-form__radio input:checked~.checkmark:after {
    display: block;
}

.c-formCredit .c-form__radio .checkmark:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--blue);
}

.c-formCredit .c-form__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.c-formCredit .c-form__content.--rowMobile {
    flex-direction: column;
    gap: 0;
}

.c-formCredit .c-form__content div {
    width: 100%;
}

.c-formCredit .c-form__send {
    display: block;
    background-color: var(--orange);
    -webkit-text-fill-color: var(--white) !important;
    color: var(--white) !important;
    border: 0 !important;
    border-radius: 70px !important;
    max-width: 300px;
    margin: 12px auto !important;
    font-size: 21px !important;
    cursor: pointer !important;
}

@media screen and (min-width:500px) {
    .c-formCredit .c-bannerForm__title {
        font-size: 40px;
        text-align: center;
    }

    .c-formCredit .c-bannerForm__text {
        font-size: 18px;
        text-align: center;
        max-width: 500px;
    }

    .c-formCredit .c-form__radios {
        flex-direction: row;
        padding: 0;
    }

    .c-formCredit .c-form__radio {
        margin: 12px 0
    }

    .c-formCredit .c-form__content.--rowMobile {
        flex-direction: row;
        gap: 12px;
    }
}

@media screen and (min-width:1040px) {
    .c-formCredit .c-formCredit__content {
        grid-template-columns: 410px 1fr;
    }

    .c-formCredit .c-bannerForm__title,
    .c-formCredit .c-bannerForm__text {
        text-align: left;
    }

    .c-formCredit .c-bannerForm__btns {
        justify-content: flex-end;
    }

    .c-formCredit .c-bannerForm__circle::before {
        top: 0;
        left: -6px;
        transform: rotate(-45deg);
    }
}