/* smartbanner fix */
#smartbanner {
  width: initial !important;
  right: 0;
}

/* Geral */
* {
  color: #ffffff;
  font-variant-numeric: lining-nums !important;
  margin: 0;
  padding: 0;
}

body {
  background-color: #1f2122;
}

@media screen and (min-width: 992px) {
  .hidden-xs {
    display: block;
  }

  .visible-xs {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .visible-xs {
    display: block;
  }

  .hidden-xs {
    display: none !important;
  }
}

.wrapper {
  position: relative;
  transition: all 0.7s ease-in-out;
  width: 100%;
  z-index: 999;
}

.topo-header {
  align-items: center;
  /* background: url("../images/topo.png") center/cover no-repeat; */
  background-color: #101010;
  display: flex;
  height: 300px;
  justify-content: center;
}

.item-ativo {
  text-decoration: underline;
}

.item-ativo a {
  font-weight: bold !important;
}

.titulo-principal {
  align-items: center;
  display: flex;
  font: normal normal 50px/70px "Poppins", "sans-serif";
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 100px;
  transition: all 0.7s ease-in-out;
  width: 100%;
  z-index: 999;
}

.interna {
  padding-bottom: 80px;
  padding-top: 50px;
  transition: all 0.5s ease-in-out;
}

.interna.pd {
  padding-top: 150px;
}

.botao {
  background-color: #ffffff;
  border-radius: 3px;
  color: #1f2122;
  cursor: pointer;
  font: normal normal 20px/30px "Poppins", "sans-serif";
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.botao:active,
.botao:focus,
.botao:hover {
  transform: scale(1.03);
}

.botao i {
  color: #1f2122;
  font-size: 16px;
}

/* Menu */
#nav-desktop {
  align-items: center;
  background-color: #46484a;
  display: flex;
  justify-content: space-around;
  margin-top: -4px;
  transition: all 0.7s ease-in-out;
  width: 100%;
}

.nav-menu {
  align-items: center;
  display: flex;
  justify-content: center;
}

.nav-menu li {
  list-style: none;
  padding: 13px;
}

.nav-menu li a {
  color: #ffffff;
  font: normal normal 14px/24px "Poppins", "sans-serif";
  text-decoration: none;
  text-transform: uppercase;
}

.nav-menu li a.active,
.nav-menu li a:focus,
.nav-menu li a:hover {
  color: #ffffff;
  font-weight: 600;
}

.nav-menu li a.active {
  text-decoration: underline;
}

.nav-redes {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.nav-redes a {
  align-items: center;
  background-color: #717376;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font: normal normal 13px/0px "Poppins", "sans-serif";
  padding: 23px 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.nav-redes a:active,
.nav-redes a:focus,
.nav-redes a:hover {
  background-color: #8f8e8e;
}

.nav-redes a.insta {
  margin-right: 10px;
}

.nav-redes a i {
  font-size: 23px;
  margin-bottom: 15px;
}

/* Slider Home */
.slider_home-item img {
  max-width: 100%;
}

.slider_home .flickity-button:disabled,
.slider_home .flickity-page-dots {
  display: none;
}

/* Suítes */
.suites_display {
  padding: 100px 10% 0;
}

.suite_bloco {
  margin-bottom: 75px;
  text-align: center;
}

.suite_bloco-img img {
  max-width: 100%;
}

.suite-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.suite_bloco h3 {
  font: normal 300 31px/46px "Poppins", "sans-serif";
}

.suite_bloco p {
  font: normal 300 20px/23px "Raleway", "sans-serif";
}

.suite_bloco a {
  margin-top: 20px;
  padding: 10px 23px;
}

/* Bloco de Experiências & Cardápio */
.bloco-menu {
  display: flex;
  margin-bottom: 80px;
  padding: 0 10%;
}

.bloco-menu h3 {
  font: normal 300 31px/73px "Poppins", "sans-serif";
  text-transform: uppercase;
}

.exp {
  background-color: #46484a;
  box-sizing: border-box;
  padding: 20px 30px;
}

.exp-flex {
  /* align-items: center; */
  box-sizing: border-box;
  display: flex;
}

.exp-img {
  width: 50%;
}

.exp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exp-info {
  text-align: left;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.exp-info h5 {
  font: normal 300 21px/37px "Poppins", "sans-serif";
}

.exp-info p {
  font: normal 300 14px/30px "Raleway", "sans-serif";
}

.exp-info span {
  font: normal normal 16px/30px "Poppins", "sans-serif";
}

.cdp {
  align-items: center;
  background: url("../images/cdp-home.png") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
}

.cdp a {
  padding: 10px;
}

.faixa-menu .conteudo {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 700px;
  padding: 30px 0;
}

.faixa-menu .conteudo>div {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.faixa-menu h3 {
  font: normal 300 31px/73px "Poppins", "sans-serif";
  text-transform: uppercase;
}

.faixa-menu h5 {
  font: normal 300 21px/37px "Poppins", "sans-serif";
}

.faixa-menu p {
  font: normal 300 14px/30px "Raleway", "sans-serif";
}

.faixa-menu hr {
  background-color: #ffffff;
  border: none;
  height: auto;
  width: 2px;
}

.vtg p {
  margin-top: 10px;
}

.rsv .botao {
  margin-top: 30px;
  padding: 10px 20px;
}

/* Suíte Interna */
.suite_interna-container {
  padding: 0 10%;
}

.w-100 {
  height: auto;
  width: 100%;
}

.suites__slide--itens,
.suites__slide--itens img,
.suites__slide--itens video {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.suites__slide--itens img {
  height: 100%;
  object-fit: cover;
}

.suites__slide--itens video {
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.suites__slide--itens:has(video) {
  position: relative;
}

.suites__slide--itens:has(video).paused::before {
  --size: 64px;
  content: '';
  background: url(../images/play-icon.png) no-repeat center/contain;
  width: var(--size);
  height: var(--size);
  filter: drop-shadow(0 0 16px #FFFFFF50);
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.suites__slide--itens:has(video)::after {
  content: '';
  position: absolute;
  background: var(--poster) no-repeat center/cover;
  inset: 0;
  z-index: -1;
  filter: blur(16px);
}

.flickity-page-dots .dot {
  background: #ffffff !important;
}

.info-suites {
  display: flex;
  margin: 50px 0;
}

.bloco-suite h3 {
  font: normal normal 25px/37px "Poppins", "sans-serif";
  margin-bottom: 10px;
}

.bloco-suite p {
  font: normal normal 18px/30px "Raleway", "sans-serif";
}

#boxCalendario>p {
  line-height: 23px !important;
  position: relative;
  text-align: center;
}

#dtCalendarioPeriodo {
  border: none;
  border-radius: 3px;
  color: #1f2122;
  font: normal normal 20px/30px "Poppins", "sans-serif";
  margin: 10px 0 17px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}

#boxCalendario img {
  left: 23%;
  margin-top: 18px;
  position: absolute;
}

.ui-widget.ui-widget-content {
  background-color: #101010;
  border: none !important;
  border-radius: 3px;
}

.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border: none;
}

.ui-datepicker-title {
  font: normal 600 16px/24px "Poppins", "sans-serif";
  text-transform: uppercase;
}

.ui-widget-header .ui-icon,
.ui-widget-header .ui-icon:active,
.ui-widget-header .ui-icon:focus,
.ui-widget-header .ui-icon:hover {
  display: none;
}

.ui-datepicker td {
  border: none !important;
}

.ui-state-default {
  font: normal normal 16px/24px "Poppins", "sans-serif";
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: transparent !important;
  border-color: #2d2f2f !important;
  border-radius: 3px;
  color: #ffffff !important;
  padding-right: 4px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #ffffff !important;
  color: #1f2122 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  font-weight: 500 !important;
}

.lblcalendariogm {
  font-size: 14px !important;
  line-height: 18px !important;
  margin-bottom: 10px;
  text-align: center;
}

#tblCalendarioPeriodosPernoites {
  width: 100%;
}

#tblCalendarioPeriodosPernoites tr {
  border-bottom: 1px solid #ffffff !important;
  display: flex;
  justify-content: space-between;
}

#tblCalendarioPeriodosPernoites tr td {
  font: normal normal 18px/30px "Raleway", "sans-serif";
  padding: 10px 0;
}

#tblCalendarioPeriodosPernoites tr td small {
  font-size: 16px;
  line-height: 18px;
}

#tblCalendarioPeriodosPernoites tr td:last-child {
  font-weight: 600;
}

.outras-suites {
  margin-top: 70px;
}

.outras-suites h3 {
  font: normal normal 30px/40px "Poppins", "sans-serif";
  text-align: center;
}

.outras_display {
  margin-top: 50px;
  width: 100%;
}

.outras_display .flickity-page-dots {
  bottom: 40px !important;
}

/* Experiências */
#experiencias {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#experiencias .interna {
  margin: 0 10%;
}

.exp-premium,
.exp-romantica {
  align-items: center;
  display: flex;
  margin-top: 50px;
}

.premium-slider,
.premium-info,
.romantica-info,
.romantica-img {
  flex: 1;
}

.slider-item,
.romantica-img img {
  width: 100%;
}

.premium-info,
.romantica-info {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.titulo-experiencias {
  font: normal 300 31px/46px "Poppins", "sans-serif";
}

.paragrafo-experiencias {
  font: normal 300 20px/23px "Raleway", "sans-serif";
}

#experiencias .botao {
  padding: 10px 23px;
}

@media screen and (min-width: 992px) {
  #experiencias .interna>div>div:first-child {
    margin-right: 50px;
  }

  .paragrafo-experiencias {
    margin: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  #experiencias .interna {
    margin: 0 15px;
    padding-bottom: 50px;
  }

  .exp-premium {
    flex-direction: column;
  }

  .premium-slider {
    height: 400px;
    margin-bottom: 30px;
    max-height: 400px;
    width: 100%;
  }

  .premium-slider .slider-item {
    height: 400px;
    width: 100%;
  }

  .divisao-experiencias {
    background-color: #ffffff;
    border: none;
    height: 1px;
    margin-top: 50px;
    width: 100%;
  }

  .exp-romantica {
    flex-direction: column-reverse;
  }

  .slider-item,
  .romantica-img img {
    margin-bottom: 30px;
  }

  .titulo-experiencias {
    font-size: 25px;
    line-height: 38px;
  }

  .paragrafo-experiencias {
    font-size: 16px;
    line-height: 19px;
    margin: 15px 0 30px;
  }
}

/* Contato */
.contato.interna .container {
  margin: 0 auto;
  max-width: 900px;
}

.contato__content--header p {
  font: normal normal 18px/30px "Poppins", "sans-serif";
  text-align: center;
}

.contato__contant--form {
  margin-top: 30px;
}

#contact-form {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form--inputs {
  width: 100%;
}

.form-group input {
  margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  color: #1f2122;
  font: normal normal 14px/30px "Raleway", "sans-serif";
  padding: 10px 5px;
  width: 100%;
}

.form-group textarea {
  min-height: 150px;
}

#msg .botao {
  border: none;
  font-size: 16px;
  margin-top: 15px;
  padding: 5px 15px;
}

/* O Motel */
.o-motel {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.o-motel ul {
  list-style: none;
  margin-bottom: 30px;
}

.o-motel ul img {
  border-radius: 3px;
  width: 100%;
}

.resenha {
  font: normal normal 16px/46px "Poppins", "sans-serif";
  max-width: 900px;
  text-align: justify;
  line-height: 24px;
}

.resenha p {
  margin-bottom: 16px;
}

/* Localização */
.localizacao.interna {
  margin: 0 10%;
}

.localizacao-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}

.localizacao-info p {
  font: normal normal 24px/50px "Raleway", "sans-serif";
}

.localizacao-info .botao {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 10px 20px;
}

.localizacao-info .botao img {
  margin-right: 5px;
}

/* Vantagens */
.vantagens {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}

.vantagens .vantagem-card {
  max-width: 30%;
  width: 100%;
  font-family: sans-serif;
  text-align: center;
}

.vantagens .vantagem-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.vantagens .vantagem-card p {
  font-size: 14px;
  font-weight: 500;
  padding: 24px 16px;
}

.vantagens .vantagem-card .vantagem-btn {
  padding: 8px 24px;
  background-color: #FFF;
  color: #1F2122;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
}

/* Footer */
.footer-desktop {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 50px 10%;
}

.footer-desktop>div {
  display: flex;
  flex-direction: column;
  max-width: 256px;
}

footer h3 {
  font: normal 300 31px/73px "Poppins", "sans-serif";
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer-menu li {
  list-style: none;
}

.footer-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-menu li a {
  font: normal 300 16px/24px "Poppins", "sans-serif";
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-menu li a.active,
.footer-menu li a:focus,
.footer-menu li a:hover {
  font-weight: bold;
}

.footer-desktop p {
  font: normal 300 16px/23px "Raleway", "sans-serif";
}

.footer-localizacao p {
  margin-bottom: 30px;
}

.footer-localizacao .botao {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}

.footer-localizacao .botao:not(:last-child) {
  margin-bottom: 10px;
}

.footer-localizacao .botao img {
  margin-right: 10px;
}

.footer-contato>div {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.footer-contato>div img {
  margin-right: 10px;
}

.footer-contato .telefone {
  margin-bottom: 15px;
}

.footer-contato .c-pointer {
  cursor: pointer;
}

.assinatura {
  background-color: #020202;
  padding: 15px 0;
  text-align: center;
}

.assinatura p {
  font: normal normal 16px/24px "Poppins", "sans-serif";
}

.assinatura p a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 992px) and (max-width: 1300px) {

  /* Geral */
  .botao {
    font-size: 16px;
  }

  /* Menu */
  .nav-menu li {
    padding: 5px;
  }

  .nav-menu li a {
    font-size: 12px;
  }

  /* Suíte Interna */
  .bloco-suite h3 {
    font-size: 19px;
    line-height: 30px;
  }

  .bloco-suite p {
    font-size: 16px;
    line-height: 25px;
  }

  #dtCalendarioPeriodo {
    font-size: 18px;
  }

  #boxCalendario img {
    left: 10%;
  }

  #tblCalendarioPeriodosPernoites tr td {
    font-size: 14px;
  }

  /* Footer */
  .footer-desktop {
    justify-content: space-around;
    padding: 50px 1%;
  }

  .footer-img img {
    width: 70%;
  }

  footer h3 {
    font-size: 24px;
  }

  .footer-menu li a,
  .footer-desktop p {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {

  /* Suítes */
  .suites_display {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .suites_display .suite_bloco:nth-child(2n + 1):not(:last-child) {
    margin-right: 30px;
  }

  .suite_bloco {
    width: 48%;
  }

  /* Bloco de Experiências & Cardápio */
  .bloco-menu {
    max-height: 530px;
  }

  .exp {
    margin-right: 15px;
    max-height: 530px;
    width: 70%;
  }

  .exp-img {
    margin-right: 30px;
  }

  /* Faixa de Vantagens & Reservas */
  .faixa-menu {
    background: url("../images/faixa-home.png") center/cover no-repeat;
    margin-bottom: 80px;
  }

  .vtg {
    padding: 0 25px;
  }

  .faixa-menu hr {
    margin: 0 10px;
  }

  /* Suíte Interna */
  .info-suites {
    align-items: flex-start;
    justify-content: space-between;
  }

  .bloco-suite {
    max-width: 33%;
  }

  .bloco-suite:not(:last-child) {
    margin-right: 30px;
  }

  .outras_display .suite_bloco {
    margin-right: 30px;
    width: 30%;
  }

  /* Footer */
  footer {
    background-color: #101010;
  }
}

@media screen and (max-width: 768px) {

  /* Geral */
  .topo-header {
    height: 150px;
  }

  .titulo-principal {
    font-size: 24px;
    line-height: 32px;
    top: 40px;
  }

  .botao {
    font-size: 16px;
    line-height: 24px;
  }

  /* Menu */
  #nav-mobile {
    bottom: 0;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .barra-menu {
    align-items: center;
    background-color: #46484a;
    box-shadow: 0 3px 26px rgb(153 153 153 / 33%);
    display: flex;
    justify-content: space-between;
    padding: 12px 30px;
    width: 100%;
  }

  #nav-mobile .nav-logo {
    height: auto;
  }

  #nav-mobile .nav-logo img {
    height: 50px;
  }

  #nav-mobile .botao {
    align-items: center;
    display: flex;
    font-size: 18px;
    height: 100%;
    justify-content: center;
    line-height: 24px;
    margin: 0 28px;
    width: 100%;
  }

  #menuToggle {
    display: flex;
  }

  #menuToggle * {
    color: #505050;
  }

  #menuToggle {
    text-transform: uppercase;
  }

  #menuToggle p {
    font: normal normal normal 16px/18px "Ubuntu", "sans-serif";
    letter-spacing: 1.04px;
    margin-right: 15px;
  }

  .hamburguer hr {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 4px;
    transform-origin: center;
    transition: all 0.5s ease-in-out;
    width: 30px;
  }

  .hamburguer hr:not(:last-child) {
    margin-bottom: 8px !important;
  }

  .hamburguer.on {
    margin-top: 3px;
  }

  .on .topo {
    margin-top: -5px !important;
    transform: rotate(45deg);
  }

  .on .meio {
    opacity: 0;
  }

  .on .baixo {
    margin-top: -23px !important;
    transform: rotate(-45deg);
  }

  .menu-m {
    background-color: #46484a;
    bottom: -390px;
    display: block !important;
    padding-bottom: 80px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: -1;
  }

  .menu-m li {
    margin-right: 0 !important;
    padding: 10px 0;
    text-align: center;
  }

  .menu-m li:not(:last-child) {
    border-bottom: 1px solid #8f8f8f21;
  }

  .menu-m a,
  .menu-m .item-ativo a {
    text-decoration: none;
  }

  .menu-m a {
    font: normal 300 16px/21px "Poppins", "sans-serif";
    text-transform: uppercase;
  }

  /* Slider Home */
  .slider_home-item,
  .slider_home-item img {
    width: 100%;
  }

  /* Suítes */
  .suites_display {
    padding: 50px 0;
  }

  .suite_bloco h3 {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .suite_bloco p {
    font-size: 16px;
    line-height: 19px;
  }

  .suite_interna-container {
    padding: 0 15px;
  }

  button.flickity-button {
    display: none;
  }

  .info-suites {
    flex-direction: column;
  }

  /* Bloco de Experiências & Cardápio */
  .bloco-menu {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .bloco-menu h3 {
    text-align: center;
  }

  .exp {
    padding: 20px 25px;
  }

  .exp-flex {
    flex-direction: column;
  }

  .exp-img {
    width: 100%;
  }

  .exp-info {
    margin: 30px 0;
    width: 100%;
    max-height: initial;
  }

  .cdp {
    margin-top: 65px;
    min-height: 350px;
    width: 100%;
  }

  /* Faixa de Vantagens & Reservas */
  .faixa-menu {
    padding: 0 15px;
  }

  .faixa-menu .conteudo {
    flex-direction: column;
  }

  .faixa-menu p {
    font-size: 16px;
    line-height: 23px;
  }

  .vtg {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    margin-bottom: 40px;
    padding: 40px 0;
  }

  .rsv {
    background-color: #101010;
    padding: 40px 50px;
    text-align: center;
  }

  /* Suíte Interna */
  .suites.interna {
    padding-bottom: 0 !important;
  }

  .info-suites {
    align-items: center;
    flex-direction: column;
  }

  .suites__calendario {
    width: 100%;
  }

  .bloco-suite:not(:last-child) {
    margin-bottom: 30px;
  }

  .bloco-suite h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .bloco-suite p {
    font-size: 16px;
    line-height: 23px;
  }

  #dtCalendarioPeriodo {
    font-size: 16px;
  }

  #boxCalendario img {
    margin-top: 21px;
    width: 20px;
  }

  #tblCalendarioPeriodosPernoites tr td {
    font-size: 16px;
    line-height: 23px;
  }

  #tblCalendarioPeriodosPernoites tr td small {
    font-size: 13px;
  }

  .outras_display .suite_bloco {
    width: 100%;
  }

  /* Contato */
  .contato.interna .container {
    padding: 0 15px;
  }

  /* O Motel */
  .resenha {
    font-size: 16px;
    padding: 0 15px;
  }

  /* Localização */
  .localizacao-info {
    padding: 0 15px;
  }

  .localizacao-info p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .localizacao.interna iframe {
    border-radius: 5px;
  }

  /* Vantagens */
  .vantagens {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .vantagens .vantagem-card {
    max-width: 100%;
  }

  /* Footer */
  .footer-localizacao {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 35px 50px;
    text-align: center;
  }

  .footer-localizacao p {
    margin-bottom: 30px;
  }

  .footer-localizacao .botao {
    max-width: 300px;
    width: 100%;
  }

  .footer-cs {
    align-items: center;
    background-color: #101010;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 25px;
  }

  .footer-cs .botao {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 400px;
    padding: 10px 0;
    width: 100%;
  }

  .footer-cs .botao img {
    margin-right: 10px;
  }

  .footer-cs .botao:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer-cs .botao:nth-child(4),
  .footer-cs .botao:nth-child(5) {
    background-color: #101010;
    border: 1px solid #ffffff;
    color: #ffffff;
  }
}

@media screen and (max-width: 360px) {

  footer h3,
  .footer-cs h3 {
    font-size: 25px;
  }

  .assinatura p {
    font-size: 14px;
  }
}

@media screen and (min-width: 320px) and (max-width: 340px) {
  .rsv .botao {
    font-size: 14px;
  }

  .rsv .botao img {
    width: 14px;
  }
}

/* CARDÁPIO */
.cardapio {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cardapio__content {
  padding: 15px;
}

.cardapio__content canvas {
  width: 100%;
}

.banner,
.banner__flickity,
.banner__content--image {
  width: 100%;
}

.banner__content--image img {
  width: 100%;
}

.banner__content--image video {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .banner__content--image video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}

.vtg-flkty {
  width: 100%;
}

.vtg-flkty-item {
  width: 100%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}