/*
TAGS PRINCIPAIS
*/

body {
    overflow-x: hidden;
}

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

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

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

ul {
    padding: 0 !important;
}

textarea {
    height: 170px;
}

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

/* MY COMPONENTS */
.title_one {
    color: var(--color-background-one);
    font-weight: 500;
    font-size: 2.7rem;
    font-family: 'Gloock', serif;
    letter-spacing: 2px;
}

.title_two {
    color: var(--color-background-one);
    font-weight: 500;
    font-size: 2.7rem;
    font-family: 'Gloock', serif;
    letter-spacing: 2px;
}

.btn_div {
    margin-top: 40px;
}

.btn_section {
    font-family: 'Gloock', serif;
    max-width: 100% !important;
    background-color: var(--color-background-one);
    border: none;
    border-radius: 30px;
    padding: 10px 70px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
    letter-spacing: 2px;
}

.btn_section:hover {
    background-color: var(--color-background-one-opacity);
}
/* END MY COMPONENTS */

/*
CONTAINER
*/

.container {
    max-width: 1350px;
}

/* HEADER */
.header {
    background-image: url("images/banners/banner_header.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;    
    padding: 0 1rem;        
    box-sizing: border-box;    
}

.header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
    flex-wrap: wrap;
}

.header .header_content .logo img {
    width: 170px;
    height: 90px;
}

.header .header_content .header_content_menu ul {
    display: flex;
    gap: 6rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .header_content .header_content_menu ul li a {
    text-decoration: none;
    color: var(--color-background-one);
    font-weight: 500;
}

.header .header_content .header_content_menu ul li a:hover {
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.1rem;
}

.header .header_content .social_icons {
    display: flex;
    gap: 1rem;
}

.header .header_content .social_icons a {
    color: var(--color-background-one);
    font-size: 1.2rem;
}

.header .header_content .social_icons a:hover {
    transform: scale(1.5); 
    transition: transform 0.40s ease-out;
}

.header section {
    width: 100%;
    display: flex;
}

.header section article{
    width: 50%;
    margin-left: auto;
    margin-top: 50px;
    display: block;
    align-content: center;
    padding-bottom: 40px;
    padding-left: 15px;
}

.header section .header_container {
    width: 81%;
    padding-left: 20px;
    align-items: center;
}

/* END HEADER */

/* ABOUT */
.about {
    margin-top: 5rem;
}

.about header h1 {
    margin-bottom: 20px;
}

.about article p {
    max-width: 65%;
    text-align: center;
    color: var(--color-background-one);
}
/* END ABOUT */

/* RESELLER */
.pictures_velin {
    margin-top: 10rem;
}

.reseller_background {
    background-image: url("images/banners/banner_consultor.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1000px;
}

.reseller .reseller_content {
    padding: 6rem 0;
}

.reseller .reseller_content article {
    max-width: 70%;
}

.reseller .reseller_content .reseller_subscribe {
    color: #ffffff;
}

.reseller .reseller_content .reseller_subscribe header {
    font-size: 24px;
    margin-bottom: 2rem;
    max-width: 80%;
}

.reseller_subscribe header h2 {
    font-family: 'Gloock', serif;
}

.reseller .reseller_content .reseller_subscribe .reseller_subscribe_content {
    width: 85%;
}

.reseller .reseller_content .reseller_subscribe 
.reseller_subscribe_content div{
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.reseller .reseller_content .reseller_subscribe 
.reseller_subscribe_content div p {
    font-size: 20px;
}

.reseller .reseller_content .reseller_form {
    background-color: #fff;
    padding: 3rem 1rem;
    border: none;
    border-radius: 35px;
}

.reseller .reseller_content .reseller_form header h2 {
    font-size: 25px;
    font-weight: bold;
    padding: 0 1.5rem;
}

.reseller .reseller_content .reseller_form div {
    max-height: 100%;
}

/* END RESELLER */

/* ADVANTAGE */
.advantage {
    padding: 4rem 0;
}

.advantage > header {
    text-align: center !important;
    margin-bottom: 5rem !important;
}

.advantage .row > div {
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
    gap: 40px;
}

.advantage article {
    padding: 30px;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.advantage div .mid_div{
    background-color: #FAF8F7;
    border-radius: 40px;
}

.advantage div article {
    padding: 30px;
}

.advantage div article h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2rem;
}

.advantage div article p {
    font-size: 20px;
}
/* END ADVANTAGE */

/* FAQ */
.faq {
    background-color: #FAF8F7;
    padding: 5rem 0;
}
/* END FAQ */

/*
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;
}

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

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

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

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

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

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

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

/*
DEPOIMENTOS
*/

#depoimentos h2 {
    color: #000000;
}

/*
PERGUNTAS FREQUENTES
*/

#duvidas h2 {
    color: #000000;
}

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

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

.card .btn i {
    float: right;
}

.card-header:first-child {
    border-radius: 20px;
    background-color: white;
}

.card-header:first-child:hover {
    background-color: #FFECEB;
}

/*
CADASTRO
*/

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

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

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

#cadastro-consultora input, select, textarea {
    float: left;
    width: 100%;
    padding: 22px 5%;
    border: 1px solid #E0E0E0 !important;
    font-size: 1rem;
    border-radius: 25px !important;
}

#cadastro-consultora input, select, textarea:hover {
    box-shadow: none;
}

#cadastro-consultora input::placeholder, select::placeholder, textarea::placeholder {
    color: #E0E0E0 !important;
    font-weight: 500;
}

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

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

#cadastro-consultora #salvar-cadastro {
    cursor: pointer;
    width: 100%;
}

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

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

#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 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: #FAF8F7;
    color: black;
    float: left;
    width: 100%;
}

.footer_info i {
    margin-right: 10px;
    color: var(--color-background-one) !important;
}

.footer_info a {
    display: block;
    color: var(--color-background-one) !important;
    text-decoration: none;
    width: 100%;
}

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

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

.footer_info p {
    color: var(--color-background-one) !important;
    font-size: .9rem;
}

.copyright {
    background-color: #FAF8F7;
    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: 1024px) {
    .instafeed-container {
        min-height: 500px;
    }

    /* HEADER */
    .header section .header_container {
        width: 100%;
    }

    .header .header_content .header_content_menu ul {
        gap: 3rem;
    }

    .header section .header_container {
        padding-left: 0;
    }
    /* END HEADER */

    /* RESELLER */
    .reseller_background {
        height: 1157px;
    }
    /* END RESELLER */
}

@media (max-width: 991px) {
    /* HEADER */
    .header .header_content .header_content_menu ul {
        gap: 1rem;
    }

    .title_two {
        font-size: 2.2rem
    }

    .header section article {
        padding-left: 0px;
    }
    /* END HEADER */

    /* RESELLER */
    .pe-md-5 {
        padding-right: 1.5rem !important;
    }

    .reseller .reseller_content .reseller_subscribe .reseller_subscribe_content {
        width: 95%;
    }

    .reseller .reseller_content .reseller_subscribe .reseller_subscribe_content div p {
        font-size: 16px;
    }
    /* END RESELLER */

    .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) {
    /* ABOUT */
    .about article p {
        max-width: 90%;
    }
    /* END ABOUT */

        /* RESELLER */
    .reseller_background {
        height: 1600px;
    }

    .reseller .reseller_content .reseller_subscribe header {
        max-width: none;
    }

    .reseller .reseller_content .reseller_subscribe .reseller_subscribe_content {
        width: 100%
    }

    .reseller_subscribe_content {
        text-align: left !important;
    }

    .reseller .reseller_content article {
        max-width: 80%;
    }

    .reseller .reseller_content {
        padding: 4rem 0;
    }

    .pe-md-5 {
        padding-right: 0 !important;
    }

    .reseller .reseller_content .reseller_subscribe .reseller_subscribe_content div {
        row-gap: 1rem;
    }

    .reseller .reseller_content .reseller_form {
        background-color: transparent;
        padding: 0;
        margin-top: 20px;
    }

    .reseller .reseller_content .reseller_form header h2 {
        font-size: 25px;
        font-weight: bold;
        padding: 0 4rem;
    }

    #cadastro-consultora label {
        color: #fff;
    }

    .text_white_mobile {
        color: #fff;
    }

    .btn_white_mobile {
        color: var(--var-primary-color);
        background-color: #fff;
        font-weight: bold;
    }
    /* END RESELLER */

    .btn_white_mobile {
        color: var(--var-primary-color);
        background-color: #fff;
        font-weight: bold;
    }

    .btn_white_mobile:hover {
        background-color: #efe8eb;
    }

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

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

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

@media (max-width: 650px) {
    /* COMPONENT */
    .title_one {
        font-size: 2.2rem;
    }

    .title_two {
        font-size: 1.9rem;
    }
    /* END COMPONENT */

    /* HEADER */
    .header {
        background-image: url("images/banners/banner_header_mobile.webp");
        background-size: cover;
        background-position: center;
        height: 630px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        text-align: center;
    }

    .header_content .header_content_menu,
    .header_content .social_icons {
        display: none !important;
    }

    .header_content {
        display: flex;
        justify-content: center !important;
        width: 100%;
        padding-bottom: 1rem !important;
    }

    .header section {
        flex: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .header section article {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-top: 0;
        padding-bottom: 0;
    }

    .header_container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        height: 100%;
    }

    .header_container header {
        padding: 0 20px;
    }

    .header_container .btn {
        margin-top: auto;
        margin-bottom: 1rem;
    }

    .btn_section {
        display: inline-block;
        background-color: #661d1c;
        color: white;
        text-decoration: none;
        padding: 0.75rem 2rem;
        border-radius: 999px;
        font-size: 1.1rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }
    /* END HEADER */

    /* ABOUT */
    .about article p {
        max-width: 90%;
    }
    /* END ABOUT */

    .btn_white_mobile {
        color: var(--var-primary-color);
        background-color: #fff;
        font-weight: bold;
    }

    .btn_white_mobile:hover {
        background-color: #efe8eb;
    }
    
    h1, h2, h3 {
        font-size: 1.8rem;
    }

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

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