  .no-border{
    border: none !important;
  }
  .no-background{
    background: none !important;
  }
  .searchbox{
    background-color: rgb(28, 69, 135);
    color:#fff;
    box-shadow: 0 2px 4px 0 rgba(68,68,68,0.16);
    border-radius: 6px;
  }
  .searchbox h1{
    color:#fff;
    padding: 10px;
    font-size: 24px;
  }
  .searchbox .hits{
    width: 90%;
    margin: 0px auto;
  }
  .searchbox .item{
    border: none;
  }
  .searchbox .input-label{
    /* color:#fff; */
    font-weight: bold;
    color:#000;
  }
  .searchbox .item{
    /* background-color: rgb(28, 69, 135);
    color:#fff; */
    color:#000;
  }
  .searchbox .results .item{
    background-color: #fff;
    color:#000;
  }
  .destino-tag{
    position: unset;
    right: 2px;
    background: #e9ebee;
    padding: 8px;
    border: 1px solid rgb(136, 147, 157);
    color: #000;
    border-radius: 8px;
    font-size: 16px;
    margin-right: 8px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    width: max-content;
    cursor: pointer;
    margin-left: 8px;
  }
  .destino-tag[status="true"]{
    background-color: rgb(28, 69, 135);
    color:#fff;
  }
  .searchbox .fa{
    margin-right: 0px !important;
  }
  .searchbox input, .searchbox .input-fake {
    width: 95%;
    box-shadow: 0 2px 4px 0 rgba(68,68,68,0.16);
    background: #fff !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    height: 52px;
    padding: 0 14px;
  }
  .searchbox .input-fake{
    margin: 0px auto;
    width: 90%;
    margin-bottom: 3px;
    color: #000;
    line-height: 52px;;
  }
  .searchbox .input-fake-item{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 4px 3px;
    padding: 0px 4px;
  }
  .searchbox select{
    width: 95%;
    background-color: white;
    display: block;
    box-shadow: 0 2px 4px 0 rgba(68,68,68,0.16);
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    height: 52px;
    padding: 0 14px !important;
  }
  .searchbox .item-select:after{
    bottom: 30%;
    top: auto;
  }
  .searchbox button{
    margin-top: 12px;
    box-shadow: 0 2px 4px 0 rgba(68,68,68,0.16);
    font-size: 22px;
    font-weight: bold;
    border-radius: 4px;
  }
  .slider-card-destino {
    width: 250px;
    height: 175px;
    display: block;
    float: left;
    margin: 0px 7.5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
    padding-top: 1px;
    padding-bottom: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .slider-card-destino h3{
    margin: 0px;
    padding: 0px;
    padding-top: 50px;
    overflow: hidden;
  }
  .slider-card-destino p {
    margin: 0px;
    padding: 0px;
  }
  .desktop-content {
    top: 0px !important;
  }
  .desktop-content section{
    /* max-width: 980px;
    margin: 0px auto; */
    padding: 30px 0px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
  }
  .desktop-content .searchbox{
    width: 50%;
    max-width: 540px;
    margin: 40px auto;
  }
  .desktop-content .item-select select{
    width: 100%;
  }
  .item{
    cursor: pointer;
  }
  .item .item{
    border: none;
  }
  .item[status="0"]:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #ddd !important;
    /* border-left: 3px solid #ddd !important; */
  }
  .item[status="1"]{
    background-color: #ebf3ff !important;
    /* border: 1px solid #000 !important; */
    border: 1px solid #387ef5 !important;
    border-top: 4px solid #387ef5 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .item[status="1"] .item{
    background-color: #ebf3ff !important;
  }
  .item[status="1"] .fa-check-circle,.item[status="1"] .fa-check{
    color: #fff !important;
  }
  .item-feed-img{
    max-height: 200px;
    overflow: hidden;
  }
  .item-body p {
    line-height: 18px;;
    margin: 4px auto;
  }
  .item-icon-right .ion-chevron-right{
    right: 0px;
    background-color: #fafafa;
    color: #888;
  }
  .tip-label{
    color:green;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background-color: #90ee905e;
    /* display: inline-block; */
    float: left;
    margin: 4px 3px;
    padding: 3px 4px;
    border-radius: 4px;
  }
  .hotel-label{
    display: block;
    width: 100%;
    background: purple;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
  }
  .hotel-label[type="hotel_economico"]{
    background: goldenrod;
  }
  .hotel-label[type="hotel_conforto"]{
    background:lightcoral
  }
  .item-price{
    /* text-align: center !important;
    border-top: 1px dashed #ccc !important;
    font-weight: bold !important;
    padding: 7px !important;
    margin-top: 10px !important;
    color: green !important; */
    text-align: center !important;
    background-color: lightseagreen !important;
    color: #fff !important;
    padding: 7px 12px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    margin: 10px auto !important;
  }
  .item-price-reduce{
    text-align: center !important;
    background: indianred !important;
    color: #fff !important;
    padding: 7px 12px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    margin: 10px auto !important;
  }
  .item-price-same{
    text-align: center !important;
    background-color: #ccc !important;
    color: #888 !important;
    padding: 7px 12px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    margin: 10px auto !important;
  }  
  .item-detalhes{
    text-align: center !important;
    background-color: #fafafa !important;
    color: #888 !important;
    padding: 7px 12px !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    margin: 10px auto !important;
  }
  .faq-list p{
    font-size: 14px;
    line-height: 16px;
  }

  .pricing-table, .pricing-table th, .pricing-table td {
    /* border: 1px solid black; */
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
  }
  .pricing-table th, .pricing-table td {
    padding: 10px 7px;
  }
  .pricing-table td:nth-child(2){
    text-align: center;
  }

  .arrow-box {
    position: relative;
    background: #fff;
    border: 3px solid #888;
    padding: 5px;
    border-radius: 4px;;
    text-align: center;
    font-weight: bold;
    width: 95%;
    max-width: 450px;
    margin: 0px auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  }

  .arrow-box:after, .arrow-box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .arrow-box:after {
    border-color: rgba(255, 255, 255, 0);
	  border-bottom-color: #fff;
    border-width: 30px;
    margin-left: -30px;
  }
  .arrow-box:before {
    border-color: rgba(136, 136, 136, 0);
	  border-bottom-color: #888;
    border-width: 34px;
    margin-left: -34px;
  }

  /*
  @media (max-width: 512px) {

    .item-thumbnail-left img{
      height: 100% !important;
      max-height: 100% !important;
      overflow: hidden;
      object-fit: cover;
    }
  }
  */
  @media (min-width: 767px) {
    /* .item-thumbnail-left{
      padding-left: 150px !important;
      min-height: 120px !important;
    }
    .item-thumbnail-left img{
      max-width: 120px !important;
      max-height: 120px !important;
      object-fit: cover;
    } */

    .modal-backdrop .scroll{
      width: 50%;
      min-width: 500px;
      margin: 0px auto;
    }

  }

