/*
Theme Name: Exacademia
Template: twentytwentyfour
Description: Tema para customizar o site Exacademia
Text Domain: exacademia
*/
#linha-depoimentos{
  z-index: 0;
}
#linha-livro-flutua{
  position: ab;
  overflow: visible;
}
#img-livro-flutua{
  width: 100%;
  z-index: 999;
  position: absolute;
  top: -40px;
  left: 0;
}
#box-faq .vc_toggle_title{
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff;
  border-radius: 4px;
}
#box-faq .vc_toggle_content{
  background: #F1F1E9;
    margin-top: 4px !important;
    padding-top: 10px;
  padding-bottom: 10px;
}
#box-faq .vc_do_toggle {
    margin-bottom: 5px;
}
#texto-inscreve-menor{
  font-size: 0.8em;
    line-height: 0.8em;
}
.vc_do_custom_heading {
    margin-bottom: 0;
    margin-top: 0;
}
#banner-caminhos{
    height: 600px;
  }
.col-1-2{
  position: relative;
  float: left;
  width: 50%;
}
.margin-right{
  margin-right: 1%;
  width: 49%;
}
#seta-img{
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  content: url(https://exacademia.com.br/wp-content/uploads/2024/10/seta-garanta.png);
}
#bio{
  background-image: url(https://exacademia.com.br/wp-content/uploads/2024/10/bio-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1300px) {
  
  #banner-caminhos{
    height: 600px;
  }
  #img-livro-flutua{
    position: relative;
    top: 0px;
    left: 0;
  }


}

@media screen and (max-width: 764px) {
  h2{
    line-height: 32px !important;
  }
  #img-livro-flutua{
    width: 90%;
  }

  #banner-caminhos{
    height: 330px;
  }
  #seta-img{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    content: url(https://exacademia.com.br/wp-content/uploads/2024/10/seta2.png);
  }
  h2#titulo-depoimento{
    margin-top: -60px;
    margin-bottom: 60px;
  }
  #bio{
    background-image: url(https://exacademia.com.br/wp-content/uploads/2024/10/bio4.jpg);
  }
  #texto-bio{
    width: 70%;
  }
}