@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: #150135;
}

/* Personalizando Barra de rolagem */

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 */



/* 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: var(--quaternaria);
    font-weight: 600;
    font-size: 30px;


}
.title-Servic-2{
    color: var(--terciaria);
    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 */

.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-weight: 300;
    padding-left: 0px;
}

/* End - Perguntas Frequentes  */

















/* Header - Landing Page Sitex */

.logo-custom img{
    width: 150px;
}

.contatos-header a {
    position: relative;
    color: var(--quaternaria);
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    font-size: 18px;
}

.link-li li {
    list-style: none;
}

.link-li li a{
    font-size: 22px;
    padding-bottom: 5px;
    padding-left: 60px;
    padding-right: 20px;
    font-weight: 600;
}


.contatos-header a:before {
    content: "";
    position: absolute;

    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--quaternaria);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.contatos-header a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}.nav-custom-hover a {
    position: relative;
    display: inline-block; /* força a largura do link a ser só do texto */
    color: white!important;
    text-decoration: none;  
    font-size: 16px;
    padding: 5px 10px; /* padding mais enxuto, opcional */
}

.nav-custom-hover a::before {
    content: "";
    position: absolute;
    left: 62%;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: white;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
    visibility: hidden;
}

.nav-custom-hover a:hover::before,
.nav-custom-hover a.active::before {
    visibility: visible;
    width: 60%; /* controla o comprimento da linha (60% do texto) */
}

.bg-menu {
    background-color: #080d7a; /* Azul escuro */
}
.logo-menu{
    width: 250px;
}
.navbar-light .navbar-toggler {
    background-color: white;
}

/* Fim - Header - Landing Page Sitex */




/* Banner - Landing Page Sitex */
.banner-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 750px;
    background-image: url(../img/banner-home.webp);


}
.banner-prin{
    position: relative;
    display: grid;
    background: var(--secundaria);
    overflow: hidden;
}
.text-projet{
    color: var(--primaria);
    font-size: 55px;
    font-weight: bold;
    line-height: 70px;


}

.text-temp{
    color: #414042;
    line-height: 35px;
    font-size: 20px;

}
.seu-ema{
    border: 1px solid var(--primaria);
    width: 365px;
    height: 51px;
    padding: 16px;
    border-radius: 8px;
    gap: 8px;
}
.banner-home p {
    color:  var(--quaternaria);
    font-size: 22px;
}

/* end - Banner */


/* Parceiros*/


.parceiros {
    font-size: 22px;
    text-align: center !important;
    color: #999;
    font-weight: 600;
}
.linha-d {
    border-top: 1px solid ;
    margin: 30px 0;
}


.parceiros{
    font-size: 22px;
    text-align: center!important;
    color: #999;
    font-weight: 600;
}
.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .swiper-container .swiper-slide-p {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-container .swiper-slide-p img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-container .swiper-slide {
    width: 60%;
  }

  .swiper-container .swiper-slide:nth-child(2n) {
    width: 40%;
  }

  .swiper-container .swiper-slide:nth-child(3n) {
    width: 20%;
  }

/* end - Parceiros */


/* Card Sitex */


.bg-white-3{
    background-color: #ffffff;
}
.card-sitex{
    border-radius: 24px;
    background-color: #95C11F;
}
.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;
}

.btn-card-sitex {
    padding: 5px 20px;
    border-radius: 8px;
    background-color: #3D3D3F;
    color: white;
    font-size: 18px;
    font-weight: 600;
}


/* end -Card Sitex */





/* 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 */

/* Cases */
.Cases{
    color: #999;
    font-size: 50px;
    font-weight: 550;
}

.quadro-indic {
    border: 1px solid var(--secundaria);
    border-radius: 30px;
    box-shadow: 10px 10px 10px  rgba(251, 242, 252, 0.3);
    background-color: #f4f1f0;
    color: var(--terciaria);
    background-image: url(/wp-content/themes/Sitex/assets/img/drrhandersen.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    cursor: pointer;
    transition: 8s;
    background-position: 100% 0%;

}
.quadro-indic:hover{
    background-color: #f4f1f0;
    background-position: 100% 100%;

}
.btn-cases {
    background-color: var(--secundaria);
    color: #ffffff;
    text-align: center;
    padding: 8px 40px 8px 40px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s;
}

.btn-cases:hover{
    background-color: #999;
    color: #ffffff;
}
/* end - Cases */



/* Form */


.title-form{
    color: var(--secundaria);
    font-weight: 600;
    font-size: 40px;

}
.banner-form{
    background-image: url(/wp-content/themes/tathiana/assets/img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.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:var(--quaternaria) !important;
    font-weight: 300;
    font-size: 16px !important;
    line-height:1.2em;
}
.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;

}
.bt-sumbmi{
    border-radius: 8px;
    padding: 16px 19px 16px 19px;
    border: 1px solid #83A548;
    width: 344px;
    height: 56px;
}
.logo-
{
    margin-bottom: 30px;
}

.card-whats {
    border: 4px solid white;
    background-color: var(--secundaria);
    border-radius: 20px;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.card-whats:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.card-whats p {
    font-weight: bold;
}

.card-mail {
    border: 4px solid white;
    background-color: #999;
    border-radius: 20px;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.card-mail:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.card-mail p {
    font-weight: bold;
}
.card-mail p {
    font-weight: bold;
}

.link-form {
    text-decoration: none;
}
.dotted-line {
    width: 100%;
    border-top: 2px dotted white;
}
.title-new{
    color: #000000;
    font-size: 25px;
}
.img-new{
    width: 170px;
}

.icon-contato i {
    font-size: 40px;
    color: white;
}

/* End - Form */


/* Footer */


.bg-footer-02 {
     background: var(--primaria);
}

.footer-custom h5 {
    color: white;
}

.footer-custom p {
    color: white !important;
}
.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);
}


.mapa iframe {
    width: 100%;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}



/* Centraliza o slide e o bloco */
#slider-videos .swiper-slide{
  display:flex;
  flex-direction:column;
  align-items:center;
}

/* 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:90%!important; 
    height:44vh!important;

}

.title-video{
    color: var(--quaternaria);
    font-size: 39px;
    font-weight: bold;

}
.span-video{
    margin-left: 50px;
}
.text-video{
    font-size: 20px;
    line-height: 30px;
}
/* End - vídeo */

/* Comissões */
.bg-blue{
    background-color: var(--primaria);
}
.comissoes{
    color: var(--terciaria);
    font-weight: bold;
    background-color: var(--secundaria);
    border-radius: 20px;
    padding: 14px;
    border: 1px solid var(--primaria);
}

/* End - Comissões */

/* escopo da seção */
.bg-blue.commissions{
  position: relative;
  /* esse padding cria o espaço interno necessário porque vamos "puxar" a imagem pra cima */
padding-top: clamp(30px, 8vw, 10px);}

/* coluna da imagem */
.commissions .banner-overlap{
  position: relative;
  z-index: 2; /* garante que a faixa fique por cima do fundo azul */
  text-align: center;
}

/* move metade da própria altura pra cima = metade no branco, metade no azul */
.commissions .banner-overlap .img-fluid{
  display: inline-block;
  transform: translateY(-50%);
  will-change: transform;
  max-width: min(100%, 900px); /* opcional: limita largura máxima */
}

/* ajuste fino em telas muito pequenas (não subir tanto) */
@media (max-width: 576px){
  .bg-blue.commissions{ padding-top: clamp(30px, 10vw, 80px); }
  .commissions .banner-overlap .img-fluid{ transform: translateY(-40%); }
}



/* Sobre */

.titulo-sobre{
    color: var(--quaternaria);
    font-weight: bold;
    font-size: 47px;
}
.text-sobre {
    color: var(--quaternaria);
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.btn-prima {
    padding: 10px 80px 10px 80px;
    text-decoration: none;
    font-weight: bold;
    font-size: 35px;
    color: #ffffff;
    background: var(--secundaria);
    border-radius: 40px;
    border: 1px solid var(--quaternaria);
    cursor: pointer;
    box-shadow: -15px 10px 0px #0b0040; /* desloca para esquerda e baixo */


}

.btn-prima:hover {
    transition: 1s;
    color: var(--secundaria);
    background: white;
    border: 1px solid var(--primaria);

}
.redes .sociais {
  display: flex;
  justify-content: center; /* centraliza */
  gap: 20px; /* espaço entre os ícones */
}
.redes .sociais a {
  display: inline-block;
    width: 50px;

}




.banner-prin {
  position: relative;
  overflow: visible;   /* permite que a imagem passe da área */
}

.banner-prin .faixa {
  position: relative;
  display: block;
  margin: 0 auto;
  transform: translateY(75px);  /* esse valor faz a imagem “descer” */
  z-index: 2;                   /* garante que fica por cima do branco */
}

/* dá espaço extra embaixo da seção para compensar o deslocamento */
.banner-prin {
  padding-bottom: 40px;
}

.text-s-comissao {
    color: var(--quaternaria);
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
}
.banner-comissao {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/banner-c-desk.png);


}


.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;
}


.banner-overlap {
  position: relative; /* importante para o posicionamento absoluto funcionar */
}

.lampada {
    position: absolute;
    left: -30px;
    top: 40%;
    transform: translateY(-50%);
    width: 100px;
}


.icone-ebook {
    position: absolute;
    bottom: -30px;
    left: 10px;
    width: 130px;
    height: auto;
}

.banner-laranja{
    background: var(--secundaria);
}
.preparando{
    color: white;
    font-size: 30px;
}
.borda-preparando{
    border: 1px solid white;
    padding: 15px;
    border-radius: 25px;
}
.volte{
    color: white;
    font-weight: bold;
    font-size: 35px;
}


/* mantém o wrapper como referência do posicionamento */
.banner-left.stack{
  position: relative;
  display: inline-block;   /* não deixa ocupar largura toda à toa */
}

/* posição FLUIDA do ícone (desktop) */
.banner-left .icon-pessoas {
    position: absolute;
    left: clamp(4px, 1.2vw, 1px);
    top: 80%;
    transform: translateY(-50%);
    width: clamp(64px, 7.5vw, 120px);
    height: auto;
    z-index: 2;
    pointer-events: none;
}




.icone-alerta {
    position: absolute;
    top: -30px;
    right: -50px;
    width: 80px;
    height: auto;
    z-index: 2;
}

/* wrapper vira a referência do absolute */
.faixa-wrap { position: relative; display: inline-block; }
.icone-duvida {
    position: absolute;
    right: -30px;
    bottom: -126px; 
    width: clamp(60px, 7.2vw, 100px);
    height: auto;
    z-index: 3;
    pointer-events: none;
}

/* wrapper vira a referência do absolute */
.faixa-wrap { position: relative; display: inline-block; }
.icone-caderno {
    position: absolute;
    right: -30px;
    bottom: -126px; 
    width: clamp(74px, 7.2vw, 106px);
    height: auto;
    z-index: 3;
    pointer-events: none;
}
.icone-seta {
  position: absolute;
  right: -20px;      /* encosta fora da borda do box */
  bottom: -18px;     /* desce para alinhar com o fim do quadrado branco */
  width: clamp(64px, 7vw, 90px); /* tamanho responsivo */
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.Grupo{
    font-weight: bold;
    background-color: white;
    border-radius: 20px;
    font-size: 30px;
}

.grupo-label {
  display: inline-block;
  background: #fff;
  color: #080d7a;
  font-weight: 700;
  font-size: 45px;
  padding: 6px 18px;
  border-radius: 20px;
  box-shadow: -15px 10px 0px #0b0040;
  border: 2px solid var(--quaternaria);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ea4d1f'%3e%3cpath fill-rule='evenodd' 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");
   background-size: contain;   /* garante que a imagem não distorça */
  width: 2rem;                /* largura maior */
  height: 2rem;               /* altura maior */
}




.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);
}







.videos-area {
  background: var(--secundaria);
  padding: 48px 0;
  display: flex;
  justify-content: center;
}
.videos-area .container {
  width: min(1100px, 96vw);
}

/* Swiper */
.videos-area .swiper {
  width: 100%;
  padding: 28px 56px;
}
.videos-area .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Card */
.videos-area .video-card {
  width: min(780px, 86vw);
  display: grid;
  gap: 16px;
}

/* Título no formato solicitado */
.videos-area .title {
  color: white;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}

/* Setas */
.videos-area .swiper-button-next,
.videos-area .swiper-button-prev {
  color: var(--accent, #fff);
  width: 52px;
  height: 52px;
  border: 2px solid var(--accent, #fff);
  border-radius: 50%;
  --swiper-navigation-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, background 0.2s ease;
}
.videos-area .swiper-button-next:hover,
.videos-area .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

/* Paginação */
.videos-area .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}
.videos-area .swiper-pagination-bullet-active {
  opacity: 1;
}



/* Setas */
.videos-area .swiper-button-next,
.videos-area .swiper-button-prev {
  color: var(--accent, #fff);
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  --swiper-navigation-size: 28px; /* tamanho da seta */
}

/* Garante que fiquem centralizadas verticalmente */
.videos-area .swiper-button-next,
.videos-area .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}





/* Wrapper fixo do card */
.videos-area .video-embed-500{
  width: 630px !important;
  height: 365px !important;
  margin: 0 auto;
}

/* Iframe ocupa 100% do wrapper (500x355) */
.videos-area .video-embed-500 iframe{
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block;
  border: 0;
}

/* Se o tema envolver com figure/wp-block-embed, derrube limites */
.videos-area .video-embed-500 figure,
.videos-area .video-embed-500 .wp-block-embed,
.videos-area .video-embed-500 .wp-block-embed__wrapper{
  width: 500px !important;
  height: 355px !important;
  max-width: none !important;
  margin: 0 auto !important;
}


.banner-comissao .titulo-sobre {
  font-size: clamp(1.4rem, 2vw, 2.2rem); /* tamanho responsivo */
  line-height: 1.2;
}

.banner-comissao .text-s-comissao {
  font-size: 24px;
  line-height: 1.6;
  max-width: 70ch; /* limita largura para melhor leitura */
  margin-inline: auto; /* centraliza horizontalmente */
}


/* remove respiro exagerado global da seção */
.commissions { margin-top: 0; padding-bottom: 2rem; }

/* evita espaço por baseline do <img> do banner */
.commissions .banner-top { display: block; }

/* aproxima a grade dos grupos do banner em desktop */
@media (min-width: 992px){
  .commissions .groups-row { margin-top: -2.5rem; } /* ajuste fino: -2rem ~ -4rem */
}

/* se precisar ainda mais perto, reduza o gap vertical */
@media (min-width: 992px){
  .commissions .groups-row { row-gap: 1.5rem; } /* opcional */
}



.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ea4d1f'%3e%3cpath fill-rule='evenodd' 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");
  transform: rotate(-180deg);
}






.contatos-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 920px; /* limite opcional */
}

/* Cartão branco feito em CSS */
.contatos-card {
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Conteúdo do cartão */
.contatos-body p {
  margin-bottom: 1.2rem;
  font-size: 1rem;
  color: #000046; /* azul escuro */
}
.contatos-body a {
  color: #0c63e4;
  text-decoration: none;
}
.contatos-body a:hover {
  text-decoration: underline;
}

/* Imagem título */
.contatos-title {
  position: absolute;
  top: -1.8rem;  /* sobe para "morder" o cartão */
  left: 50%;
  transform: translateX(-50%);
  width: 70%;    /* ajuste conforme imagem */
  height: auto;
  z-index: 2;
}

/* Ícone seta no canto inferior direito */
.contatos-icone {
  position: absolute;
  bottom: -5%;
  right: -3%;
  width: 14%;
  height: auto;
  z-index: 2;
}

/* ====== ÁREA DE CONTATOS DA CÂMARA ====== */

.contatos-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 920px;           /* limite no desktop */
}

.contatos-card {
  background: #fff;
  border-radius: 20px;
  padding: 5rem 1.5rem 3rem;  /* reserva espaço p/ a faixa no topo */
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  position: relative;
  overflow: visible;          /* permite faixa/ícone ficarem “fora” */
}

.contatos-body p {
  margin-bottom: 1.2rem;
  color: #000046;
  font-size: 1rem;
}

.contatos-body a {
  color: #000000;
  text-decoration: none;
  overflow-wrap: anywhere;    /* links quebram em telas pequenas */
  word-break: break-word;
}

.contatos-body a:hover {
  text-decoration: underline;
}

.contatos-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.2rem;                /* sobe e fica “grudado” no cartão */
  width: 82%;                  /* largura relativa ao cartão */
  height: auto;
  z-index: 2;
  max-width: 680px;            /* trava no desktop grande */
}

.img-home-ajuste{
    width: 90%;
}


/* Linha de cada item (ícone + accordion) */
.acc-line{
  gap: .5rem;             /* espaço entre o ícone e o accordion */
  margin-top: 1rem;       /* espaço entre os itens */
}

/* Caixa do ícone (quadrado arredondado) */
.acc-left{
  width: 65px;            /* ajuste para o tamanho desejado do quadrado azul */
  height: 65px;
  border-radius: 14px;    /* cantos arredondados */
  box-shadow: 0 6px 14px rgba(0,0,0,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;         /* não encolhe */

}

/* Imagem do ícone */
.acc-left-img{
  width: 70%;
  height: 70%;
  object-fit: contain;
}

/* Remova margens extras no accordion para alinhar verticalmente com o ícone */
.accordion-item-sty{
  padding-top: 0 !important;
}
.accordion.accordion-flush{
  margin: 0;              /* sem margem em volta */
}

/* Se seus botões já têm bordas/raios, não precisa mexer neles */
