@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?jn95by');
    src:  url('fonts/icomoon.eot?jn95by#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?jn95by') format('truetype'),
    url('fonts/icomoon.woff?jn95by') format('woff'),
    url('fonts/icomoon.svg?jn95by#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-anel:before {
    content: "\e900";
}
.icon-aviao:before {
    content: "\e901";
}
.icon-bau:before {
    content: "\e902";
}
.icon-calendario:before {
    content: "\e903";
}
.icon-chat:before {
    content: "\e904";
}
.icon-estrelas:before {
    content: "\e905";
}
.icon-hmd-logo-preta:before {
    content: "\e906";
}
.icon-hmd-logo-rosa:before {
    content: "\e907";
    color: #f6bdd0;
}
.icon-link:before {
    content: "\e908";
}
.icon-midia:before {
    content: "\e909";
}
.icon-mobile:before {
    content: "\e90a";
}
.icon-money:before {
    content: "\e90b";
}
.icon-porcentagem:before {
    content: "\e90c";
}
.icon-presente:before {
    content: "\e90d";
}
.icon-relogio:before {
    content: "\e90e";
}
.icon-seguranca:before {
    content: "\e90f";
}

/*
TAGS PRINCIPAIS
*/

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

body {
    overflow-x: hidden;
    background-color: #FAFAFA;
}

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);
}

.btn-revenda {
    border-radius: 10px;
    padding: 16px 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
}

.btn-revenda.pink {
    background-color: #D07090;
}

.btn-revenda.pink:hover {
    background-color: #D07090cc;
}

.btn-revenda.dark {
    background-color: #000;
}
.btn-revenda.dark:hover {
    background-color: #000000cc;
}

.img-divider {
    user-select: none;
    pointer-events: none;
}

/*
CONTAINER
*/

.container {
    max-width: 1280px;
}

#menu-categories {
    display: none;
}

/*
INICIAL
*/

#inicial {
    width: 100%;
    height: 100vh;
    min-height: 48rem;
    background-image: url("images/banners/banner.webp");
    background-size: cover;
    background-position-x: right;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    padding-left: 100px;
}

#inicial .link-catalogo {
    color: #000;
    background-color: #FFF;
    padding: 16px 48px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 1rem;
    position: absolute;
    font-weight: 700;
    right: 5vw;
    top: 10vh;
    transition: background-color 1s;
}

#inicial .link-catalogo:hover {
    background-color: #FFFFFF;
}

#inicial img.img-logo {
    z-index: 2;
    user-select: none;
    pointer-events: none;
    padding-top: 5%;
}

#inicial div.text-banner {
    letter-spacing: 1px;
    color: var(--color-text-white);
    padding-top: 7%;
}

#inicial-title {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 2.5rem;
}

#inicial-subtitle {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.25rem;
    margin-top: 45px;
    margin-bottom: 55px;
    line-height: 1.5rem;
}

#inicial a.image-link {
    left: 10%;
    top: 80%;
    width: 25%;
    z-index: 2;
    padding: 13px 30px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    background-color: var(--color-background-one);
    transition: box-shadow 2s;
    border-radius: 10px;
}

#inicial a.image-link:hover {
    box-shadow: 0 4px 15px 0 var(--color-background-one) !important;
}

#inicial .whatsapp a i::before {
    color: white;
    font-size: 2rem;
    background-color: #29A71A;
    padding: 15px;
    border-radius: 50%;
}

#inicial .whatsapp {
    margin-top: 50px;
}

#inicial .whatsapp {
    padding-right: 100px;
}

#navbarNav {
    flex-basis: unset;
    flex-grow: unset;
}
/*
SOBRE
*/

#sobre-nos {
    padding: 60px 160px;
}

#sobre-nos img {
    width: 350px;
}

#sobre-nos .title {
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2.7rem;
}

#sobre-nos .title .hl {
    color: #D07090;
}

#sobre-nos .caracteristicas span {
    color: #000;
    font-family: 'Palanquin', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
    min-height: 75px;
}

#sobre-nos .caracteristicas span i {
    margin-right: 15px;
    color: #FFF;
    background: linear-gradient(to bottom, #191512, #91596C);
    border-radius: 50%;
    padding: 10px;
}

#sobre-nos > div:first-child {
	gap: 30px;
}

/*
VANTAGENS
*/

#vantagens {
    padding: 0;
    background-color: #F6EBEF1A;
}

#vantagens h1 {
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 2.75rem;
    font-weight: 400;
    color: #000;
}

.vantagens {
    position: relative;
    bottom: -150px;
    width: 750px;
    max-width: none;
}

.order-first {
    margin-top: 400px;
}

.box-vantagens {
    padding: 15px;
    margin: 15px 0;
}

.box-vantagens .header {
    min-height: 76px;
}

.box-vantagens i {
    color: #C1768F;
    font-size: 4rem;
}

.box-vantagens h6 {
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.25rem;
}

.box-vantagens p {
    font-family: 'Titillium Web', sans-serif;
    margin: 0 15px;
    padding: 40px;
    border-radius: 28px;
    background-color: #FFF;
    border: 3px solid #C1768F4D;
    min-height: 206px;
    font-size: 1rem;
}

/*
DEPOIMENTOS
*/

#depoimentos h2 {
    color: #000000;
}

/*
PERGUNTAS FREQUENTES
*/

#duvidas {
    background-color: #F6EBEF1A;
}

#duvidas h2 {
    color: #000000;
    font-family: Palanquin, sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
}

#duvidas .card {
    border-radius: 30px;
    border: none;
    background-color: #FFF;
    text-align: left;
    overflow: hidden;
}

#duvidas .card-header {
    background-color: #FFF;
    border-bottom: none;
}

#duvidas .card .btn {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    white-space: normal;
    width: 100%;
    padding: 6px;
}

#duvidas .card .btn:hover {
    color: var(--color-text-one);
}

#duvidas .card-header:first-child {
    border-radius: 30px 30px 0 0;
}

#duvidas .card .collapse {
    border-radius: 0 0 10px 10px;
}

#duvidas .card .btn i {
    float: right;
    transition: transform .5s ease-in-out;
}

:is(#duvidas .card:has(.collapse.show) .card-header .btn i, #duvidas .card .btn:not(.collapsed) i) {
    transform: rotate(90deg);
}

.contact-info p {
    color: #000;
    font-family: 'Inter';
    font-size: 1.25rem;
    font-weight: 600;
}

.contact-info a i {
    color: white;
    font-size: 2rem;
}

.contact-info a i::before {
    background-color: #29A71A;
    padding: 15px;
    border-radius: 50%;
}

/*
CADASTRO
*/

#seja-revendedora .img-logo-cadastro {
    width: 100%;
    max-width: 350px;
}

#seja-revendedora h2.title {
    color: #C1768F;
    font-size: 4rem;
    font-family: Palanquin;
}

#seja-revendedora h2 span {
    color: #000000;
    font-weight: 700;
}

#seja-revendedora p {
    padding-top: 15px;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
}

.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: #1B1714;
    color: #FFF;
    margin-top: 6px;
    font-weight: bold;
    cursor: pointer;
    height: 54px;
}

#cadastro-consultora input[type="button"]:hover {
    background-color: #1B1714cc;
    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
*/

.insta_carousel .owl-item img {
    height: 350px;
}

/*
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: #000;
    background-color: var(--color-background-one);
    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: #00000085;
}

.footer_info h3 {
    font-size: 1.3rem;
    margin: 10px 0;
}

.footer_info p {
    color: #000000;
    font-size: .9rem;
}

.copyright {
    background-color: var(--color-background-one-opacity);;
    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;
}


.workcontrol_load {
    display: none;
    text-align: center;
    color: var(--white-color);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.workcontrol_load .load_message {
    position: absolute;
    width: 100%;
    top: 35%;
    margin-top: 20px;
    font-size: .8rem;
    text-transform: uppercase;
    text-align: center;
    background: url(load_w.gif) center top no-repeat;
    background-size: 40px;
    padding-top: 40px;
}

.workcontrol_load_content {
    display: none;
    color: #555;
    font-weight: 300;
    font-size: var(--text-xl);
    text-align: center;
    width: 500px;
    padding: 30px;
    background-color: var(--white-color);
    max-width: 85%;
    margin: 0 auto;
    top: 35%;
    position: relative;
    z-index: 999;
}

.workcontrol_load_close {
    margin-top: 20px;
    display: inline-block;
    width: 100px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    padding: 10px;
    background-color: #999;
    color: var(--white-color);
    font-size: .6rem;
    text-transform: uppercase;
}

.workcontrol_load_close:hover {
    background-color: #F45563;
}

.workcontrol_load_content img {
    display: inline-block;
    vertical-align: middle;
}

.workcontrol_load_content p {
    display: block;
    margin: 10px 0 0 0;
}

.workcontrol_load_content .min {
    font-size: var(--text-xs);
}

.workcontrol_load_content .big {
    font-size: 1.1rem;
    color: #F45563;
    font-weight: bold;
}


@-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) {
    #inicial {
        padding-top: 20px;
    }

    .header-site-logo {
        text-align: center;
        width: 100px;
    }

    li.nav-item {
        text-align: center;
        border-bottom: 1px solid var(--color-background-one);
    }

    #menu-categories {
        display: block;
        position: relative;
        background-color: var(--color-background-one);
    }

    #menu-categories .navbar-toggler {
        width: 35px;
        height: 55px;
    }

    .nav-link.catalogo span {
        background-color: #000000;
        color: var(--color-background-white);
        font-weight: 300;
        font-size: 1rem;
        border-radius: 20px;
        padding: 8px 25px;
        margin-top: 2px;
    }

    .header-site-socials a i {
        color: var(--color-text-black);
        font-size: 2rem;
        margin: 0 10px 0 25px;
    }

    .header-site-socials a:hover i {
        color: #252525cc;
    }

    #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: 50vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 60%;
        min-height: 28rem;
        padding-left: 25px;
    }

    #inicial div.text-banner {
        text-align: left;
    }

    #inicial div.text-banner {
        padding-top: 50px;
    }

    #inicial-title-mobile {
        font-family: Inter, sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
    }

    #inicial-subtitle-mobile {
        font-family: 'Titillium Web', sans-serif;
        font-size: 1rem;
        margin-top: 20px;
    }

    #inicial a.image-link {
        font-size: .875rem;
        font-weight: 600;
        text-transform: none;
        background-color: #FFF;
        border-radius: 5px;
    }

    #inicial div:has(a.image-link ){
        margin-top: 50px;
        text-align: start;
    }

    #sobre-nos {
        padding: 0 5%;
    }

    #sobre-nos .title {
        font-size: 1.625rem;
        text-align: center;
    }

    .box-vantagens {
        padding: 0;
    }

    #duvidas h2 {
        font-size: 2.625rem;
    }

    .contact-info p {
        font-size: .875rem;
    }

    #cadastro-consultora section {
        width: 100%;
    }

    #seja-revendedora .img-logo-cadastro {
        width: 70%;
    }

    #seja-revendedora h2.title {
        font-size: 2.5rem;
    }

    #seja-revendedora p {
        font-size: .875rem;
    }

    :is(.right, .left) {
        width: 100%;
        overflow: visible;
        margin: 0;
        float: none;
    }

    #campo-cidade {
        width: 48%;
        margin: 0 2% 0 0;
    }

    #campo-uf {
        float: left;
        width: 48%;
        margin: 0 0 0 2%;
    }

    .instafeed-container {
        min-height: 310px;
    }

    .insta_carousel .owl-item img {
        height: 240px;
    }

    .footer_info {
        background: linear-gradient(180deg, #F6BDD0 0.16%, rgba(246, 189, 208, 0.00) 126.8%);
    }

    .footer_info > .container {
        padding: 20px 10%;
    }

    .copyright {
        background: transparent;
    }

    #vantagens > .container {
        margin-bottom: 48px;
    }
}


@media (max-width: 500px) {
    h1, h2, h3 {
        font-size: 1.5rem;
    }

    #vantagens h1 {
        font-size: 1.5rem;
    }

    .instafeed-container {
        min-height: 310px;
    }
}
