* {

    /* TUDO FITNESS */
    --corRoxoUm: #8B29FF;
    --corRoxoDois: #482680;

    /* HERO */
    --colorHeroFont: #fff;
    --colorHeroGradientUm: #326353;
    --colorHeroGradientDois: #528475;
    --colorHeroCtaUm: #ddc375;
    --colorHeroCtaDois: #e7d59e;
    --colorHeroCtaEfeito: #e7d59e80;
    --colorHeroCtaLabel: #000;

    /* Box Texto */
    --colorBoxTextTitulo: #2D5C4C;
    --colorBoxTextStrong: #05365C;
    --colorBoxTextResumo: #000000;
    --colorBoxTextGradientUm: #E9DEBF;
    --colorBoxTextGradientDois: #E9DEBF;

    /* Box Cards */
    --colorBoxCardsFontUm: #2D5C4C;
    --colorBoxCardsFontDois: #000;
    --colorBoxCardsGradientUm: #FFF;
    --colorBoxCardsGradientDois: #F5F5F5;
    --colorBoxCardsIconeGradientUm: #326353;
    --colorBoxCardsIconeGradientDois: #fefefe;
    --colorBoxCardsCards: #FFF;
    --colorBoxCardsCardsBorder: #ebebeb;
    --colorBoxCardsCardsTitulo: #2D5C4C;
    --colorBoxCardsCardsResumo: #000000;

    /* Box Cards Images */
    --colorBoxCardsImageFont: #E9DEBF;
    --colorBoxCardsImageFontDois: #FFFFFF;
    --colorBoxCardsImageGradientUm: #528475;
    --colorBoxCardsImageGradientDois: #244F40;
    --colorBoxCardsImageTitulo: #E9DEBF;
    --colorBoxCardsImageResumo: #FEFEFE;

    /* Box Price */
    --colorBoxPriceFontUm: #2D5C4C;
    --colorBoxPriceFontDois: #000;
    --colorBoxPriceGradientUm: #FFF;
    --colorBoxPriceGradientDois: #F5F5F5;
    --colorBoxPriceCards: #EADEBF;
    --colorBoxPriceCardsBorder: #E1D7B8;
    --colorBoxPriceCardsTitulo: #1F473A;
    --colorBoxPriceCtaUm: #1F473A;
    --colorBoxPriceCtaDois: #1F473A;
    --colorBoxPriceCtaEfeito: #1F473A80;
    --colorBoxPriceCtaLabel: #fff;
    
    /* Box Vídeos */
    --colorBoxVideosFontUm: #2D5C4C;
    --colorBoxVideosFontDois: #000;
    --colorBoxVideosGradientUm: #FCF6E6;
    --colorBoxVideosGradientDois: #E3D9BA;
    --colorBoxVideosIcone: #fff;
    --colorBoxVideosIconeBg: #2D5C4C;

    /* Box FAQ */
    --colorBoxFaqFontUm: #2D5C4C;
    --colorBoxFaqFontDois: #000;
    --colorBoxFaqFontTres: #fff;
    --colorBoxFaqGradientUm: #FCF6E6;
    --colorBoxFaqGradientDois: #E3D9BA;

}

a {
    text-decoration: none;
    transition: all 0.4s ease;
    color: #000;
}

button {
    transition: all 0.4s ease;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
    border: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
    background-color: #f8f8f8;
    font-family: 'Inter', sans-serif;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
    padding-left: 0rem;
    margin-bottom: 0rem;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    font-family: "Aeonik", "Inter", Sans-serif;
}

p {
    font-family: "Inter", Sans-serif;
}

article a {
    text-decoration: none;
    color: #000;
}

li a {
    text-decoration: none;
    color: #000;
}

/* HEADER */

.main-header {
    display: flex;
    width: 100%;
    height: 60px;
    background-color: #292929;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    -webkit-transition: height .5s;
    transition: height .5s;
    text-align: center;
}

.main-header span {
    overflow: hidden;
    text-indent: -999999px;
    display: block;
}


.main-header__logo {
    position: relative;
    top: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top .2s, transform .2s;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    transition: top .2s, transform .2s;
    transition: top .2s, transform .2s, -webkit-transform .2s;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

section a {
    text-decoration: none;
}


/* Classes Gerais Landing Page */

.content h3 {
    font-size: 38px;
    font-weight: 600;
}

.content .chamada {
    font-size: 14px;
}

.content .resumo {
    font-size: 16px;
}

.content .texto {
    font-size: 14px;
    margin-top: 20px;
}

.btncta {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border: none;
    font-family: "Aeonik", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 34px;
    outline: none;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    border-radius: 29px;
}


/* HERO */

.hero .btncta.btn-primario {
    background: var(--colorHeroCtaUm);
    color: var(--colorHeroCtaLabel);
    -webkit-animation: pulse-primario 1.5s infinite;
}

.hero .btncta.btn-primario:hover {
    background-color: var(--colorHeroCtaDois);
    color: var(--colorHeroCtaLabel);
}

@keyframes pulse-primario {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--colorHeroCtaEfeito);
        box-shadow: 0 0 0 0 var(--colorHeroCtaEfeito);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px #e7d59e00;
        box-shadow: 0 0 0 15px #e7d59e00;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #e7d59e00;
        box-shadow: 0 0 0 0 #e7d59e00;
    }
}


.hero {
    background: linear-gradient(90deg, var(--colorHeroGradientUm, 3 0%), var(--colorHeroGradientDois, 100%));
    color: var(--colorHeroFont);
}

.hero .hero__logotipo img {
    display: block;
    max-width: 200px;
}

.hero span {
    overflow: hidden;
    text-indent: -999999px;
    display: block;
}

.hero .content {

    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;

}

.hero .left {

    max-width: 650px;

}

.hero .left__text {
    margin-top: -30px;
    font-family: 'Aeonik', 'Inter', 'Sans-serif';
}

.hero .left__text .chamada {
    font-size: 16px;

}

.hero .left__text h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 10px;
}

.hero .left__text .resumo {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 20px;
    color: var(--colorHeroFont);

}

.hero .left__text .texto {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--colorHeroFont);

}

.hero .right .right__image img {
    display: block;
    max-width: 700px;
    margin-top: -90px;
}

/* BOX TEXT */

.box__text {
    display: flex;
    text-align: center;
    background: linear-gradient(90deg, var(--colorBoxTextGradientUm, 3 0%), var(--colorBoxTextGradientDois, 100%));
    height: auto;
    align-content: center;
    align-items: center;
}

.box__text .content {
    display: inline-block;
    text-align: center;
    max-width: 70%;
}

.box__text h3 {
    color: var(--colorBoxTextTitulo);
}

.box__text h3 strong {
    color: var(--colorBoxTextStrong);
}

.box__text .chamada,
.box__text .resumo,
.box__text .texto,
.box__text p {
    color: var(--colorBoxTextResumo);
}

.box__text .btncta.btn-terciario {
    background: var(--colorBoxPriceCtaUm);
    color: var(--colorBoxPriceCtaLabel);
    -webkit-animation: pulse-terciario 1.5s infinite;
    margin-top: 20px;
}

.box__text .btncta.btn-terciario:hover {
    background-color: var(--colorBoxPriceCtaDois);
    color: var(--colorBoxPriceCtaLabel);
}

@keyframes pulse-terciario {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--colorBoxPriceCtaEfeito);
        box-shadow: 0 0 0 0 var(--colorBoxPriceCtaEfeito);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px #e7d59e00;
        box-shadow: 0 0 0 15px #e7d59e00;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #e7d59e00;
        box-shadow: 0 0 0 0 #e7d59e00;
    }
}


/* BOX CARDS */

.box__cards {
    display: flex;
    text-align: center;
    background: linear-gradient(90deg, var(--colorBoxCardsGradientUm, 3 0%), var(--colorBoxCardsGradientDois, 100%));
    height: auto;
    align-content: center;
    align-items: center;
    width: 100%;
}

.box__cards h3 {
    color: var(--colorBoxCardsFontUm);
}

.box__cards .chamada,
.box__cards .resumo,
.box__cards .texto,
.box__cards p {
    color: var(--colorBoxCardsFontDois);
}

.box__cards ul {
    display: flex;
    width: 100%;
    gap: 47px;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.box__cards ul.owl-carousel li {
    /* IMPORTANTE - CARDS PARA OWL-CAROUSEL */
    width: 270px;
    display: inline-block;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid var(--colorBoxCardsCardsBorder);
    background-color: var(--colorBoxCardsCards);
    box-shadow: 0px 4px 4px 0px var(--colorBoxCardsCardsBorder);
    text-align: -webkit-center;
}

.box__cards ul li {
    display: flex;
    width: 270px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 15px;
    border: 1px solid var(--colorBoxCardsCardsBorder);
    background-color: var(--colorBoxCardsCards);
    box-shadow: 0px 4px 4px 0px var(--colorBoxCardsCardsBorder);
    transition: all 0.4s ease;
    text-align: center;
    align-items: center;
    justify-content: center;

}

.box__cards ul li .image,
.box__cards ul li img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.box__cards ul li h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--colorBoxCardsCardsTitulo);
}

.box__cards ul li p {
    font-size: 14px;
    color: var(--colorBoxCardsCardsFontResumo);
}

.box__cards ul li i {
    font-size: 60px;
    padding: 15px;
    background: -webkit-linear-gradient(var(--colorBoxCardsIconeGradientUm), var(--colorBoxCardsIconeGradientDois));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* BOX CARDS IMAGE */


.box__cards__image h3 {
    color: var(--colorBoxCardsImageFont);
}

.box__cards__image .chamada,
.box__cards__image .resumo,
.box__cards__image .texto,
.box__cards__image p {
    color: var(--colorBoxCardsImageFontDois);
}

.box__cards__image {
    display: flex;
    text-align: center;
    background: linear-gradient(90deg, var(--colorBoxCardsImageGradientUm, 3 0%), var(--colorBoxCardsImageGradientDois, 100%));
    height: auto;
    color: var(--colorBoxCardsImageFontDois);
    align-content: center;
    align-items: center;
    width: 100%;
}

.box__cards__image ul {
    display: flex;
    width: 100%;
    gap: 47px;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.box__cards__image ul.owl-carousel li {
    /* IMPORTANTE - CARDS PARA OWL-CAROUSEL */
    width: 270px;
    display: inline-block;
    padding: 20px;
    text-align: -webkit-center;
}

.box__cards__image ul li {
    display: flex;
    width: 270px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    align-items: center;
    justify-content: center;

}

.box__cards__image ul li .image,
.box__cards__image ul li img {
    width: 250px;
    height: 250px;
    margin-bottom: 15px;
}

.box__cards__image ul li .image,
.box__cards__image ul li img.radius {
    border-radius: 50%;
}

.box__cards__image ul li h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--colorBoxCardsImageTitulo);
}

.box__cards__image ul li p {
    font-size: 14px;
    color: var(--colorBoxCardsImageResumo);
}

/* BOX TESTEMUNHOS */

.box__testemunhos {
    display: flex;
    text-align: center;
    background: linear-gradient(90deg, var(--colorBoxCardsGradientUm, 3 0%), var(--colorBoxCardsGradientDois, 100%));
    height: auto;
    align-content: center;
    align-items: center;
    width: 100%;
}

.box__testemunhos h3 {
    color: var(--colorBoxCardsFontUm);
}

.box__testemunhos .chamada,
.box__testemunhos .resumo,
.box__testemunhos .texto,
.box__testemunhos p {
    color: var(--colorBoxCardsFontDois);
}

.box__testemunhos ul {
    display: flex;
    width: 100%;
    gap: 47px;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.box__testemunhos ul.owl-carousel li {
    /* IMPORTANTE - CARDS PARA OWL-CAROUSEL */
    width: 270px;
    display: inline-block;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid var(--colorBoxCardsCardsBorder);
    background-color: var(--colorBoxCardsCards);
    box-shadow: 0px 4px 4px 0px var(--colorBoxCardsCardsBorder);
    text-align: -webkit-center;
}

.box__testemunhos ul li .image,
.box__testemunhos ul li img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 15px;
}

.box__testemunhos ul li p {
    font-size: 14px;
    color: var(--colorBoxCardsCardsFontResumo);
}

.box__testemunhos ul li span.testemunho__nome {
    font-size: 16px;
    font-weight: 700;
    color: var(--colorBoxCardsCardsFontResumo);
    display: block;
}

.box__testemunhos ul li span.testemunho__cidade {
    font-size: 14px;
    color: var(--colorBoxCardsCardsFontResumo);
}

.box__testemunhos ul li i {
    font-size: 60px;
    padding: 15px;
    background: -webkit-linear-gradient(var(--colorBoxCardsIconeGradientUm), var(--colorBoxCardsIconeGradientDois));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* BOX VÍDEOS */

.box__videos {
    display: flex;
    text-align: center;
    background: linear-gradient(90deg, var(--colorBoxVideosGradientUm, 3 0%), var(--colorBoxVideosGradientDois, 100%));
    height: auto;
    align-content: center;
    align-items: center;
    width: 100%;
}


.box__videos h3 {
    color: var(--colorBoxVideosFontUm);
}

.box__videos .chamada,
.box__videos .resumo,
.box__videos .texto,
.box__videos p {
    color: var(--colorBoxVideosFontDois);
}

.box__videos ul {
    display: flex;
    width: 100%;
    gap: 47px;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.box__videos .box-video {
    cursor: pointer;
}

.box__videos .videos__thumb {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.videos__thumb__wrapper {
    position: relative;
    display: block;
    width: 250px;
    height: 450px;
    padding: 0;
    border-radius: 8px;
    -webkit-box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px;
    overflow: hidden;
}

.box__videos .videos__thumb .videos__play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: var(--colorBoxVideosIconeBg);
    font-size: 1.5em;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.box__videos .videos__thumb .videos__play i {
    margin-left: .25em;
    font-size: 20px;
    background: -webkit-linear-gradient(var(--colorBoxVideosIcone), var(--colorBoxVideosIcone));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box__videos .videos__thumb .videos__play::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}


.box__videos .videos__nome {
    font-weight: 600;
    color: var(--colorBoxVideosFontDois);
    text-align: center;
    margin-top: 15px;
}

.box__videos ul .image,
.box__videos ul img {
    width: 100%;
    margin-bottom: 15px;
}

.modal-video {
    background: rgba(0, 0, 0, .9);
    
}

.modal-body { 
    background: rgba(0, 0, 0, .9);
    margin-top: 200px;
}

.modal-close {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 90px;
}

#modalVideo iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 640px !important;
    height: 360px !important;
    border: 0;
}

/* BOX PRICE */

.box__price {
    display: flex;
    text-align: center;
    background: linear-gradient(90deg, var(--colorBoxPriceGradientUm, 3 0%), var(--colorBoxPriceGradientDois, 100%));
    height: auto;
    align-content: center;
    align-items: center;
    width: 100%;
}

.box__price h3 {
    color: var(--colorBoxCardsFontUm);
}

.box__price .chamada,
.box__price .resumo,
.box__price .texto,
.box__price p {
    color: var(--colorBoxPriceFontDois);
}

.box__price ul {
    display: flex;
    width: 100%;
    gap: 47px;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.box__price ul li {
    display: flex;
    width: 350px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 15px;
    border: 1px solid var(--colorBoxPriceCardsBorder);
    background-color: var(--colorBoxPriceCards);
    box-shadow: 0px 4px 4px 0px var(--colorBoxPriceCardsBorder);
    transition: all 0.4s ease;
    text-align: center;
    align-items: center;
    justify-content: center;

}

.box__price ul li .image,
.box__price ul li img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.box__price ul li h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--colorBoxPriceCardsTitulo);
}

.box__price ul li p {
    font-size: 14px;
    color: var(--colorBoxPriceCardsFontResumo);
}

.box__price ul li .valores {
    display: block;
    margin-bottom: 10px;
}

.box__price ul li .valores__um {
    font-size: 14px;
}

.box__price ul li .valores__um span {
    text-decoration: line-through;
}

.box__price ul li .valores__dois {
    font-size: 16px;
}

.box__price ul li .valores__dois span {
    font-size: 24px;
    font-weight: 700;
}

.box__price ul li .valores__tres {
    font-size: 1px;
}

.box__price .btncta.btn-secundario {
    background: var(--colorBoxPriceCtaUm);
    color: var(--colorBoxPriceCtaLabel);
    -webkit-animation: pulse-secundario 1.5s infinite;
}

.box__price .btncta.btn-secundario:hover {
    background-color: var(--colorBoxPriceCtaDois);
    color: var(--colorBoxPriceCtaLabel);
}

@keyframes pulse-secundario {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--colorBoxPriceCtaEfeito);
        box-shadow: 0 0 0 0 var(--colorBoxPriceCtaEfeito);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px #e7d59e00;
        box-shadow: 0 0 0 15px #e7d59e00;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #e7d59e00;
        box-shadow: 0 0 0 0 #e7d59e00;
    }
}



/* BOX FAQ */

.box__faq {
    display: flex;
    text-align: center;
    background: linear-gradient(90deg, var(--colorBoxFaqGradientUm, 3 0%), var(--colorBoxFaqGradientDois, 100%));
    height: auto;
    align-content: center;
    align-items: center;
    width: 100%;
}

.box__faq h3 {
    color: var(--colorBoxFaqFontUm);
}

.box__faq .chamada,
.box__faq .resumo,
.box__faq .texto,
.box__faq p {
    color: var(--colorBoxFaqFontDois);
}

.box__faq .content {
    margin-bottom: 40px;
}

.box__faq .perguntas_respostas {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 0px;
    overflow: hidden;
}

.box__faq .faq_pergunta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 23px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.box__faq .faq_pergunta span {
    font-size: 22px;
    font-weight: 700;
    color: var(--colorBoxFaqFontUm);
}

.box__faq .faq_resposta {
    display: block;
    text-align: left;
    display: none;
    padding: 15px 23px;
    padding-top: 0;
    padding-right: 40px;
}

.faq-resposta p {
    padding: 40px 10px;
    padding-top: 0;
    font-size: 16px;
    font-weight: 300;
    color: var(--colorBoxFaqFontDois);

}

.box__faq .faq_pergunta i {

    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--colorBoxFaqFontUm);
    margin-left: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.box__faq .faq_pergunta i::before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--colorBoxFaqFontTres);
    border-right: 1px solid var(--colorBoxFaqFontTres);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box__faq .perguntas_respostas.open .faq_pergunta i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* FOOTER */

.footer {

    background: #292929;
    color: #fff;
    padding-top: 40px;
    font-size: 12px;
}

.footer_logotipo {
    text-align: center;
    padding-bottom: 20px;
}

.footer p {
    font-size: 11px;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
}

.footer .hr {


    background: linear-gradient(90deg, #8B29FF 0%, #482680 100%);
    width: 100%;
    height: 1px;
    align-self: stretch;
    display: block;

}

.footer__menu {

    display: inline-flex;
    width: 100%;
    align-items: flex-start;
    gap: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
    justify-content: space-between;


}

.footer__menu ul {

    display: inline-flex;
    justify-content: space-between;
    gap: 15px;
}

.footer_menu__itens a {

    text-decoration: none;
    color: #FFF;
    font-family: 'Aeonik', 'Inter';
    font-size: 13px;

}

.footer_menu__itens a:hover {

    color: var(--corRoxoUm);

}

.footer_developer a {

    text-decoration: none;
    color: #FFF;
    font-family: 'Aeonik', 'Inter';
    font-weight: 700;
    font-size: 12px;
}

.footer_developer a:hover {

    color: #f9283b;

}



/* RESPONSIVE */

@media only screen and (min-width:1026px) and (max-width:5000px) {
    .mob {
        display: none !important
    }


    nav.menuActive i.fa-times-circle {
        display: none;
    }


}

@media only screen and (min-width:100px) and (max-width:1025px) {
    .desk {
        display: none !important
    }

    .mob {
        display: block
    }

    .main-header__logo {

        top: 10px
    }

    .footer__menu {
        text-align: center;
        display: inline-block;
        gap: 24px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .footer p {
        font-size: 11px;
        text-align: center;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer__menu ul {
        padding: 0;
        display: block;
        margin-top: 10px;
    }

    .footer__menu ul li {

        margin-top: 10px;
    }

    .hero .hero__logotipo {
        display: flex;
        align-items: center;
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
    }

    .hero .hero__logotipo img {
       display: block;
       width: 100%;
    
    }

    .hero .content {

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -30px;
    
    }

    .hero .content .left { 

        text-align: center;
        padding-left: 0px;
        margin-top: 30px;

    }

    .hero .content .left h2 { 

      font-size: 28px;
      line-height: 30px;

    }

    .hero .content .right {

        display: flex;
        align-items: center;
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;

    }

    .hero .content .right img {

        display: block;
        max-width: 100%;
        height: auto;
        margin-left: 20px;
        margin-top: 0px;

    
    }

}