@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?p1r0oz');
    src:  url('fonts/icomoon.eot?p1r0oz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?p1r0oz') format('truetype'),
    url('fonts/icomoon.woff?p1r0oz') format('woff'),
    url('fonts/icomoon.svg?p1r0oz#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-como-receber:before {
    content: "\e900";
}
.icon-faq:before {
    content: "\e901";
}
.icon-flexibilidade:before {
    content: "\e902";
}
.icon-garantia:before {
    content: "\e903";
}
.icon-material-apoio:before {
    content: "\e904";
}
.icon-midia:before {
    content: "\e905";
}
.icon-mostruario:before {
    content: "\e906";
}
.icon-prazo:before {
    content: "\e907";
}
.icon-produtos:before {
    content: "\e908";
}
.icon-sem-investimento:before {
    content: "\e909";
}

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

.gradient-line {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #252525 0%, #D7A944 100%);
}

.gradient-line.rotate {
    transform: rotate(180deg);
}

/*
CONTAINER
*/

.container {
    max-width: 1280px;
}

/*
INICIAL
*/

#inicial {
    width: 100%;
    height: 100vh;
    background-image: url("images/banners/banner.webp");
    background-size: 100% 100%;
    position: relative;
}

#inicial .link-catalogo {
    color: #d6ab69;
    background-color: #000;
    padding: 16px 48px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    right: 5vw;
    top: 10vh;
}

#inicial .link-catalogo:hover {
       box-shadow: 0 4px 25px 0 #c79444 !important;
}

#inicial .link-catalogo span {
    font-weight: 700;
}

#inicial img.img-logo {
    position: absolute;
    left: 10.60%;
    top: 22%;
    width: 20%;
    z-index: 2;
}

#inicial div.text-banner p {
    position: absolute;
    left: 10.60%;
    top: 42%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    color: var(--color-text-white);

    background: transparent;
    background: -webkit-linear-gradient(to right, #FFFFFF 0%, #FFE280 100%);
    background: -moz-linear-gradient(to right, #FFFFFF 0%, #FFE280 100%);
    background: linear-gradient(to right, #FFFFFF 0%, #FFE280 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#inicial div.text-banner p span {
    font-size: 2.5rem;
}

#inicial a.image-link {
    position: absolute;
    left: 10.60%;
    top: 68%;
    width: 15.30%;
    z-index: 2;
    padding: 14px 0;
    border: 2px solid #D6AB69;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 600;
    color: var(--color-text-white);
}

#inicial a.image-link:hover {
    /*background-color: #FFFFFF88;*/
    box-shadow: 0 4px 25px 0 #FFFFFF88 !important;
}

#inicial .arrow {
    color: #121212;
    background-color: #ECECEC;
    border-radius: 50%;
    padding: 2px 10px;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: calc(100vh - 26px);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#inicial .arrow:hover {
	 
    background-color: #d7a944;
   box-shadow: 0 4px 25px 0 #d7a944 !important;

}

/*
VANTAGENS
*/

#vantagens {
    padding: 100px 0;
}

#vantagens h1 {
    font-size: 2.2rem;
    font-weight: 400;
}

#vantagens img {
    height: 80px;
}

.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: 16px 4px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
}

.box-vantagens i {
    color: #000;
    font-size: 4rem;
    align-self: center;

}

.box-vantagens i::before {
    border: 1px solid #D7A944;
    border-radius: 50%;
    padding: 25px;
}

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

.btn-seja-revendedora {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 80px;
    border-radius: 5px;
    letter-spacing: 1px;
}

.btn-seja-revendedora.black {
    color: #FFF;
    background-color: #212121;
}

.btn-seja-revendedora.black:hover {
          box-shadow: 0 4px 25px 0 #d7a944 !important;
    color: white;
}

/*
DEPOIMENTOS
*/

#depoimentos {
    background-color: #000;
    padding: 100px 0;
}

#depoimentos .img-icon {
    width: 100px;
}

#depoimentos h2 {
      color: #ffffff;
    text-transform: uppercase;
}

.btn-seja-revendedora.yellow {
    color: #000;
    background-color: #D7A944;
}

.btn-seja-revendedora.yellow:hover {
       box-shadow: 0 4px 25px 0 #eac167 !important;
    color: #212121;
}

/*
PERGUNTAS FREQUENTES
*/

#duvidas {
    background-color: #070707;
    padding: 100px 0;
}

#duvidas .duvidas-header i {
    color: #BA9901;
    font-size: 7rem;
}

#duvidas h2 {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.card {
   border-radius: 5px;
    border: 1px solid #D7A944;
    background-color: black;
    text-align: left;
}

.card .btn {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    white-space: normal;
    width: 100%;
    padding: 6px;
	font-size: 1.375rem;
}

.card .btn:hover {
    color: #d7a944;
}

.card .btn i {
    float: right;
    transition: transform .3s ease;
}

.card .btn:not(.collapsed) i {
    transform: rotate(90deg);
}

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

.card-body { 
	color: #666;
	font-size: 1rem;
}


/*
CADASTRO
*/

#seja-revendedora {
    background-color: #FBFBFB;
    padding: 100px 0;
}

#seja-revendedora .img-icon {
    width: 100px;
}

#seja-revendedora h2 {
    color: #2E2E2E;
}

#seja-revendedora img:not(.img-icon) {
    width: 375px;
}

#seja-revendedora p {
    width: 75%;
}

.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 #dddddd !important;
    font-size: 1rem;
    border-radius: 4px !important;
}

#cadastro-consultora input, select, textarea {
    height: 35px;
    background-color: #F4F4F4;
}

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

#cadastro-consultora input[type="button"] {
    background-color: #000000;
    color: var(--color-text-white);
    margin-top: 16px;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    height: 68px;
    border-radius: 3px !important;
}

#cadastro-consultora input[type="button"]:hover {
    box-shadow: 0 4px 25px 0 #d7a944 !important;
    color: white;

}

#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-container .heading {
    background-color: #d7a944;
}

.instafeed-container .heading h1 {
    text-transform: uppercase;
    background: #070707;
    font-size: 1.6rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.instafeed-container .insta_carousel .owl-item img {
    height: 316px;
}

/*
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 {
    color: var(--color-text-white);
    background-color: #070707;
    float: left;
    width: 100%;
}

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

.footer_info a {
    display: block;
    color: var(--color-text-white);
    text-decoration: none;
}

.footer_info a:hover {
    color: var(--color-text-two);
}

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

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

.copyright {
    background-color: #1b1b1b;
    color: #FFFFFF;
    width: 100%;
}

.copyright .developed a::before {
    font-size: 1.875rem;
}

.copyright .developed a:hover {
    color: #C52626;
}


/*
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) {
    #inicial {
        height: 90vh;
        background-color: #000;
        background-size: contain;
        background-repeat: no-repeat;
		background-image: url("images/fundomob.webp");
	}

    #inicial img.img-logo {
        top: 46vh;
        width: 60%;
		left: 47%;
        transform: translateX(-45%);
    }

    #inicial div.text-banner p {
		font-size: 1.25rem;
		left: 0;
		top: 58vh;
		padding: 0 36px;
    }

    #inicial div.text-banner p span {
		font-size: 1.25rem;
    }

    #inicial a.image-link {
        top: 74vh;
        padding: 14px 25px;
        width: auto;
        left: 47%;
        transform: translateX(-60px);
    }

    #inicial .link-catalogo {
		color: #d6ab69;
		background-color: black;
		padding: 10px 22px;
		font-size: .75rem;
		right: auto;
		left: 33vw;
		top: 4vh;
		font-weight: 700;
	}

    #inicial .arrow {
        display: none;
    }


    .btn-seja-revendedora.yellow,
	.btn-seja-revendedora.black {
		width: 100%;
    	text-align: center;
	}
	
    #vantagens {
        padding: 50px 0;
    }

    .btn-seja-revendedora {
		font-size: .875rem;
		padding: 15px;
    }

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

    #duvidas .duvidas-header i {
        font-size: 5rem;
    }

    #seja-revendedora {
        padding: 50px 0;
    }

    #seja-revendedora img:not(.img-icon) {
        width: 300px;
    }

    #seja-revendedora p {
        width: 100%;
        padding: 15px;
    }

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

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

    .instafeed-container .insta_carousel .owl-item img {
        height: 240px;
    }

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

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

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

    #vantagens img {
        height: auto;
    }

    .instafeed-container {
        min-height: 310px;
    }
	
	
	.card .btn {
    	font-size: 1rem;
	}
		
	.instafeed-container .heading h1 {
		font-size: 1.3rem;
	}
		
	
}
