/*
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: 3px 0;
}

.navbar {
    padding: 0;
}

.nav-item .nav-link span {
    color: var(--color-text-three);
    font-size: 0.875rem;
    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-grey);
}

.nav-link.catalogo span {
    background-color: var(--color-background-three);
    color: var(--color-text-white);
    font-weight: 600;
    font-size: .875rem;
    border-radius: 20px;
    padding: 10px 15px;
    margin-top: 2px;
}

.nav-link.catalogo:hover span,
.nav-link.catalogo.active span {
    background-color: var(--color-background-three-opacity);
    color: var(--color-text-white);
}

.header-site-socials a i {
    color: var(--color-text-three);
    font-size: 1.2rem;
    margin: 0 10px;
}

.header-site-socials a:hover i {
    color: var(--color-text-grey);
}

/*
SOBRE
*/
#sobre-nos p{
    font-size: 1rem;
}

#sobre-nos h2 {
    color: var(--color-text-two);
    font-size: 2rem;
}

/*
QUADROS
*/

#quadros {
    padding: 80px 0;
    background-color: var(--color-background-four);
}

.outline-board {
    border: 2px solid #000;
    position: relative;
    border-radius: 20px;
    margin: 0 10px 0 10px;
}

.board-1 {
    position: relative;
    min-height: 24em;
    padding: 3em;
    color: var(--color-text-black);
    background-color: var(--color-background-white);
    border-radius: 20px;
    right: 15px;
    top: 20px;
}

.board-1 h3 {
    color: var(--color-text-two);
}

/*
VANTAGENS
*/

#vantagens {
    padding: 0;
}

#vantagens h1 {
    font-size: 3rem;
}

.vantagens {
    position: relative;
    width: 600px;
    max-width: none;
}

.vantagens-logo {
    width: 600px;
    max-width: none;
}

.order-first {
    margin-top: 400px;
}

.box-vantagens {
    background-color: var(--color-background-white);
    border-radius: 10px;
    min-height: 235px;
    padding: 15px;
    margin: 15px 0;
    text-align: center;
}

.box-vantagens i {
    color: var(--color-text-two);
    font-size: 4rem;
}

.box-vantagens h6 {
    font-weight: bold;
    margin-top: 10px;
}

/*
DEPOIMENTOS
*/

#depoimentos h2 {
    color: var(--color-text-black);
}

/*
PERGUNTAS FREQUENTES
*/

#duvidas {
    background-color: var(--color-background-two);
}

.card {
    border: none;
    background-color: var(--color-background-white);
    border-radius: 0px;
}

.card .btn {
    color: var(--color-text-three);
    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-two);
}

.card .btn i {
    float: right;
    color: var(--color-text-two);
}

.card-header:first-child {
    border-radius: 0;
}

/*
CADASTRO
*/
#seja-revendedora {
    font-size: 1.3rem;
}

#seja-revendedora h2 {
    color: var(--color-background-three-opacity);
}

#seja-revendedora p {
    padding-top: 15px;
}

.titulo-cadastro h2 {
    color: var(--color-text-black);
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 6px;
    float: left;
    width: 100%;
}

#cadastro-consultora label {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: 0;
    color: var(--color-text-grey);
    font-weight: 500;
}

#cadastro-consultora input, select, textarea {
    float: left;
    width: 100%;
    padding: 2px 2%;
    border: 1px solid gray !important;
    font-size: 1.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-three);
    color: var(--color-text-white);
    margin-top: 6px;
    cursor: pointer;
    height: 54px;
}

#cadastro-consultora input[type="button"]:hover {
    background-color: var(--color-background-three-opacity);
    transition: 0.3s;
}

#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;
}

#txtObservacao::-webkit-input-placeholder {
    color: #000;
    font-weight: bold;
}

#txtObservacao::-moz-placeholder {
    color: #000;
    font-weight: bold;
    opacity: 1;
}
#txtObservacao:-ms-input-placeholder {
    color: #000;
    font-weight: bold;
}

/*
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: var(--color-text-white);
    position: absolute;
    bottom: 20px;
}

.instafeed a,
.instafeed i {
    color: var(--color-text-white);
}

.instafeed a:hover,
.instafeed a:hover i {
    color: var(--color-text-one);
}

/*
FORMUL�RIO
*/

#contato input {
    border: 1px solid var(--color-text-grey);
}

#contato textarea {
    height: 170px;
}

#contato .btn {
    background-color: var(--color-background-two);
    color: var(--color-text-white);
}

#contato .btn:hover {
    background-color: var(--color-background-two-opacity);
}

/*
FOOTER
*/

.footer_info {
    color: var(--color-text-two);
    float: left;
    width: 100%;
}

.footer_info i {
    margin-right: 10px;
}

.footer_info a {
    display: block;
    color: var(--color-text-three);
    text-decoration: none;
    width: 100%;
}

.footer_info a:hover {
    color: var(--color-text-two);
}

.footer_info h3 {
    font-size: 1.3rem;
    margin: 10px 0 20px 0;
}

.footer_info p {
    color: var(--color-text-three);
    font-size: .9rem;
}

.copyright {
    background-color: var(--color-background-three);
    width: 100%;
}

.copyright p {
    color: var(--color-text-one);
    font-size: 1.1rem;
}

/*
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;
    }

    .vantagens-logo {
        width: 100%;
    }
}

@media (max-width: 500px) {
    h1, h2, h3 {
        font-size: 1.5rem;
    }

    #vantagens h1 {
        font-size: 1.5rem;
    }

    .instafeed-container {
        min-height: 450px;
    }
}
