.full-fluid {
    padding: 0;
    overflow-x: hidden;
}

.so-mobile {
    display: none;
}

.espaco {
    height: 30px;
}

.img-center {
    margin: 0 auto
}

.zerada {
    padding: 0;
    margin: 0
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.m-top {
    margin-top: 50px
}

.col12 {
    width: 20%
}

.color-roxo {
    color: #602515
}

.color-vermelho {
    color: #e30613
}

.img-ale-coracao {
    height: 350px;
}


/* Seção Hero Fullscreen */

.masthead {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.masthead-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 !important;
    /* Força remoção de paddings do container-fluid */
}

.bg-quem-sou {
    background: url("../assets/img/bg-sobre.png");
    /* Impede qualquer repetição (horizontal e vertical) */
    background-repeat: no-repeat;
    /* Faz a imagem cobrir todo o container mantendo a proporção */
    background-size: cover;
    /* Centraliza a imagem no container */
    background-position: center center;
    height: 90vh;
}

.bloco-foto-quem-sou {
    max-height: 100vh;
    /* Ou a altura máxima desejada para a seção */
}

.bloco-foto-quem-sou img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin-top: -5em;
    z-index: 10;
    position: relative;
}

.txt-quem-sou {
    width: 60%;
    background-color: rgba(53, 30, 30, 0.4);
    color: #fff;
    padding: 40px 30px;
    font-size: 16pt;
}

.tit-quem-sou {
    color: #ffbe00;
    padding: 0 25px;
}

.txt-video {
    width: 65%;
    margin: 10px auto;
    font-size: 14pt;
}

.i-aspas {
    font-size: 3em !important;
    padding-right: 0.5em;
}


/* Container quase full (95% da largura da tela) */

.container-quase-full {
    height: 100%;
    max-width: 95%;
    margin: 0 auto;
    padding: 0 !important;
    /* Zera os paddings laterais e inferiores */
}

.max-width-full {
    max-width: 100%;
}

.container-quase {
    height: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 0 !important;
    /* Zera os paddings laterais e inferiores */
}

.masthead-bg .row {
    height: 100%;
    margin: 0;
}


/* Coluna única Flexbox */

.col-conteudo-unico {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /* Alinha o conteúdo à base */
    justify-content: space-between;
    padding: 0 !important;
}


/* Bloco do Título (Esquerda) */

.bloco-titulo {
    flex: 1;
    align-self: center;
    /* Centraliza a logo/título no meio vertical da tela */
    padding-left: 20px;
}

.p-tit {
    max-width: 100%;
    width: 90%;
    height: auto;
    display: flex;
    margin-left: 15em;
    margin-top: -15vh;
}


/* Bloco da Foto (Direita - Colada na base) */

.bloco-foto {
    width: 50%;
    height: 100%;
    /* Ocupa 100% da altura da seção */
    display: flex;
    align-items: flex-end;
    /* Cola a imagem no chão */
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.img-ale-principal {
    max-height: 98vh;
    /* Permite que a foto suba até quase o topo */
    width: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 0 !important;
    /* Zera qualquer margem inferior que a tag img possa ter */
    vertical-align: bottom;
    /* Evita a folga padrão que elementos inline-block deixam embaixo */
}

.video-sombreado {
    background-color: #e0e0e0;
    border: none;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.3), -8px -8px 16px rgb(10 10 10 / 90%)
    /* Luz suave branca */
}

.marginVideo {
    margin-top: -3em;
}

.m-redes {
    margin-bottom: 30px;
}

.m-top-materiais {
    margin-top: 3rem;
}

.p-redes {
    padding-top: 5%;
    color: #fff;
}

.p-materias {
    padding-top: 1rem;
    color: #fff;
}

.p-redes-fa {
    color: #015a28 !important;
    background-color: white;
    border-radius: 50px;
}

.video {
    width: 780px;
    height: 420px;
}

.sombra {
    background-color: #fff;
    justify-content: center;
    border-radius: 8px;
}

.bg-textura {
    background-image: url('../assets/img/bg-textura.jpg');
    min-height: 400px;
    height: auto;
}

.text-dark-50 {
    padding: 0 12rem;
    font-family: 'anonymous_probold', sans-serif;
    font-size: 22px;
    color: #602515;
    font-style: italic;
    font-weight: 600;
}

.position-relative {
    position: relative;
}

.p-top {
    padding-top: 3rem;
}

.calda-cometa {
    position: absolute;
    bottom: -15%;
    left: 30%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    /* Para garantir que a imagem não interfira na interação do usuário com outros elementos */
}

.bg-materiais {
    background-image: url(../assets/img/bg-redes.png);
    background-color: #015a28;
    min-height: 400px;
    height: auto;
}

.btn-materiais {
    width: 400px;
    padding: 0.7rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff0000;
    background-color: #ffbe00;
    border-color: #ffbe00;
    font-family: 'anonaextrabold', sans-serif;
    letter-spacing: 0.1rem;
}

.redes-sociais {
    font-weight: 700;
    color: #602515;
    font-size: 1.7rem;
    padding: .2rem 0.5rem;
    display: inline
}

.redes-sociais:hover {
    text-decoration: none;
    color: #e30613;
}

.btn-materiais:hover {
    color: #fff;
    background-color: #602515;
    border-color: #602515;
}

.btn-enviar {
    width: 200px;
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.branco {
    color: #000;
    background: rgba(255, 255, 255, 0.6);
}

.txt-compromisso {
    font-family: 'anonaextrabold', sans-serif;
    font-size: 3rem;
    color: #602515;
    background-color: #fff;
    padding: 0.7rem 0;
    letter-spacing: 0.3rem;
}

.txt-luta {
    font-family: 'billie_signature_demodemo', sans-serif;
    font-size: 3rem;
    color: #fff;
    background-color: #602515;
    padding: 0.7rem 0;
    letter-spacing: 0.3rem;
}

.txt-luta-e {
    font-family: 'anonaextrabold', sans-serif;
}

.txt-esperanca {
    font-family: 'anonaextrabold', sans-serif;
    font-size: 3rem;
    color: #e30613;
    background-color: #ffdd00;
    padding: 0.7rem 0;
    letter-spacing: 0.3rem;
}

.txt-down {
    font-size: 1.5rem;
    color: #fff;
}

.tit-uni {
    margin-top: 15%;
    font-size: 3.5rem;
}

.img-click {
    width: 100px;
    margin-top: 317px;
    float: right;
    position: absolute;
    border: 2px solid #fafafa;
    border-radius: 50%;
    padding: 0.55rem;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.img-click-tit {
    width: 50px;
    float: left;
    margin: -10px 0 0 -10px;
    background-color: #fff;
}

.img-coracao {
    transform: rotate(25deg);
    width: 20%;
    margin: -50px;
}

.img-estrela {
    width: 20%;
    margin: 50vh -2vh;
    float: right;
}

.text-muted {
    border: 2px solid #602515;
    font-size: 1.3rem;
    width: 550px;
    margin: 0 auto;
    text-transform: uppercase;
    padding-top: 5px;
}

.bg-icon-contato {
    background-color: #ffbe00;
    border-radius: 50%;
    color: #602515 !important;
}

.form-control {
    box-shadow: 0 0.5rem 1rem rgba(7, 7, 7, 0.35);
    height: calc(1.5em + 1.75rem + 2px);
}

.link-up {
    color: #fff;
    font-size: 1.7rem;
}

.fa-up {
    padding-top: 50%;
}

.span-button {
    padding: 12px 12px;
    background-color: black;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.span-button {
    padding: 12px 12px;
    background-color: black;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
}

.rodape {
    min-height: 300px;
    height: auto;
}

.txt-copy {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    padding-bottom: 10px;
}

.text-body-secondary {
    color: #fff;
    font-family: 'Rustica', sans-serif;
    font-size: 1.5rem;
}

.tit-rod {
    font-family: 'anonaextrabold', sans-serif;
    font-size: 23px;
    color: #fff;
    margin-bottom: 1.0rem;
    letter-spacing: 0.1rem;
}

.txt-modal {
    font-family: 'anonymous_probold', sans-serif;
    font-size: 1.2rem;
    margin: 10px auto 20px auto;
    width: 90%;
    text-align: justify;
}

.tit-modal {
    font-size: 2.5rem;
    text-align: center;
}

.sub-tit {
    font-family: 'anonymous_probold', sans-serif;
    font-size: 18px;
    width: 90%;
    margin: 10px auto;
}

.btn-xl {
    border-radius: 0;
    background-color: #000 !important;
    padding: 0.8rem 1.25rem;
    font-size: 1rem;
    opacity: 1 !important;
}

.box-contato {
    box-shadow: 0 0.5rem 1rem rgb(255 190 0 / 30%);
    margin: 5%;
    text-align: center;
    height: 200px;
    padding: 2% 0;
    cursor: pointer;
    transition: background 1s;
    border-radius: 50px;
    background-color: #602515;
}

.box-contato:hover {
    background-color: rgba(77, 10, 10, 0.8);
}

.icon-box-contato {
    box-shadow: 0 0.5rem 1rem rgb(255 190 0 / 30%);
    border-radius: 50%;
    background-color: #ffbe00;
    transition: background 1s;
}

.icon-box-contato:hover {
    background-color: #602515;
}

.contato {
    font-size: 2rem;
    transition: background 1s;
}

.contato:hover {
    background-color: #602515;
}

.txt-contato {
    padding: 1.6rem;
    font-size: 1.3rem;
    color: #fff;
}

.logo-redes {
    margin-bottom: 3em;
    width: 25%;
}


/* ============================================================
   PAUTAS — O QUE EU DEFENDO
   ============================================================ */

.pautas-inner {
    max-width: 1100px;
    margin: 3em auto;
    padding: 0 32px;
    text-align: center;
}

.pautas-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid var(--marrom);
    border-radius: 4px;
    padding: 6px 18px;
    margin-bottom: 44px;
}

.pautas-cta img {
    width: 22px;
}

.pautas-cta span {
    font-size: 11px;
    font-weight: 700;
    color: var(--marrom);
    letter-spacing: .5px;
}

.pautas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 56px;
}

.pauta-card {
    background-color: #602525;
    width: 300px;
    border-radius: 50px;
    height: 100px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
    margin-bottom: 2em;
    margin-right: 100px;
}

.pauta-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
}

.pauta-estrela {
    width: 120px;
    flex-shrink: 0;
    margin-left: -5em;
}

.pauta-nome {
    flex: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3;
}

.pauta-clique {
    flex-shrink: 0;
    opacity: 1;
    margin-top: 5em;
}

.h1-voz {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'abadimtpro', sans-serif;
    font-size: 4em;
    letter-spacing: 25px;
    padding: 20px 0 0 0;
    margin-top: 0;
    margin-bottom: 0;
}

.button-pauta {
    border: none;
    background: none;
}

.button-pauta: focus {
            border: none;
                background: none;
            }



/* ============================================================
   GALERIA
   ============================================================ */

.galeria-section {
    background: #fff;
    padding: 64px 32px;
    text-align: center;
}

.galeria-inner {
    max-width: 900px;
    margin: 0 auto;
}

.galeria-section h3 {
    font-size: clamp(18px, 2.8vw, 26px);
    font-weight: 400;
    color: var(--marrom);
    margin-bottom: 32px;
    line-height: 1.35;
}

.galeria-section h3 strong {
    font-weight: 900;
}

.slider-container {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.slider-track {
    flex: 1;
    overflow: hidden;
    border-radius: 10px;
    max-width: 720px;
    position: relative;
    min-height: 220px;
    background: #ddd;
}

.slide {
    display: none;
}

.slide.active {
    display: block;
}

.slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}

.slider-arrow {
    background: none;
    border: none;
    font-size: 28px;
    color: var(--marrom);
    padding: 8px;
    transition: color .2s, transform .2s;
    flex-shrink: 0;
}

.slider-arrow:hover {
    color: var(--vermelho);
    transform: scale(1.15);
}

.slider-dots {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background .2s, transform .2s;
}

.dot.active {
    background: var(--marrom);
    transform: scale(1.2);
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}