/* ESTILOS GERAIS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

img {
  display: block;
  border-radius: 5px;
  max-width: 100%;
}

.btn {
  border: 3px solid #111;
  border-radius: 5px;
  padding: 10px 30px;
  color: #111;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;

}

.btn:hover {
  border: 3px solid #fff;
  background: #111;
  color: #FFF;
  border: none;
}

.btn.btn-white {
  border: 3px solid #fff;
  color: #FFF;
}

.btn.btn-white:hover {
  border: 3px solid #111;
  background: #fff;
  color: #111;
}

.subtitulo {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #111;
  text-align: center;
  margin-bottom: 40px;
}

.subtitulo::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #111;
  margin: 8px auto;
}

/* INTERNAS */

.quote-externo-interno {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: .1em;
}

.quote-externo-interno p::before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 14px auto 10px auto;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #111;
  padding: 20px 0;
  z-index: 999;
}

.header-menu {
  text-align: right;
}

.header-menu ul li {
  display: inline-block;
  margin-left: 25px;
  margin-top: 16px;
}

.header-menu ul li a {
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}

.header-menu ul li a:hover {
  color: #F6C210;
}

.header-menu ul li a.menu-ativo {
  color: #F6C210;
}

/* INTRO INTERNA */
/* .intro-interna {
  width: 100%;
  height: 160px;
  margin-top: 92px;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}

.intro-interna h1 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

.intro-interna h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #fff;
  margin: 6px auto 10px auto;
} */

/* INTRO */
.intro {
  width: 100%;
  height: 380px;
  padding-top: 100px;
  background: url("../img/imv-intro-home.jpg");
  background-size: cover;
  margin-top: 85px;
  text-align: center;
}

.intro h1 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  /* letter-spacing: .1em; */
  /* line-height: 60px; */
}

.quote-externo {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
}

.quote-externo p::before,
.quote-externo p::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #111;
  margin: 14px auto 10px auto;
}

/* PRIVATE */
.private-class {
  margin-top: 2rem;
}

.private-class h1 {
  font-size: 1.5rem;
  font-weight: 600;
}

/* programmes */
.programmes {
  padding: 40px 0 60px 0;
}

.programmes-list {
  display: flex;
}

.content {
  flex: 1;  
  box-sizing: border-box;
}

.programmes-list li {
  background: #111;
  color: #FFF;
  text-align: center;
  /* border: 4px solid #F6C210; */
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.programmes-list li img {
  margin: 0 auto;
}

.programmes-list li h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 20px;
}

.programmes-list li h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 8px auto;
}

.programmes-list li p {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 20px 20px 20px;
}

.call {
  padding-top: 40px;
  text-align: center;
  clear: both;
}

.call p {
  margin-bottom: 30px;
}

/* GALERIE */
.galerie {
  width: 100%;
  background: #111;
  padding: 60px 0;
}

.galerie .subtitulo {
  color: #FFF;
}

.galerie .subtitulo::after {
  background: #FFF;
}

.galerie-list li:last-child {
  margin-top: 20px;
}

.galerie .call p {
  color: #fff;
}

/* FONDATION */
.fondation {
  padding: 60px 0;
}

.fondation::after {
  content: '';
  width: 680px;
  height: 80px;
  display: block;
  background: url("../img/linhas.png") no-repeat center;
  position: absolute;
  top: 230px;
  right: 140px;
  z-index: -1;
}

.fondation img {
  margin: 0 auto;
  width: 136px;
  height: 162px;
}

.fondation-list {
  padding-top: 10px;
  overflow: auto;
}


.fondation-list li {
  text-align: center;
  padding: 0 20px;
}

.fondation-list li h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 20px;
}

.fondation-list li h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #111;
  margin: 8px auto;
}

/* TEMOIGNAGE */
.temoignage {
  width: 100%;
  height: 480px;
  padding: 60px 0;
  background: url("../img/img-bg-testemonials.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

.temoignage .subtitulo {
  color: #fff;
}

.temoignage .subtitulo:after {
  background: #fff;
}

.temoignage-list li {
  background: #fff;
  color: #111;
  display: block;
  justify-content: center;
  text-align: center;
  padding: 10px 10px 20px 10px;
  border-radius: 5px;
}

.temoignage-list li p {
  color: #484B4D;
}

.temoignage img {
  margin: 0 auto;
  padding: 10px;
}

.quote-externo-temoignage p::before {
  content: '';
  display: block;
  width: 30px;
  height: 27px;
  background: url(../img/aspas.png) no-repeat center;
  margin: 10px auto 10px auto;
}

/* .quote-externo-temoignage p::before,  */
.quote-externo-temoignage p::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #111;
  margin: 14px auto 10px auto;
}

cite {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;

}

/* FOOTER */
.footer {
  width: 100%;
  background: #111;
  color: #fff;
  padding: 20px 0;
}

.footer h3 {
  font-size: 18px;
  line-height: 25px;
  color: #F6C210;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
}

.footer h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #F6C210;
  margin: 6px 0 10px 0;
}

.footer-forte-jjb {
  padding-right: 55px;
}

.footer p {
  font-size: 16px;
}

.footer-contact ul li {
  font-size: 14px;
  line-height: 20px;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-social ul li a {
  display: block;
  border: 3px solid #F6C210;
  border-radius: 5px;
  padding: 10px;
}

.footer-social ul li a:hover {
  border: 3px solid #fff;
}

/* COPY */
.copy {
  width: 100%;
  background: #F6C210;
  padding: 20px 0;
}

/* JAVASCRIPT */
.js [data-slide] {
  position: relative;
}

.js [data-slide]>* {
  position: absolute;
  top: 0px;
  opacity: 0;
}

.js [data-slide]>.active {
  position: relative;
  opacity: 1;
  transition: opacity 500ms;
  z-index: 1;
}

.js [data-slide-nav] {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.js [data-slide-nav] button {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: none;
  padding: 0px;
  border-radius: 6px;
  text-indent: -99px;
  overflow: hidden;
  background: #1d1d1d;
}

.js [data-slide-nav] button.active {
  background: #F6C210;
}

/* ANIME */
.fadeInDown {
  transform: translate3d(0, -20px, 0);
}
.fadeInUp {
  transform: translate3d(0, 20px, 0);
}
.fadeInRight {
  transform: translate3d(20px, 0, 0);
}
.fadeInLeft {
  transform: translate3d(-20px, 0, 0);
}

/* 7 Adicione o CSS Essencial abaixo */
[data-anime] {
  opacity: 0;
}
.anime {
  opacity: 1;
  transform: none;
  transition: transform 0.8s, opacity 0.8s;
}

.nao-aparece {
  visibility: hidden;
  height: 0px;
  position: absolute;
}

#form-sucesso {
color: #31aa39;
}

 #form-erro {
color: #f64540;
 }
