@font-face { font-family:"BebasNeue"; font-style:normal; font-weight:100; src:local("BebasNeue"),local("BebasNeue"),url("../fonts/BebasNeue.otf") format("opentype") }

@font-face { font-family:"Roboto-Light"; font-style:normal; font-weight:100; src:local("Roboto-Light"),local("Roboto-Light"),url("../fonts/Roboto-Light.ttf") format("truetype") }

*, *:after, *:before { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

@media screen and (max-width:600px) {
    .logo img { width:70%; margin-left:75px }
}

@media screen and (max-width:785px) {
	.sobre .col-md-12 p, .servicos, .contato .col-md-6 p, .contato .col-md-12 p, .contato .col-md-5 p { padding: 0 10px }
	#titulo { line-height:40px; font-size:40px; padding:0 10px 10px 10px }
}

@media screen and (max-width:360px) {
	#home, #sobre, #servicos, #contato { padding:50px 10px }
	#localizacao { padding:0 }
}

a { color:rgb(220, 28, 46)  }

html { font-size:11px }

body {
  font-family:"Roboto-Light", sans-serif;  overflow-x:hidden;
  line-height: 1.42857143;
  color: #000;
  background:#fff;
  letter-spacing:0.1em;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* ------------------------------------------
  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: 965px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

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

header {
  background:#f7a123;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
   border-bottom:1px solid rgba(255,255,255,0.1);
}

.logo-2 {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  line-height: 55px;
  padding:0 20px;
  color: #fff;
  float: left;
}

/* ------------------------------------------
  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: 965px){
  .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;
}

@media screen and (min-width: 965px) {
  .nav-collapse {
    float: right;
    width: auto;
  }
	.logo-2{ display:block }
}

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

@media screen and (min-width: 965px) {
  .nav-collapse li {
    width: auto
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  background: transparent;
  padding: 0.7em 1em;
  color: #fff;
  width: 99%;
  float: left;
  font-size:17px
}


@media screen and (max-width: 965px) {
  .nav-collapse a:active, .nav-collapse a:hover,
  .nav-collapse .active a {
  background:#fff; color:#f7a123
}
}

@media screen and (min-width: 965px) {
  .nav-collapse a {
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

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

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


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

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/menu-alt.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: #fff; /* Edit this to change the icon color */
  font: normal 30px/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;
  width: 100%;
  left: 0;
  top: 0;
}

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

.topo { margin:0; padding:90px 0; background:url(../img/home.jpg) no-repeat center center fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover }
.topo .col-md-12 { padding:250px 0;  }

.logo { position:absolute; left:50%; top:25%; width:408px; height:168px; margin-left:-202px; z-index:11 }
.logo-2 { margin-top:3px }

#home-2 { margin:0 }
.menu { position:fixed; width:100%; height:90px; top:0; left:0; background:transparent; /* border-bottom:1px solid rgba(255,255,255,0.2); */ z-index:20; text-transform:uppercase; }

.container-fluid, .container { color:#000; font-size:1.6em }

.titulo { font-family:"BebasNeue", sans-serif; font-size:3em; padding:0 0 0 35px; color:#f7a123 }
.titulo-2 { font-family:"BebasNeue", sans-serif; font-size:3em; padding:0 0 0 35px; color:#fff }

.sobre p, .contato p { font-family:"Roboto-Light", sans-serif; text-align:justify; padding:10px 35px }

.sobre { padding:30px 0 0px 0;  background:url(../img/home.jpg) no-repeat center center fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover}
.sobre .col-md-6 {
  background-color: rgba(255,255,255,0.9);
  padding:20px 0;
}
.sobre .col-md-3 {
  background-color:rgba( 247, 161, 35,0.9);
  color:#fff;
  padding:20px 0 0 0
}
.sobre .nos-quartos p{
margin-top:-20px;
margin-bottom: 0;
line-height: 30px;
text-align: left;
}
.sobre .none {
  display: none
}
.sobre .col-md-12 {
  padding:10px 0
}

.sobre .img-responsive:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
           transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
           z-index: 9;
}
/* GALERIA */
.lbox{ visibility: hidden; opacity: 1; position:absolute}
.lbox:target{ opacity: 1; visibility: visible; width: 100%; height: 100%; top:0; left:0; background: rgba(10,10,10,0.7); position:fixed;z-index: 100 }
.box_img { width: 67%; margin: 0px auto; } 
.btn{ color: #fff; font-family: 'Arial'; text-decoration: none; position: absolute; width: 50px; height: 50px; font-size: 40px; text-align: center; } 

#prev { left: 5%; top: 45%; }
#next { right: 5%; top: 45%; }
#close { right: 0; top: 10%; }

.box_img img{ opacity: 0; }
.lbox:target .box_img img{ width: 100%; opacity: 1; transition: opacity .4s linear; }

.info p {
 color: #f7a123;
  text-align: center;
  padding-bottom: 30px
}
.info p span {
  padding:0 15px;
  color: #f7a123;
}
.info p i {
font-size: 18px
}

.servicos { padding:30px 0 60px 0; color:#fff; background:#f7a123 }
.servicos .col-md-12, .servicos .col-md-3 { padding:0 40px; text-align:justify; font-size:18px }
.tag{
  padding:50px 0;
  background-color: transparent;
}
.p-tag {
  color:#fff; text-align:center; font-weight:900; font-size:22px

}
.servicos li { list-style: none; text-align:center}

.servicos .small {
  font-size:13px
}

@media screen and (max-width:992px) {
	.msg { padding: 20px 0 0 0 }
}

#normas {
  background:url(../img/normas.JPG) no-repeat center center fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover;
  padding: 35px 0 25px 0;
  border-bottom: 1px solid #f7a123;
}
#um {
  padding-right: 0;
}
#dois {
  padding-left: 0;
}
#normas span {
  text-align: center;
  font-size: 22px;
  color: #f7a123;
  font-weight: 900;
}
#normas p
{
  font-size: 16px;
}

#iten {
 background-color: #fff;
 padding: 35px 15px;
 margin: 25px;
 border-top-left-radius: 20px;
 border-bottom-right-radius: 20px;
 border-right:4px solid #f7a123;
 border-bottom:4px solid #f7a123;
}

.contato { padding:0px 0 50px 0; background:#fff; color:#f7a123 }
.contato span { color:rgba(247, 161, 352,0.6) }
input[type="text"] { margin: 0 0 20px 0}
input[type="text"], input[type="tel"] { border:none; border-bottom:1px solid rgba(247, 161, 35,0.3); width:100%; padding:5px 0  }
textarea { width:100%; border:none; border-bottom:1px solid rgba(247, 161, 35,0.3) }
input[type="submit"] { padding: 5px 20px; border:1px solid #f7a123; color:#fff; background:#f7a123; float:right; margin-top:10px; cursor:pointer }
input[type="submit"]:hover { color:#f7a123; background:#fff; border:1px solid rgba(247, 161, 35,0.5) }

::-webkit-input-placeholder { color: #f7a123; }
:-moz-placeholder { color: #f7a123; }
::-moz-placeholder { color: #f7a123; }
:-ms-input-placeholder { color: #f7a123; }

.info { font-size:14px; float:left; padding-top:30px }

.rodape { position:relative; bottom:0; width:100%; padding:15px 10px 6px 10px; font-size:12px; color:#fff; background:#f7a123; margin:0 }
.copy { margin-top:5px }
.social { float:right }
.social a, .social a:hover { color:#fff; padding:0 10px; font-size:16px }