h1, h2, h3, h4, h5, h6, .btn {
    font-family: 'tt-commons-pro', sans-serif;
    
    .text-white & {
        color: white !important;
    }
}
/*player */
.podcast-hero {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* PLAYER QUADRADO */
/* controller (play) — canto inferior direito */
.controller {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 96px;
    height: 96px;
}

.controller svg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.controller button {
    position: absolute;
    inset: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.controller button::before {
    content: "❚❚";
    font-size: 18px;
    font-weight: bold;
}

.product-video.paused .controller button::before {
    content: "▶";
    margin-left: 3px;
}

/* volume — canto superior direito, separado */
.volume-btn {
    position: absolute;
    top: 24px;
    right: 40px;
    width: 36px;
    height: 36px;
    border:none;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    transition: background .2s;
    z-index: 3;
}

.volume-btn:hover {
    background: #fff;
}

.product-video {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    width: 480px;
    height: 480px;
    flex-shrink: 0;
    background: #111;
}

.product-video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.controller {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 96px;
    height: 96px;
}

.controller svg {
    position: absolute;
    inset: 0;
}

.progress-bg {
    opacity: .25;
}

.progress {
    transition: stroke-dashoffset .15s linear;
}

.controller button {
    position: absolute;
    inset: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.controller button::before {
    content: "❚❚";
    font-size: 18px;
    font-weight: bold;
}

.product-video.paused .controller button::before {
    content: "▶";
    margin-left: 3px;
}

.podcast-card {
    flex: 1;
    background: #fff;
    border-radius: 24px;
    padding: 2.5rem;
}

@media (max-width: 991px) {
    .podcast-hero {
        flex-direction: column;
    }
    .product-video {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .podcast-card {
        width: 100%;
    }
}
/*nova salas de reunião*/

.reserva-box{
    max-width:340px;
}

.preco-box{
    background:#F8F4EF;
    border:2px solid #D13B17;
    border-radius:16px;
    padding:18px 22px;
}

.preco-label{
    display:block;
    font-size:.9rem;
    color:#666;
    margin-bottom:4px;
}

.preco-valor{
    color:#D13B17;
    font-weight:700;
    line-height:1;
}

.preco-valor span{
    font-size:2.5rem;
}

.preco-valor .hora{
    font-size:1rem;
    color:#444;
    margin-left:4px;
}

.reserva-box .btn{
    border-radius:12px;
    padding:14px;
    font-size:1.05rem;
    font-weight:600;
}

.sala-slide-img {
    height: 650px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .sala-slide-img {
        height: 280px;
        object-fit: cover;
    }

    #salasCarousel .carousel-control-prev,
    #salasCarousel .carousel-control-next {
        display: none;
    }

    #salasCarousel .position-absolute.bottom-0 {
        padding: 1rem !important;
    }

    #salasCarousel h2 {
        font-size: 1.25rem;
    }

    #salasCarousel p {
        font-size: .9rem !important;
    }
}

.carousel-btn{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    color:#1F2344;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:bold;
    transition:.25s;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.carousel-btn:hover{
    background:#1F2344;
    color:#fff;
    transform:scale(1.08);
}

.carousel-control-prev,
.carousel-control-next{
    width:8%;
    opacity:1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    display:none;
}

.carousel-indicators button{
    width:10px;
    height:10px;
    border-radius:50%;
}

.carousel-item h2{
    text-shadow:0 5px 20px rgba(0,0,0,.45);
}

.carousel-item p{
    text-shadow:0 2px 10px rgba(0,0,0,.45);
}

.lista-sala{
    list-style:none;
    padding:0;
    margin:18px 0;
}

.lista-sala li{
    display:flex;
    align-items:center;
    gap:.75rem;
    margin-bottom:.9rem;
    color:#555;
}

.lista-sala li::before{
    content:"✓";
    width:20px;
    height:20px;
    border-radius:50%;
    background:#1F2344;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:.9rem;
    flex-shrink:0;
}
/*novo auditorio*/

.check-orange{
    color:#C43618;
    margin-right: 8px;
}

.audit-card {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    img{
        border-radius:0;
    }
}

.audit-card-alt {
    min-height: 200px;
    padding: 28px !important;
    border-radius: 24px !important;
    position: relative;
    transition: .3s ease;
}

.audit-card-alt:hover {
    transform: translateY(-4px);
}

.audit-card-number {
    display: block;
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1;
    color: #C43618;
    margin-bottom: 32px;
    opacity: .9;
}

.audit-card-number::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background: #C43618;
    margin-top: 12px;
    border-radius: 999px;
}

.audit-card-alt p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
}

.video-intro-audit {
    margin:0;
    iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 32px;
    }
}

.last-content-audit {
    padding:120px 0;
}

.hero-lp .hero-iframe-wrapper {
    margin-top: 40px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-lp .hero-iframe-wrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    display: block;
}

.hero-lp {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
}

.hero-lp mark{
}

.hero-lp strong {
    text-decoration:none !important;
    color: #c43618 !important;
}

.hero {
    background: url(/hero.webp?v=2) center center;
    background-size: cover;
    padding: 180px 0 160px;
    text-align: center;
    color: white;
    /*border-radius:  0 0 30% 30% / 0 0 100px 100px;*/
    border-radius:  0;
    
    img {
        height: 128px;
        margin-bottom: 64px;
    }
    
    h1 {
        font-weight: 900;
        font-size: 64px;
        line-height: 1.02 !important;
    }
    
    p {
        font-size: 24px;
    }
    
    &.hero-trabalhe {
        padding: 180px 0 80px !important;
        border-radius: 0 !important;
    }
}

h2 {
    font-size: 40px;
    font-weight: 900;
    color: #1F2344;
    
    
    &.title-bar {
        &:after {
            content: '';
            display: block;
            width: 64px;
            color: #1F2344 !important;
            height: 4px;
            background: #C43618;
        }
        
        &.title-bar-center {
            text-align: center;
            
            &:after {
                margin: 0 auto;
            }
        }
    }
}

p {
    font-size: 16px;
}

.btn {
    padding: 16px 32px;
    border-radius: 12px;
    border: none !important;
    box-shadow: none !important;
    
    &.btn-primary {
        background: #C43618;
        font-weight: bold;
        
        &:hover {
            background: #B82E1F;
        }
    }
    
    &.btn-header {
        padding: 12px 24px !important;
    }
}

.lista-beneficios {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;

    li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;

        i {
            color: #C43618;
            font-size: 20px;
            flex-shrink: 0;
        }
    }
}

.access-content h1{
 color: #1F2344;   
}

.title-beneficios{
 color: #1F2344;   
}

.section-pad {
    padding: 64px 0;
}

.section-pad-lg {
    padding: 96px 0;
}

.section-dark {
    background: #1F2344;
    color: #1F2344;
}

.title-beneficios{
    color
}

/*.section-dark h1,*/
/*.section-dark h2,*/
/*.section-dark h3 {*/
/*    color: white;*/
/*}*/

.section-dark p {
    color: rgba(255, 255, 255, 0.7);
}

.complemento-row {
      margin: 0;
    }
@media (max-width: 1024px) {
    .complemento-row {
        flex-direction: column;
    }

    .complemento-row > div {
        width: 100%;
    }

    .complemento-row .card {
        max-width: 700px;
        margin: 0 auto;
    }
}

.section-light {
    background: #f7f7fc;
}

.beneficios-container{
    margin: 0;
}

.beneficios-cards .card-beneficio {
    padding: 1.5rem;
    border-radius: 12px;
    background: #fff;
    height: 100%;
    border: 1px solid #dee2e6;
    transition: .27s ease;
}

.beneficios-cards .card-beneficio:hover {
    background: #f7f7fc;
}

.beneficios-cards .card-beneficio p {
    font-size: 15px;
}

@media (max-width: 991px) {
    .section-pad {
        padding: 48px 0;
    }

    .section-pad-lg {
        padding: 64px 0;
    }
}


.about {
    padding: 64px 0;
    
     .row {
    align-items: stretch;
     @media (max-width: 991px) {
    gap:24px;
}
    }
    
    img {
    border-radius: 32px;
    border-radius: 32px;
    height: 100% !important;
    object-fit: cover;
    }
    
}

.about-sede {
    padding: 96px 0;
}

.vantagens-cards .card-vantagem {
  padding: 1.5rem;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  background: #fff;
  height: 100%;
  margin-bottom: 1.5rem;
}

.vantagens-cards .card-vantagem img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.vantagens-cards .card-vantagem h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.vantagens-cards .card-vantagem p {
  font-size: 0.925rem;
  color: #6c757d;
  margin-bottom: 0;
}

.cards {
    background: #f7f7fc;
    padding: 64px 0;
}

.about-cards {
    gap: 30px 0;
}

.card-espaco {
    background: #fff;
    padding: 48px 32px;
    border-radius: 24px;
    text-align: center;
    
    img {
        margin-bottom: 24px;
        pointer-events: none;
        user-select: none;
    }
    
    h3 {
        font-size: 20px;
        font-weight: bold;
    }
    
    p {
        font-size: 14px;
        margin: 0;
    }
}

.ambiente {
    background: #1F2344;
    padding: 64px 0;
}

.holder-ambiente {
    border-radius: 32px;
    overflow: hidden;
    
    .img-ambiente {
        position: relative;
        
        h6 {
            position: absolute;
            bottom: 0;
            left: 0;
            margin: 0;
            padding: 16px 32px;
            width: 100%;
            background: rgba(0,0,0,0.5);
            font-weight: bold;
            color: white;
        }
    }
    
    .splide__pagination {
        bottom: unset;
        top: 4px;
        display: flex !important;
        flex-wrap: nowrap;
        gap: 5px;
        padding: 0 32px;
        
        li {
            width: 100%;
            
            .splide__pagination__page {
                width: 100%;
                height: 4px;
                background: rgba(255,255,255,0.4);
                border-radius: 5px !important;
                transform: none !important;
                transition: .27s ease;
                
                &.is-active {
                    background: white !important;
                }
            }
        }
    }
    
    .splide__arrow {
        background: none;
        
        svg {
            fill: white;
        }
    }
}

.espaco {
    padding: 64px 0 24px;
    
    .redes {
        display: flex;
        gap: 16px;
        font-size: 24px;
        justify-content: center;
        margin-bottom: 32px;
        
        a {
            color: #1F2344;
            transition: .27s ease;
            
            &:hover {
                opacity: 0.8;
            }
        }
    }
    
    p a {
        font-weight: bold;
        color: #1F2344;
    }
}

.mapa {
    padding: 0;
    margin: 0;
    
    iframe {
        margin: 0 0 -10px !important;
        padding: 0;
        width: 100%;
        height: 400px;
    }
}

footer.footer {
    background: #f7f7fc;
    padding: 24px 0;
    
    p {
        margin: 0;
        font-size: 13px;
        text-align: center;
        font-weight: 500;
        opacity: 0.8;
    }
}

.wpp-float {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    color: white;
    font-size: 28px;
    background: #25D366;
    border-radius: 50%;
    bottom: 24px;
    left: 24px;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    z-index: 99;
    
    i {
        margin: -2px 0 0;
        pointer-events: none;
    }
}

.hero {
    mark {
        display: inline-block;
        position: relative;
        background: none !important;
        padding: 0;
        color: inherit;
        
        span {
            position: relative;
            z-index: 2;
        }
        
        &:before {
            content: '';
            display: block;
            width: 100%;
            height: 6px;
            background: #C43618;
            position: absolute;
            bottom: 12px;
            z-index: 0;
            border-radius: 8px;
        }
    }
}

.form-container {
    background: #f7f7fc;
    max-width: 600px;
    width: 100%;
    margin: 0 auto 32px;
    padding: 36px 32px;
    border-radius: 32px;
    
    form {
        display: flex;
        flex-direction: column;
        gap: 32px;
        
        .campo {
            display: flex;
            flex-direction: column;
            text-align: left !important;
            
            label {
                font-weight: 600;
                font-size: 14px;
            }
            
            &:has(button) {
                justify-content: center;
                align-items: center;
            }
            
            textarea {
                height: 96px;
                resize: none !important;
            }
        }
    }
}

.form-control {
    box-shadow: none !important;
}

.success-message {
    padding: 24px;
    
    strong {
        font-size: 120%;
    }
}

.holder-ambiente {
    img {
        filter: brightness(1.2);
    }
}

header.header {
    position: fixed;
    top: 0;
    left: 0;
    background: #1F2344;
    padding: 24px 0;
    transition: .27s ease;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
    z-index: 9999;
    
    a:has(img){
        position: relative;
    }
    
    img {
        height: 50px;
        transition: .27s ease;
        
        &.logo-icon {
            position: absolute;
            left: 0;
            opacity: 0;
        }
    }
    
    .row {
        align-items: center;
    }
    
    ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        justify-content: end;
        align-items: center;
        gap: 24px;
        
        a {
            font-family: 'tt-commons-pro', sans-serif;
            text-decoration: none;
            color: white;
            font-size: 14px;
            transition: .27s ease;
            
            &:hover {
                opacity: 0.8;
            }
        }
    }
    
    &.scrolled {
        padding: 12px 0;
        
        img {
            height: 32px;
            opacity: 0;
            
            &.logo-icon {
                opacity: 1;
            }
        }
    }
}

@media (max-width: 991px) {
    header {
        li:not(:last-of-type) {
            display: none;
        }
        
        li:last-of-type {
            a {
                background: #C43618;
                padding: 12px 16px;
                border-radius: 8px;
                font-weight: bold;
            }
        }
    }
    
    .hero {
        /*border-radius: 0 0 50% 50% / 0 0 20px 20px;*/
        padding-bottom: 100px;
        
        img {
            height: 80px;
        }
        h1 {
            font-size: 36px;
        }
        p {
            font-size: 14px;
        }
    }
    .about {
        img {
            margin-bottom: 32px;
        }
    }
    .holder-ambiente {
        margin-top: 32px;
    }
}

.no-filter {
    filter: none !important;
}

/* file upload button */
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}


.trabalhe-container {
    position: relative;
    overflow: hidden;
    
    .success-message {
        padding: 96px 0;
    }
    
    &.loading {
        
        &:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.4);
        }
        
        &:after {
            content: '';
            display: block;
            width: 64px;
            height: 64px;
            border: 4px solid white;
            border-top-color: transparent;
            border-radius: 50%;
            position: absolute;
            top: calc(50% - 32px);
            left: calc(50% - 32px);
            animation: spin 2s infinite linear;
        }
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.auditorio {
    position: relative;
    padding: 0;
    background: #f7f7fc;
    
    > img {
        width: 50%;
        object-fit: cover;
        height: 100%;
        position: absolute;
        left: 0;
    }
    
    .conteudo {
        padding: 128px 0;
    }
}

@media (max-width: 991px){
    .auditorio {
        display: flex;
        flex-direction: column-reverse;
        
        > img {
            position: initial;
            width: 100%;
            height: 400px;
        }
        
        .conteudo {
            padding: 60px 15px;
        }
    }
}

.header {
    ul {
        li {
            a {
                position: relative;
                opacity: 1 !important;
                
                &:before {
                    content: '';
                    display: block;
                    width: 5px;
                    height: 5px;
                    background: #C43618;
                    position: absolute;
                    bottom: -5px;
                    left: 50%;
                    transform: translatex(-50%);
                    border-radius: 5px;
                    opacity: 0;
                    transition: .27s ease;
                    pointer-events: none;
                }
                
                &:hover {
                    &:before {
                        width: 20px;
                        opacity: 1;
                    }
                }
            }
        }
    }
}

.footer.footer-edn {
    background: #1F2344 !important;
    color: white;
    padding: 60px 0 0;
    
    @media (min-width: 992px) {
        .row {
            --bs-gutter-x: 64px
        }
    }
    
    img {
        height: 65px;
        margin-bottom: 10px;
    }
    
    p {
        text-align: left !important;
        color: white !important;
        opacity: 1 !important;
        font-size: 14px;
    }
    
    h4 {
        font-size: 18px;
        font-weight: bold;
        
        &:after {
            content: '';
            display: block;
            width: 30px;
            height: 4px;
            background: #C43618;
        }
    }
    
    ul.links {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        gap: 2px;
        
        a {
            color: white;
            font-weight: 500;
        }
    }
    
    ul.redes {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 20px;
        display: flex;
        gap: 16px;
        
        a {
            color: white;
            transition: .27s ease;
            
            &:hover {
                opacity: 0.9;
            }
        }
    }
    
    .copy-row {
        background: rgba(0,0,0,0.1);
        margin-top: 50px;
        padding: 20px 0;
        
        p {
            text-align: center !important;
            font-size: 13px;
        }
    }
}

.politica {
    padding: 40px 20px;
    
    h2 {
        font-size: 24px;
    }
    
    p, ul, li {
        font-size: 14px;
    }
}

.auditorio-video {
    padding: 64px 0;
    
    iframe, img {
        border-radius: 32px;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        
        @media (max-width: 991px){
            margin-bottom: 64px;
        }
    }
}

.endereco-fiscal {
    background: #F7F7FC;
    padding: 64px 0;
    
    img {
        border-radius: 32px;
        user-select: none;
        pointer-events: none;
        @media (max-width: 991px){
            margin-top: 64px;
        }
    }
}

.icon-boxes-virtual {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
    
    article {
        border: 2px solid rgba(0,0,0,0.1);
        border-radius: 16px;
        padding: 24px;
        width: calc(50% - 16px);
        transition: .27s ease;
        
        @media (max-width: 992px) {
            width: 100% !important;
        }
        
        &:hover {
            background: white;
        }
        
        i {
            font-size: 28px;
        }
        
        h5 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 16px;
        }
        
        p {
            font-size: 14px;
            margin: 0;
        }
    }
}

.escritorio-virtual {
    .row {
        flex-direction: row-reverse;
        margin-top: -80px;
    }
}

#sobre {
    iframe {
        aspect-ratio: 16 / 9 !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 24px;
    }
}

.link-email {
    color: white;
    font-size: 14px;
    display: inline-block;
    margin-top: 4px;
}

.campo {
    
    &:has(.input-checkbox){
        
        > label {
            width: 100%;
            margin-bottom: 8px;
        }
        
        .row > div {
            display: flex;
            flex-direction: column;
            gap: 6px !important;
        }
        
        .input-checkbox {
            position: relative;
            display: flex;
            align-items: center;
            gap: 4px;
            font-weight: 600;
            font-size: 13px;
                
            i {
                display: block;
                width: 16px;
                height: 16px;
                border: 1px solid rgba(0,0,0,0.2);
                border-radius: 6px;
                background: rgba(0,0,0,0.05);
                transition: .27s ease;
                position: relative;
                
                &:before {
                    content: '';
                    display: block;
                    width: 5px;
                    height: 9px;
                    border-right: 2px solid white;
                    border-bottom: 2px solid white;
                    transform: rotate(45deg);
                    position: absolute;
                    top: 1px;
                    left: 4px;
                    opacity: 0;
                    transition: .27s ease;
                }
            }
            
            &:has(input:checked) {
                i {
                    border: 1px solid #1F2344;
                    background: #1F2344;
                    
                    &:before {
                        opacity: 1;
                    }
                }
            }
            
            input {
                width: 1px;
                position: absolute;
            }
        }
    }
}

.ambientes {
    display: block !important;
    padding: 64px 0 0;
    
    .holder-ambiente.info-ambiente {
        border-radius: 0 !important;
        
        .splide {
            border-radius: 24px !important;
            overflow: hidden !important;
        }
        
        h5 {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            margin: 16px 0 0px !important;
        }
        
        p {
            font-size: 14px;
            margin: 0;
            text-align: center;
            padding: 0 16px;
        }
    }
}


:root {
    --whatsapp-green: #25D366;
    --whatsapp-dark-green: #128C7E;
    --whatsapp-teal-green: #075E54;
    --whatsapp-light: #dcf8c6;
    --whatsapp-gray: #ece5dd;
    --shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}

/* Overlay */
.whatsapp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    
    &.open {
        opacity: 1;
        visibility: visible;
    }
}

.whatsapp-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    
    & .chat-container {
        width: 300px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        background: white;
        
        &.open {
            max-height: 500px;
            opacity: 1;
            transform: translateY(0);
        }
        
        & .chat-header {
            background: var(--whatsapp-teal-green);
            color: white;
            padding: 12px 15px;
            border-radius: 10px 10px 0 0;
            display: flex;
            align-items: center;
            gap: 10px;
            
            & .avatar {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: white;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 5px;
                
                & img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    padding: 3px;
                }
            }
            
            & .header-text {
                flex: 1;
                
                & h4 {
                    margin: 0;
                    font-size: 14px;
                }
                
                & p {
                    margin: 0;
                    font-size: 11px;
                    opacity: 0.8;
                }
            }
            
            & .close-btn {
                background: none;
                border: none;
                color: white;
                cursor: pointer;
                font-size: 24px;
            }
        }
        
        & .chat-messages {
            padding: 15px;
            background: var(--whatsapp-gray);
            max-height: 300px;
            overflow-y: auto;
            
            & .message {
                margin-bottom: 15px;
                display: flex;
                
                &.received {
                    justify-content: flex-start;
                    
                    & .bubble {
                        background: white;
                        border-radius: 0 8px 8px 8px;
                        color: #333;
                    }
                }
                
                &.sent {
                    justify-content: flex-end;
                    
                    & .bubble {
                        background: var(--whatsapp-light);
                        border-radius: 8px 0 8px 8px;
                        color: #333;
                    }
                }
                
                & .bubble {
                    padding: 8px 12px;
                    max-width: 80%;
                    box-shadow: var(--shadow);
                    
                    & p {
                        margin: 0;
                        font-size: 13px;
                    }
                }
            }
        }
        
        & .chat-form {
            padding: 15px;
            background: white;
            border-radius: 0 0 10px 10px;
            
            & form {
                display: flex;
                flex-direction: column;
                gap: 10px;
                
                & input {
                    padding: 10px;
                    border: 1px solid #ddd;
                    border-radius: 20px;
                    font-size: 13px;
                    
                    &:focus {
                        outline: none;
                        border-color: var(--whatsapp-green);
                    }
                }
                
                & button {
                    background: var(--whatsapp-green);
                    color: white;
                    border: none;
                    padding: 10px;
                    border-radius: 20px;
                    cursor: pointer;
                    font-weight: bold;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 8px;
                    transition: background 0.2s;
                    
                    &:hover {
                        background: var(--whatsapp-dark-green);
                    }
                    
                    &:disabled {
                        opacity: 0.7;
                        cursor: not-allowed;
                    }
                }
            }
        }
    }
    
    & .whatsapp-button {
        width: 60px;
        height: 60px;
        background: var(--whatsapp-green);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: all 0.2s;
        
        &:hover {
            transform: scale(1.1);
            background: var(--whatsapp-dark-green);
        }
        
        & .whatsapp-icon {
            color: white;
            font-size: 30px;
        }
    }
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

h2:has(.stamp){
    position: relative;
    width: fit-content !important;
    
    .stamp {
        display: block !important;
        position: absolute;
        top: calc(50% - 10px);
        right: -5px;
        transform: translate(100%, -50%);
        @media (max-width: 700px) {
            display: none !important;
        }
        
        img {
            height: 90px !important;
            transform: rotate(-15deg);
        }
        
        &.esc {
            right: -13px;
        }
    }
}

.hero-slider {
    width: 100%;
    overflow: hidden;
}

.splide__slide .container {
    width: 100%;
    height: 100%;
    
    .row {
        height: 100%;
        align-items: center;
    }
}

.hero-slider .small-text {
    font-size: 0.9em;
    opacity: 0.8;
}

.slide-content .row {
    margin-top: 30px !important;
}

.video-intro {
    margin-top: -150px;
    iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 32px;
    }
}

.header {
    .btn-sm {
        padding: 12px 32px !important;
    }
}

.planos {
    background: #f7f7fc;
    padding: 50px 0;
}

.desc-planos{
    white-space: nowrap;
     text-align: center;
     @media (max-width: 1440px) {
        white-space: normal;
    }
}

.plano-inline {
    background: white;
    display: flex;
    align-items: center;
    border-radius: 24px;
    padding: 32px;
    justify-content: space-between;
    border: 2px solid rgba(0,0,0,0.05);
    
    .benefits {
        width: 70%;
        
        h2 {
            font-size: 24px;
        }
        
        ul {
            column-count: 2;
            list-style: none;
            margin: 0;
            padding: 0;
            
            li {
                font-weight: 600;
                display: flex;
                align-items: center;
                gap: 4px;
                @media (min-width: 991px) {
                    white-space: nowrap;
                }
                
                i {
                    color: var(--bs-success);
                    font-size: 20px;
                    position: relative;
                    top: 2px;
                }
            }
        }
    }
    
    .cta {
        .holder-price {
            background: #f7f7fc;
            padding: 16px;
            border-radius: 16px;
            text-align: center;
            border: 2px solid rgba(0,0,0,0.05);
            
            h5 {
                font-size: 11px;
                font-weight: 700;
                margin-bottom: 5px;
                font-family: 'Open Sans' !important;
            }
            
            h4 {
                font-weight: 700;
                color: #C43618;
                font-size: 40px;
                
                span {
                    font-size: 16px;
                }
            }
            
            .btn-primary {
                background: #1F2344 !important;
                
                &:hover {
                    background: black !important;
                }
            }
            
            small {
                display: block;
                font-size: 10px;
                font-weight: 600;
                margin-top: 2px;
            }
        }
    }
    
    &.planos-end {
        
        .benefits {
            width: 50%;
            ul {
                column-count: 1 !important;
            }
        }
        
        .cta {
            display: flex;
            gap: 16px;
            
            
            
            .holder-price {
                &.destaque {
                    background: #1F2344;
                    color: white;
                    
                    .destaque {
                     position: relative;
}

                    
                    .btn-primary {
                        background: #C43618 !important;
                        
                        &:hover {
                            background: white !important;
                            color: black !important;
                        }
                    }
                }
            }
        }
    }
}

.destaque {
    position: relative;
    transform: scale(1.05);
}

 @media (max-width: 575px) {
     .price-normal{
             transform: scale(.95);
     }
     .destaque {
    position: relative;
    transform: scale(1);
        }
        
.badge-plano {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #f63919;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 991px){
    .plano-inline {
        flex-direction: column;
        
        ul {
            column-count: 1 !important;
            li {
                margin-bottom: 10px;
            }
        }
        
        .benefits {
            width: 100% !important;
        }
        
        .cta {
            width: 100% !important;
            margin-top: 20px;
            flex-direction: column-reverse;
        }
    }
    .rv {
        flex-direction: column-reverse;
    }
}

@media (max-width: 991px){
    .hero-lp {
        padding: 60px 0 50px !important;
        mark {
            /*text-decoration: underline !important;*/
            text-decoration: none !important;
            text-decoration-color: #C43618 !important;
            display: inline !important;
        }
        mark:before {
            display: none !important;
        }
        p {
            font-size: 16px !important;
        }
}
    }
}
        @media (max-width: 991px) {
        .hero-lp h1 mark:before {
        display: none !important;
    }

.hero-contadores {
    padding: 120px 0 60px !important;
}

.select-seta {
    position: relative;
    
    &:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
        transform: rotate(45deg) translatey(calc(-50% - 4px));
        position: absolute;
        top: 50%;
        right: 18px;
        pointer-events: none;
        opacity: 0.6;
    }
}

#contadoresForm {
    gap: 16px !important;
}

.about-contadores {
    blockquote {
        background: #f2f2fa;
        padding: 12px 20px;
        max-width: 500px;
        border-left: 4px solid #C43618;
    }
}




