.hotel-box-destaque {
      padding: 32px 0!important;
}

.hotel-box-destaque h2 {
  font-family: 'Hind Madurai', sans-serif;
  text-align: center;
  margin: 0 0 24px 0;
  font-size: 32px;
  line-height: 36px;
  color: #454848;
  font-weight: 500;
}

.hotel-box-destaque .container-int {
    width: 100%;
    background-color: #eef0f5;
    order: 3;
}

.hotel-box-destaque .infos-hotel {
    max-width: 1920px;
    max-height: 524px;
    margin: auto;
}

.hotel-box-destaque .infos-hotel article .infos-hotel-descricao {
  padding: 0 56px;
  margin: auto;
}

.hotel-box-destaque .infos-hotel article .infos-hotel-descricao div {
  width: 432px;
}

.hotel-box-destaque .infos-hotel article .infos-hotel-foto {
  width: 1198px;
  height: 524px;
  background-size: cover;
  background-position: center;
}

.hotel-box-destaque .infos-hotel article .infos-hotel-foto img {
  display: block;
  min-width: 1198px;
  height: 524px;
  object-fit: cover;
}

.hotel-box-destaque .infos-hotel article .infos-hotel-descricao div h3 {
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 16px 0;
  font-family: 'Hind Madurai', sans-serif;
  font-size: 32px;
  color: #333333;
}

.hotel-box-destaque .infos-hotel article .infos-hotel-descricao div h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #999999;
  margin-bottom: unset;
  font-family: 'Hind Madurai', sans-serif;}

.hotel-box-destaque .infos-hotel article .infos-hotel-descricao div p {
    margin-top: 8px;
    font-family: 'Hind Madurai', sans-serif;
    color: #333333;
    font-size: 14px;
}

.hotel-box-destaque .infos-hotel article .infos-hotel-descricao div small {
  display: none;
  justify-content: center;
  margin: 16px 0 0 0;
}

.hotel-box-destaque .infos-hotel article .infos-hotel-descricao div small.ativo {
  display: block;
}

.hotel-box-destaque .infos-hotel article .infos-hotel-descricao div small a {
  padding: 8px 0;
  color: #454848;
  font-size: 12px;
  font-family: 'Hind Madurai', sans-serif;
}

.hotel-box-destaque .infos-hotel article {
  display: none;
  justify-content: space-between;
  background-color: #EEF0F5;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.hotel-box-destaque .infos-hotel article.ativo {
  display: flex;
}

.hotel-box-destaque .container-nav-logos {
  background-color: #e4e7ef;
  order: 2;
}

.hotel-box-destaque nav {
    max-width: 1920px;
    margin: auto;
    background: #E9BB46;
    position: relative;
    overflow-x: hidden;
    height: 112px;
}

.hotel-box-destaque nav .nav-wrap {
    overflow: hidden;
    position: relative;
    height: 112px;
}

.hotel-box-destaque nav ul {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0px;
}

.hotel-box-destaque nav ul li {
  margin: 0;
}

/* Remover esse bloco em 20/08/21 */
.hotel-box-destaque nav ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 304px;
    height: 112px;
    cursor: pointer;
}
.hotel-box-destaque nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 304px;
    height: 112px;
    cursor: pointer;
	text-indent: -99999px;
}

/* Remover esse bloco em 20/08/21 */
.hotel-box-destaque nav ul li span:hover {
    background-color: #D7DAE2;
}
.hotel-box-destaque nav ul li a:hover {
    background-color: #D7DAE2;
}

/* Remover esse bloco em 20/08/21 */
.hotel-box-destaque nav ul li span.ativo {
    background-color: #333;
}
.hotel-box-destaque nav ul li a.ativo {
    background-color: #333;
}

/* Remover esse bloco em 20/08/21 */
.hotel-box-destaque nav ul li span.ativo img {
    filter: invert(1);
}
.hotel-box-destaque nav ul li a.ativo img {
    filter: invert(1);
}

/* Remover esse bloco em 20/08/21 */
.hotel-box-destaque nav ul li span img {
    object-fit: scale-down;
    height: 80px;
    width: 240px;
}
.hotel-box-destaque nav ul li a img {
    object-fit: scale-down;
    height: 80px;
    width: 240px;
}

.hotel-box-destaque nav .nav-pag-seta {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    height: 12px;
}

.hotel-box-destaque nav > a {
  color: #454848;
  background-color: #454848;
  height: 40px;
  padding: 0 16px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  position: absolute;
  top: 36px;
}

.hotel-box-destaque nav a:nth-child(2) {
  left: 16px;
}

.hotel-box-destaque nav a:nth-child(3) {
  right: 16px;
}

.hotel-box-destaque nav .nav-pag-seta.nav-pag-seta-esquerda {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 4px;
}

.hotel-box-destaque nav .nav-pag-seta.nav-pag-seta-direita {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 4px;
}


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

  .hotel-box-destaque .infos-hotel article .infos-hotel-foto img {
    height: 374px;
    object-fit: cover;
  }

}


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

  .hotel-box-destaque {
    padding: 48px 0 0 0!important;
  }

  .hotel-box-destaque {
      display: flex;
      flex-direction: column;
  }

  .hotel-box-destaque h2 {
      order: 1;
      margin-bottom: 24px;
      font-size: 22px;
    line-height: 28px;
  }

  .hotel-box-destaque .infos-hotel {
      /* order: 3; */
      max-height: unset;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-descricao div h3 {
    font-size: 26px;
        line-height: 30px;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-descricao {
    padding: 0 32px;
  }


  .hotel-box-destaque .infos-hotel article .infos-hotel-descricao div {
    width: unset;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-descricao div h4 {
    font-size: 12px;
    line-height: 17px;
  }

  .hotel-box-destaque nav {
      /* order: 2; */
      width: 100%;
      height: 98px;
  }

  .hotel-box-destaque nav .nav-wrap {
      height: unset;
      overflow-x: auto;
  }

  .hotel-box-destaque nav .nav-wrap ul {
      position: relative;
      top: unset;
      margin-bottom: unset;
      height: unset;
      justify-content: unset;
  }

  /* Remover esse bloco em 20/08/21 */
  .hotel-box-destaque nav .nav-wrap ul li span {
      height: 98px;
      width: 192px;
  }
  .hotel-box-destaque nav .nav-wrap ul li a {
      height: 98px;
      width: 192px;
  }

  /* Remover esse bloco em 20/08/21 */
  .hotel-box-destaque nav ul li span img {
    height: 90px;
    width: 168px;
  }
  .hotel-box-destaque nav ul li a img {
    height: 90px;
    width: 168px;
  }

  .hotel-box-destaque .link-nav {
      display: none;
  }

  .hotel-box-destaque .infos-hotel article {
    flex-direction: column-reverse;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-descricao {
    margin-top: 24px;
    padding-bottom: 42px;
    width: 100%;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-foto img {
    height: unset;
    object-fit: unset;
    min-width: unset;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-foto {
    width: unset;
    height: 374px
  }

}

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

    .hotel-box-destaque nav .nav-wrap ul {
      padding: 0 32px;
    }

    .hotel-box-destaque nav ul li {
    margin: 0;
  }

  /* Remover esse bloco em 20/08/21 */
  .hotel-box-destaque nav .nav-wrap ul li span {
    width: unset;
  }
  .hotel-box-destaque nav .nav-wrap ul li a {
    width: unset;
  }

  /* Remover esse bloco em 20/08/21 */
  .hotel-box-destaque nav ul li span img {
    height: unset;
    width: unset;
    object-fit: unset;
    max-width: unset;
    margin: 0 24px;
  }
  .hotel-box-destaque nav ul li a img {
    height: unset;
    /*width: unset;*/
    object-fit: unset;
    max-width: unset;
    margin: 0 24px;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-foto {
    height: 208px;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-foto img {
    height: 208px;
    width: 100%;
    object-fit: cover;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-descricao div p {
    /* display: none; */
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-descricao div p:nth-of-type(1),
  .hotel-box-destaque .infos-hotel article .infos-hotel-descricao div p:nth-of-type(2) {
    display: block;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-descricao div small {
    display: none;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-descricao div small.ativo {
    display: block;
  }

  .hotel-box-destaque .infos-hotel article .infos-hotel-descricao div small a {
    display: block;
  }

}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
