body { font-family: 'Open Sans', sans-serif; color: #fff; background-color: #fff; overflow-x: hidden; }
a:link, a:hover, a:active, a:focus, a:visited { text-decoration: none !important; }
* { outline: none; }

p {
	font-size: 18px;
  font-family: 'migrena_grotesquelight', sans-serif;
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
}

.remove-padding { padding: 0; }
.remove-right { padding-right: 0; }
.clearfix:before, .clearfix:after, .row:before, .row:after {content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .row:after, .clearfix:after {clear: both; } .row, .clearfix {zoom: 1; } .clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clear5 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 5px; } .clear10 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 10px; } .clear15 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 15px; } .clear20 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 20px; } .clear25 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 25px; } .clear30 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 30px; } .clear35 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 35px; } .clear40 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 40px; } .clear45 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 45px; } .clear50 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 50px; } .clear60 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 60px; } .lfloat {float: left } .rfloat {float: right }

/* DEFAULT */

h1 {
  font-family: 'migrena_grotesqueblack', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  color: #171717;
  line-height: 50px;
  letter-spacing: 2px;
}
  h1 small {
    font-family: 'migrena_grotesquelight', sans-serif;
    font-size: 24px;
    display: block;
    color: #171717;
  }
  .section-gray h1, .section-gray h1 small { color: #ff9000; }

h2 {
  font-family: 'blackhawk_italicregular', sans-serif;
  color: #ff9000;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.button-default {
  text-transform: uppercase;
  font-family: 'migrena_grotesquesemibold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #171717;
  display: inline-block;
  padding: 0 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,.3);
  height: 50px;
  line-height: 50px;
  background: #ff9000;
}

.button-black {
  font-size: 20px;
  font-style: italic;
  background: #1a1a1a;
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: 'migrena_grotesquelight', sans-serif;
  margin-right: 15px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
  .button-black img { margin-right: 10px; }
  .button-black:hover { background: #272727; }

.button-big {
  font-family: 'migrena_grotesquesemibold', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  background: #1c1c1c;
  display: inline-block;
  text-align: center;
  height: 120px;
  line-height: 120px;
  color: #fff;
  width: 100%;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
  .button-big:hover, .button-big.active { background: #ff9000; }

.slick-slider { margin-bottom: 0 !important; }
.slick-slider img { display: inline-block !important; }
.slick-current .button-big { background: #ff9000; }

/* HEADER */

header {
  padding: 30px 0;
  background: url(../../images/bg-line.jpg?v2.3) center center no-repeat;
  position: relative;
  overflow: hidden;
  height: 800px;
}
  .holder-menu { background: #171717; position: relative; margin-top: -5px; height: 92px; }
  header .col-md-2 { padding-right: 2.5px }
  header .col-md-10 { padding-left: 2.5px }
  header .container { z-index: 30; position: relative; }

  .holder-menu img { position: absolute; top: -5px; left: -5px; }

  .banner {
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    opacity: 0;
    width: 100%;
    z-index: 10;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
  }
    .banner.active {
      opacity: .3;
      z-index: 20;
    }

    .text { transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; }
    .text.active { font-family: 'migrena_grotesquesemibold', sans-serif; }



.list-menu { text-align: center; margin-left: 150px; }
  .list-menu li { padding: 0 20px; border-right: 1px solid #252525; position: relative; float: left; }
  .list-menu li::after {
    content: '';
    width: 0;
    height: 4px;
    background: #ff9000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
  }
  .list-menu li:hover::after, .list-menu li.active::after { width: 100%; }
  .list-menu li:first-child { border-left: 1px solid #252525; }
  .list-menu li a {
    font-family: 'migrena_grotesquemedium', sans-serif;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    height: 92px;
    line-height: 92px;
  }

.list-social { position: absolute; top: 30px; right: 30px; }
  .list-social li {}
  .list-social li a {
    display: inline-block;
    background: #ff9000;
    color: #171717;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
  }

.aulas {
  font-family: 'migrena_grotesquelight', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  line-height: 26px;
}

.orange {
  font-family: 'migrena_grotesquesemibold', sans-serif;
  font-size: 22px;
  font-style: italic;
  text-transform: uppercase;
  color: #ff9000;
}

/* CONTENT */

.section-black { background: #121212; padding-top: 30px; }
.section-orange { background: #ff9000; padding: 40px 0; }
.section-gray { background: #3f3f3f; padding: 40px 0; }
.section-dark-gray { background: #1c1c1c; padding: 10px 0;  }

.depoimento-text {
  font-family: 'migrena_grotesquelight', sans-serif;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  line-height: 27px;
  padding: 20px 0 20px 40px;
  background: url(../../images/aspas.png) left top no-repeat;
}
  .depoimento-author {
    font-family: 'migrena_grotesquelight', sans-serif;
    color: #ff9000;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
  }

  .depoimentos .slick-dots { text-align: right !important; bottom: 40px !important; }
  .depoimentos .slick-dots li button:before { content: '' !important; background: #727272; opacity: 1 !important; }
  .depoimentos .slick-dots li.slick-active button:before { opacity: 1 !important; background: #ff9000 !important; }

.img-logo { margin: 0 10px; }

.box-photos {
  position: relative;
  overflow: hidden;
  height: 310px;
  background: #171717;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
  .box-photos img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    opacity: .05;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
  }
  .name-photos {
    font-family: 'migrena_grotesquelight', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
  }
  .name-photos::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .box-photos:hover { background: #ff9000; }
  .box-photos:hover img { opacity: .4; }
  .box-photos:hover .name-photos { opacity: 0; bottom: 20px; }

.modalidade-info { padding: 10px 30px; }

.button-arrow { color: #fff; font-size: 24px; }

.table-header { background: none; }
.table-header.on { background: #ff9000; }
.table-header td { padding: 10px; text-align: center; color: #fff; text-transform: uppercase; border: none; }
table td { padding: 4px 10px; border-bottom: 1px solid #333333; }

.col-5 {
  width: 20%;
  float: left;
  padding: 0 15px;
}

.tipo-aula { color: #ff9000; font-family: 'migrena_grotesquemedium', sans-serif; font-style: italic; font-size: 18px; }

.form-contato {}
  .form-contato input {
    background: #cccccc;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .form-contato textarea {
    background: #cccccc;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 15px;
  }
  .form-contato input:focus { outline: none; box-shadow: none; }
  .form-contato label {
    font-family: 'migrena_grotesquelight', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .form-contato button {
    background: #104400;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-family: 'migrena_grotesquemedium', sans-serif;
    border: none;
    border-radius: 10px;
  }

.contact p {
  color: #9b9b9b;
  font-size: 20px;
  line-height: 25px;
  font-family: 'migrena_grotesquelight', sans-serif;
  font-style: italic;
  padding-left: 115px;
}

.contact a { color: #9b9b9b; }
  .contact a:hover { text-decoration: underline !important; }

.location { background: url(../../images/location.png) left top no-repeat; padding: 30px 0 30px 115px; }
.phone { background: url(../../images/phone.png) left top no-repeat; padding: 40px 0 15px 115px; font-size: 24px !important; margin-bottom: 30px; }
.mail { background: url(../../images/mail.png) left top no-repeat; padding: 15px 0 15px 115px; }

/* FOOTER */

footer {
  padding: 20px 0;
  background: #1c1c1c;
}
.infos-footer { position: relative; margin-top: 20px; }
  .infos-footer img {
    position: absolute;
      left: 100px;
      top: -20px;
  }
.social-link-footer {
  color: #6d6e71;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
  .social-link-footer::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #6d6e71;
    top: 4px;
    left: 100%;
    position: absolute;
  }
  .social-link-footer i { font-size: 22px; }
  .social-link-footer:hover { color: #fff; }

.form-newsletter { position: relative; }
  .form-newsletter input {
    height: 65px;
    line-height: 65px;
    background: #393b3c url(../../images/icon-mail.png) 15px center no-repeat;
    padding: 0 120px 0 60px;
    border-radius: 7px;
    border: none;
    width: 100%;
    color: #ccc;
  }
  .form-newsletter button {
    height: 45px;
    padding: 0 20px;
    background: #494c4d;
    color: #626366;
    font-weight: 600;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
  }
    .form-newsletter button:hover { background: #343535; }

.copyright {
  color: #6d6e71;
  padding: 20px 0;
  background: #1c1c1c;
  font-size: 12px;
}
  .list-menu-footer { text-align: right; }
  .list-menu-footer li {}
  .list-menu-footer li a { color: #6d6e71; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; }
  .list-menu-footer li a:hover { text-decoration: underline !important; color: #fff; }

.slider-tabela .slick-prev { left: 10px !important; z-index: 90; }
.slider-tabela .slick-next { right: 10px !important; z-index: 90; }

.modalidade-mobile {
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #929292;
  text-align: center;
  background: #1c1c1c;
  font-size: 22px;
  font-family: 'migrena_grotesquesemibold', sans-serif;
  border-bottom: 1px solid #3c3c3c;
}

/* DESKTOP */
@media screen and (min-width: 1201px) {

}

/* IPAD DE LADO*/
@media screen and (max-width: 1199px) and (min-width: 991px) {

}

/* IPAD */
@media screen and (max-width: 991px) {

}

/* IPHONE DE LADO */
@media screen and (max-width: 767px) {

}

/* IPHONE */
@media screen and (max-width: 480px) {
  h1 { font-size: 35px; line-height: 35px; }

	.banner { max-width: inherit; width: auto; height: 100%; }
  .depoimentos { margin-bottom: 30px !important; }

  .box-photos { height: 180px; }
  .name-photos { font-size: 16px; }

  .copyright { text-align: center; }

  .location {
    background: url(../../images/location.png) left top no-repeat;
    padding: 5px 0 6px 70px !important;
    background-size: 50px;
    margin-top: 40px;
  }
  .phone {
    background: url(../../images/phone.png) left top no-repeat;
    padding: 15px 0 15px 70px !important;
    font-size: 24px !important;
    margin-bottom: 30px;
    background-size: 50px;
  }
  .mail {
    background: url(../../images/mail.png) left top no-repeat;
    padding: 3px 0 15px 70px !important;
    background-size: 50px;
    font-size: 16px !important;
  }

  .col-5 { display: none; }
  .col-5.on { display: block; width: 100%; }
}

.menu-mobile { color: #009280 !important; font-size: 30px; }
.mm-menu.mm-theme-dark { background: #009280 !important; }
.mm-menu.mm-theme-dark .mm-divider { background: rgba(255,255,255,.09) !important; }

/* Color of invalid field */
.has-error input, .has-error textarea {
    border: 1px solid red !important;
}

.mapa iframe { scrolling: no; }

/* Esconde file input */
input[type='file'] {
  display: none
}

.input-wrapper label {
  background-color: #3498db;
  border-radius: 5px;
  color: #fff;
  margin: 10px;
  padding: 6px 20px
}

.form-group { margin-bottom: 0 !important; }

.input-wrapper label:hover {
  background-color: #2980b9
}