* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

.swiper-container-bannerfull {
  max-height: 90%;
  width: 100%;
}

.swiper-container-entrenos {
  width: 100%;
  max-height: 600px;
}

body {
  color: #333333;
  font-family: "Lato", sans-serif;
  background-color: #f4f4f4 !important;
}

ul li {
  margin-left: 15px;
}

.politicareservas ul li {
  line-height: 1em !important;
}

.politicareservas ul {
  margin-bottom: 0px;
}

.politicareservas h4 {
  margin-top: 15px;
  margin-bottom: 0px;
}

.politicareservas p {
  margin-bottom: 0px;
}

ul.list-unstyled li {
  margin-left: 0px !important;
}

a {
  color: #333;
}

a:hover {
  color: #333;
}

h3 {
  font-size: 21px;
  font-weight: 500;
}

.language {
  position: absolute;
  top: 25%;
  right: 0px;
  background-color: #000;
  color: #fff;
  z-index: 1050 !important;
  text-align: center;
  padding: 9px;
}

a.language:hover {
  color: #999;
  text-decoration: none;
}

.bg-header-left {
  height: 600px !important;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.bg-header-center {
  height: 600px !important;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.half-screen {
  height: 100%;
  margin-bottom: 40px;
  padding: 80px 80px 0 65px;
}

.half-screen2 {
  height: 100%;
  margin-bottom: 40px;
  padding: 80px 65px 0 80px;
}

.top {
  background: #fff;
  padding: 80px;
  position: relative;
  margin-top: -15vh;
}

.top2 {
  background: #fff;
  padding: 80px;
  position: relative;
}

.padding {
  padding-left: 80px;
  padding-right: 80px;
}

.outrasacomodacoes a h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.outrasacomodacoes a:hover {
  text-decoration: none;
}

/*
.top {
margin-top: -150px; 
z-index: 1040; 
position: relative;
}*/
.menu {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 46px;
  width: 46px;
  background-color: #000;
  opacity: 0.8;
  z-index: 1060 !important;
}

.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.hamburger-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
  z-index: 1060 !important;
}

.hamburger-bar {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
  z-index: 1060 !important;
}

.hamburger-bar-2 {
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1060 !important;
}

.hamburger-bar-3 {
  bottom: 0;
  z-index: 1060 !important;
}

.menu.open .hamburger-bar-1 {
  transform: translateY(7px) translateY(-50%) rotate(45deg);
  z-index: 1060 !important;
}

.menu.open .hamburger-bar-2 {
  opacity: 0;
  z-index: 1060 !important;
}

.menu.open .hamburger-bar-3 {
  transform: translateY(-7px) translateY(50%) rotate(-45deg);
  z-index: 1060 !important;
}

.menu-overlay {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  z-index: 1050 !important;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-overlay a {
  color: #000;
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.prompt {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prompt a {
  color: #fff;
}

.logomenu {
  max-width: 120px;
}

.logo {
  width: 140px;
  text-align: center;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, -50%);
}

nav {
  position: absolute;
  height: 80%;
  top: 45%;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

nav ul li {
  line-height: 2.5em;
}

ul.idioma li a {
  font-size: 14px;
}

ul.idioma li a.active {
  text-decoration: underline;
}

.social-round-icon {
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: inherit;
  font-size: 40px;
  padding: 15px;
}

a.social-round-icon:hover {
  background-color: #ffffff;
  color: black;
  box-shadow: inset 0 0 0 5px #000;
  transition: 0.3s;
}

.form-reserva {
  background-color: #fff;
  height: auto;
  margin-top: -50px;
  margin-bottom: 40px;
  margin-left: 0px;
  width: 100%;
  padding: 30px 30px 10px 30px;
  z-index: 1040 !important;
  position: relative;
}

.datepicker {
  padding: 0px;
}

.input-group-text {
  background-color: #fff;
}

.title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
}

.boxroom {
  margin: -50px 40px 40px 40px;
  padding: 30px 30px 20px 30px;
  background-color: #fff;
  z-index: 1040 !important;
  position: relative;
}

.boxroom h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.boxroom p {
  color: #666;
  font-size: 16px;
  font-weight: 300;
}

.boxroom a:hover {
  color: #666;
  text-decoration: none;
}

.acomodacoes h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
}

.acomodacoes h4 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.parallaxvivencias {
  background-image: url("/content/banner/vivencias.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallaxentrenos {
  background-image: url("/content/banner/entrenos.jpg");
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-more,
a.btn-more {
  color: #fff;
  font-size: 13px;
  padding: 12px 15px;
  background-color: #000;
  opacity: 1 !important;
  border-radius: 0px;
}

.btn-more:hover,
a.btn-more:hover {
  color: #ccc;
}

.btn-search {
  color: #fff;
  font-size: 13px;
  padding: 9px 15px;
  background-color: #000;
}

.btn-search:hover {
  color: #ccc;
}

.tag {
  font-size: 14px;
  font-weight: 500;
  background-color: #000;
  position: fixed;
  z-index: 1050;
  top: 40%;
  transform: rotate(-90deg) translateY(50px) translateX(0);
  right: 0;
}

.tag a {
  padding: 10px 30px 20px 30px;
  color: #fff;
  display: block;
}

.tag a:hover {
  color: #999;
  text-decoration: none;
}

.tag-en {
  font-size: 14px;
  font-weight: 500;
  background-color: #000;
  position: fixed;
  z-index: 1050;
  top: 40%;
  transform: rotate(-90deg) translateY(50px) translateX(0);
  right: -8px;
}

.tag-en a {
  padding: 8px 20px 20px 20px;
  color: #fff;
  display: block;
}

.tag-en a:hover {
  color: #999;
  text-decoration: none;
}

footer a {
  color: #333333;
}

footer a:hover {
  color: #333333;
}

footer h4 {
  font-size: 16px;
}

footer ul li {
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.8em;
}

footer ul.small li {
  font-size: 12px;
  color: #666666;
}

footer ul li.fa-instagram {
  font-size: 30px !important;
}

.footer-interno,
.footer-interno a {
  color: #fff;
  background-color: #000;
}

.datepicker td,
.datepicker th {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.85rem;
}

.rooms {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

ul.logos li img,
ul.logos li a img {
  height: 100px;
}

/*
ul.logos li img {
max-height: 100px;
}

::placeholder {
color: #fff !important;
}
::-webkit-input-placeholder {
color: #fff !important;
}
input:-moz-placeholder {
color: #fff !important;
}
textarea:-moz-placeholder { 
color: #fff !important;
}*/
.search-login a {
  color: #333;
}

.tagcovid {
  font-size: 14px;
  font-weight: 500;
  background-color: #000;
  position: fixed;
  z-index: 1040;
  bottom: 0;
  right: 50px;
}

.tagcovid a {
  padding: 10px 10px 10px 10px;
  color: #fff;
  display: block;
}

.tagcovid a:hover {
  color: #999;
  text-decoration: none;
}

@media (max-width: 767px) {
  .swiper-container {
    height: auto;
    width: 100%;
  }

  .logo {
    max-width: 50%;
  }

  .logomenu {
    display: none;
  }

  .swiper-container {
    background-color: #000;
  }

  .top {
    background: #fff;
    padding: 20px;
    position: relative;
    margin-top: -15vh;
  }

  .top2 {
    background: #fff;
    padding: 20px;
    position: relative;
  }

  .padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-header-left {
    height: 400px !important;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .bg-header-center {
    height: 400px !important;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .half-screen {
    height: 100%;
    margin-bottom: 0px;
    padding: 20px;
  }

  .half-screen2 {
    height: 100%;
    margin-bottom: 0px;
    padding: 20px;
  }

  .form-reserva {
    margin-top: 0px;
    padding: 15px 0px 15px 0px;
    border: none;
  }

  ::placeholder {
    color: #999 !important;
  }

  ::-webkit-input-placeholder {
    color: #999 !important;
  }

  input:-moz-placeholder {
    color: #999 !important;
  }

  textarea:-moz-placeholder {
    color: #999 !important;
  }

  select {
    color: #999 !important;
  }

  .search-reserva {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .w100-group {
    width: 100% !important;
    padding-right: 0rem !important;
  }

  .btn-search {
    margin-top: 0rem !important;
    display: block;
    width: 100%;
  }

  .search-login {
    margin-top: 0.5rem !important;
  }

  .rooms {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .boxroom {
    margin: -50px 20px 20px 20px;
    padding: 20px 20px 10px 20px;
  }

  h2 {
    font-size: 28px;
  }

  h2.pb-2 {
    padding-bottom: 0rem !important;
  }

  ul.logos li {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  ul.logos li img,
  ul.logos li a img {
    height: 70px !important;
  }

  ul.logos li img.logoremote,
  ul.logos li a img.logoremote {
    height: 50px !important;
  }

  ul.social {
    text-align: center;
  }
  footer {
    margin-bottom: 35px;
  }
  .footer-interno {
    padding-bottom: 35px;
  }
  .footer-interno ul {
    text-align: center;
  }

  footer .mt-5 {
    margin-top: 1.5rem !important;
  }

  footer .mb-5 {
    margin-bottom: 1.5rem !important;
  }

  .tagcovid {
    right: 0px;
  }

  .hidden-xs {
    display: none;
  }
}