@import url('https://fonts.googleapis.com/css2?family=Brawler&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Titillium+Web:ital,wght@0,200;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?asraom');
    src:  url('fonts/icomoon.eot?asraom#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?asraom') format('truetype'),
    url('fonts/icomoon.woff?asraom') format('woff'),
    url('fonts/icomoon.svg?asraom#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Artboard-20:before {
    content: "\e900";
}
.icon-flexibilidade:before {
    content: "\e901";
}
.icon-garantia:before {
    content: "\e902";
}
.icon-logo-flor:before {
    content: "\e903";
}
.icon-misso:before {
    content: "\e904";
}
.icon-mostruario:before {
    content: "\e905";
}
.icon-prazo:before {
    content: "\e906";
}
.icon-qualidade:before {
    content: "\e907";
}
.icon-receber:before {
    content: "\e908";
}
.icon-sem-investimento:before {
    content: "\e909";
}
.icon-suporte:before {
    content: "\e90a";
}
.icon-valores:before {
    content: "\e90b";
}
.icon-variedade:before {
    content: "\e90c";
}
.icon-viso:before {
    content: "\e90d";
}

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

/*CONFIG*/

.workcontrol_maintenance {
    display: none !important;
}


/*HEADER*/


#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 20px;
    background-color: #FFFFFF80;
}

#header a {
    text-decoration: none;
    padding: .5rem;
    background-color: #D2AB67;
    color: #ffffff;
    font-size: 1.2rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    border-radius: 30px;
}

#header a i {
    font-size: 1.5rem;
}

#header a:hover {
    background-color: #D2AB67cc;
}

/*BODY*/

#first {
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 790px;
    position: relative;
}

#first .coluna-a {
    height: 790px;
}

#first img {
    width: 30%;
}

#first h2 {
    color: #3D3D3D;
    font-size: 64px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    padding: 2rem 0 3rem;
}

#first h2 b {
    font-weight: 600;
}

#first a {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: center;
    background-color: #D2AB67;
    color: white;
    height: 48px;
}

#first a:hover {
    background-color: #D2AB67cc
}

.frist-division p {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 32px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 33.82px;
    word-wrap: break-word;
    background: #FAC2C5;
    padding: 1rem;
}

.frist-division p:first-child i {
    rotate: 12deg;
}

#second h2 {
    color: #5C5C5C;
    font-size: 48px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    word-wrap: break-word
}

#second h2 b {
    color: #5C5C5C;
    font-size: 48px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    word-wrap: break-word
}

#second p {
    color: #737373;
    font-size: 24px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    word-wrap: break-word
}

.values .card {
    width: 30%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    min-height: 500px;
    border: none;
    background: #D9D9D91A;
    box-shadow: 2px 5px 7px 2px #0000001a;
}

.values .card i {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.values .card h2 {
    color: #FAC2C5 !important;
    font-size: 32px !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 700 !important;
    word-wrap: break-word !important;
    margin-bottom: 2rem !important;
}

.values .card p {
    color: black !important;
    font-size: 20px !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 300 !important;
    word-wrap: break-word !important;
}

#third-mobile {
    display: none;
}
#third-mobile .card,
#third .card {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    min-height: 400px;
    margin-bottom: 2rem;
}

#third-mobile .card i,
#third .card i {
    color: #D2AB67;
    font-size: 3rem;
    margin-bottom: 2rem;
}

#third-mobile .card h2,
#third .card h2 {
    color: black;
    font-size: 1.2rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    margin-bottom: 2rem;
}

#third-mobile .card p,
#third .card p {
    color: black;
    font-size: 1rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

#third-mobile .btn-revendedora,
#third .btn-revendedora {
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: center;
    background-color: #D2AB67;
    color: white;
    height: 48px;
    border-radius: 30px;
}

#third-mobile .btn-revendedora,
#third .btn-revendedora:hover {
    background-color: #D2AB67cc;
}

.division-3 {
    background: linear-gradient(#ffffff, #F3F3F3);
    overflow: hidden;
    position: relative;
}

.division-3 img:first-child {
    position: absolute;
    left: -15%;
    rotate: 20deg;
}

.division-3 img:last-child {
    position: absolute;
    right: -15%;
    rotate: 340deg;
}

#duvidas {
    background: #F3F3F3;
}

#duvidas h2 {
    color: #231F20;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#duvidas #accordion div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#duvidas #accordion .card,
#duvidas #accordion .card div,
#duvidas #accordion .card .card-header,
#duvidas #accordion .card .card-header h5,
#duvidas #accordion .card .card-header h5 button {
    width: 100%;
}

#duvidas #accordion .card .card-header {
    background: #ffffff;
}

#duvidas #accordion .card .card-header h5 button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #252525;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    word-wrap: break-word
}

#duvidas #accordion .card .card-header h5 button:hover {
    color: #252525cc;
}

#duvidas #accordion .card .card-body {
    display: flex;
    align-items: start;
}

#duvidas {
    position: relative;
}

.division-4 {
    position: relative;
    min-height: 750px;
}

.division-4 img {
    position: absolute;
    top: -65px;
}


/*
CADASTRO
*/

#seja-revendedora {
    min-height: 1200px;
}

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

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

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

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

#cadastro-consultora input[type="button"] {
    background-color: #FAC2C5;
    color: #ffffff;
    margin-top: 6px;
    font-weight: bold;
    cursor: pointer;
    height: 54px;
}

#cadastro-consultora input[type="button"]:hover {
    background-color: #FAC2C5cc;
    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;
}

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

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


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


/*
FOOTER
*/

.footer_info {
    background: #FAC2C5;
    color: #252525;
    float: left;
    width: 100%;
}

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

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

.footer_info a:hover {
    color: #252525cc;
}

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

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

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


/*Warper*/

#third-mobile .panel-wrapper {
    position: relative;
}

#third-mobile .btn-open {
    color: #fff;
    background: #000;
    border-radius: 1.5em;
    left: 30%;
    padding: 1em;
    text-decoration: none;
    width: 40%;
}
#third-mobile .show, .hide {
    position: absolute;
    bottom: -1em;
    z-index: 100;
    text-align: center;
}

#third-mobile .hide {display: none;}
#third-mobile .show:target {display: none;}
#third-mobile .show:target ~ .hide {display: block;}
#third-mobile .show:target ~ .panel {
    max-height: 5000px;
}
#third-mobile .show:target ~ .fade {
    margin-top: 0;
}

#third-mobile .panel {
    position: relative;
    margin: 2em auto;
    max-height: 100px;
    overflow: hidden;
    transition: max-height 1s ease;
}

#third-mobile .fade {
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 27%) 75%);
    height: 80px;
    margin-top: -100px;
    position: relative;
}

.fade:not(.show) {
     opacity: 1;
}

/*EndWarper*/


@media (max-width: 768px) {
    .values .card {
        width: 96%;
        margin-bottom: 2rem;
        margin-left: 10px;
    }

    #first {
        display: none !important;
    }

    #first {
        background-image: none;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #first img {
        width: unset;
    }

    #first h2 {
        font-size: 2rem;
        text-align: center;
    }

    #first .coluna-a {
        height: unset;
    }

    #first a {
        width: 80%;
    }

    .frist-division p {
        font-size: 1.2rem;
    }

    #second h2 {
        font-size: 2rem;
    }

    #third {
        display: none !important;
    }

    #third-mobile {
        display: block;
    }

    #third-mobile .card {
        width: 100%;
    }

    #third-mobile .btn-revendedora {
        width: 95%;
    }

    .division-3 img:first-child,
    .division-3 img:last-child {
        display: none;
    }

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

    .division-4 {
        min-height: 400px;
    }

    #seja-revendedora {
        min-height: 2000px;
    }

}