
html{
  background-color: black;
  text-align: center;
  display: block;
  font-size: 16px;
}
body{
  max-width: 1422px;
  margin: 0 auto;
  line-height: 190%;
  font-size: 16px;
  padding: 0;
  height: auto;
  color: #fff ;

  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -ms-text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -webkit-text-stroke: 1px transparent;
  -moz-text-stroke: 1px transparent;
  -ms-text-stroke: 1px transparent;
  text-stroke: 1px transparent;
  text-rendering: optimizeLegibility;
}
.align_v{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
article{
  display: block;
}
html, body, article{
  height: auto;
}
.white{
  background-color: #ecebeb;
}
h2{
  font-size: 18px;
}
h3{
  /*padding-top: 20px;*/
  padding-bottom: 0;
  text-align: left;
  border-bottom: none;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: .002em;
  line-height: 30px;
  color: #1e1e1e;
  font-family: 'Montserrat',sans-serif;
}
header{
  max-width:1422px;
  top: 0;
  z-index: 2;
  position: fixed;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 152px; /*90px*/
  /*  background-color: rgb(220, 220, 220);
  */  transition: all .7s ease-in-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: initial;
  -webkit-transform-origin: top;
  /*box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);*/
  background: transparent;
}
header .container{
  float: left;
  background-color: transparent;
  height: 100%;
  margin: 0 auto;
  width: 70%;
}

header nav{
  /*  position: absolute;*/
  height: 100%;
  width: 100%;
  display: inline-block;
}
header nav ul{
  /*margin-left: 35%;*/
  padding: 0;
  margin-top: 40px;
  list-style-type: none;
}
header nav ul a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #fff;
}
header nav ul>li {
  font-family: Apercu, sans-serif;
  font-weight: 500;
  font-size: 0.79rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 1.3%;
  display: inline-block;
}
header nav ul li a{
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.menu{
  position: absolute;
  z-index: 999;
  right: 5%;
  top: 50px;
  display: none;
  border: 0;
  width: 40px;
  height: 40px;
  background: url("../images/btn_menu.png") 50%/contain no-repeat;
  float: right;
  cursor: pointer;
}
.menu:focus{
  outline: none;
}
.open{
  display: initial;
}
.logo-header{
  position: relative;
  float: left;
  width: 10%;
  height: 85%;
  margin-left: 3%;
  /* margin-top: 20px; */
  background: url("../images/lung_fu_horizontal.png") 50%/contain no-repeat;
}
.menu-icons{
  width: 17%;
  height: 100%;
  position: relative;
  float: right;
}
.icones-redes{
  height: 64%;
  width: 97%;
  padding-right: 10%;
}
.logo-header-face{
  cursor: pointer;
  /* position: relative; */
  float: right;
  /* width: 2.5%; */
  width: 15%;
  height: 85%;
  margin-right: 8%;
  margin-top: 18px;
  background: url("../images/facebook-white.png") 50%/contain no-repeat;
}
.logo-header-instagram{
  cursor: pointer;
  float: right;
  width: 15%;
  height: 85%;
  margin-right: 8%;
  margin-top: 18px;
  background: url("../images/instagram-white.png") 50%/contain no-repeat;
}
.logo-header-youtube{
  cursor: pointer;
  float: right;
  width: 17%;
  height: 85%;
  margin-right: 8%;
  margin-top: 18px;
  background: url("../images/youtube-white.png") 50%/contain no-repeat;
}
.logo-menu-face{
  display: none;
  cursor: pointer;
  background: url(../images/facebook-white.png) 50%/contain no-repeat;
  height: 50px;
}
.container{
  position: relative;
  background-color: transparent;
  width: 100%;
}
article{
  background-color: black;
}
.principal{
  height: 100vh;
  background-size: 98% 98%;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  z-index: 0 !important;
  width: 100%;
  position: relative;
}
.logo{
  max-width: 290px;
  top: 30%;
}
.logo_gif{
  max-height: 326px;
  max-width: 640px;
  min-height: 326px;
  min-width: 512px;
  position: absolute;
  width: 50%;
  height: 50%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.logo_name{
  font-family: Apercu, sans-serif;
  left: 0;
  height: auto;
  position: absolute;
  top: 73%;
  font-size: 1.1em;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);

}
.button-principal{
  cursor: pointer;
  font-family: Apercu, sans-serif;
  font-weight: 600;
  font-size: 0.79rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #e8c106;
  color:black;
  height: auto;
  position: absolute;
  bottom: -32%;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.button-principal:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.aluno{
  width: 65%;
  /* cursor: pointer; */
  font-family: Apercu, sans-serif;
  font-weight: 600;
  font-size: 0.79rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #e8c106;
  color:black;
  height: auto; /*20%*/
  border-radius: 20px;
  position: absolute;
  margin-left: 20%;
}
.aluno:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  /* color: #23527c; */
  text-decoration: none;
}
.wrap{
  height: auto  ;
  width: auto;
}
#quem-somos{
  padding-top: 5px;
}
#quem-somos div{
  padding: 0;
}
.todos{
  max-width: 100%;
  max-height: 400px;
}
.manivela {
    position: absolute;
    left: -600px;
    height: 550px;
    width: 65%;
    margin-top: 4%;
    z-index: 4;
}
.marilia {
    top: 20px;
    width: 100%;
    height: 500px;
    position: absolute;
    left: -800px;
    margin-top: 4%;
    z-index: 1;
}
.text-quem{
  margin-top: 15px;
  /*margin-bottom: 55px;*/
  text-align: justify;
}
.wrap-mestres{
  height: 2920px;
  width: auto;
}
.mestre-box{
  height: 600px;
  position: relative;
  margin-top: 2%;
}
.mestre{
  position: absolute;
  /*float: left;*/
  margin-left: 8%;
}
.mestre img {
  max-height: 550px;
}
.mestre-name{
  font-family: 'Italianno', cursive;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  font-size: 35px;
  color: white;
  margin-top: 0;
}
.mestre-h3{
  font-size: 22px;
  color: white;
  padding-top: 0;
}
.right{
  right: 80px;
}
.right-text{
  left: 40% !important;
}
.tracos{
  max-width: 133px;
  float: left;
  margin-right: 10px;
}
.text-destaque{
  position: absolute;
  width: 25%;
  left: 28%;
  text-align: right;
  font-size: 2.5vw;
  line-height: 2em;
  letter-spacing: .4em;
  /*font-family: ProximaThin,sans-serif;*/
  font-family: 'Bubbler One', sans-serif;
  color: #f90606;
  text-transform: uppercase;
  font-weight: 100;
}
.text-description{
  width: 35%;
  text-align: justify;
  margin-right: 5%;
}
.text-right-f{
  float: right;
}
.mestre-text-left{
  float: left;
  margin-left: 5%;
}
.contato-box{
  height: 100%;
  width: auto;
  background-color: white;
  color: black;
}
.contato-icon{
  max-width: 50px;
}
.text-left{
  text-align: left;
}
.form-box{
  width: 80%;
  float: left;
  margin-left: 2%;
}
.form-group{
  text-align: left;
  font-family: 'Titillium Web', sans-serif;
  color: black;
  margin-bottom: 0;
}
.form-control{
  background-color: #eabe38;
  border: none !important;
  border-radius: 0 !important;
  width: 95%;
  display: block;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
/*.contato-map , .contato-face{
width: 25%;
float: right;
margin-right: 2%;
}*/
.btn-block {
  display: block;
  width: 100%;
}
.btn-warning {
  color: #fff;
  background-color: #e0af07;
  border-color: #eea236;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
textarea.form-control {
  height: 100px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
}

/*perguntas frequentes */
.pf{
  /* width:40%;
  margin-top: 50px;*/
  list-style: none;
  text-align: left;
  color: #1e1e1e;
  font-family: 'Montserrat',sans-serif;
  font-size: 0.8em;
}
.transition, p, .pf li i:before, .pf li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, h1, .pf li {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pf li{
  border-bottom: 1px solid;
}
.pf li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.pf li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.pf li:nth-of-type(3) {
  animation-delay: 1s;
}
.pf li:last-of-type {
  padding-bottom: 0;
}
.pf li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.pf li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #eea236;
  width: 3px;
  height: 9px;
}
.pf li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.pf li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.pf li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.pf li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.pf li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.pf li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.container-planos{
  height: 827px;
  width: 100%;
}
.planos{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.horario-box{
  width: 50%;
  float: left;
}
.horario-text{
  font-size: 1.5em;
}
.black{
  background-color: black;
  color: white;
}
.yellow{
  background-color: #ffc000;
  color: black;
}

.nav__menu {
  position: fixed;
  top: 0;
  left: 100vw;
  width: 100%;
  height: 100vh;
  max-width: 200px;
  background: #000;
  padding: 0 15px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  display: -webkit-box;
  display: -moz-box;
  display: none ;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .nav__menu .shadow {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity .2s ease, left 0s 1s;
  }
  .nav__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .nav__menu ul:last-child {
    margin-top: auto;
    margin-bottom: 30px;
  }
  .nav__menu ul:last-child a {
    font-size: 1rem;
  }
  .nav__menu ul:first-child {
    margin-top: 100px;
  }
  .nav__menu ul:first-child li {
    margin: 18px 0;
  }
  .nav__menu a {
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-family: Apercu, sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
  }
  .nav__menu a span:before {
    border-color: #fff;
  }
  .nav__menu--open {
    transform: translate3d(-200px, 0, 0);
  }
  .nav__menu--open .shadow {
    left: -100vw;
    opacity: 1;
    transition: opacity .6s ease;
  }
  .img-aula{
    max-height: 500px;
    max-width: 85%;
    margin-top: 20%;
  }
  #aula .form-control{
    background-color: #ffe274;
  }
  #aula .btn-warning{
    color: black;
  }
  .custom-carousel-control{
    background-image: none !important;
  }
  #myCarousel .item img{
    margin: 0 auto;
  }
  .seta{
    color: #ffc000;
    top: 40% !important;
  }
  #myCarousel .carousel-inner{
    max-height: 465px;
  }
  .lista-kids{
    list-style-type: none;
    margin-top: 5%;
    padding-left: 15%;
  }
  .lista-kids li img{
    max-height: 66px;
  }
  .contato{
    font-size: 14px;
  }
  footer{
    position: relative !important;
    box-shadow: 0px -7px 10px -4px rgba(0,0,0,0.75);
    border-radius: 10px 10px 0px 0px;
    background-color: rgb(255, 192, 0);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
  }
  footer p{
    font-size: 1.8em;
    font-family: 'Italianno', cursive;
    color: black;
    padding-top: 20px;
  }
  .logo-mari{
    cursor: pointer;
    margin-top: 5px;
    height: 50px;
    background: url("../images/mari_logo.png") 50%/contain no-repeat;;
  }

  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
    60% {
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }
  .bounce {
    animation: bounce 2s infinite;
  }
  .arrow{
    margin: 10px;
  }

  .acad-logo{
    width: 100px;
    float: left;
    margin: 25px;
  }
  .acad-nome{
    color: #1740b4;
    margin: 60px;
    text-transform: uppercase;
    font-size: 25px;
    text-align: left;
  }
  .acad-wrap{
    margin-left: 70px;
  }
  .foto-acad{
    width: 100%;
    max-height: 200px;
  }
  .info-acad h1{
    font-size: 1.4rem;
    color: white;
    margin: 0 auto;
  }
  .info-acad p{
    color: #c7ccd0;
    font-size: 0.9rem;
  }
  .info-acad > p, .info-acad h1{
    line-height: 1.3;
    text-align: left;
    margin: 0 !important;
  }
  .info-acad a{
    font-size: 0.9rem;
    color: white;
    text-align: left;
  }

  .img-esq{
    max-height: 250px;
    max-width: 100%;
  }
  .img-dir{
    height: 650px;
    max-height: 650px;
    width: 460px;
    max-width: 100%;

  }
  .img-h{
    max-width: 100%;
    max-height: 100%;
  }
  .acad-text{
    margin-top: 15px;
    text-align: justify;
  }
  .acad-text p {
    color: black;
  }
  .contato-list li a{
    color: black;
  }
  .logo-header-face-contato {
    cursor: pointer;
    position: relative;
    float: right;
    width: 2.5%;
    height: 85%;
    margin-right: 8%;
    margin-top: 20px;
    background: url(../images/facebook-black.png) 50%/contain no-repeat;
  }
  .img-estilo{
    margin-top: 40px;
    max-width: 100%;
    /*max-height: 500px;*/
    max-height: 300px;

  }
  /*.bg-old{
    height: auto;
    background-size: 100% 100%;
    background-image: url("../images/bg.jpg");
    z-index: 0 !important;
    width: 100%;
  }*/
  .hist-name{
    font-family: 'eagle lake';
    font-weight: 400;
    text-align: center;
    text-transform: none;
    font-size: 35px;
    color: #4267b2;
    margin-bottom: 20px;
  }
  .parchmentTop {
    position: relative;
    width: 100%;
    top: 25px;
    font-size: 12pt;
    line-height: normal;
    background-image: url("../images/Parchment-Body.png");
    background-size: 100%,auto;
}
.parchment {
    position: relative;
    top: -25px;
    width: 100%;
    height: 38px;
    font-family: georgia,times;
    background-image: url("../images/Parchment-Top-Blend-trans.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.parchmentBody {
    position: relative;
    width: 100%;
    padding: 1px 8% 2px 8%;
    left: 5px;
    font-family: Georgia,serif;
}
.parchmentBottom {
    position: relative;
    bottom: -18px;
    right: -6px;
    width: 100%;
    height: 38px;
    background-image: url("../images/Parchment-Bottom-Blend-trans.png");
    margin-bottom: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.blue{
  background-color: #4267b2;
  color: white;
}
.made{
  text-align: right;
}
.dev{
  text-align: left;
}
.mosaico{
  max-width: 100%;
}

  /*.pergaminho{
    height: 120px;
    background-size: 100% 100%;
    background-image: url("../images/pergaminho.png");
    z-index: 4 !important;
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
  }*/
  /*#form-aula-data-nasc, #form-aula-data-aula{
    display: none;
  }*/
.img-arvore-wrap{
  max-height: 500px;
  /* margin-top:100px; */
}
.img-arvore{
  max-height: 500px;
  max-width: 1000px;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup p, .popup div {
    margin-bottom: 10px;
}

.mestre-wrap-mobile{
  display: none;
}

.horarios img {
  max-width: 550px;
}
.popup-chi {
    width: 335px;
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 80%;
    opacity: 1;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 50%;
    visibility: visible;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, .4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, .4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, .4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, .4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, .4) inset;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s
}
.overlay:target+.popup-chi {
    top: 50%;
    opacity: 1;
    visibility: visible
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible
}
.close-chi {
    background-color: rgba(0, 0, 0, .8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
}

.close-chi:before {
    color: rgba(255, 255, 255, .9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, .9)
}
.close {
    background-color: rgba(0, 0, 0, .8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px
}

.close:before {
    color: rgba(255, 255, 255, .9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, .9)
}

.close:hover {
    background-color: rgba(64, 128, 128, .8)
}


  @media screen and (max-width: 993px){
    nav ul{
      display: none;
    }
    .nav__menu ul li:nth-child(2){
       display: none;
     }
    .principal{
      background-image: url("../images/background-mobile.jpg");
    }
    .wrap-mestres{
      display: none;
    }
    .logo-header{
      display: none !important;
    }
    .logo-header-face{
      display: none;
    }
    .logo-header-instagram{
      display: none;
    }
    .logo-header-youtube{
      display: none;
    }
    .aluno{
      display: none;
    }
    .menu-icons{
      display: none;
    }
    .menu{
      display: initial;
    }
    .logo{
      max-width: 230px;
    }
    .logo_name{
      width: 90%;
      margin: 5%;
      color: white;
      top: 65%;
      margin-top: 0;
    }
    .logo_gif{
      width: 100%;
      margin: 0;
      min-width: 0;
      top: 15%;
    }
    .principal{
      background-size: cover;
    }
    .button-principal{
      /*bottom: -45%;*/
      display: none;
    }
    #quem-somos .container div{
      padding: 2%;
    }
    .manivela, .marilia{
      display: none;
    }
    .text-quem{
      margin-bottom: 0;
    }
    .pf{
      width: 90%;
    }

    .horarios img{
      max-width: 100%;
    }
    #aulagratis {
      height: 1800px;
    }
    .contato-box{
      height: 4000px;
    }
    .contato{
      text-align: center;
    }
    .form-box{
      margin-left: 10%;
      margin-bottom: 5%;
    }
    .box{
      position: initial;
    }
    #contato .container-fluid{
      padding: 0;
    }
    #contato .container-fluid div{
      padding: 0;
      margin-right: 0 !important;
    }

    .parchment {
        top: 0px;
    }
    .acad-wrap {
      margin-left: 0px;
    }
    .acad-logo{
      display: none;
    }
    .acad-nome{
      margin: 25px;
    }
    .acad-text{
      padding: 0;
    }
    .interna-wrap{
      padding: 0;
    }
    .contato-interno{
      height: auto;
    }
    footer{
      height: auto;
    }
    .made{
      text-align: left;
    }
    .dev{
      text-align: center;
    }
    .arrowesq{
      display: none;
    }
    .img-arvore-wrap{
      margin-top: 0;
    }
    .img-arvore{
      max-width: 90vw;
    }
    .img-dir{
      height: 400px;
      padding: 0;
    }
    .contact{
      order: 2
    }
    .horario-tabela{
      order: 1;
    }

    .mestre-mobile{
      max-width: 100%;
      height: auto;
    }
    .text-mobile{
      text-align: justify;
    }
    .mestre-wrap-mobile{
      display: inherit;
      padding: 0;
    }
    .popup-chi {
      left: 50%;
    }

  }
  @media screen and (min-width:1400px){
    body{font-size:18px;}
    .principal{background-size: 108% 85%;}
    .marilia{display: none;}
    .parchmentTop{font-size:14pt;}
    .text-destaque{font-size:2rem !important; }
  }
