@import url('https://fonts.googleapis.com/css2?family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

.first {
    padding: 7rem 0;
    background-image: url("images/home.webp");
    position: relative;
}

.first .btn-catalogo {
background: linear-gradient(to right, #f8c1d9, #d48dab);
border: 2px solid #F9D494;
border-radius: 20px;
color: #fff;
font-family: 'Arial', sans-serif;
font-size: 16px;
font-weight: bold;
padding: 10px 20px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
cursor: pointer;
transition: all 0.3s ease;
text-align: center;
    text-decoration: none;
}

.first .btn-catalogo:hover {
    background: linear-gradient(to right, #d48dab, #f8c1d9);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}


.first h2 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 43.87px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFE7BE;
}

.first p {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.first .btn-revendedora {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #7c583d;
    background: #FFE7BE;
    border-radius: 30px;
    padding: .5rem 2rem;
    text-decoration: none;
}

.first .btn-revendedora:hover {
    background: #FFE7BEcc;
}

#first .selo {
    position: absolute;
    width: 128px;
    rotate: 2deg;
    left: 47%;
    bottom: -70px;
}

#second {
    padding: 5rem 0;
}

#second .texts h2 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #D67899;
    margin-bottom: 2rem;
}

#second .texts h3 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #D67899;
    margin-bottom: 2rem;
}

#second .texts p {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#third {
    padding: 10rem 0;
    background: #D67899;
}

#third .card {
    border: none;
    background-color: transparent;
    padding: 2rem;
    align-items: start;
    justify-content: start;
}

#third .card img {
    max-width: 15%;
}

#third .card h2 {
    font-family: 'Poltawski Nowy', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFEAC4;
    margin-bottom: 2rem;
}

#third .card p {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

#fourth {
    padding: 5rem 0;
    min-height: 70rem;
}

#fourth h2 {
    font-family: 'Poltawski Nowy', sans-serif;
    font-size: 43.08px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #D67899;
    margin-bottom: 4rem;
}

#fourth img {
    max-width: 100%;
}

#fourth .card {
    border: none;
    background-color: transparent;
    padding: 2rem;
    align-items: center;
    justify-content: start;
    width: 33%;
    float: left;
    min-height: 464px;
}

#fourth .card h3 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.9px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#fourth .card p {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.68px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#fourth .card .image-box {
    background-color: #F9F3F7;
    border: 2px solid #F2CE8F;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 2rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-revendedora-2 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.9px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    background-color: #D67899;
    border-radius: 50px;
    padding: .5rem 5rem;
    text-decoration: none;
}

.btn-revendedora-2:hover {
    background-color: #D67899cc;
}

#faq-section {
    padding: 5rem 0;
    background-color: #D678991A;
}

#faq-section h2 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.36px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #D67899;
}

.division {
    display: flex;
    align-items: center;
    justify-content: space-between;
    rotate: 359deg;
    background: #D67899;
    padding: 1rem 0;
    position: relative;
    bottom: .875rem;
}

.division .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.division .item img {
    max-width: 20px;
}

.division .item p {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.42px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    min-width: 210px;
}

.division .void .selo {
    position: absolute;
    width: 128px;
    rotate: 2deg;
    left: 47%;
    top: -31px;
}

#cadastro_revendedor {
    padding: 5rem 0;
}

#cadastro_revendedor h1 {
    font-family: 'Source Serif 4', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 69.42px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #D67899;
}

#seja-revendedora h2 {
    color: #000000;
}

#seja-revendedora p {
    padding-top: 15px;
}

.titulo-cadastro h2 {
    color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 6px;
    float: left;
    width: 100%;
}

.campo-obrigatorio {
    color: var(--color-text-red);
}

.left {
    width: 49%;
    overflow: hidden;
    margin-right: 1%;
    float: left;
}

.right {
    width: 49%;
    overflow: hidden;
    margin-left: 1%;
    float: right;
}

.frm {
    min-height: 65rem;
}

.footer {
    background-color: #D67899;
}

.footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--text-lg);
    font-weight: bold;
    color: #fff;
}

.footer-collapse a {
    font-size: var(--text-base);
    color: #fff;
}

.footer-collapse a:hover {
    color: #f5f5f5;
}

.footer-collapse span {
    font-size: var(--text-lg);
    margin-right: 5px
}

.footer-spacer {
    background-color: var(--gray-600-color);
}

.footer-bottom {
    background-color: rgba(255, 255, 255, 0.05);
    font-size: var(--text-sm);
    color: #fff;
}

.footer-bottom .icon-logomidia {
    font-size: var(--text-base);
}

.workcontrol_load {
    display: none;
    text-align: center;
    color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 82%);
    z-index: 999;
}

.workcontrol_load .load_message {
    position: absolute;
    width: 100%;
    top: 35%;
    margin-top: 20px;
    font-size: .8rem;
    text-transform: uppercase;
    text-align: center;
    background: url(../load_w.gif) center top no-repeat;
    background-size: 40px;
    padding-top: 40px;
}

.workcontrol_load_content {
    display: none;
    color: #555;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
    width: 500px;
    padding: 30px;
    background-color: white;
    max-width: 85%;
    margin: 0 auto;
    top: 35%;
    position: relative;
    z-index: 999;
}

.workcontrol_load_close {
    margin-top: 20px;
    display: inline-block;
    width: 100px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    padding: 10px;
    background-color: #252525;
    border-radius: 5px;
    color: #fff;
    font-size: .6rem;
    text-transform: uppercase;
}

.workcontrol_load_close:hover {
    background-color: #252525cc;
}

.workcontrol_load_content img {
    display: inline-block;
    vertical-align: middle;
}

.workcontrol_load_content p {
    display: block;
    margin: 10px 0 0 0;
}

.workcontrol_load_content .min {
    font-size: .7rem;
}

.workcontrol_load_content .big {
    font-size: 1.1rem;
    font-weight: bold;
}

.frm label {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: .5rem;

}

.frm input {
    background-color: #F0F0F0;
    color: #252525;
    width: 100%;
    margin-bottom: 1rem;
}

.frm .input-css input {
    width: unset;
}

.frm .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.frm .form-check input {
    margin-right: 8px;
}

#salvar-cadastro {
    background-color: #D67899;
    box-shadow: 0px 0px 10px 0px #0000004D;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    border-radius: 30px;
}

#salvar-cadastro:hover,
#salvar-cadastro:active {
    background-color: #D67899cc;
}

.btn.btn-link {
    width: 100%;
    color: #252525 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn.btn-link i {
    color: #d67899;
    transition: .3s;
}

.btn.btn-link:not(.collapsed) i {
    rotate: 180deg;
}

.btn.btn-link.collapsed i {
    transition: .3s;
}

#accordion .card {
    background: none !important;
    border: none !important;
}

#accordion .card .card-header {
    background-color: #fff;
    border: none;
    border-radius: 30px;
    font-family: 'Source Serif 4', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

#faq-section .btn-revendedora-2 {
    background: linear-gradient(90deg, #F9D594 0%, #7D593C 100%);
}

#faq-section .btn-revendedora-2:hover {
    background: linear-gradient(90deg, #7D593C 0%, #F9D594 100%);
}



@media (max-width: 768px) {
    .right {
        width: 100%;
        float: unset;
    }

    .left {
        width: 100%;
        float: unset;
    }

    .first {
        background-image: url("images/sparkles-home-mobile.webp");
        padding: 26rem 0 5rem;
    }

    .first .btn-catalogo {
        font-size: 14px;
        padding: 8px 16px;
        width: 100%;
    }

    .first h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .first p {
        font-size: 18px;
        line-height: 24px;
    }

    .first .btn-revendedora {
        font-size: 18px;
        padding: .5rem 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    #first .selo {
        position: absolute;
        width: 128px;
        left: 35%;
        bottom: -70px;
    }

    #second {
        padding: 3rem 0;
    }

    #second .texts h2,
    #second .texts h3 {
        font-size: 18px;
        line-height: 24px;
    }

    #second .texts p {
        font-size: 16px;
        line-height: 22px;
    }

    #third {
        padding: 5rem 0;
    }

    #third .card {
        padding: 1rem;
    }

    #third .card img {
        max-width: 25%;
    }

    #third .card h2 {
        font-size: 20px;
        line-height: 28px;
    }

    #third .card p {
        font-size: 18px;
        line-height: 24px;
    }

    #fourth {
        padding: 3rem 0;
    }

    #fourth h2 {
        font-size: 32px;
        line-height: 44px;
    }

    #fourth .card {
        width: 100%;
        float: none;
        padding: 1rem;
        min-height: unset;
        margin-bottom: 2rem;
    }

    #fourth .card h3 {
        font-size: 20px;
        line-height: 28px;
    }

    #fourth .card p {
        font-size: 16px;
        line-height: 22px;
    }

    .btn-revendedora-2 {
        font-size: 20px;
        padding: .5rem 3rem;
    }

    #faq-section {
        padding: 3rem 0;
    }

    #faq-section h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .division {
        padding: .5rem 0;
        overflow-x: hidden;
    }

    .division .item p {
        font-size: 18px;
        line-height: 24px;
    }

    #cadastro_revendedor {
        padding: 3rem 0;
    }

    #cadastro_revendedor h1 {
        font-size: 36px;
        line-height: 52px;
    }

    #cadastro-consultora {
        min-height: 95rem;
    }

    #cadastro-consultora input, select, textarea {
        font-size: .875rem;
    }

    #cadastro-consultora input[type="button"] {
        font-size: 20px;
        padding: .5rem 3rem;
    }

    #cadastro-consultora section {
        width: 100%;
    }
}