/*
TAGS PRINCIPAIS
*/

* {
    font-family: "Source Serif 4", serif;
}

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

/*
CONTAINER
*/

.container {
    max-width: 1280px;
}

/*
INICIAL
*/
.header-top {
    background-color: #92286d;
    height: 10px;
}

#inicial {
    background-image: url("./images/banners/banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#inicial .btn-catalogo {
    background-color: var(--color-background-three);
    padding: 16px 48px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    right: 8vw;
    top: 10vh;
    transition: background-color 1s;
}

#inicial .btn-catalogo a {
    color: var(--color-text-three);
    text-align: center;
    display: block;
}

#inicial .btn-catalogo:hover {
    background-color: var(--color-background-one-opacity);
}

#inicial .init-content {
    margin-left: 45%;
}

#inicial .init-content .logo {
    margin-bottom: 25%;
}

/*
VANTAGENS
*/

#characteristic-items {
    background-color: #292929;
}

#characteristic-items .owl-item img {
    width: 30px;
    height: 30px;
}

#characteristic-items .owl-item p {
    color: white;
    font-size: 1.5rem;
    text-align: center;
}

#characteristic-items .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/*
VANTAGENS | END
*/


/*
QUADROS
*/

#quadros {
    padding: 80px 0;
}

.board-1 {
    display: flex;
    flex-direction: column;
    min-height: 14em;
    padding: 3em;
    color: #000000;
    background-color: #000000;
    border-radius: 20px;
}

.board-2 {
    display: flex;
    flex-direction: column;
    min-height: 14em;
    padding: 3em;
    color: #000000;
    background-color: white;
    border-radius: 20px;
}

/*
VANTAGENS
*/

#vantagens {
    padding: 0;
    background-color: #fdfbf6;
}

#vantagens h1 {
    font-size: 3rem;
    color: var(--color-background-one);
}


.vantagens {
    position: relative;
    width: 750px;
    max-width: none;
}

.order-first {
    margin-top: 400px;
}

.box-vantagens {
    background-color: #fdfbf6;
    border-radius: 10px;
    min-height: 235px;
    padding: 15px;
    margin: 15px 0;
    text-align: center;
}

.box-vantagens span {
    font-size: 41px;
    display: block;
    background-color: #f9f3f7;
    border: 1px solid #e1b749;
    border-radius: 50px;
    width: 60px;
    height: 60px;
}

.box-vantagens span::before {
    position: relative;
    top: 10px;
}

.box-vantagens .box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-vantagens i {
    color: var(--color-text-one);
    font-size: 4rem;
}

.box-vantagens h6 {
    font-weight: bold;
    margin-top: 10px;
}

/*
CATEGORIAS
*/
.categorias {
    background-color: #fdfbf6;
    padding-bottom: 50px;
}

.categorias .cat-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.categorias .cat-item img {
    width: 350px;
    height: 300px;
    border-radius: 20px;
}

.categories .cat-item {
    background-color: #ffc735;
}

.categorias .cat-item p {
    width: 100%;
    text-align: center;
    color: var(--color-background-one);
    font-size: 24px;
}

.categorias h2 {
    font-size: 24px;
    text-align: center;
    width: 80%;
}

.categorias h2 span {
    color: var(--color-background-one);
}

.categorias .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.categorias .cat-img {
    position: relative;
}

.categorias .cat-img a {
    display: none;
}

.categorias .cat-img:hover a {
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #e1b749;
    border-radius: 50px;
    position: absolute;
    bottom: 19px;
    width: 95%;
    left: 2%;
    color: white;
}

/*
SOBRE NÓS
*/
.sobre-nos {
    padding: 100px 5px;
    background-color: #fdfbf6;
}

.sobre-nos h2 {
    color: var(--color-background-one);
    font-size: 25px;
}

.sobre-nos p {
    font-size: 20px;
    margin: 15px 0;
}

.sobre-nos-quadros {
    margin: 100px 10px;
}

.sobre-nos-quadros .quadros-item {
    background-color: #f8f0de;
    border-radius: 20px;
    margin-left: 10px;
    width: 400px;
    padding: 20px 50px;
}

.sobre-nos-quadros .quadros-item:nth-child(2) {
    background-color: #f9f3f7;
}

.sobre-nos-quadros .quadros-item span {
    font-size: 50px;
}

/*
DEPOIMENTOS
*/

#depoimentos h2 {
    color: #000000;
}

/*
PERGUNTAS FREQUENTES
*/

#duvidas {
    background-color: var(--color-background-one);
}

#duvidas h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 700;
}

#duvidas small {
    font-size: 25px;
}

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

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

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

.card-header {
    background-color: #FFFFFF;
}

.card .btn i {
    float: right;
}

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

/*
CADASTRO
*/
#seja-revendedora {
    background-color: #fdfbf6;
}

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

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

#seja-revendedora header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 90px 0;
}

#seja-revendedora header h1 {
    text-align: start;
    font-size: 50px;
}

#seja-revendedora header img {
    position: absolute;
    left: 49%;
    top: 170px;
}


.titulo-cadastro h2 {
    color: #000000;
    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 header {
    padding: 0;
}

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

#cadastro-consultora input, select, textarea {
    width: 100%;
    padding: 2px 2%;
    border: 1px solid gray !important;
    font-size: 1rem;
    border-radius: 3px;
    height: 40px;
}

#cadastro-consultora .form-check-input.rounded-circle {
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    margin-top: 0.25rem;
    background-color: #f0f0f0;
}

#cadastro-consultora input[type="checkbox"] {
    width: 25px;
    height: 25px;
}

#cadastro-consultora .form-check-input.rounded-circle:checked {
    background-color: #007bff;
    border-color: #007bff;
}

#cadastro-consultora .form-check {
    display: flex;
}

#cadastro-consultora .radio-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#cadastro-consultora .checkbox-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#cadastro-consultora .checkbox-box .form-check {
    padding-left: 0;
}


#cadastro-consultora .radio-box label {
    width: 100%;
}

#cadastro-consultora #salvar-cadastro {
    background-color: #e1b749;
    color: #000000;
    margin-top: 6px;
    font-weight: bold;
    cursor: pointer;
    height: 54px;
}

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

#enviar-cadastro {
    border-radius: 0.313rem;
    background: #e1b749;
    box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.30);
    display: flex;
    width: 100%;
    height: 3rem;
    padding: .75rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
    cursor: pointer;
    border: none;
    color: #FFF;
    font-family: 'open sans', sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#cadastro-consultora .form-control, #cadastro-consultora .form-select {
    background-color: #f0f0f0;
}


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

.error input, .error select {
    border: 1px solid #F00004;
}

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



/*
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: var(--color-background-four);
    color: var(--color-text-two);
    float: left;
    width: 100%;
}

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

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

.footer_info a:hover {
    color: var(--color-background-one);
}

.footer_info h3 {
    font-size: 1.3rem;
    margin: 10px 0;
    color: var(--color-background-one);
}

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

.copyright {
    background-color: #494949;
    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;
}

@-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: 1500px) {
    #inicial .init-content {
        margin-left: unset;
    }
}

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

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

@media (max-width: 768px) {
    #inicial {
        height: 600px;
        align-items: flex-end;
        padding-bottom: 31px;
    }

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

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

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

    #inicial .init-content {
        margin-left: unset;
    }

    #inicial {
        background-image: url(./images/banners/banner-mobile.webp);
    }

    #seja-revendedora header h1 {
        text-align: center;
        font-size: 30px;
    }

    #seja-revendedora header img {
        left: unset;
        width: 250px;
    }

    #seja-revendedora header {
        padding: 62px 0;
    }

    #seja-revendedora {
        padding-bottom: 30px;
    }

    .sobre-nos {
        padding: 50px 5px;
    }

    .categorias .title {
        margin-bottom: 50px;
    }

    .sobre-nos-quadros {
        margin: 50px 0;
    }

    .sobre-nos-quadros .quadros-item {
        margin-bottom: 20px;
    }

    #inicial .init-content .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #inicial .init-content .logo img {
        width: 200px;
    }

    .categorias .cat-item {
        margin-bottom: 25px;
    }

    .categorias {
        padding-bottom: 0;
    }

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

    #seja-revendedora small {
        font-size: 20px;
    }

    #duvidas h2 {
        font-size: 25px;
    }

    #duvidas small {
        font-size: 20px;
    }
}

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

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

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