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

/*
TAGS PRINCIPAIS
*/

* {
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

a, button {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

ul {
    padding: 0 !important;
}

textarea {
    height: 170px;
}

img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.border-img {
    background-image: url("/themes/landing-page/images/linha-dourada.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 100%;
}

.btn-container {
    text-align: center;
}

.btn-container .btn-revenda {
    background-color: #c29c48;
    color: #FFFFFF;
    padding: 16px 65px;
    border-radius: 5px;
}

.btn-container .btn-revenda:hover {
    background-color: #c29c48cc;
}

/*
CONTAINER
*/

.container {
    max-width: 1280px;
}

/*
HEADER
*/

.top-line {
    background-color: var(--color-background-one);
    width: 100%;
    padding: 5px 0;
}

.navbar {
    padding: 0;
}

.nav-item .nav-link span {
    color: var(--color-text-two);
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.nav-item .nav-link:hover span,
.nav-item .nav-link.active span {
    color: var(--color-text-one);
    font-weight: bold;
}

.nav-link.revendedora span {
    background-color: var(--color-background-one-opacity);
    color: #000000;
    font-weight: 600;
    font-size: .875rem;
    border-radius: 20px;
    padding: 10px 15px;
    margin-top: 2px;
}

.nav-link.revendedora:hover span,
.nav-link.revendedora.active span {
    background-color: var(--color-background-one);
    color: #000000;
}

.header-site-socials a i {
    color: var(--color-text-two);
    font-size: 1.2rem;
    margin: 0 10px;
}

.header-site-socials a:hover i {
    color: var(--color-text-one);
}

#top-menu {
    background-color: #fbe5bb;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

#top-menu .img-container,
#top-menu .btn-container {
    width: 50%;
    display: flex;
}

#top-menu .img-container {
    justify-content: flex-end;
}

#top-menu .btn-container {
    justify-content: center;
}

#top-menu .btn-catalogo a {
    background-color: #f8b163;
    color: white;
    padding: 13px 40px;
    border-radius: 5px;
}

#top-menu .btn-catalogo a:hover {
    background-color: #f8b163cc;
}

#inicial {
    position: relative;
}

#inicial .content-container {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0 100px;
    flex-wrap: wrap;
    width: 41%;
    left: 55%;
}

#inicial .content-container .title {
    font-size: 36px;
    width: 100%;
}

#inicial .content-container .title p {
    font-weight: 700;
}

#inicial .content-container .title span {
    color: #f8b163;
}

#inicial .content-container .message {
    font-size: 20px;
    width: 100%;
    margin: 50px 0;
}

#inicial .content-container .message p {
    font-weight: 400;
}

#inicial .content-container .btn-container {
    width: 80%;
    background-color: #63ab3f;
    text-align: center;
    padding: 14px 0;
    border-radius: 5px;
}

#inicial .content-container .btn-container:hover {
    background-color: #63ab3fcc;
}

#inicial .content-container .btn-container a {
    width: 100%;
    font-size: 24px;
    color: white;
}

/*
SOBRE NÓS
*/

#sobre-nos p {
    font-size: 20px;
}

#sobre-nos p span:first-child {
    font-weight: 700;
}

#sobre-nos p span:last-child {
    font-weight: 700;
    color: #c29c48;
}

#sobre-nos ul li {
    margin: 30px 0;
}

#sobre-nos ul li img {
    margin-right: 20px;
}

#sobre-nos ul li span {
    font-size: 20px;
}

#sobre-nos .content-container {
    padding: 0 45px;
}

#sobre-nos .content-container p {
    margin: 30px 0;
    font-size: 20px;
}

#sobre-nos .content-container h3 {
    font-size: 32px;
    font-weight: 700;
}

/*
Benefícios
*/

#beneficios {
    padding: 8rem 0;
}

#beneficios h2 {
    text-align: center;
    font-size: 32px;
}

#beneficios .items {
    margin: 75px 0;
}

#beneficios .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#beneficios .item .icon {
    background-color: #fcf1dc;
    padding: 24px;
    border-radius: 50px;
    width: 75px;
}

#beneficios .item .text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    line-height: 22px;
}

/*
PERGUNTAS FREQUENTES
*/

#duvidas {
    background-color: #fffbf5;
    padding: 4rem 0;
}

#duvidas h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
}

#duvidas #accordion {
    margin: 5rem 0;
}

.card {
    border-radius: 10px;
    border: none;
    background-color: white;
    text-align: left;
}

.card .btn {
    color: var(--color-text-two);
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    white-space: normal;
    width: 100%;
    padding: 6px;
}

.card .btn:hover {
    color: #c29c48;
}

.card .btn i {
    float: right;
}

.card-header:first-child {
    border-radius: 0;
}

#duvidas .card-header {
    background-color: white !important;
}

/*
CADASTRO
*/

#seja-revendedora {
    background-color: #fff;
    padding: 3rem 0;
}

#seja-revendedora .logo img {
    width: 500px;
}

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

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

#seja-revendedora .title {
    font-size: 48px;
    margin-bottom: 50px;
}

#seja-revendedora .title p {
    font-weight: 700;
}

#seja-revendedora .title span {
    color: #f8b163;
}

#seja-revendedora .message {
    display: flex;
    gap: 20px;
    margin: 7rem 0;
}


#seja-revendedora .message-content {
    background-color: #fcf1dc;
    padding: 30px 50px;
    border-radius: 20px;
}

#seja-revendedora .message-content p:nth-child(2) {
    font-weight: 700;
}


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

#consultora-vantagens header h3 {
    color: var(--color-text-two);
    margin-bottom: 35px;
}

#cadastro-consultora label {
    width: 100%;
    line-height: 30px;
    font-size: .875rem;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
}

#cadastro-consultora input, select, textarea {
    float: left;
    width: 100%;
    padding: 2px 2%;
    border: 1px solid #DBD6CD !important;
    font-size: 1rem;
    border-radius: 3px !important;
    background-color: #f8f8f8 !important;
}

#cadastro-consultora input, select {
    height: 48px;
}

#cadastro-consultora textarea {
    height: 243px;
}

#cadastro-consultora #salvar-cadastro {
    background-color: #63ab3f;
    margin-top: 6px;
    font-weight: bold;
    cursor: pointer;
    height: 54px;
    width: 100%;
    color: #ffffff;
    position: relative;
    border: none;
    border-radius: 5px;
}

#cadastro-consultora #salvar-cadastro:hover {
    background-color: #63ab3fcc;
    transition: 0.3s;
}

#cadastro-consultora input[type="file"] {
    border: none;
    cursor: pointer;
}

#cadastro-consultora .form-radio input {
    width: 25px;
    margin-right: 10px;
}

#campo-cidade {
    float: left;
    width: 30%;
    margin: 0 1%;
}

#campo-uf {
    float: left;
    width: 18%;
}

#campo-endereco {
    float: left;
    margin-right: 1%;
    width: 81%;
}

#campo-numero {
    float: left;
    width: 18%;
}

.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;
}

#cadastro-consultora .error textarea,
#cadastro-consultora .error input,
#cadastro-consultora .error select {
    border: 1px solid red !important;
}

label[for*="option-"] {
    font-size: .8rem;
}

#cadastro-consultora .error .validationMessage {
    color:red !important;
}

/*
INSTAFEED
*/

.instafeed {
    background-color: var(--color-background-two);
    float: left;
}

.instafeed .box-absolute-insta {
    background-color: var(--color-background-two);
    position: absolute;
    height: calc(25vw - 4px);
    width: calc(25vw - 2px);
    z-index: 9;
}

.instafeed-container {
    min-height: 360px;
}

.instafeed h4,
.instafeed h5 {
    color: #000000;
    position: absolute;
    bottom: 20px;
}

.instafeed a,
.instafeed i {
    color: #000000;
}

.instafeed a:hover,
.instafeed a:hover i {
    color: var(--color-text-one);
}

/*
FORMUL�RIO
*/

.form-control-lg, .btn-lg {
    font-size: .8rem;
    border: 1px solid black;
    padding: 10px 15px;
}

#contato textarea {
    height: 170px;
}

#contato .btn {
    background-color: var(--color-background-two);
    color: #000000;
}

#contato .btn:hover {
    background-color: var(--color-background-one);
}

/*
FOOTER
*/

.footer_info {
    background-color: #fbe5bb;
    color: black;
    float: left;
    width: 100%;
}

.footer_info h3 {
    color: #000;
}

.footer_info i {
    margin-right: 10px;
}

.footer_info a {
    display: block;
    color: #000;
    text-decoration: none;
    width: 100%;
}

.footer_info a:hover {
    color: #000;
}

.footer_info h3 {
    font-size: 1.3rem;
    margin: 10px 0;
}

.footer_info p {
    color: #000;
    font-size: .9rem;
}

.copyright {
    background-color: #fbe5bbcc;
    color: #000000;
    width: 100%;
}

/*
OUTROS
*/

.spinner {
    animation: rotator 1.4s linear infinite;
    -webkit-animation: rotator 1.4s linear infinite;
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

.no-border {
    border: none !important;
}

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.mobile-catalogo {
    display: none;
}


@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

/*
MEDIA
*/

@media (max-width: 1550px) {
    #inicial .content-container .title {
        font-size: 30px;
    }
}

@media (max-width: 1350px) {
    #inicial .content-container .title {
        font-size: 25px;
    }

    #inicial .content-container .message {
        margin: 12px 0;
    }
}


@media (max-width: 1200px) {
    #inicial .content-container {
        width: 60%;
        left: 44%;
    }
}

@media (max-width: 1024px) {
    .instafeed-container {
        min-height: 500px;
    }

    #inicial .content-container .logo {
        width: 350px;
    }

    #inicial .content-container {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991px) {
    .header-site-logo {
        text-align: center;
    }

    li.nav-item {
        text-align: center;
        border-bottom: 1px solid var(--color-background-one);
    }

    #menu-categories {
        position: relative;
    }

    #menu-categories .navbar-toggler {
        width: 35px;
        height: 55px;
    }

    #vantagens > .container > .row {
        margin-top: 48px;
    }

    .vantagens {
        position: initial;
        margin-top: 0;
        width: 350px;
    }

    .order-first {
        margin-top: 0;
    }

    .btn-container .btn-catalogo {
        padding: 16px 40px;
    }

    #inicial .content-container .logo {
        width: 280px;
    }
}

@media (max-width: 768px) {
    #cadastro-consultora section {
        width: 100%;
    }

    .instafeed-container {
        min-height: 600px;
    }

    .navbar-collapse {
        padding: 20px 0 0 0;
    }

    #sobre-nos,
    #duvidas,
    #seja-revendedora {
        padding: 5rem 0;
    }

    #inicial .content-container {
        justify-content: center;
        align-items: flex-start;
        padding: 20px 0;
        align-content: flex-start;
    }


    .mobile-catalogo {
        display: block;
        position: fixed;
        transform: rotate(-90deg);
        z-index: 9999;
        top: 150px;
        right: -74px;
        background-color: var(--color-background-black);
        border-radius: 20px 20px 0 0;
        padding: 10px 20px;
    }

    .mobile-catalogo a {
        color: var(--color-text-white);
        text-transform: uppercase;
        font-weight: 700;
    }

    #top-menu .btn-container {
        display: none;
    }

    #top-menu .img-container {
        width: 100%;
        justify-content: center;
    }

    #inicial .content-container {
        width: 100%;
        left: 0;
        padding: 40px 40px 0 40px;
        height: 100%;
    }

    #inicial .content-container .message {
        margin: 12px 0;
    }

    #inicial .content-container .btn-container {
        width: 80%;
        position: absolute;
        bottom: 5px;
    }

    #inicial .content-container .title {
        font-size: 20px;
    }

    #inicial .content-container .message {
        font-size: 18px;
    }

    #inicial .content-container .btn-container a {
        font-size: 18px;
    }

    #seja-revendedora .title {
        font-size: 25px;
    }

    #seja-revendedora .message {
        margin: 3rem 0;
    }

    #seja-revendedora .message {
        flex-wrap: wrap;
    }

    #seja-revendedora .title p br {
        display: none;
    }

    .btn-container .btn-revenda {
        padding: 16px 46px;
    }

    #beneficios .item .text {
        font-size: 16px;
    }

    #beneficios .item {
        margin-bottom: 30px;
    }

    #seja-revendedora .message svg {
        width: 35px;
    }

    #seja-revendedora .title {
        margin-bottom: 10px;
    }

    #seja-revendedora .message {
        margin: 1rem 0;
    }

    #duvidas #accordion {
        margin: 2rem 0;
    }

    #seja-revendedora .message-content {
        padding: 10px 20px;
    }

    #beneficios {
        padding: 0 20px 6rem 20px;
    }

    #inicial .content-container .title p {
        line-height: 27px;
    }

    #inicial .content-container .message p {
        line-height: 25px;
    }
}

@media (max-width: 500px) {
    h1, h2, h3 {
        font-size: 1.5rem;
    }

    #vantagens h1 {
        font-size: 1.5rem;
    }

    .instafeed-container {
        min-height: 450px;
    }

    #sobre-nos,
    #duvidas,
    #seja-revendedora {
        padding: 2rem 10px;
    }

    #beneficios h2 br {
        display: none;
    }

    #seja-revendedora .logo img {
        width: 250px;
    }

    #sobre-nos .content-container {
        padding: 10px 30px;
    }
}

@media (max-width: 385px) {
    #inicial .content-container .message {
        display: none;
    }

    #sobre-nos .content-container h3,
    #beneficios h2,
    #duvidas h2 {
        font-size: 25px;
    }
}