body, p, a, span, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins',Arial,Helvetica,sans-serif !important;
  }
  .clear {
    clear: both;
  }
  .load-div {
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
  }
  .loader {
    border: 16px solid #f3f3f3;
      border-top-width: 16px;
      border-top-style: solid;
      border-top-color: rgb(243, 243, 243);
    border-radius: 50%;
    border-top: 16px solid #0075be;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    top: 40%;
    left: 45%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 500;
  }
  /* Safari */
@-webkit-keyframes spin {
  0% {
 -webkit-transform: rotate(0deg);
 }
  100% {
 -webkit-transform: rotate(360deg);
 }
 }
  @keyframes spin {
  0% {
 transform: rotate(0deg);
 }
  100% {
 transform: rotate(360deg);
 }
 }
  .justify-content {
    justify-content: center;
    display: flex;
  }
  .floatRight {
    float: right;
  }
  .floatLeft {
    float:left;
  }
  .textCenter {
    text-align: center;
  }
  .textRight {
    text-align: right;
  }.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
      font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .btn-ricky {
    display: inline-block;
    padding: 7px 20px;
  border-radius: 20px;
  font: 500 15px/1.33334 'Poppins', sans-serif;
    font-family: "Poppins", sans-serif;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #0075be;
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #0075be;
  height: auto;
  }
  .btn-ricky:hover {
    background-color: #f9b807;
    border-color:#f9b807;
  }
.wrapper {
    background: #f2f7ff;
    position: relative;
  }
  .ui-datepicker {
    display: none;
    background: #fff;
    max-width: 460px;
    width: 443px;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 11px 6px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 11px 6px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 11px 6px rgba(0,0,0,0.15);
    z-index: 9999999 !important;
  }
  .ui-datepicker .ui-datepicker-header {
    padding: 8px 30px 5px;
    position: relative;
    background: none;
    border:0px;
  }
  .ui-datepicker .ui-datepicker-title {
    text-align: center;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 20;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: #0464ff;
    border-radius: 50%;
  }
  .ui-datepicker .ui-datepicker-prev {
    left: 0;
  }
  
  .ui-datepicker .ui-datepicker-next {
    right: 0;
  }
  
.ui-datepicker .ui-datepicker-prev::before {
  content: '\f104';
  margin: -9px 0 0 -6px;
}
.ui-datepicker .ui-datepicker-next::before {
  content: '\f105';
  margin:-9px 0 0 -5px;
}
.ui-datepicker .ui-datepicker-prev::before, .ui-datepicker .ui-datepicker-next::before {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transition: all .3s;
  font: 18px 'FontAwesome';
  color: #fff;
}
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
  }
  .ui-datepicker .ui-datepicker-calendar th {
    color: #0464ff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
  }
  .ui-datepicker-unselectable.ui-state-disabled span {
    color: #ccc;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 18px;
    position: relative;
    border-radius: 4px;
  }
  .ui-datepicker .ui-datepicker-calendar td {
    padding: 1px;
    position: relative;
    width: 1%;
  }
  .ui-datepicker .ui-datepicker-calendar td a {
    color: #666;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: #f2f7ff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 18px;
    position: relative;
    border-radius: 4px;
    border:0px;
  }
  .ui-datepicker .ui-datepicker-calendar td .ui-state-highlight, .ui-datepicker .ui-datepicker-calendar td .ui-state-highlight:hover {
    background: #f9b807;
    color: #0464ff;
  }
#header {
    padding: 0;
    box-shadow: none;
    position: relative;
    z-index: 99;
    background: #fff;
    font-size: 0;
  line-height: 0;
  }
  #header .container-fluid {
    padding: 10px 30px;
    max-width: 1920px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  #main-nav {
    background-color: #0075be;
  }
  #header .logo {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    float: left;
    height: auto;
  text-indent: 0;
  vertical-align: top;
  width: 250px;
  background: none;
  margin: 0;
  }
  #header .logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
    max-width: 100%;
  }
  #header .right-menu {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins',sans-serif;
  }
  #header .phone {
    color: #4d4d4d;
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    line-height: 1.3333333333;
    font-weight: 500;
    /* align-self: center; */
    margin: 4px 30px 0 0;
    padding: 1px;
      padding-left: 1px;
      min-height: 28px;
      display: inline-block;
      text-decoration: none;
  }
  #header .phone:first-of-type {
    background: url(/img/ico-phone-yellow-new.svg) no-repeat;
      background-size: auto;
    background-size: 36px 36px;
    padding-left: 50px;
  }
  #header .phone span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: inherit;
    font-family: inherit;
  }
  #header .phone.email {
    margin-left: 50px;
  }
  header nav ul, footer nav ul {
    margin: 0;
    list-style: none;
    vertical-align: top;
    min-width: 320px;
  }
  header nav ul li, footer nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px 0 11px;
  }
  #main-nav nav > ul {
    text-align: center;
  }
  #main-nav nav li > a {
    color: #fff;
    text-decoration: none;
  }
  .main-menu .ico-menu {
    display: none;
  }
  #main-nav li.ico-menu a {
    color: #0075be;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 20;
    text-align: left;
    padding: 10px 20px 20px;
  }
  .main-menu .centerwrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
  .dropdown-content a{
    transition: all 0.3s;
  }
  .dropdown-content .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 0 5px;
    border-left: 1px solid #ccc;
  }
  .dropdown-content .col:first-of-type {
    border-left: none;
    padding-left: 0;
  }
  .main-menu .centerwrapper .col {
    padding: 0 0 0 10px;
    white-space: nowrap;
  }

  header nav .dropdown-content h3 {
    color: #0075be;
    font-weight: bold;
    padding: 0;
  }
  .dropdown-content .col h3 {
    font-size: 11pt;
    margin-top: 0;
  }
  header nav .dropdown-content h3 span {
    padding: 10px;
    display: block;
  }
  .dropdown-content p {
    margin: 0;
    font-size: 10pt;
    line-height: 11pt;
  }
  .dropdown-content .col a {
    text-transform: none;
    text-decoration: none;
    margin: 0 !important;
  }
  .dropdown-content .col a:hover {
    background-color: #f9b807;
  }
  .dropbtn:hover {
    background-color: #f9b807;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 400ms ease-in-out;
    color: #0075be;
  }
  .dropbtn:hover a {
    color: #0075be !important;
  }
  .dropbtn:hover .dropdown-content {
display: block;
color: #0075be;
opacity: 1; 
transition: all 400ms ease-in-out;
  }
  .dropdown-menu.show {
    transition: all 400ms ease-in-out;
  }
  .main-visual {
    padding: 256px 0 50px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
  }
  .main-visual .container {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1110px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .main-visual #carouselHome {
     position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  }
  .main-visual #carouselHome .bg-cover {
    background-position: center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
  }
  .bg-cover {
    background-position: center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 580px;
  }
  .main-visual .nav-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    border:0px;
  }

  .main-visual .nav-tabs li {
    background-color: #0075be;
    font-weight: 500;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    font-size: 14px;
    line-height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-visual .nav-tabs li.active {
    background-color: #f9b807;
    pointer-events: none;
  }
  .main-visual .nav-tabs li:not(:last-child) {
    border-right: 1px solid #f9b807; 
  }
  .main-visual .nav-tabs li:last-child {
    border-radius: 0 8px 0 0;
  }
  .main-visual .nav-tabs li:first-child {
    border-radius: 8px 0 0 0;
  }

  .main-visual .nav-tabs a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
  }
  .main-visual .nav-tabs li.active > a {
    color: #0075be;
  }
  .main-visual .tabholder {
    background-color: #f9b807;
    border-radius: 0 8px 8px 8px;
    color: #4d4d4d;
    min-height: 80px;
    padding: 10px;
  }
  .main-visual .tabs-holder.tabs-init .tab-block {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .search-form-new {
    font-family: 'Poppins',sans-serif;
    font-size: 13px;
    line-height: 18px;
    /* padding: 12px 0 0 20px; */
    margin: -10px;
    padding:0px;
  }
  .search-form-new form {
    display: -webkit-box;
    display: flex;
  }
  .search-form-new .inputs {
    -webkit-box-flex: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: flex;
    padding: 10px 10px 0px;
  }
  .search-form-new .date-input > img {
  position: absolute;
  left: 21px;
  top: 10px;
  width: 20px;
  height: 20px;
}
  .search-form-new .inputs .col {
    -webkit-box-flex: 2;
    flex-grow: 2;
    box-sizing: border-box;
    padding: 0 18px 20px 0;
  }
  .search-form-new label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .search-form-new .input-holder {
    position: relative;
    margin-bottom: 20px;
  }
  .search-form-new .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 20px;
    border: 1px solid #0075be;
    border-radius: 20px;
    background: #f7f7f7;
    color: #808080;
    font: 500 14px/22px 'Poppins', sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
  }
  .search-form-new .date-input {
    padding: 0;
    position: relative;
  }
  .search-form-new .date-input .form-control {
    padding-left: 50px;
    padding-right: 50px;
  }
  .search-form-new .date-input > img {
    position: absolute;
    left: 21px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
  #RoomPax.btn {
    text-transform: none;
    font-size: 13px;
  }
  .search-form-new .btn.btn-link {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 20px;
    border: 1px solid #0075be;
    border-radius: 20px;
    background: #f7f7f7;
    color: #808080;
    font: 500 14px/22px 'Poppins', sans-serif;
      font-size: 14px;
      font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
  }
  .search-form-new .btn.btn-link::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url(/img/arrow-001-new.svg) no-repeat;
    content: '';
  }
  .search-form-new .btn-submit {
    background-color: #0075be;
    color: #fff;
    border: none;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    margin: 0 0 0 -20px;
    border-radius: 0 0 6px 6px;
  }
  .search-form-new .btn-submit:hover {
    color: #0075be;
    background-color: #f9b807;
    transition: all 400ms ease-in-out;
  }
  #footer {
    padding: 100px 0 33px;
    box-sizing: border-box;
    background: #222;
    color: #fff;
    font: 13px/1.3077 'Poppins', sans-serif;
    position: relative;
  z-index: 20;
}
#footer .container {
    max-width: 1110px;
    padding: 0 15px;
  }

  #footer .holder {
    max-width: none;
    padding: 0;
    margin: 0 auto;
  }
  #footer .bottom {
    padding: 17px 0;
    border-top: 1px solid #333;
    background: none;
    color: #999;
    font-family: inherit;
    font-size: 10px;
    line-height: 1.4;
    text-align: left;
    font: 8px/12px 'PFTempestaSevenCondensed', sans-serif;
  }
  #footer .logo {
    width: 194px;
    height: 44px;
    margin: 0 auto 28px;
    /* background: url(/img/logo-footer.svg) no-repeat; */
  }

  #footer nav ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 -25px;
    padding: 24px 0;
    border: none;
    font-family: inherit;
    font-weight: 500;
    text-transform: none;
  }
  #footer nav ul li {
    padding: 0 25px;
  }
  #footer nav ul li.active a {
    color: #f9b807;
  }
  #footer a {
    color: #fff;
  }
  #footer .info {
    padding: 33px 0 5px;
    border-color: #333;
    text-align: left;
  }
  #footer .row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  #footer .logos-area {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -1px -20px 0;
    padding: 0;
  }
  #footer .row > [class*="col"] {
    padding: 0 20px;
  }
  #footer .col-6 {
    width: 50%;
  }
  #footer .col-3 {
    width: 33%;
  } 
  #footer a {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins',Arial,Helvetica,sans-serif !important;
  }
  #footer a:hover {
    color: #f9b807;
  }
  #footer h1 a {
    text-transform: uppercase;
    font-size: 24px;
  line-height: 28px;
  }
  #footer nav ul {
    font-family: inherit;
    font-weight: 500;
    text-transform: none;
  }
  footer nav ul {
    font: 15px/20px 'lato-bold', Helvetica, sans-serif;
      font-weight: normal;
      font-family: "lato-bold", Helvetica, sans-serif;
  }
  #footer h4 {
    margin: 0 0 30px;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.69231;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #999;
  }
  #footer .contacts {
    float: none;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: none;
  }
  #footer .contacts .phone {
    background: url(/img/ico-02.png) no-repeat 0 2px;
    padding-left: 50px;
  }
  #footer .contacts ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -20px 3px 0;
    padding: 0;
      padding-left: 0px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.33334;
    font-weight: 500;
  }
  #footer .contacts ul li {
    position: relative;
    margin: 0 0 0 -20px;
    padding: 0 20px;
    list-style-type: none;
  }
  #footer .schedule-note {
    display: block;
    font: 12px/14px 'PFTempestaSevenCondensed',sans-serif;
      font-family: "PFTempestaSevenCondensed", sans-serif;
  }
  #footer .schedule-note span {
    font-size: 9px;
  }
  #footer .socials {
    float: none;
    width: auto;
    padding: 0;
    text-align: left;
  }
  #footer .egoi_button {
    display: inline-block;
  min-width: 140px;
  padding: 10px 12px;
  border-radius: 20px;
  font: 500 15px/1.33334 'Poppins', sans-serif;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: initial;
    margin: 4px 0 0;
    text-transform: none;
  
  background: #0075be;
  color: #fff;
  }
  #footer .socials ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -5px;
    padding: 4px 0 0;
  }
  #footer .socials ul li {
    padding: 0 5px 5px;
  }
  #footer .socials ul li a {
    display: block;
    position: relative;
    left: auto;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 2px solid #333;
    border-radius: 50%;
    background: none;
  }
  #footer .socials ul li a:hover {
    border-color:#0075be;
    color: #f9b807;
  }
  #footer .list {
    list-style: none;
    margin: 0 0 -5px;
    padding: 0;
  }
  #footer .list li {
    margin: 0 0 5px;
  }
  #footer .bottom p {
    margin: 0;
  }
  #footer .text-right {
    text-align: right;
  }
  #footer .copy {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 12px;
    line-height: 1.33334;
  }
  #footer *, #footer ::before, #footer ::after {
    box-sizing: border-box;
  }
  #footer .socials ul li a::before, #footer .socials ul li a::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #footer .socials ul li .facebook::before {
    background-image: url(/img/ico-facebook-new.svg);
  }
  #footer .socials ul li .blog::before {
    background-image: url(/img/ico-blog-new.svg);
  }
  
#footer .socials ul li .instagram::before {
  background-image: url(/img/ico-instagram-new.png);

}
#footer .socials ul li .instagram::after {
  background-image: url(/img/ico-instagram-yellow-new.png);
}
#footer .socials ul li a::after {
  opacity: 0;
}
#footer .socials ul li .blog::after {
  background-image: url(/img/ico-blog-yellow-new.svg);
}

#footer .socials ul li .facebook::after {
  background-image: url(/img/ico-facebook-yellow-new.svg);

}
#footer .logos-area > div {
  padding: 0 20px 20px;
}
#footer .logos-area img {
  vertical-align: top;
  max-height: 75px;
  width: auto;
}
  .btn-totop {
    position: absolute;
    z-index: 20;
    bottom: 40px;
    right: 15px;
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
    border-radius: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #0075be;
    padding: 11px 5px 5px;
    overflow: hidden;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
  }
  .btn-totop::before {
    content: '';
    display: block;
    margin: 0 auto 3px;
    width: 18px;
    height: 11px;
    background: url(/img/arrow-up-blue-01.png) no-repeat;
      background-size: auto;
    background-size: 18px 11px;
    transition: all .3s;
    position: relative;
  }

  #promo-container {
    padding: 40px 0 40px 0;
  }
  .hotels-area.promos {
    padding: 0;
  }
  .hotels-area {
    top: auto;
    box-sizing: border-box;
    padding: 94px 0 100px;
    background: #f2f7ff;
    font-size: 14px;
  }
  .hotels-area .container {
    max-width: 1110px;
    padding: 0 15px;
  }
  .hotels-area .top {
    margin: 0 0 47px;
    font: 500 18px/1.22222 'Poppins', sans-serif;
    text-align: center;
    color: #4d4d4d;
  }
  .hotels-area *, .hotels-area ::before, .hotels-area ::after {
    box-sizing: border-box;
  }
  .hotels-area .top h2 {
    margin: 20px 0 0 10px;
    font-family: inherit;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #0075be;
  }


  .promo-tabs .ui-tabs-nav,.promo-tabs {
    border:0px !important;
    background: none;
    border-radius: 0px;
    padding: 0;
  }
  .promo-tabs .ui-tabs-nav > li {
    padding: 10px 20px !important;
    background-color: #0075be;
    margin: 0;
    border-radius: 6px 6px 0 0;
    border: 0px;
  }
  .promo-tabs > ul li a {
    color: #fff !important;
    padding: 0 !important;
  }
  .promo-tabs > ul li.ui-state-active {
    background-color: #f9b807;
    border-color: #f9b807;
  }
  .promo-tabs > ul li a:hover {
    color: #f9b807 !important;
  }
  .promo-tabs > ul li.ui-state-active a {
    color: #0075be !important;
    
  }
  .promo-tabs .ui-tabs-panel {
    /*background-color: #f3f3f3;*/
    background: url('../img/back-home-products.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-size: cover;
    background-position: center;
  }
  .ui-tabs-panel {
    position: relative;
    padding: 20px 25px 40px;
    background-color: #f9b807;
    border-radius: 0px 6px 6px 6px;
  }
  .hotel-box {
    background-color: #fff;
    margin: 0 15px;
    overflow: hidden;
  }
  .hotel-box .img {
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
  }
  .hotel-box .img::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 38.88%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
  }
  .hotel-box .img > span {
    height: auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .hotel-box .img span {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .hotel-box .img > span::before {
    display: block;
    padding-bottom: 70.59%;
    content: '';
  }
  .hotel-box .location {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px 20px;
    font-weight: 600;
    color: #fff;
  }
  .hotel-box .location span {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
  }
  .hotel-box .location span::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 18px;
    background: url(/img/ico-marker-001-new.svg) no-repeat;
      background-size: auto;
    background-size: 100% 100%;
    content: '';
  }
  .hotel-box .block {
    padding: 15px 20px;
    color: #4d4d4d;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
  }
  .hotel-box a {
    text-decoration: none;
  }
  .hotel-box a:hover .img .div-img {
    transform: scale(1.1);
    transition: all 400ms ease-in-out;
  }
  .hotel-box .block h3 {
    margin: 0 0 5px;
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .promos h3 {
    color: #666;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-family: "Lato", sans-serif;
    text-transform: none;
  }
  .hotel-box .list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hotel-box .list li {
    position: relative;
    padding: 0 0 0 11px;
  }
  .hotel-box .list li::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #0075be;
    content: '?';
  }
  .hotel-box footer {
    height: auto !important;
    margin-top: auto;
    padding: 15px;
    background: none;
    color: #0075be;
  }
  .hotel-box .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    padding: 0;
    display: block;
    text-align: left;
    color: inherit;
    font-family: 'Poppins',sans-serif;
    font-size: 17px;
    line-height: 1.16667;
  }
  .hotel-box .price em {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.33334;
    font-weight: 500;
    color: inherit;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .hotel-box .price strong {
    padding: 0 10px 0 0;
    font-weight: 700;
  }
  .hotel-box .price .pax {
    color: #0075be;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 5px;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 500;
    text-decoration: none;
  }

  .advantages-section {
    position: relative;
    box-sizing: border-box;
    padding: 148px 0 66px;
    background: #fff;
  }
  .advantages-section::before {
    top: 0;
    height: 60px;
    background: url(/img/bg-adv-new.svg) repeat-x 50% 0;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-size: auto 100%;
    background-color: #f2f7ff;
    position: absolute;
    left: 0;
    right: 0;
    content: '';
  }
  .advantages-section::after {
    top: 60px;
    bottom: 0;
    background: #0075be;
  }
  .advantages-section::before, .advantages-section::after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
  }
  .advantages-section .container {
    position: relative;
    z-index: 1;
    max-width: 1110px;
    padding: 0 15px;
  }
  .advantages-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    list-style: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 0 -5px;
    text-align: center;
    justify-content: center;
  }
  .advantages-section *, .advantages-section ::before, .advantages-section ::after {
    box-sizing: border-box;
  }
  .advantages-list li {
    width: 20%;
    padding: 0 15px 30px;
  }
  .advantages-list > li {
    display: inline-block;
  }
  .advantage-box {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
  }
  .advantage-box .ico {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: 120px;
    margin: 0;
    border: none;
    border-radius: 0;
    background: none;
    z-index: 20;
  }
  .advantage-box .ico img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .advantage-box figcaption {
    height: auto !important;
    padding: 18px 0 0;
    background: none;
    color: #fff;
    font: 600 16px/1.375 'Poppins', sans-serif;
  }
  .advantage-box figcaption p {
    text-transform: none;
    margin: 0;
  }
  .advantage-box figcaption mark {
    background: none;
    color: #f9b807;
  }
  .search-title {
    background: #f7f7f7;
    text-align: center;
    padding: 20px 0;
  }
  .results-info {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }
  .results-info li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    color: #0075be;
  }
  .search-title h1, .search-title h2 {
    margin: 0 0 14px;
    font: bold 28px 'Lato',sans-serif;
      font-family: "Lato", sans-serif;
      color: #0075be;
  }
  .results-info .price, .results-info a .price {
    color: #ff8306;
    font-size: 16px;
    line-height: 20px;
  }
  .results-info li + li::before {
    content: '';
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 1px;
    height: 16px;
    background: #999;
    margin: 3px 0 0 19px;
  }
  .list_products_section {
    background: #ecf6ff;
    padding: 50px 0;
  }
  .list_products_section .destinos-div, .list_products_section .pkg-div {
    position: relative;
  overflow: hidden;
 margin-bottom: 25px;
  }
  .list_products_section .destinos-div .div-figure-img, .list_products_section .pkg-div .div-figure-img {
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    transition: all 400ms ease-in-out;
    box-shadow: 0 1px 1px rgba(0, 0,0, .1);
    border-radius: 5px;
  }
  .list_products_section .destinos-div:hover img, .list_products_section .destinos-div:hover .div-figure-img{
    transform: scale(1.1);
    transition: all 400ms ease-in-out;
  }
  .list_products_section .destinos-div .div-txt {
    position: absolute;
  text-align: left;
  width: 100%;
  padding: 0 25px;
  bottom: 0;
  left: 0;
  background-color: rgba(236, 246, 255,0.5);
  }
  .list_products_section .pkg-div .div-txt {
    background-color: #fff;
    padding: 15px;
    min-height: 185px;
  }
  .list_products_section .destinos-div .div-txt a, .list_products_section .pkg-div a {
    text-decoration: none;
  }
  .list_products_section  .destinos-div .div-txt h4 {
    color: #fec707;
    text-shadow:1px 1px #333;
  }
  .list_products_section .destinos-div .div-txt h2 {
    color: #0075be;
    text-shadow:1px 1px #333;
  }
  .list_products_section .pkg-div .div-txt h4,   .list_products_section .pkg-div .div-txt h2 {
    color: #0075be;
  }

  .list_products_section .span-operador {
    color: grey;
    font-size: 11px;
  }
  .section-descr-pkg {
    padding: 50px 0;
  }
  .section-descr-pkg .search-details {
    position: relative;
  padding: 30px;
  background: #f9b807;
  border-radius: 5px;
  }
  .form-search-detail{
    padding: 15px !important;
  }
  .section-descr-pkg .search-details h4 {
    color: #0075be;
    text-align: center;
  }
  .section-descr-pkg .search-details label {
  font-size: 13px;
  line-height: 100%;
  font-weight: 500;
  text-transform: capitalize;
  color: #4d4d4d;
}
  .section-descr-pkg .search-details .form-control {
    height: auto;
    padding: 12px 20px;
    font-style: normal !important;
    color: #808080;
    background: #f7f7f7;
    border: 1px solid #0075be;
    border-radius: 20px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    text-transform: capitalize;
    margin: 5px 0 15px 0;
  }
  .about-section {
    padding: 80px 0;
    background-color: #fff;
  }.about-section p {
    font: 300 15px/120% 'Poppins', 'Helvetica', sans-serif;
      font-family: "Poppins", "Helvetica", sans-serif;
    margin: 0 0 1.5em;
    color: #4d4d4d;
  }
  .about-section p strong {
    font-weight: bold;
  }
  .about-section a {
    color: #ff8306;
  }
  .main-visual {
    padding: 303px 0 0;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
  }
  .bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top-banner {
    position: relative;
    min-height: 340px;
    text-align: center;
    padding: 110px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: auto;
    margin: 0;
    box-sizing: border-box;
  }
  .main-visual h1 {
    margin: 0 0 10px;
    font-size: 50px;
    line-height: 58px;
    font-family: inherit;
    font-weight: 900;
    color: inherit;
  }

  .hotels-page .hotels-block .details-info, .hotels-page .results-block .details-info {
    margin-top: 0;
    margin-bottom: 0;
  }
  .details-info {
    display: table;
    width: 100%;
    margin: 0 0 14px;
      margin-top: 0px;
      margin-bottom: 14px;
  }
  .details-info .details-heading {
    display: table-header-group;
  }
  .details-info .table-row {
    display: table-row;
  }
  .hotels-page .hotels-block .table-row, .hotels-page .results-block .table-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    padding: 10px 19px 0;
    justify-content: flex-start;
  }
  .hotels-page .results-block .details-heading .table-row, .hotels-page .hotels-block .details-heading .table-row {
    padding: 15px 10px;
    background-color: #e1edff;
  }
  .hotels-page .results-block .details-heading .table-row {
    border-radius: 0;
  }
  .details-info .cell {
    display: table-cell;
    vertical-align: top;
    background: #fff;
    border: solid #ecf6ff;
    color: #999;
    border-width: 0 0 1px 1px;
    padding: 8px 0px 6px;
    font-size: 13px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .details-info .cell:first-child {
    border-left: 0;
  }
  .details-info .details-heading .cell {
    background: none;
    border: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 8px;
  }
  .hotels-page .hotels-block .details-heading .table-row > .cell, .hotels-page .results-block .details-heading .table-row > .cell {
    font-size: 13px;
    font-weight: 500;
    color: #4d4d4d;
  }
  .hotels-page .hotels-block .details-info .table-row > .cell, .hotels-page .results-block .details-info .table-row > .cell {
    display: -webkit-box;
    display: flex;
    flex: 1;
    padding: 0 10px;
    align-items: center;
  }
  .hotels-page .results-block .details-heading .table-row .cell:nth-child(1) {
    flex: 1.5;
  }
  .hotels-page .results-block .details-heading .table-row .cell:nth-child(3) {
    -webkit-box-flex: 1;
    flex: 1;
    flex-direction: column;
    text-align: left;
    align-items: start;
  }
  .room-details {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .room-details > li {
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
    padding: 0;
  }
  .room-details .cols {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    padding: 5px 10px;
    border-bottom: solid 1px #ddd;
  }
  .room-details .cols > .col:nth-child(1) {
    color: #0075be;
    font-size: 13px;
    flex: 1.5;
  }
  .room-details .cols > .col {
    padding: 0 10px;
  }
  .hotel-box .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 8px;
  }
  .room-details .price {
    vertical-align: middle;
    line-height: 1.143;
    font-weight: 700;
    color: #0075be;
    white-space: nowrap;
  }
  .hotels-page .details-info .table-content .btn-book {
    background: #0075be;
    border: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px !important;
    text-align: center;
    display: block;
    margin-left: 20px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .hotels-page .hotels-block .details-info .table-row.table-content > .cell:nth-child(1), .hotels-page .results-block .details-info .table-row.table-content > .cell:nth-child(1) {
    -webkit-box-flex: 1;
    flex: 2.5;
    color: #0075be;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
  }
  .hotels-page .details-info .table-content .btn-book:hover {
    background: #f9b807;
    color: #0075be;
    opacity: 1;
  }
  .section-descr-pkg .btn-ricky {
    width: 100%;
  }
  .section-descr-pkg .btn-ricky:hover {
  border:1px solid #0075be;
  background-color: #fff;
  color: #0075be;
  }
  .section-descr-pkg .roomDiv .ageDiv {
    margin-right: 10px;
  }
  .pad50 {
    padding: 50px 0;
  }
  .pad10 {
    padding: 0px 10px;
  }
  .table-voos td {
    vertical-align: middle;
  }
  .sub-table {
    margin-bottom: 0;
  }
.flight-table .first-opt-row {
  background-color: #fff;
}
.table-white {
  background-color: #fff;
}
.conditionsDiv {
  max-height: 100px;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
}
.finDiv {
  max-height: 100px;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
}
.btn-white {
  background-color: #fff;
  color: #3a9bc6;
  border: 1px solid #CCC;
}

/* if more than X lines, cuts text and adds elipses */
.elipses-lines-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elipses-lines-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
          line-clamp: 3;
  -webkit-box-orient: vertical;
}

.elipses-lines-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
          line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* make slick arrow button rounder */
.slick-next:before{
  padding: 9px 16px;
}
.slick-prev:before{
  padding: 9px 16px;
}

/* fixes issue with small screen where 
the left arrow would go behind the 
products while sliding */
.slick-prev{
  z-index: 1;
}




/************* CSS FOR index.php *************/

.slick-prev:before {
  font-family: FontAwesome ;
  content: '\f104' ;
  border-radius: 100px;
}
.slick-next:before {
  font-family: FontAwesome ;
  content: '\f105' ;
  border-radius: 100px;
}
/* para ficar visualmente igual ao next */
.slick-prev:before {
  margin-left: -20px;
}

.dropdown-menu {
  min-width: 200px;
  box-shadow: 0px 0px 10px #888888;
  font-size: 14px;
}

.dropdown-toggle::after {
  content: none !important;
}

.dropdown-menu  > #seta{
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px;
  border-color: transparent;
  border-bottom-color: white;
  position: relative;
  margin-top: -30px;
  margin-left: 15px;
  clear: both;
}

@media (min-width: 1200px) {
  .columns {
     width: 1038px;
  }
}
@media (max-width: 992px) {
  .columns {
     width: 850px;
  }
}
@media (max-width: 768px) {
  .columns {
     width: 700px;
  }
}
@media (max-width: 576px) {
  .columns {
     width: 100%;
  }
}

.dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
}

.dropdown-menu.columns-4 {
  min-width: 1047px;
}

.dropdown-menu.columns-5 {
  min-width: 1000px;
}

.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}
.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;

}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
  text-decoration:none;
  font-weight: bold;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #3385c4 !important;
  font-weight: bold;
}
.multi-column-dropdown li a:active {
  text-decoration: none;
  color: #fff;
  background-color: #3385c4 !important;
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
     min-width: 240px !important;
     overflow-x: hidden;
  }
}

.submenu {
  display: none;
  vertical-align: middle;
  line-height: 70px;
  list-style: none;
  padding-left: 0px;
  font-weight: normal;
}

.submenu li a {
  margin-left: 9px;
  font-weight: 100;
}

.h4-menu{
  color: #3385c4 !important;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 10px;
}

.dropdown-second-item{
  margin-left: 20px !important;
}



.secondary-visual .ui-state-active{
	background: #0075be;
}
.secondary-visual .tabs-holder{
	background: #f2f7ff;
	border: 0px;
}
.secondary-visual .nav-tabs{
	background: #f2f7ff;
	border: 0px;
	border-bottom: 1px solid #dee2e6;
}
.secondary-visual .tab-block{
	padding: 1.4em 0.2em;
}

.hotel-card{
	margin-bottom: 1.4em;
}

.top-left-radius{
  border-top-left-radius: 0.25rem;
}

.results-info h2{
  font-size: 22px !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
}





.search_results_p{
  color: #0075be; 
  font-weight: 500; 
  font-size: 20px;
}

.text-lines-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  line-clamp: 2;  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1.5em; /* Set your desired line-height */
  min-height: calc(1.5em * 2); /* Ensures the height is always 2 lines */
  max-height: calc(1.5em * 2); /* Prevents the height from exceeding 2 lines */
}
.text-lines-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  line-clamp: 3;  /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1.5em; /* Set your desired line-height */
  min-height: calc(1.5em * 3); /* Ensures the height is always 3 lines */
  max-height: calc(1.5em * 3); /* Prevents the height from exceeding 3 lines */
}
.text-lines-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limit to 4 lines */
  line-clamp: 4;  /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1.5em; /* Set your desired line-height */
  min-height: calc(1.5em * 4); /* Ensures the height is always 4 lines */
  max-height: calc(1.5em * 4); /* Prevents the height from exceeding 4 lines */
}
.description{
  /* color: #0075be; */
  color: black;
  font-size: 14px;
}

.product-card{
  border: 2px solid transparent;
  border-radius: 6px;
  /* transition: border-color 0.3s ease;  */
}
.product-card:hover{
  border-color: #0075be;
}

.hotel-box{
  border: 2px solid transparent;
  /* transition: border-color 0.3s ease;  */
}
.hotel-box:hover{
  border-color: #0075be;
}

.div-figure-img{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.pkg-div{
  min-height: 474px;
  height: 550px;;
}

.elipses-lines-2{
  margin-bottom:0px;
}

.description2 {
  width:100%;
  margin-top: 0px;
}
.description2 ul{
  margin-bottom: 0px;
}
.description2 li span{
  color: black;
}

.span-operador{
  display:block;
  text-align: right;
  color: grey;
  font-size: 11px;
}

.hotel-box .img {
  border-radius: 6px 6px 0px 0px;
}

.hotel-box .price{
  color: #0075be;
  text-align: right;
  margin-bottom: 8px;
  padding-right: 5px;
}

.hotel-box .price strong {
  padding: 0 0 0 0;
}

.hotel-box{
  background-color: transparent;
}

.hotel-box .block{
  background-color: white;
  height: 235px;
}


.reserve-confirm-result{
  text-align: left;
}
.reserve-confirm-result h2{
  font-size: 20px;
}


.tag {
  font-family: 'Inter Bold';
  font-size: 12px;
  /* text-transform: uppercase; */
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: -7px;
  margin-top: 20px;
  box-shadow: 1px 1px 5px 0.5px #666;
  display: inline-block;
  padding: 5px 10px 5px 20px;
  position: absolute;
  top:0;
}
.tag_azul {
  background-color: #afc5f5;
  color: #000;
}
.tag_verde {
  background-color: #bbf5af;
  color: #000;
}
.tag_amarelo {
  background-color: #f0f5af;
  color: #000;
}
.tag_vermelho {
  background-color: #f5afaf;
  color: #000;
}





.search-form-new{
  padding:0px;
}
.search-form-new #btSearch {
  margin: 0px;
  height: 100%;
}
.optional-span{
  font-size: 12px;
  color: gray;
}

.destino-div{
  padding:15px;
  padding-bottom: 3px;
}

.multi-column-dropdown{
  margin-bottom:12px;
}

.h4-menu {
  padding-left: 5px;
  margin-left: 10px;
  font-size: 1.2rem;
}


.promo-container .pkg-div .div-txt{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;

  min-height: 221px;
  height: 295px
}

.promo-container .pkg-div .div-txt h5 {
  color: #0075be;
  margin-bottom: 8px;

  font-size: 1.3em;
  line-height: 1.3em; 
  min-height: calc(1.3em * 2); 
  max-height: calc(1.3em * 2);
}

.carousel-item a{
  display:block;
  height:450px;
}

#footer {
  z-index: 4;
}




.icon-viagens {
  width: 20px;
  height: 23px;
  margin-right: 10px;
  background-color: #ffffff;
  -webkit-mask-image: url('/img/tab-viagens.svg');
  mask-image: url('/img/tab-viagens.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.active .icon-viagens {
  background-color: #0075be;
}
.icon-hotel {
  width: 20px;
  height: 23px;
  margin-right: 10px;
  background-color: #ffffff;
  -webkit-mask-image: url('/img/tab-hotel.svg');
  mask-image: url('/img/tab-hotel.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.active .icon-hotel {
  background-color: #0075be;
}
.icon-voo-hotel {
  width: 20px;
  height: 23px;
  margin-right: 10px;
  background-color: #ffffff;
  -webkit-mask-image: url('/img/tab-voo-hotel.svg');
  mask-image: url('/img/tab-voo-hotel.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.active .icon-voo-hotel {
  background-color: #0075be;
}
