@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

* img {
    width: 100%;
    max-width: 100%;
    display: block;
}

body {
    background: #eeeeee;
    width: 100%;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
}

.sub-header b:nth-of-type(1) {
    color: #0669DE;
}

.sub-header b:nth-of-type(2) {
    color: var(--color-g1);
}

.sub-header b:nth-of-type(3) {
    color: #06AA48;
}

.sub-header b:nth-of-type(4) {
    color: #FF6700;
}

.sub-header b:nth-of-type(5) {
    color: #FB0334;
}

.none {
    display: none !important;
}

.sub-header>div {
    max-width: 680px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    margin: 0 auto;
}

.mainHeader {
    width: 100%;
    background: var(--color-record);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
}

.mainHeader>img {
    width: 150px;
}

.title-cta {
    width: fit-content;
    background: yellow;
    color: red !important;
    text-align: center;
    margin: 10px auto !important;
}


.mainHeaderContent>div:last-of-type {
    width: 30px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

.mainHeaderContent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 680px;
    margin: 0 auto;
}

.mainHeaderContent>h1 {
    width: 100%;
    text-align: center;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: normal;
    font-size: 32px;
    letter-spacing: -0.04em;
    font-weight: 300;
    padding-bottom: 2px !important;
    color: #fff;
    font-variation-settings: initial;
    font-feature-settings: initial;
    transition: all .5s ease;
}

.mainHeaderContent>h1:hover {
    opacity: .7;
}

.m-0-0-10 {
    margin: 0 0 10px;
}

.siteSubheadline,
.siteHeadline {
    padding: 0;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.3;
}

.siteHeadline {
    margin: 0;
    font-size: 20px;
    color: black;
}

.siteSubheadline {
    color: #555;
    margin: 10px 0;
    font-size: 18px;
}

.sitePostInfos {
    display: flex;
    flex-flow: column nowrap;
}

.sitePostInfos>h2 {
    font-size: 16px;
    letter-spacing: -0.02em;
    font-variation-settings: initial;
    font-feature-settings: initial;
    line-height: 110%;
    font-weight: 700;
    margin: 0 0 8px;
    color: #555;
}

.sitePostInfos>p {
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-variation-settings: initial;
    font-feature-settings: initial;
    margin: 0;
    color: #555;
}

.siteSectionsDivisor {
    margin: 0 0 5px;
    display: flex;
    width: 100%;
    height: 1px;
    background: #ccc;
    border-radius: 50px;
}

.siteMainCase {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.siteMainContent {
    width: 100%;
    padding: 10px;
    margin: 10px auto;
    background-color: white;
    max-width: 680px;
}

.siteMainContent>img,
.siteMainContent>video,
.siteMainContent>.box>img,
.siteMainContent .box {
    margin-bottom: 15px;
}

.siteImg {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
}

.firstSiteImg {
    margin-top: 0;
}

.siteImg>p {
    width: 100%;
    margin-top: 1rem;
    display: block;
    font-size: .75rem;
    line-height: 1rem;
    color: #555;
    margin-bottom: 0;
    font-variation-settings: initial;
    font-feature-settings: initial;
    letter-spacing: -0.01em;
    font-weight: 400;
    text-align: left;
}

.siteMainContent>p,
.siteMainContent>.box>p {
    margin: 40px 0;
    letter-spacing: -0.03em;
    font-variation-settings: initial;
    font-feature-settings: initial;
    color: #333;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    overflow-wrap: break-word;
}

.w-100 {
    width: 100%;
}

.siteMainContent>p>b,
.siteMainContent>.box>p>b {
    font-weight: 700;
}

.siteMainContent>p>a,
.siteMainContent>.box>p>a {
    color: #0c17c4;
    font-weight: 700;
}

.siteMainContent>h2,
.siteMainContent>.box>h2 {
    margin: 30px 0 15px;
    color: #111;
    letter-spacing: -0.04em;
    font-size: 26px;
    font-weight: 700;
    font-variation-settings: initial;
    font-feature-settings: initial;
    line-height: 110%;
}

.mainQuote {
    width: 100%;
    margin-bottom: 40px;
}

.mainQuote>p {
    font-variation-settings: initial;
    font-feature-settings: initial;
    font-size: 32px;
    letter-spacing: -0.04em;
    font-weight: 600;
    line-height: 150%;
    padding-left: 16px;
    border-left: 4px solid #c4170c;
    color: #333;
}

.finalTopics {
    width: 100%;
    padding: 4px 0 24px;
    border-bottom: 1px solid #d8d8d8;
    margin: -8px 0 32px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px 14px;
}

.finalTopicsUn {
    background: #e7e7ea;
    border-radius: 3px;
    display: block;
    max-width: fit-content;
    overflow: hidden;
    padding: 0 12px;
}

.finalTopicsUn>p {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: .4px;
    line-height: 30px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.comentariosHeadline {
    margin: 28px 0 32px;
}

.comentariosHeadline>h3 {
    color: #111;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 1;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
    margin-bottom: 1rem;
}

.comentariosHeadline>p {
    color: #555;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.4px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 400;
}

.comentariosHeadline>p>b {
    font-weight: 700;
}

.comentariosContent {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.comentariosUn {
    border: solid 1px silver;
    text-align: left;
    margin: 0px;
    border-radius: 15px;
}

.comentariosInfo {
    padding: 10px 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.comentariosInfo>p {
    color: #555;
    font-size: 18px;
    letter-spacing: -0.28px;
    font-weight: 700;
}

.white {
    color: white;
}

.comentariosInfo>span {
    font-size: 0.7rem;
    font-weight: 600;
    color: #65696b;
    font-size: 12px;
    line-height: 1.14;
}

.comentariosTxt {
    width: 100%;
    display: flex;
    margin: 0px !important;
}

.comentariosTxt>p {
    padding-top: 5px;
    margin: 5px 10px 5px;
    border-top: solid 1px silver;
    color: #333;
    font-size: 18px;
    word-break: break-word;
    font-weight: 400;
    line-height: 1.45;
}

.comentariosInteracao {
    margin: 0 10px;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    justify-content: flex-end;
}

.comentariosLike {
    font-size: 0.8rem;
    line-height: 1.14;
    color: #555;
    font-weight: 600;
    width: 100%;
    max-width: fit-content;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 4px;
    cursor: pointer;
}

.comentarioCurtido {
    color: #14171a !important;
}

.comentariosLike>i {
    font-size: 20px;
    width: 20px;
    margin-right: 8px;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.comentariosLike>p {
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.14;
}

.comentariosLike>span {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.14;
    margin-left: 4px;
}

footer img {
    border-radius: 0;
}

.siteFooter {
    background-color: #c4170c;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.footerContent {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.footerTop {
    margin-top: 1.125rem;
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.footerLogo {
    width: auto;
    height: 29px;
    display: flex;
}

.footerLogo>img {
    width: auto;
    height: 100%;
}

.footerLogoEscrita {
    width: fit-content;
    display: flex;
    align-content: center;
    justify-content: center;
    height: 32px;
}

.footerLogoEscrita>p {
    font-size: 14px;
    letter-spacing: -0.015em;
    color: #ffff;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerBottom {
    padding: 13px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerCopy {
    width: 100%;
    max-width: fit-content;
}

.footerCopy>p {
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-size: 12px;
}

.footerTermos {
    width: 100%;
    max-width: fit-content;
}

.footerTermos>p {
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-size: 12px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.footerTermos>p>a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-size: 12px;
}

.footerTermos>p>span {
    display: flex;
    width: 1px;
    height: 10px;
    background-color: #fff;
}

.sitePublicidade {
    width: 100%;
    margin: 58px 0px 58px;
    display: block;
}

.sitePublicidadeHeadline {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.sitePublicidadeHeadline>p {
    font-size: .67rem;
    letter-spacing: 1px;
    color: #555;
    padding: 0 10px;
    background-color: #fff;
    z-index: 1;
}

.sitePublicidadeHeadline::after {
    content: '';
    background: #e1dee4;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.sitePublicidade>span {
    width: 100%;
    display: flex;
    height: 1px;
    background-color: #e1dee4;
    margin: 30px 0;
}

.mainHedearInfos {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.menu-btn {
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 1px 6px;
    margin: 0px 0 0px 0px;
}

.menu-burg {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 17px;
    height: 15px;
    pointer-events: none;
    margin-right: 8px;
    cursor: pointer;
}

.menu-burg>span {
    background: #fff;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    transition: all .3s ease;
}

.mainHeaderInfosLogo {
    width: max-content;
    display: flex;
    position: relative;
}

.mainHeaderInfosLogo::after {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-left: 1px dashed #fff;
    opacity: .4;
}

.mainHeaderInfosLogo>img {
    width: auto;
    height: 100%;
}

@media only screen and (min-width: 426px) {
    .sitePublicidade {
        display: none;
    }
}

.main-header-content {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    /* gap: 20px; */
}

.main-header-content-icon {
    /* width: fit-content;    display: flex; */
    display: flex;
    width: 45px;
    min-width: 45px;
}

.menu-btn:hover {
    cursor: pointer;
}

/* MENU BURG ABRE */
.scroll-hidden {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.menu-burg-click {
    justify-content: center;
    position: relative;
}

.menu-burg-click>span:nth-child(1) {
    position: absolute;
    transform: rotate(45deg);
}

.menu-burg-click>span:nth-child(2) {
    transform: translateX(-10px);
    opacity: 0;
}

.menu-burg-click>span:nth-child(3) {
    position: absolute;
    transform: rotate(-45deg);
}

/* MENU SIDEBAR */
.menu-sidebar-case {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(74px);
    min-height: calc(100vh - 74px);
    width: 100%;
    z-index: 1;
    visibility: hidden;
}

.menu-sidebar-bg {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: opacity .4s ease;
}

.menu-sidebar {
    width: 280px;
    height: 100%;
    background: #fafafa;
    bottom: 0px;
    padding: 24px;
    z-index: 3;
    visibility: visible;
    transition: left .4s ease;
    position: absolute;
    top: 0;
    left: -280px;
}

.menu-sidebar-content {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}

.menu-sidebar-content>h4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: .83;
    position: relative;
}

.menu-sidebar-topics {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}

.menu-sidebar-topics-un {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.menu-sidebar-topics-un>p {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: start;
    color: #666;
    text-transform: lowercase;
    /* text-transform: uppercase; */
    font-weight: 400;
    font-size: 14px;
}

.menu-sidebar-topics-un>i {
    color: #C41716;
    font-size: 13px;
    line-height: 13px;
}

/* MENU SIDEBAR ABRE */
.menu-sidebar-case-click {
    visibility: visible;
}

.menu-sidebar-case-click>.menu-sidebar-bg {
    opacity: .32;
}

.menu-sidebar-case-click>.menu-sidebar {
    left: 0;
}

@media only screen and (max-width: 768px) {
    .main-header-content {
        justify-content: center;
    }

    .main-header-content-icon {
        width: 35px;
        min-width: 35px;
    }

    .content-header {
        visibility: hidden;
    }

    .menu-sidebar {
        width: 300px;
        left: -300px;
    }

    .nav-up {
        top: -50px !important;
        opacity: 1;
    }

    .menu-sidebar-case {
        min-height: calc(100vh - 50px);
    }

    .menu-sidebar {
        overflow: scroll;
    }
}

@media only screen and (max-width: 1024px) {

    .mainHeaderContent>h1 {
        font-size: 24px;
    }

    .menu-sidebar-case {
        transform: translateY(50px);
        min-height: calc(100vh - 50px);
    }

    .sitePostInfos>h2 {
        letter-spacing: -0.015em;
        font-size: 14px;
        line-height: 110%;
    }

    .siteMainContent {
        max-width: unset;
    }

    .mainQuote {
        margin: 24px 0;
    }

    .mainQuote>p {
        font-size: 24px;
        letter-spacing: -0.035em;
    }

    .footerBottom {
        flex-flow: column nowrap;
        align-items: flex-start;
    }

    .mainHeaderInfosLogo::after {
        display: none;
    }

    .mainHeaderInfosLogo {
        padding: 0 0 0 0;
        height: 28px;
    }

    .menu-burg {
        margin-right: 0;
    }

    .menu-btn>p {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {}

@keyframes preSome {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
        background: transparent;
    }
}

@keyframes imgBlur {
    0% {}

    100% {
        filter: blur(0);
    }
}

.pre-some {
    animation: preSome .5s ease;
}

.img-blur {
    animation: imgBlur .5s ease;
}

.preAdv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000032;
    z-index: 99999999;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: space-around;
    padding: 0 12px;
}

.firstImg {
    filter: blur(24px);
}

.container-cta {
    border-radius: 5px;
}

p {
    font-family: 'Nunito Sans', sans-serif !important;
}

.siteMainContent>p,
.siteMainContent>.box>p {
    font-size: 18px;
    letter-spacing: -0.025em;
    margin: 0 0 15px;
}

.green {
    color: green;
}

.contadorAdv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: "Barlow", sans-serif;
    max-width: fit-content;
    font-size: 28px;
}

.contadorMinutos,
.contadorSegundos {
    aspect-ratio: 1/1;
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #00000060;
    color: #ffffff;
    font-weight: 500;
    backdrop-filter: blur(2px);
    position: relative;
    background-image: linear-gradient(to right top, #a60000, #bc110e, #d21f1b, #e82b29, #ff3636);
    font-weight: bold;
}

.contadorMinutos::before {
    content: "min";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    line-height: 11px;
}

.contadorSegundos::before {
    content: "seg";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    line-height: 11px;
}

.contadorMensagem {
    width: 115px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Barlow", sans-serif;
    border: 1px solid yellow;
    background: #ffff0040;
    border-radius: 3px;
    padding: 4px;
    color: red;
}

.contadorMensagem h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
}

.contadorMensagem p {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
}

.removeMensagem {
    opacity: 0;
    display: none;
}

.mostraMensagem {
    opacity: 1;
    display: top;
}

.mostraMensagemAnimacao {
    animation: mensagemAparecendo 0.8s ease;
}

@keyframes mensagemAparecendo {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.05);
    }

    75% {
        transform: scale(0.85);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width: 341px) {
    .timer {
        justify-content: center !important;
        flex-direction: column !important;
    }

    .valor p {
        text-align: center !important;
    }

    .valor {
        margin-bottom: 10px;
    }
}

.img-perfil {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 6px;
}

.img-perfil img {
    width: 100%;
    height: auto;
}

img,
video {
    border-radius: 5px;
    width: 100%;
}

.border-0 {
    border-radius: 0;
}

.logo {
    margin: 0 auto;
}


@media (max-width:767px) {}

.rs {
    font-size: 25px;
    color: green;
}

.cta-box {
    width: 96%;
    border: solid 1px silver;
    font-family: "Roboto Condensed", sans-serif !important;
}

.cta {
    border-radius: 10px;
    position: relative;
    max-width: 620px;
    display: flex;
    flex-direction: column;
    margin: 52px auto 0;
}

.cta img {
    margin: 0 auto;
    width: 100%;
    border-radius: 15px;
}

.aviso-gratis {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px;
    padding: 0px 0;
    background-color: yellow;
    border-radius: 12px;
    border: 3px solid #fff;
    text-align: center;
    top: -18px !important;
}

.aviso-gratis p {
    font-weight: bold;
    margin: 0 !important;
    font-size: 27px;
    background: -webkit-linear-gradient(#ff0000, #de0002, #be0004, #9e0003, #800000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
    padding: 3px 0;
}

.preco {
    width: 100%;
    font-size: 17px;
    padding: 4px 7px 0;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 15px auto 0;
}

.preco p {
    margin: 0;
    line-height: normal !important;
}

.preco::after {
    width: 51%;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    border-top: 1px solid #e6e6e6;
    border-style: dashed;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.preco::before {
    width: 51%;
    height: 1px;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-100%, -50%);
    border-top: 1px solid #e6e6e6;
    border-style: dashed;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.cta-contador {
    max-width: 274px;
    margin: 0 auto;
    margin-top: 10px;
}

.cta-botao {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

/* .cta-botao a {    font-size: 24px;    padding: 12px;    display: block;    border-radius: 10px;    background-image: linear-gradient(to right bottom,            #15d81c,            #0eaf1a,            #0b8816,            #096311,            #07400b);    text-align: center;    color: #fff;    text-decoration: none;    background-image: linear-gradient(to right, #00aa07, #00a607, #00a107, #009d06, #009906, #009306, #008d06, #008706, #007d06, #007305, #006a05, #006004);} */
.cta-botao a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: green;
    border-radius: 10px;
    box-shadow: 0 0 3px grey;
    padding: 15px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    max-width: 250px;
    text-align: center;
    text-decoration: none;
}

.cta-botao a span {
    color: yellow;
}

.cta-botao a:hover {
    filter: brightness(0.85);
}

.mini-clique {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.mini-clique a {
    font-size: 16px;
    line-height: 1;
    color: #007a7a;
    text-decoration: none;
    font-weight: bold;
}

.selo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.selo img {
    width: 90%;
    padding: 14px 0 22px;
}

.btn-pulse {
    animation: pulse-border 1.4s infinite;
}

@keyframes pulse-border {
    0% {
        transform: scale(0.97);
    }

    30% {}

    48% {}

    50% {
        transform: scale(1);
    }

    58% {}

    100% {
        transform: scale(0.97);
    }
}

.depoimentos-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.depos-box {
    width: 100%;
    max-width: 680px;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: column;
    margin: 0 auto;
    font-family: "Roboto";
}

.depo {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: solid 1px silver;
}

.depo-quote {
    width: 12%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(16%, -36%);
    fill: #03113a;
    z-index: 2;
}

.depo img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.depo-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 10px;
}

.depo-desc-p {
    font-size: 18px;
    text-align: center;
    color: #1b1b1b;
    line-height: 22px;
}

.depo-desc-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.depo-desc-info b {
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    color: #1b1b1b;
}

.depo-desc-info img {
    width: 100%;
    max-width: 120px;
}

a {
    color: #0000c7;
    font-weight: bold;
}

.highlight {
    width: max-content;
    background-size: 200% auto;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f3d1ce 0%);
    background-position: 0% 0;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.highlight.active {
    animation-name: highlight;
}

@keyframes highlight {
    from {
        background-position: 0% 0;
    }

    to {
        background-position: -100% 0;
    }
}

@media only screen and (max-width: 1024px) {
    .siteMainContent {
        max-width: unset;
    }
}

@media only screen and (max-width: 1024px) {}

.br-5 {
    border-radius: 5px;
}

.mb-15 {
    margin-bottom: 15px;
}

.depo-video {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.depo-video>video {
    width: 100%;
    height: auto;
}

.reaction {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.reaction-like {
    width: 100%;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    gap: 4px;
    color: #b8b8b8;
    font-weight: 100;
}

.reaction-like i {
    border-radius: 50%;
    display: flex;
    gap: 5px;
    cursor: pointer;
    font-size: 14px;
}

.reaction-like i span {
    font-family: "Roboto";
    font-size: 17px !important;
}

.curtido {
    animation: curtir 0.4s ease;
    color: #098ccb !important;
}

@keyframes curtir {
    0% {
        /*     transform: scale(0.8) rotate(0deg); */
        transform: scale(0.8);
    }

    40% {
        /*     transform: rotate(15deg); */
    }

    50% {
        transform: scale(1.15);
    }

    60% {
        /*     transform: scale(1.15) rotate(-15deg); */
        transform: scale(1.15);
    }

    100% {
        /*     transform: rotate(0) scale(1); */
        transform: scale(1);
    }
}

@media only screen and (max-width: 425px) {

    .c-comentario,
    .img-comentario {
        width: calc(100% + 50px);
        transform: translateX(-50px);
    }
}

.envio {
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: bold
}

.envio span {
    background: #007a7a;
    padding: 4px 15px;
    border-radius: 100px;
}

.gap-cta {
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding: 10px 0;
}

.br-5-0 {
    border-radius: 5px 5px 0 0 !important;
}

.box-video {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.box-video video {
    width: 100%;
    height: auto;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.ry {
    background: yellow;
    color: red;
}

.italic {
    font-style: italic;
}

.green {
    color: #38761d;
}

body {
    overflow-x: hidden;
}

.red {
    color: red;
}

.legenda {
    background: #e0e0e0;
    border-radius: 10px;
    margin: 0 0 15px;
}

.legenda p {
    font-size: 15px !important;
    text-align: center;
    padding: 5px;
    margin: 0 !important;
    border-radius: 0 0 10px 10px;
}

.legenda img,
.legenda div {
    border-radius: 10px 10px 0 0 !important;
}

.valor {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.img-perfil img {
    width: 50px;
    height: 50px;
}

.box-cta {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.legenda>video {
    border-radius: 5px 5px 0 0;
}


.p-0-10 {
    padding: 0 10px;
}

.p-0-5 {
    padding: 0 5px;
}

.selo>img {
    width: 100%;
    padding: 0 10px;
}

@media (max-width: 330px) {
    .footerCompraOfertaContent>div>h2 {
        font-size: 19px !important;
    }

    .footerCompraOfertaContent>div>h2>span {
        margin-top: 1px;
    }

    .restante {
        font-size: 12px;
    }

    .footerCompraOfertaContent>div {
        margin-left: -5px;
    }
}

.logo img {
    max-width: none;
    width: 115px;
    border-radius: 0;
}

:root {
    --color-g1: #c4170c;
    --color-record: #5d6f9d;
}

.publicado {
    margin: 0 0 5px 0;
    font-size: 14px;
}

@media (min-width: 767px) {
    .publicado {
        font-size: 12px;
    }
}

iframe {
    border: none;
    height: auto;
    width: 100%;
    aspect-ratio: 20 / 11;
}

.cripto {
    white-space: nowrap;
}

.black {
    color: black;
}

.borda {
    border: solid 2px #00225b;
}

.hr {
    margin: 10px auto;
}

.banner-img h1 {
    font-size: 18px;
    font-weight: 400;
}

.back-yellow {
    background: yellow;
}

.box-vermelho {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 700px;
    padding: 10px;
    border-radius: 4px;
    background-image: linear-gradient(to right bottom,
            #ff0000,
            #e90000,
            #d40000,
            #bf0000,
            #aa0000);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.box-vermelho>p {
    margin: 0;
    color: white;
    padding: 0;
}

.box-vermelho>h1 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: yellow;
}

.container-cta>.img {
    position: relative;
}

.selos * {
    width: 100%;
}

.selos {
    display: flex;
    position: absolute;
    width: 20%;
    gap: 10px;
    top: 12%;
    flex-direction: column-reverse;
    right: 0;
}

.timer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    gap: 10px;
}

.box-vermelho #span1 {
    position: absolute;
    width: calc(100% + 100%);
    border-top: 3px dashed yellow;
    top: 0;
    left: 0;
    animation: right-left 10s linear infinite;
}

.box-vermelho #span2 {
    position: absolute;
    height: calc(100% + 100%);
    border-left: 3px dashed yellow;
    bottom: 0;
    left: 0;
    animation: top-bottom 3s linear infinite;
}

.box-vermelho #span3 {
    position: absolute;
    width: calc(100% + 100%);
    border-bottom: 3px dashed yellow;
    bottom: 0;
    right: 0;
    animation: left-right 10s linear infinite;
}

.box-vermelho #span4 {
    position: absolute;
    height: calc(100% + 100%);
    border-right: 3px dashed yellow;
    top: 0;
    right: 0;
    animation: bottom-top 3s linear infinite;
}

@keyframes right-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes top-bottom {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(50%);
    }
}

@keyframes left-right {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(50%);
    }
}

@keyframes bottom-top {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}


.blink {
    animation: blink 2s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}