/*GERAIS*/
html {
  scroll-behavior: smooth;
}
:target {scroll-margin-top: 80px;}
body {
  background: #fff;
  color: #fff;
  font-family: oscine, sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: trumpgothicpro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.row {
  max-width: 90em !important;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom60 {
  margin-bottom: 60px;
}
.top15 {
  margin-top: 15px;
}
.top30 {
  margin-top: 30px;
}
.pad {
  padding: 0 30px;
}
.m40 {
  margin: 40px 0;
}
.top-bar .name {
  background: #BA14C1;
}
.top-bar.expanded .toggle-topbar a {
    color: #fff;
}
.top-bar-section ul li {
  border-bottom: 1px solid #fff;
  background: #006daa !important;
}
.top-bar-section ul li > a {
  padding: 20px;
  font-family: oscine, sans-serif;
  background: #BA14C1;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 14px;
}
.top-bar-section ul li > a:hover,.top-bar-section ul li > a:focus{
  background:#19D7E8 !important;  
  color:#fff;}
.spacer {
  border-bottom: 1px solid #cccccc;
  margin: 40px 0;
}
.relative {
  position: relative;
}
p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 30px;
}
.bold {
  font-weight: 800;
}
.cem{
	width: 100%;
}
small {
  font-size: 15px;
  font-family: oscine, sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
blockquote {
  padding: 50px;
  font-weight: 900;
  font-size: 20px;
  color: #000;
  border-left: 4px solid #e7e7e7;
}
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px 95px 10px;
}
#toggle span:after, #toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after {
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}
#toggle span, #toggle span:after, #toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}
/* menu appearance*/
#menu {
  position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  ont-family: sofia-pro-soft, sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menu li a {
  ont-family: sofia-pro-soft, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  padding: 16px;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
}
#menu li a:hover, #menu li a:focus {
  background: #eeb739;
  color: #fff;
}
.menuarea{z-index: 99;top:60px;position: absolute;} 
::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #484848;
}
:-moz-placeholder {
  color: #484848;
}
::-moz-placeholder {
  color: #484848;
}
:-ms-input-placeholder {
  color: #484848;
}
/*LAYOUT*/
header{
	background-size: cover;	}
header .banner .desktop{
	width: 100%;}
.barra-reserva {
  background: #2D2D2D;
  padding-top: 9px;
  height: 45px;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 100; }
.barra-reserva p {
  font-family: trumpgothicpro, sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  background: url("img/ico-whatsapp.png") no-repeat 40px 3px;}
.barra-reserva a,.barra-reserva a:hover {color:#fff}
header .logo {
  position: relative;
  top: -59px;}
header .menu li a,
footer .menu li a,
.conteudo .menu li a{
  font-family: trumpgothicpro, sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #DCDCDC;
  padding: 10px 0;
  color: #2D2D2D;}
.img-topo{overflow: hidden;height: 600px}
.conteudo img{
	width: 100%;}
.descricao-suite li{
    color: #7a7a7a;
    margin-bottom: 25px;}
.suites .titulo,
.servicos .titulo,
.titulo-menor{
  font-size: 199px;
  text-transform: uppercase;
  color: #EFEFEF;
  padding: 0;
  margin: 0;
  line-height: 215px; }
.servicos .titulo{
	font-size: 160px;
	line-height: 150px;}
.titulo-menor{
	font-size: 80px;
	line-height: 100px;}
.suites img,
.servicos img{
  height:438px;
}
.suites .img,
.servicos .img{
  text-align: center;}
.suites .img .desc,
.servicos .img .desc{
  width: 268px;
  background: #fff;
  padding: 6px;
  margin: 0 auto;
  position: relative;
  top: -20px; }
.suites h3,
.servicos h3,
.conteudo h1,
.titulo-interno h2{
  text-transform: uppercase;
  font-size: 36px;
  border-bottom: 1px solid #19D7E8;
  display: inline-block;}
.conteudo h1{
	margin-bottom: 20px;
	text-align: center;}
.titulo-interno h2{
	margin-bottom: 30px;}
.conteudo p{
  font-size: 16px;
  color: #7a7a7a;}
.suites-interna h2,
.conteudo h2{
 margin-top: 15px;
  text-transform: uppercase;
  font-size: 26px;
  border-bottom: 1px solid #19D7E8;
  display: inline-block;}
.conteudo h2{
	border-bottom: none;}
.suites p,
.servicos p,
.suites-interna p{
  font-size: 14px;
  text-transform: uppercase;
  color: #989898;}
 .suites-interna img{
width: 100%; }
.btn,
.btn-azul{
	font-family: trumpgothicpro, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	display: block;
	background:#BA14C1;
	padding: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;}
  .btn:hover{color:#fff}
.btn-azul{
	background: #19d7e8;}
.reserva{
	  background: #19D7E8;
	  padding: 60px 0;
	  margin: 50px 0; }
.reserva h2{
	  text-transform: uppercase;
	  color: #fff;
	  font-size: 50px;  }
.reserva p{
	  text-transform: uppercase;
	  color: #3a8288;
	  font-size: 14px;}
.reserva .btn-reserva{
	  font-family: trumpgothicpro, sans-serif;
	  font-weight: 500;
	  font-style: normal;
	  font-size: 24px;
	  display: block;
	  text-align: center;
	  background: #3a8288;
	  color: #fff;
	  padding: 20px;
	text-transform: uppercase;}
.highlight{
	background: #802984;
	 padding: 90px 0;}
 .highlight h1,
 .highlight p{
	 color: #fff;}
.lista-suite img,
.lista-foto img{
	width:100%;
	margin-bottom: 30px;}
.cardapio{
    margin: 30px 0;}
.cardapio .descricao{
    margin: 20px 0; }
.cardapio p{
    color: #7a7a7a;}
.cardapio h3.subsessao{
    border-bottom: 1px solid #19D7E8;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 20px;}
.cardapio h3{
    font-size: 24px;
    text-transform: uppercase; }
.cardapio h4{
    color: #7a7a7a;
    font-size: 24px;  }
.cardapio img{
    width: 100%;}
.cardapio .item{
    margin-bottom: 10px;
    border-bottom: 1px solid #E1E1E1;}
.cardapio .opcoes .item{
    border-bottom: none;}

.btn_upload {

    font-size: 20px;
    background-color: #19D7E8;
    margin-bottom: 20px;

}
#imginput{display: none}
#Form_aniversariantes button{width: 100%}
#Form_aniversariantes button:hover,#Form_aniversariantes button:focus{background:#BA14C1;}
footer .info{
    background: #2d2d2d;
    margin-top: 100px;}
footer .logo{
    position: relative;
    top: -50px; }
footer p{
    color: #fff; }
footer .spacer{
    border-bottom: 1px solid #fff;
    height: 1px;}
footer .social{
    margin-bottom: 50px;
    padding: 0 119px; }
footer .social li{
	margin-bottom: 20px;
	display: block;}
/*footer .social li:last-child{
    margin-right: 0; }*/

/*MEDIA QUERIES*/
@media only screen and (max-width: 30em){
  .titulo-menor {
    font-size: 50px;
    line-height: 60px;
}
  .suites .titulo, .servicos .titulo {
   font-size: 185px;}
}
@media (min-width: 1300px) {}