/*
TAGS PRINCIPAIS
*/

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

.border-img {
    background-image: url("/themes/landing-page/images/linha-dourada.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 100%;
}

.btn-container .btn-catalogo  {
    background-color: #fff;
    color: #000;
    padding: 16px 65px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-container .btn-catalogo:hover {
    background-color: #c29c48cc;
    color: #fff;
}

.btn-container .btn-revenda {
    background-color: #c29c48;
    color: #FFFFFF;
    padding: 16px 65px;
    border-radius: 50px;
}

.btn-container .btn-revenda:hover {
    background-color: #c29c48cc;
}

/*
CONTAINER
*/

.container {
    max-width: 1280px;
}

/*
HEADER
*/

.top-line {
    background-color: var(--color-background-one);
    width: 100%;
    padding: 5px 0;
}

.navbar {
    padding: 0;
}

.nav-item .nav-link span {
    color: var(--color-text-two);
    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: var(--color-text-one);
    font-weight: bold;
}

.nav-link.revendedora span {
    background-color: var(--color-background-one-opacity);
    color: #000000;
    font-weight: 600;
    font-size: .875rem;
    border-radius: 20px;
    padding: 10px 15px;
    margin-top: 2px;
}

.nav-link.revendedora:hover span,
.nav-link.revendedora.active span {
    background-color: var(--color-background-one);
    color: #000000;
}

.header-site-socials a i {
    color: var(--color-text-two);
    font-size: 1.2rem;
    margin: 0 10px;
}

.header-site-socials a:hover i {
    color: var(--color-text-one);
}

#inicial {
    position: relative;
}

#inicial .content-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0 100px;
}

#inicial .content-container .logo {
    width: 500px;
}

/*
SOBRE NÓS
*/

#sobre-nos {
    padding: 8rem 0;
}

#sobre-nos p {
    font-size: 20px;
}

#sobre-nos p span:first-child {
    font-weight: 700;
}

#sobre-nos p span:last-child {
    font-weight: 700;
    color: #c29c48;
}

#sobre-nos ul li {
    margin: 30px 0;
}

#sobre-nos ul li img {
    margin-right: 20px;
}

#sobre-nos ul li span {
    font-size: 20px;
}

#sobre-nos .content-container {
    padding: 0 45px;
}

/*
PERGUNTAS FREQUENTES
*/

#duvidas {
    background-color: #f2f2f2;
    padding: 8rem 0;
}

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

.card .btn i {
    float: right;
}

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

/*
CADASTRO
*/

#seja-revendedora {
    background-color: #20293e;
    padding: 8rem 0;
}

#seja-revendedora .logo img {
    width: 500px;
}

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

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

.titulo-cadastro h2 {
    color: #fff;
    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;
    color: #fff;
}

#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 #salvar-cadastro {
    background-color: #c29c48;
    margin-top: 6px;
    font-weight: bold;
    cursor: pointer;
    height: 54px;
    width: 100%;
    color: #ffffff;
    position: relative;
    border: none;
    border-radius: 30px;
}

#cadastro-consultora #salvar-cadastro:hover {
    background-color: #c29c48cc;
    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: #2d3851;
    color: var(--color-text-two);
    float: left;
    width: 100%;
}

.footer_info h3 {
    color: #c29c48;
}

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

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

.footer_info a:hover {
    color: #c29c48;
}

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

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

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

.mobile-catalogo {
    display: none;
}


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

    #inicial .content-container .logo {
        width: 350px;
    }
}

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

    .btn-container .btn-catalogo {
        padding: 16px 40px;
    }

    #inicial .content-container .logo {
        width: 280px;
    }
}

@media (max-width: 768px) {
    #cadastro-consultora section {
        width: 100%;
    }

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

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

    #sobre-nos,
    #duvidas,
    #seja-revendedora {
        padding: 5rem 0;
    }

    #inicial .btn-container {
        display: none;
    }

    #inicial .content-container {
        justify-content: center;
        align-items: flex-start;
        padding: 20px 0;
    }


    .mobile-catalogo {
        display: block;
        position: fixed;
        transform: rotate(-90deg);
        z-index: 9999;
        top: 150px;
        right: -58px;
        background-color: var(--color-background-black);
        border-radius: 20px 20px 0 0;
        padding: 20px 20px;
    }

    .mobile-catalogo a {
        color: var(--color-text-white);
        text-transform: uppercase;
        font-weight: 700;
    }
}

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

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

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

    #sobre-nos,
    #duvidas,
    #seja-revendedora {
        padding: 3rem 0;
    }

    #seja-revendedora .logo img {
        width: 250px;
    }

    #sobre-nos .content-container {
        padding: 10px 30px;
    }
}
