:root{
    --base-color: rgb(233 196 106);
    --primary-color: rgb(228 215 198);/*rgb(164 150 127);*/
    --secundary-color: rgb(42 157 143);
    --paragraph-color: rgb(31 34 35);
    --menu-hover-color: rgb(77 70 61);
    --bg-white: rgb(255 255 255);
    --headline-color: rgb(147 1 23);
    --bthm-black: rgb(1 9 61);
    --dropdown-menu-color: rgb(33 37 41);
    --dropdown-menu-color-active: rgb(255 255 255);
}
small.pricefull {
    text-decoration: line-through;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 90%;
  margin: 20px auto;
}
.white-popup ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.white-popup ul li{
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100px;
}
a.open-popup-link {
    color: rgb(220 53 69);
}
a#open_preferences_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: rgb(203 97 3);
}
.fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.fi-gb {
    background-image: url(../flags/4x3/gb.svg);
}
.fi-es {
    background-image: url(../flags/4x3/es.svg);
}
.fi:before {
    content: '\00a0';
}
ul.navbar-nav li>dl>dd>a {
    color: rgb(73 80 87);
    font-size: 16px;
}
.theme {
    color: rgb(202 90 2)!important;
}
.theme1 {
    color: rgb(2 158 157)!important;
}
.section-title h1{font-size: 34px}
.uppercase{text-transform: uppercase} 
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: inherit;
  color: var(--headline-color);
}

h1 {
  font-size: 45px;
  line-height: 50px;
}

h2 {
  font-size: 35px;
  line-height: 42px;
}

h3 {
  font-size: 1.775rem;
  line-height: 35px;
}

h4 {
  font-size: 20px;
  line-height: 25px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
}

h6 {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
}

p {
  margin: 0 0 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: var(--paragraph-color);
}

h6 a {
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
body.contacto,
body.tour-detail-page{
   background-color: rgb(253 253 253);
}
body.home-page{
  background-color: rgb(255 255 255);
}
.navbar.fixed-top {
    height: 90px;
}
nav#nav-inner-page {
    background-color: rgb(255 255 255);
    top: 0;
}
#main-inner-nav>ul>li>.nav-link {
    color: rgb(73 80 87);
    font-size: 16px;
    margin-left: 0px;
}
#main-inner-nav>ul>li.active .nav-link {
    color: rgb(203 97 3);/*var(--base-color);*/
}
#main-inner-nav>ul>li .language-menu-icons-top {
    margin-top: 10px;
    z-index: 1;
}
#nav-inner-page .navbar.fixed-top {
    position: fixed;
    top: 0;
    -webkit-animation: fade .50s;
    animation: fade .50s;
    background-color: var(--primary-color);
    -webkit-box-shadow: 0 4px 4px -6px #333;
    -moz-box-shadow: 0 4px 4px -6px #333;
    box-shadow: 0 4px 4px -6px #333;
}
#nav-page:not(.fixed-top) #main-nav ul.navbar-nav li a.nav-link {
    position: relative;
    color: rgb(226 226 226);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    align-items: center;
    cursor: pointer;
    display: flex;
    /* font-weight: 500; */
    /* height: 100%; */
    /* line-height: 44px; */
    white-space: nowrap;
 }
#nav-page.fixed-top #main-nav ul.navbar-nav li a.nav-link {
    position: relative;
    color: rgb(73 80 87);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
 }
#nav-page:not(.fixed-top) .language-menu-icons-top .btn.dropdown-toggle{
   color: rgb(226 226 226);
}
#nav-page:not(.fixed-top) #main-nav ul.navbar-nav li.active a.nav-link {
   color: rgb(203 97 3);
 }
 #nav-page.fixed-top #main-nav ul.navbar-nav li.active a.nav-link {
   color: rgb(203 97 3);
 }
 .main_header_area.header-fixed-top .navbar-inner .menu-icon-bar{
   background-color: rgb(0 0 0);
 }
.navbar-collapse.collapse.show li a.nav-link {
    color: rgb(52 58 64);
}
.navbar .navbar-toggler .menu-icon-bar {
    height: 3px;
 }
 .navbar-dark .navbar-nav .nav-link:after {
    background-color: #333;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    transition: width .1s ease-in;
    width: 0;
    will-change: width;
}
 .navbar-dark .navbar-nav .nav-link:hover:after{
   width: 100%;
 }
 @media screen and (min-width: 992px){
   .navbar-dark .navbar-nav .nav-link {
       padding: 20px 8px;
   }
}
.section-shape {
    height: 90px;
 }
body.home-page .section-shape {
    top: -75px;
}
.form-main.decor-sharpe {
    display: block;
    position: relative;
    z-index: -1;
}
.show>.btn-info.dropdown-toggle {
    color: rgb(33 37 41);
}
#nav-inner-pages .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    /*color: rgb(33 37 41);*/
}
#nav-inner-pages ul li.selected.active {
    width: 100%;
}
#nav-inner-pages ul li.selected.active {
     color: var(--dropdown-menu-color-active); 
}
#nav-page .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted rgb(51 51 51)!important;
    outline: 5px auto-webkit-focus-ring-color!important;
    outline-offset: -2px;
    color: rgb(255 255 255);
}
table.priceResumen>tbody tr td,
table.priceResume>tbody tr th,
table.priceResume>tfoot tr td,
table.priceResume>tfoot tr th,
table.priceResume>thead tr td,
table.priceResume>thead tr th{
   border: 1px solid rgb(65 61 61);
   background-color: rgb(255 255 255);
   vertical-align: middle!important;
}
.check-content {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
table.priceResumen>tbody tr.selected-tr td.black {
    background-color: rgb(230 230 230);
}
li{
  font-family: 'Roboto', sans-serif;
}
.accrodion-grp .accrodion .accrodion-title h5 {
    text-transform: unset;
}
.fl{float: left!important}
.f-400{font-weight: 400!important;}
.p-06{padding: 0.6rem!important;}
ul.includes-list {
    min-height: 195px;
    display: inline-block;
}
.bg-lgrey2 {
    background: background-image: linear-gradient(to bottom, #ffffff, #f7f7f7, #f0f0f0, #e8e8e8, #e1e1e1);;
}
.slick-slide{
  margin-left: 0px;
}
.sidebar-sticky {
    position: sticky;
    top: 108px;
    transition: all ease-in-out .5s;
}
/* ===================================== 
    6. PRELOADER. 
===================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

#loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px); 
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
@keyframes animate {
  0% { 
    transform: rotate(0deg)
  }
  100% { 
    transform: rotate(220deg)
  }
}
#loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%; 
  height: 80px;
  width: 80px;
  position: absolute; 
} 
@keyframes animate2 {
  0% {
    box-shadow: inset var(--primary-color) 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset var(--secundary-color) 0 0 0 2px;
  }
  100% {
    box-shadow: inset var(--base-color) 0 0 0 17px;
    transform: rotate(140deg);
  }
}
.why-us .why-us-item {
    min-height: 470px;
}
.why-us-content ul.sidebar-tags li {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    line-height: 28px;
    font-size: 16px;
}
.why-us-content p {
    display: inline-block;
    text-align: justify;
}
.why-us-icon.mb-1 {
    float: left;
    width: 65px;
    height: 60px;
}
.why-us-content h4{
  text-transform: unset;
  margin: 0 0 1rem;
  height: 62px;
  display: inline-block;
  line-height: 27px;
  width: 272px;
  float: left;
}
/* ===================================== 
    6. PRELOADER. 
===================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

#loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px); 
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
@keyframes animate {
  0% { 
    transform: rotate(0deg)
  }
  100% { 
    transform: rotate(220deg)
  }
}
#loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%; 
  height: 80px;
  width: 80px;
  position: absolute; 
} 
@keyframes animate2 {
  0% {
    box-shadow: inset var(--primary-color) 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset var(--secundary-color) 0 0 0 2px;
  }
  100% {
    box-shadow: inset var(--base-color) 0 0 0 17px;
    transform: rotate(140deg);
  }
}
h5.subtitle{
  color: #a3b0b4;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.why-us-content ul li i.fa{
  font-size: 20px;
}
.why-us .why-us-item:hover .sidebar-tags li {
    color: rgb(255 255 255)!important;
    transition: all ease-in-out .5s;
}
.hidden{ display: none!important; }
@media (min-width: 1200px){
  .container.std{
      max-width: 1140px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, 
  .container-md, .container-sm, 
  .container-xl {
      max-width: 80%;
  }
}
@media (min-width: 1200px){
  .contact-main .container, 
  .contact-main .container-lg, 
  .contact-main .container-md, 
  .contact-main .container-sm, 
  .contact-main .container-xl {
      max-width: 90%;
  }
}
.contact-info.bg-white {
    padding: 20px;
}
.main_header_area {
    z-index: 0;
}
.main_header_area.inner-pages{
  z-index: 22;
  height: 90px
}
.form-main.decor-sharpe {
    z-index: 1;
}
.section-shape.margin-x {
    margin: -0px auto 0;
    z-index: 0;
}
header.main_header_area.header-fixed-top {
    z-index: unset;
}
.main_header_area.inner-pages .navbar.navbar-default{
  background-color: #fff;
}
.main_header_area.inner-pages .navbar.navbar-default{
     position: relative;
     display: flex;
     top: unset;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     padding-top: 0.0rem;
     padding-bottom: 0.0rem;
}
nav.navbar.navbar-default.inner-pages.navbar-sticky-in {
    position: fixed;
    top: 0;
    -webkit-animation: fade .50s;
    animation: fade .50s;
    background-color: var(--bg-white);
    -webkit-box-shadow: 0 4px 4px -6px #333;
    -moz-box-shadow: 0 4px 4px -6px #333;
    box-shadow: 0 4px 4px -6px #333;
}
/* =====================================
    1. SLIDER.
===================================== */
.banner .banner-slide.detail-page {
    height: 470px;
}
.row.slick-slider {
    margin: 0 0px;
    height: 100%;
    overflow: hidden;
}
.row.slick-slider ul.slick-dots {
    bottom: 790px;
}
.row.slick-slider .trending .trend-item1 .trend-image img,
.row.slick-slider .slick-list .slick-track .trend-item1, 
.row.slick-slider .slick-list .slick-track .trend-image,
.row.slick-slider .slick-list .slick-track,
.row.slick-slider .slick-list{
 height: 100%;
}
.top-50 {
    top: 50%!important;
}
.start-50 {
    left: 50%!important;
}
.translate-middle {
    transform: translate(-50%,-50%)!important;
}
.d-inline{display: inline-block;}
.home-slider {
  width: 100%;
  height: 850px;
  position: relative;
  z-index: 0;
}

.hero-slider {
  width: 100%;
  height: 850px;
  overflow: hidden;
}

.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-caption {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
}

.slider-caption .subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 10px;
  color: rgb(255 255 255);
  margin-bottom: 5px;
  text-transform: uppercase;
  text-shadow: 5px 3px 9px rgb(25 39 40 / 30%);
}

.slider-caption h1 {
    color: rgb(255 255 255);
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: inherit;
    line-height: 90px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 70px;
    border-color: unset;
    border-style: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    color: rgb(255 255 255);
    text-decoration: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    text-shadow: 5px 3px 9px rgb(25 39 40 / 30%);
}

.hero-slider .flickity-prev-next-button {
  display: none;
}

.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}

.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}

.hero-slider .flickity-page-dots {
  top: 40%;
  left: 150px;
  z-index: 0;
  width: 20px;
}

.hero-slider .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(255, 255, 255);
  border: 2px solid white;
  border-radius: 50%;
  display: block;
  margin: 15px 0px;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  background: var(--base-color);
  border: 2px solid var(--base-color);
}

.dot-hide .flickity-page-dots .dot {
  display: none;
}
.social-media {
  position: absolute;
  top: 25%;
  right: 30px;
  z-index: 2 !important;
}

.social-media ul li {
  margin: 50px 30px;
  font-size: 20px;
  z-index: 2;
  display: block;
}

.social-media ul li a {
  color: #FFF;
}

.social-media ul li a:hover {
  color: var(--base-color);
}
.section-title h2.mb-1,
h4.mb-1.theme1 {
    text-transform: uppercase;
}
div#map-atlantico {
    height: 450px;
}
/* ===================================== 
    10. GALLERY FILTER.
===================================== */
/* * {
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
  } */

  .filter-container {
    width: 100%;
    margin: 0rem auto 2.5rem;
    text-align: center;
  }

  .filter {
    padding: 0;
    list-style: none;
  }

  .filter li {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 2;
    padding: 5px 25px;
    position: relative;
    color: var(--headline-color);
    font-weight: 600;
    border: solid 2px var(--main-yellow-color);
    border-radius: 10px;
    margin: 0px 5px;
  }

  .filter li.active {
    background-color: var(--secundary-color);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 50rem !important;
    color: #FFF;
  }
    .filter li.active a {
     color: #FFF;
   }
  #kehl-grid {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-height: 490px;
    /*  max-width:1920px; */
  }

  #kehl-grid:after {
    content: '';
    display: block;
    clear: both;
  }

  .grid-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: calc(100% / 4);
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
    /*    -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0); */
    /*clear: both;*/
  }


  /* #kehl-grid p {
    color: #333;
    z-index: 4;
    font-size: 12px;
    letter-spacing: 3px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
  } */

  /* clear fix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }

  /* ---- .grid-item ---- */
  .grid-sizer,
  .grid-box {
    width: 33.333%;
  }

  .grid-two-col .grid-sizer,
  .grid-two-col .grid-box {
    width: 49%;
  }

  .grid-four-col .grid-sizer,
  .grid-four-col .grid-box {
    width: 25%;
  }

  .grid-box {
    float: left;
    text-align: left;
  }

  .grid-box img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .grid-box .image-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(256, 256, 256, 0);
    z-index: 1;
    transition: all 300ms linear;
  }

  .grid-box:hover .image-mask {
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(41 41 41 / 86%));
  }
/* Main settings isotopes images */
.img_iso {
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  margin: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .img_iso {
    height: 230px;
    width: 230px;
  }
}


@media screen and (max-width: 425px) {
  .img_iso {
   /* height: 250px;*/
   /* width: 250px;*/
  }
}

.img_iso:hover {
  -webkit-box-shadow: 0px 0px 3px 1px #9999999;
  box-shadow: 0px 0px 3px 1px #999999;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}



.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(30, 32, 32, 0.472);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

/* On hover, the overlay text will "zoom" in display */
.img_iso:hover .overlay {
  transform: scale(1);
}
.bootstrap-select .dropdown-menu li {
    position: relative;
    width: 100%;
}
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    background: rgb(204 204 204);
    color: rgb(4 4 4);
}
.bootstrap-select .dropdown-item.active, 
.bootstrap-select .dropdown-item:active {
    color: rgb(255 255 255);
    text-decoration: none;
    background-color: rgb(119 119 119);
}
/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.text {
  font-family: "Roboto", sans-serif;
    color: rgb(255 255 255);
    font-size: 1rem;
    position: relative;
    /* top: 50%; */
    left: 0;
    /* transform: translate(-75%, -50%); */
    text-align: left;
    width: 100%;
}

@media (max-width: 1400px){
  .grid-four-col .grid-sizer, .grid-four-col .grid-box {
    width: 33%;
  }
}

.w-80 {
    width: 80%!important;
}
section.about-us .section-title p{
  font-size: 20px;
  text-align: left;
}
p.font-20{
  font-size: 20px!important;
}
p.font-18{
  font-size: 18px!important;
}
.trend-content .description-wrap{
  min-height: 80px;
    max-height: 79px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.small, small {
    font-size: 72%;
    text-transform: lowercase;
}
.footer-about p {
    font-size: 18px;
}
.nd_travel_section {
    float: left;
    width: 100%;
}
.nd_travel_height_1 {
    height: 1px;
}
.nd_travel_border_bottom_1_solid_grey {
    border-bottom: 1px solid rgb(241 241 241);
}
.nd_travel_height_15 {
    height: 15px;
}
@media only screen and (min-width: 768px){
  #nd_travel_single_cpt_1_info_l2_1,
  #nd_travel_single_cpt_1_info_l2_3 {
    width: 25%;
    float: left;
  }
  #nd_travel_single_cpt_1_info_l2_2{
    width: 25%;
    float: left;
  }
  #nd_travel_single_cpt_1_info_l2_4 {
    width: 25%;
    float: left;
    height: 43px;
  }
}
.nd_travel_position_relative {
    position: relative;
}
.nd_travel_position_absolute {
    position: absolute;
}
.nd_travel_top_0 {
    top: 0;
}
.nd_travel_left_0 {
    left: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}
.text-upercase{text-transform: uppercase;}
#nd_travel_single_cpt_1_info_l2_1 strong,
#nd_travel_single_cpt_1_info_l2_2 strong,
#nd_travel_single_cpt_1_info_l2_3 strong {
    color: rgb(85 85 85);
    line-height: 0;
    margin-top: 8px;
    float: left;
    font-size: 80%;
}
#nd_travel_single_cpt_1_info_l2_4 strong {
    color: rgb(85 85 85);
    line-height: 1;
    margin-top: 0px;
    float: right;
    font-size: 80%;
    width: 100%;
}
#nd_travel_single_cpt_1_info_l2_1 p,
#nd_travel_single_cpt_1_info_l2_2 p, 
#nd_travel_single_cpt_1_info_l2_3 p {
    font-size: 70%;
    clear: both;
    line-height: 10px;
    margin-top: 18px;
    font-size: inherit;
    color: rgb(154 154 154);
    font-family: 'Poppins', sans-serif;
}
#nd_travel_single_cpt_1_info_l2_1 p {
    color: rgb(0 128 0);
}
h2.nd_travel_font_weight_normal {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: rgb(85 85 85);
    line-height: 21px;
}
.nd_travel_section a strong {
    line-height: 1;
    margin-top: 0px;
    float: left;
    font-size: 80%;
    text-transform: uppercase;
    color: rgb(85 85 85);
}
h2.nd_travel_font_weight_normal>span {
    font-weight: 600;
    letter-spacing: 1px;
}
img.lang-img {
    margin-right: 0px;
    position: relative;
    top: 2px;
    float: right;
}
img.lang-img.detail-pages {
    width: 24px;
    margin: 0px 10px 0px 0px;
    float: left;
}
#nd_travel_single_cpt_1_info_l2_4 img:first-of-type{
    margin-left: 6px;
} 
.slick-prev.slick-disabled{
left: -50px;
}
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 25px;
}
/* DETAIL PAGE */

.banner.trending{
  padding: 0px 0px;
}
.bottom-0{
  bottom: 0!important;
}
i.fa.fa-battery-three-quarters.transform-46 {
    transform: rotateY(0deg) rotate(-90deg);
    transition: transform 2s;
}
.description .desc-box{
  display: inline-block;
}

ul.includes-list li {
   width: 100%;
    line-height: 18px;
    /* background-color: rgb(253 253 253); */
    margin: 10px 0px;
    /* padding: 6px 10px; */
    /* border: 1px solid rgb(222 222 222); */
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
ul.includes-list li .icon {
   margin-right: 5px;
    color: rgb(2 158 157);
}
ul.not.includes-list li .icon{
   margin-right: 5px;
    color: rgb(220 53 69);
}
ul.cond.includes-list li{
    width: 100%;
}
ul.cond.includes-list li .icon{
   margin-right: 5px;
   color: rgb(63 63 63);
}
.accrodion-grp .accrodion.active .accrodion-title {
    background: rgb(23 35 62);
    border-color: rgb(54 59 69);
}
.accrodion-content {
    background-color: rgb(255 255 255);
}
.white-overlay {
    background: rgb(253 253 253);
    opacity: 0.7;
}
.section-shape.deg {
    top: 0px;
    left: 0;
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
    transform: rotate(180deg);
}
.tour-includes table>tbody tr:nth-child(even), 
.tour-includes table>tfoot tr:nth-child(even), 
.tour-includes table>thead tr:nth-child(even),
.tour-includes table>tbody tr:nth-child(odd), 
.tour-includes table>tfoot tr:nth-child(odd), 
.tour-includes table>thead tr:nth-child(odd) {
    background: rgb(255 255 255);
}
.breadcrumb li a, 
.breadcrumb li.active a {
    color: rgb(255 255 255);
}
.ocollapsible {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.ocollapsible__header {
    color: rgb(51 51 51);
    padding: 1.5625vw 3.125vw;
    background-color: rgb(255 255 255);
    cursor: pointer;
    font-weight: 600;
    font-size: 3.75vw;
    position: relative;
}
.ocollapsible__header {
    padding: 10px 10px;
    font-size: 18px;
    display: block;
}
.ocollapsible__header.collapsed {
    padding-bottom: 10px;
}
.ocollapsible__header:after {
    font-family: FontAwesome!important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
    content: "\E901";
    font-size: .9375vw;
    text-align: center;
    color: rgb(153 153 153);
    width: 2.1875vw;
    height: 1.875vw;
    top: 2.8125vw;
    right: 3.125vw;
    position: absolute;
}
.ocollapsible__header:after {
    font-size: 1.375rem;
    width: 0.875rem;
    height: 0.75rem;
    top: 8px;
    right: 10px;
}
.is-expanded .ocollapsible__header.collapsed:after {
    content: "\f106";
}
.is-expanded .ocollapsible__header:after {
    content: "\f107";
}
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
    width: 100%;
    border-radius: 0;
}
.flatpickr-rContainer {
    width: 100%;
}
span.flatpickr-weekday {
    font-size: 98%;
}
.flatpickr-days {
   width: 100%;
   font-size: 17px;
}
.numInputWrapper input,
.sidebar-sticky .form-content .input-box input {
    padding-left: 5px;
}
input.form-control.error {
   padding: 0rem 0 0rem!important;
}
.flatpickr-day {
    width: 17.28%;
    flex-basis: 17.28%;
    -webkit-flex-basis: 17.28%;
    -ms-flex-preferred-size: 17.28%;
    max-width: 42px;
    height: 42px;
    background-color: rgb(200 243 210);
    margin: 1px 1px;
    border-radius: 0px;
}
.dayContainer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
span.flatpickr-day.nextMonthDay {
    background-color: rgb(172 234 187);
}
div#dateRuta .ocollapsible__header {
    padding: 10px 35px;
}
div#salidaRuta .ocollapsible__header {
    padding: 10px 10px;
}
div#salidaRuta .ocollapsible__header span.icon-clock {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 20px;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.lds-dual-ring.hidden {
   display: none;
}

#kehl-grid .overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100vh;
     background:rgb(255 255 255);
     z-index: 999;
     opacity: 1;
     transition: all 0.5s;
 }

 .breadcrumb {
    display: flex;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.row.slick-slider .slick-list .slick-track .trend-image{
   height: 100%;
    margin-left: 1px;
    margin-right: 0px;
    margin-top: 1px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}
.slick-slider {
    margin: 0;
}
.row.slick-slider {
    margin: 0 -15px;
}
.row.slick-slider {
    margin: 0 0px;
    height: 100%;
    overflow: hidden;
}
.slick-prev, 
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    cursor: pointer;
    color: rgb(0 0 0 / 0%);
    border: none;
    outline: none;
    background: rgb(226 159 18);
    line-height: 40px;
    z-index: 1;
    transition: all ease-in-out .3s;
}
.slick-prev {
    left: -30px;
}
.slick-prev {
    left: 25px;
}
.slick-prev:before, 
.slick-next:before {
    font-family: fontawesome;
    font-size: 21px;
    line-height: 2;
    opacity: 1;
    color: rgb(255 255 255);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
    content: '\f104';
}
.slick-next:before {
    content: '\f105';
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-track, 
.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, 
.slick-track:after {
    display: table;
    content: '';
}
.position-relative {
    position: relative!important;
}
.row.item-sliderx .slick-slide {
    display: block;
    float: left;
    height: 320px;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}
.trending .trend-item .trend-image, 
.trending .trend-item1 .trend-image, 
.trending .trend-item2 .trend-image {
    position: relative;
}
.trending .trend-item .trend-image, 
.trending .trend-item .trend-image1, 
.trending .trend-item1 .trend-image, 
.trending .trend-item1 .trend-image1, 
.trending .trend-item2 .trend-image, 
.trending .trend-item2 .trend-image1 {
    transition: all ease-in-out .5s;
    overflow: hidden;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.trending .trend-item .trend-image img, 
.trending .trend-item1 .trend-image img, 
.trending .trend-item2 .trend-image img {
    transition: all ease-in-out .5s;
    width: 100%;
}
.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: rgb(0 0 0 / 0%);
    border: 0;
    outline: none;
    background: 0 0;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    border-radius: 50%;
    background: rgb(204 204 204);
    border: 1px solid rgb(204 204 204);
}
form#shopForm label {
    display: inline-block;
    color: rgb(210 210 210);
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 15px;
    /* bottom: -4px; */
}
form#shopForm label.error {
    color: rgb(255 0 0)!important;
    background-color: rgb(0 0 0 / 0%);
    padding-top: 5px;
    padding: 0rem 0 0rem!important;
    border: unset;
}
.select2-container--flat .select2-results__option--highlighted[aria-selected] {
    background: rgb(204 204 204) !important;
    color: rgb(51 51 51)!important;
}
.time-table .week-day {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.78rem;
    margin-bottom: 0.55rem;
}
.time-table .week-day dt {
    text-transform: uppercase;
    margin-bottom: 0;
    color: rgb(255 255 255);
}
.time-table .week-day__line {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.time-table .week-day dd {
    margin-bottom: 0;
    color: rgb(255 255 255);
}
.time-table .week-day__line::after {
    position: absolute;
    content: '';
    border-bottom: 1px dashed rgb(255 255 255 / 76%);
    bottom: 0.28rem;
    left: 0.55rem;
    right: 0.55rem;
}
.description .desc-box.bg-grey ul li {
    width: 100%;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 2200px) and (max-width: 2400px) {
   .banner .banner-slide {
     height: 442px!important;  
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 32%!important;
       left: 25%!important;
   }
}

@media only screen and (min-width: 2000px) and (max-width: 2200px) {
   .banner .banner-slide {
     height: 442px!important;  
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 32%!important;
       left: 25%!important;
   }
}

@media only screen and (min-width: 1800px) and (max-width: 2000px) {
   .banner .banner-slide {
     height: 442px!important;  
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 22%!important;
       left: 25%!important;
   }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
   .banner .banner-slide {
     height: 442px!important;  
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 32%!important;
       left: 25%!important;
   }
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
   .banner .banner-slide {
     height: 442px!important;  
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 30%!important;
       left: 25%!important;
   }
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
   .banner .banner-slide {
     height: 410px!important;  
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 30%!important;
       left: 25%!important;
   }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
   .banner .banner-slide {
     height: 410px!important;  
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 22%!important;
       left: 25%!important;
   }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
   .banner .banner-slide {
     height: 410px!important;  
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 30%!important;
       left: 25%!important;
   }
   .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 100%;
   }
   .footer-links h3 {
      font-size: 1.4rem;
   }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
   .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 100%;
   }
   .footer-links h3 {
      font-size: 1.4rem;
   }
   .banner .banner-slide {
     height: 410px!important;  
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 30%!important;
       left: 25%!important;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
   .banner .banner-slide {
     height: 395px!important; 
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 22%!important;
       left: 25%!important;
   }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
   .bannerSlider .slick-initialized .slick-slide {
      padding-top: 67px;
   }
   .navbar-nav {
       padding: 20px;
    background-color: rgb(248 249 250);
    box-shadow: 0 4px 10px 1px rgb(0 0 0 / 20%);
    margin-left: 5px!important;
    margin-right: 5px!important;
    z-index: 999;
   }
   .language-menu-icons-top {
       position: relative;
       top: 0px;
       right: 37px;
       z-index: 1;
   }
   .banner .banner-slide {
     height: 392px!important; 
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 22%!important;
       left: 25%!important;
   }
   div#nd_travel_single_cpt_1_info_l2_1 {
      width: 33%;
   }
}

#nav-inner-page.navbar .navbar-toggler .menu-icon-bar {
    background-color: rgb(5 5 5);
 }
.hero-slider .carousel-cell .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 46%);
    transition: all ease-in-out .5s;
    opacity: .5;
}
.flickity-viewport {
  transition: height 0.2s;
}
/* smaller, dark, rounded square */
.flickity-button {
  background: #333;
}
.flickity-button:hover {
  background: #F90;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
/* icon color */
.flickity-button-icon {
  fill: white;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: -40px;
}
.flickity-prev-next-button.next {
  right: -40px;
}
.bannerSlider.slick-initialized.slick-slider {
   min-height: 290px;
}
button.slick-next.slick-disabled {
    display: none;
}
#main-nav .language-menu-icons-top {
    margin-top: 15px;
    z-index: 1;
}
.accrodion-grp .accrodion .accrodion-title {
    border: 1px solid rgb(241 241 241);
    background: rgb(248 248 248);
    padding: 20px;
    border-radius: 10px;
}
#book_btn_sm {
    display: none;
}
ul.sidebar-category li a {
    background: rgb(235 233 233);
}
div.ocollapsible .description {
    border: 1px solid rgb(238 238 238);
}
.ocollapsible {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.ocollapsible__header {
    color: rgb(51 51 51);
    padding: 1.5625vw 3.125vw;
    background-color: rgb(239 239 239);
    cursor: pointer;
    font-weight: 600;
    font-size: 3.75vw;
    position: relative;
}
.ocollapsible__header {
    padding: 10px 10px;
    font-size: 18px;
    display: block;
}
.ocollapsible__header:after {
    font-family: FontAwesome!important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
    content: "\E901";
    font-size: .9375vw;
    text-align: center;
    color: rgb(153 153 153);
    width: 2.1875vw;
    height: 1.875vw;
    top: 2.8125vw;
    right: 3.125vw;
    position: absolute;
}
.ocollapsible__header:after {
    font-size: 1.375rem;
    width: 0.875rem;
    height: 0.75rem;
    top: 8px;
    right: 10px;
}
.is-expanded .ocollapsible__header:after {
    content: "\f107";
}
.is-expanded .ocollapsible__header.collapsed:after {
    content: "\f106";
}
.collapse:not(.show) {
    display: none;
}
div#map-base {
    height: 450px;
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
   body {
    background-color: rgb(255 255 255);
   }
   #nav-page:not(.fixed-top) #main-nav ul.navbar-nav li a.nav-link {
       color: rgb(52 58 64);
       font-family: 'Roboto', sans-serif;
   }
   #header_menu.main_header_area.inner-pages {
       z-index: 22;
       height: 70px;
   }
   #header_menu .slick-initialized .slick-slide {
      padding-top: 0px;
   }
   #header_menu .bannerSlider.slick-initialized.slick-slider {
       min-height: 308px;
       padding-top: 69px;
   }
   .section-title h1{
      font-size: 24px;
      line-height: 30px;
   }
   .main_header_area {
      z-index: 1;
      height: 68px;
   }
   nav#nav-page.navbar.navbar-dark {
      background-color: rgb(52 58 64);
      top: 0px;
      height: 70px;
   }
   nav#nav-page.navbar.navbar-dark.fixed-top {
      background-color: rgb(226 159 18);
      top: 0px;
   }

   .navbar-nav {
       padding: 20px;
    background-color: rgb(245 245 245)!important;
    box-shadow: 0 4px 10px 1px rgb(0 0 0 / 20%);
    margin-left: 5px!important;
    margin-right: 5px!important;
    z-index: 999;
   }
   .trend-box .slick-initialized .slick-slide {
       display: block;
       margin-top: 0px;
   }
   .form-main.decor-sharpe {
    display: block;
       /* position: absolute; */
       z-index: 1;
       top: 310px;
   }
   .language-menu-icons-top {
       position: relative;
       top: 0px;
       right: 10px;
       z-index: 1;
   }
   body.tour-detail-page .banner .banner-slide {
     height: 425px!important; 
   } 
   .banner-breadcrum.translate-middle {
       transform: translate(0%,0%)!important;
       top: 22%!important;
       left: 25%!important;
   }
   body.tour-detail-page .section-shape.bottom-0 {
      bottom: -4px!important;
   }
   section.about-us {
       z-index: 0;
       position: relative;
      margin-top: 260px;
   }
   .rating-main.align-items-center.text-center {
      text-align: left!important;
   }
   .why-us-box .w-80,
   .about-us .w-80 {
      width: 100%!important;
   }
   .trending .trend-item1 .trend-image img{
      height: 100%;
   }
   .trend-box .row [class*=col-] {
       padding: 0px 5px;
   }
   .description-images.mb-4.slick-slide.slick-active,
   .slider-store.rounded.overflow-hidden.slick-initialized.slick-slider {
      max-height: /*412px;    */
   }
   body.tour-detail-page .slider-store .slick-slide img {
       display: block;
       height: 100%;
   }
   div#nd_travel_single_cpt_1_info_l2_4,
   div#nd_travel_single_cpt_1_info_l2_3,
   div#nd_travel_single_cpt_1_info_l2_2,
   div#nd_travel_single_cpt_1_info_l2_1 {
      width: 25%;
      float: left;
   }
   a.trend-content-wrapper{
      padding: 0px;
   }
   .trend-content.p-4.pt-1.position-relative {
       padding: 0px 8px!important;
   }
   #nd_travel_single_cpt_1_info_l2_1 p, 
   #nd_travel_single_cpt_1_info_l2_2 p, 
   #nd_travel_single_cpt_1_info_l2_3 p {
    font-size: 12px;
   }
   #nd_travel_single_cpt_1_info_l2_1 strong, 
   #nd_travel_single_cpt_1_info_l2_2 strong, 
   #nd_travel_single_cpt_1_info_l2_3 strong {
       font-size: 12px;
   }
   .nd_travel_section.nd_travel_box_sizing_border_box {
      padding-left: 24px!important;
   }
   div#nd_travel_single_cpt_1_info_l2_1 {
      width: 92px;
   }
   div#nd_travel_single_cpt_1_info_l2_2 {
      width: 80px;
   }
   div#nd_travel_single_cpt_1_info_l2_3 {
      width: 92px;
   }
   div#nd_travel_single_cpt_1_info_l2_4 {
      width: 70px;
      height: 35px;
   }
   #nd_travel_single_cpt_1_info_l2_4 strong {
       color: rgb(85 85 85);
       line-height: 1;
       margin-top: 0px;
       float: right;
       font-size: 80%;
       width: 100%;
       font-size: 11px;
       text-transform: uppercase;
       width: 51px;
       text-overflow: ellipsis;
       line-height: 12px;
       padding-top: 5px;
   }
   div#nd_travel_single_cpt_1_info_l2_3 .nd_travel_section.nd_travel_box_sizing_border_box,
   div#nd_travel_single_cpt_1_info_l2_2 .nd_travel_section.nd_travel_box_sizing_border_box{
    padding-left: 32px!important;
   }
   .section-title h2 {
    font-size: 22px;
   }
   .filter-container .filter li {
       width: 33%;
       float: left;
       padding: 5px 5px 0px;
       margin: 0px 0px;
   }
   .grid-four-col .grid-box {
      width: 50%;
   }
   .why-us-content h4 {
      text-transform: unset;
       margin: 0 0 1rem;
       height: 40px;
       display: inline-block;
       line-height: 22px;
       width: 272px;
       float: left;
       font-size: 19px;
   }
   footer.fotter-wrapper {
       padding-bottom: 0rem!important;
       padding-top: 50px!important;
       z-index: 0;
   }
   .slider-caption h1 {
      line-height: 70px;
      font-weight: 800;
      font-size: 44px;
   }
   .hero-slider .flickity-page-dots {
       top: 60%;
       left: 12px;
   }
   .social-media {
       top: 60%;
       right: 12px;
   }
   .social-media ul li {
    margin: 10px 10px;
    font-size: 20px;
   }
   .description .desc-box {
       display: inline-block;
       padding: 0.5rem!important;
   }
   .accrodion-grp .accrodion .accrodion-title h5 {
       font-size: 16px;
       color: rgb(51 51 51);
       line-height: 22px;
   }
   .single-map .section-title h3 {
      font-size: 22px;
   }
   .trend-content-main .trend-content h2 {
       font-size: 22px;
       line-height: 24px;
   }
   #book_btn_sm {
      display: flex;
      z-index: 1;
      position: fixed;
      bottom: 0;
      width: 100%;
      background-color: rgb(52 58 64);
      margin: 0 auto 0px;
      height: 76px;
      align-items: center;
      justify-content: center;
   }
   .btnbooking-now {
       font-family: 'Roboto';
       font-weight: 400;
       font-size: 18px;
       color: rgb(255, 255, 255);
       border-radius: 2rem;
       background-color: rgb(2 158 157);
       font-size: 1.5rem!important;
       padding: 16px 0em 16px;
       -webkit-box-flex: 1;
       margin: 0;
       line-height: 1em;
       font-style: normal;
       text-align: center;
       text-decoration: none;
       cursor: pointer;
       display: inline-block;
       min-height: 1em;
       width: 60%;
       padding: 15px 20px
       z-index: 999;
   }
   a.btnbooking-now.anchor-scroll.is-active {
    color: rgb(255, 255, 255);
   }
   a.a.btnbooking-now.anchor-scroll:hover {
    color: rgb(29 29 29);
   }
   #back-to-top {
       z-index: 1000;
       bottom: 12px;
   }
   section.discount-action {
       z-index: 0;
   }
   .section-title, .section-title-w, 
   .section-title-l {
      z-index: 0;
   }
   .breadcrumb-main .breadcrumb-outer .breadcrumb-content h1 {
      font-size: 24px;
      line-height: 30px;
   }
   body.about-us-page section.about-us {
       margin-top: 0px;
       padding-top: 0!important;
       padding-bottom: 0!important;
   }
   body.rutas-page .why-us .why-us-item,
   body.about-us-page .why-us .why-us-item {
       min-height: 350px;
   }
   body.rutas-page .slider-store .slick-slide img {
       display: block;
       height: 100%;
   }
   section.contact-main {
       padding-top: 0rem!important;
   }
   .contact-info-title.text-center {
       padding-left: 1rem!important;
       padding-right: 1rem!important;
   }
   body.contacto form#regForm {
       margin-top: 30px;
   }
}
@media screen and (max-width: 600px) {
  .img_iso {
    height: 170px;
    width: 100%;
    padding: 10px;
    margin: 0px 0px 0px;
  }
}
@media (max-width: 639px){
  .color-overlay {
      opacity: .2;
     
  }
  .row.slick-slider {
      max-height: 384px;
  }
  #kehl-gridx .grid-sizer, .grid-box {
      width: 50%;
      padding-right: 0px!important;
      padding-left: 0px!important;
  }
  ul#custom-filter li {
      width: 16%!important;
      text-overflow: inherit;
      overflow: hidden;
      height: 36px;
      padding: 7px 0px;
      margin: 0;
      font-size: 12px;
  }
  .w-80 {
      width: 100%!important;
  }
  body.tour-detail-page .section-shape.bottom-0 {
      bottom: 35px!important;
  }
  section.trending.bg-lgrey2 {
      padding: 0!important;
      margin: 0;
  }
}