.indique-ganhe {
    background-image: url('../../site/images/indique-ganhe/indique-ganhe-bg.jpg');
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
}

.indique-ganhe h1,
.indique-ganhespan span,
.indique-ganhe p,
.indique-ganhe a {
    color: #fff;
}

.indique-ganhe h1 {
    font-size: 32px;
    font-weight: 400;
}

.indique-ganhe a {
    text-decoration: underline;
}

.var-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.var-section .do-login {
    background-color: #E0B74D;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
}

.var-section .cupom-part {
    display: flex;
    background-color: #fff;
    position: relative;
}

.var-section .cupom-part #copy {
    font-size: 24px;
    max-height: 53px;
    padding: 10px 25px;
    font-weight: 400;

    color: #fff;
    background-color: #E0B74D;
}

.var-section .cupom-part .cupom-code {
    color: #636363;
    font-size: 24px;
    margin-left: 20px;

    display: flex;
    align-items: center;
}

.var-section .cupom-part .svg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
}

.var-section .cupom-part .svg svg {
    width: 34px;
    height: 34px;
}

.var-section .cupom-part .copy-cupom {
    cursor: pointer;
}

section.main-content {
    display: none;
    max-width: 1350px;
    padding: 50px 20px;
    min-height: 640px;

    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

aside.regulamento {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1200px;
    padding: 0 40px;
}

aside.utility {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1200px;
    padding: 0 40px;
}

.mobile {
    display: none;
}

.pergunta-frequente {
    background-color: #f1f1f1;
    padding: 10px;
}

.answer {
    display: none;
    overflow: hidden;
    padding: 10px;
}

.ask-title {
    cursor: pointer;
}

div#footer {
    /* margin-top: -100px; */
}

@media (min-width: 1500px) {
    .indique-ganhe {
        background-position: 50%;
    }
}

@media (max-width: 1350px) {
    .indique-ganhe {
        background-size: 200%;
    }
}

@media (max-width: 800px) {
    .indique-ganhe {
        background-size: 370%;
        background-position: center;
    }

    .indique-ganhe {
        background-image: unset;
    }

    .indique-ganhe h1, .indique-ganhespan span, .indique-ganhe p, .indique-ganhe a {
        color: #000;
    }

    .var-section .cupom-part {
        background-color: #f1f1f1;
    }

    span.toggle-regulamento {
        text-decoration: underline;
        color: #000 !important;
    }
    .arrow {
        display: none;
    }
}

@media (max-width: 700px) {
    section.main-content {
        min-height: 520px;
        padding: 30px 20px;
    }

    .indique-ganhe h1 {
        font-size: 24px;
        font-weight: 400;
    }

    .fs-24 {
        font-size: 14px !important;
    }

    .fs-16 {
        font-size: 14px !important;
    }

    .none-mobile {
        display: none;
    }

    .mobile {
        display: block;
    }

    .main-content .mg-btm-60 {
        margin-bottom: 30px !important;
    }

    .main-content .mg-btm-40 {
        margin-bottom: 20px !important;
    }

    .var-section .cupom-part #copy {
        font-size: 16px;
        max-height: 39px;
        padding: 7px 25px;
    }

    .var-section .cupom-part .cupom-code {
        font-size: 16px;
    }

    .var-section .cupom-part .svg svg {
        width: 23px;
        height: 23px;
    }

    .fs-12-mobile {
        font-size: 12px !important;
    }
}