#main-slider {
  margin-top: 0px;
  z-index: 15;
}

/* #main-slider .slick-dotted.slick-slider {
	border-bottom: solid 4px #004586;
} */

#main-slider .slick-dots {
  bottom: 5px;
}

#main-slider .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  border: none;
  list-style: none;
  list-style-type: none;
  color: white;
  text-indent: -20px;
  border: solid 1px #7b7b7b;
}

#main-slider .slick-dots li.slick-active,
#main-slider .slick-dots li.slick-active:hover {
  background-color: #F6BE00;
}

.home-slider .item:first-child {
  display: block;
}

.home-slider .item {
  display: none;
}

.f-nav {
  z-index: 77777;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.f-reserva {
  position: fixed;
  width: 100%;
  top: 18px;
  left: 0;
}

.banner-bottom {
  min-height: 54px;
  /* background: #17598A; */
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #004C99;
}

h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #004C99;
}

h3.destaque {
  font-size: 24px;
  font-weight: 400;
}

h3.destaque strong {
  font-weight: 700;
}

h4.destaque {
  font-size: 20px;
  font-weight: 300;
  color: #004C99;
}

h4.destaque strong {
  font-weight: 700;
}

h4 strong {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  color: #004C99;
}

p.description {
  font-size: 18px;
  font-weight: 400;
  color: #004C99;
}

p.description2 {
  font-size: 14px;
  font-weight: 400;
  color: #004C99;
}

small {
  font-size: 12px;
  color: #004C99;
}

#top_menu {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  border-radius: 24px;
  height: 148px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: #004C99;
  padding: 12px 32px !important;
  text-align: center;
}

#top_menu hr {
  margin: 12px 10px;
  height: 4px;
  background: #0A283D;
}

.link_cab a {
  color: #004C99;
  line-height: 150%;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.link_cab a:hover {
  color: #F6BE00;
}

/* .link_cab {
	border-radius: 5px;
	border: 1px;
	border-style: solid;
	border-color: #bbb;
	background-color: #fff;
	box-shadow: #000 1px 1px 1px;
} */

.link_cab a img {
  /* width: 50%;
	height: auto;  */
  width: 31px;
  height: 30px;
}

.reserva-online {
  /* width: 364px; */
  width: 30%;
  height: 40px;
  font-size: 16px;
  line-height: 18px !important;
  padding: 12px 12px 12px 16px;
  background-color: #004C99;
  color: #FFF !important;
  border-radius: 30px;
  transition-property: all;
  transition-duration: .4
}

.reserva-online:hover {
  background-color: #F6BE00 !important;
  color: #004C99 !important;
}

.estrutura {
  background: #004C99;
  border-radius: 14px;
  margin: 0;
}

.estrutura-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #004C99;
  text-align: center;
  min-width: 185px;
  height: 92px;
  border-radius: 14px;
}

.estrutura-box img {
  width: 33.48px;
  /*12%;*/
  height: auto;
}

.estrutura-box span {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
}

.estrutura-slider-mobile {
  /* background: #004C99; */
  border-radius: 14px;
}

hr.hotel-divider {
  margin: 25px 35%;
  border-top: #747678 2px solid;
  width: 30%
}

.atividades {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin: 0px 0px 30px 20px;
  /* margin: 0px 40px 30px 40px; */
  max-width: 558px;
  height: auto;
  /* height: 308px; */
  background: #FFFFFF;
  box-shadow: 0px 16px 24px -16px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.atividades img {
  width: 100%;
  border-radius: 20px;
}

.slick-active .item .acomodacoes {
  width: 430px;
  height: 300px;
  margin: 0px 15px 30px 0px;
}

.acomodacoes {
  position: relative;
  height: 300px;
  cursor: pointer;
  transition: all 1s;
}

.acomodacoes img {
  width: 100%;
  border-radius: 18px;
}

.over {
  /* top: 5%; */
  margin-top: 5% !important;
  height: 260px !important;
  /* background: rgba(0, 0, 0, 1); */
  border-radius: 18px;
  transition: all 1s;
}

.acomodacoes.over img {
  min-width: 430px;
  height: 260px !important;
  /* opacity: .3; */
}

.acom-caption,
.atividades-caption {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 4px;

  position: absolute;
  height: 94px;
  bottom: 0px;

  background: #FFF;
  /* background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px); */
  border-radius: 0px 0px 18px 18px;
  box-shadow: 0 15px 25px rgb(31 30 30 / 35%);
}

.atividades-caption {
  border-radius: 0px 0px 20px 20px;
  height: 80px;
  width: 100%;
}

.acomodacoes.over .acom-caption {
  /* opacity: .5; */
}

.button-full {
  margin-top: 30px;
  height: 48px;
  background: #004C99;
  /* width: 100%; */
  width: auto;
  color: #FFF;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  padding: 12px 12px 12px 16px;
}

.button-full:hover {
  background: #F6BE00;
  color: #004C99;
}

.tag_float {
  font-size: 14px;
  position: absolute;
  left: 24px;
  top: 24px;
  background: #004C99;
  color: #FFF !important;
  font-weight: bold;
  border-radius: 12px;
}

.acomodacoes.over .tag_float {
  /* opacity: .3; */
}

.eventos-caption .row {
  width: 100%;
  max-height: 40px;
}

.acom-caption h3,
.eventos-caption h3,
.atividades-caption h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  /* color: #00050A; */
}

.atividades-caption h3 {
  font-size: 16px;
  color: #004C99;
}

.acom-caption span {
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  margin: 14px 0px;
  float: right;
}

.eventos-caption span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  margin: 14px 0px;
  float: right;
}

.acom-caption p,
.eventos-caption p,
.atividades-caption p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.8);
  margin: 0px 0px 15px 0px;
}

.top_banner {
  width: 100%;
  float: left;
  height: 40vw;
  position: relative;
  color: #fff;
  border-bottom: none;
  overflow: hidden;
  display: flex !important;
  align-items: center;
}

.banner_rest {
  position: relative;
  color: #fff;
  padding: 0px 15px;
}

.banner_rest img {
  border-radius: 18px;
  box-shadow: 5px 5px 5px rgb(31 30 30 / 35%);
}

.slick-dotted.slick-slider {
  /* margin-bottom: 30px; */
  border-bottom: none;
}

.servicos-ofer {
  position: relative;
  margin: 0px 15px 30px 0px;
  cursor: pointer;
}

.servicos-ofer img {
  width: 100%;
  border-radius: 18px;
}

.servicos-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2px 24px;
  position: absolute;
  width: 100%;
  /* height: auto; */
  min-height: 87px;
  bottom: 0px;
  border-radius: 0px 0px 18px 18px;
  background: #FFF;
  /* background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(10px); */
  box-shadow: 0 15px 25px rgb(31 30 30 / 35%);
  text-align: center;
}

.servicos-caption p {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #004C99;
  /* color: #00050A; */
  width: 100%;
}

span.dark-hotel {
  width: 80%;
  height: 48px;
  color: #FFF;
  background: #004C99;
  margin: 20px auto 0px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  display: block;
  border-radius: 8px;
  cursor: pointer;
}

span.dark-hotel p,
span.white-hotel p {
  position: relative;
}

span.dark-hotel p i {
  font-size: 20px;
  position: absolute;
  right: 35%;
  top: 15%;
  float: none;
  margin-right: 0;
}

div.open-close-hotel {
  display: block;
  width: 80%;
  border-radius: 0px 0px 8px 8px;
  display: none;
  background: #004C99;
  color: #fff;
  top: -6px;
  position: relative;
  margin: auto;
  border: none;
}

div.open-close-hotel p {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}

span.white-hotel {
  width: 100%;
  height: 48px;
  color: #004C99;
  background: #FFF;
  margin: 20px auto 0px;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  padding: 0px;
  display: block;
  border-radius: 8px;
  cursor: pointer;
}

span.white-hotel p i {
  font-size: 20px;
  position: absolute;
  left: 10%;
  top: 30%;
}

div.open-close-hotel-white {
  display: block;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  display: none;
  background: #FFF;
  color: #fff;
  top: -6px;
  position: relative;
  margin: auto;
}

.promo-slider {
  position: relative;
  min-height: 450px;
}

.promo-slider img {
  border-radius: 80px 0px !important;
  width: 300px;
  height: 420px;
}

.slick-dots {
  bottom: 0px;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  background-color: #CCC;
  border: none;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active:hover,
.busca-agenda-home input[type="button"]:hover {
  background-color: #004C99;
}

.slick-prev {
  width: 40px;
  height: 40px;
  background-position: center;
  background-color: #E6E6E6;
  border-radius: 50%;
  right: 0px;
  left: 25px;
}

.acomodacoes-slider .slick-prev {
  left: -20px;
}

.slick-next {
  right: 25px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-color: #E6E6E6;
  border-radius: 50%;
}

.acomodacoes-slider .slick-next {
  right: -20px;
}

.eventos {
  position: relative;
  height: 340px;
  cursor: pointer;
}

.eventos img {
  border-radius: 18px 18px 0px 0px;
}

.eventos-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 4px;
  position: absolute;
  height: 96px;
  bottom: 0px;
  background: #FFFFFF;
  backdrop-filter: blur(10px);
  border-radius: 0px 0px 18px 18px;
  box-shadow: 0 15px 25px rgb(31 30 30 / 35%);
}

.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px;
  /*gap: 24px;*/
  height: 240px;
  background: #FFFFFF;
  backdrop-filter: blur(10px);
  margin-bottom: 0;
  box-shadow: 0 15px 25px rgb(31 30 30 / 35%);
  border-radius: 18px;
}

.testimonial img {
  width: 100px;
  height: 100px;
  background: #D9D9D9;
  border-radius: 60px;
}

.testimonial p {
  background: #FFF;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
  padding: 20px 0px;
  margin: 0;
}

.testimonial p.name {
  color: #004C99;
  padding: 0;
}

.conheca {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  height: 300px;
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 16px 24px -16px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.conheca img {
  border-radius: 20px;
  margin-bottom: 10px;
  max-height: 220px !important;
}

.conheca img:hover {
  opacity: 0.8;
}

.button-sesc {
  /* width: 90%; */
  width: 40%;
  height: 40px;
  font-size: 16px;
  /* line-height: 20px !important; */
  line-height: 15px !important;
  font-weight: 700;
  text-align: center;
  padding: 12px 12px 12px 16px;
  background-color: #004C99;
  color: #FFF !important;
  border-radius: 30px;
}

.button-sesc:hover {
  background-color: #F6BE00 !important;
  color: #004C99 !important;
}

.button-sesc-white {
  width: 364px;
  height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 18px !important;
  line-height: 2px;
  font-weight: 700;
  text-align: center;
  padding: 12px 12px 12px 16px;
  background-color: #FFFFFF;
  color: #004C99;
  border-radius: 8px;
  border: none;
}

.button-sesc-white:hover {
  opacity: 0.8;
}

#assine {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0px 80px;
  gap: 24px;
  background: #1B4D94;
}

#assine h3 {
  font-weight: 700;
  font-size: 20px;
  color: #FFF;
  line-height: 30px;
}

#assine p {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  margin: 0px 0px 25px 0px;
}

#assine form input[type="text"],
#assine form input[type="email"],
#form_orcamento input[type="text"],
#form_orcamento select,
#form_orcamento input[type="number"],
#form_orcamento input[type="date"] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 0px 0px 2px;
  gap: 5.5px;
  width: 748px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 2px solid #FFF;
  border-left: 0px;
  margin-top: 15px;
  outline: none;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
  letter-spacing: 0.15px;
  line-height: 24px;
}

#form_orcamento input[type="date"] {
  flex-direction: row;
}

#form_orcamento input[type=date]:required:invalid::-webkit-datetime-edit {
  color: transparent;
}

#form_orcamento input[type=date]:focus::-webkit-datetime-edit {
  color: #FFF !important;
}

/* #form_orcamento input[type="date" i] {
	color: #FFF;
} */

#form_orcamento input[type="text"],
#form_orcamento select,
#form_orcamento input[type="date"],
#form_orcamento input[type="number"] {
  width: 100%;
}

#form_orcamento select option {
  color: #000;
}

#assine form input[type="number"],
#form_orcamento .resultado-mobile input[type="number"] {
  padding: 0px;
  color: #FFF;
  background: rgba(255, 255, 255, 0.2);
  border-top: 0px;
  border-right: 0px;
  border-bottom: 2px solid #FFF;
  border-left: 0px;
  border-radius: 0px;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
  letter-spacing: 0.15px;
  line-height: 24px;
}

#form_orcamento .resultado-mobile input[type="number"] {
  margin-top: 0;
}

#assine form input[type="number"]:focus,
#assine form input[type="number"]:active,
#form_orcamento input[type="number"]:focus,
#form_orcamento input[type="number"]:active {
  border-bottom: 2px solid #F6BE00 !important;
}

/* #assine form input[type="text"]::placeholder, #assine form input[type="email"]::placeholder {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.15px;
	color: #FFFFFF;
	position: absolute;
	bottom: 5px;
	left: 1px;
} */

#assine form span,
#form_orcamento span {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #FFF;
}

#assine form .checkbox,
#form_orcamento .checkbox {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: inherit;
  color: #FFFFFF;
}

#assine form .checkbox i,
#form_orcamento .checkbox i {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  background: transparent;
}

#assine form .checkbox input+i:after,
#form_orcamento .checkbox input+i:after {
  color: #F6BE00;
}

.label-float {
  position: relative;
}

.label-float input,
.label-float select {
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-appearance: none;
  border-radius: 0;
}

.label-float input:focus,
.label-float input:active,
.label-float select:focus,
.label-float select:active {
  border-bottom: 2px solid #F6BE00 !important;
}

.label-float label {
  pointer-events: none;
  position: absolute;
  bottom: 5px;
  left: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.15px;
  color: #FFFFFF;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
}

.label-float input:valid~label,
.label-float input:focus~label,
.label-float select:valid~label,
.label-float select:focus~label {
  font-size: 0.65em;
  color: #F6BE00;
  transform: translateX(1px) translateY(-20px);
}

.arraste {
  font-size: 14px;
  font-weight: 400;
  color: #004C99;
  text-align: center;
}

.arraste i {
  font-size: 20px;
  margin: 0px 10px;
  position: absolute;
}

.arraste i.fa-angle-double-left {
  top: 2%;
  left: 18%;
  animation: go-back 0.8s infinite alternate;
}

@keyframes go-back {

  0%,
  25% {
    transform: translateX(0);
  }

  50%,
  100% {
    transform: translateX(-20px);
  }
}

.arraste i.fa-angle-double-right {
  top: 2%;
  right: 18%;
  animation: go-back2 0.8s infinite alternate;
}

@keyframes go-back2 {

  0%,
  25% {
    transform: translateX(0);
  }

  50%,
  100% {
    transform: translateX(20px);
  }
}

.acomodacoes-slider,
.restaurante-slider {
  position: relative;
}

#myModal_form {
  z-index: 99999;
}

.modal-dialog {
  width: 748px;
}

.modal-content {
  background: #004C99;
  border-radius: 24px;
  border: 0;
}

.modal-header {
  border-bottom: 0;
  background: #004C99;
  padding: 15px 15px 0px 15px;
}

.modal-header .close {
  margin: 10px 20px;
}

.modal-header .close img {
  width: 12px;
  height: 12px;
}

.modal-body {
  padding: 0px 20px 20px 20px;
  color: #FFF;
}

.modal-body h3 {
  color: #FFF;
  margin: 0;
}

.modal-footer {
  border-top: 0;
}

.modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}

.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0);
}

.modal-backdrop.in {
  z-index: 88888;
}

.fonte_escura {
  color: #444;
}

/* . {
	max-width: 1280px;
} */

#gmap {
  z-index: 0;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  border-width: 1px;
}

.btn-primary {
  border-color: #0c4b9a;
  background-color: #0c4b9a;
}

.alert.alert-default {
  border-left: #004000;
}

.owl-theme .owl-controls .owl-buttons div {
  margin: 50px;
}

div.slider {
  z-index: initial !important;
}

.ls-v5 .ls-nav-next {
  right: 40px;
}

.sticky-container {
  display: none;
}

@media only screen and (max-width: 768px) {
  .estrutura-box {
    min-width: 18px;
  }

  .slick-active .item .acomodacoes {
    width: 300px;
    height: 300px !important;
    margin: 0px 15px 30px 0px !important;
  }

  .acom-caption {
    box-shadow: 0 10px 20px rgb(31 30 30 / 35%)
  }

  .eventos-caption .row {
    width: 100%;
    max-height: 40px;
    margin: 0;
  }

  .acom-caption h3 {
    margin: 20px 20px 10px 14px;
    font-size: 88%;
  }

  .eventos-caption h3 {
    margin: 20px 40px 10px 0px;
    font-size: 85%;
  }

  .eventos-caption span {
    font-size: 80%;
  }

  .acom-caption span {
    /* margin: 20px 0px 0px 1px; */
    font-size: 95%;
  }

  .acom-caption span {
    margin: 20px 0px 0px 1px;
    font-size: 85%;
  }

  .acomodacoes.over img {
    min-width: 300px;
    height: 260px !important;
    opacity: 1;
  }

  .acomodacoes.over .tag_float,
  .acomodacoes.over .acom-caption {
    opacity: 1;
  }

  .over {
    margin: 20px 15px 0px 0px;
  }

  h3.destaque {
    font-size: 20px;
    font-weight: 300;
  }

  p.description {
    font-size: 14px;
    font-weight: 400;
  }

  .top_banner {
    height: 50vw;
    margin-top: 0px;
    border-radius: 12px;
  }

  .top_banner img {
    width: 100%;
  }

  .restaurante-slider .slick-dots {
    top: 105%;
  }

  .restaurante-slider .slick-dots li.slick-active,
  .restaurante-slider .slick-dots li.slick-active:hover,
  .depoimentos-slider-mobile .slick-dots li.slick-active,
  .depoimentos-slider-mobile .slick-dots li.slick-active:hover {
    background-color: #F6BE00;
  }

  .servicos-oferecidos {
    margin-top: 60px;
  }

  .banner_rest img {
    width: 300px;
    height: 300px;
  }

  .servicos-ofer {
    margin: 0px 0px 30px 15px;
  }

  #restaurante {
    margin-bottom: 30px;
  }

  #pet {
    box-shadow: 0px 16px 24px -16px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 24px 24px;
    padding-bottom: 30px;
  }

  span.dark-hotel p i {
    right: 5%;
  }

  /* .promo-slider .slick-dots {
		bottom: 10%;
	} */

  #promocoes {
    margin-bottom: 0px;
  }

  #eventos {
    margin-top: 0px;
  }

  p.desc-eventos {
    font-weight: 400;
    font-size: 14px;
  }

  .eventos {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0px 0px 30px 15px;
  }

  .testimonial {
    width: 340px;
    padding: 24px;
    gap: 24px;
    margin: 0px 0px 30px 15px;
    box-shadow: 0 15px 10px rgb(31 30 30 / 35%);
  }

  .testimonial p {
    padding: 0;
  }

  .depoimentos-slider-mobile {
    position: relative;
  }

  .depoimentos-slider-mobile .slick-dots {
    top: 105%;
  }

  #conheca .row .col-6 {
    flex: 0 0 50%;
  }

  .conheca img {
    margin-top: 40px;
  }

  .conheca .button-sesc {
    width: 90%;
    margin-top: 0px;
    height: auto;
    line-height: 17px !important;
  }

  /* #form_informativo {
		padding: 0 !important;
	} */

  #assine form input[type="text"],
  #assine form input[type="email"] {
    width: 100%;
  }

  #form_informativo label.checkbox {
    width: 100%;
  }

  .captcha-mobile {
    width: 25%;
    float: left !important;
    margin-top: 30px !important;
  }

  .captcha-mobile label {
    float: left !important;
    margin-top: 0px !important;
  }

  .resultado-mobile {
    width: 75%;
    float: right;
    margin-top: 20px !important;
    padding: 0;
  }

  #form_informativo .button-sesc-white {
    width: 100%;
  }

  .button-mobile {
    padding: 0;
  }

  .atividades {
    max-width: 242px;
    height: auto;
    margin: 0px 20px 30px 0px;
  }

  .atividades img {
    height: 242px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .estrutura-box {
    width: 90%;
  }

  .slick-active .item .acomodacoes {
    width: 460px;
    height: 300px !important;
    margin: 0px 15px 30px 0px !important;
  }

  .acom-caption {
    box-shadow: 0 10px 20px rgb(31 30 30 / 35%)
  }

  .eventos-caption .row {
    width: 100%;
    max-height: 40px;
    margin: 0;
  }

  .acom-caption h3 {
    margin: 20px 20px 10px 14px;
  }

  .eventos-caption h3 {
    margin: 20px 40px 10px 0px;
    font-size: 85%;
  }

  .eventos-caption span {
    font-size: 80%;
  }

  .acom-caption span {
    margin: 20px 0px 0px 1px;
  }

  .acomodacoes.over img {
    min-width: 460px;
    height: 260px !important;
    opacity: 1;
  }

  .acomodacoes.over .tag_float,
  .acomodacoes.over .acom-caption {
    opacity: 1;
  }

  .over {
    margin: 20px 15px 0px 0px;
  }

  .arraste i.fa-angle-double-left {
    left: 34%;
  }

  .arraste i.fa-angle-double-right {
    right: 34%;
  }

  h3.destaque {
    font-size: 20px;
    font-weight: 300;
  }

  p.description {
    font-size: 14px;
    font-weight: 400;
  }

  .top_banner {
    margin-top: 0px;
    border-radius: 12px;
  }

  .top_banner img {
    width: 100%;
  }

  .restaurante-slider .slick-dots {
    top: 105%;
  }

  .restaurante-slider .slick-dots li.slick-active,
  .restaurante-slider .slick-dots li.slick-active:hover,
  .depoimentos-slider-mobile .slick-dots li.slick-active,
  .depoimentos-slider-mobile .slick-dots li.slick-active:hover {
    background-color: #F6BE00;
  }

  .servicos-oferecidos {
    margin-top: 60px;
  }

  .banner_rest img {
    width: 350px;
    height: 350px;
  }

  /*.servicos-ofer {
		margin: 0px 0px 30px 15px;
	}*/

  #restaurante {
    margin-bottom: 30px;
  }

  #pet {
    box-shadow: 0px 16px 24px -16px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 24px 24px;
    padding-bottom: 30px;
  }

  span.dark-hotel p i {
    right: 25%;
  }

  /* .promo-slider .slick-dots {
		bottom: 20%;
	} */

  #promocoes {
    margin-bottom: 0px;
  }

  #eventos {
    margin-top: 0px;
  }

  p.desc-eventos {
    font-weight: 400;
    font-size: 14px;
  }

  .eventos {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0px 0px 30px 15px;
  }

  .testimonial {
    width: 340px;
    padding: 24px;
    gap: 24px;
    margin: 0px 0px 30px 15px;
    box-shadow: 0 15px 10px rgb(31 30 30 / 35%);
  }

  .testimonial p {
    padding: 0;
  }

  .depoimentos-slider-mobile {
    position: relative;
  }

  .depoimentos-slider-mobile .slick-dots {
    top: 100%;
  }

  #conheca .row .col-6 {
    flex: 0 0 50%;
  }

  .conheca img {
    margin-top: 20px;
  }

  .conheca .button-sesc {
    width: 90%;
    margin-top: 0px;
  }

  /* #form_informativo {
		padding: 0 !important;
	} */

  #assine form input[type="text"],
  #assine form input[type="email"] {
    width: 100%;
  }

  #form_informativo label.checkbox {
    width: 100%;
  }

  .captcha-mobile {
    width: 15%;
    float: left !important;
    margin-top: 30px !important;
    text-align: left !important;
  }

  .captcha-mobile label {
    float: left !important;
    margin-top: 10px !important;
  }

  .resultado-mobile {
    width: 75%;
    float: left;
    margin-top: 30px !important;
    padding: 0;
  }

  #form_informativo .button-sesc-white {
    width: 100%;
  }

  .button-mobile {
    padding: 0;
  }

  .atividades {
    max-width: 450px;
    height: auto;
    margin: 0px 20px 30px 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .modal-dialog {
    width: 95%;
  }

  /* Remove Bela - Mobile */
  .infochat_floatmain {
    display: none !important;
  }

  .logo-hotel img:first-child {
    width: 70px;
    height: 40px;
  }

  .logo-hotel img {
    width: 64px;
    height: 12px;
  }

  .reserva-online {
    width: 80%;
  }

  span.dark-hotel,
  div.open-close-hotel {
    width: 100%;
  }

  #main-slider {
    margin-top: 115px;
  }
}

@media only screen and (max-width: 480px) {

  /* #area_conceitual { display:none; } */
  #logo_mobile {
    display: block;
  }

  #titulo_hotel {
    display: none;
  }

  #area_conceitual_mobile {
    display: block;
  }

  /* .menu_fixo { float:right !important; } */

  /* #main-slider {
		margin-top: 45px;
	} */

  .tripadvisor-mobile {
    top: 50px !important;
  }
}

@media only screen and (min-width: 480px) {

  /* #area_conceitual { display:block; } */
  #logo_mobile {
    display: none;
  }

  #area_conceitual_mobile {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hide-mobile {
    display: none !important;
  }
}

/* .slick-dots {
	display: none !important;
} */

/* LOADING */
#shadow {
  display: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 19;
  background-color: #000;
  opacity: 0.6;
}

#loading {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  text-align: center;
}

#loading>div {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  width: 150px;
  height: 150px;
  font: bold 16px/23px 'Open Sans', Arial, sans-serif;
  color: #FFF;
}

#loading>div:after {
  display: block;
  width: 1em;
  height: 1em;
  content: '';
  font-size: 20px;
  margin: 40px auto 0 auto;
  animation: spinner 2000ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.95) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.95) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.95) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.95) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.95) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.95) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.95) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.95) 1.1em -1.1em 0 0;
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* FIM - LOADING */