@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    
}
/* Variáveis de cor */

:root {
    --primaria: #09066f;
    --secundaria: #ea4d1f;
    --terciaria: #ffffff;
    --quaternaria: #000000;
}

/* Personalizando Barra de rolagem */

@font-face {
  font-family: 'Lust';
  src: url('./assets/fonts/fonnts.com-Lust.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}



p,a {
  font-family: "Montserrat", sans-serif;
}

h1,h2,h3 {
  font-family: "Montserrat", sans-serif;
  
}

.cor-prim {
    color: var(--quaternaria);
}


.bg-primaria{
    background-image: #f4f1f0;

}
.bg-primaria-2{
    background-image: linear-gradient( var(--secundaria), var(--primaria) );

}
.bg-primaria-3{
    background-image: linear-gradient( var(--primaria), var(--secundaria) );

}

.bg-secundaria{
    background-color: var(--secundaria);
}
.bg-quater{
    background-color: #ffffff;

}


figure {
    margin: 0px;
}


.wd-60 {
    width: 60%;
}

.wd-100 {
    width: 100%;
}

.banner-paginas {
    background-size: contain;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}

.banner-paginas h1 {
    color: white;
}

.text-banner-paginas {
    height: 300px;
}

.text-title-principal {
    color: var(--primaria)!important;
}

.text-title-principal-mobile {
    color: var(--primaria)!important;
}

.text-title-principal p{
    color: var(--primaria)!important;
    font-size: 30px;
    font-weight: bold;
}

.text-title-principal-mobile p{
    color: var(--primaria)!important;
    font-weight: bold;
}

.wd-40 {
    width: 50%;
}

.btn-branco {
    padding: 8px 40px;
    text-decoration: none;
    background-color: white;
    color: var(--quaternaria);
    border: 1px solid var(--quaternaria);
    border-radius: 20px;
}

.btn-branco:hover {
    transition: 1s;
    background-color: var(--quaternaria);
    color: white;
    border: 1px solid white;

}

.btn-primaria {
    padding: 8px 40px;
    text-decoration: none;
    background: var(--quaternaria);
    color: white;
    border-radius: 20px;
}

.btn-primaria:hover {
    transition: 1s;
    color: var(--quaternaria);
    background: white;
    border: 1px solid var(--quaternaria);

}

.btn-secundaria {
    padding: 8px 40px;
    text-decoration: none;
    background: var(--primaria);
    color: #a7775f;
    border-radius: 20px;
}

.btn-secundaria:hover {
    transition: 1s;
    color: #a7775f;
    background: white;
    border: 1px solid var(--primaria);

}

.btn-form{
    background: #83A548;
    padding: 16px;
    width: 186px;
    margin-left: 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: white;
    border-radius: 8px;
}

.btn-form:hover {
    transition: 1s;
    color: #a7775f;
    background: white;
    border: 1px solid var(--primaria);

}

.btn-sub{
    background: #83A548;
    color: white;
    padding: 16px 40px 16px 40px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
}

.btn-sub:hover {
    transition: 1s;
    color: #a7775f;
    background: white;
    border: 1px solid var(--primaria);

}


.btn-card-s-menu {
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #668045;
    background: var(--primaria);
    border-radius: 8px;
    border: 1px solid var(--primaria);
}
.btn-card-s-menu:hover {
    transition: 0s;
    color: #a7775f;
    background: white;
    border: 1px solid var(--primaria);

}

.btn-terciaria {
    padding: 15px 40px;
    text-decoration: none;
    background: #83A548;
    color: white;
    border-radius: 100px;
    font-weight: bold;
}

.btn-terciaria:hover {
    transition: 1s;
    color: #83A548;
    background: white;
    border: 1px solid var(--primaria);

}
.hr-custom {
    width: 200px;
    margin-left: -100px;
    color: white;
    opacity: 1;
}

.hr-custom-azul {
    width: 200px;
    margin-left: -100px;
    color: var(--quaternaria);
    opacity: 1;
}

.h2-branco {
    color: white;

}

.h2-azul {
    color: var(--primaria);

}


/* Slide Swiper da Home */


.btn-position {

    position: absolute; 
    bottom: 40px;
}


/* Banner Home */



.text-banner {
    height: 450px;
}


.banner-home h1 {
    color: white;
}




/* Banner Home */


.bg-sobre {
    
    background-repeat: no-repeat;
    background-size: contain;
}

.h3-nome {
    font-size: 40px;
    color: white;
}

.pd-sobre {
    padding-top: 100px;
}


/* A Clínica */

.pd-slide-clinica {
    padding-left: 100px;
    padding-right: 100px;
    background: transparent;
}

/* Social Media */

.swiper-button-next:after, .swiper-button-prev:after {
    color: white;
    font-weight: 1000;
    font-size: 40px;
}

.bg-social {
    background-size: cover;
    background-repeat: no-repeat;
}

/* Área de atuação */

.card-servico h4{
    color: white;
}
.card-servico p{
    color: white;
}

/* Sobre */
.formacao p {
    color: white;
}

.sombra-img {
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}

.b-radius {
    border-radius: 5px;
}

.card-equipe {
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}

.card-equipe h5 {
    color: white;
}
.card-equipe span {
    color: white;
    font-style: italic;
}
.card-equipe p {
    color: white;
}

/* Termos */

.termos-custom h6 {
    font-size: 30px;
    color: var(--primaria);
}

.border-termos {
    border-right: 1px solid var(--primaria);
    border-left: 1px solid var(--primaria);
}

.bg-termos {
    background-color: #c6c6c6;
}

.termos-custom p {
    color: var(--primaria);
}


/* Blog Home */

.page-numbers .current {
    background-color: var(--primaria)!important;
    padding: 5px;
    border-radius: 5px;
    color: var(--secundaria)!important;
}


.page-numbers .page-numbers {
    background-color: var(--primaria);
    padding: 5px;
    border-radius: 5px;
    background-color: #e8e8e8;
    color: black;
    text-decoration: none;
}

.page-numbers {
    display: flex;
    padding-top: 30px;
    justify-content: center;
}

.page-numbers li{
    list-style: none;
    padding: 10px;
}

.entry-title {
    font-size: 25px;
    height: 75px;
}

.blog-card h4 {
    color: var(--primaria);
}

.arrow-blog:after, .arrow-blog:after {
    color: var(--primaria);
}

/* Contato */

.mapa-contato iframe {
    border-radius: 20px;
     box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
     width: 100%;
     height: 50vh;
}

.contato-custom h5 {
    color: var(--primaria);
}

.contato-custom p {
    color: var(--primaria);
}

.contato-custom a {
    color: var(--primaria);
    text-decoration: none;
}

.form-contato input {
    border: 1px solid var(--primaria);
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}

.form-contato textarea {
    border: 1px solid var(--primaria);
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}



.accordion-button:focus {
    box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.3);
    border-color: transparent!important;

}


.accordion-item {
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    border-radius: 20px !important;


}

.accordion-button:not(.collapsed) {
    font-weight: bold;
    font-size: 22px;
    padding: 30px 16px;
    background-color: var(--primaria);
    color: #ffffff;
    border-radius: 20px !important;
    box-shadow: -15px 10px 0px #0b0040;
    border: 2px solid var(--quaternaria);


}

.accordion-item:last-of-type .accordion-button.collapsed {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border-radius: 20px !important;
    background-color: #2106b2;
    box-shadow: -15px 10px 0px #0b0040;
    border: 2px solid var(--quaternaria);
}




.accordion-button:not(.collapsed)::after {
    color: white;
    
}
.accordion-header
{
    border-radius: 50px;
}

.text-serv-p p {
    color: white;
}

.text-serv-p li {
    color: white;
}


.img-serv-p iframe {
    width: 100%;
}

.img-serv {
    border-radius: 100%;
}

.hg-custom {
    height: 140px;
}


/*------------------------------
    Whats Flutuante
------------------------------*/

/* whatsapp */
.whatsapp {
    width: 60px;
    height: 60px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    cursor: pointer;
    border-radius: 30%;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    z-index: 999;
}

.whatsapp {
  
  animation-duration: 1s; /* don't forget to set a duration! */

}

/*------------------------------
   Depoimentos Cards google
------------------------------*/

#card-depoimento{position:relative;top:0}
#card-depoimento:hover{top:-4px;box-shadow: 0px 6px 6px  rgba(0, 0, 0, 0.3);;
   transition: all .2s ease-in-out}

.b-radius-10 {
    border-radius: 10px;
}

.ava-custom p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.b-radius-100 {
    border-radius: 100%;
}

.nome-depoimento {
    font-size: 14px;
    font-weight: bold;
}

.font-date {
    font-size: 12px;
    color: #989898;
}

.overflow-depoi {
    height: 100px;
    overflow-y: scroll;
    max-width: 100%;
}

.color-star i{
    color: #fdc400;
}

.overflow-depoi::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}

.overflow-depoi::-webkit-scrollbar-track {
    background: #eeeeee;        /* color of the tracking area */
}

.overflow-depoi::-webkit-scrollbar-thumb {
    background-color: #929292;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #eeeeee;  /* creates padding around scroll thumb */
}
.fs-7 {
    font-size: 14px;
}

.shadow-depoi {
    border-radius: 10px;
    box-shadow: 0px 2px 2px  rgba(0, 0, 0, 0.3);
    background-color: white;
}

.pad-depoi {
    padding: 10px 20px;
}

.text-depoi-card p{
    font-size: 14px;
    margin-bottom: 0px;
}

.icone-google img {
    width: 20px!important;

}

.wd-avatar {
    width: 50px!important;
}

/* Para quem é indicado */


.title-cuida{
    font-size: 40px;
    font-weight: 600;
}

.text-indic{
    text-align: justify;
    line-height: 23px;
    word-spacing: 0,3px;
}
.text-cuid {
    color: var(--quaternaria);
    text-align: justify;
}
.text-olter{
    text-align: center;
    color: white;
}
.title-older{
    font-size: 40px;
    color: var(--terciaria);
    font-weight: 600;
    text-align: start;

}
.icon-user{
    color: white;
    font-size: 50px;
    text-align: justify;
    
}
.closecl {
    background-color: var(--primaria) !important;
    color: white;
    
}
.btn-icone{
  width: 90px;
}
/* V 2-0 */


/* Iframe */

.banner-v{
    background-image: url(../img/fundo.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-depo{
    background-image: url(../img/fundo.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.back-3{
    color: #929292;
}
.sombra-img-2{
    border-radius: 31px;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);

}

/* end - Iframe */














/* ===========================
   DESKTOP (>=992px)
   =========================== */

/* Header desktop: sem aquele fundo azul quadriculado */
.topbar-bg {
    background: transparent !important;
    background-image: none !important;
    border-bottom: none !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

/* Nav sem fundo próprio */
.header-nav {
    background: transparent !important;
    padding: 0 !important;
}

/* Logo */
.logo-menu {
    max-width: 170px;
    height: auto;
}

/* UL principal do menu */
.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 28px; /* distância entre os botões no desktop */
}

/* remove bullets */
.main-menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Botões pretos estilo cápsula */
.main-menu > li > a {
    display: inline-block;
    background-color: #000;
    border: none !important;             /* sem borda amarela */
    border-radius: 8px;
    color: #fff200 !important;           /* texto amarelo */
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 16px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    position: relative;
    white-space: nowrap;
}

/* Hover e item ativo no desktop */
.main-menu > li > a:hover,
.main-menu > li.current-menu-item > a,
.main-menu > li.current-page-ancestor > a {
    background-color: #111;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
    text-decoration: none;
}

/* Estilo do botão hamburguer no desktop (quase não aparece, mas fica bonito) */
.navbar-toggler {
    border: 2px solid #fff200;
    border-radius: 6px;
    padding: 6px 10px;
    background-color: #000;
}

.navbar-toggler .navbar-toggler-icon {
    filter: invert(85%) sepia(97%) saturate(749%) hue-rotate(10deg) brightness(105%) contrast(104%);
}



/* ===========================
   MOBILE (<992px)
   =========================== */
@media (max-width: 991px) {

    /* Header mobile: volta o fundo azul quadriculado como no print */
    .topbar-bg {
        background-color: #2a22ff !important; /* tom roxo/azul */
        background-image:
            radial-gradient(rgba(0,0,0,0.35) 1px, transparent 1px);
        background-size: 24px 24px;
        border-bottom: 2px solid rgba(0,0,0,0.4);
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    /* Botão hamburguer = quadradinho branco arredondado com sombra */
    .navbar-toggler {
        background-color: #fff !important;
        border: 0 !important;
        border-radius: 6px;
        padding: 8px 10px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    }

    .navbar-toggler .navbar-toggler-icon {
        filter: none; /* mantém as barrinhas escuras padrão bootstrap */
    }

    /* A CAIXA DO MENU ABERTO (dropdown escuro arredondado)
       posição absoluta pra ficar flutuando igual seu print */
    .navbar-collapse {
        position: absolute;
        top: 60px;              /* ajusta pra ficar abaixo do topo */
        right: 1rem;            /* encostado na direita */
        width: 260px;
        background-color: rgba(5, 6, 40, 0.95); /* azul bem escuro quase preto */
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.6);
        z-index: 9999;

        display: block !important; /* o bootstrap controla via .show */
    }

    /* Quando está fechado (sem .show), some mesmo sendo absolute */
    .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    /* A lista dentro do dropdown deve ficar em bloco vertical */
    .main-menu {
        display: block;
        margin: 0;
        padding: 0;
        gap: 0;
        width: 100%;
        justify-content: flex-start !important;
    }

    .main-menu > li {
        list-style: none;
        margin: 0 0 18px 0;
        padding: 0;
    }

    .main-menu > li:last-child {
        margin-bottom: 0;
    }

    /* LINK MOBILE:
       texto branco grande, centralizado, em CAPS
       sem cápsula preta, sem sombra */
    .main-menu > li > a {
        background: transparent !important;
        border: none !important;
        border-radius: 0;
        box-shadow: none !important;

        display: block;
        width: 100%;
        padding: 0;

        color: #fff !important;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }

    /* Hover no mobile: só dá um leve destaque */
    .main-menu > li > a:hover,
    .main-menu > li.current-menu-item > a,
    .main-menu > li.current-page-ancestor > a {
        background: transparent !important;
        color: #fff !important;
        text-decoration: none;
        filter: brightness(1.2);
    }

    /* Garante que o nav em si não injete cor por trás */
    .header-nav {
        background: transparent !important;
    }
}
/* ===========================
   DESKTOP (>=992px)
   =========================== */

/* Header desktop: sem aquele fundo azul quadriculado */
.topbar-bg {
    background: transparent !important;
    background-image: none !important;
    border-bottom: none !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

/* Nav sem fundo próprio */
.header-nav {
    background: transparent !important;
    padding: 0 !important;
}

/* Logo */
.logo-menu {
    max-width: 170px;
    height: auto;
}

/* UL principal do menu */
.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 28px; /* distância entre os botões no desktop */
}

/* remove bullets */
.main-menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Botões pretos estilo cápsula */
.main-menu > li > a {
    display: inline-block;
    background-color: #000;
    border: none !important;             /* sem borda amarela */
    border-radius: 8px;
    color: #fff200 !important;           /* texto amarelo */
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 16px;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    position: relative;
    white-space: nowrap;
}

/* Hover e item ativo no desktop */
.main-menu > li > a:hover,
.main-menu > li.current-menu-item > a,
.main-menu > li.current-page-ancestor > a {
    background-color: #111;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
    text-decoration: none;
}

/* Estilo do botão hamburguer no desktop (quase não aparece, mas fica bonito) */
.navbar-toggler {
    border: 2px solid #fff200;
    border-radius: 6px;
    padding: 6px 10px;
    background-color: #000;
}

.navbar-toggler .navbar-toggler-icon {
    filter: invert(85%) sepia(97%) saturate(749%) hue-rotate(10deg) brightness(105%) contrast(104%);
}



/* força as três barrinhas dentro do botão branco do mobile */
.navbar-toggler .navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em 1.5em;
    filter: none !important;

    /* ícone hambúrguer preto sem depender do bootstrap */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}



/* Banner - Landing Page Sitex */
.banner-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/FUNDOWEB_AZUL.png);
}
.banner-home-verde {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/FUNDOWEB_VERDE.png);
}
.banner-home-laranja {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/FUNDOWEB_LARANJA.png);
}

.melhor-betim{
    color: rgb(255, 255, 255);
    background-image: url(../img/RECORTE_PROJETO_vazio.png);
    font-weight: 700;
    line-height: 1.25;
    padding: 0.8rem 1rem;
    display: inline-block;
    white-space: normal;
    text-align: center;
    font-size: clamp(1.1rem, 0.5vw + 1rem, 1.6rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 24px;
    min-height: 60px;
}
.melhor-betim-1 {
    background-color: #000;
    color: rgb(255, 255, 255);
    padding: 5px 10px 5px 10px;
}
.banner-prin{
    position: relative;
    display: grid;
    background: var(--secundaria);
    overflow: hidden;
}

/* end - Banner */



/* Sobre */
.title-sitex{
    color: var(--primaria);
    font-size: 32px;
    font-weight: 550;

}
.title-camara{
    color: black;
    font-size: 35px;
    font-weight: 600;

}

.banner-sobre {
    background: var(--quaternaria);
}
.assista-v{
    font-size: 22px;
}
/* end - Sobre */

/* Form */
.logo-footer{
    width: 200px;
}
.title-contat{
    color: white !important;
    font-weight: 600;
    font-size: 24px;
    padding-right: 10px;

}
.title-contat-1{
    color: var(--quaternaria);
    font-weight: 600;
    font-size: 24px;
    padding-right: 10px;
    margin-top: 55px;

}
.localiza{
    color: white;
    width: 18px;
    height: 18px;
}
.text-link{
    color: var(--terciaria) !important;
}
.icon-footer-2{
    width: 18px !important;
    height: 18px;
}
.seu-email-2{
    color: white !important;
    font-weight: 300;
    font-size: 16px;

}


/* Footer */


.bg-footer-02 {
     background: var(--primaria);
}

.footer-custom h5 {
    color: white;
}

.footer-custom p {
    color: var(--primaria);
}
.term-color{
    color: var(--primaria)!important;
}
.footer-custom a {
    color: white !important;
    text-decoration: none;
}


.bg-footer-02 h5 {
    color: white;
}

.bg-footer-02 p {
    color: white;
}

.bg-footer-02 a {
    color: white;

}
.border-footer {
    border-top: 2px solid var(--primaria);
}



/* Card do Shorts (9:16) – largura maior no desktop */
.video-embed-9x16{
  position: relative;
  aspect-ratio: 9 / 16;
  width: 350px;           /* ↑ AQUI A LARGURA (ajuste como quiser) */
  max-width: 100%;
  margin: 0 auto 20px;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
}

/* Garante que o iframe ocupe todo o wrapper */
.video-embed-9x16 .yt-embed{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
  transform: scale(1.0);   /* leve zoom para cortar faixas internas */
  transform-origin: center;
}


.sty-iframe iframe {
    width:60%!important; 
    height:44vh!important;

}

.span-video{
    margin-left: 50px;
}
.text-video{
    font-size: 22px;
    line-height: 30px;
    color: white;
}
.titulo-cr {
    text-align: center;      /* Centraliza o bloco inteiro */
}
.title-video-s2{
    color: #ffffff;
    font-weight: bold;
    line-height: 53px;
    margin: 0;
}
.back-blue{
    background-image: url(../img/RECORTE_PROJETO_vazio.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 24px;      /* um pouquinho mais largo */
    min-height: 60px;
}

.back-la{
    background-image: url(../img/RECORTE_PARTICIPE_vazio.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 40px;      /* um pouquinho mais largo */
    min-height: 60px;
}

.title-video{
    color: #ffffff;             /* mantém preto se você quiser igual à arte original */
    font-size: 36px;         /* AUMENTEI a fonte (tava ~32px) */
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}



.redes .sociais {
  display: flex;
  justify-content: center; /* centraliza */
  gap: 20px; /* espaço entre os ícones */
}
.redes .sociais a {
  display: inline-block;
    width: 50px;

}



.sty-iframe {
    position: relative;
    margin: 0 auto;    /* centraliza */
}

.sty-iframe iframe {
    width: 100%; /* deixa o vídeo sempre grande e responsivo */
    height: auto;
}

.video-icon {
    position: absolute;
    top: -50px;
    right: 20px;
    width: 95px;
    height: auto;
    border-radius: 6px;
}







.accordion-item-2:last-of-type .accordion-button.collapsed {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    border-radius: 20px !important;
    background-color: #2106b2;
    box-shadow: -15px 10px 0px #0b0040;
    border: 2px solid var(--quaternaria);
}






/* área do texto */
.entenda-texto {
    text-align: left;            /* força alinhado à esquerda */
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    background: rgba(0,0,0,0);   /* transparente sobre o grid verde */
    color: #000;
}

/* parágrafos internos vindos do the_content() */
.entenda-texto p {
    margin-bottom: 1rem;
    background-color: rgba(0,0,0,0.15); /* aquela barrinha translúcida cinza/verde escuro atrás do texto do print */
    padding: 0.75rem 1rem;
    border-radius: 2px;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}

/* negrito dentro do texto, mantendo estilo tipo print */
.entenda-texto strong {
    font-weight: 700;
    color: #000;
}

.entenda-titulo{
    background-image: url(../img/RECORTE_PROJETO_vazio.png);
    background-repeat: no-repeat;
    background-position: center;
}
.direitos-texto{
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    background: rgba(0,0,0,0);   /* transparente sobre o grid verde */
    color: #ffffff;
    text-align: start !important;

}
.direitos-texto p {
    margin-bottom: 1rem;
    background-color: rgb(0 0 0 / 34%);
    padding: 0.75rem 1rem;
    border-radius: 1px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;

}



/* cada card verde com borda arredondada */
.servico-box {
    width: 100%;
    border-radius: 1px;
    background-color: rgb(0 0 0 / 34%);
    color: #000;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.45;
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
}

/* bloco que segura a tarja preta */
.servico-box-head {
    position: absolute;
    top: -2.5rem;           /* tarja morde a borda */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    max-width: 95%;
}

/* tarja preta com texto amarelo */
.servico-box-titulo {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25;
    background-image: url(../img/RECORTE_PROJETO_vazio.png);
    padding: 0.8rem 1rem;
    display: inline-block;
    white-space: normal;
    text-align: center;
    font-size: clamp(1.1rem, 0.5vw + 1rem, 1.6rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 24px;
    min-height: 60px;
    
    
}

/* segunda linha menor dentro da mesma tarja (só pro PAPRE) */
.servico-box-titulo-small {
    display: block;
    font-size: clamp(0.8rem, 0.4vw + 0.7rem, 1rem); /* menor */
    line-height: 1.3;
    margin-top: 0.5rem;
    color: #fff200;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

/* texto interno do card */
.servico-box-texto {
    font-size: clamp(1.15rem, 0.4vw + 1rem, 1.5rem); /* maior como você pediu */
    font-weight: 400;
    line-height: 1.6;
    color: white;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}


.envie-sg{
   
    background-image: url(../img/RECORTE_PARTICIPE_vazio.png);
    background-repeat: no-repeat;
    background-position: center;

}
.texto-calen{
        font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.texto-calen p {
    margin-bottom: 1rem;
background-color: rgb(0 0 0 / 34%);    padding: 0.75rem 1rem;
    border-radius: 1px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
}


/* Wrapper do formulário pra garantir responsividade */
.google-form-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    /* altura mínima pra não cortar nada visualmente;
       pode ajustar se o form crescer muito */
    min-height: 1300px;

    /* opcional: bordas arredondadas e overflow hidden pra não vazar nada */
    border-radius: 8px;
    overflow: hidden;
}

/* iframe ocupa toda a largura disponível */
.google-form-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.title-calen {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}
.titulo-voz{
    font-weight: 700;
    color: white;
    font-size: 30px;

}
.text-voz{
    color: #ffffff;
    font-size: 20px;
    background-color: rgb(0 0 0 / 34%); 
    border-radius: 1px;
    text-align: start;
}
.ultimo-texto{
    font-size: 20px;
    color: white;
    margin-bottom: 1rem;
    background-color: rgb(0 0 0 / 34%);
    padding: 0.75rem 1rem;
    border-radius: 1px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    text-align: start;
}



/* bloco do vídeo: largura e altura controladas */
.video-cover{
  position: relative;
  width: min(100%, 1000px);         /* limita no desktop */
  height: clamp(240px, 56vw, 460px);/* altura responsiva (não fica gigante) */
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  --zoom: 1.22;                     /* ajuste fino do corte p/ sumir bordas */
}

/* preenche tudo e aplica o crop */
.video-cover iframe{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  transform: scale(var(--zoom));
  transform-origin: center;
}

/* mobile: reduz altura e zoom */
@media (max-width: 991.98px){
  .video-cover{
    width: 100%;
    height: clamp(220px, 56vw, 420px);
    --zoom: 1.14;                   /* menos zoom no mobile */
  }
}

/* zera paddings/gutters que criam “moldura” */
.banner-home{ padding:0; }
.row.g-0 > [class^="col"]{ padding:0; }



