* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

*:focus {
  outline: none
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%
}

@font-face {
  font-family: 'The Godfather';
  src: url("../fonts/Godfather.eot");
  src: url("../fonts/Godfather.eot?#iefix") format("embedded-opentype"), url("../fonts/Godfather.woff") format("woff"), url("../fonts/Godfather.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Bebas';
  src: url("../fonts/Bebas.eot");
  src: url("../fonts/Bebas.eot?#iefix") format("embedded-opentype"), url("../fonts/Bebas.woff") format("woff"), url("../fonts/Bebas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Oranienbaum';
  src: url("../fonts/Oranienbaum.eot");
  src: url("../fonts/Oranienbaum.eot?#iefix") format("embedded-opentype"), url("../fonts/Oranienbaum.woff") format("woff"), url("../fonts/Oranienbaum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Traveling _Typewriter';
  src: url("../fonts/TravelingTypewriter.eot");
  src: url("../fonts/TravelingTypewriter.eot?#iefix") format("embedded-opentype"), url("../fonts/TravelingTypewriter.woff") format("woff"), url("../fonts/TravelingTypewriter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}

a {
  text-decoration: none
}

.small {
  width: 120px !important;
  height: 120px !important
}

.none {
  display: none !important
}

.w100 {
  width: 100%
}

.content {
  width: 100%;
  /* max-width: 1024px; */
  max-width: 1440px;
  margin: 0 auto;
  padding: 1em
}

.topo {
  background: transparent url(../images/background-nav.png);
  height: 143px;
  width: 100%;
  z-index: 999;
  position: fixed
}

.mobile-menu {
  display: none
}

.menu ul {
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "The Godfather"
}

.menu ul:after {
  display: table;
  content: ""
}

.menu li {
  float: left;
  /*  */
  margin: 0 4px 0;
}

.menu a {
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 3px;
  font-size: 2em;
  transition: all 1s
}

.menu a:hover {
  color: red
}

.menu ul li a.logo {
  background: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 215px;
  display: block;
  width: 215px;
  margin-top: -10px;
  padding: 0
}

.menu ul li a.logoMagna {
  background: url(../images/logoMagna.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 215px;
  display: block;
  width: 215px;
  margin-top: -10px;
  padding: 0
}

.social {
  background: url(../images/img-furo-bala.png) 0% 50% no-repeat;
  width: 40px;
  height: 40px
}

.social a {
  font-size: 1em;
  margin-left: .9em;
  margin-top: 8px;
  position: absolute;
  padding: .1em
}

.banner {
  background: #000 url(../images/banner-image.png) 50% 50% no-repeat;
  background-size: cover;
  height: 100vh;
  margin-bottom: 3em
}

.bg_video {
  right: 0;
  bottom: 0;
  min-width: 100vw;
  min-height: 640px;
  width: auto;
  height: auto;
  z-index: -1000;
  background-size: cover;
  background: #000 url(../images/banner-image.png) 50% 50% no-repeat
}

.sobre {
  background: #FFFFFF;
  padding-top: 10em;
  padding-bottom: 1em;
  margin-bottom: 2em
}

.cabecalho-sobre {
  text-align: center;
  margin-bottom: 2em
}

.cabecalho-sobre h1 {
  font-family: "The Godfather";
  font-size: 4em;
  font-weight: normal
}

.cabecalho-sobre h2 {
  font-family: "Traveling _Typewriter";
  font-size: 1em
}

.content-sobre {
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg)
}

.clip-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.clip-text_one {
  background-image: url(../images/po.jpg);
  background-position: 50% 50%;
  opacity: .9
}

.texto-sobre {
  width: 100%
}

.texto-sobre h2 {
  font-family: "Bebas";
  font-size: 3em;
  width: 90%;
  word-spacing: 10px
}

.texto-sobre h3 {
  color: #040000;
  font-family: "Oranienbaum";
  font-size: 1.4375em;
  width: 57%;
  margin-top: 1em;
  font-weight: 300
}

.texto-sobre p {
  color: #040000;
  font-family: "Traveling _Typewriter";
  margin-top: 1em;
  width: 55%;
  font-size: 1em;
  word-spacing: 8px;
  text-shadow: 0 1px 1px #666
}

.image-absolute {
  position: absolute;
  margin-top: 160px;
  right: 0
}

.bgservicos {
  width: 100%;
  min-height: 900px;
  background: url(../images/background-servicos.png) bottom center no-repeat;
  position: relative;
  z-index: 9;
  /* background-size: cover; */
}

.servicos {
  background-size: cover;
  padding-bottom: 0;
}

.cabecalho-servicos {
  text-align: center;
  margin-bottom: 2em;
  color: #FFFFFF
}

.cabecalho-servicos h1 {
  font-family: "The Godfather";
  font-size: 4em;
  font-weight: normal;
  padding-top: 3em
}

.cabecalho-servicos h2 {
  font-family: "Traveling _Typewriter";
  font-size: 1em
}

.content-servicos,
.content-equipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.item-service {
  margin: 0 auto 2em;
  text-align: center;
  color: #FFFFFF;
  font-family: "Traveling _Typewriter";
  line-height: 2
}

.bgequipe {
  width: 100%;
  min-height: 800px;
  background: url(../images/background-equipe.png) center center no-repeat;
  margin-top: -7em;
  /*z-index: -9;*/
  /*position: relative;*/
}

.cabecalho-equipe {
  text-align: center;
  margin-bottom: 2em;
  color: #040000
}

.cabecalho-equipe h1 {
  font-family: "The Godfather";
  font-size: 4em;
  font-weight: normal;
  padding-top: 3em
}

.cabecalho-equipe h2 {
  font-family: "Traveling _Typewriter";
  font-size: 1em
}

.horario {
  height: 640px;
  background: url(../images/background-horario.jpg);
  background-size: cover;
  font-family: "Bebas";
  text-transform: uppercase
}

.horariostudio {
  background: url(../images/background-horario-stuio.png) !important;
}

.horario .content-horario {
  font-family: "Oswald";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20%
}

.horario .infos-horario {
  background: rgba(255, 255, 255, 0.8);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.1
}

.horario .infos-horario .l-horario {
  text-align: center;
  margin-top: .7em;
  font-size: 2.3em
}

.horario .infos-horario .l-de {
  font-size: 2.3em
}

.horario .infos-horario .l-de:before {
  content: "";
  border-top: 2px solid #000000;
  position: absolute;
  width: 40px;
  margin-top: 19px;
  margin-left: -48px
}

.horario .infos-horario .l-de:after {
  content: "";
  border-top: 2px solid #000000;
  position: absolute;
  width: 40px;
  margin-top: 19px;
  margin-left: 8px
}

.horario .infos-horario .l-funcionamento {
  font-size: 1.2em
}

.times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-family: "Traveling _Typewriter";
  text-transform: none
}

.times .time {
  width: 20%Ï;
  margin-top: 30px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 1em
}

.map {
  width: 100vw;
  max-width: 100%;
  min-height: 640px;
  background: url(../images/map.jpg) 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.map .content-map {
  font-family: "Bebas";
  font-size: .9em;
  letter-spacing: 2px;
  text-align: center;
  height: 210px;
  color: #FFF
}

.map .content-map p {
  padding-bottom: .4em
}

.map .content-map a {
  color: #FFF
}

.slider {
  width: 100%;
  max-width: 800px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.slide {
  width: 100%;
  max-width: 800px;
  height: 350px;
  position: absolute;
  transition: all 0.5s;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
}

.btn:active {
  transform: scale(1.1);
}

.btn-prev {
  top: 45%;
  left: 2%;
}

.btn-next {
  top: 45%;
  right: 2%;
}


/* responsive */
@media (max-width: 414px) {
  .menu {
    display: none
  }

  .content-sobre {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .texto-sobre {
    font-size: 50%
  }

  .texto-sobre h2,
  .texto-sobre h3,
  .texto-sobre p {
    width: 95%;
    margin: 0 auto;
    text-align: center
  }

  .texto-sobre h2 {
    margin-bottom: 2em;
    font-size: 3em
  }

  .texto-sobre h3 {
    font-size: 1.9em;
    margin-bottom: 2em
  }

  .texto-sobre p {
    text-shadow: none;
    font-size: 1.4em
  }

  .image-absolute {
    margin-top: 90px !important;
    width: 100% !important;
    left: 3% !important
  }

  .servicos {
    padding-top: 10em
  }

  .bgservicos {
    min-height: 2040px;
    background-size: cover;
  }
  .bgequipe {
    margin-top: -14em;

}
}

@media (max-width: 728px) {
  .bg_video {
    display: none
  }

  .social-mobile {
    font-size: 2em
  }

  .don {
    float: left;
    font-family: "The Godfather";
    font-size: 2em !important;
    letter-spacing: 4px;
    font-weight: normal !important
  }

  .link-right {
    text-align: right;
    font-size: 2em !important
  }

  .mobile-menu {
    display: block;
    width: auto;
    position: relative;
    padding: 0;
    margin: -8px 0;
    line-height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .mobile-menu a.dropdown-link {
    display: block;
    height: 50px;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer
  }

  .mobile-menu a.dropdown-link:hover {
    text-decoration: none
  }

  .mobile-menu a.dropdown-link i {
    float: right;
    position: relative;
    top: 15px
  }

  .mobile-dropdown {
    display: none;
    list-style-type: none;
    background: #1F2020;
    background-size: cover;
    padding: 0;
    min-width: 125px;
    position: relative;
    z-index: 100;
    margin: 0
  }

  .mobile-dropdown li {
    padding: 0;
    height: auto
  }

  .mobile-dropdown li a {
    padding: 0;
    color: red;
    text-align: center;
    font-family: "Oswald";
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 40px;
    font-size: 1em;
    text-decoration: none
  }

  .mobile-dropdown li a:hover {
    text-decoration: none
  }

  .menu {
    display: none
  }

  .content-sobre {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  .texto-sobre {
    text-align: center
  }

  .texto-sobre h2 {
    width: 100%;
    font-size: 3em
  }

  .texto-sobre h3 {
    width: 80%;
    margin: 10% auto
  }

  .texto-sobre p {
    width: 100%;
    margin-bottom: 20%
  }

  .image-absolute {
    top: 330px;
    left: 25%;
    width: 50%
  }
}