/*GERAL*/

.row {
  margin: auto;
  width: 100%;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: 'Eczar', serif;
}

h2 {
  color: #e7b72d;
  font-size: 2.4em;
  font-weight: 600;
  text-align: center;
}

p {
  color: #3e300e;
  text-align: center;
}

.btn {
  width: 145px;
  margin: 10px auto 40px;
  display: block;
  background-color: #e7b72d;
  position: relative;
  overflow: hidden;
  height: 40px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.btn .btn-frente {
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.btn .btn-frente p {
  color: #fff;
  font-size: 1.2em;
}

.btn .btn-cobertura {
  position: absolute;
  width: 100%;
  background-color: #b38f20;
  top: 0;
  left: -100%;
  bottom: 0;
  transition: left 0.7s ease;
  z-index: 98;
}

.btn:hover .btn-cobertura {
  left: 0;
}

.largura-maxima {
  margin: 0 auto;
  max-width: 1000px;
}

.largura-maxima-forms {
  max-width: 650px;
  margin: 0 auto;
}

.inverter-float {
  /*float padrao do bootstrap e left*/
  float: right;
}

header {
  width: 100%;
  height: 85vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 100;
}

header h1 {
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 4px 4px 13px #000;
  padding-top: 50%;
  margin: 0;
  font-size: 3.4em;
}

header p {
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  text-shadow: 4px 4px 4px #000;
  padding: 35px 5% 0;
}

header .ancora {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  cursor: pointer;
  font-size: 2em;
  z-index: 98;
}

header .ancora img {
  width: 80px;
}

nav {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: 'Eczar', serif;
  font-weight: 800;
  border-bottom: 2px #fff solid;
  transition: top 0.4s ease;
  position: fixed;
  z-index: 99;
  transition: background-color 0.7s ease;
  width: 100%;
}
nav .navegacao {
  padding: 10px 0;
  margin-top: 0;
  transition: margin-top 0.4s ease;
}
nav .logo-header {
  width: 120px;
}
nav .menu-mob-icon {
  width: 100%;
}

nav .menu-mob-icon div {
  width: 50px;
  height: 7px;
  background-color: #fff;
  border-radius: 3px;
  margin: 8px auto;
}

.menu-solido {
  background-color: #3e300e;
}

.overlay-escuro {
  z-index: 101;
  position: fixed;
  top: 0px;
  right: -200%;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow : 0px -9px 127px #000;
  transition: right 0.7s ease;
}

.menu-lateral {
  position: fixed;
  right: -100%;
  top: 0px;
  height: 101vh;
  background-color: #3f3f3f;
  color: #fff;
  z-index: 101;
  padding: 0;
  width: 85%;
  box-shadow: none;
  transition: right 0.5s ease, box-shadow 0.7s ease;
}

.menu-lateral .fechar-menu {
  text-align: right;
  padding: 10px;
  font-size: 2em;
  font-family: Arial;
}

.menu-lateral ul {
  list-style: none;
  text-transform: uppercase;
  text-align: right;
  padding: 0;
}

.menu-lateral ul li {
  margin: 10px 0;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.6em;
}
.constraste {
	text-align: center;
	padding: 5%;
	background-color: #e7b72d;
	color: #fff;
}

.constraste h2 {
  font-size: 2.4em;
  font-weight: 600;
}
.constraste h2, .constraste p {
  color: #fff;
}

.form-reserva input, .form-reserva textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin: 7px 0;
  padding: 3px 10px;
  color: #3e300e;
}

.form-reserva input::placeholder, .form-reserva textarea::placeholder {
  font-size: 0.8em;
}

.form-reserva input::placeholder, .form-reserva textarea::placeholder {
  font-size: 0.8em;
}

.form-reserva input:-ms-input-placeholder, .form-reserva textarea:-ms-input-placeholder {
  font-size: 0.8em;
}

.form-reserva input::-ms-input-placeholder, .form-reserva textarea::-ms-input-placeholder{
  font-size: 0.8em;
}

.form-reserva .padding-form {
  padding: 0 5px;
}

.form-reserva .enviar-form {
  background-color: #b38f20;
  color: #fff;
  width: 145px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 20px;
  font-weight: 600;
}

footer {
  padding: 70px 5% 40px;
  text-align: center;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li a {
  text-transform: uppercase;
  color: #000;
}

footer h3 {
  font-size: 1.2em;
  margin-bottom: 0;
}

footer .social-media img {
  max-width: 70px;
  margin-top: 20px;
}

.view-modal {
  width: 100%;
  position: fixed;
  height: 100vh;
  background-color: #3f3f3f;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 102;
  padding: 5%;
}

.view-modal .fechar-modal {
  color: #fff;
  float: right;
  font-size: 1.7em;
  font-family: Arial;
  font-weight: bold;
  background-color: #e7b72d;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 14px;
  cursor: pointer;
}

.view-modal .rolagem {
  width: 100%;
  height: 85%;
  overflow: scroll;
  background-color: #000;
}

.view-modal .rolagem img {
  width: 80%;
  margin: 10px auto;
  display: block;
  border-radius: 10px;
}

.img-modal {
  width: 100%;
  position: fixed;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 103;
  display: flex;
}

.img-modal .fechar-img {
  color: #fff;
  float: right;
  font-size: 1.7em;
  font-family: Arial;
  font-weight: bold;
  background-color: #e7b72d;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
}

.img-modal img {
  width: 100%;
  display: block;
}

.img-modal .img-show {
  margin: auto;
}

.msg-erro {
  color: #ff0000 !important;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
}

.msg-enviando {
  color: #000 !important;
}