/*
* Resets
*/

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  list-style: none;
  text-shadow: none;
}

html {
  overflow: auto;
}

body {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

header, main, footer, section {
  width: 100%;
  float: left;
  align-self: flex-start;
}

/*
* Header
*/

.header {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.header.is-floating {
  width: 100vw;
  height: auto;
  float: left;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #FFF;
}

.header__content {
  width: 100%;
  height: 140px;
  float: left;
  display: flex;
  justify-content: center;
}

.header__container {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  border-top: 4px solid #A556A7;
}

.header__logo {
  width: auto;
  flex: 0 1 auto;
  height: 90px;
  float: left;
  display: flex;
  align-content: center;
  align-items: center;
}

.header__logo-image {
  width: 100%;
  display: block;
}

.header__navigation {
  width: auto;
  float: left;
  flex: 1 1 10em;
  align-self: stretch;
  display: flex;
  align-content: center;
  align-items: center;
}

.header__navigation-list {
  width: 100%;
  float: left;
  align-self: stretch;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  list-style-type: none;
  margin: 0;
}

.header__navigation-item:not(:nth-of-type(1)) {
  margin-left: 20px;
}

.header__navigation-icon {
  width: 30px;
  height: 30px;
  display: block;
}

.header__navigation-link {
  width: 100%;
  height: 100%;
  float: left;
  color: #A556A7;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
  align-self: center;
  justify-content: center;
}

.header__navigation-link:hover {
  color: #ccc;
}

/* CAROUSEL */

#intro hr {
  margin: 0 auto;
  width: 95%;
}

.carousel-control {
  opacity: 1 !important;
}

.carousel-control.right {
  background-image: none !important;
}

.carousel-control.left {
  background-image: none !important;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  width: 50px !important;
  height: 50px !important;
  right: 10px !important;
  background-color: #8C1F7C;
  color:#fff;
  padding-top: 8px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  width: 50px !important;
  height: 50px !important;
  left: 0px !important;
  background-color: #8C1F7C;
  color: #fff;
  padding-top: 8px;
  margin-left: 0 !important;
}

/* SUÍTES */

#suites .container {
  margin-top: 3.5%;
  margin-bottom: -2.5%;
}

#suites h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 34px;
}
.suites__header-infos {
    flex: 1 1 10em;
    line-height: 0.35px;
    padding: 25px 10px;
}
.suites__header-center {
    text-align: center;
}
.suites__header-title {
    font-size: 34px;
}
.suite__interna {
    padding: 50px 0 30px;
}

.suite__interna-info h3 {
    font-size: 20px;
    font-weight: bold;
}

.suite__interna-info p {
    font-size: 14px;
}
.box-suite {
  background-image: url("../../no-img.jpg");
  position: relative;
  margin-top: 15px;
}

.box-suite:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.44);
}

.texto-suite {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.btn-padrao {
  padding: 11px 30px;
  display: inline-block;
  font-size: 1.15em;
  font-weight: 600;
  transition: background .3s, color .3s;
}
.btn-cortesias{
  margin-top: 30px;
}
.texto-suite {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#suites.interna{
  margin-bottom: 107px;
}
/* /SUÍTES */

/* DESCONTOS */

#descontos {
  padding: 5% 0;
}

#descontos h2 {
  text-transform: uppercase;
  font-size: 34px;
}

#descontos h2+p, #destaques h2+p {
  opacity: .5;
  font-weight: bold;
  font-size: .86em;
  letter-spacing: .2em;
}

#destaques {
  padding: 3.5% 0;
}

#descontos.interna {
  background-color: #fff;
  padding: 0;
}

#descontos.interna .box-cortesias {
  background-color: rgba(103, 28, 92, 1);
}

.box-cortesias {
  padding: 5.4%;
  margin: 10px 0;
  min-height: 180px;
  
}

.box-cortesias a {
  border-bottom: 1px solid #fff;
  font-weight: 600;
  font-size: 1.15em;
}

.box-cortesias a:hover {
  text-decoration: none;
}

.box-cortesias h3, .box-cortesias h4 {
  margin: 0;
}

.box-cortesias h4 {
  font-size: .86em;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 6px 11px;
  font-weight: 600;
}

.titulo-cortesia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}
.titulo-cortesia-interna h3{
  font-size: 34px;
}
.box-cortesias-interna p{
  font-size: 16px !important;
}
.box-icone h3 {
  letter-spacing: .12em;
  line-height: 28px;
  margin-top: 11px;
}

.box-icone {
  margin-top: 5%;
}

.btn-padrao.light {
  border: 2px solid rgba(255, 255, 255, 1);
}

.descontos__title{
  padding-bottom: 30px;
}

/* /DESCONTOS */

/* DESTAQUE */

#descontos h2+p, #destaques h2+p {
  opacity: .5;
  font-weight: 400;
  font-size: .86em;
  letter-spacing: .2em;
}

#destaques {
  padding: 3.5% 0;
}

.box-icone svg {
  margin: 0 auto;
}

/* /DESTAQUE */

/* FOOTER */

.footer-desktop {
  margin-top: 15%;
}

.footer-desktop h4 {
  margin-bottom: 2%;
}

.footer-desktop h5 {
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 1.15em;
}

.footer-desktop h5:nth-child(1) {
  margin-top: 50px;
}

.footer-desktop {
  padding-bottom: 50px;
}

.footer-desktop li a {
  opacity: .6;
}

footer li a.footer-uber {
  margin: -3.4% 14% 20px;
  background: #22ACBE;
  position: relative;
  padding: 13px 0 13px 8%;
  text-align: left;
  font-weight: 700;
}

footer li a.footer-btn, footer li a.footer-uber {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.uber-mobile-icon {
  position: absolute;
  right: 0;
  top: 0;
}

footer li a.footer-btn {
  margin: 20px 14%;
  padding: 16px 0;
}

footer li a.footer-btn {
  background-color: #fff;
  color: rgba(165, 86, 167, 1);
  font-weight: 600;
}

footer hr {
  border: 0;
  border-top: 4px solid rgba(238, 238, 238, .12);
  margin: 20px;
}

.localizacao-footer {
  margin-top: -15%;
}
#gm-mapa {
    height: 555px;
}

.nexx-club {
  font-size: 16px;
  letter-spacing: .03em;
}

.rodape__copy {
    width: 100%;
    float: left;
    background-color: #FFF;
    color: #777777;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 14px;
}

.rodape__copy a {
    color: #777777;
    padding-right: 5px;
}
/* /FOOTER */

/* RESERVAS */

div.box_now {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  height: 200px;
  text-align: center;
  border-radius: 20px;
  padding: 30px;
  margin: 20px 0;
  background-image: url(../image/bg-reserv.jpg);
  background-position: 20% 70%;
}

.box_now:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.box_now_href:hover {
  text-decoration: none;
}

.box_now i {
  font-size: 3rem;
}

div.box_now.whats-box {
  background-image: url(../image/bg-reserv-whats.jpg)!important;
  background-size: cover;
  height: auto;
}

.reserva-faixa {
  display: none;
}

.reserva__logo {
  padding-bottom: 30px;
} 

/* /RESERVAS */

/* TOUR */

.tour {
  padding-bottom: 30px;
}

.blog-title-grid {
  font: 400 1.5em/1em Lato, sans-serif;
  letter-spacing: 0px;
  margin: 10px 0 8px;
  text-align: left;
}

.blog-title-grid a:hover {
  text-decoration: none;
}
/* /TOUR */
/* MOTEL */
.sobre-motel {
  padding: 2.5%;
  margin-top: 2.5%;
}
.sobre-motel img {
  margin-top: -12%;
}
.motel__interna{
  padding-bottom: 30px;
}
/* /MOTEL */
/* contato */
.entre-contato {
  background-color: rgba(103, 28, 92, 1);
  color: #fff;
  padding: 1.5%;
  margin: 2% 0;
}
.entre-contato h2 {
  text-transform: none !important;
  margin-bottom: 3%;
}
#gm-mapa {
  height: 389px;
  margin: 34px 0;
}
/* /contato */
#nexx-club{
margin-bottom: 20px;
}
#nexx-club h1{
font-size: 22px;
font-weight: bold;
text-align: center;
padding-bottom: 20px;
}
#nexx-club p:last-of-type{
    padding-bottom: 20px;
}
.modal-content{
  background: transparent;
box-shadow: none;
border:0px;
}
.modal-header{
  padding:0px;
}
.modal-header, .modal-footer{
  border:0px;
}
.modal-backdrop.in{
  filter: alpha(opacity=80);
  opacity: .8;
}
.close {
  color:#fff;
  font-size:3em;
  opacity:1;
}

/* SEMANA DOS NAMORADOS */
#topo {
  padding: 10% 0;
  background-size: cover;
  background-position: center;
  margin: 1.6% 1.6% 0;
}
#topo h2 {
    color: #fff !important;
    font-size: 4em;
}
#topo a img.logo-intern {
  transition: opacity .3s;
  position: absolute;
  top: 4%;
  width: 13%;
  left: 4%;
  opacity: .85
}
#love-week ul li {display:inline-block; font-size:1.2em;padding:0 10px;}
#love-week ul li strong{
  font-weight:400;
  font-style:italic;
}
.love-week--h2{
  text-transform: none !important;
}
#love-week h4.atention-color{
  display: inline-block;
  padding: 14px 20px;
  border:2px dotted;
  color: rgba(98, 28, 119, 1);
  background: transparent;
}
.love-week-item{transition: transform .3s;}
.love-week-item:hover{transform:scale(1.02);}
.love-week--h5{text-transform:uppercase;font-weight:600; text-align:center;letter-spacing:4px;}
.love-week--whatsapp{
  text-align:center;
  color:#fff;
  background-image: linear-gradient(#35b44a, #6dc069);
  padding:20px 0;
  display:block;
  border-radius:20px;
}
.love-week--whatsapp:hover{
  color:#fff;
}
.love-week--whatsapp p{
  margin:0;
    color:#fff !important;
}
.love-week--whatsapp h2{
  color:#fff !important;
  margin:0;
}
.caption {
    border: 1px dotted #621c77;
}
.love-week--btn{
  text-align:center;
  padding:20px 0;
  display:block;
  border-radius:20px;
  color:#fff;
  background:rgb(88,21,92);
  text-transform:capitalize;
}
.love-week--btn h2, .love-week--btn p{
  margin:0;
  text-transform:capitalize;
  color: #fff;
}
#nav-bar-desktop .container{
  width:100%;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand{
  width:48%;
  border-radius:20px;
  margin:1%;
  flex-direction: row;
  height: 50px;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand{
  background: rgb(88,21,92);
  color:#fff;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand p{
  color:#fff;
  Text-transform:none;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand.whatsapp{
  background-image: linear-gradient(#35b44a, #6dc069);
  color:#fff;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand.whatsapp #icone-whats {
  fill: #fff;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand.whatsapp p {
  color: #fff;
}
.subtitle-nav{
  margin: 0;
  font-family: "Lato";
  font-weight: 600;
  color:rgb(88,21,92);
  letter-spacing: 4px;
}
.reserva-btn{
  color: #fff!important;
}
#intern{
  padding-bottom: 30px;
}
.nav-mobile{
  display: initial !important;
}
.love-week-nav .nav-mobile{
  display:block!important;
  justify-content: initial;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand{
  display: block;
  flex-direction: initial;
  height:auto;
  padding: 6px 0;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand p{
  font-size:14px;
  transform:translateY(0px)!important;
  font-weight:bolder;
}
#love-week #nav-bar-mobile-loveweek.navbar .navbar-brand #icone-whats{
  margin-bottom:-4px;
}