@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&family=Inter:wght@300;400;500;600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');


.bodywebsite {
  background: #F2EEEB;
  --color-primary: #DCA54A;
  --color-secondary: #F26E50;
  --color-brown: #59302D;
  --color-lightbrown: #BF8641;
  --color-dark: #333333;
  --body-color: #666d92;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 300;
  font-size: 1.1em;

}

.bodywebsite {



  .container_90 {
    width: 90%;
    margin: auto;
  }

  .satisfy-regular {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: calc(1em + 0.3em);
  }

  .bannerhome {
    width: 100%;
    height: 85vh;
    margin: auto;
    background-size: cover;
    background-position: bottom;

    position: relative;
    overflow: hidden;

  }

  .bannerhome .slick-slider .slick-dots {
    left: 40px;
  }

  .bannerhome .slick-slider .slick-dots button {
   width: 10px;
   height: 10px;
  }

  .godown {
    position: absolute;
    z-index: 4;
    bottom: 15%;
    left: 50%;
    width: 60px;
    margin-left: -30px;
  }

  .slick-slider {
    height: 100%;

  }

  .slick-slider__single .caption {

    width: 100%;
    max-width: 500px;
   
   
    color: #ffffff;
    padding-top: 10%;
   
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);

  }

    .slick-slider__single .caption .bigcaption{

    font-size: 3.5em;
     line-height: 1em;
     font-weight: bold;

  }

    .slick-slider__single .caption .mediumcaption{

    font-size: 1.7em;
     line-height: 1em;
     margin-bottom: 2%;
     font-weight: 300;
    
   

  }

    .slick-slider__single .caption .smallcaption{

    font-size: 1em;
    margin-top: 3%;
     letter-spacing: 1px;
  
 

  }


  .slick-bg-image {

    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    min-height: 100vh;

  }

  .slick-slider .slick-dots {
    bottom: 130px;

  }

  .mt-lg-5 {
    margin-top: 20% !important;
  }


  .btn-simple-custom {
    background: #ffffff;
    border-radius: 50px;
    padding: 5px 30px;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
    text-shadow: none;
  }


  .tagbanner {
    margin: 15% 0 0 0;
  }

  .tagbanner h2 {
    font-family: 'Playfair Display', Georgia, serif;
    width: 75%;
    color: #ffffff;
    font-size: 4em;
    line-height: 1em;
    margin: 0;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);

  }


  .tagbanner h2 span {
    font-size: 1.2em;
  }



  .tagbanner {
    position: absolute;
    bottom: 100px;
    left: 200px;
  }

  .websitelogo {
    width: 350px;
    margin: 0;
  }

  .social-call a {

    color: var(--color-brown)
  }

  .boxlang {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    padding-right: 15px;
    position: relative;
    z-index:4;
  }

  .btn-lang {
    background: #ffffff;
    border: none;
    padding: 2px 10px;
    color: #333333;
    font-size: .8em;
    border-radius:10px;
    margin:0 5px;
  }

  .social {
    font-size: 1.3em;
  }

  .social-call a:hover {
    color: var(--color-secondary);
  }

  .colorsecondary {
    color: var(--color-secondary);
  }

  .colorprimary {
    color: var(--color-primary);
  }

  .colordark {
    color: var(--color-dark);
  }


  .header .item-left {
    flex: 0 0 17%;
  }

  .header .item-center {
    flex: 0 0 66%;
  }

  .header .item-right {
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
        right: 10px;
        top: 25px;
  }

  .header .item-right a {

    color: var(--color-dark);
    margin-left: 15px;
    display: inline-block;

  }

  .header .item-right a:hover {
    color: var(--color-secondary);
  }

  .bgbeige {
    background: linear-gradient(109deg, rgba(217, 206, 198, .9) -13.54%, rgba(217, 206, 198, .6) 95.69%);
  }

  .topheader {
    background: #000000;
    color: #ffffff;
    padding: 10px 10px 0 10px;
    text-align: center;
    /* border-top-right-radius: 20px;
    border-top-left-radius: 20px;*/
  }

  .itemspromos {
   color:#ffffff;
  }

  .header {
    position: relative;
    top: 0px;
    left: 0;
    background: #F2EEEB;
    /* border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;*/
    display: block;
    right: 0;
    padding: 15px;
    transition: all 0.6s ease;
    z-index: 4;
  }

  .header.show {
    position: fixed;
    z-index: 10;
    border-bottom: 1px solid #d9d9d9;
  }




  .header .logo a {
    color: var(--color-brown);
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 20px;
  }

  .header .logo a span {
    font-size: 30px;
    color: var(--color-secondary);
  }

  .header .menu>ul>li {
    display: inline-block;
    margin-left: 20px;
    line-height: 20px;
  }

  .header .menu>ul>li>a {
    position: relative;
    display: block;
    color: var(--color-dark);

    font-weight: 600;

  }

  .header .menu>ul>li>a:hover,
  .header .menu>ul>li>a.active {
    color: var(--color-primary);
    transition: all 0.4s ease;
  }



  /*MEGA MENU*/

  .header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: white;
    padding: 30px 35px;
    margin-top: 25px;
    border-bottom: 2px solid var(--color-secondary);
    opacity: 0;
    visibility: hidden;
  }

  @media (min-width: 1088px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease;
      margin-top: 0px;
    }
  }

  .header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .header .menu>ul>li .sub-menu.mega-menu>.list-item {
    flex: 0 0 15%;
  }

  .header .menu>ul>li .sub-menu.mega-menu .list-item h4.subtitle {


    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
  }

  .header .menu>ul>li .sub-menu.mega-menu .list-item>ul>li {
    display: block;
    line-height: 10px;
    margin: 10px 0;
  }

  .header .menu>ul>li .sub-menu.mega-menu .list-item>ul>li>a {
    display: block;
    color: #444;

  }

  .header .menu>ul>li .sub-menu.mega-menu .list-item img {
    max-width: 150px;
    width: 70px;
    border-radius: 80px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
  }

  .header .menu>ul>li .sub-menu.mega-menu .list-item.text-center h4.subtitle {
    text-align: center;
    margin-top: 10px;

    font-size: .6em;
  }

  .header .menu>ul>li .sub-menu.mega-menu .list-item.text-center img {
    max-width: 150px;
    width: 100px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0px 10px;
  }

  .btn-badge {
    background: var(--color-brown);
    color: #ffffff !important;
    border-radius: 40px;
    padding: 5px 10px;
    font-size: .8em;
  }

  /*END OF MEGA MENU*/

  /*RESPONSIVE NAVBAR*/

  .mobile-menu-head,
  .mobile-menu-trigger {
    display: none;
  }

  @media (max-width: 1088px) {
    .header .item-center {
      order: 3;
      flex: 0 0 100%;
    }

    .header .item-right,
    .header .item-left {
      flex: 0 0 auto;
    }

    .v-center {
      justify-content: space-between;
    }

    .header .mobile-menu-trigger {
      display: flex;
      width: 30px;
      height: 30px;
      margin-left: 15px;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }

    .header .mobile-menu-trigger span {
      position: relative;
      display: block;
      width: 24px;
      height: 2px;
      background-color: black;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: black;
    }

    .header .mobile-menu-trigger span:before {
      top: -6px;
    }

    .header .mobile-menu-trigger span:after {
      top: 6px;
    }

    .header .item-right {
      align-items: center;
    }

    .header .menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 320px;
      height: 100%;
      overflow: hidden;
      z-index: 1099;
      background-color: white;
      transform: translate(-100%);
    }

    .header .menu.active {
      transform: translate(0%);
    }

    .header .menu>ul>li {
      display: block;
      line-height: 1;
      margin: 0;
    }

    .header .menu>ul>li>a {
      display: block;
      height: 60px;
      line-height: 60px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      padding: 0px 50px 0px 15px;
    }

    .header .menu>ul>li>a i {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
      display: flex;
      width: 100%;
      height: 60px;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      background-color: white;
      position: sticky;
      top: 0;
      z-index: 5012;
    }

    .header .menu .mobile-menu-head .go-back {
      width: 50px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border-right: 1px solid rgba(0, 0, 0, 0.3);
      cursor: pointer;
      display: none;
      font-size: 18px;
      font-weight: 900;
    }

    /*.header .menu.active .mobile-menu-head .go-back {
      display: block;
    }*/

    .header .menu .mobile-menu-head .current-menu-title {
      font-size: 1.1rem;
      font-weight: 600;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
      width: 50px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border-left: 1px solid rgba(0, 0, 0, 0.3);
      font-size: 19px;
      font-weight: 900;
      cursor: pointer;
    }

    .header .menu .menu-main {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      margin: 0;
      padding: 0;
    }

    .header .menu .sub-menu,
    .header .menu .mega-menu {
      display: none;
    }

    .header .menu .sub-menu.active,
    .header .menu .mega-menu.active {
      display: block;
    }

    .header .menu>ul>li .sub-menu,
    .header .menu>ul>li .sub-menu.mega-menu {
      opacity: 1;
      visibility: visible;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow-x: auto;
      max-width: none;
      min-width: auto;
      transform: translateX(0%);
      padding-top: 50px;
      display: none;
    }

    .header .menu>ul>li .sub-menu.active {
      display: block;
    }

    @keyframes slideLeft {
      0% {
        opacity: 0;
        transform: translateX(100%);
      }

      100% {
        opacity: 1;
        transform: translateX(0%);
      }
    }

    @keyframes slideRight {
      0% {
        opacity: 1;
        transform: translateX(0%);
      }

      100% {
        opacity: 0;
        transform: translateX(100%);
      }
    }

    .header .menu>ul>li .sub-menu.mega-menu .list-item {
      flex: 0 0 100%;
    }

    .header .menu>ul>li .sub-menu.mega-menu .list-item>ul>li {
      display: block;
      line-height: 10px;
      margin: 10px 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu .list-item.text-center .title {
      margin: 10px 0;
    }

    .menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all 0.3s ease;
      opacity: 0;
      visibility: hidden;
      z-index: 1098;
    }

    .menu-overlay.active {
      opacity: 1;
      visibility: visible;
    }
  }

  /*END OF RESPONSIVE NAVBAR*/


  .herobanner {
    padding: 5% 0;

  }

  .herobanner h3 {
   font-family: 'Playfair Display', Georgia, serif;
    font-size: 3em;
    font-weight: 800;

  }

  .bg-mapa {
    background: url('../img/mapa-mx.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5%;
  }

  .imgbanner1 {
    width: 200px;
    border-radius: 20px;
    margin: 0 0 0 50%;
  }

  .imgbanner2 {
    width: 300px;
    border-radius: 20px;
    margin: 40px 0 0 30px;
  }



  .formsearchreservation {
    background: var(--color-primary);
    border: 1.282px solid rgba(239, 239, 239, .08);
    background: linear-gradient(109deg, rgba(217, 206, 198, .6) -13.54%, rgba(217, 206, 198, .08) 95.69%);
    backdrop-filter: blur(17.629465103149414px);
    padding: 3%;
    color: #ffffff;
    margin-top: -8%;
    transition: all 0.5s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    position: relative;
    z-index: 20;

  }

  .formsearchreservation.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    padding: 10px 20%;
    z-index: 5;
  }


  .formsearchreservation.is-sticky-top {
    position: fixed;
    top: 93px;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    padding: 10px 20%;
    z-index: 5;
  }


  .formsearchreservation label {
    color: var(--color-brown);
    font-weight: 600;
    padding-left: 15px;
  }

  .formsearchreservation .form-control {
    border-radius: 30px;
    height: 50px;
  }




  .bordeimagen {
    border-radius: 40px;
    border: 10px solid #ffffff;
  }

  .btn-booking {
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
    margin-top: 20px;
  }

  .section {
    padding: 5% 0 0 0;
  }

  h2.title {
    font-size: 3em;
   font-family: 'Playfair Display', Georgia, serif;
    font-weight: 800;
  }

  .listdestinos {
    color: var(--color-dark);
  }

  .estandares {

    padding: 5%;
    background: #ffffff;
    margin: 0;
  }

  .estandares h1 {

    font-weight: 800;
    color: var(--color-dark);
    margin-bottom: 5%;
    font-size: 2.5em;

  }

  .estandares h2.title {
    color: var(--color-primary);
  }

  .list-estandares {
    color: var(--color-brown);
    text-align: right;
  }

  .list-estandares img {

    width: 60px;
    margin-bottom: 20px;

  }

  .btn-more {
    background: var(--color-primary);
    color: #ffffff;
    padding: 5px 40px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 5%;
  }

  .btn-more:hover {
    background: var(--color-brown);
    color: #ffffff;
  }

  .image-wrap {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;

    display: inline-block;
    color: #ffffff;
    line-height: 1.1em;
    overflow: hidden;

    position: relative;
  }

  .image-wrap.size2 {
    width: 250px;
    height: 250px;
  }

  .decorationbg {
    width: 100%;
    height: 100%;
    background: url(https://h-img3.cloudbeds.com/uploads/309874/ambar_30_gallery~~65afe783997a2.jpg);
    background-size: cover;
    background-position: center;

    padding: 50px 20px 0 20px;
  }

  .overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgb(42, 41, 41);
    background: linear-gradient(0deg, rgba(42, 41, 41, 1) 0%, rgba(248, 248, 255, 0) 100%);

  }

  .pricesbg {
    width: 100%;
    height: 100%;
    background: url(https://plus.unsplash.com/premium_photo-1661585684333-c6e0d368ac69?q=80&w=3774&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;

    padding: 40% 20px 0 20px;
  }

  .ubicacionbg {
    width: 100%;
    height: 100%;
    background: url(https://images.unsplash.com/photo-1553864250-05b20249ee0c?q=80&w=3870&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;

    padding: 40% 20px 0 20px;

  }

  .serviciobg {
    width: 100%;
    height: 100%;
    background: url(https://plus.unsplash.com/premium_photo-1726718465660-9135cc91d31e?q=80&w=3851&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;

    padding: 40% 20px 0 20px;

  }

  .limpiezabg {
    width: 100%;
    height: 100%;
    background: url(https://plus.unsplash.com/premium_photo-1664301014580-9d9941d1fb51?q=80&w=3687&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: cover;
    background-position: center;

    padding: 40% 20px 0 20px;

  }


  .isobg {
    width: 100%;
    height: 100%;
    background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSqHhyBuMXg2OWetz_X_wXmAeJoFaUTbPaa8Q&s);
    background-size: cover;
    background-position: center;

    padding: 40% 20px 0 20px;

  }



  .image-wrap span {
    position: relative;
    z-index: 3;
    font-weight: 800;
  }

  .image-wrap span.size2 {

    font-size: 1.6em;
    line-height: 1.1em;
  }

  .itemestandar {
    width: 33%;
    margin: 30px 0 0 0;
    padding: 2% 5%;
  }

  .itemestandar h4 {
    color: var(--color-brown);
  }

  .itemestandar img {
    height: 100px;
  }

  .itemestandar p {
    font-size: .9em;
   
   
  }

  .content_destinos {

    margin: 5% auto 0 auto;

  }




  .destinos h2.title {
    font-size: 5em;
    font-weight: 800;
   font-family: 'Playfair Display', Georgia, serif;
  }

  .content_destinos .slick-slide {
    border: 25px solid #F2EEEB;
  }

  .itemdestino {
    width: 300px;
    height: 500px;

    border-radius: 10px;

    position: relative;
    overflow: hidden;
    margin: 0 !important;


  }

  .content_destinos .slick-prev,
  .content_destinos .slick-next {
    z-index: 3;
  }

   .content_destinos .slick-next {
    right:  -15px;
  }


  .content_destinos .slick-prev:before,
    .content_destinos .slick-next:before,
    .wrapper-actividades .slick-prev:before,
     .wrapper-actividades .slick-next:before
    {
    color: var(--color-brown);
    font-size: 30px;
  }



  .imagendestino {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    background-size: cover;
    background-position: center;
  }

  .itemdestino:hover .imagendestino {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }


  .overlayimagen {
    background: url(https://demo2.wpopal.com/havezic/wp-content/uploads/2024/07/h1_deco-1.png);
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 300px
  }

  .breadcrumbs {
    width: 100%;
    padding: 4%;
    background: var(--color-lightbrown);
  }

  .overlayimagen.bottom {
    bottom: 0;
    top: auto;
    z-index: 3;

  }


  .itemdestino .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 6;
    color: #ffffff;
    padding: 70% 5% 0 5%;
    background: rgb(42, 41, 41);
    background: linear-gradient(0deg, rgba(42, 41, 41, 1) 0%, rgba(248, 248, 255, 0) 62%);
  }

  .itemdestino .caption .textcontent {
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 5%;
    display: block;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    color: #ffffff;
  }

  .itemdestino .caption .title {

    line-height: 1.1em;

  }

  .itemdestino:hover .caption .textcontent {


    transform: translateY(-2rem);

  }

  .itemdestino .icondestino {
    height: 60px;
    display: block;
  }

  .itemdestino .caption .btn-option {
    font-size: 1em;
  }


  .btn-option {
    width: 100%;
    display: block;

  }

  .button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;


  }

  .button.learn-more {
    width: 75%;
    height: auto;
  }

  .button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #DCA54A;
    border-radius: 1.625rem;
  }

  .button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }

  .button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
  }

  .button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
  }

  .button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    margin: 0 0 0 60px;
    color: #ffffff;
    z-index: 2;
    line-height: 1em;
    font-size: .7em;
    font-weight: 300;


  }


  .itemdestino:hover .button .circle,
  .button:hover .circle {
    width: 100%;
  }

  .button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
  }

  .framemap {

    width: 95%;
    border-radius: 30px;

    margin: auto;
    overflow: hidden;

  }

  .framemap iframe {
    width: 100%;
  }

  .item-servicios {
    background: #ffffff;
    border-radius: 30px;
    padding: 5%;
    margin-top: 25%;
    position: relative;
  }

  .item-servicios .number {
    color: var(--color-secondary);
    font-size: 4em;
    font-weight: bold;

  }

  .item-servicios h4 {
    margin-top: 10%;
  }

  .item-servicios .btn-servicios {
    background: var(--color-primary);
    border-radius: 40px;
    color: var(--color-dark);
    margin-top: 30px;
    padding: 10px 20px;
    display: inline-block;
  }

  .item-servicios .imagen-servicio {
    width: 150px;
    height: 200px;
    position: absolute;
    top: -50px;
    right: 30px;
    border: 10px solid #ffffff;
    overflow: hidden;
    border-radius: 30px;
  }


  .avisoslist a {
    font-size: .8em;
    color: #ffffff;

  }




  .testimonies {
    background: url(https://demo2.wpopal.com/havezic/wp-content/uploads/2024/07/deco-left.png);
    background-repeat: no-repeat;

    background-position: left bottom;
    padding-bottom: 0;

  }

  .testimonies h3.title {
    font-size: 1.8em;
    margin-bottom: 6%;
  }

  .testimonies h3.title span {
    font-size: 1.3em;

  }

  .item-testimonio {
    border-radius: 20px;
    background: var(--color-brown);
    position: relative;
    margin: 10%;
    padding: 5%;
    color: #ffffff;
  }

  .item-testimonio.color1 {
    background: #b84f0b;
  }

  .item-testimonio.color2 {
    background: #e9c16a;
  }

  .item-testimonio.color3 {
    background: #d3c199;
  }

  .item-testimonio.color4 {
    background: #a2d5d8;
  }

  .item-testimonio.color5 {
    background: #64a2ad;
  }

  .item-testimonio .image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: -50px;
    background-size: cover;
    background-position: center;
  }

    .item-testimonio .imageplace {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    right: -50px;
    background-size: cover;
    background-position: center;
  }


  .item-testimonio .testimonial {
    padding: 15% 5%;
  }


  .item-testimonio .huesped {
    background: #ffffff;
    border-radius: 40px;
    color: #333333;
    padding: 10px 20px;
    display: inline-block;
  }

  .item-testimonio .quotes {
    position: absolute;
    right: 30px;
    top: -30px;
  }


  /*PROPIETARIOS*/

  .img-init {
    overflow: hidden;
    position: relative;
  }

  .premio {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -67px;
  }

  .rounded-img {
    border-radius: 10px;
  }

  .video {
    margin-top: 5%;
  }

  .video h3 {
    font-size: 4em;
    font-weight: 800;

  }

  video {
    display: block;
    height: auto;
    margin: auto;
    position: relative;
    width: 100%;
  }

  .video-wrap {
    margin: 0 auto;
    position: relative;
    width: 90%;
    border-radius: 40px;
    margin-top: 4%;
    overflow: hidden;
  }

  .channel img {
    height: 30px;
    filter: brightness(0) saturate(100%);
  }

  .counters {
    margin-top: 5%;
  }

  .itemcount {
    display: flex;
    align-items: center;
    margin: 40px 2% 0 2%;
  }

  .itemcount .number {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--color-primary);
    margin-right: 10px;
  }

  .itemcount .label {
    line-height: 1em;
    max-width: 90px;
    color: #000000;
  }

  .calculadoradeingresos {
    background: url('../img/iconos/profits-graph.svg') var(--color-brown);
    padding: 5%;
    text-align: center;
    border: 10px solid var(--color-brown);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .calculadoradeingresos h3 {
    font-size: 2em !important;
    color: #ffffff;
    font-size: 1em;
  }

  .calculadoradeingresos .btn-ingresos {
    background: var(--color-primary);
    color: #ffffff;
    margin: auto;
    font-size: 1.1em;
    padding: 10px 40px;

  }

  .servicios {
    width: 90%;
    margin: 5% auto;


  }

  .listserivios {
    margin-top: 10%;
  }

  .item-servicio {
    background: #ffffff;
    height: 100%;
    border-radius: 30px;
    padding: 10% 10%;
    margin: 10% 5%;
  }

  .item-servicio h4 {
    font-weight: 600;
    font-size: 1.4em;
    color: var(--color-brown);

  }

  .item-servicio .icon {
    width: 50px;
    margin-bottom: 5%;
  }

  .pasoscliente {
    background: var(--color-primary);
    margin-top: 50%;
    border-radius: 30px;
    padding: 5%;


  }

  .pasoscliente h3 {
    font-size: 3em;
    color: #ffffff
  }

  .pasoscliente .button.learn-more .circle {
    background: #000000;
  }

  .verticaltimeline {
    position: relative;
  }


  .circle {
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    color: #ffffff;
    max-height: 50px;
    z-index: 2;
  }

  .how-it-works.row {
    display: flex;
  }

  .how-it-works.row .col-2 {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
  }

  /*.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #000000;
  z-index: 1;
}*/
  .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
  }

  .how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
  }

  .how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
  }

  .timeline div {
    padding: 0;
    height: 40px;
  }

  .how-it-works p {
    font-size: .8em;
    margin-top: 5%;
  }

  .timeline hr {
    border-top: 3px solid #000000;
    margin: 0;
    top: 17px;
    position: relative;
    opacity: 1;
  }

  .timeline .col-2 {
    display: flex;
    overflow: hidden;
  }

  .timeline .corner {
    border: 3px solid #000000;
    width: 100%;
    position: relative;
    border-radius: 15px;
  }

  .timeline .top-right {
    left: 50%;
    top: -50%;
  }

  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
  }

  .timeline .top-left {
    left: -50%;
    top: -50%;
  }

  .timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
  }

  #formdestinoreserva.is-sticky .formdestino.formsearchreservation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    padding: 10px 20%;
    z-index: 100;
  }


  #formdestinoreserva.is-sticky-top .formdestino.formsearchreservation {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    padding: 10px 20%;
    z-index: 100;
  }


  #formdestinoreserva {

    .formsearchreservation {


      box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;

    }

    .formdestino.formsearchreservation {

      padding: 1% 5% 2% 5%;

      color: #ffffff;
      margin: -5% 0 2% 0;


    }
  }

  .infodestino {
    padding: 20% 0;
    font-size: 1.2em;
  }


  .lugaresdeinteres {
    margin: 5% 0;
    position: relative;


  }


  .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
    height: 100vh;
    width: 100%;
    --gap: 50px;
    gap: var(--gap);
    max-width: 80%;
    margin: 5% auto;
    border-radius: 10px;
    overflow: hidden;
  }

  .background-section {
    position: relative;
    z-index: 1;
    inset: 0;
  }

  .overlay-left {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgb(42, 41, 41);
    background: linear-gradient(78deg, rgba(42, 41, 41, 1) 0%, rgba(248, 248, 255, 0) 62%);

  }

  .background-section:after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  .background-section .bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.4s all ease;
  }

  .background-section .bg img {
    width: 100vw;
    height: 100vh;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .background-section .bg.active {
    opacity: 1;
  }

  .copy-section {
    max-width: calc(25% - var(--gap));
    flex: 0 0 calc(25% - var(--gap));
    height: 90%;
    position: relative;
    z-index: 2;
    max-height: 400px;
    margin-top: 15%;

    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);
  }

  .copy-section #copy-container {
    counter-reset: copy-count;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
  }

  .copy-section #copy-container:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 2px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .copy-section #copy-container .copy {
    counter-increment: copy-count;
  }

  .copy-section #copy-container .copy:before {
    font-size: 0px;
    content: counter(copy-count);
    color: black;
    aspect-ratio: 1/1;
    background: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 0;
    width: 14px;
    transition: 0.4s all ease;
    margin-left: 8px;
    z-index: 2;
    position: relative;
  }

  .copy-section #copy-container .copy.active:before {
    width: 30px;
    font-size: 16px;
    margin-left: 0;
  }

  .copy-section #copy-container .copy.active .copy-content {
    opacity: 1;
    pointer-events: all;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
  }

  .copy-section #copy-container .copy .copy-content {
    width: 80%;
    margin-left: auto;
    height: 100%;
    position: absolute;
    inset: 0;
    left: 20%;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    transition: 0.4s all ease;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    color: white;
  }

  .copy-section #copy-container .copy .copy-content h4 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 20px;
    color: white;
  }

  .copy-section #copy-container .copy .copy-content p {
    font-size: 1em;
    line-height: 1em;
  }

  .copy-section #copy-container .copy .copy-content b {
    font-size: 1.2em;
    font-weight: 900;
  }

  .copy-section #copy-container .copy .copy-content ul {
    font-size: .9em;
    list-style: circle;

  }

  .carousel {
    flex: 0 0 calc(65% - var(--gap));
    position: relative;
    height: 90%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    max-height: 500px;
    margin-top: 15%;
  }

  .carousel .carousel-track {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    --gap: 40px;
    gap: var(--gap);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-color: #ffffff #ffffff;
  }

  .carousel .carousel-track .slide {
    max-width: calc(20% - var(--gap));
    flex: 0 0 calc(20% - var(--gap));

    transition: 0.4s all ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    border-radius: 10px;
    height: 200px;
  }

  .carousel .carousel-track .slide.active {
    height: 240px;
  }

  .carousel .carousel-track .slide.active:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.8) 100%);
  }

  .carousel .carousel-track .slide .slide-text {
    position: absolute;
    z-index: 3;
    padding: 20px;
    bottom: 0;
    color: white;

    line-height: 1em;
  }

  .carousel .carousel-track .slide .slide-text span {
    display: block;
    opacity: 0.65;
    font-size: .8em;
  }

  .carousel .carousel-track .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    inset: 0;
    z-index: 2;
  }

  .carousel .carousel-track .slide:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.9) 100%);
    transition: 0.4s all ease;
  }

  .carousel .carousel-controls {
    flex: 0 0 50px;
    display: flex;
    gap: 20px;
  }

  .carousel .carousel-controls button {
    width: 50px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s all ease;
  }

  .carousel .carousel-controls button:hover {
    background: rgba(255, 255, 255, 0.7);
  }







  .actividades {
    display: grid;
    place-items: center;

  }

  .actividades span.satisfy-regular {
    font-size: 1.3em;
  }

  .scroll-x {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-color: var(--color-lightbrown) var(--color-lightbrown);
  }

  .randomexperience {
    padding-bottom: 5%;
  }

  .randomexperience .button.learn-more .button-text,
  .experiencesdestino .button.learn-more .button-text {
    color: var(--body-color);
    font-size: 1em;
  }

  .wrapper-actividades {
   
    /*-webkit-overflow-scrolling: touch;
    display: grid;
    grid-gap: 1rem;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 2rem);*/
    margin: 5% 0 0 0;
  }

  .wrapper-actividades .items {
    display: flex;

  }

  .wrapper-actividades .items li {

    width: 300px;

  }

  .tour-card {
    padding-bottom: 40px;
    border-radius: 0px;
    max-width: 300px;
  }

  .tour-card-container {
    background: none;
    font-family: "DM Sans", sans-serif;
  }

  .tour-card-button {
    border-radius: 50px;
  }

  .tour-card-price {
    font-size: 1.2em;
  }

  .tour-card-footer {
    flex-direction: column;
    justify-content: center;
  }


  .items li .bg-activity {

    position: absolute;
    overflow: hidden;
    border-radius: 200px;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
  }


  .items li h5 {
    position: absolute;
    width: 100%;
    z-index: 4;
    text-align: center;
    margin-top: 55%;
    color: #ffffff;
    font-size: .5em;
    line-height: 1em;
    font-weight: 200;
    padding: 0 30px;

  }

  .items li .veractividades {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ffffff;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    font-size: .7em;
    padding-top: 10px;
    z-index: 3;
  }

  .items li .veractividades:hover {

    background: var(--color-primary);
    color: var(--color-dark);

  }



  .opcionesdealojamiento {
    padding: 5% 0;
    background: #ffffff;

    position: relative;
  }

  .opcionesdealojamiento.sectionalojamiento {
    background: none;
    margin-top: 5%;
  }

  .item-alojamiento {
    width: 95%;
    background: linen;
    border-radius: 20px;
    padding: 6% 0;
    margin: 13% auto;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: bold;

  }

  .opcionesdealojamiento.sectionalojamiento .item-alojamiento {

    background: #ffffff;
  }

  .img-alojamiento {
    width: 100px;
    height: 150px;
    margin-right: 20px;
    border-radius: 20px;
    margin-top: -20%;
    background-size: cover;
    background-position: center;
  }

  .namealojamiento {
    margin-top: 20px;
    color: var(--color-dark);
  }

  .btn-alojamiento {
    display: block;
    font-size: .7em !important;
    font-weight: 200;
    margin-top: 10px;
  }

  .global-slider.alojamientoslider {
    overflow: hidden;

  }

  .global-slider.alojamientoslider .slick-slider__single {
    background: none;
  }




  .background-video-embed {
    width: 95%;

    margin: auto;
    overflow: hidden;
    padding: 10% 0;
   

  }

  .background-video-embed video {
    width: 100%;

    border-radius: 20px;


  }

  .gallerie {
    display: grid;
    grid-template-columns: 25% 30% 15% 25%;
    gap: 15px;
    /* place-content: center;*/
    grid-auto-rows: auto;
   /* grid-template-rows: 50% 50%;*/
    height: auto;
    min-height: 460px;
    padding: max(2vh, 1.5rem);
  }

  @media screen and (max-width: 690px) {
    .gallerie {
     /* height: 65vh;*/
    }
  }

  @media screen and (max-width: 600px) {
    .gallerie {
      grid-template-columns: repeat(2, 1fr);
    /*  grid-template-rows: repeat(3, 35%);*/
    }
  }

  .gallerie .card {
    border-radius: 25px;
    box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.26);
    border: none;
  }

  @media screen and (max-width: 470px) {
    .gallerie .card {
      grid-column: span 1;
    }
  }

  .gallerie .card:nth-child(2) {
    grid-column: 2/3;
    grid-row: span 2;
  }

  @media screen and (max-width: 690px) {
    .gallerie .card:nth-child(2) {
      grid-column: span 1;
      grid-row: span 1;
    }
  }

  .gallerie .card:nth-child(3) {
    grid-column: span 2;
  }

  @media screen and (max-width: 690px) {
    .gallerie .card:nth-child(3) {
      grid-column: 2/4;
      grid-row: 1/2;
    }
  }

  @media screen and (max-width: 690px) {
    .gallerie .card:nth-child(6) {
      grid-column: 2/4;
      grid-row: 2/3;
    }
  }

  @media screen and (max-width: 470px) {
    .gallerie .card:nth-child(5) {
      grid-column: span 2;
    }
  }

  .gallerie .card p {
    font-size: clamp(0.9rem, 0.8750rem + 0.1250vw, 1rem);
    line-height: 1.4;
  }

  .gallerie .card img {
    border-radius: 25px;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }

  .gallerie .card .card__img {
    position: relative;
    height: 100%;
  }

  .gallerie .card .card__img .card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    color: #fff;
    padding: clamp(0.938rem, 5vw, 1.563rem);
    background: #02022e;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    display: none;
  }

  .gallerie .card .card__img span {
    position: absolute;
    top: 25px;
    left: min(2vmax, 1.563rem);
    color: #ff7b29;
    background: #fff;
    border-radius: 50px;
    padding: 2px 8px 2px 6px;
    display: flex;
    box-shadow: 0px 1px 20px #0000002b;
  }

  @media screen and (max-width: 690px) {
    .gallerie .card .card__img span {
      top: 20px;
    }
  }

  @media screen and (max-width: 470px) {
    .gallerie .card .card__img span {
      top: 15px;
    }
  }

  .gallerie .card .card__img span svg {
    fill: #ff7b29;
    width: 20px;
    margin-right: 2px;
  }




  .contentalojamiento {

    padding: 3% 0 5% 0;
  }


  .formsearchreservation.sectionalojamiento {

    width: 80%;
    margin: 5% auto;
   
    padding: 3% 3%;
    text-align: left;
    z-index: 4;
    box-shadow: none;
    background: #ffffff;
  }

  .formsearchreservation.sectionalojamiento.is-sticky {
    margin-top: 0;
    width: 100%;
    padding: 1% 30%;
  }

   .formsearchreservation.sectionalojamiento.is-sticky-top {
    margin-top: 0;
    width: 100%;
    padding: 1% 30%;
  }

  .listcontactalojamiento {
    width: 80%;
    margin: 10% auto 0 auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 5%;
  }

  .listcontactalojamiento li {
    margin-top: 20px;
  }



  .listcontactalojamiento a {
    color: var(--color-brown);
    font-size: .9em;
    line-height: 1.1em;
  }

  .listcontactalojamiento a i {
    color: var(--color-primary);
    font-size: 1.5em;
    margin-right: 10px;

  }


  .mainalojamiento_img {
    width: 80%;
    margin:auto;
    height: 100vh;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
  }

  .section.bg-element-right {
    background: url(../img/h1_deco-right.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .section.bg-element-left {
    background: url(../img/h1_deco-left.png);
    background-repeat: no-repeat;
    background-position: left top;
  }

  .amenidades {
    width: 100%;
    background: #b0c4de;

    margin-top: 0;
    padding: 5% 0;
  }

  .fotosinstalaciones {
    padding: 5%;

  }

  .amenity {
    margin-top: 30px;
    width: 20%;
  }

  .amenity-icon svg {
    width: 55px;
    height: 55px;
    fill: #000000;
    /* o usa currentColor para heredar */
  }

  .amenity-name {
    line-height: 1em;
    margin-top: 15px;
    font-size: .9em;
    overflow: hidden;
      text-overflow: ellipsis;
  }

  .iframemapa {

    overflow: hidden;
    margin-top: 5%;

  }

  .iframemapa iframe {
    width: 100%;

  }

  .animatedicon {
    width: 130px;
    height: 130px;
  }


  .banneraboutus {

    background: url(../img/bg_aboutus.jpg) var(--color-primary);
    padding: 10% 0;
    margin: auto;
    position: relative;
    background-position: top;


  }


  .marquee {
    display: flex;
    overflow: hidden;
    user-select: none;

    mask-image: linear-gradient(var(--mask-direction, to right),
        hsl(0 0% 0% / 0),
        hsl(0 0% 0% / 1) 20%,
        hsl(0 0% 0% / 1) 80%,
        hsl(0 0% 0% / 0));
  }

  .marquee-inner {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
   
    min-width: 100%;

  }

  .marquee-inner img {
    height: 300px;
    transition: transform 0.5s;
    flex-shrink: 0;
   

  }

  .marquee-inner img:hover {
    transform: scale(1.03);
  }




  h3.subtitle {
    font-size: 2em;
    font-weight: bold;
  }


  .itemdato {
    padding: 5% 0;
    text-align: center;
    margin-top: 10%;
  }


  .itemdato p {
    margin-top: 30px;
    font-size: 1.1em;
    line-height: 1.1em;
    margin-top: 10px;
  }

  .itemdato p b {
    font-weight: 800;
    font-size: 1.6em;
    color: var(--color-brown);
  }


  .bannerlegal {

    background: var(--color-primary);
    padding: 5% 0;
    margin: auto;
   

  }

  .bannerlegal h2 {
     color: #ffffff;
    font-size: 2em;
      font-family: "DM Sans", sans-serif;

  }

  .bg-brown {
    background: #605554;
  }


  .contactus .itemcontact {

    background: #ffffff;
    border-radius: 10px;
    padding: 5%;
    margin: 5% auto;
    height: 100%;
    width: 100%;
    max-width: 300px;
    

  }

  .contactus .itemcontact h3 {
    color: var(--color-brown);
    margin-bottom: 30px;
  }

  .contactus .itemcontact img {
    width: 50px;
    margin-bottom: 20px;
  }

   .contactus .itemcontact a {
    color: #666d92;
   }


   .footercontent h5 {
    color:var(--color-primary);
    font-family: "DM Sans", sans-serif;
   }

   .footercontent a {
    color: #dcdcdc;
   }

     .footercontent a:hover {
    color: var(--color-primary);
   }

   .footercontent ul {
    margin-left: 20px;
    list-style: circle;
    font-size: .9em;
   }

     .socialfooter {
    font-size: 2em;
    margin-bottom: 50px;
  }

  .socialfooter a {
    color: var(--color-primary);
  }

  footer {
    background: #000000;
    color: #dcdcdc;
    padding: 4% 0;

  }

  footer hr {
    margin-bottom: 2%;
  }

  @media (max-width: 1440px){
    .formsearchreservation.is-sticky, .formsearchreservation.is-sticky-top {
      padding: 10px 10%;
    }
  }


  @media (max-width: 1392px){

    .header .item-right,
    .header .item-left {
      flex: 0 0 auto;
    }

  }


  @media (max-width: 1250px) {

    .carousel .carousel-track .slide {
      max-width: calc(30% - var(--gap));
      flex: 0 0 calc(30% - var(--gap));
    }

    .wrapper {
      --gap: 0px;
    }

    .copy-section #copy-container .copy .copy-content h4 {
      font-size: 1.8em;
    }

    .websitelogo {
      width: 280px;
    }

    .formsearchreservation.is-sticky-top {
      top: 80px;
    }

    .tagbanner {
      bottom:50px;
    }

  }

  @media (max-width: 1025px) {

    .topheader {
      padding: 10px 0 0 0;
      font-size: .8em;
    }
    
    /* .header .menu>ul>li .sub-menu.mega-menu .list-item.text-center img {

      min-width: 80%;
      min-height: 300px;


    }

    .header .menu>ul>li .sub-menu.mega-menu .list-item {
      margin-bottom: 5%;
    }*/

    .formsearchreservation label {
      font-size: .8em;
    }

    .btn-booking {
      font-size: .9em;
    }

    .formsearchreservation .fa-2x {
      font-size: 1.5em;
    }

    .button.learn-more .button-text {
      font-size: .6em;
    }

    .item-testimonio .imageplace {
      width: 150px;
      height:150px;
    }

    .item-testimonio {
      font-size: .9em;
    }

    .tagbanner {
      left: 5%;
    }

    .tagbanner h2 {
      font-size: 3em;
    }

    .banneraboutus {
      padding: 13% 0;
    }
    
  }

  

  @media (max-width: 900px) {

    .tagbanner h2 {
      font-size: 3em;
    }

    .destinos h2.title {
      font-size: 4em;
    }

    .itemdestino {
      width: 250px;
      height: 450px;
    }

    .itemdestino .caption .title {
      font-size: 1em;
    }

    .itemdestino .button.learn-more .button-text {
      font-size: .6em;
    }

    .logo {
      width: 100px;
      overflow: hidden;
    }

    .mt-lg-5 {
      margin-top: 0 !important;
    }

 .tagbanner h2, .pasoscliente h3, .video h3 {
      font-size: 2em;
    }
      h2.title {
      font-size: 2em;
    }

  }

  @media (max-width: 800px) {
    .wrapper {
      height: 80vh;
    }

    .copy-section {

      max-width: calc(40% - var(--gap));
      flex: 0 0 calc(40% - var(--gap));

    }

    .carousel {
      flex: 0 0 calc(50% - var(--gap));
    }


    .carousel .carousel-track .slide {
      max-width: calc(50% - var(--gap));
      flex: 0 0 calc(50% - var(--gap));
      height: 140px;
    }

    .carousel .carousel-track .slide.active {
      height: 190px;
    }
     .textM {
      text-transform: capitalize;
    }

    .formsearchreservation .form-control {
      height: auto;
    }

    .btn-booking {
      padding: 7px 20px;
    }

    .btn-booking .fa-lg {
      font-size: .9em;
    }

    h2.title {
      font-size: 2em;
    }
   


   
  }


  @media (max-width: 600px){
     

      .bannerhome {
        height: 60vh;
      }
    
    .calculadoradeingresos h3 {
      font-size: 1.5em !important;
    }

    .servicios {
      margin-top: 10%;
    }

    .servicios h2.title {
      text-align: center;
    }

    .channel img {
      margin-top: 5%;
    }

    .button.learn-more.propiedad {
      font-size: 1.5em;
    }

    animated-icons {
      width: 100px;
      height: 100px;
    }

    .banneraboutus {
      padding: 15% 0;
    }

     .itemestandar {
      width: 100%;
    }

    .logoscertificaciones img {
      max-width: 60px;
    }
  }

  @media (max-width: 500px) {


    .header {
      padding-right: 20px;
      padding-left: 20px;
    }

      .header .item-right {
      right: 5px;
    }

     .header.show {
      padding-right: 40px;
      padding-left: 20px;
    }

    .header.show .item-right {
      right: 15px;
    }


    .tagbanner {
      left: 30px;
    }

    .tagbanner h2 {
      font-size: 2em;
    }

    .destinos h2.title {
      font-size: 3em;
    }

    .animatedicon {
      width: 50px;
      height: 50px;
    }

    .image-wrap {
      width: 100px;
      height: 100px;
    }

    .image-wrap span {
      font-weight: 400;
      font-size: .7em;
      line-height: .9em;
    }

    .image-wrap.size2 {
      width: 170px;
      height: 170px;
    }

    .image-wrap span.size2 {
      font-size: 1em;
    }

  

    .descriptionattraction {
      display: none;
    }

    .copy-section {

      max-width: calc(25% - var(--gap));
      flex: 0 0 calc(25% - var(--gap));

    }


    .carousel .carousel-track .slide {
      max-width: calc(65% - var(--gap));
      flex: 0 0 calc(65% - var(--gap));
      height: 120px;
    }

    .copy-section #copy-container .copy .copy-content {
      align-content: start;
      width: 50%;
    }

    .carousel .carousel-track .slide .slide-text {
      font-size: .8em;
    }

  

    .slick-slider__single .caption .mediumcaption {
      font-size: 1.3em;
    }

    .slick-slider__single .caption .bigcaption {
      font-size: 2em;
    }

    .slick-slider__single .caption .smallcaption {
      font-size: .8em;
    }

   

    .item-testimonio .imageplace {
      width: 100px;
      height:100px;
      right: -30px;
    }

    .formsearchreservation.is-sticky, .formsearchreservation.is-sticky-top {
      padding:10px;
    }

    #formdestinoreserva.is-sticky .formdestino.formsearchreservation, #formdestinoreserva.is-sticky-top .formdestino.formsearchreservation {
       padding:10px;
    }

    #formdestinoreserva.is-sticky-top .formdestino.formsearchreservation {
      top: 80px;
    }

   .btn-booking {
    font-size: .8em;
   }

   .formsearchreservation .ms-3 {

    margin-left: 0px !important;
    

   }

    .formsearchreservation .w-90 {

    width: 100% !important;
    

   }

     .content_destinos .slick-prev, .wrapper-actividades .slick-prev {
    left:  -5px;
  }

   .content_destinos .slick-next, .wrapper-actividades  .slick-next{
    right:  5px;
  }

  .slick-slider__single .caption {
    padding-top: 40%;
  }

  .datepicker {
    width: 90%;
    left: 5%;
  }

   .banneraboutus {
      padding: 40% 0;
    }
  
    .mainalojamiento_img {
      height: 50vh;
    }

    .formsearchreservation.sectionalojamiento.is-sticky, .formsearchreservation.sectionalojamiento.is-sticky-top {
      padding: 2% 10px;
    }


  .amenity {
   
    width: 33%;
  }

    .amenity-icon svg {
      width: 40px;
      height:40px;
    }

    .amenity-name {
      font-size: .9em;
      
    }


  }

}