.jcarousel-wrapper {
    margin: 20px 0 0 43px;
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 97.7%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
    border-radius:4px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 44px;
    height: 88px;
    text-align: center;
}

.jcarousel-control-prev {
    left: -43px;
}

.jcarousel-control-next {
    right: 2px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    height:26px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    height: 6px;
    width: 6px;
    line-height: 8px;
    background: #ccc;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
}

.jcarousel-pagination a.active {
    background: #807f80;
    line-height: 11px;
    opacity: 1;
    height: 8px;
    width: 8px;
}

.homeico-tvArrowLeft, .homeico-tvArrowRight{ background: url('/Content/Styles/imagens/home/arrow_tv.png') no-repeat; background-position: 0 0;}
.homeico-tvArrowLeft{transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.homeico-tvArrowLeft:hover, .homeico-tvArrowRight:hover{background-position: top right;}

.homeico-bonsdecama {
  background-position: 0 -304px;
}

.homeico-destaqueh1 {
  background-position: 0 -535px;
}

.homeico-destaques {
  background-position: 0 -371px;
}

.homeico-icoCupomDigital {
  background-position: 0 -435px;
}

.homeico-icoRecomenda {
  background-position: 0 -591px;
}

.homeico-icoSonho {
  background-position: 0 -631px;
}

.homeico-precos {
  background-position: 0 -669px;
}

.homeico-premiumLogo {
  background-position: 0 -236px;
}

.homeico-tvTitle {
  background-position: 0 -482px;
}

#main {
  position: relative;
  display: block;
}

#main h2, #main h3, #main h4, #main h5, #main h6 {
  font-family: Arial, Helvetica, sans-serif;
}

#main > h1 {
  display: block;
  text-indent: 7px;
  margin-left: 15px;
  color: #e50452;
  margin-top: 0;
}

#main > h1:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 26px;
  margin-top: -2px;
}

#main #tv {
  width: 100%;
  max-width: 1390px;
}
#main #tv .tvArrowLeft, #main #tv .tvArrowRight {
  width: 44px;
  height: 88px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
#main #tv .tvArrowLeft {
  background-image: url(/Content/Styles/imagens/home/tvArrowLeft.png);
  left: -3.5%;
}
#main #tv .tvArrowLeft:hover {
  background-image: url(/Content/Styles/imagens/home/tvArrowLeft-hover.png);
}
#main #tv .tvArrowRight {
  background-image: url(/Content/Styles/imagens/home/tvArrowRight.png);
  right: -0.2%;
}
#main #tv .tvArrowRight:hover {
  background-image: url(/Content/Styles/imagens/home/tvArrowRight-hover.png);
}
#main #tv .jcarousel-wrapper .jcarousel {
  width: 96.8%;
}

#tv a:hover, #tv span:hover {
  text-decoration: none;
}

#tv li {
  position: relative;
}

#tv .descricao {
  position: absolute;
  z-index: 1;
  height: 38px;
  bottom: 18px;
  background-color: rgba(169, 0, 46, 0.9);
  right: -2px;
  text-indent: 40px;
  line-height: 37px;
  padding-right: 15px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  boder-bottom: 2px solid #dedede;
  color: #f7dae3;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}

#tv li:hover .descricao {
  color: #fff;
  background-color: rgba(189, 0, 41, 0.9);
  opacity: 1;
}
#tv li:hover img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#tv .jcarousel img {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#tv .descricao:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/Content/Styles/imagens/home/homeico-s3b92a6942e.png) no-repeat 0px -482px;
  width: 23px;
  height: 23px;
  opacity: 0.7;
  z-index: -1;
  margin: 8px 0 0 8px;
}

#moteisPremium {
  margin-left: 15px;
}

#moteisPremium h1 {
  display: block;
  text-indent: 7px;
  color: #4d4c4d;
  background-position: 0 -228px;
  height: 47px;
}

#moteisPremium h1:before {
  content: "";
  display: inline-block;
  width: 39px;
  height: 40px;
}

.motelBox {
  float: left;
  position: relative;
  width: 435px;
  height: 122px;
  border: 1px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  margin: 0 0 22px 7px;
}

.motelBox:hover {
  border-color: #e0e0e0;
  -webkit-box-shadow: 0px 0px 6px 0px #e0e0e0;
  -moz-box-shadow: 0px 0px 6px 0px #e0e0e0;
  box-shadow: 0px 0px 6px 0px #e0e0e0;
}

.motelBox .details {
  float: left;
  width: 422px;
  height: 66px;
  margin: 17px 0 0 0;
  padding: 0 0 3px 16px;
  border-bottom: 1px solid #e6e5e6;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.motelBox .details ul {
  margin: 0;
  padding: 0;
}

.motelBox .details li {
  list-style: none;
  float: left;
}

.motelBox .details .mlogo {
  margin-right: 8px;
  width: 55px;
  height: 55px;
  position: relative;
}

.motelBox .details .mNome a, .motelBox .details .mBairro a {
  color: #504f4f;
}
.motelBox .details .mNome {
  width: 180px;
  height:22px;
  font-size: 17px;
  font-weight: bold;
  color: #504f4f;
  margin-top: 5px;
  display: table-cell;
  line-height: 22px;
}

.mNome > p {
  margin: 0;
  line-height: 17px;
  vertical-align: middle;
  display: table-cell;
  height: 34px;
}

.motelBox .details .mPreco {
  width: 162px;
  text-align: center;
  margin-top: -12px;
}

.motelBox .details .mPreco > span {
  float: left;
  width: 100%;
  font-size: 10px;
  color: #b1b1b1;
}

.motelBox .details .mPreco .valores {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 22px;
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  font-size: 12px;
  color: #898787;
  margin-top: -7px;
  border-radius: 4px;
}

.valores .menorValor, .valores .maiorValor {
  font-size: 12px;
  color: #898787;
  float: left;
  width: 74px;
  text-align: center;
}

.valores .menorValor {
  background-position: 72px -663px;
}

.motelBox .details .mBairro {
  width: 182px;
  color: #504f4f;
  margin-top: -4px;
}
.listBairro {
    margin: 7px 0 0 0;
}
.listCidade {
    margin: 5px 0 0 0;
}
.listBairro, .listCidade {
    width:100%;
    display: block;
    line-height: 12px;
    font-size: 12px;
}

.motelBox > a:hover {
  text-decoration: none;
}

.motelBox > li:hover {
  text-decoration: none;
}

.motelBox .menuDetalhes {
  float: left;
  margin: 0 0 0 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

.motelBox .menuDetalhes li {
  display: inline-block;
  line-height: 35px;
}

.motelBox .menuDetalhes li a {
  color: #878787;
  font-size: 11px;
  text-decoration: none;
  padding-left: 9px;
  background-position: left -665px;
}

.motelBox .menuDetalhes li a:hover {
  text-decoration: underline;
}


#maisMoteis {
  float: left;
  clear: both;
  position: relative;
  display: inline-block;
  width: 430px;
  height: 45px;
  line-height: 45px;
  left: 50%;
  margin-left: -215px;
  border: 1px solid #db4a72;
  border-bottom: 1px solid #95485e;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #d41f51;
  background: -moz-linear-gradient(top, #d41f51 0%, #c33d4e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d41f51), color-stop(100%, #c33d4e));
  background: -webkit-linear-gradient(top, #d41f51 0%, #c33d4e 100%);
  background: -o-linear-gradient(top, #d41f51 0%, #c33d4e 100%);
  background: -ms-linear-gradient(top, #d41f51 0%, #c33d4e 100%);
  background: linear-gradient(to bottom, #d41f51 0%, #c33d4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d41f51', endColorstr='#c33d4e',GradientType=0 );
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#suiteDica {
  float: left;
  position: relative;
  display: block;
  width: 97%;
  margin: 8px 0 0 22px;
  padding: 48px 0 44px 0;
  padding-bottom: 44px;
  background: url(/Content/Styles/imagens/home/home_divisao.png) no-repeat top center;
}

#suiteDica a {
  text-decoration: none;
  display: block;
}

#suiteDica h6 {
  line-height: 36px;
  font-size: 30px;
  font-weight: normal;
  color: #12628b;
  text-transform: uppercase;
  text-indent: 44px;
  background-position: 0 -370px;
  margin: 0 0 24px 0;
}

#suiteDica img {
  float: left;
  margin: 0 14px 0 14px;
}

#suiteDica {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
#suiteDica .suiteEmDestaque:hover a, #suiteDica .dicaDaSemana:hover a {
  text-decoration: underline;
}
#suiteDica .suiteNome {
  font-size: 24px;
  color: #385c6e;
  margin: 0;
  font-weight: normal;
}

#suiteDica .motelNome {
  font-size: 18px;
  color: #385c6e;
  margin: 0 0 5px 0;
  font-weight: normal;
}

#suiteDica .txt {
  width: 296px;
  font-size: 14px;
  color: #666;
  margin: 10px 0 0 0;
  line-height: 19px;
  display: inline-block;
}

#suiteDica .txt:hover {
  text-decoration: underline;
}

#suiteDica .suiteEmDestaque, #suiteDica .dicaDaSemana {
  float: left;
  display: inline-block;
  width: 50%;
}


#homeBC {
  float: left;
  width: 100%;
  height: 421px;
  background: url(/Content/Styles/imagens/home/homeBCBg.png) no-repeat top right;
  margin-bottom: 82px; /* Pre swb 24px */
}
#homeBC .motelLogo img {
  position: absolute;
  left: 73px;
  width: 64px;
  height: 64px;
  bottom: 45px;
}
#homeBC .motelLogo .logomaskbc {
  width: 80px;
  height: 80px;
  background: url(/Content/Styles/imagens/home/mascara_bc.png) no-repeat;
  z-index: 1;
  left: 64px;
  position: absolute;
  bottom: 35px;
}

#homeBC h2 {
  line-height: 37px;
  font-size: 30px;
  font-weight: normal;
  color: #0e838e;
  text-transform: uppercase;
  text-indent: 44px;
  background-position: 0 -304px;
  margin: 36px 0 24px 20px;
}

#homeBC .descontobc.first {
  margin-left: 27px;
}

#homeBC .descontobc {
  float: left;
  position: relative;
  display: inline-block;
  width: 217px;
  height: 248px;
  background: url(/Content/Styles/imagens/home/homeBcBox.png) no-repeat;
  background-position: 0 0;
  margin-left: 3px;
  text-align: center;
}

#homeBC .descontobc:hover {
  background-position: -240px 0;
}

#homeBC .valor {
  font-size: 88px;
  color: #269aa5;
  margin: 47px 0 32px 0;
}

#homeBC .txt {
  font-size: 19px;
  color: #269aa5;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 5;
}

#homeBC .txt.pre {
  margin: 6px 0 -22px 0;
  float: left;
}

#homeBC .txt.alltxt {
  font-size: 28px;
  margin: 40px 0 10px 0;
  height: 100px;
}

#homeBC .motelNome {
  font-size: 14px;
  color: #807f80;
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 5;
}

.descontobc span {
  text-decoration: none;
  float: left;
  width: 100%;
}

#homeBC a:hover, .descontobc span:hover {
  text-decoration: none;
}

#homeBC > p {
  float: left;
  font-size: 22px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  margin: 41px 0 0 133px;
}

.motelBox .mlogo .premiumMask {
  position: absolute;
  width: 55px;
  height: 55px;
  background: url(/Content/Styles/imagens/home/mascara_premium.png) no-repeat;
  z-index: 2;
  top: 0px;
}
.motelBox .mlogo img {
  width: 50px;
  height: 50px;
  z-index: 1;
  position: absolute;
  top: 2px;
  left: 3px;
}

.bghome {
  background-color: #fbfbfb;
}
