@import url("../../../../portal/css/padrao.templateG3.css");
@import url("../../../../portal/scz04/css/padrao.template001.css");
@import url("../../../../portal/css/template.topo.css");
@import url("../../../../portal/css/template.filtro.css");
@import url("../../../../portal/css/template.rodape.css");
@import url("../../../../portal/css/template.conteudo.css");
@import url("../../../../portal/css/template.newsletter.css");

/* INÍCIO - Ajustes para site RESPONSIVO ------------------------------------------------------------------- */
@media screen and (max-width: 480px) {

.AtalhoAreas_link {
    background: #bc4e52 !important;
    }

.AtalhoAreas_link:hover {
    background: #692729 !important;
    }

.AtalhoAreas_linkAtivo {
    background: #692729 !important;
    }

}
/* FIM - Ajustes para site RESPONSIVO ------------------------------------------------------------------- */

ul a#liBudget-page {
  border: none !important;
}

#login .input-control .fa {
  margin-top: 4px;
}

/*comum após aplicações*/
.carousel {
    width: 650px;
    height: 436px;
    margin-left: 10px;
    top: 0;
    left: 0;
    overflow: hidden;
    position: relative;
    float: left;
}

.carousel .owl-stage-outer .owl-stage .owl-item {
}

.carousel .owl-controls .owl-dots{
  left: 19px;
}

.main, .Testimonials, .magazine-background, .section-news {
  background-color: #fsf2f2;
}

.search-box{
  box-shadow: none;
}

.Motor{
background: rgba(0,31,56,0.90);
}

.search-box form input[type=text], form input[type=password], form input[type=time], form select{
/*border: 2px solid #fff;*/
}

.search-box form input[type=text]:focus {
  border: 2px solid #fff;
}

.AtalhoAreas_link{
      background: rgb(188, 78, 82);
}

#DivLivre .CampoLivre_info{
  height: 40px!important;
}

.Motor_busca_campos div{
  color: #fff;
}

.Motor_busca_campos div.campLiv_info {
  top: 1px;
}

.catLinks {
  font-size: 17px;
    margin: 10px;
    color: #eb6266;
    font-family: source_sans_prolight;
  display:block;
}

.catLinks img {
    width: 25px!important;
    margin: 0!important;
}

.catLinks span {
  top: -7px;
    position: relative;
  margin-right: 5px;
}

.info-grid-boxes .hd h3 span{
  background-color: #fff;
}

.header .md-bar ul.user-menu{
  text-align: -webkit-right!important;
  max-width: 790px;
  margin-top: 17px;
}

.info-grid-boxes .hd h3:after {
    content: "";
    display: block;
    border-bottom: solid 3px #f1f1f1;
    width: 52px;
    height: 1px;
    position: relative;
    top: 0px;
    height: 8px;
    z-index: 0;
    margin: 0 auto;
}

.info-grid-boxes .hd h3:before {
  display: none!important;
}



.owl-carousel .owl-stage {
  height: 100%;
}



/* INÍCIO - Ajustes no topo e filtro ------------------------------------------------------------------- */
.Motor_bot{
  background: #ed1c26;
  color: #FFF;
  font-size: 22px;
  font-weight: bold !important;
  font-family: arial !important;
  }

.Motor_bot:hover {
  color: #FFF;
  }

.header .top-bar ul li a {
  color: #999999;
  }

.header .top-bar {
  background-color: transparent;
  }

.header .top-bar ul {
  border-bottom: 1px solid #DDD;
  }

.header .top-bar ul:after {
  content: "";
  float: right;
  position: absolute;
  background-color: #DDD;
  width: 1px;
  height: 15px;
  top: 7px;
  }

.header .top-bar ul li ul:after {
  display: none;
  }

.header .md-bar ul.user-menu li:nth-child(1){
  display: inline !important;
  margin-bottom: 0 !important;
  margin-top: -3px !important;
  position: relative;
  top: -13px;
  margin-right: 10px;
  }

.container #google_translate_element, .container #google_translate_element span, .container #google_translate_element div {
  position: relative !important;
  float: left !important;
  margin: 0px !important;
  padding: 0px !important;
  height: 30px;
  line-height: 30px;
  }

.container #google_translate_element {
  float: right!important;
  border-bottom: 1px solid #DDD;
  padding-left: 11px !important;
  }

.goog-te-gadget-simple {
  background-color: transparent !important;
  }

.goog-te-menu-value img {
  display: none;
  }

.goog-te-menu-value span {
  border: 0px !important;
  color: #999;
  font-family: arial;
  font-size: 12px;
  }

#mostraCarrinho {
  margin-top: 21px;
}

.header .top-bar ul li:hover a{
  border-bottom: 4px solid #EB6266;
  color: #EB6266;
  }
.header .bottom-bar ul.pages-menu li a:hover {
    background: #C81A1E;
}

.header .bottom-bar ul.pages-menu {
    height: 60px;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
}

#conteudoGrupoArea {
  height: 40px;
  position: relative;
}

.setaMenuDir {
    position: absolute;
    right: 0px;
    top: 0;
    background-color: rgba(255,255,255,0.3);
    height: 40px;
    width: 30px;
    padding-left: 5px;
    z-index: 3;
    cursor: pointer;
}

.setaMenuDir .fa {
    left: 5px;
    right: 0;
    top: 3px;
}

.setaMenuEsq {
    position: absolute;
    left: -1px;
    top: 0px;
    background-color: rgba(255,255,255,0.3);
    height: 41px;
    width: 30px;
    z-index: 3;
    padding-left: 5px;
    cursor: pointer;
}

.setaMenuEsq .fa {
    left: 5px;
    right: 0;
    top: 3px;
}





.header .top-bar ul li ul {
  background-color: #EB6266;
  }

.header .top-bar ul li ul li:hover{
  background-color: #BC4E52;
  }

.header .top-bar ul li ul {
  border: 0px;
  }

.header .md-bar ul.user-menu li a {
  float: left;
  width: 40px;
  height: 40px;
  background: #888;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s ease-out 0s;
  position: relative;
  }

.user-menu li a img {
  float: none;
  margin: 10px 0 0 0
  }

.header .md-bar ul.user-menu li {
  display: inline-block;
  margin-left: 0px;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  line-height: 18px;
  border-left: none;
  }

.header .md-bar {
  /*padding-top: 33px;*/
  padding-top: 20px;
  padding-bottom: 8px;
  overflow: initial;
  }

.logoSite {
  top: -13px;
  position: relative;
  max-width: 235px;
  float: left;
  }

.logoSite img {
  max-height: 70px;
  max-width: 100%;
  top: 10px;
  position: relative;
  }

.header .md-bar ul.user-menu li span {
  color: #888 !important;
  }

#conteudoBanner {
  display: none;
  }

.AtalhoAreas {
  display: none;
  }
/*
.search-box .mode-selector {
  margin-top: -85px;
  margin-left: -11px;
  height: 70px;
  bottom: 0px;
  width: 105%;
  }*/

.mode-selector .selector span {
  display: block !important;
  }

.search-box .mode-selector .selector {
  color: #fff !important;
    background-color: transparent !important;
    height: 65px !important;
    border: 0px !important;
    border-radius: 5px 5px 0 0 !important;
    font-size: 14px !important;
    font-weight: 100;
    text-transform: uppercase;
    padding-top: 0px;
    transition: all 0.2s ease-out 0s;
    margin-right: 1px;
    padding-right: 20px;
    position: relative;
    padding-left: 0px;
    text-align: left;
    line-height: 51px;
    font-family: arial;
  }

.search-box .mode-selector .selector:hover {
  background-color: transparent !important;
  }

.search-box .mode-selector .selector.active {
  background-color: transparent !important;
  width: auto;
  }

.search-box .mode-selector .selector.active:hover {
  background-color: transparent !important;
  }

.search-box {
  margin-top: 75px !important;
  }

#motorTriploPacote, #divFiltroPassoSimples{
  border: 0;
  padding: 0;
  }

.MotorAgrupadoCheck {
  padding: 5px 0 20px 0;
  margin: 0 0 15px 0px !important;
  }

.Motor_busca_aereo_radios {
  border-bottom: 1px solid rgba(255,255,255, 0.5);
  padding: 10px 0 5px 0;
  margin: 0 0 20px 0px !important;
  }

.search-box input[type=checkbox] {
  background-color: 1px solid rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
  }

 form input[type=checkbox]:checked {
  background-color: 1px solid rgba(255, 255, 255, 0.9) !important;
 }

form .search-box input[type=checkbox]:checked {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.search-box input[type=checkbox]:checked:after {
  color: #c81a1e !important;
}

#CampoLivre::-webkit-input-placeholder,
#descrLocalizacaoRetTriplo::-webkit-input-placeholder,
#descrLocalizacaoDevTriplo::-webkit-input-placeholder,
#dataRetiradaTriplo0::-webkit-input-placeholder,
#dataDevolucaoTriplo0::-webkit-input-placeholder,
#Nome_Cidade::-webkit-input-placeholder,
#pesq-checkin::-webkit-input-placeholder,
#qtd-noites::-webkit-input-placeholder,
#pesq-checkout::-webkit-input-placeholder,
#descrLocalizacaoRet::-webkit-input-placeholder,
#descrLocalizacaoDev::-webkit-input-placeholder,
#dataRetirada::-webkit-input-placeholder,
#dataDevolucao::-webkit-input-placeholder,
#pesquisaLocalServico::-webkit-input-placeholder,
#dataRetirada0::-webkit-input-placeholder,
#dataDevolucao0::-webkit-input-placeholder,
#qtdCrianca::-webkit-input-placeholder,
#qtdBebe::-webkit-input-placeholder {
  color: #555 !important;
  }

#CampoLivre::-moz-placeholder,
#descrLocalizacaoRetTriplo::-moz-placeholder,
#descrLocalizacaoDevTriplo::-moz-placeholder,
#dataRetiradaTriplo0::-moz-placeholder,
#dataDevolucaoTriplo0::-moz-placeholder,
#Nome_Cidade::-moz-placeholder,
#pesq-checkin::-moz-placeholder,
#qtd-noites::-moz-placeholder,
#pesq-checkout::-moz-placeholder,
#descrLocalizacaoRet::-moz-placeholder,
#descrLocalizacaoDev::-moz-placeholder,
#dataRetirada::-moz-placeholder,
#dataDevolucao::-moz-placeholder,
#pesquisaLocalServico::-moz-placeholder,
#dataRetirada0::-moz-placeholder,
#dataDevolucao0::-moz-placeholder,
#qtdCrianca::-moz-placeholder,
#qtdBebe::-moz-placeholder {
  color: #555 !important;
  }

.search-box input::-webkit-input-placeholder {
  color: #555 !important;
  }

#filtroDivPrincipal input::-webkit-input-placeholder, #filtroDivPrincipal input::placeholder {
    color: #555!important;
}

.campoMenores select {
  border: 0px !important;
  }

#CampoLivre:-moz-placeholder
  color: #555 !important;
  }

#CampoLivre::-moz-placeholder {
  color: #555 !important;
  }

#CampoLivre:-ms-input-placeholder {
  color: #555 !important;
  }

#CamposFiltro .MotorAgrupadoIda, #CamposFiltro .MotorAgrupadoDe {
  width: 49% !important;
  margin-right: 1% !important;
  min-width: 49%;
  margin-left: 0px !important;
  }

#CamposFiltro .MotorAgrupadoVolta, #CamposFiltro .MotorAgrupadoPara {
  width: 49% !important;
  margin-left: 1% !important;
  margin-right: 0px !important;
  min-width: 49%;
  }

.Motor_busca_hoteis_quartos.jOcupacaoQuartosTriploHotel {
  width: 24% !important;
  margin-left: 0% !important;
  margin-right: 1% !important;
  min-width: 24% !important;
  max-width: 24% !important;
  }

.jOcupacaoQuartosTriploHotel {
  width: 74% !important;
  margin-left: 1% !important;
  margin-right: 0px !important;
  min-width: 74%;
  }

.boxMenores:first-child {
  margin-right: 1.5% !important;
  margin-left: 0px !important;
  }

#MostraIdadesQuartosTriplo1,
#MostraIdadesQuartosTriplo2,
#MostraIdadesQuartosTriplo3,
#MostraIdadesQuartosTriplo4 {
  width: 32% !important;
  margin-right: 0;
  margin-left: 2.5%;
  }

#MostraIdadesQuartosTriplo1 .campoMenores,
#MostraIdadesQuartosTriplo2 .campoMenores,
#MostraIdadesQuartosTriplo3 .campoMenores,
#MostraIdadesQuartosTriplo4 .campoMenores {
  width: 100% !important;
  min-width: 106% !important;
  max-width: 106% !important;
  margin: 0px !important;
  }

#MostraIdadesQuartosTriplo1 .campoMenores select,
#MostraIdadesQuartosTriplo2 .campoMenores select,
#MostraIdadesQuartosTriplo3 .campoMenores select,
#MostraIdadesQuartosTriplo4 .campoMenores select {
  width: 45% !important;
  max-width: 46% !important;
  border: 0px !important;
  height: 41px !important;
  margin-left: 4% !important;
  }

#MostraIdadesQuartosTriplo1 .campoMenores select:first-child,
#MostraIdadesQuartosTriplo2 .campoMenores select:first-child,
#MostraIdadesQuartosTriplo3 .campoMenores select:first-child,
#MostraIdadesQuartosTriplo4 .campoMenores select:first-child {
  margin-right: 2% !important;
  margin-left: 0px !important;
  }

.campoMenores select.formSelectAcomodacaoBg {
  border: 0px !important;
  width: 100% !important;
  min-width: 100% !important;
  }

div#MostraQuartosTriplo {
  margin: 0px !important;
  }

.PacProntos_Inic label, .PacProntos_Duracao label {
  margin-bottom: 0px;
  color: #FFF;
  }

.PacProntos_Duracao {
  width: 49% !important;
  margin-left: 1% !important;
  }

.PacProntos_Inic {
  width: 49% !important;
  margin-right: 1% !important;
  }

.Motor_bot {
  width: calc(100% - 20px);
  left: 10px;
  margin-left: 0px;
  margin-top: 20px !important;
  }

.divAlignBot {
  margin-top: -10px !important;
  }

#DivLivre .CampoLivre_info {
  height: 41px;
  border-radius: 0px;
  background-color: #BC4E52;
  }

#DivLivre .CampoLivre_info:hover {
  background-color: #666666;
  }

.Motor {
  min-height: auto;
  }
.bannerFakeOFF .motor-nb {
  background: transparent;
}

#NossosPacotes::before {
  content: url(https://schultz.com.br/portal/imagens/placa-sign.png);
  width: 40px;
  height: 35px;
  float: left;
  border: 1px solid #FFF;
  margin-right: 7px;
  z-index: 5;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding-top: 7px;
  top: 16px;
  left: 19px;
  position: absolute;
  }

#NossosPacotes span {
  float: left;
  width: auto;
  background-color: transparent;
  height: 18px;
  line-height: 18px;
  font-family: arial;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  position: absolute;
  left: 65px;
  top: 33px;
  }

.search-box .mode-selector .selector.active:after {
  display: none !important;
  }

#MonteSeuPacote::before {
  content: url(https://10948n.h2.azioncdn.net/portal/imagens/montarPac.png);
  width: 40px;
  height: 35px;
  float: left;
  border: 1px solid #FFF;
  margin-right: 7px;
  z-index: 5;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
  top: 16px;
  left: 19px;
  position: absolute;
  }

#MonteSeuPacote span {
  float: left;
  width: auto;
  background-color: transparent;
  height: 18px;
  line-height: 18px;
  font-family: arial;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  position: absolute;
  left: 65px;
  top: 33px;
  }


.header .bottom-bar ul.pages-menu li a {
  font-family: arial !important;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0px 14px;
  font-weight: bold;
  height: 41px;
  line-height: 41px;
  }

#motorTriploPacote .Motor_busca_campos {
  margin: 5px 0 20px;
  }

#MostraQuartosV4 .campoMenores select {
  border: 0px !important;
  width: 47% !important;
  min-width: 46%;
  }

#MostraQuartosV4 #MostraIdadesQuartosV41 .boxMenores,
#MostraQuartosV4 #MostraIdadesQuartosV42 .boxMenores,
#MostraQuartosV4 #MostraIdadesQuartosV43 .boxMenores,
#MostraQuartosV4 #MostraIdadesQuartosV44 .boxMenores,
#MostraQuartosV4 #MostraIdadesQuartosV45 .boxMenores,
#MostraQuartosV4 #MostraIdadesQuartosV46 .boxMenores,
#MostraQuartosV4 #MostraIdadesQuartosV47 .boxMenores {
  width: 100% !important;
  min-width: 100% !important;
  }

#idadeCHD12, #idadeCHD22, #idadeCHD32, #idadeCHD42, #idadeCHD52, #idadeCHD62, #idadeCHD72 {
  margin-left: 6% !important;
  width: 45% !important;
  min-width: 45% !important;
  }

.divAlignBot .Motor_bot {
  width: 100% !important;
  margin-left: 0px !important;
  left: 0px !important;
  }

#motorTriploPacote .Motor_bot {
  width: 100% !important;
  left: 0px !important;
  }

.mostraCaminhoFiltro.Motor_busca_hotel_tituloInterno {
  display: none;
  }

.filtroDivPrincipal_hotel {
  padding-bottom: 15px;
  }

form input[type=text], form input[type=password], form input[type=time], form select {
  padding: 5px!important;
}
.bannerFakeOFF #divMostraFiltro .MotorAgrupadoCheck input.ctrl_check {
  border: 1px solid #FFF !important;
  border-radius: 0px !important;
  }

.bannerFakeOFF .search-box.c_5 #divMostraFiltro #checkLocalDevolucao {
  border: 1px solid #FFF !important;
  border-radius: 0px !important;
  padding: 12px!important;
  }

.bannerFakeOFF .search-box.c_5 .pesqVeiculo .Motor_buscaInterna_radios {
  margin-top: 10px !important;
  }

.bannerFakeOFF .search-box.c_5 #MostraQuartosV4 .boxMenores .campoMenores select {
  width: 49% !important;
  }

.bannerFakeOFF .search-box.c_5 #MostraQuartosV4 .boxMenores .campoMenores select:first-child {
  margin-right: : 2% !important;
  }

.bannerFakeOFF .Motor_busca_aereo_modaliade input {
  max-height: 17px;
  width: 17px !important;
  margin-top: 1px;
  margin-bottom: 10px;
  }

.top-carousel {
  min-height: 500px !important;
  }

.aba100 {
  width: calc(100% - 2px) !important;
  }

.userLogado {
  float: left;
  padding-top: 0px;
  font-family: arial;
  font-size: 12px;
  color: #999;
  margin-right: 0px;
  text-align: right;
  margin-top: 6px;
  width: 100px;
  }

.userLogado span {
  float: right;
  width: auto;
  clear: both;
  text-align: right;
  font-size: 13px;
  }

.header .md-bar ul.user-menu li:nth-child(3) {
    padding-right: 15px;
    border-right: 1px solid #ccc;
    margin-right: 15px;
  }

.userLogado span:last-child {
  font-weight: bold;
  width:100%;
  }

.topoContato {
  float: left;
  font-family: arial;
  font-size: 13px;
  color: #aaa;
  margin-right: 20px;
  padding-right: 20px;
  margin-right: 15px;
  border-right: 1px solid #CCC;
  margin-top: 2px;
  height: 40px;
  }

.topoContato span {
  font-size: 19px;
  color: #555;
  }

.topoEmail {
  float: left;
  width: 100%;
  text-align: right;
  margin-top: -1px;
  }

.topoEmail strong {
  font-family: arial;
  color: #555;
  }

.topoHelp {
  float: right;
  width: 320px;
  background-color: #666666;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-family: arial;
  font-weight: normal;
  line-height: 20px;
  text-align: right;
  padding: 0px 20px;
  right: -10px;
  top: 28px;
  border-radius: 5px;
  z-index: 50;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px #000;
  transition: all 0.2s ease-out 0s;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  }

.header .md-bar ul.user-menu li .topoHelp span {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #FFF !important;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  }

.topoHelp:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #666666;
  top: -15px;
  position: absolute;
  right: 15px;
  }

ul.user-menu li a:hover .topoHelp {
  height: auto;
  opacity: 1;
  padding: 20px;
  box-shadow: 4px 4px 15px -4px #000;
  overflow: visible;
  }

ul.user-menu li a:hover .topoHelp:before {
  top: -28px;
  }
/* FIM - Ajustes no topo e filtro ------------------------------------------------------------------- */



/* Início - BANNER FADE -------------------------------------------------- */
.bannerFakeOFF #slideshowWrapper {
  display: none !important;
}

#slideshowWrapper {
  float: left;
  height: 750px;
  position: absolute;
  width: 100%;
  }

#fssPrev {
  background-color: rgba(0, 0, 0, 0.1);
  /*background-image: url("../img/banner_left.png");*/
  background-position: left 25px top 18px;
  background-repeat: no-repeat;
  border-radius: 100%;
  height: 80px;
  left: 20px;
  margin-top: -40px;
  position: absolute;
  text-indent: -999999px;
  top: 50%;
  transition: all 0.2s ease-out 0s;
  width: 80px;
  z-index: 30;
  display: none !important;
  }

#fssNext {
  background-color: rgba(0, 0, 0, 0.1);
  /*background-image: url("../img/banner_right.png");*/
  background-position: left 30px top 18px;
  background-repeat: no-repeat;
  border-radius: 100%;
  height: 80px;
  right: 20px;
  margin-top: -40px;
  position: absolute;
  text-indent: -999999px;
  top: 50%;
  transition: all 0.2s ease-out 0s;
  width: 80px;
  z-index: 30;
  display: none !important;
  }

#fssPrev:hover, #fssNext:hover {
  background-color: rgba(0, 0, 0, 0.5);
  }

#fssPlayPause {
  position: absolute;
  top: 435px;
  right: 20px;
  /*background: url(white.png) repeat;*/
  padding: 4px 0 5px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 60px;
  text-align: center;
  display: block;
  color: #333;
  text-decoration: none;
  display: none;
  }

ul#slideshow {
  height: 100% !important;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100% !important;
  }

#slideshow li {
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  height: 100% !important;
  width: 100% !important;
  cursor: pointer;
  }

#fssList {
  list-style: outside none none;
  margin: -100px auto auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  }

#fssList li {
  display: inline-table;
  }

#fssList li a {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  color: #FFF;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
  width: 30px;
  }

#fssList li.fssActive a {
  background-color: rgba(235,98,102,0.8);
  color: #fff;
  font-weight: bold;
  }

#fssList li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: bold;
  }
/* Fim - BANNER FADE -------------------------------------------------- */

footer.footerSite {
  background-image: url(../../imagens/bg_footer.png);
}

.footerApps_item {
  margin-bottom: 10px;
}

.bottom-bar .submenu i.fa {
  display: none !important;
}

.top-carousel:before {
    content: "";
    float: left;
    position: absolute;
    width: 100%;
    background-position: top center;
    background-image: url(../../g01/images/general/bg_footerBaner.png);
    height: 105px;
    bottom: 0;
    z-index: 1;
    display: none;
}

.Motor_seguro {
      width: 340px !important;
      margin: 0 !important;
padding: 0 !important;
}

#motorVital {
  width: 100%;
left: 0;
margin: -95px 0 0 0px;
}

div.home-page .search-box div#mostraFiltro.Motor {
  width: 100%;
  max-width: 390px;
background-color: #2e3234;
}



/* INÍCIO - Ajustes no topo e filtro RESPONSIVO ------------------------------------------------------------------- */
@media screen and (max-width: 900px) {



  .cardPac {
      width: 100%;
  }

.search-box .mode-selector .selector {
  padding-left: 20px !important;
  margin: 0px !important;
  min-width: auto !important;
  padding: 2px 15px !important;
  width: 50%!important;
  }

  ul#slideshow {
    height: 480px;
  }

.aba100 {
    width: 100%!important;
}

.search-box.c_5 .mode-selector .selector.active.Aba100 {
  width: 100% !important;
  }

#NossosPacotes::before {
  display: none !important;
  }

#MonteSeuPacote::before {
  display: none !important;
  }

#NossosPacotes span {
  left: 0px !important;
  text-align: center;
  position: relative;
  width: 100%;
  top: -7px;
  line-height: 14px;
  }

#MonteSeuPacote span {
  left: 0px !important;
  text-align: center;
  position: relative;
  width: 100%;
  top: -7px;
  line-height: 14px;
  }

.search-box.c_5 .mode-selector .selector.active {
  /*width: calc(50% - 5px) !important;*/
  /*margin-right: 1% !important;*/
  }

.search-box.c_5 .mode-selector {
  margin: 10px 0px 4px 0px !important;
  width: 100% !important;
  height: 65px;
  padding-top: 0 !important;
  }

.search-box.c_5 #motorTriploPacote, .search-box.c_5 #divFiltroPassoSimples {
  border: 0 !important;
  margin-left: 4% !important;
  padding: 10px 0% !important;
  width: 92% !important;
  }

.search-box.c_5 .PacProntos_Avanc .MotorAgrupadoCheck span {
  width: 50% !important;
  margin: 0px !important;
  margin-bottom: 5px !important;
  }

.search-box.c_5 .PacProntos_Avanc .MotorAgrupadoCheck span span {
  width: auto !important;
  }

.search-box.c_5 .MotorAgrupadoCheck input {
  border: 1px solid #FFF !important;
  padding: 12px !important;
  }

.search-box.c_5 .PacProntos_Inic {
  margin-right: 1% !important;
  }

.search-box.c_5 .PacProntos_Avanc .Motor_bot, .search-box.c_5  #motorTriploPacote .Motor_bot {
  margin-top: 20px !important;
  }

.search-box.c_5 .PacProntos_Avanc .Motor_bot:hover, .search-box.c_5  #motorTriploPacote .Motor_bot:hover {
  background-color: #6D981F !important;
  }

.search-box.c_5  .Motor_busca_hoteis_quartos.jOcupacaoQuartosTriploHotel {
  max-width: 100% !important;
  min-width: 100% !important;
  }

.search-box.c_5 #motorTriploPacote .MotorAgrupadoDe, .search-box.c_5 #motorTriploPacote .MotorAgrupadoPara {
  width: 100% !important;
  margin: 0px !important;
  }

#motorTriploPacote .MotorAgrupadoCheck {
  padding-bottom: 0;
  margin-bottom: 15px !important;
  }

.jOcupacaoQuartosTriploHotel {
  width: 100% !important;
  margin-left: 0px !important;
  }

.PacProntos_Avanc .MotorAgrupadoCheck {
  padding-bottom: 0px !important;
  }

.search-box.c_5 #MostraQuartosV4 .campoMenores select {
  border: 0 !important;
  }

.search-box.c_5 .Motor_busca_hoteis_quartos {
  width: 100% !important;
  min-width: 100% !important;
  }

.search-box.c_5 .Motor_busca_hoteis_entrada, .search-box.c_5 .Motor_busca_hoteis_saida {
  width: 39% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  }

.search-box.c_5 .Motor_busca_hoteis_dias {
  width: 18% !important;
  margin-left: 2% !important;
  margin-right: 2% !important;
  }

#slideshowWrapper {
  display: none;
  }

.top-carousel {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  }

}
/* FIM - Ajustes no topo e filtro RESPONSIVO ------------------------------------------------------------------- */

/* Modal dos PDF's do catálogo */

.tablePDF td {
    padding: 10px;
}

.tablePDF img {
    width: 20px;
}

.tablePDF tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.tablePDF {
    width: 100%;
    text-align: left;
}

.md {
    height: 400px;
}

.modalPDF {
    width: 700px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    margin-left: calc(50% - 350px);
    position: absolute;
    z-index: 9999;
    overflow-y: scroll;
}

.tablePDF tr td:nth-child(3) {
    width: 110px;
  text-align: center;
}

.tablePDF span {
    margin-top: 2px;
    margin-right: 5px;
    float: left;
    color: #eb6266;
}

.hide {
  display:none;
}

.fecharMd a {
    color: gray;
}

.fecharMd {
    float: right;
    font-size: 25px;
    border-radius: 30px;
    border: 1px solid #ccc;
    width: 35px;
    background-color: #e8e8e8;
    margin-bottom: 15px;
}

.tablePDF td:first-child img {
    width: 80px;
}

.tablePDF td:first-child {
    width: 80px;
}
#divFiltroPassoSimples {
    margin: -20px;
    padding: 20px 20px 20px 30px;
    width: 490px;
    /*background: rgba(0,31,56,0.90);*/
    border-top-right-radius: 0!important;
}

#divFiltroPassoSimples .Motor_bot {
    margin-top: 12px;
}
#motorTriploPacote.hide {
    display: none!important;
}

/* Novo topo */
.top-carousel {
  position: relative;
    width: 100%;
    top: 0;
}
.header .md-bar {
    background-color: transparent;
}
.header .bottom-bar {
    background-color: transparent;
  /*width: 1140px;
    margin-left: calc(50% - 570px);*/
}
.header .bottom-bar ul.pages-menu li .menuSel {
    color: white;
    background: #C81A1E;
}
.search-box {
    margin-top: 205px !important;
}
/*.bottom-bar .container, .header .md-bar ul.user-menu li a {
    background-color: #555;
}*/
.header .bottom-bar ul.pages-menu li a {
    color: #FFF;
}
.bannerFakeOFF {
    position: absolute!important;
}
.header .top-bar ul li a {
    color: #000000;
}
.header .top-bar ul, .container #google_translate_element {
    border-bottom: none;
}
.goog-te-menu-value span, .goog-te-menu-value span, .topoContato, .topoContato span, .topoEmail strong {
    color: #000000!important;
}
.top-carousel.bannerFakeOFF .container.outer-wrap {
    margin: 0;
    margin-top: 137px;
}

.top-carousel.bannerFakeOFF #divFiltroPassoSimples {
    height: auto!important;
  background: transparent;
}

.top-carousel.bannerFakeOFF #divFiltroPassoSimples .Motor_bot {
    margin-top: 20px;
}
.header.interna .md-bar {
    background-color: #FFF;
}
.header.interna .top-bar ul li a, .header.interna .goog-te-gadget-simple .goog-te-menu-value span, .header.interna .goog-te-menu-value span, .header.interna.topoContato {
    color: #2d2d2d!important;
}
.header.interna .top-bar ul li ul li a {
  color:#FFF!important;
}
.header.interna .bottom-bar {
    background-color: #555;
}
.header.interna .topoContato span, .header.interna .topoEmail strong {
  color: #555!important;
}

.package-page .package-body .hd {
  width: 985px;
}
/* Destaque novo */
.pacote {
    background-color: #FFF;
  width: 275px;
  margin: 10px 5px;
  border: none;
}
.pacote .pctDias {
  left: 0;
    margin: -41px 10px;
    font-size: 12px;
    padding: 5px!important;
    background-color: #ed1c26;
    border-radius: 5px;
}
.pctDias span {
    padding: 0!important;
  float: left;
    margin: 0 2px;
}
.qtdDias {
    font-size: 20px;
    display: block;
    position: relative;
    font-weight: bold;
  top: -7px;
  left: -10px;
    text-align: center;
}
.txtDias {
    top: -7px;
    display: block;
    left: -7px;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
}
.pctDias .txtDias + .txtDias {
    top: 0px;
    left: -13px;
}
.pctDias .qtdDias:last-child {
    top: 2px;
}

.News-content .hd h3:before {
  top: 31px;
  margin-left:0;
}
.News-content .hd h3:after {
    top: 7px;
    margin-left: 95px;
}
.News-content .hd h3 {
    margin-left: 10px;
  color: #555;
}
.News-content .hd {
  margin-bottom: 60px;
}
.newsletter-block .regular {
    padding-top: 40px;
    text-align: left;
    margin-left: 10px;
}

.newsletter-block h3 {
  padding: 0 0px 15px 0 !important;
  float: left;
  width: calc(100% - 20px);
  font-family: 'Montserrat' !important;
  font-size: 33px !important;
  font-weight: 200 !important;
  color: #777777;
  line-height: 35px;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 0 30px 10px;
  position: relative;
  overflow: visible;
  text-align: left;
}

.newsletter-block h3 span {
    font-weight: 600;
    color: #D45151;
}

.newsletter-block h3:after {
    content: "";
    float: left;
    position: absolute;
    background-color: #D45151 !important;
    width: 70px;
    height: 7px !important;
    left: 0;
    bottom: -4px;
    margin: 0;
    top: auto !important;
    border-radius: 3px;
    border-bottom: none;
}




.Area_Catalogos .hd {
    width: 1140px;
    margin-left: calc(50% - 570px);
}
.Area_Catalogos .hd h3, .News-content .hd h3 {
  position: absolute;
  text-transform: unset;
}
.Area_Catalogos .hd h3:before {
    top: 30px;
}
.Area_Catalogos .hd h3:after {
    top: 6px;
}
.Area_Catalogos .regular {
    padding-top: 40px;
    text-align: left;
    margin-left: 10px;
}
.destinies-guide .hd h3 {
    width: 1140px;
    margin-left: calc(50% - 580px);
  position: absolute;
}
.destinies-guide .textoBox .regular {
    width: 100%;
    padding: 20px;
    padding-top: 40px;
    color: white;
    text-align: left;
}
.destinies-guide .big-button {
    border: 1px solid;
  margin-left: calc(50% - 102px);
  margin-top: 150px;
  font-weight: 100;
    font-size: 14px;
}
.destinies-guide .textoBox h3:before {
    top: 51px;
  background-color: white;
  margin-left: 20px;
  height: 3px;
}
.destinies-guide .textoBox h3:after {
  background-color: #ffc800;
    z-index: 999;
    float: left;
    margin-top: 7px;
    margin-left: 95px;
  height: 3px;
}
.textoBox h3.uppercase.bolder {
    color: white;
    margin-left: 20px;
  margin-top: 20px;
  font-family: inherit;

}
.pacote .pctTexto {
    padding: 0 10px;
    float: left;
    width: 100%;
    font-family: arial;
    font-size: 13px;
    color: #999;
}
.pacote .pctPreco {
  margin-top: 15px;
}
.pacote .pctPreco span {
  color: #ed1c26;
  font-weight: 800;
  font-size: 13px;
  display: inline-table;
  width: auto;
  float: none;
  font-family: 'source_sans_proregular';
}

.vlrParc span {
  margin-top: 2px;
  height: 30px;
}

.pacote .vlrParc {
  display: block;
}

.vlrParc span strong {
  color: #444;
}

.pacote .pctTitulo {
  padding: 20px 10px 0 10px;
  margin-bottom: 5px;
  height: 60px;
  font-size: 17px;
  line-height: 20px;
}

.pacote:hover .pctFoto span:nth-child(2) {
    position: absolute;
    height: 401px;
  padding: 115px 20px 15px;
  width:277px;
}
.pacote:hover .pctFoto span:first-child, #conteudoDestaque a:hover li span:first-child {
  width: 275px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
    max-height: 100px;
}
ul.carousel-control {
  justify-content: flex-start;
}
.tours ul.carousel-control {
  border-bottom: 0;
}
.tours ul.carousel-control li.slide-select.active {
    color: #FFF!important;
  background-color: #ed1c26!important;
  border-bottom: 0;
}
.tours ul.carousel-control li.slide-select:hover {
  border-bottom: 0;
    background-color: #555555!important;
  color: #FFF!important;
}
.tours ul.carousel-control li.slide-select.active:after {
  border-top: 10px solid #ed1c26;
    bottom: -10px;
}
.carousel-control .slide-select {
    border: 1px solid #555555;
  color: #555555!important;
  margin-right: 3px;
  background-color: #FFF;
}
.tours ul.carousel-control {
  margin-bottom: 13px;
  padding-left: 5px;
}
.tours .hd {
    margin: 55px 0px 10px;
}
#slideshow li {
  background-size:cover;
  background-position:center;
}
.red-button {
    background: #ed1c26;
}
/* Depoimentos */
.Testimonial-boxName {
    text-align: center;
    text-transform: capitalize;
    color: #3c3c3c;
    font-size: 13px;
}
.Testimonial-boxTxt {
    text-align: center;
  font-style: unset;
    line-height: 18px;
  padding-top: 0;
  height: 125px;
}
.Testimonial-box {
  width: 265px;
}
.Testimonial-boxTxt a {
  font-size: 14px;
  font-style: unset;
}
.Testimonial-boxName, .Testimonial-boxTxt, .Testimonial-boxTop {
    border: 0;
}
.Testimonial-boxTop:before {
    content: none;
}
.Testimonial-boxTop {
  text-align:center;
  border-radius: 0px 10px 0 0;
}
.Testimonial-boxTop img {
    float: unset;
}
.destinies-guide .guides .single-guide {
    margin: 0;
  width:16.6666%;
    box-shadow: none;
    height: 200px;
  border-radius: 0;
}
.destinies-guide .guides .single-guide .overlay {
    opacity: 0;
    background-color: #000;
    background-image: none;
}
.destinies-guide .guides .single-guide .overlay:hover {
    opacity: 0.6;
    background-color: #000;
    background-image: none;
}
.destinies-guide .guides .single-guide .overlay:after {
  width:unset;
}
.destinies-guide .guides .single-guide h4 {
    width: auto;
    padding: 20px 40px;
    font-family: inherit;
    background: transparent;
    border: 1px solid #ed1c26;
    top: 110px;
  opacity:0;
  font-weight: 100;
  text-transform: capitalize;
  font-size: 21px;
    font-size: 2.1rem;
}
.destinies-guide .guides .single-guide:hover h4 {
  opacity:1;
}
.destinies-guide .guides .single-guide h4:after {
  height: 0;
}
.destinies-guide .guides .single-guide img.guide-cover {
    height: 100%;
    width: 100%;
}
.textoBox {
    width: 16.666%;
    height: 400px;
    background-color: #ed1c26;
  float: left;
}
.guides .container {
  width: 100%;
  overflow:hidden;
  height: 400px;
}

@media screen and (max-width: 1480px) {

  .destinies-guide .guides .single-guide {
    margin: 0;
    width: 20%;
  }
  .textoBox {
    width: 20%;
  }

}

/* Newsletter */
.newsletter-block .input-control {
    margin-top: 50px;
}
.newsletter-block .input-control.button {
    margin-top: 64px;
}
.newsletter-block #nomeOfertas, .newsletter-block #emailOfertas, .newsletter-block #ufOfertas, .newsletter-block #telefoneOfertas, .newsletter-block #ufOfertas {
  width: 100%!important;
  height: 40px!important;
  color: #555!important;  
  border-color: #bbbbbb!important;
  background-color: #fff !important;
}
.newsletter-block .container {
    width: 1140px;
}
#ufOfertas {
    padding-left: 25px!important;
}
#send-button {
  width: 100%;
  background: #ed1c26;
}
.newsletter-block {
  background: transparent;
}
.newsletter-block #nomeOfertas::placeholder, .newsletter-block #emailOfertas::placeholder, .newsletter-block #ufOfertas::placeholder {
  color: #555!important;
}

#telefoneOfertas::placeholder {
    color: #333 !important;
}

/* Fornecedores */
.fornContainer {
  height: 110px;
    background-color: #FFF;
    left: 0;
    width: 100%;
}
.fornLabel {
    font-size: 15px;
    padding: 20px 0 0;
    display: block;
    color: #989898;
}
.fornecedores {
    text-align: center;
    overflow: hidden;
    height: 110px;
}
.fornecedores img {
  height: 38px;
    margin: 17px 10px;
  max-width: 150px;
}
.package-content #slider-controls {
    justify-content: flex-start;
    margin-left: 20px;
}
.package-content ul.carousel-control li.slide-select.active {
  color: #FFF!important;
}
.jbotaoExtra #liItinerary-page {
    padding: 15px;
    margin-right: 10px;
}
.fornB {
    width: 6550px;
  min-width: 100%;
}
.fornC {
  width: calc(100% - 100px);
    overflow: hidden;
    float: left;
    margin-left: 20px;
}
.fornecedores i {
    font-size: 60px!important;
    margin-top: -20px;
  color: #ccc;
}
.fornecedores .fa-angle-right {
  float: right;
  margin-right: 20px;
  color: #333;
}
.fornecedores .fa-angle-left {
  float: left;
}

/* Notícias */

.NewsBox {
  background-color: #FFF;
  float: left;
  width: 24%;
  height: 335px;
  border-radius: 10px;
  margin: 0px 0.5% 15px 0.5%;
  box-shadow: 0px 5px 10px 0px rgb(51 51 51 / 15%);
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease-out 0s;
}

.NewsBox_ico {
  margin: 20px 0 5px;
  filter: grayscale(1);
}

.NewsBox_titulo, .NewsBox_txt {
  text-align: justify;
}

.NewsBox_saibaMais {
  text-align: right;
}

.NewsBox_saibaMais {
  width: 230px;
}

/*
.NewsBox_noimage {
  height: 100px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 15px;
}

.NewsBox_noimage:before {
  content: url(https://schultz.com.br/portal/imagens/ico-noticias.png);
  top: 20px;
  position: relative;
}

.NewsBox_image {
  height: 100px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 15px;
  display: block;
}
.NewsBox_image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.NewsBox_titulo {
    color: #5d5d5d;
    font-size: 14px;
}
.NewsBox_data {
    color: #5d5d5d;
    font-size: 14px;
    text-align: center;
    margin: 10px;
    display: none;
}*/
.NewsBox a {
    /*color: #ccc;*/
    /*padding: 10px 20px;*/
    /*border: 1px solid #b7b7b7;*/
}
.NewsBox_saibaMais {
    /*top: calc(100% - 45px);*/
}
.NewsBox_txt {
    /*margin-top: 10px;*/
}

/* Catálogo */
.content-magazines-block {
  width: calc(25% - 20px);
    background-color: #FFF;
    margin: 0 5px 20px;
  height: 430px;
  overflow: hidden;
}
.content-magazines-block a img {
    width: auto;
    max-height: 180px;
}
.content-magazines-block {
    display: block !important;
    float: left !important;
}
.content-magazines {
  margin-top: 60px;
}
.content-magazines-block h2 a {
    font-size: 14px;
    font-weight: 700;
}
.btnCatalogo {
    padding: 10px 20px;
    font-size: 14px;
    color: #ccc;
    border: 1px solid;
    clear: both;
    margin-top: 15px;
    display: block;
    width: 130px;
    margin-left: calc(50% - 65px);
}
.Area_Catalogos .hd h3:after {
  border-bottom: none;
}
#conteudoDestaque .container {
    margin-top: 0px!important;
}
.PagComp_boxResumo_aereo .PagComp_boxRes_destaque, .PagComp_boxRes_bagagem, .PagComp_boxRes_paradas {
  font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #9a9a9a;
    line-height: 20px;
  height: auto;
}
.PagComp_boxResumo_aereo .PagComp_boxRes_info {
  position: absolute;
    width: calc(100% - 30px);
}
.PagComp_boxResumo_aereo .PagComp_boxRes_info + .PagComp_boxRes_destaque {
  margin-top: 20px;
}
.PagComp_boxResumo_aereo .PagComp_boxRes_bagagem strong {
  font-family:arial;
}
.PagComp_boxResumo_aereo .PagComp_boxRes_destaque span {
  color: #000;
}
.PagComp_boxResumo_aereo .PagComp_boxRes_info div {
  float:left;
}
.PagComp_boxRes_info div span, .PagComp_boxRes_bagagem {
  color: #000;
}
.PagComp_boxResumo_aereo .PagComp_boxRes_ColRight {
    width: 25%;
    margin-top: 28px;
}
.PagComp_boxResumo_aereo .PagComp_boxRes_ColRight img {
    width: 100%;
}
.PagComp_boxRes_paradas {
    color: #000;
}
.PagComp_boxResumo_aereo .PagComp_boxRes_ColLeft {
    width: 75%;
  border-right: 0;
}
.PagComp_boxResumo_aereo .PagComp_boxRes_info i {
    top: 2px;
    float: left;
    margin: 0 10px;
    left: 0;
}
.PagComp_boxResumo_hotel .PagComp_boxRes_ColFull, .PagComp_boxResumo_pacote .PagComp_boxRes_ColFull, .PagComp_boxResumo_veiculo .PagComp_boxRes_ColFull{
    font-size: 12px;
    line-height: 20px;
    font-family: arial;
  color: #aaa;
}
.PagComp_boxResumo_hotel .PagComp_boxRes_ColFull span, .PagComp_boxResumo_pacote .PagComp_boxRes_ColFull span, .PagComp_boxResumo_veiculo span {
    color: #000;
}
.main {
  margin-top: -140px;
    display: inline-block;
}
.MotorCombo {
    margin-top: 140px;
}
main .main {
    margin-top: 0;
}
ul.carousel-control li.slide-select.active {
    border-bottom: 2px solid #666;
    background-color: #666666!important;
}
#conteudo-mesmo {
    float: none;
}
.footer-social .fa, .footer-payment .fa {
    position: unset!important;
    float: unset;
}
body {
    overflow-x: hidden;
}
.package-page .package-body .hd .lft h1, .fontCor4, .content-text p strong, .PagComp_boxLogin_esqSenha, .PagComp_boxLogin_condicoes span a, .PackPage_passo, .package-page .package-body .package-content .package-pages .budget-page .package-builder .package-builder-section .section-title, .PackPage_sessaoSubTitulo, .PackPage_modalTitulo, .TxtRed, .packages-rows .result-package .result-package-info .result-package-info-head h2 {
  color: #666!important;
}
.fontCor4 {
    font-family: inherit!important;
}
.package-page .package-body .package-content .package-pages .budget-page .package-info-box, .package-page .package-body .package-content .package-pages .budget-page .package-info-box .top {
  border-radius: 0;
}
.package-page .package-body .package-content .package-pages .budget-page .package-info-box .top {
  background: #666666;
}
.PackPage_sessaoIcone {
  display: none;
}
.PagComp_sessaoSubtitulo {
    margin-bottom: 20px;
}
.PagComp_boxCad_cidade, .PagComp_boxCad_bairro {
    margin-left: 10px !important;
    margin-right: 0px !important;
}
.PagComp_boxCad_end {
    margin-left: 0px !important;
    margin-right: 10px !important;
}
.PagComp_boxCad_celDDD, .PagComp_boxCad_nun {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.PagComp_sessaoTitulo_txt {
    border-left: 1px solid #666;
  color: #666;
}
.PagComp_sessaoTitulo_icone, .PackPage_passo span, .PackPage_passo {
  border-color: #666;
}
.PagComp_sessaoSubtitulo:before, .PackPage_sessaoSubTitulo:before {
  content: none;
}
.PagComp_sessaoSubtitulo {
  font-size: 20px;
}

.MotorCombo + #conteudoWSAereo .search-filter.c_3 {
    margin-top: -3px!important;
}
.bannerFakeOFF .Motor_busca_aereo_data {
    width: 128px !important;
}
.bannerFakeOFF .Motor_busca_aereo_viajantes {
    width: 81px !important;
}
.package-page .package-body .package-content .package-pages .budget-page .package-info-box .package-order .buy {
    font-size: 17px;
    text-transform: uppercase;
}
.PackPage_campo input[type="text"]:-moz-read-only {
  background-color: #efefef!important;
}
.title-tabs-package, .content-text p {
  color: #666!important;
  font-family: inherit!important;
  font-weight: 100;
}
.search-filter .ui-slider-horizontal .ui-slider-range {
    background: #dedede;
}
.search-filter .ui-slider-horizontal .ui-slider-handle {
    background: #666;
    border: 1px solid #666;
}
#DivLivre .CampoLivre_info {
  background-color: #666;
}

.PagComp_boxLogin_esqSenha {
  text-decoration: underline;
    text-transform: initial;
}
.PagComp_boxCad_cpf, .PagComp_boxCad_cep {
    text-transform: uppercase;
}
#TituloON {
    width: 200px;
  border-bottom: 1px dotted #b9b9b9;
}
.AbaLateral_titulo:hover {
  background-color: #FFF;
}
#TituloON span {
    border: 1px dashed #ed1c26;
    color: #ed1c26;
}
.AbaLateral_titulo {
    color: #ed1c26;
    background-color: #FFF;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 35px;
    padding-top: 20px;
  font-weight: 100;
}
.AbaLateral_cont, .AbaLateral_subTitulo {
  text-align: left;
}
.AbaLateral_subTitulo span {
    color: #ed1c26;
  font-size: 15px;
}
.AbaLateral_cont {
  font-size: 14px;
    color: #808080;
  border-radius: 0;
  box-shadow: none;
}
.AbaLateral.iSchultzON {
  background-color: #fff;
  box-shadow: 4px 4px 5px -5px #000;
}
.AbaLateral_limparFav, .AbaLateral_todos {
    color: #ed1c26;
    margin: 0;
    font-size: 12px;
    font-family: arial;
    text-align: center;
    width: 100%;
}
.AbaLateral_todos {
  float: right;
    color: #ed1c26;
    margin: 0px 15px 5px 10px;
    font-size: 13px;
}
.AbaLateral_txt {
  padding: 0 15px;
  font-size: 12px;
}
.AbaLateral_ajuda {
  color: #ed1c26;
  width: auto;
    float: right;
}
.AbaLateral_bot {
  background-color: #ed1c26;
  width: calc(100% - 30px);
    margin: 20px 15px 15px;
}
#TituloON:hover span {
    margin-top: -10px;
}
.fundoDestaque {
    margin-top: -100px;
    padding-top: 100px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.packages-rows .result-package .result-package-info .result-package-info-head h2 {
  font-weight: bold;
}
.packages-rows .result-package .result-package-info .result-package-info-head p, .packages-rows .result-package.package-car .result-package-info .car-package-select .package-row .c_1 p, .packages-rows .result-package.package-car .result-package-info .car-package-select .package-row .c_3 p, .packages-rows .result-package.package-car .result-package-info .car-package-select .package-row .column p {
    color: #afafaf;
}
.iSchultz_div {
    margin-top: 140px;
}
.tours .tituloDestaque.hd h3 {
    color: #FFF;
}
.tours .tituloDestaque.hd h3:before {
    background-color: #FFF;
}
#rotFavIschultz a {
    font-size: 12px;
    font-family: arial;
    color: #8c8c8c;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    display: block;
    float: left;
}
.iSchultz_div .iSchultz_alinhamento .hd h3 {
  font-size: 35px !important;
}
#roteiroResumido table br {
    display: none!important;
}
#roteiroResumido div .fontCor4, #roteiroResumido div h2 {
    margin-top: 20px!important;
    display: block;
}
#InfoComentariosNome {
  margin-top: 25px;
}
#InfoComentariosTexto {
  margin-top: 20px;
}
.package-car .result-package-info-head h2 {
    color: #555;
    font-weight: bold;
}
.divResultadoResumo h5, .box-testimonial-palco .hd h3, .NewDep_cont .hd h3, .exchange .info-panel .hd h2, .voucher .info-panel .hd h2, .login .info-panel .hd h2, .MotorCombo_cont .hd h3, .MotorCombo_PackProntos strong, .MotorCombo_novaPesq a, .MotorCombo_PackProntos a {
  color: #555;
}
#InfoCondicoesGeraisTexto {
    margin-top: 0px;
}
.content-text p {
    padding: 0;
}
.divResultadoResumo .divResumoContent p span {
    font-weight: 100;
    font-family: inherit;
}
#roteiroResumido div {
    float: none!important;
}
.title-tabs-package {
    margin-top: 20px;
}
#condicoesGerais .title-tabs-package {
    display: none;
}
#conteudoDestaque a:hover li span:nth-child(2), .exchange .info-panel .hd .fa, .voucher .info-panel .hd .fa, .login .info-panel .hd .fa {
  background-color: rgb(85, 85, 85);
}
.box-testimonial-palco {
  margin-top: 150px;
}
#permite_publicar:checked, .NewDep_BotEnviar {
    background-color: #ed1c26;
}
.selector:before {
    content: none!important;
}
footer {
  margin-top: 50px;
}
form .PagComp_boxCad_radio input[type=radio]:checked:after, form .PagComp_boxMail_radio input[type=radio]:checked:after, form .PagComp_boxEsqSenha_tipo input[type=radio]:checked:after {
  color: #ed1c28;
}
form .PagComp_boxCad_radio input[type=radio]:checked, form .PagComp_boxMail_radio input[type=radio]:checked, form .PagComp_boxEsqSenha_tipo input[type=radio]:checked {
  background-color: #FFF;
    border: 0!important;
}

.search-box .mode-selector {
    padding: 0 10px;
    height: auto;
    bottom: 0px;
    width: 100%;
    margin-top: -67px;
    margin-left: 0;
}

.Motor {
    background: rgba(51, 51, 51, 0.95);
}
.mode-selector .input-control.PagComp_boxCad_radio {
    color: #FFF;
}

.mode-selector div:first-child {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0 20px;
    font-family: arial;
}
.Motor_busca_campos {
    /* margin-top: 20px; */
}
.Motor_busca_campos .PacProntos_Avanc {
  margin-top: 10px;
}
.PagComp_boxCad_radio {
  text-transform: capitalize;
}
.MotorAgrupadoCheck {
    padding-top: 30px;
}
form .PagComp_boxCad_radio input[type=radio], form .PagComp_boxMail_radio input[type=radio], form .PagComp_boxEsqSenha_tipo input[type=radio] {
  border-radius: 13px;
}
form .PagComp_boxCad_radio input[type=radio]:checked:after, form .PagComp_boxMail_radio input[type=radio]:checked:after, form .PagComp_boxEsqSenha_tipo input[type=radio]:checked:after {
    top: 4px;
    left: 5px;
    content: "\f111";
}

#divAereoTodosOsVoos .search-results-body .search-filter.c_3 {
  margin-top: 0!important;
}
.search-results-body .c_3 .search-filter-titulo.TxtRed {
    background-color: #555555;
    padding: 5px 10px;
    height: auto;
    font-weight: 100;
    color: #FFF!important;
}
.bannerFakeOFF #divNovoLayoutSite .search-filter-titulo.TxtRed {
  font-weight: 100;
  border-bottom:1px solid;
}
.secondary-items {
    border: 1px solid #555555;
}
.bannerFakeOFF .Motor_busca_campos .TxtRed.search-filter-titulo, .MotorCombo_boxResumo .MotorCombo_boxTitulo span, .MotorCombo_boxResumo_valor, .MotorCombo_boxAereo .MotorCombo_boxSubtitulo, .MotorCombo_boxAereo .MotorCombo_caixaCinza span, .MotorTriploDetalhesAereo span, .MotorCombo_boxHotel .MotorCombo_boxSubtitulo, .MotorCombo_boxHotel .MotorCombo_caixaCinza span, .jDetalheHotelMotorTriplo span, .MotorCombo_boxHotel .MotorCombo_boxTxt, .MotorCombo_boxVeiculo .MotorCombo_boxSubtitulo, .MotorCombo_boxVeiculo .MotorCombo_caixaCinza span, .linkOpcionaisMotorTriploResumo span, .MotorCombo_boxVeiculo .MotorCombo_boxTxt {
  color: #555555!important;
}

.bannerFakeOFF #filtroDivPrincipal {
    margin-top: 0;
}
.main .bannerFakeOFF #divMostraFiltro #CampoLivre {
    height: 38px!important;
}
#conteudo-mesmo .search-results-body .search-filter.c_3.classFiltro_SRV {
    margin-top: 280px!important;
}
#pesqCarregando.jBtnPesquisarServico {
    margin-top: 10px;
}
.motorAereo#filtroDivPrincipal {
    margin-top: 0;
}
.MotorCombo + #conteudoWSAereo + #conteudoWSHotel + #conteudoWSVeiculo .search-filter.c_3 {
    margin-top: -27px!important;
}
.MotorCombo + #conteudoWSAereo + #conteudoWSHotel .search-filter.c_3 {
  margin-top: -30px!important;
}
.MotorCombo_boxResumo_comprar {
  background: #ed1c28;
}
.newsletter-block .input-control .fa {
    color: #555;
  opacity: 1;
}

.bannerFakeOFF #DivLivre .CampoLivre_info {
    margin-top: 19px!important;
    height: 38px!important;
}

.bannerFakeOFF #ocupacao {
    margin-top: 1px!important;
}

.Motor_busca_aereo_data.Motor_busca_aereo_retorno {
    height: auto!important;
}
.MotorCombo_boxTitulo, .MotorCombo_barraAereo, .MotorCombo_barraHotel, .MotorCombo_barraVeiculo {
    background: #555;
    color: #FFF;
    height: 60px;
    padding-top: 15px;
}
.MotorCombo_boxSubtitulo {
  text-align: left;
}
#jMostraResultadoHotelCombo .MotorCombo_boxSubtitulo, #jMostraResultadoCarroCombo .MotorCombo_boxSubtitulo {
  font-size: 17px;
    line-height: 22px;
  height: 42px;
    max-height: unset;
    line-height: 22px;
}
#valoresMotorTriplo {
    margin-top: 15px;
}
.MotorCombo_boxAereo, .MotorCombo_boxHotel, .MotorCombo_boxVeiculo, .MotorCombo_boxResumo {
    height: 355px;
}
.MotorCombo_barraAereo, .MotorCombo_barraHotel, .MotorCombo_barraVeiculo {
    height: 60px;
    padding: 10px 0;
}
.MotorCombo_boxHotel .MotorCombo_boxAlterar, .MotorCombo_boxVeiculo .MotorCombo_boxAlterar, .MotorCombo_boxAereo .MotorCombo_boxAlterar, .MotorCombo_boxVeiculo .MotorCombo_boxPesquisar, .MotorCombo_boxAereo .MotorCombo_boxPesquisar, .MotorCombo_boxHotel .MotorCombo_boxPesquisar {
  background: #ed1c28!important;
}
.MotorCombo_boxHotel .MotorCombo_boxAlterar:hover, .MotorCombo_boxVeiculo .MotorCombo_boxAlterar:hover, .MotorCombo_boxAereo .MotorCombo_boxAlterar:hover, .MotorCombo_boxVeiculo .MotorCombo_boxPesquisar:hover, .MotorCombo_boxAereo .MotorCombo_boxPesquisar:hover, .MotorCombo_boxHotel .MotorCombo_boxPesquisar:hover {
  background: #d21721!important;
}
.MotorCombo_boxAereoON:before, .MotorCombo_boxHotelON:before, .MotorCombo_boxVeiculoON:before {
  border-color: #ed1c28 transparent transparent;
}

.MotorCombo_boxAereoON:hover:before, .MotorCombo_boxHotel .MotorCombo_boxAlterar:hover:before, .MotorCombo_boxVeiculoON:hover:before {
    border-color: #d21721 transparent transparent;
}
.MotorCombo_boxResumo_comprar {
    background: #3ec72e;
}
.MotorCombo_barraAereo .MotorCombo_barraComparativo {
  background: #757575;
    height: 60px;
    padding: 10px 20px;
    margin: -10px 0;
    color: #fffb53;
}
.MotorCombo_boxResumo .MotorCombo_boxTitulo span {
  color:#FFF!important;
}
.MotorCombo_cont .hd h3 {
  height: 90px;
}
.MotorCombo_cont .hd p {
    float: unset;
  text-align:left;
}
#maisDeUmaOpcaoA {
  margin-top: -5px!important;
}
.MotorCombo_barraComparativo {
  text-align: right;
    margin-top: 15px;
    width: 220px;
    padding-left: 0;
}
.containerCheck .MotorCombo_barraComparativo:first-child {
    width: 40px;
  margin-top: 22px;
}
.containerCheck {
    border: 1px solid;
    width: 270px;
    float: right;
    padding-bottom: 15px;
  background-color: #FFF;
}
.PackPage_calendar .ui-datepicker td a.ui-state-default {
  color: #3ec72e;
}
.PackPage_Bot, .PackPage_calendar .ui-datepicker td a.ui-state-default.ui-state-hover, .PackPage_calendar .ui-datepicker-current-day a, .PackPage_calendar .ui-datepicker-current-day .ui-state-active, .result-package-infoBot, .PagComp_bot, .PagComp_boxCadastro .PagComp_bot {
  background-color: #40C483!important;
  color:#FFF;
}
.PackPage_Bot:hover {
    background-color: #73BFB1 !important;
}

.checkout-page .container .payment-content .order-payment .order-payment-options .section-form.credit-card .mode-selector .selector {
  display: block;
  float: left;
  height: auto;
  width: 180px;
  padding: 15px 10px !important;
}
.checkout-page .container .payment-content .order-payment .order-payment-options .section-form.credit-card .mode-selector .selector.active {
    background-color: #ed1c27;
    border: 1px solid #ed1c27;
}
.checkout-page .container .payment-content .order-payment .order-payment-options .section-form.credit-card .mode-selector .selector.active:after {
    border-top: 10px solid #ed1c27;
}
.checkout-page .container .payment-content .order-payment .order-payment-options .section-form.credit-card .mode-selector .cleafix {
    display: none;
}
.mode-selector div:first-child {
  font-family:inherit;
}
.checkout-page .container .payment-content .order-payment .order-payment-options .section-form.credit-card .package-form.active, .checkout-page .container .payment-content .order-payment .order-payment-options .section-form.credit-card .custom-package-form.active {
    border-top: 7px solid #555;
}
form h4 {
    color: #555;
}
.checkout-page .container .payment-content .order-payment .order-payment-options .section-form input[type=checkbox]:checked {
    background-color: #ed1c27;
}
.PagCompra_boxCupom_bot, .btnNovoValorEntrada, .btnCartao {
    background: #40C483;
}
.PagComp_sessao .PagCompra_boxInformativo {
  margin-bottom: 15px;
}
.main.checkout-page {
    margin-top: 0px;
}
.pagcomp_boxlogin_logadocondicoes a, .pagcomp_boxlogin_deslogar span, .pagcomp_boxlogin_deslogar a, .valorIntegral span {
    color: #555!important;
    font-weight: bold;
}
#order-payment-form .PagCompra_boxCupom input, .numParcelas select, .form-pgto {
  height: 39px!important;
}
.checkout-page .container .payment-content .order-payment .order-payment-options .section-form .payment-order-final .buy {
    width: auto;
    padding: 10px 20px;
    text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  margin-left: 35px;
  font-weight:100!important;
}
.checkout-page .container .payment-content .order-payment .order-payment-options .section-form .payment-order-final .buy .fa {
  display: none!important;
}
.checkout-page .container .payment-content .order-payment .order-payment-options .section-form .payment-order-final {
  text-align: left;
}
.checkout-page .container .payment-content .order-payment .order-payment-options .section-form {
  padding: 20px;
}
.order-payment .section-form .input-control input[type=checkbox] {
    margin-bottom: 0px!important;
}
.btnCartao, .PagComp_sessaoCompra .btnNovoValorEntrada, .PagCompra_boxCupom_bot {
  font-size: 16px;
  font-family: source-sans-pro;
}
#opcaoCartao {
  font-size: 13px;
}
.checkout-page .container .payment-content .order-payment .order-payment-options .section-form .payment-order-final {
    padding: 0;
}
.MotorCombo_boxTitulo img {
    margin-top: 3px;
}
.MotorCombo_boxResumo .MotorCombo_boxTitulo {
    height: 60px;
    padding-top: 14px;
}
.MotorCombo_barraVeiculo .MotorCombo_barraComparativo, .MotorCombo_barraHotel .MotorCombo_barraComparativo {
    display: none;
}

.MotorCombo_boxImgAlert {
  padding-top: 25px;
  padding-left: 10px;
}
.MotorCombo_boxResumo_comprar:hover {
    background: #2c961f;
}
.package-order.ocultaDivServico.jbotaoConfirmaCompra .green-button + .green-button {
    background-color: #82b39b;
    font-weight: 100!important;
    padding: 8px;
    font-size: 14px!important;
}
.PagComp_resumoValor_fixed {
    position: relative;
    box-shadow: unset;
}
.PagComp_codOrcamento, .PagComp_resumoSaldo span, .PagComp_resumoSaldo span, .PagComp_resumoChave {
  color: #9e9e9e;
}
.PagComp_codOrcamento span, .PagComp_valorTotal, .PagComp_resumoSaldo span strong, .PagComp_resumoChave span {
  color: #555;
}
.PagComp_resumoBotoes {
  background-color: #555;
}
.PagComp_codOrcamento span {
    float: unset;
}
.PagComp_resumoTotal {
  font-weight: bold;
}
.PagComp_resumoChave .BalaoHelp.HelpInfoDetalhado, .PagComp_resumoChave span {
    float: right;
  margin-left: 10px;
}
.PackPage_acomodQuarto_boxBotSel {
    background-color: #1c5f3e !important;
}
.btnCancelar {
    background-color: #555!important;
}
.btnCancelar:hover {
    background-color: #313131!important;
}
#divAereoTodosOsVoos .search-filter.c_3 {
    margin-top: -24px!important;
}
.PagComp_resumoChave .HelpInfoDetalhado {
  width: 24px!important;
}
#sidebarResumo {
    max-height: unset;
}

/* Modal dos PDF's do catálogo */

.tablePDF td {
    padding: 10px;
}

.tablePDF img {
    width: 20px;
}

.tablePDF tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.tablePDF {
    width: 100%;
    text-align: left;
}

.md {
    height: 400px;
}

.modalPDF {
    width: 700px;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    margin-left: calc(50% - 350px);
    position: absolute;
    z-index: 9999;
    overflow-y: scroll;
}

.tablePDF tr td:nth-child(3) {
    width: 110px;
  text-align: center;
}

.tablePDF span {
    margin-top: 2px;
    margin-right: 5px;
    float: left;
    color: #eb6266;
}

.hide {
  display:none;
}

.fecharMd a {
    color: gray;
}

.fecharMd {
    float: right;
    font-size: 25px;
    border-radius: 30px;
    border: 1px solid #ccc;
    width: 35px;
    background-color: #e8e8e8;
    margin-bottom: 15px;
}

.tablePDF td:first-child img {
    width: 80px;
}

.tablePDF td:first-child {
    width: 80px;
}


.catLinks {
  font-size: 17px;
    margin: 10px;
    color: #eb6266;
    font-family: source_sans_prolight;
  display:block;
}

.catLinks img {
    width: 25px!important;
    margin: 0!important;
}

.catLinks span {
  top: -7px;
    position: relative;
  margin-right: 5px;
}
.content-magazines-block.forn {
    height: 310px;
}
.content-magazines div:nth-child(4) {
    clear: left;
}
.content-magazines-block h2 {
    padding: 20px;
}
.md-bar .topoContato {
    width: 430px;
}
header .header .top-bar {
    background: transparent!important;
}
.footer .tituloFooter {
    color: #FFF;
}
footer .footer {
    border-bottom: 0;
}
.footer .footerEsquerda, .footer .footerDireita {
  border-color:#FFF;
  min-height: 290px;
}
.footer {
  background: rgba(43, 43, 43, 0.9);
    background-image: url(https://www.schultz.com.br/portal/imagens/fundoFooter2.jpg);
    background-position: center;
}
ul#slider-controls {
    padding-left: 0px;
    float: left;
    text-align: left;
    width: auto;
    height: 49px;
    margin-left: 10px;
}
ul.carousel-control li.slide-select.active {
  color:#FFF!important;
}
#conteudo-anchor div {
    width: 100%!important;
}

.fontCor4 {
    font-family: inherit!important;
}
.title-tabs-package, .content-text p {
    color: #666!important;
    font-family: inherit!important;
    font-weight: 100;
}
#roteiroDetalhado div, .description-tab, #InfoComentariosTexto {
    font-size: 14px;
  color: #666!important;
}
.content-text p {
  padding: 0;
}
#roteiroDetalhado, .description-tab, #InfoComentariosTexto, #condicoesGerais .MsoNormal span, .containerDetVisto div, .containerDetVisto font {
    font-size: 1.4rem!important;
    color: #666666!important;
    font-weight: 100!important;
    margin-top: 10px;
}
#InfoCondicoesGeraisTexto #TEXTO .cinza-claro p span b span {
    font-size: 2.1rem!important;
    font-weight: normal!important;
    color: #666!important;
    font-family: source-sans-pro;
}
#condicoesGerais .title-tabs-package {
    display: none;
}
.goog-te-gadget-simple {
    background-color: transparent!important;
}

.AbaLateral.iSchultzON {
    background-color: #fff;
    box-shadow: 4px 4px 5px -5px #000;
}
.AbaLateral_titulo {
    background-color: #FFF;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 35px;
    padding-top: 20px;
    font-weight: 100;
}
#TituloON {
    width: 200px;
    border-bottom: 1px dotted #b9b9b9;
  color: #FFF;
}
#TituloON:hover {
  color: #004389;
}
#TituloON span {
    border: 1px dashed #004389;
}
#TituloON span {
  margin-top: -10px;
}
.AbaLateral_cont {
    font-size: 14px;
    color: #808080;
    border-radius: 0;
    box-shadow: none;
}
.AbaLateral_cont, .AbaLateral_subTitulo {
    text-align: left;
}
.AbaLateral_subTitulo span {
    color: #004389;
    font-size: 15px;
}
#rotFavIschultz a {
    font-size: 12px;
    font-family: arial;
    color: #8c8c8c;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    display: block;
    float: left;
}
.AbaLateral_bot {
    background-color: #ed1c26;
    width: calc(100% - 30px);
    margin: 20px 15px 15px;
}
.AbaLateral_limparFav, .AbaLateral_todos {
    color: #004389;
    margin: 0;
    font-size: 12px;
    font-family: arial;
    text-align: center;
    width: 100%;
}
.AbaLateral_txt {
    padding: 0 15px;
    font-size: 12px;
}
.AbaLateral {
  padding-bottom: 15px!important;
}

.search-box .mode-selector .selector:first-child {
    margin-left: -20px!important;
}
.search-box .mode-selector .selector.active {
    background-color: #3d3d3d !important;
    width: auto;
}
.search-box .mode-selector .selector {
    float: left!important;
    display: block;
    background-color: #7d7d7d!important;
    padding: 0 20px!important;
    height: 47px!important;
}
.search-box .mode-selector .selector:hover, .search-box .mode-selector .selector.active:hover {
    background-color: #3d3d3d !important;
}
.search-box .mode-selector .selector.active.aba100 {
    width: calc(100% + 40px)!important;
}
.Motor {
    margin-top: 30px;
}
.footer {
    height: auto !important;
  padding-bottom: 110px;
}
.footer .container {
    margin: 0;
    margin-left: calc(50% - 570px);
    display: inline-block;
}
.footerDireita {
  height: auto;
}
.creditoFooter {
    margin-top: 30px;
}

.AbaLateral_redes {
    display: block;
}
.AbaLateral_redes {
  float: left;
  width: 45px;
  border: none;
  border-left: 0;
  position: fixed;
  top: 50%;
  background-color: #FFF;
  padding: 5px 5px 0px 7px;
  z-index: 999999;
  border-radius: 0 10px 10px 0;
  margin-top: -100px;
}
.AbaLateral .AbaLateral_redes {
    width: 200px;
    text-align: center;
  padding: 0 10px;
  border:0;
  top:0;
  position:unset;
  margin-top: 20px;
}
.AbaLateral .AbaLateral_redes a {
    height: 25px;
    width: 25px;
  float:unset;
}
.AbaLateral .AbaLateral_redes a img {
    width: 25px;
}
.AbaLateral .whats_balao {
    float: unset;
    display: inline-block;
}

.AbaLateral_redes a {
  float: left;
  height: 30px;
  margin-bottom: 8px;
  margin-right: 5px;
  width: 30px;
}

.AbaLateral_redes a img {
  width: 30px;
}

.btnRedes.whats_balao {
    float: left;
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 100000;
}

.btnRedes.whats_balao a img.desktop {
    width: 150px;
}

.btnRedes.whats_balao a img.mobile {
    display: none;
}

@media screen and (max-width: 700px ) {
        
    .btnRedes.whats_balao a img.desktop {
        display: none;
    }

    .btnRedes.whats_balao a img.mobile {
        width: 45px;
        display: block;
    }
}

#institucional {
  /*margin-top: 155px !important;*/
}



/*#motorVital {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 320px;
    left: 0;
    margin-left: 20px;
    margin-top: -65px;
    position: relative;
    top: 0;
    width: 450px;
  }*/

#conteudoMenuRodape {
  margin-bottom: 20px;
}

#conteudoMenuRodape .tituloFooter a {
  color: #fff;
}

.footer-payment span {
  width: 100px;
  height: 50px;
}

.footer-payment .fa {
  font-size: 30px!important;
  line-height: 29px!important;
}

.footer .rgt .footer-social img, .footer .rgt .footer-payment img {
  margin-top: -3px;
}

#seloResponsavel {
  margin-top: 30px;
  margin-left: 50px;
}

.section-news .container {
  text-align: left;
}


@media screen and (max-width: 900px) {

  .Motor_busca_campos label {
      font-size: 98%;
  }

  .search-box .mode-selector {
        padding: 0;
  }
  #motorTriploPacote.duplo {
    display: none;
  }
  .AbaLateral_redes {
    display: none;
  }
  #motorTriploPacote.duplo {
    background: transparent;
  }
  #motorTriploPacote.duplo {
    float:unset;
    position:relative;
    margin-top;unset;
  }
  #divFiltroPassoSimples {
    height: auto!important;
  }
  #motorTriploPacote .Motor_busca_campos {
    margin: 15px 0 20px;
  }
  #MonteSeuPacote.active {
    /*margin-left: 1%!important;*/
  }
  #MonteSeuPacote.duplo, .search-box .mode-selector .selector {
    background-color: #545454!important;
  }
  #MonteSeuPacote.duplo.active {
    background-color: rgba(0,31,56,0.9) !important;
  }
  .tours {
    margin-top: 0;
  }
  .tours .hd h3:before {
    top: 32px;
  }
  .tours div:nth-child(4) h3:before {
    top: 56px;
  }
  .tours ul.carousel-control li.slide-select {
    width: auto!important;
    padding: 5px 10px!important;
    float: left;
  }
  .container {
    margin-top: 0!important;
  }
  .fornContainer {
    display:none;
  }
  .Testimonials-content .hd h3:before {
    top: 54px;
  }
  .Testimonials-content .hd h3:after {
    border-bottom:0;
    background-color: #ed1c26!important;
    height: 3px!important;
    top: -1px!important;
  }
  article .main .destinies-guide {
    margin-left: 0!important;
    width: 100% !important;
    padding:0!important;
  }
  article .main .destinies-guide .guides a {
      margin-bottom: 0;
    margin-left: 0;
    width: 100%!important;
  }
  .textoBox {
    width: 100%;
    padding: 0 20px;
    height: 240px;
  }
  article .main .destinies-guide .guides {
    float: left !important;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0%;
    width: 100% !important;
  }
  article .main .destinies-guide .guides .container {
      height: auto;
  }
  .textoBox h3.uppercase.bolder{
    margin-left: 0;
  }
  .destinies-guide .textoBox .regular {
    padding-left: 0px;
  }
  .newsletter-block .input-control {
    margin-top:0;
  }
  .newsletter-block .container .input-control {
    width: calc(100% - 10px)!important;
      margin-top: 10px;
  }
  .newsletter-block .container .input-control:nth-child(2) {
    margin-top: 30px;
  }
  .newsletter-block .container .input-control.button {
    margin-top: 34px!important
  }
  .main .newsletter-block {
      border-top: 0!important;
    margin: 0!important;
    width: 100%!important;
    padding: 40px 20px!important;
    background-image: url(https://schultz.com.br/portal/imagens/newsletter-cad.jpg)!important;
    background-size: cover!important;
    background-position: right!important;
  }
  .main .News-content .hd {
    margin-top:0;
  }
  .main .NewsBox {
    /*height: 195px!important;*/
  }
  .pacote .pctTitulo {
    width: 260px;
  }
  .pacote .pctTitulo, .pacote .pctPreco, .pacote .vlrParc, .pacote .pctTexto {
    text-align: left!important;
  }
  .main {
    background-color: #dedcdc;
  }
  .MotorAgrupadoCheck {
    display: none;
  }
  .tours ul.carousel-control li.slide-select {
    border-bottom: 1px solid #555555!important;
    background-color: #FFF;
  }
  .newsletter-block #nomeOfertas, .newsletter-block #emailOfertas, .newsletter-block #ufOfertas {
    color: #6f6f6f!important;
    background-color: #FFF!important;
  }
  .newsletter-block #nomeOfertas::placeholder, .newsletter-block #emailOfertas::placeholder, .newsletter-block #ufOfertas::placeholder {
    color: #6f6f6f!important;
  }
  .footerEsquerda, .footerDireita {
    border:0!important;
  }
  .packages-rows .result-package .result-package-info .result-package-info-head h2 {
    font-weight: 100;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-align: left!important;
    font-size: 20px;
  }
  .tour-duration h6, .tour-duration h4 {
      font-size: 20px!important;
    color: #333;
  }
  #seloEbit {
    width: 91px!important;
  }
  .package-page .package-body .package-options ul.carousel-control {
    text-align: center!important;
  }
  #roteiroResumido {
    width: 100%;
  }
  .DivPagto_tabTitulo .DivPagto_tabColuna {
    width: 20%!important;
    margin: 0;
    font-size: 12px;
  }
  .DivPagto_tabTitulo .DivPagto_tabColuna:nth-child(2) {
    width: 25%!important;
  }
  .DivPagto_tabTitulo .DivPagto_tabColuna:nth-child(3) {
    width: 35%!important;
  }
  .DivPagto_tabOpcaoSel {
    font-size: 10px !important;
  }
  .DivPagto_tabLinha {
    height: auto;
  }
  .DivPagto_tabCont .DivPagto_tabColuna:nth-child(odd) {
    width: 70%!important;
    margin: 0;
  }
  .DivPagto_tabCont .DivPagto_tabColuna:nth-child(even) {
    width: 30%!important;
    margin: 0;
    text-align: right;
  }
  .colunasTriplas {
    column-count: 1!important;
    column-rule: unset!important;
    column-gap: unset!important;
      -webkit-column-count: 1!important;
    -webkit-column-rule: unset!important;
    -webkit-column-gap: unset!important;
  }
  .package-options ul.carousel-control li.slide-select:first-child {
    margin-left: 15px;
  }
  .package-content #slider-controls.carousel-control {
    width: 267px;
    margin-left: calc(50% - 134px)!important;
  }
  .package-page .package-body .package-options ul.carousel-control li.slide-select:first-child {
    margin-left: 0!important;
  }
  #zoom {
    position: unset;
    display: none;
  }
  .Mob_MenuLateral {
      z-index: 999999999!important;
  }
  .package-page {
    z-index: 10000!important;
  }
  html {
      overflow-x: hidden;
  }
  .Motor #divMostraFiltro {
    margin-top: 160px;
    padding-bottom: 20px;
  }
  .Motor_busca_campos {
    margin-top: 40px;
  }
  .search-box .mode-selector .selector {
    border-radius: 0!important;
  }
  .PackPage_AcomodResumo_col1 {
    width: 30%;
  }
  .PackPage_AcomodResumo_col2 {
    width: 40%;
  }
  .PackPage_AcomodResumo_col3 {
    width: 30%;
  }
  .PackPage_AcomodResumo_linha span {
    text-align: center!important;
  }
  .PackPage_subtitulo span {
    text-align: center!important;
  }
  .fundoDestaque {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0px;
    background-size: cover;
  }
  article .section-news {
    padding: 50px 0 30px !important;
  }
  .tours .hd h3:before, .Testimonials .hd h3:before, .Area_Catalogos .hd h3:before, .destinies-guide .textoBox h3:before, .News-content .hd h3:before, .info-grid-boxes .hd h3:after, .Testimonials-content .hd h3:after, .Area_Catalogos .hd h3:after, .destinies-guide .hd h3:after, .News-content .hd h3:after, .destinies-guide .textoBox h3:after, .tours .hd h3:after {
    content:unset;
  }
  .mode-selector div:first-child {
    padding: 30px 10px 10px;
  }
  .PagComp_boxCad_radio {
    margin-left: 5px !important;
    margin-right: 30px !important;
  }
  /*.search-box.c_5 #divFiltroPassoSimples {
      padding: 40px 0% 10px!important;
  }*/
  .filtroDivPrincipal_veiculo, .filtroDivPrincipal_servicos, .filtroDivPrincipal_aereo {
    margin-top: 0;
  }
  .pesqVeiculo .Motor_buscaInterna_radios {
    margin: 10px 0 34px !important;
  }
  .footer .container {
    margin-left: 0;
  }
  .footerEsquerda, .footerDireita {
    height: auto!important;
      min-height: unset!important;
  }
  footer .footer .footer-payment {
    margin-top: 0 !important;
  }
  .footer .footerDireita {
    padding-bottom: 70px!important;
  }
  .Mob_topLogo span font {
    color: #555!important;
  }
  .search-results .search-results-info-tags {
    /*height: 60px;
    margin-top: 30px!important;*/
  }
  .header .bottom-bar {
    width: 100%!important;
    margin-left: 0!important;
  }

  .PackPage_modalCont {
    top: 20px!important;
    padding: 35px 0px!important;
  }
  #cadastroConsumidorOP .PackPage_footerBots {
    /*bottom: 25px!important;
    right: 0px!important;
    width: 100%;*/
  }
  #cadastroConsumidorOP .PackPage_footerBots a {
    /*width: calc(50% - 10px)!important;
    margin-left: 5px!important;*/
  }
  .PagComp_boxCad_celDDD, .PagComp_boxCad_nun {
    margin-left: 0px !important;
    margin-right: 10px !important;
    width: 25%!important;
  }
  .input-control.PackPage_campo.PagComp_boxCad_celNun, .input-control.PackPage_campo.PagComp_boxCad_bairro {
    width: calc(75% - 20px)!important;
    margin-left: 10px!important;
  }
  .PagComp_boxCad_none, .PagComp_boxCad_cpf, .PagComp_boxCad_cel, .PagComp_boxCad_email, .PagComp_boxCad_end, .PagComp_boxCad_cep {
    width: 100%!important;
    margin-right: 0!important;
  }
  .PagComp_boxCad_sobrenome, .PagComp_boxCad_nasc, .PagComp_boxCad_cidade {
    width: 100%!important;
    margin-left: 0px !important;
  }
  .input-control.PackPage_campo, .PackPage_campo {
    text-align: left!important;
  }

}
#currenvy-button {
  color: #000;
}

.destinies-guide-page .top {
  float: left;
}

.destinies-guide-page .content {
  float: left;
  width: 100%;
}

.destinies-guide-page .content .container .search-box-row {
  margin-top: 40px !important;
  height: auto !important;
}

.destinies-guide-page .content .container .search-box-row .md {
  height: auto !important;
}

.destinies-guide-page .content .container .container {
  height: auto !important;
}

.destinies-guide-page .content .container .search-box-row .md .input-control.c_8 {
  width: 100%;
}

.btnBuscaBuia {
  float: right;
  display: flex;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 15px;
  background-color: #D45151;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  height: 60px;
  font-size: 13px;
  font-weight: 400;
}

.btnBuscaBuia i {
  position: absolute !important;
  font-size: 20px;
  top: 10px;
  left: 14px;
}

.btnBuscaBuia span {
  
}

#modalGuia {
  display: none;
  position: fixed;
  height: calc(100vh - 120px);
  text-align: center;
  background-color: #fff;
  width: 950px;
  margin-left: 50%;
  z-index: 100002;
  left: calc(950px / -2);
  margin-top: 80px;
  box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
  min-height: 400px;
  border-radius: 10px;
}

#modalGuia .modalGuia-fechar {
  position: absolute;
  right: 20px;
  top: 0;
  color: #bbb;
  cursor: pointer;
}

#modalGuia .modalGuia-fechar i {
    top: initial;
}

.boxFiltro {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.boxFiltro h3 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
}

.boxFiltro .filtroForm input {
  height: 40px;
  background-color: #EEEEEE;
  border: none;
  width: 415px;
  padding: 0 15px !important;
  margin: 15px 10px;
}

.boxGuias {

}


.boxGuias .boxGuia-fechar i {

}

.boxGuias .coluna1, .boxGuias .coluna2 {
    width: 50%;
    float: left;
    position: relative;
}

.boxGuias .coluna1 .listaGuias {
  width: 415px;
  margin-left: 50px;
  overflow-y: scroll;
  height: calc(100vh - 160px);
  min-height: 100%;
  margin-top: 20px;
}

.boxGuias .coluna1 .listaGuias ul {
  
}

.boxGuias .coluna1 .listaGuias ul li {
  text-align: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 0 5px 5px;
}

.boxGuias .coluna1 .listaGuias ul li .miniGuia-fechar,
.boxGuias .coluna1 .listaGuias ul li .selGuia,
.boxGuias .coluna1 .listaGuias ul li .guiaMsg {
  display: none;
}

.boxGuias .coluna1 .listaGuias ul li:hover,
.boxGuias .coluna1 .listaGuias ul li.select {
    background-color: #eee;
}

.boxGuias .coluna1 .listaGuias ul li .fotoGuia {
  height: 56px;
  width: 56px;
  border: 3px solid #bbb;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
}

.boxGuias .coluna1 .listaGuias ul li .fotoGuia img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.boxGuias .coluna1 .listaGuias ul li .nomeGuia {
  margin-left: 15px;
}

.boxGuias .coluna1 .listaGuias ul li .nomeGuia span {
  font-size: 13px;
  font-weight: 600;
  display: block;
}

.boxGuias .coluna1 .listaGuias ul li .nomeGuia small {

}

.boxGuias .coluna1 .listaGuias ul li .guiaRedesSociais,
.boxGuias .coluna1 .listaGuias ul li ul,
.boxGuias .coluna1 .listaGuias ul li .guiaDescricao {
  display: none;
}


.boxGuias .coluna2 .perfilGuia {
  position: relative;
  max-height: 350px;
  height: 430px;
  margin-top: 70px;
}

.boxGuias .coluna2 .perfilGuia .miniGuia-fechar,
.boxGuias .coluna2 .perfilGuia .btnSelecionarOutroGuia {
  display: none;
}

.boxGuias .coluna2 .perfilGuia .fotoGuia {
  height: 139px;
  width: 139px;
  border: 3px solid #bbb;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
}

.boxGuias .coluna2 .perfilGuia .fotoGuia img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.boxGuias .coluna2 .perfilGuia .nomeGuia {
  
}

.boxGuias .coluna2 .perfilGuia .nomeGuia span {
  display: block;
  font-size: 25px;
  font-weight: 600;
}

.boxGuias .coluna2 .perfilGuia .nomeGuia small {
  font-size: 13px;
}

.boxGuias .coluna2 .perfilGuia .guiaRedesSociais {
  width: 100%;
  float: left;
}

.boxGuias .coluna2 .perfilGuia .guiaRedesSociais ul {
  width: 100%;
  float: left;
}

.boxGuias .coluna2 .perfilGuia .guiaRedesSociais ul li {
  width: 30px;
  display: inline-block;
  margin: 0 5px 0 5px;
  cursor: pointer;
}

.boxGuias .coluna2 .perfilGuia .guiaRedesSociais ul li i {
  color: #888 !important;
  top: initial;
  font-size: 30px;
}

.boxGuias .coluna2 .perfilGuia .guiaDescricao {
  width: 80%;
  font-size: 11px;
  margin: 0 auto;
  overflow: hidden;
}

.boxGuias .coluna2 .perfilGuia .guiaDescricao p {
  font-size: 12px;
  line-height: initial;
}

.boxGuias .coluna2 .perfilGuia .selGuia {
  position: absolute;
  bottom: 0;
  margin-left: 50%;
  width: 180px;
  left: -90px;  
  background-color: #ccc;
  padding: 8px 0;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
}

.boxGuias .coluna2 .perfilGuia .guiaMsg {
  display: none;
}

#miniGuia {
  position: fixed;
  right: 15px;
  bottom: 25px;
  height: 160px;
  /*width: 171px;*/
  width: 65px;
  /*background-color: #fff;*/
  background-color: transparent;
  /*padding: 15px;*/
  padding: 0;
  /*box-shadow: 0 0 5px 2px rgb(0 0 0 / 30%);*/
  box-shadow: none;
  border-radius: 10px;
  z-index: 100000;
  transition: all 0.5s;
}

#miniGuia .fotoGuia {
  height: 65px;
  width: 65px;
  border: 3px solid #bbb;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  cursor: pointer;
  transition: all 0.5s;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
  background-color: #fff;
}

#miniGuia .fotoGuia img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s;
}

#miniGuia .nomeGuia {
  text-align: center;
}

#miniGuia .nomeGuia span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.5s;
  display: none;
}

#miniGuia .nomeGuia small {
  display: none;
}

#miniGuia .miniGuia-fechar {
  cursor: pointer;
  display: none;
  position: absolute;
}

#miniGuia .guiaRedesSociais {
  display: none;
}

#miniGuia .. {
  overflow: hidden;
  height: 0px;
}

#miniGuia .selGuia {
  display: none;
}

#miniGuia.miniGuiaAberto {
  width: 390px;
  height: 475px;
  bottom: 25px;
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 30%);
}


#miniGuia.miniGuiaAberto .miniGuia-fechar {
  display: block;
  right: 20px;
  top: 0;
  color: #bbb;
}

#miniGuia.miniGuiaAberto .miniGuia-fechar i {
    top: initial;
}

#miniGuia.miniGuiaAberto .fotoGuia {
  height: 140px;
  width: 140px;
  margin-top: 35px;
  transition: all 0.5s;
}

#miniGuia.miniGuiaAberto .nomeGuia span {
  font-size: 25px;
  transition: all 0.5s;
  display: block;
}

#miniGuia.miniGuiaAberto .nomeGuia small {
  font-size: 13px;
  transition: all 0.5s;
  display: block;
}

#miniGuia.miniGuiaAberto .guiaRedesSociais {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
}

#miniGuia.miniGuiaAberto .guiaRedesSociais ul {
  width: 100%;
  float: left;
}

#miniGuia.miniGuiaAberto .guiaRedesSociais ul li {
  width: 30px;
  display: inline-block;
  margin: 0 5px 0 5px;
}

#miniGuia.miniGuiaAberto .guiaRedesSociais ul li i {
  color: #888 !important;
  top: initial;
  font-size: 30px;
}

#miniGuia.miniGuiaAberto .guiaDescricao {
  width: 80%;
  font-size: 11px;
  margin: 0 auto;
  display: block;
  transition: all 1s;
  height: 70px;
  text-align: center;
}

#miniGuia.miniGuiaAberto .guiaDescricao p {
  line-height: initial;
  float: left;
  margin-top: 10px;
  font-size: 13px;
}

#miniGuia .btnSelecionarOutroGuia {
  overflow: hidden;
  height: 0px;
  background-color: transparent;
  color: #fff;
  width: 350px;
  cursor: pointer;
}

#miniGuia.miniGuiaAberto .btnSelecionarOutroGuia {
  display: flex;
  font-size: 12px;
  position: absolute;
  bottom: -53px;
  width: 195px;
  height: 30px;
  border-radius: 6px;
  left: 0px;
  transition: all 1s;
  color: #999;
  text-decoration: underline;
}

#miniGuia .guiaMsg {
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}

#miniGuia .guiaMsg label {
  font-size: 14px;
    color: #999;
}

#miniGuia .guiaMsg textarea {
  width: 300px;
  margin: 0 auto;
  height: 60px
}

#miniGuia .guiaMsg .button {
  background-color: #ccc;
  border: none;
  padding: 6px 14px;
  margin-top: 7px;
  float: right;
  border-radius: 3px;
  color: #666;
  font-size: 15px;
}

#miniGuia.miniGuiaFechado .guiaMsg,
#miniGuia.miniGuiaFechado .selGuia {
  display: none;
}

.fundoModalGuia {
  position: fixed;
  background: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100001;
  display: none;
}

.topoGuia.newTemplate {
  width: 160px;
  float: right;
  /*display: flex;*/
  padding-right: 15px;
  border-right: 1px solid #ccc;
  position: relative;
  color: #fff;
  background-color: #D45151;
  height: 60px;
  border-radius: 5px;
  padding: 6px;
}

.topoGuia.newTemplate .guiaDescricao,
.topoGuia.newTemplate .guiaRedesSociais {
  display: none;
}

.topoGuia .fotoGuia {
    height: 47px;
    width: 47px;
    border: 3px solid #FFF;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto 0px auto;
    cursor: pointer;
    transition: all 0.5s;
    float: left;
    margin-right: 20px;
}

.topoGuia .fotoGuia img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s;
}

.topoGuia .fotoGuia img.fotoGuia__padrao {
  filter: brightness(0) invert(1);
  height: 80%;
  width: 80%;
  margin-top: 10%;
  margin-left: 10%;
}

.topoGuia .nomeGuia {
    text-align: right;
}

.topoGuia .nomeGuia span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 125px;
}

.topoGuia .selGuia {
  position: absolute;
  bottom: 8px;
  right: 15px;
  text-decoration: underline;
  cursor: pointer;
}

.topoGuia.newTemplate .selGuia {
  right: 6px;
}

.topoGuia .miniGuia-fechar,
.btnSelecionarOutroGuia,
.topoGuia .guiaMsg {
  display: none;
}

.btnVoltaListaGuia {
  display: none;
}

.txtAgente:before {
  content: "Agente";
  margin-left: 3px;
}

.sessaoGuia_card:hover .sessaoGuia_cardNome {
  bottom: 30px;
  background-color: #111;
}

#MotorInfotravel {
  width: 100% !important;
  left: 0 !important;
  border-radius: 5px !important;
}

#MotorInfotravel.ifotravelResultado {
  width: 1300px !important;
  border-radius: 5px;
  height: 1000px !important;
  position: relative !important;
  top: -20px !important;
  margin: -5px 0 -70px -105px;
}

.MotorInfotravel {
  height: auto !important;
  min-height: 485px;
}

#MotorPota {
  left: 0 !important;
}


@media screen and (max-width: 900px){

  .MotorInfotravel {
    width: 100% !important;
    left: 0;
    float: left;
    position: relative;
    margin-top: -20px;
  }

  .ifotravelResultado {
    width: 100% !important;
  }

  #MotorInfotravel {
    width: calc(100% + 50px) !important;
    left: -25PX !important;
  }

  #MotorInfotravel.ifotravelResultado {
    width: calc(100% + 50px) !important;
    margin: 20px 0 -50px 0;
    height: 7000px !important;
  }

  .btnVoltaListaGuia {
    display: block;
    position: absolute;
    left: 15px;
    top: -60px;
    text-decoration: underline;
    font-size: 13px;
    color: #999;
  }

  .boxGuias .coluna2 {
    display: none;
  }

  .boxGuias .coluna2 .perfilGuia .fotoGuia {
    height: 129px;
    width: 129px;
  }

  .boxGuias .coluna2 .perfilGuia .selGuia {
    bottom: 20px;
  }

  #miniGuia {
    background-color: transparent;
    box-shadow: initial;
    width: 90px;
    right: 0;
    z-index: 1111;
  }

  #miniGuia .fotoGuia {
    height: 60px;
    width: 60px;
  }

  #miniGuia .nomeGuia {
    display: none;
  }

  #miniGuia.miniGuiaAberto .fotoGuia {
    height: 120px;
    width: 120px;
    margin-top: 15px;
  }

   #miniGuia.miniGuiaAberto .nomeGuia {
    display: block;
   }

  #miniGuia.miniGuiaAberto {
    width: 90vw;
    height: calc(100vh - 110px);
    top: 90px;
    right: 15px;
    z-index: 1000000;
  }

  #miniGuia.miniGuiaAberto .btnSelecionarOutroGuia {
    width: 86vw;
  }

  #miniGuia.miniGuiaAberto .guiaDescricao {
    width: 90%;
    margin: 0 auto 10px auto;
  }

  .btnBuscaBuia {
    right: 53px;
    position: absolute;
    height: 40px;
    top: 13px;
  }

  .btnBuscaBuia i {
     top: 0px;
  }

  #modalGuia {
    width: 95vw;
    margin-left: 0;
    left: 2.5vw;
    z-index: 1000001;
    margin-top: 20px;
    position: absolute;
    height: 94vh;
    overflow-x: scroll;
  }

  .boxFiltro {
    width: 95vw;
  }

  .boxFiltro .filtroForm input {
    width: 45vw;
    float: left;
    margin: 15px 5px;
  }

  .boxGuias .coluna1 .listaGuias {
    margin-left: 0;
    min-height: 240px;
    height: calc(100vh - 180px);
    width: 100%;
    padding: 0 15px;
  }

  .boxGuias .coluna1, .boxGuias .coluna2 {
    float: initial;
    width: 100%;
  }

  .boxGuias .coluna2 .perfilGuia {
      margin-top: 75px;
  }

  .boxGuias .coluna2 .perfilGuia .guiaDescricao {
    width: 85%;
    margin-bottom: 25px;
  }
}

.btnLogin#account-button {
  top: 0px;
}

.Motor_busca_campos div.campLiv_info i {
  height: 38px !important;
}

.Motor_busca_campos div.campLiv_info div.campLiv_infoPopup {
  top: -15px;
}

.main.home-page .hd h3:after {
  border-bottom: none;
}


@media screen and (max-width: 900px) {

  header.topoSite .topo_barTop .topo_barAreas {
    background-color: #444;
  }

  .main .newsletter-block {
    background-image: none !important;
    background-color: #eee;
  }

  .newsletter-block h3 {
      color: #777777 !important;
  }

  .section-news {
    background-color: #f7f7f7!important;
  }

  footer.footerSite .footerCol3 {
      text-align: center;
  }

}

.cardPac_dias {
  right: 20px;
}

@media screen and (min-width: 900px) {

  .vitalResultado {
    width: 1140px !important;
    border-radius: 5px;
    height: 800px !important;
    position: relative !important;
    top: -20px !important;
    margin: 0 0 -70px -25px;
  }

  iframe#principal {
    width: 1140px;
    left: 50%;
    margin: 30px 0 40px -570px;
    background: #FFF;
    padding: 30px;
    border-radius: 15px;
  }

}

