.hide{
  display: none !important;
}
.hide-mobile{
  display: none;
}
/*HOME*/
.banner-home{
  width: calc(100% - 48px);
  max-width: 1024px;
  margin: 104px auto 80px auto;
  padding-left: 24px;
}
.banner-heading{
  position: relative;
  font-family: "Pero";
  color: var(--primary-black);
  z-index: 1;
}
.banner-heading h1{
  font-size: var(--font-l-32);
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 24px;
}
.banner-heading h2{  
  font-size: var(--font-m-24);
  font-weight: 300;  
}
.banner-heading h2 span::before{
  content: '';
  background-color: var(--brand-primary-100);
  position: absolute;
  margin-top: 16px;
  width: 167px;
  height: 18px;
  z-index: -2;
}
.banner-home ul {
  list-style: none;
  position: absolute;
  bottom: 80px; 
  left: 24%;
  transform: translateX(-24%);
  text-align: right; 
}
.banner-home ul li{
  color: var(--neutral-primary-10);  
  display: inline-block; 
}
.banner-home ul li:first-child{
  font-size: var(--font-m-24);
  font-weight: 400;
  background-color: var(--brand-primary-300);
  padding: 2px 8px;
  margin-bottom: 4px;
}
.banner-home ul li:last-child{
  font-size: var(--font-m-16);
  font-weight: 300;
  background-color: var(--brand-primary-300);
  padding: 2px 8px;
}
.banner-img{
  background-image: url('../imgs/m-banner-home.jpg'); 
  background-repeat: no-repeat;
  background-position: right; 
  position: relative; 
  height: 330px;
  padding-top: 48px;
  margin-right: -12px;
  z-index: 0; 
}
/*titles*/
.title h3{
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: var(--font-l-32);
  padding-bottom: 40px;
}
.title-2 h3{
  font-family: "Pero";
  font-size: var(--font-l-32);
  font-weight:600;
  line-height: 1.4;
  padding-bottom: 40px;
}
.p-strg{
  font-weight: 400;
  color: var(--brand-primary-400);
  background-color: transparent;
}
.p-strg-1{
  font-weight: 400;
  color: var(--primary-black);
  background-color: transparent;
}
.p-strg-2{
  font-weight: 700;
  color: var(--brand-secondary-400);
  background-color: transparent;
}
/*copy 1*/
.container{
  max-width: 360px;
  margin: 0 auto;
  padding: 0 16px;
}
.copy p{
  text-align: left;
  font-weight: 300;
  font-size: var(--font-m-20);
  line-height: 1.6;
  padding-bottom: 20px;
}
.copy > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0 80px -8px;
}
.copy ul li img{
  max-width: 100%;
}


.copy > div:nth-child(2) ul li{
  padding: 4px;
  font-size: var(--font-m-16);
  text-align: center;  
}
.copy ul:first-child li:first-child {
  background-color: var(--brand-primary-100);
  transform: rotate(-4.15deg);
  max-width: 88%;
}
.copy ul:nth-child(2) li:nth-child(2) {
  background-color: var(--brand-primary-100);
  transform: rotate(2.64deg);
  max-width: 88%;
}

.t-span h3 span:first-child:before, .t-span h3 span:last-child:before  {
  content: '';
  position: absolute;
  height: 24px;
  background-color: var(--brand-primary-100);
  z-index: -2;
}
.t-span h3 span:first-child:before  {
  margin-left: -1px;
  margin-top: 24px;
  width: 147px;
}
.t-span h3 span:last-child:before {
  display: none;
}
/*slogan*/
.slogan{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 80px auto;
  width: calc(100% - 48px);
  max-width: 351px;
  padding: 0 24px;
}
.slogan h4{
  font-family: "Pero";
  font-size: var(--font-l-30);
  font-weight:600;
  color: var(--brand-secondary-300);
  line-height: 1.6;
  padding-top: 40px;
}
.slogan h4 span:first-child::before, .slogan h4 span:last-child::before{
  content: '';
  position: absolute;
  height: 24px;
  background-color: var(--brand-primary-100);
  z-index: -2;
}
.slogan h4 span:first-child::before {
  margin-top: 22px;
  margin-left: 5px;
  width: 120px;
}
.slogan h4 span:last-child::before {
  margin-top: 72px;
  margin-left: -248px;
  width: 180px;
}
/*section terapia - horizontal*/
.h-section{
  height: auto;
  overflow-x: auto;
  padding: 40px;
  background-color: var(--neutral-primary-50);
}
.h-content{
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  padding-bottom: 80px;
}
.h-content img{
  height: 100%;
  margin-right: 16px;
}
.h-content ul{ 
  display: flex;
  flex-direction: row;
  font-weight: 300;  
  font-size: var(--font-m-16);
  line-height: 1.5;
  width: 264px;
}
.h-content ul li:first-child{ 
  color: var(--brand-primary-300);
  font-weight: 400;  
  margin-right: 1rem;
}

/*ACCORDION*/

.duvidas{
  margin-bottom: 80px;
}
.duvidas h3{
  color: var(--brand-primary-300);
}
.duvidas dl dt{
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.duvidas dl dt ul{
  display: flex;
  flex-wrap: nowrap;
  margin-top: -6px;
  margin-right: 24px;
  align-items: baseline;
}
.duvidas dl dt ul li:first-child{
  color: var(--brand-primary-300);
  font-weight: 400;  
  margin-right: 0.5rem;  
}
.duvidas dl dt ul li:last-child {
  color: var(--primary-black);
  font-size: var(--font-m-20);
  font-weight: 400;
  transition: color 0.2s ease;
}
.duvidas dl dt ul li:last-child:hover{
  color: var(--brand-primary-300);  
}
.js-accordion dt ul{
  cursor: pointer;
}
.accordio-desc{  
  margin-left: 0;  
}
.accordio-desc a{
  color: var(--brand-secondary-400);
  font-weight: 600;
}
.accordion dd span{
  font-weight: normal;
}
.js-accordion dd{
  display: none;
}
.js-accordion dd.ativo{
  display: block;
  color: var(--primary-black);
  font-size: var(--font-m-20);
  font-weight: 300;
  line-height: 1.4;  
  animation: slideDown .5s forwards ;
  margin-bottom: 40px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to{
    opacity: 1;
    max-height: 200px;
  }
}
.js-accordion dd.inativo{
  display: block;
  animation: slideUp .5s forwards ; 
  
}
@keyframes slideUp {
  from {
    opacity: 1;
    max-height: 200px;
  }
  to{
    opacity: 0;
    max-height: 0;
  }
}
.acordion-sep{
  margin-top: 32px;
  border-bottom: 1px solid var(--brand-primary-300);  
}
.bt-info span::before{
  content: url(../icons/bt-mais-info.svg);
}
.bt-info span.ativo::before{
  content: url(../icons/bt-menos-info.svg); 
}
.det-exp-info{
  display: block;
}
.bt-duvidas{
  text-align: center;
  padding-top: 32px;
}
.bt-duvidas p{
  font-size: var(--font-m-24);
  padding-bottom: 16px;
}
.bt-duvidas button{
  display: flex;
  align-items: center;
  color: var(--neutral-primary-10);
  font-size: var(--font-m-24);
  padding: 16px;
  border-radius: 8px;
  background-color: var(--brand-primary-300);
  transition: background 0.2s ease, color 0.2s ease;  
}
.bt-duvidas button:hover {
  color: var(--neutral-primary-10);  
  background-color: var(--brand-primary-400);
}
.bt-width {
  flex: 1; 
  text-align: center;
}

/*biografia home*/

.bio-photos {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin: 80px 0 80px -8px;
}
.bio-photos ul:first-child li:first-child, .bio-photos ul:nth-child(2) li:nth-child(2){
  font-size: var(--font-s-12);
  text-align: center;
  padding: 4px;
  color: var(--brand-secondary-100);  
  background-color: var(--brand-secondary-300);

} 
.bio-photos ul:first-child li:first-child {  
  width: 93%;
  margin-left: 4px; 
  transform: rotate(2.85deg);
}
.bio-photos ul:nth-child(2) li:nth-child(2) {
  width: 92%;
  transform: rotate(-3.36deg);
}
.bio-photos ul li img {
  width: 100%;
}
.bio-txt p {
  color: var(--brand-secondary-300);
  font-size: var(--font-m-20);
  line-height: 1.6;
  padding-bottom: 20px;
}
.bt-secondary button {
  display: flex;
  align-items: center;
  color: var(--brand-secondary-300);
  font-size: var(--font-m-24);
  font-weight: 600;
  padding: 16px;
  border: 1px solid var(--brand-secondary-300);
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.bt-secondary button:hover {
  color: var(--brand-secondary-400);
  border: 1px solid var(--brand-secondary-400);
  background-color: var(--neutral-secondary-10);
  transition: color 0.2s ease, border 0.2s ease, background-color 0.3s ease;
}

/*footer*/
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  padding: 80px 24px 24px;
  background-color: var(--neutral-primary-50);
  margin: 80px auto 0 auto; 
}
.footer-content {
  margin: 0 auto;
  text-align: center;
}
footer h5{
    font-family: "Pero";
    font-size: var(--font-l-30);
    font-weight: 600;
    color: var(--primary-black);
    line-height: 1.6;
    padding-top: 40px;
    margin-bottom: 48px;
}
footer ul{
  margin-top: 144px;
  
}
footer ul li{
  text-align: left !important;
  font-weight: 400;
  line-height: 1.6;  
}
footer ul li span {
  font-weight: 700;
}
.link-privacy{
  margin-top: 24px;
}
.link-privacy a {
  color: var(--brand-secondary-300);
  transition: color 0.2s ease;  
}

.link-privacy a:hover {
  color: var(--brand-secondary-400);
}
.cta-bt-footer {
  display: flex;
  align-items: center;
  font-size: var(--font-l-30);
  color: var(--neutral-primary-25);
  padding: 24px;
  border-radius: 8px;
  background-color: var(--brand-primary-200);
  transition: background 0.2s ease, color 0.2s ease;  
}
.cta-bt-footer:hover {
  color: var(--neutral-primary-10);  
  background-color: var(--brand-primary-400);
}
.copyright{  
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--brand-primary-300);
  margin: 24px auto 32px auto;
  padding-top: 24px;
  height: 32px;
  width: 100%;
}
.copyright li{
  text-align: left !important;
  font-size: var(--font-s-12);
  font-weight: 300;
  padding-bottom: 8px;
}
.copyright li span{
  font-weight: 300;
}
.copyright li span{
  font-weight: 300;
}
.copyright li a{
  display: flex;
  color: var(--brand-primary-300);
}
.copyright li:last-child a span {
  padding: 2px 6px 0 6px;
  transition: margin-top 0.3s ease; 
}
.copyright li a span:hover {
  margin-top: -3px;
  color: var(--brand-secondary-300);
}

/*PAGINAS INTERNAS*/

.pages-heading{
  display: flex;
  flex-direction: column;
  justify-content: right;
  margin: 104px 0 80px 0;
}
.pages h1{
  font-family: "Pero";
  text-align: right;
  color: var(--primary-black);
  font-size: var(--font-x-48);
  font-weight: 600;
  margin-right: -10px;
  margin-bottom: 64px;
}
.pages h1:before {
  content: '';
  background-color: var(--neutral-secondary-50);
  position: absolute;
  margin-top: 32px;
  margin-left: 2px;
  width: 168px;
  height: 32px;
  z-index: -2;
}
.pages h2, h3{
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.pages h2{
  font-size: var(--font-l-32);
  margin-bottom: 24px;
}
.pages h3{
  font-size: var(--font-m-20);
  font-weight: 400;
  line-height: 1.4;
}
.p-titles h2, h3{
  font-family: "Lato", sans-serif;
  font-size: var(--font-l-32);
  font-weight: 300;
}
.p-title-2 h4{
  font-family: "Lato", sans-serif;
  font-size: var(--font-m-20);
  font-weight: 400;
  margin-bottom: 8px;
}
.p-title-2 h4::before{
  content: " ";
  display: flex;
  float: left;
  border-left: 6px solid var(--brand-primary-300);
  margin-top: 5px;
  margin-right: 8px;
  height: 16px;
}
.copy > blockquote{
  font-size: var(--font-m-16);
  font-weight: 300 ;
  line-height: 1.6;
  color: var(--brand-primary-400);
  padding: 16px 32px;
  background-color: var(--brand-primary-100);
  border-radius: 0 40px 0 0;
}
.p-terap-2 p{
  font-size: var(--font-m-16);
}
/*terapia*/

.p-titles span::before{
  content: '';
  background-color: var(--brand-primary-100);
  position: absolute;
  height: 16px;
  z-index: -2;
}
.p-terap span:first-child::before{
  margin-top: 24px;
  margin-left: -1px;
  width: 76px;
}
.p-terap span:last-child::before{
  margin-top: 64px;
  margin-left: -231px;
  width: 134px;
}
.p-terap-2 img{
  margin: 80px 0;
}