/*
*/

/* Estilos Gerais */

section{
  overflow-x: hidden;
  max-width: 100%;
}

html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  color: #2C2C2C;
}
h1, h2, h3, h4, h5, h6{
  font-family: "MuseoModerno", sans-serif;
  line-height: 1.2em;
}
.btn-link:hover,
a,
a:hover,
a:focus,
a:active {
  border: none;
  outline-style: none;
  text-decoration: none;
}
body {
	background: #fff;
	position: relative;
	outline: none;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta {
  background: #F2A5B3;
  color: #fff;
  font-size: .8em;
  font-weight: 500;
  padding: 10px 35px;
  width: fit-content;
  transition: ease-in-out .3s;
  border: 1px solid #F2A5B3;
  border-radius: 25px;
  text-transform: uppercase;
}
.cta:hover {
  background: #fff;
	color: #F2A5B3;
  border: 1px solid #F2A5B3;
}
.slick-slide img{
	height: 100vh;
	object-fit: cover;
}
/* Estilos Header */
.header {
  width: 100%;
	background: transparent;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}
header .navbar {
  display: flex;
  justify-content: space-between;
}
.navbar-brand{
  padding: 0 !important;
}
.navbar-brand img {
  height: 40px;
}

@media (min-width: 768px) {
  .navbar-brand img {
    height: 60px;
  }
}
.navbar a {
  font-family: "MuseoModerno", sans-serif;
  color: #fff;
  font-size: 0.8em;
  transition: ease-in-out 0.1s;
  padding: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
	position: relative;
}
.navbar a:hover{
	color: #fff;
}
.navbar a:hover:before {
  width: 50%;
  color: #fff;
}
.navbar a:before {
	content: '';
	border-bottom: 2px solid #fff;
	overflow: hidden;
	width: 0%;
	transition: .2s;
position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7px;
}
.navbar .tradutor{
  margin-left: 20px;
  font-weight: 600;
}
.navbar .tradutor .trp-language-switcher > div{
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-radius: 3px;
  background-image: none;
  background-position: none;
  background-size: 5px 5px,
          5px 5px;
  background-repeat: no-repeat;
  background-color: transparent;  
}
.navbar .tradutor .trp-language-switcher > div a{
	color: #fff;
	font-weight: 600; 
	box-sizing: revert;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.navbar .tradutor .trp-language-switcher > div a:hover:before{
  content: none; 
	
}
.navbar .cta{
    margin-left: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 5px 25px;
    font-size: 0.7em;
}
.navbar .cta:hover{
  color: #F2A5B3;
}
.navbar .cta:hover:before{
  content: none;
}
.info .item:hover:before,
.navbar-brand:hover:before{
	width: 0 !important;
}
.navbar-toggler {
  background: #F78670;
}
.navbar-collapse.show {
  background: #dbb0a1;
}
.navbar-brand:hover {
  border: none !important;
}
.menu-item-has-children{
	position: relative;
}
.trp-language-switcher-container a{
  font-weight: 600;	
}
.trp-language-switcher-container .sub-menu{
	position: absolute;
	visibility: hidden;
    top: 40px;
    left: 0;
    z-index: 9999;
	transition: ease-in-out .2s;
	list-style: none;
	background: #fff;
	padding: 0;
}
.trp-language-switcher-container .sub-menu li a{
	color: #D50037;
	text-align: center;
}
.trp-language-switcher-container .sub-menu li a:before{
	border-bottom-color: #D50037;
	bottom: 3px;
}
.trp-language-switcher-container:hover .sub-menu{
  visibility: visible;	
}
/* Estilos Menu */

.menu-open-close {
  position: relative;
}
.menu-toggle {
  width: 25px;
  border-radius: 11px;
  display: none !important;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.menu-toggle span {
  font-weight: 600;
  line-height: 40px;
  color: #5A6B73;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  width: 25px;
  border-radius: 11px;
  height: 1px;
  display: block;
  background: #5A6B73;
}
.menuToggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 60px;
  height: 40px;
  cursor: pointer;
}
.menu-lateral {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  max-width: 422px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transition: 0.5s;
  overflow-y: hidden;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.close-button {
  position: absolute;
  top: 40px;
  left: 80%;
  cursor: pointer;
}
.close-button span {
  color: #F2A5B3;
  font-size: 28px;
  font-weight: 300;
  line-height: 48px;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu-lateral ul {
  overflow-y: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu-lateral ul li {
  list-style: none;
}
.menu-lateral.active {
  left: 0;
  overflow: auto;
}
.header .links-contato a.facebook {
  font-size: 1.4em;
}
.header .links-contato a {
  font-size: 1.5em;
}

/* Página inicial */
#home .banner-principal{
  height: 100vh;
  position: relative;
	overflow-y: hidden;
}
#home .banner-principal::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
}
#home .banner-principal .conteudo{
      height: 100vh;
    z-index: 10;
    position: absolute;
}
#home .banner-principal .texto{
  max-width: 1000px;
}
#home .banner-principal .texto p{
  color: #fff;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: .85em;
  max-width: 500px;
}
#home .banner-principal .linha-scroll{
      text-transform: uppercase;
    letter-spacing: 5px;
    position: absolute;
    bottom: 50px;
	left: calc(50% + 4px);
    transform: translateX(-50%);
    z-index: 999;
}
#home .banner-principal .linha-scroll p{
	 color: #fff;
    font-weight: 500;
    text-align: center;
    width: fit-content;
    display: grid;
	font-size: .85em
}
   
#home .banner-principal .linha-scroll p::after{
      content: '';
    width: 100px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: relative;
    transform: rotate(90deg);
    top: 50px;
	left: 10px;
    font-weight: 600;
}
h1.titulo,
h2.titulo{
  color: #000;
  font-size: 3em;
  font-weight: 500;
  position: relative;
}
h1.titulo{
  color: #fff;
  font-size: 4em;
	text-transform: uppercase;
  font-weight: 500;
}
h1.titulo span{
  font-weight: 300;
}
h2.titulo{
  font-size: 2.5em;
  text-align: center;
}
.subtitulo{
  text-transform: uppercase;
  color: #80766A;
  font-weight: 700;
  font-size: .85em;
}
#thay .subtitulo{
  color: #fff;
}
#aulas .subtitulo{
  font-weight: 700;
  color: #80766A;
}
#home .secao-areas p{
  max-width: 500px;
  font-size: .99em;
  margin-bottom: 30px;
	color: #80766A;
}
#home .secao-areas p strong{
	color: #80766A;
}
#home .secao-areas h2{
  font-size: 2.5em;
  max-width: 500px;
  margin-bottom: 40px;
  color: #80766A;
}
#home .secao-areas .container-areas:focus{
	outline: none;
}
#home .secao-areas .container-areas .cta{
  padding: 5px 40px;
	box-sizing: revert;
}
#home .secao-areas .area{
	min-height: 575px;
}
#home .secao-areas .area:nth-child(even) .bg-cover{
	order: 2;
}
#home .secao-areas .area .texto{
	padding: 80px;
	outline: none;
	min-height: 665px;
}
#home .secao-areas #aulas:nth-child(even) .texto{
	background: #F0EDEA;
}
#home .secao-areas #aulas .texto h2{
	color: #F2A5B3;
}
#home .secao-areas .area .texto h2{
	margin-bottom: 30px;
  text-align: left;
	font-weight: 500;
}
#home .secao-areas .sobre{
  background: #F2A5B3;
}
#home .secao-areas .sobre h2,
#home .secao-areas .sobre p{
  color: #fff;
}
#home .secao-areas .local h2,
#home .secao-areas .local strong,
#home .secao-areas .local p{
  color: #fff;
}

#local::before{
  content: '';
  background: #000;
  opacity: .6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#local{
  color: #fff;
}
#matt{
  position: relative;
}
#matt::after{
  content: '';
  background: #F2A5B3;
  opacity: .95;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#matt .texto{
  z-index: 100;
}
#matt h2,
#matt .subtitulo,
#matt p strong{
  color: #fff !important;
  text-align: center;
}
#matt p{
  max-width: 900px !important;
  margin: 0 auto;
}
#matt .cta{
  color: #F2A5B3;
  background: #fff;
}


/* Depositions Section */

#depositions{
  /* background-color: beige; */
  padding: 2em;
  margin: 0 auto;
}

#depositions h2 {
  text-align: center;
  padding: 1em;
  font-weight: 500;
}

/* .cards {
  background-color: beige;
  display: flex;
  justify-content: space-around;
  padding: 2em;
  width: 80%;
  margin: 0 auto;
} */

.cards {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  max-width: 980px;
  margin: 0 auto;
  grid-gap: 40px;
}

.cards .card{
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 40px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.171);
  border-radius: 2%;
}

.cards .card .user {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px ;
}

.cards .card h3 {
  margin-bottom: 5px;
}

.star {
  width: 20px;
}

.cards .card p {
  margin-top: 20px;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 18px;
}

#aulaexperimental img{
  width: 100%;
  max-width: 450px;
	height: 300px;
  box-shadow: 0px 4px 10px 10px rgba(112, 112, 112, 0.07);
  border-radius: 40px;
  border: 15px solid #fff;
  object-fit: cover;
}
#aulaexperimental h2{
	color: #F2A5B3;
}

.secao-faq{
  background: #F2A5B3;
}
.secao-faq .card-header,
.secao-faq .card{
  background: none;
  border: none;
}
.secao-faq .card-header{
  margin-bottom: 0 !important;
  padding-left: 0;
	padding-bottom: 0;
}
.secao-faq .btn, .secao-faq .btn:focus{
	border: none;
	box-shadow: none;
	outline: none;
}
.secao-faq .container-acordion button{
     color: #fff;
    font-weight: 500;
    width: 100%;
    position: relative;
    padding-left: 0;
    text-align: left;
    font-size: 24px;
    height: 75px;
    display: flex;
    align-items: center;
}
.secao-faq .container-acordion button.collapsed{
 border-bottom: 1px solid #fff !important;
}
.secao-faq .container-acordion button:hover,
.secao-faq .container-acordion button:focus:hover{
  border: none;
  text-decoration: none;
}{
  border: none;
  text-decoration: none;
}
.secao-faq .container-acordion button:focus{
  box-shadow: none;
}
.secao-faq .container-acordion button::after{
      content: '-';
    position: absolute;
    top: 50%;
    transform: translateY(-53%);
    left: auto;
    right: 0;
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secao-faq .container-acordion button.collapsed::after{
      content: '+';
    position: absolute;
    top: 50%;
    transform: translateY(-54%);
    right: 0;
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secao-faq .container-acordion .card-body{
  font-size: .97em;
  border-bottom: 1px solid #fff !important;
	padding-top: 0;
}
.secao-faq .card-body{
  color: #fff;
  font-size: .95em;
}
.secao-formacao{
  position: relative;
}
.secao-formacao::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
}
.secao-formacao .texto{
  position: relative;
  z-index: 2;
}
.secao-formacao span{
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.secao-formacao h2{
  color: #fff;
  font-weight: 400;
  margin: 20px auto;
  font-size: 3em;
}
.secao-formacao p{
  color: #fff;
  line-height: 1.7em;
  font-size: 1em;
  margin-top: 20px;
  text-align: center;
}
.secao-contato{
  background: #F0EDEA;
	padding: 80px 0 !important;
}
.secao-contato h2{
      color: #F2A5B3;
    font-size: 2.5em;
    text-align: center;
	max-width: 600px;
}
.secao-contato span{
  color: #80766A;
  text-transform: uppercase;
  font-weight: 700;
}
.formulario input,
.formulario select,
.formulario textarea,
.formulario .form-control:focus{
  background: transparent;
  border: none;
  border-bottom: 2px solid #F2A5B3;
}
.formulario input::placeholder,
.formulario select,
.formulario textarea::placeholder{
  color: #F2A5B3;
}
.formulario .cta{
  background: #F2A5B3;
  color: #fff;
  padding: 5px 40px;
  border: 1px solid #F2A5B3;;
}

/* Footer */
footer a,
footer p{
	font-family: 'Open Sans', sans-serif;
}
footer .logo img{
  max-width: 250px;
}
footer .secao-info h4{
    color: #F2A5B3;
    margin-bottom: 10px;
    font-family: 'MuseoModerno';
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
}
footer .secao-info a{
  color: #5B705F;
    margin-bottom: 0;
    font-size: .85em;
    line-height: 1.2em;
    display: inline-block;
}
footer .secao-info .menu a{
  text-transform: uppercase;
}
footer .trp-language-switcher-container{
  display: none;
}
footer .secao-copy{
  background: #F2A5B3;
}
footer .secao-copy p,
footer .secao-copy a{
  color: #fff;
}
footer .secao-copy p{  
  font-size: .8em;
}
footer .secao-copy .modal{
	z-index: 99999;
}
footer .secao-copy .modal-dialog{
	max-width: 1200px;
}
footer .secao-copy .modal-body h4{
	color: #2C2C2C;
	text-align: left;
	margin: 10px 0;
	font-size: 1.25rem;
}
footer .secao-copy .modal-body p{
	color: #2C2C2C;
	text-align: left;
	margin-bottom: 10px;
}
footer .secao-copy .modal-body ul{
	list-style: none;
	margin: 10px 0;
}
footer .secao-copy .modal-body ul li{
	color: #2C2C2C;
	text-align: left;
		font-size: .8em;
	margin-bottom: 5px;
	font-family: 'Open Sans';	
	line-height: 1.8em;
}

.logo-ape-footer {
	height: 4rem;
}

.whatsapp{
	 position: fixed;
    top: 82%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
}
/* Animação */
[data-anime]{
  opacity: 0;
  transition: .7s;
  transition-delay: .1s;
}
[data-anime="left"]{
  transform: translate3d(-30px, 0, 0);
}
[data-anime="right"]{
  transform: translate3d(30px, 0, 0);  
}
[data-anime="top"]{
  transform: translate3d(0, -30px, 0);  
}
[data-anime="down"]{
  transform: translate3d(0, 30px, 0);  
}
[data-anime].animate{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/* Responsividade */
@media (max-width: 991px) {
  .menu-toggle {
    display: flex !important;
  }
  .navbar .nav-link,
  .navbar .cta{
    display: none !important;
  }
  .menu-lateral .nav-link{
    display: block !important;
  }
	.navbar .tradutor{
		margin-left: 0;
	}
  .menu-toggle span::before, .menu-toggle span::after{
    background: #fff;
  }
  .navbar a{
    	color: #F2A5B3;	
  }
	.navbar a:hover{
    	color: #F2A5B3;		
	}
}
@media (max-width: 768px) { 
	
  .navbar-brand img{
    max-width: 80px;
  }
  footer .logo img,
  footer .menu{
    margin-bottom: 20px;
  }
	.slide-banners img{
		height: 450px;
		object-fit: cover;
	}
	#home .banner-principal{
		height: 450px;
	}
	#home .banner-principal .conteudo{
		height: 400px;
	}
	#home .banner-principal .texto{
		margin-top: 50px;
	}
  #home .secao-areas .area:nth-child(even) .bg-cover{
    order: 0;
  }
  #home .secao-areas .area .bg-cover.img{
    order: 2;
  }
 .texto, .secao-contato, .secao-faq .container-accordion{
    padding: 25px !important;
  }
  #home .secao-areas .bg-cover{
    min-height: 300px;
  }
  .container-acordion button{
    font-size: .85em;
    text-align: left;
  }
  h2.titulo{
    font-size: 1.5em;
  }
  
  h1.titulo{
    font-size: 1.8em;
  }
  .secao-faq .container-acordion button{
    padding-left: 0;
    font-size: 18px;
  }
  .accordion>.card>.card-header{
    padding: 0;
  }
  .secao-faq .container-acordion button::after{
    font-size: 30px;
  }
  #home .secao-areas h2{
    font-size: 2em;
    margin-bottom: 20px !important;
  }
  .secao-contato h2{
    font-size: 2em;
    text-align: center;
  }
  footer .secao-info h4{
    margin-top: 20px;
  }
	@media(max-width:480px){
		.whatsapp{
			top: auto;
			right: 0px;
			bottom: 10px;
		}
		.whatsapp img{
			width: 55px;
		}
	}
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Ajuste a altura do pulo conforme desejado */
  }
}
  
.botaoWhatsapp {
display: inline-block; /* Garante que a animação funcione corretamente */
animation: bounce 1s infinite; /* Duração de 1 segundo e animação infinita */
}

  
header section {
  overflow-y: hidden;
}

.slide-mobile {
  display: none;
}

@media(max-width:480px) {
  #home .banner-principal .linha-scroll {
    display: none;
  }

  #home .secao-areas .area .texto {
    min-height: 0;
  }

  .slide-desktop {
    display: none;
  }

  .slide-mobile {
    display: block;
  }
}

#menu-menu-principal {
  list-style: none;
  margin-bottom: 0;
}

#matt .cta:hover {
  background: #F2A5B3;
  color: #fff;
}