@import 'style.css';
@import 'animate.css';
@import 'simplelightbox.min.css';
@import '../slide/css/slide.css';
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.4/assets/owl.carousel.min.css');






.parallax-window {
    min-height: 400px;
    background: transparent;
}

/* ESTILO RODAPÉ*/
#footer {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #343434;
  font-size: 18px;
  overflow: hidden;
  font-family: 'Old Standard TT';
}

.rw-footer-developer {
  font-size: 10px;
  font-weight: bold;
  max-width: 100px;
  text-align: center;
  margin: -10px auto 0;
}

.rw-footer-developer img {
  opacity: 1;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;  
}

.rw-footer-developer img:hover {
  opacity: 0.6;
}
/* FIM ESTILO RODAPÉ*/

/*
#############################################################################
################################ ESTILO FORM ################################
#############################################################################
*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,900);

*:focus {
  outline: 0;
}

.rw-style-form {
  max-width: 700px;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.rw-style-form input[type=text], 
.rw-style-form input[type=tel],
.rw-style-form input[type=email],
.rw-style-form input[type=date],
.rw-style-form input[type=time] {
  box-sizing: border-box;
  width: 100%;
  margin: 3px;
  padding: 10px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ccc;
  font: 500 14px 'Lato', sans-serif;
}

.rw-style-form textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 3px;
  padding: 10px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ccc;
  height: 80px;
}

.rw-style-form button {
  background: #7a1d1d;
  color: #fff;
  padding: 15px;
  border: 0;
  font: 300 22px 'Lato', sans-serif;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  float: right;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;  
}

.rw-style-form button i { 
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;  
}

.rw-style-form button:hover i { 
  transform: scale(1.2);
}

.rw-style-form button:hover {
  opacity: 0.6;
  cursor: pointer;
}

::-webkit-input-placeholder {
  font: 300 14px 'Lato', sans-serif;
}

:-moz-placeholder {
  font: 300 14px 'Lato', sans-serif;
}

::-moz-placeholder {  
  font: 300 14px 'Lato', sans-serif;
}

:-ms-input-placeholder {    
  font: 300 14px 'Lato', sans-serif;
}

@media screen and (max-width: 68em) { 
      
}

@media screen and (max-width: 37em) { 
  .rw-style-form button { width: 100%;}
}

/*###################### MENSAGEM ENVIADA ######################*/
.msg-send {
  max-width: 500px;
  background: #f2f2f2;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 20px;
  font: 300 26px 'Lato', sans-serif;
  text-align: center;
  margin: 10% auto 0;
}

.msg-send i {
  font-size: 65px;
  margin: 15px 0;
}
/*###################### FIM MENSAGEM ENVIADA ######################*/
/*
#################################################################################
################################ FIM ESTILO FORM ################################
#################################################################################
*/

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 65em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body, html { height: 100%; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
  position: relative;
  z-index: 1;
}

section {
  width: 100%;
  position: relative;
}

h1 {
  margin-bottom: .5em;
}

p {
  width: 90%;
  margin: 0 auto;
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: url(../images/detail-menu.png);
  background-size: 100% 100%;  
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
}

.logo {
  padding: 10px 50px;
  float: left;
  font-size: 0;
}

.logo img{
  max-width: 250px;
}

#wrapper{
    width: 100%;
    height: 100%;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
    position:relative;
}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 65em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  font-family: 'Old Standard TT';
}

@media screen and (min-width: 65em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 65em) {
  .nav-collapse li {
    width: auto;
  }

    .rede-social i{
    width: 10px;
    height: 10px;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  padding: 1em 1em;
  color: #777777;
  width: 100%;
  float: left;
  background: #fff;
}

.nav-collapse a:hover{
  color: #7f6642;
}

.rede-social{
  float: left;
  display: inline-flex;
  width: 100%;
}

@media screen and (min-width: 65em) {
  .nav-collapse a {
    padding: 2em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
    background: transparent;
  }
  .rede-social i{
    display: inline;
    float: left;
    width: 35px;
    height: 35px;
    padding: 20%;
    border: 1px solid;
    border-radius: 50%;
    margin-top: -10px;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 65em) {
  .nav-collapse ul ul a i{
    display: none;
  }
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

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

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #7a1d1d; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

/* *********************************************************************************************************************
  One% CSS Grid - 12 Columns Fluid CSS Grid System

  Why One% ? Let’s count ...
    we have 12 columns (magic number divided by 2, 3, 4, 6)

    for 12 columns we need 11 margins

    so if we count margin 3%, then 3% * 11 margins = 33%

    and if we count width of 1 column 5.5%, than 5.5% * 12 columns = 66%

    in the end we have 33% + 66% = 99% aaand ???

    1% is still here so that's the name - One%

  2 starting options ? Let’s count a bit more ...
    1200px - perfectly fits 1280 screens
      12 columns
      margin 3% / 36px (full-width)
      col1 5.5% / 66px (full-width)

    1000px - perfectly fits 1024 screens
      12 columns
      margin 3% / 30px (full-width)
      col1 5.5% / 55px (full-width)
*/

/* *********************************************************************************************************************
 * Main container for all
 */
.onepcssgrid-1000, .onepcssgrid-1200 {
  margin: 0 auto;
  padding: 0 0 0 1%; /* THAT'S THE NAME ;) */
}

.onepcssgrid-1200 {
  max-width: 1220px;
}

.onepcssgrid-1000 {
  max-width: 1020px;
}

.onerow {
  clear: both;
  padding: 0 10px;
}

/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  float: left;
  margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
  margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
  width: 100%;
  height: auto;
  display: block;
}

/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
  .onepcssgrid-1000 {
    max-width: 1000px;
  }

  .onepcssgrid-1000 .onerow {
    padding: 0;
  }
}

/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
  .onerow {
  }

  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
    float: none;
    width: 99%;
  }
}