body { font-family: 'Montserrat', 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: 'Montserrat', 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 */

header { 
  padding: 25px 0; 
  background: #fff; 
  position: fixed; 
  top: 0; 
  width: 100%; 
  left: 0; 
  z-index: 600; 
  transition: all .3s ease-in-out; 
  -webkit-transition: all .3s ease-in-out; 
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
}


  header p {
    font-size: 10px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 5px;
  }
  header select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #AB471E url(../../images/icon-down.png) right+10px center no-repeat;
    color: #FFDDA6;
    font-size: 20px;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
  }

.list-menu { margin-top: 40px; }
  .list-menu li {}
  .list-menu li a {
    font-size: 13px;
    color: #AB471E;
    text-transform: uppercase;
    font-weight: 600;
  }
  .list-menu li a:hover { text-decoration: underline !important; }

.banner { margin-top: 140px; }

.autores { height: 150px; background: #E9E5DC; padding: 50px 0 40px; margin-top: 0; }
  .autores h2 {
    font-size: 20px;
    color: #6B8CBF;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-style: italic;
  }
  .autores p {
    font-size: 20px;
    font-weight: 300;
    color: #AD3232;
    line-height: 22px;
  }
  .autores img {
    position: absolute;
    top: -100px;
    right: 0;
  }

.col-atracoes { background: #6B8CBF; padding: 30px; clear: both; overflow: hidden; }
.col-concursos { background: #AD3232; padding: 30px; clear: both; overflow: hidden; } 

  .col-atracoes h2, .col-concursos h2 {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-style: italic;
    padding-left: 40px;
  }
  .col-atracoes h2::before, .col-concursos h2::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 1px;
    background: #fff;
  }
  .col-atracoes ul, .col-concursos ul { padding-left: 15px; width: 50%; float: left }
  .col-atracoes ul li, .col-concursos ul li {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
    list-style: disc;
  }
  .col-atracoes p, .col-concursos p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
  }
  .col-atracoes p strong, .col-concursos p strong {
    text-transform: uppercase;
    display: block;
  }

h2.novo {
  font-size: 50px;
  color: #6B8CBF;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-style: italic;
  margin: 40px 0 40px 40px;
}

footer {
  background: #6B8CBF;
  padding: 20px 0;
  color: #fff;
  font-size: 13px;
  margin-top: 40px;
}

.col-concursos a { text-decoration: underline !important; color: #fff; font-weight: 300; }

.bg-gray { padding: 60px 0 30px; background: #ececec; }
.video-js { margin-bottom: 30px; }

.button-programacao {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6B8CBF;
  height: 50px;
  line-height: 50px;
  border: 2px solid #6B8CBF;
  text-align: center;
  transition: all .3s ease-in-out;
}
  .button-programacao:hover, .button-programacao.active { background: #6B8CBF; color: #fff; }

.box-programacao { display: none; }

.button-dia {
  display: inline-block;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6B8CBF;
  border: 2px solid #6B8CBF;
  text-align: center;
  transition: all .3s ease-in-out;
  padding: 10px 0;
  width: 80px;
}
  .button-dia span { font-size: 30px; display: block; font-weight: 800; }
  .button-dia:hover, .button-dia.active { background: #6B8CBF; color: #fff; }

.cronograma-dia { display: none; }

/* 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) {
  .banner { display: none; }

  .autores { height: auto; margin-top: 0; }
  .autores img { display: none; }

  footer { text-align: center; }
  footer a { display: block; text-align: center; margin-top: 20px; }

  body { --grid-columns: 2 !important; }
  .details__img { opacity: .3; }
  h2.novo { font-size: 36px !important; margin: 0 !important; text-align: center; }
  .product__bg { height: 7em !important; }

  .autores h2 { font-size: 22px; }
  .autores p { font-size: 22px; }
  .autores { margin-top: -80px; text-align: center; }
  .details__description { line-height: 22px; }
}

/* IPHONE */
@media screen and (max-width: 480px) {
  .banner { display: none; }

  .autores { height: auto; margin-top: 0; }
  .autores img { display: none; }

  footer { text-align: center; }
  footer a { display: block; text-align: center; margin-top: 20px; }

  body { --grid-columns: 2 !important; }
  .details__img { opacity: .3; }
  h2.novo { font-size: 36px !important; margin: 0 !important; text-align: center; }
  .product__bg { height: 7em !important; }

  .autores h2 { font-size: 22px; }
  .autores p { font-size: 22px; }
  .autores { margin-top: -80px; text-align: center; }
  .details__description { line-height: 22px; padding-right: 90px !important; }
  .details__subtitle { padding-right: 155px !important; }
}

.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
}