@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

body {
  font: 400 14px Roboto, sans-serif;
  background: #ebecf0;
  color: #444;
  -webkit-font-smoothing: antialiased;
}

input,
button,
textarea {
  font: 400 18px Roboto, sans-serif;
}

button {
  cursor: pointer;
}

ul,
p {
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

ul {
  list-style: none;
}

form label {
  margin: 0;
  font-weight: bold;
}

form input {
  width: 100%;
  height: 40px;
  color: #333;
  border: 1px solid #dcdce6;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 8px;
}

form textarea {
  width: 100%;
  resize: vertical;
  min-height: 140px;
  color: #333;
  border: 1px solid #dcdce6;
  border-radius: 8px;
  padding: 16px 24px;
  line-height: 24px;
  margin-bottom: 8px;
}

form .fake-input {
  background: #fff;
  width: 100%;
  height: 40px;
  color: #333;
  border: 1px solid #dcdce6;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
form .fake-input span,
form .fake-input i {
  color: #333;
  font-size: 12px;
}

form .form-group {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
form .form-group input {
  width: 49%;
}

.button {
  width: 100%;
  height: 40px;
  background: var(--azul-1);
  border: 0;
  border-radius: 24px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 40px;
  transition: filter 0.2s;
  margin-top: 20px;
}

.button:hover {
  filter: brightness(90%);
  color: #fff;
  text-decoration: none;
}

.back-link {
  display: flex;
  align-items: center;
  margin-top: 40px;
  color: #41414d;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s;
}

.back-link svg {
  margin-right: 8px;
}

.back-link:hover {
  opacity: 0.8;
}

section.main {
  margin: 0;
}

.bootstrap-select {
  width: 100% !important;
  margin-top: 10px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
}

.form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #444;
  background-color: #ffffff;
  border-color: #ccc;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #444;
  text-decoration: none;
  background-color: rgba(0, 123, 255, 0.28);
}

.slider {
  margin-top: 11px;
}
.slider .irs-line {
  height: 5px !important;
}
.slider .irs-bar {
  background: var(--azul-1) !important;
  height: 5px !important;
}
.slider .irs-handle {
  top: 20px !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 30px !important;
  background: var(--azul-1) !important;
}
.slider .irs--flat .irs-from,
.slider .irs--flat .irs-to,
.slider .irs--flat .irs-single {
  background-color: var(--azul-1);
}
.slider .irs-handle i {
  display: none;
}
.slider .irs-handle::first-child {
  background-color: none !important;
}
.slider .irs-to,
.slider .irs-from {
  background-color: var(--azul-1) !important;
}
.slider .result-slider {
  padding: 0.5rem 0;
}
.slider .irs--flat .irs-from:before,
.slider .irs--flat .irs-to:before,
.slider .irs--flat .irs-single:before {
  border-top-color: var(--azul-1);
}
.slider .irs--flat .irs-handle > i:first-child {
  background-color: transparent !important;
}

.paginacao {
  display: flex;
  justify-content: center;
  margin: 40px;
}
.paginacao ul {
  display: inline-flex;
  align-items: center;
}
.paginacao ul li {
  margin: 0 4px;
}
.paginacao ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #666666;
  background: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-weight: bold;
}
.paginacao ul li a.current {
  box-shadow: none;
  background-color: var(--azul-1);
  color: #fff;
}
.paginacao ul li a.disabled {
  color: #b7b7b7;
  background: #d9d9d9;
  cursor: no-drop;
}
.paginacao ul li a i {
  pointer-events: none;
}

.hidden {
  display: none !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 7px 4px;
  clear: both;
  font-weight: 400;
  color: #888 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 1px solid #f5f5f5;
}

.dropdown-filtro .filtro ul li {
  margin-top: 0 !important;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  white-space: pre-wrap;
}

.bootstrap-select .dropdown-menu.inner {
  overflow-x: hidden;
}

.bootstrap-select .dropdown-menu {
  min-width: 0 !important;
  max-width: 100%;
}

#modalQuaseLa .container-fluid {
  padding: 100px 0;
}
#modalQuaseLa .container-fluid .titulo {
  text-align: right;
}
#modalQuaseLa .container-fluid .titulo h3 {
  color: #003e57;
  font-size: 4.375rem;
  margin: 0;
  text-align: right;
}
#modalQuaseLa .container-fluid .titulo p {
  color: #003e57;
  font-size: 0.95rem;
  text-align: right;
}

[data-b2c-valores-sidebar-mobile],
[data-b2c-valores-checkout-mobile] {
  display: none;
}

header {
  height: 60px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
  background: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .logo {
  display: flex;
  align-items: center;
  height: 60px;
}
header .container .logo img {
  float: left;
  top: 12px;
  max-height: 40px;
}
header .container .menu ul {
  list-style: none;
}
header .container .menu ul li {
  border-radius: 8px;
  position: relative;
}
header .container .menu ul li a {
  color: #444;
}
header .container .menu ul li a i {
  margin-right: 5px;
}
header .container .menu ul li.dropdown .dropdown-menu {
  background: white;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
  padding: 10px;
  margin: 5px 0px;
  position: absolute;
  transform: translate3d(-38px, 33px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}
header .container .menu ul li.dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  color: #444 !important;
}

footer {
  background: #fff;
}
footer .container {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container p {
  font-size: 12px;
}

section.home .submenu ul {
  padding: 0;
  transition: all 0.3s ease-out;
  display: flex;
}
section.home .submenu ul li {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 0;
  height: 69px;
  align-items: center;
  padding: 0 5px;
  width: 100%;
  border-bottom: 3px solid #fff;
  transition: border-color 0.2s;
  cursor: pointer;
}
section.home .submenu ul li a {
  margin-top: 0;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  min-width: 80px;
  display: inline-flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
section.home .submenu ul li a .button-circle-icon {
  color: #666;
  font-size: 24px;
  text-align: center;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  transition: background-color 0.2s;
}
section.home .submenu ul li a .button-circle-icon i {
  position: relative;
  display: inline-block;
  font-style: normal;
  transition: color 0.2s;
}
section.home .submenu ul li a label {
  margin: 0;
  margin-top: 5px;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
  cursor: pointer;
}
section.home .submenu ul li.active, section.home .submenu ul li:hover {
  border-bottom: 3px solid var(--azul-1);
}
section.home .submenu ul li.active a .button-circle-icon, section.home .submenu ul li:hover a .button-circle-icon {
  background-color: var(--azul-1);
}
section.home .submenu ul li.active a .button-circle-icon i, section.home .submenu ul li:hover a .button-circle-icon i {
  color: #fff;
}
@media (max-width: 767px) and (min-width: 1px) {
  section.home .submenu ul {
    position: relative;
    flex-wrap: inherit;
    padding: 0;
    overflow-x: scroll;
  }
}
section.home .conteudo {
  min-height: calc(100vh - 220px);
  padding-top: 5%;
}
section.home .conteudo .header {
  position: relative;
}
section.home .conteudo .header h1 {
  font-size: 26px;
}
section.home .conteudo .header a {
  display: none;
}

form.pnlMotor {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  padding: 20px;
  margin: 30px 0;
  display: none;
}
form.pnlMotor.show {
  display: block;
}
form.pnlMotor label {
  text-align: left;
  margin: 10px 0;
  color: #878c9f;
  font-weight: 300;
  font-size: 12px;
}
form.pnlMotor label span {
  color: #ff0000;
}
form.pnlMotor label i {
  position: absolute;
  color: var(--azul-1);
  padding-right: 12px;
  font-size: 14px;
  left: 31px;
  top: 47px;
}
form.pnlMotor input.icon,
form.pnlMotor select.icon,
form.pnlMotor .fake-input.icon {
  padding: 0 20px 0 40px;
}
form.pnlMotor input {
  border-radius: 4px;
  color: #666;
  border: 1px solid #eee;
  flex: 1;
  width: 100%;
  border-radius: 0 4px 4px 0;
}
form.pnlMotor input:read-only {
  cursor: pointer;
}
form.pnlMotor .fake-input {
  border-radius: 4px;
  color: #666;
  border: 1px solid #eee;
  cursor: pointer;
}
form.pnlMotor .separator {
  border-top: 1px solid #ccc;
  display: block;
  width: 100%;
  margin: 15px;
}
form.pnlMotor select {
  word-wrap: normal;
  width: 100%;
  height: 40px;
  color: #888;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 8px;
}
form.pnlMotor .form-group select {
  width: 60px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 4px 0 0 4px;
  color: #666;
  opacity: 1;
  padding: 0;
}
form.pnlMotor .form-group select::placeholder {
  color: #666;
  opacity: 1;
}
form.pnlMotor .pnlBotao {
  display: flex;
  align-items: center;
}
form.pnlMotor .box-pax {
  background: #fff;
  border-radius: 5px;
  padding: 20px 15px 0;
  position: absolute;
  top: calc(100% - 3px);
  right: 15px;
  display: none;
  width: calc(100% - 30px);
  z-index: 3;
  border: 1px solid #eee;
  margin-bottom: 30px;
  min-width: 250px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px;
}
form.pnlMotor .box-pax .quartoQt {
  display: flex;
  align-items: center;
}
form.pnlMotor .box-pax .quartoQt label {
  float: left;
  color: #666;
  font-size: 14px;
  padding-right: 9px;
}
form.pnlMotor .box-pax .quartoQt select {
  background-color: #fff;
  border-color: #666;
  border-radius: 5px;
  color: #666;
  padding: 0;
  margin: 0;
  width: 43px;
  height: 24px;
}
form.pnlMotor .box-pax .quartoItems .quartoItem {
  border: 1px solid #9d9e9e;
  border-radius: 5px;
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 10px 5px;
}
form.pnlMotor .box-pax .quartoItems .quartoItem label {
  color: #666;
  clear: both;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
}
form.pnlMotor .box-pax .quartoItems .quartoItem label:first-of-type {
  margin-bottom: 10px;
}
form.pnlMotor .box-pax .quartoItems .quartoItem select,
form.pnlMotor .box-pax .quartoItems .quartoItem input {
  background-color: #fff;
  border-color: #666;
  border-radius: 5px;
  color: #666;
  padding: 0;
  margin: 2px;
  width: 93px;
  height: 24px;
}
form.pnlMotor .box-pax .quartoItems .quartoItem .quartoAdt,
form.pnlMotor .box-pax .quartoItems .quartoItem .quartoSnr,
form.pnlMotor .box-pax .quartoItems .quartoItem .quartoChd {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  flex-direction: column;
}
form.pnlMotor .box-pax .quartoItems .quartoItem .quartoIdade,
form.pnlMotor .box-pax .quartoItems .quartoItem .quartoSnrIdade {
  border: 1px solid #9d9e9e;
  border-radius: 5px;
  clear: both;
  overflow: hidden;
  padding: 10px 5px;
  margin-bottom: 10px;
}
form.pnlMotor .box-pax .quartoItems .quartoItem .quartoIdade .quartoIdadeSel,
form.pnlMotor .box-pax .quartoItems .quartoItem .quartoIdade .quartoSnrIdadeSel,
form.pnlMotor .box-pax .quartoItems .quartoItem .quartoSnrIdade .quartoIdadeSel,
form.pnlMotor .box-pax .quartoItems .quartoItem .quartoSnrIdade .quartoSnrIdadeSel {
  position: relative;
  float: left;
}
form.pnlMotor .box-pax > a {
  float: right;
  padding-bottom: 17px;
}
form.pnlMotor .pnlTpTrechoCheck label {
  margin-right: 13px;
}
form.pnlMotor .pnlTpTrechoCheck input {
  width: 14px;
  margin: 0;
  height: auto;
}

.submenu .pnlMotor {
  display: block;
  box-shadow: none;
  margin: 0;
  padding: 20px 0;
}
.submenu .pnlMotor .header {
  position: relative;
}
.submenu .pnlMotor .header a {
  position: relative;
  float: left;
  width: 100%;
  height: 20px;
  display: block;
}
.submenu .pnlMotor .header a i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
}

.quantidade-encontrado {
  font-size: 15px;
  margin-bottom: 10px;
  display: flex;
  margin-top: 29px;
  flex-direction: row;
  justify-content: space-between;
}
.quantidade-encontrado span {
  color: #444;
}
.quantidade-encontrado span.btn-close {
  display: none;
}
.quantidade-encontrado span.btn-close i {
  font-size: 25px;
  cursor: pointer;
}

.submenu {
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
}
.submenu ul {
  display: flex;
  align-items: center;
  min-height: 68px;
}
.submenu ul .search-item {
  box-sizing: border-box;
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
}
.submenu ul .search-item .item-container {
  height: auto;
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.submenu ul .search-item .data-container {
  margin-right: 4px;
}
.submenu ul .search-item .data-container ~ .data-container {
  margin-right: 0;
  margin-left: 4px;
}
.submenu ul .search-item span.item-container {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #cccccc;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.submenu ul .search-item span.item-container i {
  margin-right: 8px;
  color: var(--azul-1);
  font-size: 16px;
}
.submenu ul .search-item span.item-container span {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 215px;
}
.submenu ul .search-item a.btn-alterar-busca {
  display: inline-block;
  border: 1px solid var(--azul-1);
  border-radius: 24px;
  background: transparent;
  color: var(--azul-1);
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
}
.submenu ul .search-item a.btn-alterar-busca i {
  margin-right: 10px;
}
.submenu ul .search-item a.btn-alterar-busca:hover {
  background: var(--azul-1);
  color: #fff;
}

.dropdown-filtro {
  margin-top: 10px;
}
.dropdown-filtro .filtro {
  padding: 20px 8px;
  border-top: 1px solid #ccc;
}
.dropdown-filtro .filtro span.titulo {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.dropdown-filtro .filtro ul li {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}
.dropdown-filtro .filtro ul li div + span {
  text-align: right;
  color: var(--azul-1);
  text-decoration: underline;
  padding-top: 10px;
  font-size: 12px;
  cursor: pointer;
}
.dropdown-filtro .filtro ul li label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: space-between;
  width: 100%;
  min-height: 29px;
  display: block;
  padding: 4px 45px 3px 28px;
}
.dropdown-filtro .filtro ul li label i {
  color: #ffc400;
}
.dropdown-filtro .filtro ul li label i.disabled {
  color: #ccc;
}
.dropdown-filtro .filtro ul li label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.dropdown-filtro .filtro ul li label input:checked ~ .checkmark {
  background-color: var(--azul-1);
}
.dropdown-filtro .filtro ul li label input:checked ~ .checkmark:after {
  display: block;
}
.dropdown-filtro .filtro ul li label .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  transition: color 0.2s, border-color 0.2s;
  border-radius: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  border: 1px solid #cccccc;
  background-color: #fff;
  color: #fff;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  vertical-align: middle;
}
.dropdown-filtro .filtro ul li label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: 1px solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-filtro .filtro ul li label .total {
  float: right;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 40px;
  height: 28px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #666666;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  pointer-events: none;
}

.ordenacao {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  background: #fff;
  height: 40px;
  align-items: center;
  margin-top: 29px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #444;
}
.ordenacao div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ordenacao div .btn-abre-filtro {
  display: none;
  color: var(--azul-1);
  font-weight: bold;
}
.ordenacao p {
  margin-right: 13px;
  color: #888;
}
.ordenacao select {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 4px 5px;
  color: #888;
}

.hotelList .hotel-item {
  cursor: pointer;
  color: #888;
  border-radius: 8px;
  display: flex;
  background-color: #ffffff;
  transition: box-shadow 0.2s ease-out;
  height: 220px;
  margin: 0;
  margin-bottom: 20px;
}
.hotelList .hotel-item:hover {
  box-shadow: 0 12px 20px rgba(68, 68, 68, 0.2);
}
.hotelList .hotel-item .hotel-imagem {
  padding: 0;
  max-height: 220px;
}
.hotelList .hotel-item .hotel-imagem img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 8px 0 0 8px;
}
.hotelList .hotel-item .hotel-descricao {
  box-sizing: border-box;
  padding: 16px;
  position: relative;
}
.hotelList .hotel-item .hotel-descricao h3 {
  position: relative;
  letter-spacing: 0;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  word-wrap: break-word;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: normal;
  font-size: 22px;
  color: #444;
}
.hotelList .hotel-item .hotel-descricao h3 i {
  color: var(--azul-1);
}
.hotelList .hotel-item .hotel-descricao p {
  font-size: 12px;
  color: #888;
  margin-top: 8px;
  margin-bottom: 12px;
}
.hotelList .hotel-item .hotel-descricao p i {
  color: var(--azul-1);
  margin-right: 8px;
  top: -1px;
  position: relative;
}
.hotelList .hotel-item .hotel-descricao .stars i {
  color: #ffc400;
}
.hotelList .hotel-item .hotel-descricao ul {
  margin-top: 12px;
}
.hotelList .hotel-item .hotel-descricao .promos {
  position: absolute;
  bottom: 16px;
  right: 20px;
}
.hotelList .hotel-item .hotel-descricao .promos i {
  padding: 7px;
  color: #ccc;
}
.hotelList .hotel-item .hotel-descricao .promos i.circle {
  border: 1px solid #ccc;
  border-radius: 50%;
}
.hotelList .hotel-item .price-box {
  height: 100%;
  position: relative;
  box-sizing: border-box;
  width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  border-left: 1px solid #f1f1f1;
  color: #888;
}
.hotelList .hotel-item .price-box .price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hotelList .hotel-item .price-box .price-container span:first-child {
  margin-bottom: 10px;
}
.hotelList .hotel-item .price-box .price-container .depor {
  text-decoration: line-through;
}
.hotelList .hotel-item .price-box .price-container .price {
  font-size: 23px;
  font-weight: bold;
  color: #444;
}
.hotelList .hotel-item .price-box .price-container .price span {
  font-size: 14px;
}

.page-detail {
  margin: 30px 0;
}
.page-detail .p0 {
  padding: 0;
}
.page-detail .box-pacote {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 4px;
  display: block;
  text-decoration: none;
}
.page-detail .box-pacote .conteudo {
  padding: 20px;
  margin: 0;
  cursor: pointer;
}
.page-detail .box-pacote .conteudo a.abre-detalhes-pacote {
  color: #003e57;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.page-detail .box-pacote .conteudo a.abre-detalhes-pacote:after {
  content: "";
  background-color: var(--azul-1);
  border-radius: 100%;
  color: #fff;
  padding: 4px 4px 2px;
  display: flex;
  font-weight: 900;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free" !important;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  transition: all 0.3 ease;
  transition: -webkit-transform 0.3s ease-in;
}
.page-detail .box-pacote .conteudo img {
  height: 48px;
  margin-right: 10px;
}
.page-detail .box-pacote .conteudo ul {
  border-bottom: 3px solid #ccc;
  margin-top: 10px;
}
.page-detail .box-pacote .conteudo ul li.current a {
  border-bottom: 3px solid var(--azul-1) !important;
}
.page-detail .box-pacote .conteudo ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #555555;
  background-color: #fff;
  cursor: default;
  margin-bottom: -3px;
}
.page-detail .box-pacote .conteudo .tab {
  padding: 15px 15px 0 15px;
}
.page-detail .box-pacote .conteudo .tab p {
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #878c9f;
}
.page-detail .box-hotel {
  margin-bottom: 30px;
}
.page-detail .box-hotel .col-galeria {
  width: 50%;
  float: left;
  padding: 0 20px 0 0;
}
.page-detail .box-hotel .titulo {
  color: #444;
  font-size: 22px;
  margin-top: 19px;
}
.page-detail .box-hotel .endereco {
  margin-top: 12px;
  color: #888;
  font-size: 12px;
}
.page-detail .box-hotel .descricao {
  padding-right: 30px;
}
.page-detail .box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.page-detail .box:not(.box-sidebar) {
  transition: all 0.4s ease;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.page-detail .box .hotel-header {
  padding: 20px;
  border-bottom: 8px solid #ebecf0;
}
.page-detail .box .hotel-header h1 {
  font-size: 22px;
  color: #444;
}
.page-detail .box .hotel-header h1 .stars i {
  color: #ffc400;
  font-size: 12px;
}
.page-detail .box .galeria {
  height: 250px;
  max-height: 250px;
  overflow: hidden;
}
.page-detail .box .galeria a {
  display: flex;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: none;
  max-height: 400px;
  transition: background-image 2s;
}
.page-detail .box .galeria a:hover:before {
  background-size: 100%;
  background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  pointer-events: none;
}
.page-detail .box .galeria a:nth-child(1) {
  display: flex;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  width: 100%;
  object-fit: fill;
  height: 100%;
}
.page-detail .box .galeria a:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.page-detail .box .galeria a:nth-child(1) span {
  position: relative;
  bottom: 25px;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  height: 0;
}
.page-detail .box .galeria a:nth-child(1) span i {
  margin-right: 10px;
}
.page-detail .box .galeria a:nth-child(1):before {
  background-size: 100%;
  background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  pointer-events: none;
}
.page-detail .box .galeria a:nth-child(2) {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 39.6%;
  height: 243px;
}
.page-detail .box .galeria a:nth-child(2) img {
  height: 243px;
  width: 100%;
  object-fit: fill;
}
.page-detail .box .galeria a:nth-child(3) {
  display: block;
  position: absolute;
  right: 20.2%;
  top: 250px;
  max-width: 19.43334%;
}
.page-detail .box .galeria a:nth-child(3) img {
  height: 150px;
  object-fit: fill;
  width: 100%;
}
.page-detail .box .galeria a:nth-child(4) {
  display: block;
  position: absolute;
  right: 0;
  top: 250px;
  max-width: 19.43334%;
}
.page-detail .box .galeria a:nth-child(4) img {
  height: 150px;
  object-fit: fill;
  width: 100%;
}
.page-detail .box .stars i {
  color: #ffc400;
}
.page-detail .box p span {
  color: var(--azul-1);
  font-weight: bold;
  margin-left: 8px;
  cursor: pointer;
}
.page-detail .box .descricao h2 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #444;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
.page-detail .box .descricao .descricao-conteudo {
  font-size: 13px;
  line-height: 1.38;
  color: #888;
  white-space: pre-wrap;
  text-align: justify;
  max-height: 82.5px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.page-detail .box .descricao .btn-ver-mais {
  display: flex;
  align-items: center;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  height: 25px;
  text-align: left;
  line-height: 43px;
  cursor: pointer;
  justify-content: flex-end;
  background: #fff;
  color: var(--azul-1);
  font-weight: bold;
  padding-bottom: 10px;
}
.page-detail .box .descricao .btn-ver-mais i {
  margin-left: 10px;
}
.page-detail .box .descricao .btn-ver-mais:before {
  background-size: 100%;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 33px;
  pointer-events: none;
}
.page-detail .box-quarto .quarto-header {
  padding: 0;
  z-index: 2;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.11);
  display: flex;
  position: relative;
  color: #444;
  font-weight: 500;
  background: #ebecf0;
  margin: 0;
}
.page-detail .box-quarto .quarto-header .categoria {
  border-right: 2px solid #eee;
  height: 54px;
  display: flex;
  align-items: center;
  background: #fff;
}
.page-detail .box-quarto .quarto-header .regime {
  height: 54px;
  display: flex;
  align-items: center;
  background: #fff;
  flex-direction: column;
  justify-content: center;
}
.page-detail .box-quarto .quarto-header .preco-noite {
  height: 54px;
  display: flex;
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.page-detail .box-quarto .quarto-header .preco-total {
  height: 54px;
  display: flex;
  background: #fff;
  flex-direction: column;
  align-items: self-end;
  justify-content: center;
  padding: 0;
}
.page-detail .box-quarto .quarto-list {
  margin: 0;
}
.page-detail .box-quarto .quarto-list .quarto-item {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background: transparent;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo {
  padding: 0;
  margin: 0;
  background: #fff;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria {
  border-right: 2px solid #eee;
  background: #fff;
  padding-bottom: 10px;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .titulo {
  color: #444;
  letter-spacing: -0.1px;
  font-weight: 500;
  padding: 12px 0;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .promos {
  padding: 0 0 12px;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .promos i {
  color: var(--azul-1);
  border: 1px solid var(--azul-1);
  padding: 4px;
  border-radius: 24px;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .descricao-parent {
  position: relative;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .descricao-parent .bg-white-opacity {
  background-size: 100%;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 33px;
  pointer-events: none;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .descricao-parent .descricao {
  color: #888;
  line-height: 18px;
  font-size: 12px;
  height: 64px;
  overflow: hidden;
  transition: height 0.5s;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .descricao-parent .ler-menos {
  display: none;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .descricao-parent.open .bg-white-opacity {
  display: none;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .descricao-parent.open .ler-mais {
  display: none;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .descricao-parent.open .ler-menos {
  display: block;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas {
  padding: 0;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa {
  min-height: 100px;
  cursor: pointer;
  margin: 0;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa:first-child:nth-last-child(1) {
  height: 100%;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .regime {
  color: #333;
  font-weight: 400;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .regime .promos {
  position: absolute;
  top: 8px;
  left: 13px;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .regime .promos i {
  padding: 5px;
  color: var(--azul-1);
  font-size: 11px;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .regime .promos i.circle {
  border: 1px solid var(--azul-1);
  border-radius: 50%;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .diaria,
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .total {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .diaria .titulo,
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .total .titulo {
  margin-bottom: 10px;
  display: none;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .diaria .depor,
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .total .depor {
  text-decoration: line-through;
  font-size: 13px;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .diaria .price,
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .total .price {
  font-size: 18px;
  font-weight: bold;
  color: #444;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .diaria .price span,
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .total .price span {
  font-size: 14px;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .select {
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .select .check {
  border: 1px solid var(--azul-1);
  height: 20px;
  width: 20px;
  border-radius: 24px;
  margin-right: 19px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .select .check span {
  display: none;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .select .check span {
  background: var(--azul-1);
  width: 10px;
  height: 10px;
  border-radius: 24px;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa.active {
  border: 2px solid var(--azul-1);
  background: #ffffff;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa.active .check span {
  display: block;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa:not(.active) {
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa:not(.active):not(:first-child) {
  border-top: 2px solid #eee;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa:hover {
  background: #ffffff;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa.off {
  position: relative;
  cursor: auto;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa.off.active {
  border-color: red;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa.off .check {
  display: none;
}
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa.off .sem-disp {
  display: block !important;
  color: red;
  margin: 0;
  padding: 0;
  line-height: 0;
  height: max-content;
  position: absolute;
  bottom: 13px;
  text-align: center;
}

.overflow-hidden {
  overflow: hidden !important;
}

.btn-resumo {
  float: right;
  padding: 5px 10px;
  margin-bottom: 0;
  margin-top: 30px;
  border: 1px solid var(--azul-1);
  border-radius: 24px;
  background: transparent;
  color: var(--azul-1);
  text-decoration: none;
  display: none;
}
.btn-resumo:hover {
  background: var(--azul-1);
  color: #fff;
  text-decoration: none;
}

.box-sidebar {
  padding: 20px 20px 20px 20px;
}
.box-sidebar .titulo h2 i {
  display: none;
}
.box-sidebar .titulo {
  border-bottom: 1px solid rgba(76, 76, 76, 0.3);
  border-bottom: 1px solid rgba(76, 76, 76, 0.3);
  padding-bottom: 10px;
}
.box-sidebar .titulo h2 {
  color: #444;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 500;
}
.box-sidebar .titulo h2 i {
  float: right;
  position: absolute;
  right: 30px;
  top: 28px;
  display: none;
  color: #444;
}
.box-sidebar .subtitulo {
  padding: 16px 0 0;
}
.box-sidebar .subtitulo .alterar {
  display: flex;
  align-items: center;
}
.box-sidebar .subtitulo .alterar h3 {
  color: #003e57;
  font-size: 0.975rem;
  text-align: left;
  font-weight: bold;
  flex: 1;
  margin: 0;
}
.box-sidebar .subtitulo .alterar span {
  flex: 0.3;
}
.box-sidebar .subtitulo .alterar span a {
  background: var(--azul-1);
  background-position: 0% 50%;
  background-size: 300%;
  border: none;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.4s ease;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  display: block;
  font-size: 0.6875rem;
  font-weight: bold;
  padding: 7px 0;
  width: 79.69px;
  height: 29px;
}
.box-sidebar .hotel-detalhe {
  padding: 10px 0;
}
.box-sidebar .hotel-detalhe .row {
  text-align: left;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.box-sidebar .hotel-detalhe .row .img-hotel {
  border-radius: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 66px;
  width: 66px;
  min-width: 66px;
  margin: 0 15px 0 0;
}
.box-sidebar .hotel-detalhe .row .descricao {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.box-sidebar .hotel-detalhe .row .descricao h3 {
  color: #060606;
  font-size: 0.975rem;
  margin: 0 0 0;
  font-weight: bold;
  line-height: 28px;
}
.box-sidebar .hotel-detalhe .row .descricao p {
  color: #003e57;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}
.box-sidebar .hotel-detalhe .row .descricao p span {
  padding: 0 5px;
  font-size: 11px;
}
.box-sidebar .hotel-detalhe .row .quartos h3 {
  color: #003e57;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  flex: 1;
  margin: 10px 0;
}
.box-sidebar .hotel-detalhe .row .quartos p {
  float: left;
  font-size: 12px;
  text-align: left;
  color: #888;
  margin-bottom: 20px;
  width: 100%;
}
.box-sidebar .aereo-detalhe {
  margin-top: 16px;
}
.box-sidebar .aereo-detalhe .horario {
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 400;
  color: #878c9f;
  text-align: center;
}
.box-sidebar .preco-total form {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 12px;
}
.box-sidebar .preco-total form .total-coast {
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
}
.box-sidebar .preco-total form .total-coast strong {
  color: #444;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 21px;
}
.box-sidebar .preco-total form .total-coast span {
  float: right;
  text-align: right;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  top: 3px;
}
.box-sidebar .preco-total form .button {
  margin-top: 0;
}

.page-servico {
  margin: 30px 0;
}
.page-servico .box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.page-servico .box ul {
  border-bottom: 3px solid #ccc;
}
.page-servico .box ul li.current a {
  border-bottom: 3px solid var(--azul-1) !important;
}
.page-servico .box ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #555555;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: -3px;
}
.page-servico .box .tab {
  padding: 15px 15px 0 15px;
}
.page-servico .box .tab p {
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #878c9f;
}
.page-servico .servico-list {
  padding: 15px;
}
.page-servico .servico-list .servico-item {
  border: 1px solid #eee;
  border-radius: 4px;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 10px;
}
.page-servico .servico-list .servico-item .img-card {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  max-height: 130px;
  height: 125px;
  margin-bottom: 5px;
}
.page-servico .servico-list .servico-item .img-card img {
  width: 100%;
  max-height: 130px;
  object-fit: fill;
}
.page-servico .servico-list .servico-item .descricao {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 15px 15px 15px;
}
.page-servico .servico-list .servico-item .descricao p {
  padding-bottom: 10px;
  /* margin-bottom: 10px; */
  border-bottom: 1px dotted #ccc;
  /* height: 64px; */
  float: left;
  width: 100%;
}
.page-servico .servico-list .servico-item .descricao .btn-descricao {
  margin: 10px 0;
  background: transparent;
  border: 2px solid var(--azul-1);
  color: var(--azul-1);
  padding: 15px;
  line-height: 0;
  height: 0;
  transition: background 0.2s;
  font-size: 12px;
}
.page-servico .servico-list .servico-item .descricao .btn-descricao:hover {
  color: #fff;
  background: var(--azul-1);
}
.page-servico .servico-list .servico-item .descricao .input-group .input-group-btn button {
  background: var(--azul-1);
  color: #fff;
  padding: 0;
  line-height: 0;
  height: 30px;
}
.page-servico .servico-list .servico-item .descricao .input-group .input-group-btn button i {
  padding: 0 15px;
  font-size: 12px;
}
.page-servico .servico-list .servico-item .descricao .input-group .input-group-btn:first-child button {
  border-radius: 4px 0 0 4px;
}
.page-servico .servico-list .servico-item .descricao .input-group .input-group-btn:last-child button {
  border-radius: 0 4px 4px 0;
}
.page-servico .servico-list .servico-item .descricao .input-group input {
  height: 30px;
  text-align: center;
  background: #f7f9fb;
  border-color: #eee;
  font-size: 12px;
}
.page-servico .servico-list .servico-item .descricao select {
  width: 100%;
  padding: 9px;
  border-radius: 4px;
  border: 1px solid #eee;
  margin: 0 0 10px;
  background: #f7f9fb;
  font-size: 12px;
}
.page-servico .servico-list .servico-item .descricao .price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.page-servico .servico-list .servico-item .descricao .price-container .price {
  font-size: 19px;
  font-weight: bold;
  color: #444;
}
.page-servico .servico-list .servico-item .descricao .btn-adicionar {
  margin-top: 10px;
  padding: 15px;
  line-height: 0;
  height: 0;
}

@media (min-width: 600px) {
  .page-servico .servico-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .page-servico .servico-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .page-servico .box ul li a em {
    display: none;
  }
}
.box-sidebar .subtitulo {
  border-top: 1px solid #eee;
  padding-bottom: 15px;
}
.box-sidebar .servico-detalhe .servico-list-sidebar .servico {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}
.box-sidebar .servico-detalhe .servico-list-sidebar .servico:not(:first-of-type) {
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}
.box-sidebar .servico-detalhe .servico-list-sidebar .servico .btn-remover {
  float: right;
}
.box-sidebar .servico-detalhe .servico-list-sidebar .servico .btn-remover i {
  color: #f10000;
}
.box-sidebar .servico-detalhe .servico-list-sidebar .servico .descricao {
  margin-top: 12px;
  margin-bottom: 5px;
}
.box-sidebar .servico-detalhe .servico-list-sidebar .servico .descricao p {
  font-size: 12px;
  color: #878c9f;
}
.box-sidebar .servico-detalhe .servico-list-sidebar .servico .increment .input-group .input-group-btn button {
  background: var(--azul-1);
  color: #fff;
  padding: 0;
  line-height: 0;
  height: 30px;
}
.box-sidebar .servico-detalhe .servico-list-sidebar .servico .increment .input-group .input-group-btn button i {
  padding: 0 15px;
  font-size: 12px;
}
.box-sidebar .servico-detalhe .servico-list-sidebar .servico .increment .input-group .input-group-btn:first-child button {
  border-radius: 4px 0 0 4px;
}
.box-sidebar .servico-detalhe .servico-list-sidebar .servico .increment .input-group .input-group-btn:last-child button {
  border-radius: 0 4px 4px 0;
}
.box-sidebar .servico-detalhe .servico-list-sidebar .servico .increment .input-group input {
  height: 30px;
  text-align: center;
  background: #f7f9fb;
  border-color: #eee;
  font-size: 12px;
}

.page-checkout {
  margin: 30px 0;
}
.page-checkout .promo {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 11px;
  padding: 10px 0;
  color: var(--azul-1);
  background: rgba(26, 115, 232, 0.02);
  position: relative;
  height: auto;
  border: 1px solid;
  border-radius: 4px;
}
.page-checkout .box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: relative;
}
.page-checkout .box + .box {
  margin-top: 18px;
}
.page-checkout .box:not(.box-sidebar) {
  transition: all 0.4s ease;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.page-checkout .box:not(.box-sidebar) h1 {
  font-size: 23px;
  border-bottom: 1px solid rgba(76, 76, 76, 0.3);
  padding-bottom: 10px;
  color: #003e57;
}
.page-checkout .box:not(.box-sidebar) h2 {
  font-size: 14px;
  padding-bottom: 10px;
  color: #003e57;
  font-weight: normal;
}
.page-checkout .box:not(.box-sidebar) h3 {
  color: #003e57;
}
.page-checkout .box:not(.box-sidebar) .quarto:not(:first-child) h2 {
  border-top: 1px solid rgba(76, 76, 76, 0.3);
  padding-top: 20px;
  margin-top: 20px;
}
.page-checkout .box:not(.box-sidebar) form {
  margin-top: 20px;
}
.page-checkout .box:not(.box-sidebar) form label {
  text-align: left;
  margin: 10px 0;
  color: #878c9f;
  font-weight: 300;
  font-size: 12px;
}
.page-checkout .box:not(.box-sidebar) form label span {
  color: #ff0000;
}
.page-checkout .box:not(.box-sidebar) form input {
  border-radius: 4px;
  color: #666;
  border: 1px solid #eee;
}
.page-checkout .box:not(.box-sidebar) form .separator {
  border-top: 1px solid #ccc;
  display: block;
  width: 100%;
  margin: 15px;
}
.page-checkout .box:not(.box-sidebar) form select {
  word-wrap: normal;
  width: 100%;
  height: 40px;
  color: #888;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 8px;
}
.page-checkout .box:not(.box-sidebar) form .form-group select {
  width: 60px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 4px 0 0 4px;
  color: #666;
  opacity: 1;
  padding: 0;
}
.page-checkout .box:not(.box-sidebar) form .form-group select::placeholder {
  color: #666;
  opacity: 1;
}
.page-checkout .box:not(.box-sidebar) form .form-group input {
  flex: 1;
  width: 100%;
  border-radius: 0 4px 4px 0;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card {
  border: 0;
  border-radius: 0;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card:first-child .card-header {
  border-top: 0;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header {
  background-color: #fff;
  cursor: pointer;
  padding: 1.25rem 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 0;
  border-left: 0;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header:hover {
  background: #f6f6f6;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header button {
  font-weight: 600;
  line-height: 30px;
  color: #444;
  font-size: 16px;
  text-align: left;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header button span {
  color: #00b02e;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header button .check {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--azul-1);
  border-radius: 50%;
  float: left;
  margin-top: 3.9px;
  margin-right: 10px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header button .check.checked {
  background: var(--azul-1);
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes {
  float: right;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes img {
  width: 35px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li {
  display: inline-block;
  background: #fff;
  border: #888;
  width: 60px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(https://dev.infotravel.com.br/b2c/public/images/cards-vertical-default.png);
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li.VI {
  background-position: center -960px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li.VIE {
  background-position: center -1004px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li.CA {
  background-position: center -1240px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li.MAE {
  background-position: center -3882px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li.EL {
  background-position: center -1646px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li.AX {
  background-position: center -1360px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li.DC {
  background-position: center -1120px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li.HC {
  background-position: center -1600px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li.DISC {
  background-position: center -1840px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li.dinheiro {
  background-position: center -840px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes li.boleto {
  background-position: center 5319px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body {
  padding: 0;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body .form-pagto {
  margin: 0 0 20px 0;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body .form-pagto ul {
  width: 100%;
  border-bottom: 0;
  margin-bottom: 11px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body .form-pagto ul li {
  display: table-cell;
  width: 50%;
  border-bottom: 3px solid #888;
  background: #f6f6f6;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body .form-pagto ul li.current {
  border-bottom: 3px solid var(--azul-1);
  background: #fff;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body .form-pagto ul li a {
  width: 100%;
  display: block;
  padding: 10px 0;
  color: #888;
  text-align: center;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body .form-pagto .titulo-cartao {
  padding-bottom: 6px;
  color: #183c7d;
  font-size: 15px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 400;
  font-weight: bold;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body .form-pagto label img {
  position: absolute;
  bottom: 18.4px;
  left: 22px;
  width: 35px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body .form-pagto label i {
  position: absolute;
  color: var(--azul-1);
  padding-right: 12px;
  font-size: 14px;
  left: 31px;
  top: 47px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body .form-pagto input.icon {
  padding: 14px 20px 14px 50px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body .form-pagto .pagto-number {
  width: 100%;
  float: left;
  text-align: left;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  padding: 27px 0 24px 0;
  margin-bottom: 10px;
}
.page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-body .form-pagto .pagto-number-circle {
  background: var(--azul-1);
  color: #fff;
  box-shadow: 0px 0px 0px 4px rgba(170, 170, 170, 0.27);
  padding: 10px 15px 10px 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.page-checkout .box:not(.box-sidebar) .form-check {
  padding: 20px 0;
  border: 1px solid #eee;
  border-right: 0;
  border-left: 0;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.page-checkout .box:not(.box-sidebar) .form-check .form-check-input {
  width: 15px;
  height: 15px;
  left: 21px;
  position: relative;
  display: block;
}
.page-checkout .box:not(.box-sidebar) .form-check .form-check-label {
  padding-left: 29px;
  font-size: 13px;
}
.page-checkout .box:not(.box-sidebar) .form-check .form-check-label b {
  font-weight: bold;
  color: var(--azul-1);
}
.page-checkout .box:not(.box-sidebar) .msg-alert {
  display: flex;
  align-items: center;
}
.page-checkout .box:not(.box-sidebar) .msg-alert p {
  margin-top: 20px;
  color: red;
  font-weight: bold;
  font-size: 12px;
}
.page-checkout .box.box-resumo .titulo {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.page-checkout .box.box-resumo ul {
  padding: 15px 0;
}
.page-checkout .box.box-resumo ul li {
  display: flex;
  justify-content: space-between;
}
.page-checkout .box.box-resumo .total {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.page-checkout .box.box-resumo .total strong {
  font-size: 17px;
  font-weight: bold;
}
.page-checkout .box.box-resumo .total span {
  font-size: 19px;
  font-weight: bold;
  color: var(--azul-1);
}

[data-b2c-valores-checkout-mobile] .box-resumo .titulo {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
[data-b2c-valores-checkout-mobile] .box-resumo ul {
  padding: 15px 0;
}
[data-b2c-valores-checkout-mobile] .box-resumo ul li {
  display: flex;
  justify-content: space-between;
}
[data-b2c-valores-checkout-mobile] .box-resumo .total {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
[data-b2c-valores-checkout-mobile] .box-resumo .total strong {
  font-size: 17px;
  font-weight: bold;
}
[data-b2c-valores-checkout-mobile] .box-resumo .total span {
  font-size: 19px;
  font-weight: bold;
  color: var(--azul-1);
}

.page-pacote {
  margin: 30px 0;
}
.page-pacote .total-encontrados {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 20px;
}
.page-pacote .total-encontrados i {
  margin-right: 10px;
}
.page-pacote .pacote-list .pacote-item {
  cursor: pointer;
  color: #888;
  border-radius: 8px;
  display: flex;
  background-color: #ffffff;
  transition: box-shadow 0.2s ease-out;
  height: 220px;
  margin: 0;
  margin-bottom: 20px;
}
.page-pacote .pacote-list .pacote-item:hover {
  box-shadow: 0 12px 20px rgba(68, 68, 68, 0.2);
}
.page-pacote .pacote-list .pacote-item .pacote-imagem {
  padding: 0;
  max-height: 220px;
}
.page-pacote .pacote-list .pacote-item .pacote-imagem img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 8px 0 0 8px;
}
.page-pacote .pacote-list .pacote-item .pacote-descricao {
  box-sizing: border-box;
  padding: 16px;
  position: relative;
}
.page-pacote .pacote-list .pacote-item .pacote-descricao h3 {
  position: relative;
  letter-spacing: 0;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  word-wrap: break-word;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: normal;
  font-size: 19px;
  color: #444;
}
.page-pacote .pacote-list .pacote-item .pacote-descricao h3 i {
  color: var(--azul-1);
}
.page-pacote .pacote-list .pacote-item .pacote-descricao p {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}
.page-pacote .pacote-list .pacote-item .pacote-descricao p i {
  color: var(--azul-1);
  margin-right: 8px;
  top: -1px;
  position: relative;
}
.page-pacote .pacote-list .pacote-item .pacote-descricao .detalhe {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.page-pacote .pacote-list .pacote-item .pacote-descricao .detalhe div {
  flex: 1;
}
.page-pacote .pacote-list .pacote-item .pacote-descricao .detalhe div p:first-of-type {
  color: #444444;
  font-weight: 500;
}
.page-pacote .pacote-list .pacote-item .price-box {
  height: 100%;
  position: relative;
  box-sizing: border-box;
  width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  border-left: 1px solid #f1f1f1;
  color: #888;
}
.page-pacote .pacote-list .pacote-item .price-box .price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-pacote .pacote-list .pacote-item .price-box .price-container span:first-child {
  margin-bottom: 10px;
}
.page-pacote .pacote-list .pacote-item .price-box .price-container .depor {
  text-decoration: line-through;
}
.page-pacote .pacote-list .pacote-item .price-box .price-container .price {
  font-size: 23px;
  font-weight: bold;
  color: #444;
}
.page-pacote .pacote-list .pacote-item .price-box .price-container .price span {
  font-size: 14px;
}

.page-voucher {
  margin: 30px 0;
}
.page-voucher .box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  padding: 20px;
  margin-bottom: 30px;
}
.page-voucher .box .titulo {
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}
.page-voucher .box .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-voucher .box .info-icon i {
  color: var(--azul-1);
  font-size: 34px;
}
.page-voucher .box .info-titulo {
  font-size: 18px;
  color: var(--azul-1);
  line-height: 28px;
}
.page-voucher .box .info-descricao {
  color: #333;
  font-size: 13px;
  line-height: 22px;
}
.page-voucher .box h2 {
  font-size: 19px;
  padding: 10px 0;
}
.page-voucher .box h3 {
  font-size: 16px;
  margin-top: 20px;
}
.page-voucher .box .item p {
  padding-left: 11px;
}
.page-voucher .box p {
  line-height: 24px;
}
.page-voucher .box p b {
  color: #797979;
}
.page-voucher .box p i {
  margin-right: 15px;
}
.page-voucher .box table {
  margin-top: 12px;
}

section.sign {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
section.sign .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 700px;
  background: #fff;
}
section.sign .form .conteudo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: cyMMNh 1s;
  animation: cyMMNh 1s;
  max-width: 340px;
  width: 100%;
  padding: 20px 0;
}
section.sign .form .conteudo img {
  max-width: 234px;
}
section.sign .form .conteudo form {
  margin: 80px 0 20px;
  text-align: center;
  width: 100%;
}
section.sign .form .conteudo form .form-group {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  position: relative;
}
section.sign .form .conteudo form .form-group label {
  text-align: left;
  margin: 10px 0;
  color: #878c9f;
  font-weight: 300;
  font-size: 12px;
}
section.sign .form .conteudo form .form-group label i {
  position: absolute;
  color: #878c9f;
  padding-right: 12px;
  font-size: 14px;
  left: 19px;
  top: 37px;
  transition: color 0.2s;
}
section.sign .form .conteudo form .form-group input {
  border-radius: 4px;
  color: #666;
  border: 2px solid #eee;
  flex: 1;
  width: 100%;
  border-radius: 24px;
  transition: border-color 0.2s;
}
section.sign .form .conteudo form .form-group input.icon {
  padding: 15px 20px 15px 40px;
}
section.sign .form .conteudo form .form-group input:focus {
  border: 2px solid var(--azul-1);
}
section.sign .form .conteudo form h1 {
  margin-bottom: 24px;
  font-size: 2em;
}
section.sign .form .conteudo form a {
  color: #444;
  display: block;
  margin-top: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
section.sign .form .conteudo form a:hover {
  opacity: 0.7;
}
section.sign .form .conteudo a.btn-togo {
  color: var(--azul-1);
  font-weight: bold;
  margin-top: 74px;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
section.sign .form .conteudo a.btn-togo svg {
  margin-right: 10px;
}
section.sign .form .conteudo .social-login {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.sign .form .conteudo .social-login a {
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
section.sign .form .conteudo .social-login a:last-of-type {
  margin-left: 5px;
}
section.sign .form .conteudo .social-login a i {
  font-weight: 900;
  font-size: 16px;
}
section.sign .form .conteudo .social-login a.google {
  background-color: #f44242;
}
section.sign .form .conteudo .social-login a.facebook {
  background-color: #4285f4;
}
section.sign .form .conteudo hr.divider {
  overflow: visible;
  padding: 0;
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #e0e0e0;
  color: #6e6d7a;
  text-align: center;
  width: 100%;
}
section.sign .form .conteudo hr.divider::after {
  content: "Ou";
  display: inline-block;
  position: relative;
  top: -7px;
  font: normal 14px/14px "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 16px;
  background: #fff;
}
section.sign .background {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes cyMMNh {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cyMMNh {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
section.sign .form .conteudo form .form-group:focus-within label i {
  color: var(--azul-1);
}

@media (min-width: 768px) {
  section.perfil .submenu {
    min-height: 116px;
  }
}
section.perfil .submenu {
  display: flex;
  align-items: center;
  padding: 20px;
  box-shadow: none;
}
section.perfil .submenu h1 {
  font-size: 36px;
  font-weight: 400;
  color: #444;
  margin: 0;
}
section.perfil .submenu p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
}
section.perfil .conteudo {
  padding: 30px 0 !important;
}
section.perfil .conteudo .titulo {
  font-weight: 500;
  clear: both;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #444;
}
section.perfil .conteudo .reservas {
  margin: 50px 0 0;
}
section.perfil .conteudo .reservas .reserva {
  padding: 20px;
  min-height: 150px;
  padding-right: 25px;
  margin: 25px 0 0;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
}
section.perfil .conteudo .reservas .reserva .informacoes {
  flex: 1;
  display: flex;
  flex-direction: column;
}
section.perfil .conteudo .reservas .reserva .informacoes p {
  font-size: 14px;
  color: #444;
  line-height: 24px;
}
section.perfil .conteudo .reservas .reserva .informacoes p b {
  font-size: 15px;
}
section.perfil .conteudo .reservas .reserva .acoes {
  min-width: 140px;
}
section.perfil .conteudo .reservas .reserva .acoes span {
  text-align: center;
  background: #5ecfb1;
  display: block;
  right: 30px;
  border-radius: 24px;
  color: #fff;
  z-index: 10;
  width: 140px;
  margin: 0;
  padding: 5px;
}
section.perfil .conteudo .reservas .reserva .acoes span.negado {
  background: #d33737;
}
section.perfil .conteudo .dados {
  padding: 20px;
  min-height: 150px;
  padding-right: 25px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
section.perfil .conteudo .dados form h2 {
  font-size: 22px;
  margin-top: 20px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
section.perfil .conteudo .dados form label {
  text-align: left;
  margin: 10px 0;
  color: #878c9f;
  font-weight: 300;
  font-size: 12px;
}
section.perfil .conteudo .dados form label span {
  color: red;
}
section.perfil .conteudo .dados form select {
  word-wrap: normal;
  width: 100%;
  height: 40px;
  color: #888;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 8px;
}
section.perfil .conteudo .dados form input {
  border-radius: 4px;
  color: #666;
  border: 1px solid #eee;
}

@media (max-width: 768px) {
  section.perfil .submenu h1 {
    font-size: 32px;
  }
  section.perfil .submenu p {
    margin-top: 5px;
    font-size: 14px;
  }

  section.perfil .conteudo .reservas .reserva {
    flex-direction: column;
    align-items: baseline;
  }
  section.perfil .conteudo .reservas .reserva .informacoes,
section.perfil .conteudo .reservas .reserva .acoes {
    flex: 1;
    width: 100%;
  }
  section.perfil .conteudo .reservas .reserva .acoes {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
  }
  section.perfil .conteudo .reservas .reserva .acoes span {
    width: 100%;
  }
}
@media (max-width: 989px) {
  .page-checkout [data-b2c-valores-sidebar-mobile] {
    display: none;
  }
  .page-checkout [data-b2c-valores-checkout-mobile] {
    top: 60px !important;
  }

  [data-b2c-valores-checkout-sidebar] {
    display: none;
  }

  .box-sidebar {
    display: none;
    position: fixed !important;
    top: 0;
    z-index: 1;
    left: 0;
    overflow-y: scroll !important;
    height: 100vh;
    width: 100%;
    padding: 20px 20px 80px 20px !important;
  }
  .box-sidebar .titulo h2 i {
    display: block !important;
  }
  .box-sidebar.open {
    display: block !important;
  }

  .btn-resumo {
    display: block;
  }

  #modalQuaseLa .container-fluid {
    padding: 25px 15px;
  }
  #modalQuaseLa .container-fluid .titulo {
    text-align: center;
    margin-bottom: 20px;
  }
  #modalQuaseLa .container-fluid .titulo h3 {
    font-size: 3.375rem;
    text-align: center;
  }
  #modalQuaseLa .container-fluid .titulo p {
    font-size: 0.85rem;
    text-align: center;
  }

  [data-b2c-valores-sidebar-mobile],
[data-b2c-valores-checkout-mobile] {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0 -2px 8px 0 rgba(68, 68, 68, 0.16);
  }
  [data-b2c-valores-sidebar-mobile] form,
[data-b2c-valores-checkout-mobile] form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  [data-b2c-valores-sidebar-mobile] form div.total-coast,
[data-b2c-valores-checkout-mobile] form div.total-coast {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  [data-b2c-valores-sidebar-mobile] form div.total-coast strong,
[data-b2c-valores-checkout-mobile] form div.total-coast strong {
    font-size: 16px;
  }
  [data-b2c-valores-sidebar-mobile] form div.total-coast span,
[data-b2c-valores-checkout-mobile] form div.total-coast span {
    font-size: 18px;
  }
  [data-b2c-valores-sidebar-mobile] form button, [data-b2c-valores-sidebar-mobile] form a,
[data-b2c-valores-checkout-mobile] form button,
[data-b2c-valores-checkout-mobile] form a {
    max-width: 33%;
    margin: 0;
  }

  [data-b2c-valores-checkout-mobile] {
    position: relative;
    top: 0;
    bottom: auto;
    z-index: 1;
    padding: 0;
    margin: 0;
  }
  [data-b2c-valores-checkout-mobile] .box-resumo {
    padding: 19px;
    margin: 0 !important;
    width: 100% !important;
  }
  [data-b2c-valores-checkout-mobile] .box-resumo .titulo,
[data-b2c-valores-checkout-mobile] .box-resumo ul {
    display: none;
    transition: all 0.2s;
  }
  [data-b2c-valores-checkout-mobile] .box-resumo .total {
    border-top: none;
    padding-top: 0;
  }
  [data-b2c-valores-checkout-mobile] .box-resumo .total [data-b2c-valor-final-compra]:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 18px;
    margin-left: 11px;
    color: #444;
  }
  [data-b2c-valores-checkout-mobile] .box-resumo.open .titulo, [data-b2c-valores-checkout-mobile] .box-resumo.open ul {
    display: block;
  }
  [data-b2c-valores-checkout-mobile] .box-resumo.open .total {
    border-top: 1px solid #eee;
    padding-top: 15px;
  }
  [data-b2c-valores-checkout-mobile] .box-resumo.open .total [data-b2c-valor-final-compra]:after {
    content: "";
  }

  .left-bar {
    background: #f5f5f5;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    padding-top: 21px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.4s ease;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .left-bar.open {
    right: 0;
  }

  .quantidade-encontrado span.btn-close {
    display: block;
  }

  .ordenacao p {
    display: none;
  }
  .ordenacao div .btn-abre-filtro {
    display: block;
  }

  .pagina-aereo .ordenacao p {
    display: block;
  }

  .page-detail .box-hotel .col-galeria {
    width: 100%;
    padding: 0;
  }

  .page-detail .box-hotel .titulo {
    float: left;
    width: 100%;
  }

  .page-detail .box-hotel .descricao {
    padding: 0 30px;
  }
  .page-detail .box-hotel .descricao .descricao-conteudo {
    padding-left: 0;
  }

  .box-hotel .conteudo {
    padding: 0 30px;
  }
  .box-hotel .conteudo .descricao {
    padding: 0;
  }

  .page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .diaria .titulo,
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .total .titulo {
    display: block;
  }

  .page-detail .box-quarto .quarto-list .quarto-item .conteudo .categoria .titulo {
    font-size: 16px;
  }

  .page-checkout .box:not(.box-sidebar) .meios-pagamento .card .card-header .cartoes {
    display: none;
  }
}
@media (max-width: 568px) {
  .page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .diaria,
.page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .total {
    margin-top: 18px;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media (max-width: 768px) {
  .page-detail .box-quarto .quarto-list .quarto-item .conteudo .col-tarifas .tarifa .regime .promos {
    position: relative;
    top: 0;
    left: 0;
    margin: 5px 0;
  }

  .submenu.motor {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .hotelList .hotel-item {
    height: max-content;
  }
  .hotelList .hotel-item .hotel-imagem img {
    max-height: 180px;
    border-radius: 8px 8px 0 0;
  }
  .hotelList .hotel-item .price-box {
    width: 100%;
    border-top: 1px solid #f1f1f1;
    display: flex;
    flex-direction: row;
    padding: 10px;
  }
  .hotelList .hotel-item .price-box .price-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    font-size: 13px;
  }
  .hotelList .hotel-item .price-box .price-container span:first-child {
    margin-bottom: 3px;
  }
  .hotelList .hotel-item .price-box .price-container .price {
    font-size: 17px;
  }
  .hotelList .hotel-item .price-box a.button {
    width: 50%;
    margin: 0;
  }

  .page-pacote .pacote-list .pacote-item {
    height: max-content;
  }
  .page-pacote .pacote-list .pacote-item .pacote-imagem img {
    max-height: 180px;
    border-radius: 8px 8px 0 0;
  }
  .page-pacote .pacote-list .pacote-item .price-box {
    width: 100%;
    border-top: 1px solid #f1f1f1;
    display: flex;
    flex-direction: row;
    padding: 10px;
  }
  .page-pacote .pacote-list .pacote-item .price-box .price-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    font-size: 13px;
  }
  .page-pacote .pacote-list .pacote-item .price-box .price-container span:first-child {
    margin-bottom: 3px;
  }
  .page-pacote .pacote-list .pacote-item .price-box .price-container .price {
    font-size: 17px;
  }
  .page-pacote .pacote-list .pacote-item .price-box a.button {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .submenu ul {
    position: relative;
    flex-wrap: wrap;
    padding: 16px 54px 16px 0;
  }
  .submenu ul .search-item {
    height: auto;
    margin-right: 0;
    padding-right: 0;
    border: none;
    padding-left: 12px;
    margin-bottom: 4px;
  }
  .submenu ul .search-item .item-container {
    border: none !important;
  }
  .submenu ul .search-item em {
    display: none !important;
  }
  .submenu ul .search-item:first-child {
    flex: 0 0 100%;
    overflow: hidden;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .submenu ul .search-item ~ .item-container {
    margin-top: 8px;
  }
  .submenu ul .search-item.action {
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    margin: 16px 0;
    padding: 0 12px 0 8px;
    font-size: 24px;
  }
  .submenu ul .search-item.action a.btn-alterar-busca {
    padding: 0 10px;
  }
  .submenu ul .search-item.action a.btn-alterar-busca i {
    margin: 0;
  }
}
@media (max-width: 568px) {
  section.sign .form .conteudo {
    padding: 15px;
  }

  section.sign .form .conteudo img {
    max-width: 173px;
  }

  section.sign .form .conteudo form {
    margin: 40px 0 20px;
  }

  section.sign .form .conteudo form h1 {
    margin-bottom: 7px;
    font-size: 1.6em;
  }

  section.sign .form .conteudo a.btn-togo {
    margin-top: 54px;
  }
}
body section.main {
  min-height: 87.5vh;
}
body [data-b2c-pagina-error] {
  min-height: 80.5vh;
}

/*# sourceMappingURL=main.css.map */
