@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?z5eo93');
    src:  url('fonts/icomoon.eot?z5eo93#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?z5eo93') format('truetype'),
    url('fonts/icomoon.woff?z5eo93') format('woff'),
    url('fonts/icomoon.svg?z5eo93#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-30:before {
    content: "\e900";
}
.icon-APP:before {
    content: "\e901";
}
.icon-CONSIGNADO:before {
    content: "\e902";
}
.icon-DONZELI:before {
    content: "\e903";
}
.icon-ECOMMERCE:before {
    content: "\e904";
}
.icon-EMPREENDEDORAS:before {
    content: "\e905";
}
.icon-JOIAS:before {
    content: "\e906";
}
.icon-LIBRDADE:before {
    content: "\e907";
}
.icon-LINK-PAGAMENTO:before {
    content: "\e908";
}
.icon-MISSO:before {
    content: "\e909";
}
.icon-NETWORKING:before {
    content: "\e90a";
}
.icon-PDI:before {
    content: "\e90b";
}
.icon-PORCENTAGEM:before {
    content: "\e90c";
}
.icon-PROPSITO:before {
    content: "\e90d";
}
.icon-REVENDEDORA:before {
    content: "\e90e";
}
.icon-TREINAMENTO:before {
    content: "\e90f";
}
.icon-VIDEO:before {
    content: "\e910";
}
.icon-WALLET5:before {
    content: "\e911";
}

.section-header.icon-DONZELI {
    color: var(--color-text-one);
    font-size: 4rem;
}
/*
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);
}


.workcontrol_load {
    display: none;
    text-align: center;
    color: #fff !important;
    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: 0.8em;
    text-transform: uppercase;
    text-align: center;
    background: url(https://donzeli.com.br/_cdn/widgets/ecommerce/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: 1.2em;
    text-align: center;
    width: 500px;
    padding: 30px;
    background: #fff !important;
    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: #999;
    color: #fff !important;
    font-size: 0.6em;
    text-transform: uppercase;
}

.load_message {
    color: #ffffff !important;
    padding: 48px 0 !important;
}

/*
CONTAINER
*/

.container {
    max-width: 1280px;
}

.btn-reseller {
    text-transform: capitalize;
    font-weight: 600;
    padding: 1em 6em;
    background-color: var(--color-background-one);
    color: var(--color-text-white);
    border-radius: 6px;
    transition: transform ease 0.2s, box-shadow ease 0.2s;
    font-size: 18px;
    z-index: 2;
    white-space: nowrap;
}

.btn-reseller:hover {
    background-color: var(--color-background-one-opacity);
}

/*
HEADER
*/

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

#menu-categories {
    background-color: var(--color-background-one);
}

.navbar {
    padding: 0;
}

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

.nav-link.catalogo span {
    background-color: var(--color-background-white);
    color: #292929;
    font-weight: 600;
    font-size: .875rem;
    border-radius: 20px;
    padding: 10px 30px;
    margin-top: 2px;
}

.nav-link.catalogo:hover span,
.nav-link.catalogo.active span {
    background-color: var(--color-background-white-opacity);
    color: #000000;
    font-weight: 600;
}

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

/*
LP-HEADER('Banner')
*/
.fade-animation {
    animation-direction: normal !important;
    animation-fill-mode: forwards !important;
}

#inicial #lp-header {
    background-image: url("./images/site/lp-header/lp-header-fundo.webp");
    background-color: var(--color-background-one);
    height: 913px;
}

#inicial #lp-header-mobile {
    background-image: url("./images/site/lp-header/lp-header-fundo-mobile.webp");
    background-size: cover;
    background-color: var(--color-background-one);
    height: 600px;
}

#lp-header-title {
    opacity: 0;
    animation: fadeIn 2s linear 1s;
    width: 80%;
    font-size: 3.5rem;
    font-weight: 700;
}

#lp-header-subtitle {
    font-size: 2rem;
    line-height: 38px;
    font-weight: 200;
    width: 75%;
    opacity: 0;
    animation: fadeIn 2s linear 3s, lpHeaderSubtitleAnimation 2s linear 3s;
}

#lp-header-button {
    opacity: 0;
    animation: fadeIn 2s linear 3s;
}

#lp-header-button:hover {
    color: white;
}

#lp-header-donzeli-img {
    z-index: 2;
    opacity: 0;
    animation: fadeIn 2s linear 1s;
}

#lp-header-slogan-img {
    z-index: 1;
    position: absolute;
    top: 133px;
    left: 82px;
    opacity: 0;
    animation: fadeIn 10s linear 3s, full-rotator 100s linear infinite;
}

#lp-header-button-mob {
    width: 100%;
    text-align: center;
    padding: 10px;
}

/*
SOBRE
*/

div:has(>#sobre-nos) {
    background-color: #FBF4F4;
}

#sobre-nos h2 {
    color: var(--color-text-one);
    font-size: 3.875rem;
    font-weight: 200;
}

#sobre-nos p {
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 31px;
}

#sobre-nos img.crown {
    position: absolute;
    right: -48px;
    top: -100px;
    transform: rotate(35deg);
}

/*
ESSENCIA (QUADROS)
*/

#essencia .board {
    display: flex;
    flex-direction: column;
    color: #000000;
    padding: 50px 0px;
}

#essencia .board-1 {
    background-color: #F2D7D6;
}

#essencia .board-2 {
    background-color: #f7eceb;
}

#essencia .board i {
    font-size: 3rem;
    border: 1px solid transparent;
    color: #FBF4F4;
    padding: 12px;
    border-radius: 88px;
    margin-bottom: 15px;
    background-color: var(--color-background-one);
}

#essencia .board h3 {
    color: #373737;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
}

#essencia .board p {
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 31px;
    padding: 0px 125px;
}

/*
VANTAGENS
*/

#vantagens {
    padding: 50px 0 200px;
    height: 1350px;
    background-color: #F2D7D6;
}

#vantagens h1 {
    font-weight: 200;
    font-size: 2.5rem;
    color: #252525;
    font-family: 'Open Sans';
}

#vantagens .vantagens-subtitle {
    color: #666;
}

#vantagens > .container > .row {
    margin-top: -50px;
}

.vantagens {
    position: relative;
    bottom: -150px;
    width: 750px;
    max-width: none;
}

.order-first {
    margin-top: 100px;
}

.box-vantagens {
    background-color: #FBF4F4;
    border-radius: 10px;
    min-height: 340px;
    padding: 30px 50px;
    margin: 25px 0;
    text-align: center;
    box-shadow: 0px 0px 20px -10px var(--color-background-one) !important;
}

.box-vantagens i {
    font-size: 4rem;
    color: var(--color-text-three);
    border: 1px solid var(--color-background-one);
    background-color: var(--color-background-one);
    padding: 10px;
    border-radius: 50%;
}

.box-vantagens i.bi {
    font-size: 3rem;
    padding: 8px 16px;
}

.box-vantagens p {
    margin-top: 25px;
    font-size: 1.125rem;
    font-weight: 200;
}

.box-vantagens p b {
    font-size: .75rem;
    font-weight: 200;
}

.btn-reseller:hover {
    cursor: pointer;
}

#vantagens .btn-reseller {
    text-transform: capitalize;
    font-weight: 600;
    padding: 1em 6em;
    background-color: #252525;
    color: var(--color-text-white);
    border-radius: 6px;
    transition: transform ease 0.2s, box-shadow ease 0.2s;
    font-size: 18px;
    z-index: 2;
    white-space: nowrap;
}

#vantagens .btn-reseller:hover {
    background-color: #414141;
    cursor: pointer;
    transform: translate(0, -3px);
    box-shadow: 0 20px 80px -10px var(--color-background-one) !important;
}

/*
DEPOIMENTOS
*/

#depoimentos {
    min-height: 750px;
    background-color: #FBF4F4;
}

#depoimentos h2 {
    color: #373737;
    font-size: 2.5rem;
}

/*
PERGUNTAS FREQUENTES
*/

#duvidas {
    padding: 10px 0;
    background-color: #F2D7D6;
}

#duvidas h2 {
    color: #373737;
    font-size: 2.5rem;
}

.card {
    border-radius: 10px;
    border: none;
    background-color: white;
    text-align: left;
}

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

.card .btn:hover {
    color: var(--color-text-one);
}

.card .btn i {
    float: right;
}

.card-header {
    background-color: #FBF4F4;
    border-radius: 8px !important;
    z-index: 10;
}

#duvidas .card-body {
    font-family: 'Open Sans';
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 31px;
    z-index: 10;
}

#duvidas .btn-reseller {
    width: 50%;
    text-transform: capitalize;
    font-weight: 600;
    padding: 1em 6em;
    background-color: #252525;
    color: var(--color-text-white);
    border-radius: 6px;
    transition: transform ease 0.2s, box-shadow ease 0.2s;
    font-size: 18px;
    z-index: 10;
    white-space: nowrap;
}

#duvidas .btn-reseller:hover {
    background-color: #414141;
    transform: translate(0, -3px);
    box-shadow: 0 20px 80px -10px var(--color-background-one) !important;
}

#duvidas .img-slogan {
    position: absolute;
    height: 500px;
    animation: full-rotator 60s linear infinite;
    z-index: 2;
}

#duvidas .img-slogan.img-top {
    left: 82%;
    top: -25%;
    transform: rotate(23deg);
}

#duvidas .img-slogan.img-bottom {
    bottom: -15%;
    left: -15%;
    transform: rotate(16deg);
}

/*
CADASTRO
*/
#empreenda {
    background: linear-gradient(to bottom, #262525, #855A58);
}

#empreenda-text, #empreenda-imgs {
    height: 350px;
}

#empreenda-text h3 {
    font-size: 3.5rem;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #F2D7D6;
    opacity: 0;
    transition: opacity 2s linear;
}

#empreenda-text h3.visible {
    opacity: 1;
}

#empreenda-text h3 span {
    color: var(--color-text-white);
    font-weight: 700;
}

#empreenda-text p {
    color: var(--color-text-two);
    font-weight: 200;
    font-size: 1.2rem;
    padding-right: 250px;
    opacity: 0;
    transition: opacity 1s linear 2s;
}

#empreenda-text p.visible {
    opacity: 1;
}

#empreenda-imgs .empreenda-img-donzeli {
    height: 550px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: translate(20%, 0);
    transition: all 1s linear;
}

#empreenda-imgs .empreenda-img-donzeli.visible {
    transform: translate(0, 0);
    opacity: 1;
}

div:has(>#seja-revendedora) {
    background-color: #FBF4F4;
}

#seja-revendedora-header img {
    position: absolute;
    bottom: -15px;
}

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

.seja-revendedora-title {
    font-size: 3rem;
    color: #373737;
}

#seja-revendedora p {
    padding: 15px 0;
    font-size: 1.25rem;
    color: #373737;
}

#seja-revendedora i {
    color: var(--color-text-one);
}

.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 #EDE1E1;
    font-size: 1rem;
    border-radius: 3px;
}

#cadastro-consultora input, select {
    height: 35px;
}

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

#cadastro-consultora input[type="button"] {
    cursor: pointer;
    height: 54px;
    border: none;
    text-transform: capitalize;
    font-weight: 600;
    background-color: var(--color-background-one);
    color: var(--color-text-white);
    border-radius: 6px;
    transition: transform ease 0.2s, box-shadow ease 0.2s;
    font-size: 18px;
    z-index: 2;
    white-space: nowrap;
}

#cadastro-consultora input[type="button"]:hover {
    background-color: var(--color-background-one-opacity);
    transform: translate(0, -3px);
    box-shadow: 0 20px 80px -10px var(--color-background-one) !important;
}

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

.g-recaptcha {
    position: relative;
    z-index: 10;
}

/*
AJUDA
*/

div:has(>#ajuda) {
    background-color: #FBF4F4;
}

#ajuda .donzeli-img {
    opacity: 0;
    transition: all 3s linear;
}

#ajuda .donzeli-img.visible {
    opacity: 1;
}

#ajuda-header {
    height: 250px;
    position: relative;
}

#ajuda-header p {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-text-white);
    text-transform: capitalize;
}

#ajuda-header img {
    position: absolute;
    left: calc(100% - 335px);
}

#ajuda h2 {
    margin-top: 25px;
    font-weight: 200;
    font-size: 2.5rem;
    color: #252525;
    font-family: 'Open Sans';
}

#ajuda p {
    font-family: 'Open Sans';
    margin-top: 25px;
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 31px;
}

/*
INSTAFEED
*/

.instafeed-container .heading h1 {
    font-family: 'Open Sans';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    background-color: #F2D7D6;
    padding: 20px;
}

.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: 300px;
}

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

.insta_carousel .owl-item img {
    height: 275px;
}

/*
FOOTER
*/

.footer_info {
    background-color: var(--color-background-one);
    color: var(--color-text-three);
    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-background-two-opacity);
}

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

.footer_info p {
    color: var(--color-text-three);
    font-size: .9rem;
}

.copyright {
    background-color: #ad6b68cf;
    color: var(--color-text-three);
    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;
}

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

@keyframes full-rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes full-rotator  {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes lpHeaderSubtitleAnimation {
    0% {
        transform: translate3d(0, -50px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

/*
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 {
        overflow: hidden;
    }
    .content-overflow-container {
        position: relative;
        overflow: hidden;
    }

    .left, .right {
        width: 100%;
    }

    #sobre-nos img.crown {
        right: 45px;
        top: -65px;
        width: 120px;
    }

    #empreenda{
        overflow: hidden;
    }

    #empreenda-text h3 {
        font-size: 2.5rem;
        padding: 0 10px;
    }

    #empreenda-text p {
        padding: 0 10px;
        font-size: 1rem;
    }

    #empreenda-imgs .empreenda-img-donzeli {
        height: 390px;
        left: 21%;
    }

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

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

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

    #essencia .board p {
        font-size: 1rem;
        line-height: 20px;
        padding: 0px 30px;
    }

    #depoimentos {
        min-height: 650px;
    }

    #depoimentos h2 {
        font-size: 1.5rem;
    }

    #vantagens {
        /*height: 800px;*/
        height: 1172px;
    }

    .box-vantagens {
        min-height: 348px;
    }

    #duvidas {
        padding: 20px 0;
    }

    #duvidas .btn-reseller {
        width: 100%;
    }

    .card .btn {
        font-size: 1rem;
    }

    #seja-revendedora {
        padding-bottom: 10px;
    }

    #seja-revendedora h2 {
        font-size: 1.5rem;
    }

    #seja-revendedora p {
        font-size: 1rem;
    }

    #seja-revendedora-header img {
        position: relative;
        bottom: 0px;
    }

    #duvidas .img-slogan {
        height: 200px;
    }

    #duvidas .img-slogan.img-top {
        top: -100px;
        left: 70%;
        transform: none;
    }

    #duvidas .img-slogan.img-bottom {
        bottom: -60px;
        left: -100px;
    }

    #ajuda-header img {
        display: none;
    }

    #ajuda-header p {
        font-size: 1rem;
    }

    #ajuda h2 {
        font-size: 1.5rem;
    }

    #ajuda img.donzeli-img {
        height: auto;
    }

    .insta_carousel .owl-item img {
        max-height: 190px;
    }

    /*
LP-HEADER('Banner')
*/
    #inicial #lp-header-mobile {
        background-image: url("./images/site/lp-header/lp-header-fundo-mobile.webp");
        background-size: cover;
        background-color: var(--color-background-one);
        height: 600px;
    }

    #lp-header-title-mob {
        opacity: 0;
        animation: fadeIn 2s linear 1s;
        font-size: 1.5rem;
        font-weight: 700;
    }

    #lp-header-subtitle-mob {
        font-size: 1rem;
        line-height: 20px;
        font-weight: 200;
        opacity: 0;
        animation: fadeIn 2s linear 3s, lpHeaderSubtitleAnimation 2s linear 3s;
    }

    #lp-header-button-mob {
        opacity: 0;
        animation: fadeIn 2s linear 3s;
    }

    #lp-header-donzeli-img-mob {
        z-index: 2;
        height: 350px;
        opacity: 0;
        animation: fadeIn 2s linear 1s;
        margin-top: 8px;
    }

    #lp-header-slogan-img-mob {
        z-index: 1;
        height: 330px;
        position: absolute;
        top: 30px;
        left: 30px;
        opacity: 0;
        animation: fadeIn 10s linear 3s, full-rotator 100s linear infinite;
    }

    #lp-header-button-mob {
        width: 100%;
        text-align: center;
        padding: 10px;
    }
}

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

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

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