@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    
}
/* Variáveis de cor */

:root {
    --primaria: #95C11F;
    --secundaria: #2a6624;
    --terciaria: rgb(255, 255, 255);
    --quaternaria: #865943;
}

/* Personalizando Barra de rolagem */

a, h1,h2,h3,h4,h5,span {
    font-family: 'Montserrat', sans-serif;
}
p{
    font-family: 'Inter', sans-serif;
    margin-bottom: 0px;
}

.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: #865b4c;

}


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-family: 'bookman-old-style-regular';
    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;
    font-family: 'bookman-old-style-regular';
    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-menu {
    border-radius: 8px;
    background-color: #004a8c;
    color: white !important;
    font-size: 24px;
    font-weight: 600;
    padding: 5px 30px!important;
}

.btn-menu:hover {
    transition: 1s;
    color: var(--primaria)!important;
    background: white;
    border: 1px solid var(--primaria);

}

.btn-prima {
    padding: 5px 30px;
    border-radius: 8px;
    background-color: #004a8c;
    color: white;
    font-size: 24px;
    font-weight: 600;
}
.btn-prima:hover {
    transition: 1s;
    color: white;
    background: #2a6624;
}

.btn-ba {
   
padding-top: 10px;
padding-right: 18px;
padding-bottom: 10px;
padding-left: 18px;
gap: 8px;
border-radius: 8px;
background: linear-gradient(to right, #008C3B 0%, #AFCB08 100%);
color: white;
box-shadow: 0px 1px 2px 0px #1018280D;

}
.btn-ba:hover {
    transition: 1s;
    color: white;
    background: #2a6624 !important;

}
.btn-prima-2{
    padding: 5px 50px;
    border-radius: 8px;
    background-color: #004a8c;
    color: white;
    font-size: 24px;
    font-weight: 600;
}


.btn-prima-2:hover {
    transition: 1s;
    color: white;
    background: #2a6624;

}
.btn-prima-amarela{
    padding: 5px 20px;
    border-radius: 8px;
    background-color: #EDE334;
    font-size: 18px;
    font-weight: 600;
}

.btn-prima-amarela:hover {
    transition: 1s;
    color: #EDE334;
    background: white;
    border: 1px solid #EDE334;

}

.btn-prima-azul{
    padding: 5px 20px;
    border-radius: 8px;
    background-color: #21274E;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.btn-prima-azul:hover {
    transition: 1s;
    color: #21274E;
    background: white;
    border: 1px solid #21274E;

}

.btn-prima-roxo{
    padding: 5px 20px;
    border-radius: 8px;
    background-color: #706082;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.btn-prima-roxo:hover {
    transition: 1s;
    color: #706082;
    background: white;
    border: 1px solid #706082;

}

.btn-prima-claro{
    padding: 5px 20px;
    border-radius: 8px;
    background-color: #7CB365;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.btn-prima-claro:hover {
    transition: 1s;
    color: #706082;
    background: white;
    border: 1px solid #7CB365;

}



.btn-card-sitex {
    padding: 5px 20px;
    border-radius: 8px;
    background-color: #3D3D3F;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.btn-card-sitex:hover {
    transition: 1s;
    color: var(--primaria);
    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 */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

  
}



.swiper-pagination-bullet {
    background: white !important;
}

.btn-position {

    position: absolute; 
    bottom: 40px;
}
/* ===== MENU (DESKTOP IGUAL AO SEU + MOBILE ARRUMADO) ===== */

/* Header */
.mp-header{
  padding: 18px 0;
}

/* DESKTOP (mantém igual ao que estava) */
.mp-pill{
  background: #002711;
  border-radius: 20px;

  padding: 16px 120px;                 /* IGUAL */
  display: flex;
  align-items: center;
  gap: 28px;                           /* IGUAL */

  width: calc(100vw - 48px);           /* IGUAL (pill largo) */
  max-width: 1700px;
  margin: 0 auto;

  position: relative;                  /* IGUAL (centraliza fora do container) */
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

/* Logo */
.mp-brand{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 0;
}

.mp-brand img,
.mp-brand .custom-logo{
  width: 150px;
  height: auto;
  display: block;
}

/* Navbar */
.mp-navbar{
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
}

.mp-navbar .navbar-collapse{
  justify-content: center;             /* menu centralizado no restante */
}

/* Lista */
.mp-menu{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;                           /* IGUAL */
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;                   /* desktop fica em 1 linha (igual antes) */
}

.mp-menu li{ list-style: none; }

.mp-menu li a{
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;                     /* IGUAL */
  padding: 8px 6px;
  white-space: nowrap;
  transition: color .2s ease, opacity .2s ease;
}

.mp-menu li a:hover{
  color: #95C11F !important;
}

/* Botão hamburguer */
.mp-navbar .navbar-toggler{
  border: 1px solid rgba(255,255,255,.25);
}
.mp-navbar .navbar-toggler:focus{
  box-shadow: 0 0 0 .2rem rgba(149,193,31,.25);
}

/* ===== AJUSTES RESPONSIVOS (SEM MEXER NO DESKTOP) ===== */

/* Entre 992 e 1199: colapsa (por causa do navbar-expand-xl) e evita cortar menu */
@media (max-width: 1199.98px){
  .mp-pill{
    padding: 14px 18px;                /* reduz padding no mobile/tablet */
    gap: 14px;

    width: 100%;                       /* para de forçar 100vw */
    left: auto;
    transform: none;
  }

  .mp-navbar .navbar-collapse{
    justify-content: flex-start;
    width: 100%;
    padding-top: 10px;
  }

  .mp-menu{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    flex-wrap: nowrap;
  }

  .mp-menu li a{
    display: block;
    width: 100%;
    padding: 12px 0;
  }
}

/* Mobile pequeno */
@media (max-width: 575.98px){
  .mp-brand img,
  .mp-brand .custom-logo{
    width: 135px;
  }
}








.ingressos-data-slot{ display:none; justify-content:center; }
.ingressos-data-slot.is-active{ display:flex; }
.ingressos-data{ margin-top:16px; max-width:420px; width:100%; height:auto; display:block; }


















/* Banner Home */

.banner-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.banner-atra{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
}

a {
    color: black;
 
}
/* 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: var(--quaternaria);
    font-weight: 1000;
}

.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);
}

/* Footer */


/* =========================
   FOOTER - Modelo da imagem
   ========================= */

.Footer-Minaspetro{
  background: #ffffff;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.Footer-Top{
  padding: 34px 0 26px;
}

.Footer-Logo{
  max-width: 190px;
  height: auto;
  display: inline-block;
}

.Footer-LogoLink{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

/* Menu central em 2 linhas */
.Footer-Nav{
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 10px 28px; /* linha x coluna */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.Footer-Nav a{
  color: #0f172a;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.Footer-Nav a:hover{
  color: #0b1220;
  text-decoration: underline;
}

/* Social com “quadradinhos pretos” */
.Footer-Social{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.Footer-SocialBtn{
  width: 26px;
  height: 26px;
  background: #0b0b0b;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.Footer-SocialBtn i{
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}

.Footer-SocialBtn:hover{
  transform: translateY(-1px);
  opacity: .92;
}

/* Linha fina antes do copyright */
/* remove o fundo e coloca linhas acima/abaixo do copyright */
.Footer-Divider{
  display: none; /* não precisa mais da linha separada */
}
.parceiros-pagination {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.parceiros-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.35;
  transition: opacity 0.2s ease;
}

.parceiros-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.Footer-Bottom{
  background: transparent;     /* era cinza */
  padding: 18px 0;             /* ajuste fino do “respiro” */
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.Footer-Legal{
  margin: 0;
  color: #6b7280;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}


.Footer-Pipe{
  margin: 0 8px;
  color: #b6bdc7;
}

.Footer-LegalLink{
  color: #6b7280;
  text-decoration: none;
}

.Footer-LegalLink:hover{
  text-decoration: underline;
}

/* Responsivo */
@media (max-width: 991.98px){
  .Footer-Top{
    padding: 28px 0 22px;
  }

  .Footer-Nav{
    grid-template-columns: repeat(2, auto);
    gap: 10px 22px;
  }
}

@media (max-width: 575.98px){
  .Footer-Nav{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .Footer-Social{
    justify-content: center;
  }
}

.mapa iframe {
    width: 100%;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}




.accordion-button:focus {
    box-shadow: 0px 0px 0px  rgba(0, 0, 0, 0.3);
    border-color: transparent!important;

}
.bg-card-roxo{
    background-color: #21274D;
    
}


.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 */

.quadro-indic {
    border: 1px solid var(--primaria);
    border-radius: 30px;
    box-shadow: 10px 10px 10px  rgba(251, 242, 252, 0.3);
    background-color: #f4f1f0;
    color: #865943;

}
.quadro-indic:hover{
    background-color: #f4f1f0;
}

.quadro-indic p{
    font-size: 18px;
    font-family: 'bookman-old-style-regular';
}

.quadro-indic i{
    font-size: 30px;
    color: var(--terciaria)!important;

}
.title-cuida{
    font-size: 40px;
    font-family: 'bookman-old-style-regular';
    font-weight: 600;
}

.text-indic{
    text-align: justify;
    line-height: 23px;
    word-spacing: 0,3px;
}
.text-cuid p{
    color: white;
    font-family: 'bookman-old-style-regular';
    text-align: justify;
}
.text-olter{
    text-align: center;
    color: white;
}
.title-older{
    font-size: 40px;
    color: white;
    font-family: 'bookman-old-style-regular';
    font-weight: 600;

}
.icon-user{
    color: white;
    font-size: 50px;
    text-align: justify;
    
}

/* V 2-0 */


/* Banner */

.text-projet{
    color: #575757;
    font-size: 40px;
    font-weight: 300;
    line-height:1.2em;
    font-family: 'bookman-old-style-regular';
}
.img-drabanner{
    height: 810px;
    width: 694;
}
.text-back{
    color: #83563D;
}
.text-temp{
    color: #575757;
    font-family: 'bookman-old-style-regular';
    line-height: 28.17px;
    font-size: 24px;

}
.seu-ema{
    border: 1px solid var(--primaria);
    width: 365px;
    height: 51px;
    padding: 16px;
    border-radius: 8px;
    gap: 8px;
}
/* show/hide por cidade */
.ingressos-slider-wrap{ display:none; }
.ingressos-slider-wrap.is-active{ display:block; }

/* tabs */
.ingressos-tabs{
  margin: 14px auto 0;
  display: inline-flex;
  background: #fff;
  border: 1px solid #cfe7c9;
  border-radius: 10px;
  overflow: hidden;
}

.ingressos-tab{
  border: 0;
  background: transparent;
  padding: 10px 18px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1b1b1b;
  cursor: pointer;
}

.ingressos-tab.is-active{
  background: #008C3B;
  color: #fff;
}

/* left + nav */
.ingressos-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.ingressos-nav{
  display: flex;
  gap: 10px;
}

.ingressos-prev,
.ingressos-next{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #008C3B;
  background: #fff;
  color: #008C3B;
  font-size: 20px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.ingressos-next{
  background: #008C3B;
  color: #fff;
}

/* cards */
.ingresso-card-img{
  width: 100%;
  height: auto;
  display: block;
}

.ingresso-card-fallback{
  width: 100%;
  min-height: 420px;
  border-radius: 18px;
  background: #0b1f12;
  color: #fff;
  padding: 20px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap: 8px;
}

.text-video-2{
    color: #F2F1F1;
    font-size: 14px;
}
.back-2{
    background-color: #eccaa5;
}
.back-3{
    color: #929292;
}
.sombra-img-2{
    border-radius: 31px;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);

}

/* end - Iframe */


/* Sobre */

.text-sobre{
    color: #d4b3a4;
    font-weight: 700;
    font-size: 30px;
    line-height:1.2em;
}
.text-sobre-2{
    font-weight: 700;
    color: #a7775f;
    font-size: 50px;
}
.text-sobre-3{
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0%;



}
.text-geral p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;


}
.sty-iframe iframe {
    border: 3px solid white;
    padding: 20px;
    border-radius: 31px;
    width:60%!important; 
    height:60vh!important;

}

.foto-thatia{
    border-radius: 30px;
    width: 690px;
    height: 539px;

}
.text-total{
    display: block;
}
/* end - Sobre */

/* =========================
   Parceiros (FINAL LIMPO)
========================= */

.parceiros-wrap{
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 16px;
}

.parceiros-hero{
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  padding: 48px 0;
  background-image: url(/wp-content/themes/Minas-Petro/assets/img/patrocinadores.svg);
  background-size: cover, cover, cover;
  background-position: center, center, center;
  background-repeat: no-repeat;
}


.parceiros-hero::after{
  content:"";
  position:absolute; inset:0;
  z-index:0;
}

.parceiros-hero__inner{
  position: relative;
  z-index: 1;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 34px;
}

/* Texto mais “na borda”, como seu ajuste */
.parceiros-hero__content{
  padding-left: 50px;
}

.parceiros-hero__pill{
  display:inline-block;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  border-radius: 999px;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  margin-bottom: 14px;
}

.parceiros-hero__title{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  color: #fff;
  margin: 0 0 14px 0;
}

.parceiros-hero__text{
  color: rgba(255,255,255,.85);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 520px;
}

/* Slider: centralizado e com largura controlada */
.parceiros-slider{
  max-width: 720px;
  margin: 0 auto;
  padding: 10px 6px 34px;
}

/* Grid: travado pra não esticar */
.parceiros-grid{
  display: grid;
  grid-template-columns: repeat(3, 210px);
  justify-content: center;
  gap: 24px;
}

/* Card: tamanho “curto”, sem esticar */
.parceiro-card{
  width: 210px;
  height: 120px;
  background: rgba(255,255,255,.92);
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 14px 18px;
  text-decoration:none;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  transition: transform .18s ease, background .18s ease;
}

.parceiro-card:hover{
  transform: translateY(-2px);
  background: #fff;
}

.parceiro-card img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Paginação */
.parceiros-pagination{
  bottom: 0 !important;
}
.parceiros-pagination .swiper-pagination-bullet{
  opacity: .55;
}
.parceiros-pagination .swiper-pagination-bullet-active{
  opacity: 1;
}

/* Responsivo */
@media (max-width: 991px){
  .parceiros-hero{ padding: 28px 0; border-radius: 14px; }
  .parceiros-hero__inner{ padding: 0 18px; }
  .parceiros-hero__content{ padding-left: 0; }

  .parceiros-slider{ max-width: 520px; }

  .parceiros-grid{
    grid-template-columns: repeat(2, 220px);
    gap: 18px;
  }
  .parceiro-card{
    width: 220px;
    height: 90px;
  }
}

@media (max-width: 520px){
  .parceiros-grid{
    grid-template-columns: 1fr;
  }
  .parceiro-card{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
/* ===== FIX CORTE: 992px a 1480px (grid nunca ultrapassa o card) ===== */
@media (min-width: 992px) and (max-width: 1480px){

  /* tira o empurrão pro texto não roubar espaço da grade */
  .parceiros-hero__content{
    padding-left: 0 !important;
  }

  /* garante que o bloco da direita respeite a largura disponível */
  .parceiros-slider{
    max-width: 680px;     /* ajuste fino; pode ser 640–720 */
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 10px 0 34px;
    box-sizing: border-box;
  }

  /* aqui é o pulo do gato: 3 colunas que ENCAIXAM na largura */
  .parceiros-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    justify-content: stretch;
  }

  /* cards passam a ocupar a coluna, sem estourar */
  .parceiro-card{
    width: 100%;
    height: 110px;
    min-width: 0;
    padding: 12px 14px;
    box-sizing: border-box;
  }

  .parceiro-card img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
}

/* End - Parceiros /*

/* Ingressos */

/* seção */
.ingressos-section{
  background: transparent;
}

/* wrapper com max-width e background */
.banner-ingressos{
  background-image: url(/wp-content/themes/Minas-Petro/assets/img/b-Ingressos.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  width: 100%;
  max-width: 1700px;
  margin: 0 auto;

  border-radius: 30px;
  overflow: hidden;
}

/* padding interno */
.ingressos-inner{
  padding: 56px 60px;
}

/* topo */
.ingressos-header{
  margin-bottom: 34px;
}

.ingressos-pill{
  display: inline-block;
  color: #008C3B;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #008C3B;
}

.ingressos-title{
  margin: 14px 0 0 0;
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

/* esquerda (logo + ano) */
.ingressos-left{
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.ingressos-logo{
  max-width: 280px;
  width: 100%;
  height: auto;
}

/* ===== Ingressos: hierarquia visual (data maior que ano) ===== */

.ingressos-left{
  display: flex;
  flex-direction: column;
  align-items: center; /* centraliza logo/ano/data */
}

/* 2026 menor */
.ingressos-ano{
  width: clamp(260px, 28vw, 420px);
  height: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 6px;
}

/* 27/03 bem maior */
.ingressos-data{
  width: clamp(360px, 40vw, 640px);
  height: auto;
  display: block;
  margin-top: 6px;
  margin-bottom: 16px;
}

/* Desktop: aumenta mais a data e reduz um pouco o ano */
@media (min-width: 992px){
  .ingressos-ano{
    width: clamp(240px, 22vw, 360px);
  }
  .ingressos-data{
    width: clamp(420px, 34vw, 720px);
  }
}

/* direita: cards */
.ingressos-cards{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;     /* desktop: lado a lado */
  width: fit-content;
  margin: 0 auto;
}

.ingresso-card-img{
  width: 320px;
  max-width: 320px;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.18));
}

/* ===== FIX do “range bugado” (992 a 1451) ===== */
@media (min-width: 992px) and (max-width: 1451px){
  /* dá mais área útil pro conteúdo */
  .ingressos-inner{
    padding: 52px 40px;
  }

  /* cards diminuem só nesse range pra nunca cortar */
  .ingresso-card-img{
    width: clamp(200px, 19vw, 320px);
    max-width: none;
  }

  .ingressos-cards{
    gap: clamp(10px, 1vw, 18px);
  }
}

/* se ficar apertado logo em 992–1099, deixa quebrar (fica bonitinho, sem cortar) */
@media (min-width: 992px) and (max-width: 1099px){
  .ingressos-cards{
    flex-wrap: wrap;
    width: 100%;
  }

  .ingresso-card-img{
    width: min(340px, 100%);
  }
}

/* mobile */
@media (max-width: 991px){
  .ingressos-inner{
    padding: 36px 20px;
  }

  .ingressos-left{
    align-items: center;
    text-align: center;
  }

  .ingressos-logo{ max-width: 240px; }
  .ingressos-ano{ max-width: 360px; }
  .ingressos-title{ font-size: 28px; }

  .ingressos-cards{
    flex-wrap: wrap;
    width: 100%;
  }

  .ingresso-card-img{
    width: min(340px, 100%);
    max-width: 100%;
  }
}

/* End - Ingressos */





/* Indicados */


.title-sect{
    font-size: 50px;
    color: #e8e8e8;
    font-weight: 700;
}
.text-sect{
    font-weight: 500;
    color: #e8e8e8;
    font-size: 23px;
    text-align: justify;
}
.text-sect-2{
    font-weight: 400;
    color: #e8e8e8;
    font-size: 16px;
    text-align: justify;
}
.sombra-img-3{
    border-radius: 10px;
}

.img-ngtv{
    border-radius: 100%;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}

.genero{
    color: white;
    font-size: 30px;
    font-weight: 700;
}
.icone{
    color: #eeeeee;
}
.text-dic{
    color: wheat;
    text-align: justify;
}

/* end - Indicados */


/* Serviços */

.title-Servic{
   color: #BB8D7B;
   font-weight: 600;
   font-size: 40px;
   font-family: 'bookman-old-style-regular';


}
.title-Servic-2{
    color: #865b4c;
    font-weight: 900;
    font-size: 32px;
}

.hr-white{
    background-color: var(--terciaria);
    width: 100%;
}
.text-aba{
    color: white;
    text-align: justify;
}
.text-aba-2{
    color: rgb(0, 0, 0);
    text-align: justify;
}
.title-faq{
    color: #f7007c;
}
.text-ser p{
    color: rgb(0, 0, 0);
    text-align: justify;
}
/* end - Serviços */


/* Perguntas Frequentes */

/* =========================
   FAQ / ACCORDION - CSS COMPLETO
   (Layout igual ao print + Inter + ícones verdes #95C11F)
   ========================= */

/* Área geral */

.FaqSection{
  background: #fff;
  padding: 32px 0 56px;
}
/* ===== DEIXAR O FAQ "MENOR" (menos largo) ===== */
.FaqContainer{
  max-width: 760px;     /* ↓ diminui a largura do bloco (ajuste 700–820) */
  margin: 0 auto;
  padding: 0 16px;      /* ↓ menos respiro lateral */
}

/* Se você NÃO estiver usando .FaqContainer no HTML,
   aplique direto no seu container do Bootstrap: */
.container .accordion-home{
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* (opcional) deixa as perguntas menos “altas” */
.accordion-home .accordion-button{
  padding: 18px 0;      /* era 22px 0 */
}
/* ===== FAQ: largura igual ao print + mais respiro vertical ===== */

/* “Encurta” o bloco todo (igual na imagem) */
.container .accordion-home{
  max-width: 760px;
  margin: 0 auto;
}

/* Cada item com mais espaçamento entre eles */
.accordion-home .accordion-item{
  border: 0;
  border-bottom: 1px solid #eef2f7;   /* linha bem suave */
  padding: 26px 0;                   /* ↑ mais espaçamento vertical */
}

/* Remove borda duplicada do flush */
.accordion-home.accordion-flush .accordion-item{
  border-radius: 0;
}

/* Botão/pergunta com respiro */
.accordion-home .accordion-button{
  padding: 0;                        /* o espaçamento vem do item */
  background: transparent;
  box-shadow: none;
  color: #111827;
  font-weight: 700;
  font-size: 20px;                   /* ajuste se quiser igualzinho */
  line-height: 28px;
}

/* Tira o “cinza” quando abre */
.accordion-home .accordion-button:not(.collapsed){
  background: transparent;
  color: #111827;
  box-shadow: none;
}

/* Corpo/resposta com espaço igual ao print */
.accordion-home .accordion-body{
  padding: 10px 0 0;                 /* ↑ respiro entre*

.accordion-home .accordion-body{
  padding: 0 0 18px 0;  /* era 22px */
}

.FaqContainer{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.FaqHeader{
  text-align: center;
  padding: 16px 0 28px;
}

/* Título principal */
.FaqTitle{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em; /* -2% */
  color: #111827;
  margin: 0;
}

/* Subtítulo */
.FaqSubtitle{
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #374151;
  margin: 10px 0 0;
}

/* Wrapper do accordion */
.accordion-home{
  border: 0;
  background: transparent;
}

/* Item: linha separadora sutil igual print */
.accordion-home .accordion-item{
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background: transparent;
}

/* Remove bordas padrão do flush */
.accordion-flush .accordion-item{
  border-left: 0;
  border-right: 0;
}

/* Botão da pergunta */
.accordion-home .accordion-button{
  padding: 22px 0;
  background: transparent;
  box-shadow: none;
  border: 0;

  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;   /* text-xl */
  line-height: 28px; /* space-text-xl */
  letter-spacing: 0;
  color: #111827;
}

/* Estado aberto (sem mudar fundo) */
.accordion-home .accordion-button:not(.collapsed){
  background: transparent;
  box-shadow: none;
  color: #111827;
}

/* Remove highlight azul do bootstrap */
.accordion-home .accordion-button:focus{
  border: 0;
  box-shadow: none;
  outline: none;
}

/* Corpo da resposta */
.accordion-home .accordion-body{
  padding: 0 0 22px 0;

  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;   /* text-md */
  line-height: 26px; /* space-text-md */
  letter-spacing: 0;
  color: #374151;
}

/* Links dentro da resposta (se houver) */
.accordion-home .accordion-body a{
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =========================
   Ícone + / - (verde #95C11F)
   ========================= */
.accordion-home .accordion-button::after{
  transform: none !important;
  width: 28px;
  height: 28px;
  background-size: 22px 28px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;

  /* PLUS (fechado) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='12.5' fill='white' stroke='%2395C11F' stroke-width='2'/%3E%3Cpath d='M9 14h10' stroke='%2395C11F' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14 9v10' stroke='%2395C11F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.accordion-home .accordion-button:not(.collapsed)::after{
  /* MINUS (aberto) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ccircle cx='14' cy='14' r='12.5' fill='white' stroke='%2395C11F' stroke-width='2'/%3E%3Cpath d='M9 14h10' stroke='%2395C11F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* Ajuste de espaçamento entre blocos (se você estiver usando vários accordions separados) */
.accordion-home + .accordion-home{
  margin-top: 0;
}

/* Responsivo */
@media (max-width: 991.98px){
  .FaqContainer{ max-width: 760px; }
  .accordion-home .accordion-button{ font-size: 18px; line-height: 26px; }
}

@media (max-width: 575.98px){
  .FaqHeader{ padding: 10px 0 18px; }
  .FaqTitle{ font-size: 28px; line-height: 36px; }
  .FaqSubtitle{ font-size: 14px; line-height: 22px; }
  .accordion-home .accordion-button{ padding: 18px 0; }
}


.number-1{
    font-size: 80px;
    color: #ffffff;

}
.card-ser{
    border-radius: 30px ;
    background-color: #af7d62;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);

}
.card-ser:hover{
    background-color: rgb(119, 119, 119);
    box-shadow: 0px 10px 10px  rgba(251, 142, 255, 0.3);

}


.img-anali-lef{
    padding-left: 50px;
}
.img-sobr{
    border-radius: 30px;
    margin-top: 30px;
    box-shadow: 0px 10px 10px  rgba(251, 142, 255, 0.568);

}
.img-sobr:hover{
    box-shadow: 0px 10px 10px  rgba(255, 13, 74, 0.3);

}
.logo-1{
    width: 500px;
    height: 500px;
}
.lista-1 ul{
    list-style: none;
    font-size: 16px;
    line-height: 35px;
    font-family: 'bookman-old-style-regular';
    font-weight: 300;
    padding-left: 0px;
}

/* End - Perguntas Frequentes  */



/* Form */


.title-form{
    color: #83563D;
    font-weight: 600;
    font-size: 40px;
    font-family: 'bookman-old-style-regular';

}

.form-control{
    border-radius: 8px;
    border: 1px solid var(--primaria);
    padding: 16px;
    border-radius: 8px;
}
.img-draform{
    width: 526px;
    height: 826px;
}
.icon-person{
    width: 50px;
    margin-left: 170px;
    margin-bottom: 55px;
    height: 50px;
}

.text-end-1{
    color:white !important;
    font-weight: 300;
    font-size: 16px !important;
    line-height:1.2em;
    font-family: 'bookman-old-style-regular';
}
.logo-footer{
    width: 150px;
}
.title-contat{
    color: white !important;
    font-family: 'bookman-old-style-regular';
    font-weight: 600;
    font-size: 24px;
    padding-right: 10px;

}
.title-contat-1{
    color: white !important;
    font-family: 'bookman-old-style-regular';
    font-weight: 600;
    font-size: 24px;
    padding-right: 10px;
    margin-top: 55px;

}
.localiza{
    color: white;
    width: 18px;
    height: 18px;
}
.text-link{
    color: white !important;
}
.icon-footer-2{
    width: 18px !important;
    height: 18px;
}
.seu-email-2{
    color: white !important;
    font-family: 'bookman-old-style-regular';
    font-weight: 300;
    font-size: 16px;

}
.bt-sumbmi{
    border-radius: 8px;
    padding: 16px 19px 16px 19px;
    border: 1px solid #83A548;
    width: 344px;
    height: 56px;
}
.logo-drath
{
    margin-bottom: 30px;
}

/* Slide - Banner */

.Roxo .cid-banner {
  color: #ffffff!important;
}

.Roxo .spa-cidade {
  color: #ffffff!important;
}

.Roxo .btn-prima {
  background-color: #ffffff!important;
  color: #2a6624;
}
.Roxo .btn-prima:hover {
    background-color: #2a6624!important;
    color: white;
    border: none;
  }
  
.swiper-pagination-bullet {
  background: black!important;
}


.Amarelo .cid-banner {
  color: #EDE334!important;
}

.Amarelo .spa-cidade {
  color: #EDE334!important;
}

.Amarelo .btn-prima {
  background-color: #EDE334!important;
  color: black;
}

.body-swiper {
  position: relative;
  height: 570px;
}



.Amarelo .data-bann{
  color: #000!important;
}

.Amarelo .minas-p{
  color: #000!important;
}

.Amarelo .p-banner{
  color: #000!important;
}


.Verde .data-bann{
  color: #fff!important;
}

.Verde .minas-p{
  color: #fff!important;
}

.Verde .p-banner{
  color: #fff!important;
}

.data-bann{
    font-weight: 500;
    font-size: 20px;
    color: var(--primaria);
    font-family: 'Inter', sans-serif;

}
.cid-banner{
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
    font-family: 'Inter', sans-serif;

}
.banner-prin{
    background-color: #f3fed3;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 1700px;
    border-radius: 22px;
}
.minas-p{
    font-family: Inter;
font-weight: 800;
font-style: Bold;
font-size: 43px;
line-height: 48px;

}
.spa-cidade{
    color: #000000 !important;
}
.p-banner{
    font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;


}
:root{
  --mp-max: 1700px;
  --mp-side: clamp(16px, 1.15vw, 24px);

  /* thumbs */
  --thumb-size: 46px;
  --thumb-ring: 4px;
  --thumb-gap: 10px;

  /* largura necessária pra 6 thumbs:
     6*(46+8) + 5*10 = 374px -> uso 390px pra sobrar respiro */
  --thumbs-desktop: 390px;
  --thumbs-mobile: 230px;
}

/* zera padding do container-fluid pra não “empurrar” o card */
.mp-hero-wrap{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* classe de alinhamento (use no menu e no banner) */
.mp-align{
  width: min(calc(100% - (var(--mp-side) * 2)), var(--mp-max));
  margin-inline: auto;
  box-sizing: border-box;
}

/* card */
.banner-prin{
  background: linear-gradient(135deg, #F2FFD6 0%, #E9F9C6 45%, #D7F0B8 100%);
  border-radius: 22px;
  overflow: hidden;
  padding: 40px 56px;
  box-sizing: border-box;
}

/* o card é o referencial */
.banner-prin.mp-hero-card{
  position: relative !important;
}

/* CONTROLES: seta + thumbs + seta */
.mp-side-controls{
  position: absolute !important;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%) translateY(35px) !important;

  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: auto;
  z-index: 999;
}

/* setas: finas, pretas, sem bolinha */
.mp-prev, .mp-next{
  flex: 0 0 auto;
  width: auto !important;
  height: auto;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  color: #111;
  cursor: pointer;
}

/* ===== THUMBS ===== */

/* wrapper do swiper thumbs */
.mpHeroThumbs{
  width: var(--thumbs-mobile) !important;    /* mobile = 4 */
  flex: 0 0 var(--thumbs-mobile) !important;
  max-width: var(--thumbs-mobile) !important;
  padding: 0;
  box-sizing: border-box;
}

/* cada slide das thumbs com largura fixa (46 + 4 + 4 = 54) */
.mpHeroThumbs .swiper-slide{
  width: calc(var(--thumb-size) + (var(--thumb-ring) * 2)) !important;
}

/* garante alinhamento vertical */
.mpHeroThumbs .swiper-wrapper{
  align-items: center;
}

/* bolinha */
.mp-thumb{
  width: var(--thumb-size);
  height: var(--thumb-size);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  border: var(--thumb-ring) solid transparent;
  box-shadow: none;
  box-sizing: content-box;
}

.mp-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  opacity: .9;
}

/* ativo */
.mpHeroThumbs .swiper-slide-thumb-active .mp-thumb{
  border-color: #9ED04B;
}

.mpHeroThumbs .swiper-slide-thumb-active .mp-thumb img{
  filter: none;
  opacity: 1;
}

/* DESKTOP: empurra controles pra coluna direita e mostra 6 thumbs */
@media (min-width: 992px){
  .mp-side-controls{
    left: 71%;
    bottom: 48px;
  }

  .mpHeroThumbs{
    width: var(--thumbs-desktop) !important;   /* desktop = 6 */
    flex: 0 0 var(--thumbs-desktop) !important;
    max-width: var(--thumbs-desktop) !important;
  }
}




/* Programação */
/* Accordion geral (limpa bordas do bootstrap) */
#accordionFAQ{
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

/* Espaçamento entre os blocos */
#accordionFAQ .accordion-item{
  background: transparent;
  border: 0;
  margin-bottom: 18px;
}

/* ===== CABEÇALHO (barra) ===== */
#accordionFAQ .accordion-button{
  /* visual */
  background: #05361f;          /* verde escuro */
  color: #AFCB08;               /* verde “lima” do print */
  border-radius: 18px !important;

  /* tamanho */
  min-height: 72px;             /* deixa “maiorzinho” */
  padding: 22px 26px;           /* altura + respiro lateral */
  font-size: 26px;              /* texto grande */
  font-weight: 700;
  font-family: 'Rubik', sans-serif;

  /* alinhamento */
  display: flex;
  align-items: center;
}


/* remove linha do flush */
#accordionFAQ .accordion-button::before{
  display:none;
}

/* ===== SETA (chevron) ===== */
#accordionFAQ .accordion-button::after{
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem 1.25rem;

  /* seta na mesma cor do texto */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23AFCB08' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

/* animação/posição padrão do bootstrap */
#accordionFAQ .accordion-button:not(.collapsed)::after{
  transform: rotate(180deg);
}

/* ===== CORPO ===== */
#accordionFAQ .accordion-body{
  padding: 14px 0 0;
}

/* mobile: reduz fonte/altura */
@media (max-width: 575.98px){
  #accordionFAQ .accordion-button{
    font-size: 18px;
    min-height: 60px;
    padding: 18px 18px;
  }
}


/* ===== TÍTULOS DA SEÇÃO (opcional, igual ao print) ===== */
.title-h4{
  display:inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #E3E3E3;
  color: #008C3B;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

/* ===== ACCORDION (igual ao print) ===== */
#accordionFAQ{
  --bs-accordion-border-width: 0;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

#accordionFAQ .accordion-item{
  background: transparent;
  border: 0;
  margin-bottom: 18px;          /* espaço entre “blocos” */
  border-radius: 18px;
  box-shadow: none;             /* no print não tem sombra pesada no container */
}

#accordionFAQ .accordion-header{
  border-radius: 18px;
}

/* Cabeçalho verde escuro (COLLAPSED e OPEN) */
#accordionFAQ .accordion-button{
  background: #05361f;          /* verde escuro */
  color: #AFCB08;               /* verde “lima” do print */
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 20px;
  border-radius: 18px;
}

/* Mantém o mesmo visual quando abre (no seu CSS você só estiliza :not(.collapsed)) */
#accordionFAQ .accordion-button:not(.collapsed){
   background: #05361f;          /* verde escuro */
  color: #AFCB08;               /* verde “lima” do print */
  box-shadow: none;
}

/* Remove aquele “borda/linha” do flush */
#accordionFAQ .accordion-button::before{
  display:none;
}

/* ÍCONE DA SETA (branca, igual ao print) */
#accordionFAQ .accordion-button::after{
  width: 1.1rem;
  height: 1.1rem;
  background-size: 1.1rem 1.1rem;
  filter: none;

  /* chevron branco em SVG (data-uri) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

#accordionFAQ .accordion-button:not(.collapsed)::after{
  transform: rotate(180deg);
}

/* Corpo: sem “caixa” grande, só lista de cards */
#accordionFAQ .accordion-body{
  padding: 14px 0 0;
}

/* ===== ITENS DA PROGRAMAÇÃO (cards cinza) ===== */
.prog-row{
  display: flex;
  align-items: center;
  gap: 12px;

  background: #f2f2f2;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 12px;
}

/* pílula da hora */
.prog-time{
  flex: 0 0 auto;
  min-width: 68px;
  text-align: center;

  background: #e9e9e9;
  border-radius: 12px;
  padding: 8px 10px;

  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #111;
}

/* texto à direita */
.prog-text{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.prog-title{
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  color: #111;
  line-height: 1.25;
}

.prog-sub{
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  color: #6a6a6a;
  line-height: 1.2;
}




/* End - Programação */















/* Sobre */

.sobre-b{
    font-size: 48px;
    font-weight: 600;
    color: #004a8c;
}
.paragra-b{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #111112;

}

/* End - Sobre */

/* Palestrantes */

.bg-purp{
	background-image: linear-gradient(#01143f,#004a8c);
}
.pales{
    color: #B8DF4E;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;

}
.est-event{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 48px;

}
.hr-bb{
    color: var(--primaria);
    width: 76px;
    margin-left: 495px;
    opacity: 100%;
    text-align:center!important;
}


.img-card-p{
    border-radius: 100px;
    border: 2px solid gray;
    width: 171px;
    height: 171px;
}


.card-title {
    font-size: 1.3rem;
    font-weight: 600;
}

.img-palestrantes{
    width: 921px;
    height: 780px;
    top: -1px;

}
.card-pales{
    padding: 32px;
    border-radius: 24px;
    width: 100%!important;

}
.card-pales-baixo{
  
    padding: 32px;
    border-radius: 24px;
    gap: 16px;

}

.btn-calen {
    padding: 5px 20px;
    border-radius: 13px;
    background-color: var(--primaria);
    font-size: 22px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;

}

.btn-calen:hover {
    transition: 1s;
    color: #2a6624;
    background: white;

}
icon-f{
    color: var(--primaria) !important;

}
/* End - Palestrantes */

/* Oferecimento */

.ofere{
    color: #5A5A61;
    font-size: 26px;
    font-weight: 500;
}
.logo-lbc{
    width: 444px;
    height: 232px;
}
.logos-1{
    width: 174px;
    height: 171px;
}
.logos-2{
    width: 380px;
    height: 195px;
}
.logos-3{
    width: 200px;
    height: 200px;
}
.container1{
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title{
    display: grid;
    grid-template-columns: 4fr 2fr 4fr;
    align-items: center;
    column-gap: -50px;
}

.title:before, .title::after{
    content: "";
    height: 3px;
    background-color: #A4A4B2;
    display: block;
    width: 402px;

}
.title-linha{
    color: #5A5A61;
    font-size: 28px;
    font-weight: 500;
}

/* End - oferecimento */

/* Expositores */

/* Expositores (igual vibe da foto) */
.expo-section { background: #fff; }

.expo-pill{
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #22c55e;
  color: #22c55e;
  font-weight: 600;
  font-size: 13px;
  background: #fff;
}

.expo-card{
  width: 100%;
  max-width: 190px;
  min-height: 115px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(17,17,18,.08);
  padding: 12px 12px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.expo-logoWrap{
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expo-logo{
  width: 100%;
  max-height: 68px;
  object-fit: contain;
}

.expo-more{
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #3f3f46;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.expo-more:hover{ color: #111112; }

.expoSwiper { padding-bottom: 26px; }

/* Bolinhas igual foto */
.expoSwiper .swiper-pagination-bullet{
  width: 7px;
  height: 7px;
  opacity: 1;
  background: #e5e7eb;
}

.expoSwiper .swiper-pagination-bullet-active{
  background: #22c55e;
}

/* Só pra não ficar colado no mobile */
@media (max-width: 575.98px){
  .expo-card{ max-width: 170px; }
}

/* End - Expositores */


/* Inscrições */

.calen1{
    font-size: 48px;
    font-weight: 800;
    color: #111112;
}
.border-r{
    border-radius: 15px;
    border: 1px solid #96C11F;
}
.bg-verde-escuro{
    background-color: var(--primaria);
    border-radius: 15px 15px 0px 0px;
    padding: 10px 10px 10px;
    
}
.bg-verde-claro{
    background-color: #F7FFE2;
    border-radius: 0px 0px 15px 15px;

}

.border-r-amarela{
    border-radius: 15px;
    border: 1px solid #EDE334;
}
.bg-amarela{
    background-color: #EDE334;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 10px 10px;
    
}
.border-r-azul{
    border-radius: 15px;
    border: 1px solid #21274E;
}
.bg-azul-escuro{
    background-color: #21274E;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 10px 10px;
    
}

.border-r-roxo{
    border-radius: 15px;
    border: 1px solid #706082;
}
.bg-roxo-escuro{
    background-color: #706082;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 10px 10px;
    
}
.border-r-claro{
    border-radius: 15px;
    border: 1px solid #7CB365;
}
.bg-claro{
    background-color: #7CB365;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 10px 10px;
    
}
.title-ipa{
    font-weight: 700;
    font-size: 30px;
    font-family: 'Inter', sans-serif;

}
.title-ipa-whi{
    font-weight: 700;
    font-size: 30px;
    font-family: 'Inter', sans-serif;
    color: white;

}


.vai-ipa{
    font-size: 33px;
    font-weight: 600;
    color: #111112;
}
.data-ins{
    font-weight: 500;
    font-size: 18px;
    font-family: 'Inter', sans-serif;

}
.naop-ins{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;

}
.vagas-ili{
    font-size: 28px;
    font-weight: 600;
    color: var(--primaria);
}
.vagas-ili-ama{
    font-size: 28px;
    font-weight: 600;
    color: #000000;
}
.vagas-ili-roxo{
    font-size: 28px;
    font-weight: 600;
    color: #706082;
}
.vagas-ili-claro{
    font-size: 28px;
    font-weight: 600;
    color: #7CB365;
}
.vagas-ili-azul{
    font-size: 28px;
    font-weight: 600;
    color: #21274E;
}
.faca-ins{
    font-size: 16px;
    font-weight: 400; 
    color: #111112;
    font-family: 'Inter', sans-serif;
}
.part-con{
    color: #111112;
    font-size: 16px;
    font-weight: 500;
}
.img-perf-ins{
    width: 80px;
    height: 70px;
    margin-right: -45px;
}
.in-pre{
    color: #111112;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Inter', sans-serif;

}
.res-pret{
    font-weight: 700;
}
.icon-convi{
    width: 32px;
    height: 32px;
}
.hr-ins{
    width: 318px;
    color: #D7D7E1;
}


.swiper33 {
    width: 100%;
    height: 100%;
  }

  .swiper-slide33 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide33 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* End - Inscrições */


/* =========================
   PALESTRANTES (AJUSTADO)
   Copie e SUBSTITUA todo o seu CSS desta seção por este
========================= */

/* Banner */
.banner-palestrantes{
  background-image: url(/wp-content/themes/Minas-Petro/assets/img/palestrantes.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}

/* Conteúdo */
.Container-Palestrantes{ padding: 60px 20px 60px; }

.Header-Palestrantes{
  max-width: 980px;
  margin: 0 auto 22px;
}

.Pill-Palestrantes{
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #1BAA4A;
  color: #1BAA4A;
  font-weight: 600;
  font-size: 12px;
  background: rgba(255,255,255,.55);
}

/* Tipos (Inter) */
.Title-Palestrantes{
  margin: 12px 0 6px;
  font-size: clamp(22px, 2.2vw, 38px);
  font-weight: 800;
  color: #0f172a;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.Subtitle-Palestrantes{
  margin: 0;
  color: #334155;
  font-size: 14px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Tabs */
.Tabs-Palestrantes{
  margin-top: 18px;
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 12px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(17, 24, 39, .08);
}

.Tab-Palestrantes{
  border: 0;
  background: transparent;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  color: #111827;
  cursor: pointer;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.Tab-Palestrantes.is-active{
  background: linear-gradient(90deg, #22C55E, #16A34A);
  color: #fff;
  box-shadow: 0 8px 18px rgba(16, 185, 129, .25);
}

/* Panels */
.Panel-Palestrantes{ display: none; }
.Panel-Palestrantes.is-active{ display: block; }

/* =========================
   SWIPER
   - Desktop: auto (mostra quantos couberem)
   - Centraliza quando houver "sobra" (ex: 3 cards)
   - Mobile: 1 por vez
========================= */

/* respiro lateral evita “comer” o primeiro/último card */
.Swiper-Palestrantes{
  padding: 10px 24px;
  box-sizing: border-box;
}

/* Slides com largura do card (estável) */
.Swiper-Palestrantes .swiper-slide{
  width: 303.75px !important;   /* igual ao Card */
  padding: 0 !important;
}

/* Wrapper: por padrão, começa à esquerda */
.Swiper-Palestrantes .swiper-wrapper{
  align-items: stretch;
  justify-content: flex-start;
}

/* ✅ Centraliza SOMENTE quando o Swiper está "travado" (sem overflow)
   O Swiper aplica a classe .swiper-lock quando não precisa rolar */
.Swiper-Palestrantes .swiper-wrapper.swiper-lock{
  justify-content: center;
}

/* Card */
.Card-Palestrantes{
  width: 303.75px;
  height: 456px;
  border-radius: 16px;
  border: 1px solid rgba(17,24,39,.08);
  background: #fff;
  padding: 18px 18px 22px;
  box-shadow: 0 18px 35px rgba(17,17,18,.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* IMAGEM */
.ImageBox-Palestrantes{
  width: 100%;
  height: 250px;
  border-radius: 12px;
  background: #f3f4f6;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 8px;
}

.Image-Palestrantes{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Nome do palestrante */
.Name-Palestrantes{
  margin: 12px 0 6px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 17.02px;
  line-height: 23.83px;
  letter-spacing: -0.012em;
  text-align: center;
  min-height: 24px;
  display: block;
}

/* Texto */
.Text-Palestrantes{
  margin: 6px 0 0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 13.62px;
  line-height: 20.42px;
  letter-spacing: 0;
  text-align: center;
  color: #64748b;

  max-width: 260px;
  min-height: 100px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* redes */
.Social-Palestrantes{
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 6px;
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
}

.SocialLink-Palestrantes{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #0f172a;
  text-decoration: none;
  font-size: 18px;
}

/* Botões nav */
.NavBtn-Palestrantes{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #16A34A;
  background: transparent;
  color: #16A34A;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.NavBtn-Palestrantes:hover,
.NavBtn-Palestrantes:focus-visible{
  background: #16A34A;
  color: #fff;
  border-color: #16A34A;
}

/* Mobile: 1 por vez sem corte */
@media (max-width: 575.98px){
  .Swiper-Palestrantes{
    padding: 10px 16px;
  }

  .Swiper-Palestrantes .swiper-slide{
    width: 100% !important;
  }

  .Card-Palestrantes{
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}




















/* Card - Sitex */

.card-sitex{
    border-radius: 24px;
    background-color: var(--primaria);
}
.p-ban-sitex{
    font-weight: 600;
    font-size: 18px;
    color: white;
}
.p-txt-sitex {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Inter', sans-serif;

}
.img-dentro-card{
    width: 570px;
    height: 460px;
}
/* End - Card - Sitex */

/* Footer */

.title-foo{
    color: #111112;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;

}
.item-f{
    text-decoration: none;
    list-style: none;
    color: #111112;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;

}
.item-f:hover{
    color: var(--primaria);
}
.img-if{
    text-decoration: none;
    margin-left: 2px#21274E;
    
}

/* End - Footer */




/* Banners */

.banner-form{
    background-image: url(/wp-content/themes/tathiana/assets/img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-sobre{
    background-image: url(/wp-content/themes/tathiana/assets/img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-v{
    background-image: url(/wp-content/themes/tathiana/assets/img/fundo.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-depo{
    background-image: url(/wp-content/themes/tathiana/assets/img/fundo.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-prin{
  background-image: url(/wp-content/themes/Minas-Petro/assets/img/Banner.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 1700px;
}
.banner-atra{
    background-image: linear-gradient(#0e5026, #003817, #0e5026);    background-color: red;

  
}

/* end - Banner */

.img-bord{
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0, 58, 7, 0.3);
}



.highlight {
    font-weight: bold;
    color: #0e5026;
}
.banner-atra-mob {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1100px;
}


.tabela-preco{
    font-size: 18px;
}
.Title-tb{
    color: var(--secundaria);
}


.table-c-1{
    background-color: #0e5026 !important;
}
.btn-primary {
    color: #fff;
    background-color: #004a8c;
    border-color: white;

    
}
.btn-primary:hover {
    color: #fff;
    background-color: #2a6624;
    border-color: white;
}

.img-limits{
    width: 250px;
    height: 250px;
}



   .tabela-lote {
      display: flex;
      background-color: #1f2a3d;
      color: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(22, 49, 97, 0.966);
      width: 100%;
      margin-top: 30px;
   }

   .tabela-lote .coluna-esquerda {
      background-color: #0e1a2a;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      border-right: 1px solid #3a4a63;
      min-width: 40px;
      justify-content: center;
   }

   .tabela-lote .coluna-esquerda h3 {
      writing-mode: vertical-rl;
      text-orientation: mixed;
      transform: rotate(180deg);
      font-size: 28px;
      font-weight: bold;
      color: #ffffff;
      margin: 0;
   }

   .tabela-lote .coluna-direita {
      padding: 20px;
      flex: 1;
   }

   .tabela-lote .coluna-direita table {
      width: 100%;
      color: white;
      border-collapse: collapse;
   }

   .tabela-lote .coluna-direita td {
      padding: 10px 0;
      border-bottom: 1px solid #3a4a63;
      font-size: 16px;
   }

   .tabela-lote .coluna-direita td:first-child {
      padding-right: 30px;
   }

   .tabela-lote .coluna-direita tr:last-child td {
      border-bottom: none;
   }


   

   .tabela-lote-2 {
    display: flex;
    background-color: #1f2a3d;
    color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(22, 49, 97, 0.966);
    width: 100%;
    margin-top: 30px;
 }

 .tabela-lote-2 .coluna-esquerda-2 {
    background-color: #0e1a2a;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #3a4a63;
    justify-content: center;
 }

 .tabela-lote-2 .coluna-esquerda-2 h3 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 28px;
    font-weight: bold;
    color: #b0c4de;
    margin: 0;
 }

 .tabela-lote-2 .coluna-direita-2 {
    padding: 20px;
    flex: 1;
 }

 .tabela-lote-2 .coluna-direita-2 table {
    width: 100%;
    color: white;
    border-collapse: collapse;
 }

 .tabela-lote-2 .coluna-direita-2 td {
    padding: 10px 0;
    border-bottom: 1px solid #3a4a63;
    font-size: 16px;
 }

 .tabela-lote-2 .coluna-direita-2 td:first-child {
    padding-right: 30px;
 }

 .tabela-lote-2 .coluna-direita-2 tr:last-child td {
    border-bottom: none;
 }



   

 .tabela-lote-2 {
    display: flex;
    background-color: #1f2a3d;
    color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(22, 49, 97, 0.966);
    width: 100%;
    margin-top: 30px;
 }

 .tabela-lote-2 .coluna-esquerda-2 {
    background-color: #0e1a2a;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #3a4a63;
    justify-content: center;
 }

 .tabela-lote-2 .coluna-esquerda-2 h3 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 28px;
    font-weight: bold;
    color: #b0c4de;
    margin: 0;
 }

 .tabela-lote-2 .coluna-direita-2 {
    padding: 20px;
    flex: 1;
 }

 .tabela-lote-2 .coluna-direita-2 table {
    width: 100%;
    color: white;
    border-collapse: collapse;
 }

 .tabela-lote-2 .coluna-direita-2 td {
    padding: 10px 0;
    border-bottom: 1px solid #3a4a63;
    font-size: 16px;
 }

 .tabela-lote-2 .coluna-direita-2 td:first-child {
    padding-right: 30px;
 }

 .tabela-lote-2 .coluna-direita-2 tr:last-child td {
    border-bottom: none;
 }




 .tabela-invertida {
    display: flex;
    background-color:#0e1a2a;
    color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(22, 49, 97, 0.966);
    width: 100%;
    margin-top: 30px;
}

.coluna-invertida-esquerda {
    background-color: #1f2a3d ;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #3a4a63;
    justify-content: center;
}

.coluna-invertida-esquerda h3 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}

.coluna-invertida-direita {
    padding: 20px;
    flex: 1;
}

.coluna-invertida-direita table {
    width: 100%;
    color: white;
    border-collapse: collapse;
}

.coluna-invertida-direita td {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    vertical-align: top;
}

.coluna-invertida-direita td.valor {
    width: 110px; /* Agora o valor fica em uma coluna menor à direita */
    text-align: right;
    white-space: nowrap;
    padding-left: 20px;
}

.coluna-invertida-direita tr:last-child td {
    border-bottom: none;
}

.linha-destaque {
    color: #b4ab4e;
    font-weight: 500;
}
.text-m{
    font-size: 25px !important;
}
.valores-tt{
        /* color: #B8DF4E; */
        color: #b4ab4e;
        font-size: 24px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
}
.hr-tt {
    background-color: #b4ab4e;
    height: 5px !important;
    width: 10%;
    opacity: 1;
}






/* =========================
   MOBILE MENU (drawer)
   Não mexe no desktop
========================= */

/* esconde tudo por padrão */
.mp-mobile{ display:none; }

/* só ativa em telas menores que o breakpoint do seu desktop (xl = 1200) */
@media (max-width: 1199.98px){
  .mp-mobile{ display:block; }

  /* backdrop */
  .mp-mobile{
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
  }
  .mp-mobile__backdrop{
    position:absolute;
    inset:0;
    background: rgba(15, 23, 42, .55);
    opacity: 0;
    transition: opacity .22s ease;
  }

  /* painel */
  .mp-mobile__panel{
    position:absolute;
    top: 0;
    left: 0;
    width: min(88vw, 360px);
    height: 100%;
    background: #fff;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,.25);
    transform: translateX(-102%);
    transition: transform .26s ease;
    display:flex;
    flex-direction: column;
    overflow: hidden;
  }

  /* topo */
  .mp-mobile__top{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 16px;
    border-bottom: 1px solid rgba(2, 6, 23, .08);
  }
  .mp-mobile__brand img{
    max-height: 34px;
    width: auto;
    display:block;
  }
  .mp-mobile__close{
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(2, 6, 23, .10);
    background: #fff;
    color: #0f172a;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
  }

  /* lista */
  .mp-mobile__nav{ padding: 10px 0; }
  .mp-mobile__list{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mp-mobile__list > li{
    border-bottom: 1px solid rgba(2, 6, 23, .06);
  }
  .mp-mobile__list > li > a{
    display:block;
    padding: 16px 18px;
    text-decoration:none;
    color: #002711;               /* azul “menu do print” */
    font-weight: 700;
    font-size: 15px;
  }

  /* CTA fixo no rodapé */
  .mp-mobile__cta{
    margin-top: auto;
    padding: 16px;
    background: #fff;
  }
  .mp-mobile__btn{
    display:flex;
    align-items:center;
    justify-content:center;
    height: 52px;
    border-radius: 14px;
    background: #002711;          /* botão azul */
    color:#fff;
    text-decoration:none;
    font-weight: 800;
    letter-spacing: .2px;
  }

  /* estado aberto */
  body.mp-mobile-open{ overflow:hidden; }
  body.mp-mobile-open .mp-mobile{
    pointer-events: auto;
  }
  body.mp-mobile-open .mp-mobile__backdrop{
    opacity: 1;
  }
  body.mp-mobile-open .mp-mobile__panel{
    transform: translateX(0);
  }
}

/* opcional: o toggler só aparece no mobile/tablet */
@media (min-width: 1200px){
  .mp-mobile-trigger{ display:none !important; }
}


/* Imagem da data abaixo do 2026 */
.ingressos-data{
  display: block;
  max-width: 520px;     /* ajuste se quiser maior/menor */
  width: 100%;
  height: auto;
}

/* deixa a coluna esquerda bem “colada” e alinhada */
.ingressos-left{
  display: flex;
  flex-direction: column;
  align-items: center; /* centraliza logo/ano/data */
}

.ingressos-nav{
  margin-top: 18px; /* mantém os botões abaixo da data */
}





























/* o slot da cidade vira uma coluna */
.ingressos-data-slot{
  display: flex;
  flex-direction: column;
  align-items: center; /* centraliza */
  gap: 10px;           /* espaçamento entre data e local */
}

/* a imagem/local sempre quebra linha */
.ingressos-data-slot .ingressos-local{
  display:block;
  margin-top: 0; /* o gap já controla */
}

/* opcional: garantir que a imagem da data não "empurre" pro lado */
.ingressos-data-slot .ingressos-data{
  display:block;
}
/* por padrão, NÃO mostra todos os slots */
.ingressos-data-slot{
  display: none;
}

/* só o slot ativo aparece */
.ingressos-data-slot.is-active{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* o local sempre embaixo */
.ingressos-data-slot .ingressos-local{
  display:block;
}







/* =========================
   FIX RESPONSIVO - INGRESSOS (MOBILE)
   Cole no FINAL do CSS
========================= */

/* Wrapper da esquerda: garante que nada extrapole */
.ingressos-left{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* .ingressos-ano aqui é WRAPPER dos slots (não é imagem) */
.ingressos-ano{
  width: 100%;
  max-width: 520px; /* controla o "tamanho do bloco" no mobile */
  margin: 10px auto 6px;
  height: auto;
  display: block;
}

/* Cada cidade (slot) vira uma coluna centralizada */
.ingressos-data-slot{
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.ingressos-data-slot.is-active{
  display: flex;
}

/* Imagens (data/local) SEMPRE responsivas */
.ingressos-data,
.ingressos-local{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Tamanhos mais saudáveis no mobile (evita texto gigante estourado) */
@media (max-width: 991px){
  .ingressos-data{ max-width: 420px; }
  .ingressos-local{ max-width: 420px; }
}

/* Desktop: pode crescer mais, mas continua sem quebrar */
@media (min-width: 992px){
  .ingressos-ano{ max-width: 640px; }
  .ingressos-data{ max-width: 460px; }
  .ingressos-local{ max-width: 540px; }
}

/* Tabs: no mobile vira scroll horizontal (sem quebrar linha) */
.ingressos-tabs{
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap; /* desktop ok */
}

@media (max-width: 991px){
  .ingressos-tabs{
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 4px;
    scroll-snap-type: x mandatory;
  }
  .ingressos-tab{
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  /* opcional: esconder scrollbar feia */
  .ingressos-tabs::-webkit-scrollbar{ height: 0; }
}

/* Swiper / cards: garante que não “vaze” largura no mobile */
.ingressos-slider-wrap,
.ingressos-swiper{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.swiper-slide{
  display: flex;
  justify-content: center;
}

.ingresso-card-img{
  width: min(340px, 100%);
  max-width: 100%;
  height: auto;
}


/* =========================
   TABS (CIDADES) — Desktop normal + Mobile com scroll
   Cole no FINAL do CSS
========================= */

/* DESKTOP (mantém bonito/centralizado) */
.ingressos-tabs{
  display: flex;
  gap: 10px;
  justify-content: center;   /* volta a centralizar */
  align-items: center;
  flex-wrap: wrap;           /* desktop pode quebrar linha */
  overflow: visible;         /* remove efeito de scroll no desktop */
  padding: 0;
  margin: 0 auto;
}

/* MOBILE (scroll horizontal) */
@media (max-width: 991px){
  .ingressos-tabs{
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 4px;
    scroll-snap-type: x mandatory;
  }

  .ingressos-tab{
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .ingressos-tabs::-webkit-scrollbar{ height: 0; }
}


.ingressos-header .ingressos-tabs{
  max-width: 900px; /* ajusta conforme seu layout */
}




























/* =========================
   HERO (BANNER) - FIX MOBILE
   Cole no FINAL do CSS
========================= */

@media (max-width: 991px){

  /* 1) Card: menos padding e espaço reservado pros controles */
  .banner-prin.mp-hero-card{
    padding: 22px 16px !important;
    padding-bottom: 92px !important; /* reserva área dos thumbs/setas */
  }

  /* 2) Título e texto: não estourar, quebrar bonito */
  .banner-prin .minas-p{
    font-size: 34px !important;
    line-height: 38px !important;
    margin-bottom: 10px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .banner-prin .p-banner{
    font-size: 15px !important;
    line-height: 22px !important;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* 3) Colunas: garante stack limpinho e sem “corte lateral” */
  .banner-prin .row.g-0{
    margin: 0 !important;
  }

  .banner-prin .col-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 4) Imagem do participante: evitar corte e aquele “vazio gigante” */
  .banner-prin .img-ret{
    align-items: center !important;
    justify-content: center !important;
    padding-right: 0 !important;
    margin-top: 8px;
  }

  .banner-prin .mp-figure{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .banner-prin .mp-speaker{
    max-width: 92vw;
    max-height: 320px;   /* controla altura no mobile */
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }

  /* 5) Controles: FICAM DENTRO do card no mobile (sem empurrar pra fora) */
  .mp-side-controls{
    left: 50% !important;
    bottom: 18px !important;
    transform: translateX(-50%) !important; /* remove o translateY que bugava */
    gap: 12px !important;
    z-index: 50 !important;
  }

  /* 6) Thumbs: tamanho e largura mais estáveis */
  .mpHeroThumbs{
    width: 220px !important;
    flex: 0 0 220px !important;
    max-width: 220px !important;
  }

  .mp-prev, .mp-next{
    font-size: 26px !important;
  }
}

