.min-w-100 {
  min-width: 100%;
}

#trecho-add, #pax-add-air, #pax-add-hotel, #pax-add-bus, #pax-add-car, #pax-remove-hotel, #pax-remove-air, #pax-remove-bus, #pax-remove-car {
  max-width: 40px !important;
  min-width: initial !important;
}

.trecho-add, .trecho-remove, .pax-add-air, .pax-add-hotel, .pax-add-bus, .pax-add-car, .pax-remove-hotel, .pax-remove-air, .pax-remove-bus, .pax-remove-car {
  max-width: 40px !important;
  min-width: initial !important;
}

.not-result-20 {
  margin-top: 20px !important;
}

.not-result-30 {
  margin-top: 30px !important;
}

.agencia-marketplace {
  display: none;
  position: absolute;
  z-index: 888;
  margin-left: -55px;
  xwidth: initial;
  max-width: 416px;
  min-height: 367px;
}

.agencia-marketplace-display {
  display: block !important;
}
.agencia-marketplace dl {
  margin-left: 0px !important;
}

.atributos:hover .agencia-marketplace {
  display: block;
}

.detalhes-fare {
  margin-left: 0px !important;
}

.mt--25 {
  margin-top: -25px !important;
}

.mt--35 {
  margin-top: -35px !important;
}

.escalas-paradas {
  text-indent: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}

.escalas-paradas-oneway {
  text-indent: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.reservar-produto-now {
  display: block;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 4px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #BB9877;
  color: #fff;
  margin-top: 30px;
  min-width: 100%;
}

.header-logo-agency {
 width: 72px !important;
}

.header-logo-agency-connected {
  width: 42px !important;
}

.not-result {
  margin: 20px;
  padding: 10px;
  margin-top: 110px;
  border-radius: 10px;
}

.bg-black {
	background-color: #000 !important;
}

.header .header-menu .menu__nav a {
	color: #fff !important;
}

.header .header-menu .menu .subnav > li > a {
	color: #000 !important;
}

:root {
  --font-primary: "Familjen+Grotesk", sans-serif !important;
}

.dialog-snack p {
  font-family: Familjen+Grotesk !important;
}

.dialog-snack button {
  font-family: Familjen+Grotesk !important;
}

.price-detail-info p {
  font-family: "familjen+grotesk", sans-serif !important;
}

.price-detail-info h2 {
  font-family: "familjen+grotesk", sans-serif !important;
}

.price-detail-info h2 span {
  font-family: "familjen+grotesk", sans-serif !important;
}

:root {
	/*--color-pink-1: #BB9877 !important;*/
  /*--color-pink-1: #3B0079 !important; */
  --color-pink-1: #BB9877 !important; /* Atualizado em 23-10-2024*/
}

.color-D8C573 { color: #D8C573; }
.color-BB9877 { color: #BB9877; }
.color-DED0C5 { color: #DED0C5; }
.color-231F20 { color: #231F20; }
.color-D5D5D5 { color: #D5D5D5; }
.font-AG { font-family: Akzidenz-Grotesk ;}

.preloader__wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 100px;
  padding: 10px !important;
  background-color: #DED0C5;
  box-shadow: 0px 2px 24px 0px #D5D5D5;
  -webkit-animation-name: preloaderWraper;
          animation-name: preloaderWraper;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.preloader__icon {
  position: absolute;
  -webkit-animation-name: initial;
          animation-name: initial;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.preloader__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: 0em;
  margin-top: 16px;
}

.logo-recortar {
  object-fit: cover;
  width: 110px;
  object-position: -84px;
  margin-left: 14px;
}

.info-login {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  color: #808080 !important;
  font-weight: normal !important;
  font-family: familjen+grotesk !important;
  font-size: 12.5px !important;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
}

.mainSearch .search-produto {
  margin-left: -22px !important;
}

@media (max-width: 991px) {
  .logo-recortar {
    display: none;
  }

  .btn-text-login {
    padding-left: 0px !important;
  }

  .mainSearch .search-produto {
    margin-left: 0px !important;
  }

  .icon-menu:before {
    color: #fff !important;
  }
}



/* Primeiro ajuste de @media query criado em 28-07-2024 */
/* Neste caso criado o ajuste nas abas do search para redimensionar o tamanho tamanho*/
/* AJUSTANDO DE 420px para 394px tamanho padrão Celular Patrick*/
@media (max-width: 394px){
  .tabs.-bookmark .tabs__button_block {
    display: block;
  }
  .px-20-mobile{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-60-bottom-mobile {
    padding-bottom: 60px !important;
  }
  .tabs.-bookmark .tabs__button.is-tab-el-active p{
    color :black !important;
  }

  .tabs.-bookmark .tabs__button p{
    color :white !important;
  }

  /* ITENS COPIADOS EM 03-09-204 - EDNILSON  - REFERENTES AO SEACH DE HOTEL */
  .halfMap__map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
      object-fit: cover;
  }

  .galleryGrid.-type-1 {
    display: grid;
    grid-template-columns: 0.52fr 0.24fr 0.24fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
  }

  .galleryGrid-mobile {
    overflow-x: scroll;
    max-height: 250px;
    max-width: 100%;
    overflow-y: hidden;
    display: -webkit-inline-box !important;
    grid-template-columns : initial !important;
    padding: 0px !important;
    
  }

  .galleryGrid__item-mobile {
      display: inline-block;
      float: left;   
  }

  .xhalfMap {
    display: none;;
  }


  /* AJUSTES EM MEDIA QUERY TELA DE PESQUISA AIR 420px*/
  .row-mobile {
    width: initial !important;
    max-width: initial !important;
  }
  .col-md-auto-mobile {
    width: initial !important;
    max-width: initial !important; 
    min-width: 100% !important;
    display: block !important;
  }

  .col-md-auto-mobile-atributos {
    width: initial !important;
    max-width: initial !important;
  }

  .row-nowrap {
    flex-wrap: nowrap !important;

  }

}




