@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?mbnnhq');
    src: url('fonts/icomoon.eot?mbnnhq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?mbnnhq') format('truetype'),
    url('fonts/icomoon.woff?mbnnhq') format('woff'),
    url('fonts/icomoon.svg?mbnnhq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]:before,
[class*=" icon-"]:before {
    /* 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;
    margin-right: 0;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-logomidia:before {
    content: "\e914";
}


/*
TAGS PRINCIPAIS
*/

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

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;
}

/*
HEADER
*/

.top-line {
    background-color: var(--color-background-two);
    width: 100%;
    padding: 5px 0;
}

#menu-categories {
    background-color: var(--color-background-one);
}

.navbar {
    padding: 0;
}

.nav-item .nav-link span {
    /*font-family: 'Titillium Web';*/
    color: var(--color-text-white);
    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: #FFFFFFcc;
}

.nav-link.revendedora span {
    background-color: var(--color-background-white);
    color: #292929;
    font-weight: 600;
    font-size: .875rem;
    border-radius: 20px;
    padding: 10px 30px;
}

.nav-link.revendedora:hover span,
.nav-link.revendedora.active span {
    background-color: #FFFFFFcc;
    color: #000000;
}

.header-top-info span.icon {
    color: var(--color-text-white);
    font-size: 1.5rem;
    margin: 0 10px;
}

.header-top-info span.icon:hover {
    color: #FFFFFFcc;
}

/*
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: 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: var(--color-text-one);
}

.card .btn i {
    float: right;
}

.card-header:first-child {
    border-radius: 0;
}

/*
CADASTRO
*/

#seja-revendedora h2 {
    color: #E7AAAA;
    font-family: 'Inter';
}

#seja-revendedora h2 span {
    color: var(--color-text-one);
}

#seja-revendedora p {
    padding-top: 15px;
    color: var(--color-text-one);
}

#seja-revendedora i {
    font-size: 3rem;
    color: #6C5923;
}

.titulo-cadastro h2 {
    color: #666666 !important;
    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: var(--color-background-one);
    color: var(--color-text-white);
    margin-top: 6px;
    font-weight: bold;
    cursor: pointer;
    height: 54px;
}

#cadastro-consultora input[type="button"]:hover {
    background-color: var(--color-background-one-opacity);
    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
*/

.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);
}

.instafeed-container header h1 {
    font-weight: 400;
    font-family: 'Inter';
    font-size: 1.5rem;
}

.insta_carousel .owl-item img {
    height: 345px;
}

/*
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);
}

/*
Info pages
*/
.htmlchars a[href$='seja-revendedora'] {
    color: red !important;
    font-size: 1.5rem;
}

.htmlchars a[href$='catalogo'] {
    color: black !important;
}

/*
FOOTER
*/

.footer_info {
    background-color: var(--color-background-one);
    color: var(--color-text-white);
    float: left;
    width: 100%;
}

.footer_info i {
    margin-right: 10px;
}

.footer_info a {
    display: block;
    color: var(--color-text-white);
    text-decoration: none;
    width: 100%;
}

.footer_info a:hover {
    color: #FFFFFFcc;
}

.footer_info h3 {
    font-size: 1.3rem;
    margin: 10px 0;
}

.footer_info p {
    color: var(--color-text-white);
    font-size: .9rem;
}

.copyright {
    background-color: #808080;
    color: var(--color-text-white);
    width: 100%;
}

.copyright a.icon-logomidia {
    width: fit-content;
}

.copyright a.icon-logomidia:hover {
    color: red;
}

/*
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;
}

@-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;
    }
}

@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) {
    #cadastro-consultora section {
        width: 100%;
    }

    .instafeed-container {
        min-height: 600px;
    }

    .navbar-collapse {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 500px) {
    h1, h2, h3 {
        font-size: 1.5rem;
    }

    #vantagens h1 {
        font-size: 1.5rem;
    }

    .instafeed-container {
        min-height: 390px;
    }
}
