html{
    scroll-behavior: smooth;
}

.lazy-section {
    opacity: 0; /* Oculta la sección inicialmente */
    transition: opacity 0.5s ease-in; /* Transición suave */
    pointer-events: none; /* Evita la interacción antes de que sea visible */
}

.lazy-section.visible {
    opacity: 1; /* Muestra la sección cuando se añade la clase visible */
    pointer-events: auto; /* Permite la interacción una vez visible */
}


body {
    color: #757575;
    background: #ffffff;
    font-family: 'Montserrat', Times, serif;
}

p {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #454545;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    margin-top: 50px;
}

.title_check {
    font-size: 4rem;
    margin-top: 20px;
    margin-bottom: 70px;
}

div#products {
    display: flex;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
    font-size: 15px !important;
    font-weight: 600;
}

span.span-title {
    display: flex;
    border-radius: 5px;
    margin-right: 5px;
    background-color: wheat;
    padding: 2px;
}

.input-group-text {
    width: 40px;
}

span.span-title #delete {
    margin-left: 5px;
    color: #fbaf32;
}

i#delete {
    margin-top: 0;
    margin-bottom: 0;
}

i[class^="fi-rr-"]:before, i[class*=" fi-rr-"]:before, span[class^="fi-rr-"]:before, span[class*="fi-rr-"]:before {
    color: red;
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i[class^="fi-br-"]:before, i[class*=" fi-br-"]:before, span[class^="fi-br-"]:before, span[class*="fi-br-"]:before {
    color: #fbaf32;
    font-family: uicons-bold-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-up::before {
    margin-top: 10px;
    content: "\f148";
}

.bi-ticket-perforated-fill::before {
    content: "\f6c9";
    position: absolute;
    color: #fbaf32;
    margin-left: -360px;
    margin-top: 15px;
}

.bi-chevron-down::before {
    color: #fbaf32;
    content: "\f282";
}

.bi-alarm::before {
    color: #fbaf32;
    content: "\f102";
}

.bi-calendar4-week::before {
    color: #fbaf32;
    content: "\f217";
}

.bi-person::before {
    color: #fbaf32;
    content: "\f4e1";
}

.bi-shield-check::before {
    color: #fbaf32;
    content: "\f52f";
}

.bi-trash-fill::before {
    font-size: 12px;
    content: "\f5dd";
    color: #fbaf32;
    margin-top: -15px;
}

.bi-patch-question::before {
    color: #fbaf32;
    content: "\f4be";
    font-size: 15px;
    position: absolute;
}

i[class*="bi-star-fill"]::before {
    color: #fbaf32;
    margin-right: 5px;
}

i[class*="bi-check2"]::before {
    color: #fbaf32;
}

.btn-i {
    width: 15px;
    height: 15px;
}

a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fbaf32;
    transition: .3s;
}

.section-header .what {
    color: none;
}

a:hover,
a:active,
a:focus {
    color: #719a0a;
    outline: none;
    text-decoration: none;
}

.btn.custom-btn {
    padding: 12px 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #fbaf32;
    border: 2px solid #fbaf32;
    border-radius: 5px;
    transition: .5s;
}

.btn.access {
    padding: 5px 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: #fbaf32;
    border: 2px solid #fbaf32;
    border-radius: 5px;
    transition: .5s;
}

.content {
    position: absolute;
}

i[class^="fi-rr-"]:before, i[class*=" fi-rr-"]:before, span[class^="fi-rr-"]:before, span[class*="fi-rr-"]:before {
    color: #fbaf32;
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fi-rs-marker:before {
    position: absolute;
    color: #fbaf32;
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i[class^="fi-rs-"]:before, i[class*=" fi-rs-"]:before, span[class^="fi-rs-"]:before, span[class*="fi-rs-"]:before {
    color: #fbaf32;
    font-family: uicons-regular-straight !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.fa-envelope:before {
    color: #fbaf32;
    /* margin-left: 20px; */
    content: "\f0e0";
}

.fa-map-marker-alt:before {
    color: #fbaf32;
    content: "\f3c5";
}

i.fa-chevron-down:before {
    color: white;
    margin-left: 20px;
    content: "\f078";
}

i.fa-clock:before {
    color: white;
    margin-left: 20px;
    content: "\f017";
}

i.fa-calendar-alt:before {
    color: white;
    content: "\f073";
    margin-left: 20px;
}

i.fa-mobile-alt:before {
    color: white;
    margin-left: 20px;
    content: "\f3cd";
}

i.fa-user:before {
    color: white;
    margin-left: 20px;
    content: "\f007";
}

.fa-chevron-up:before {
    color: white;
    content: "\f077";
}

.fa-instagram:before {
    color: white;
    content: "\f16d";
}

.fa-facebook-f:before {
    content: "\f39e";
    color: white;
}

i.fi.fi-rs-marker {
    margin-left: 8px;
    position: absolute;
}

i.fi.fi-rr-calendar {
    position: absolute;
    margin-left: 8px;
}

i.fi.fi-rr-user {
    position: absolute;
    margin-left: 8px;
}

::before {
    color: white;
}

#btnCheck {
    margin-top: 12px;
    width: 100%;
}

.btn.custom-btn:hover {
    color: #fbaf32;
    background: transparent;
}

.btn.custom-btn:focus,
.form-control:focus,
.custom-select:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.fi-rr-badge:before, .fi-rr-time-twenty-four:before, .fi-rr-time-delete:before, .fi-rr-list-check:before {
    font-size: 50px;
    color: #fbaf32;
}


.islands {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    height: 100%;
  }
  
  .islands-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  
  .islands-container_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  
  .islands-container_title h2 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 700;
  }
  
  .island-cant {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90px;
    height: 32px;
    padding: 8px;
    background-color: #050505;
    border: 1px solid rgb(216, 214, 214);
    box-shadow: 0 0 10px rgba(235, 230, 230);
    border-radius: 8px;
  }
  
  .island-cant span {
    color: rgb(240, 232, 232);
    font-size: 15px;
    font-weight: 700;
  }
  
  .island-cant .island {
    margin-left: 8px;
  }


  .new-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 150px;
    height: 32px;
    padding: 10px;
    background-color: #050505;
    border: 1px solid rgb(216, 214, 214);
    box-shadow: 0 0 10px rgba(235, 230, 230);
    border-radius: 8px;
    margin-bottom: 20px;
    animation: spinner 3s linear infinite;
  }

  .sections-others-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .sections-other {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 175px;
    height: 32px;
    padding: 10px;
    background-color: #050505;
    border: 1px solid rgb(216, 214, 214);
    box-shadow: 0 0 10px rgba(235, 230, 230);
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  @keyframes spinner {
    0% {
      box-shadow: 1px 3px 1px rgb(170, 168, 38);
    }
    50% {
      box-shadow: 1px 3px 1px rgb(20, 212, 45);
    }
  
    100% {
      box-shadow: 1px 3px 1px rgb(214, 186, 60);
    }
  }
  
  .new-feature span {
    color: rgb(240, 232, 232);
    font-size: 15px;
    font-weight: 700;
  }

  .sections-other span {
    color: rgb(240, 232, 232);
    font-size: 15px;
    font-weight: 700;
  }
  
  .new-feature .feature {
    margin-left: 8px;
  }

  img.img-text {
    width: 70px;
  }
  
  .island-item {
    width: 200px;
    height: 200px;
    margin: 10px;
    border: 1px solid rgb(216, 214, 214);
    box-shadow: 0 0 10px rgba(235, 230, 230);
    background-color: #fff;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.5s ease;
  }
  
  .island-item:hover {
    transform: scale(1.1);
  }
  
  .island-item img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-position: cover;
    object-fit: cover;
  }
  
  .island-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
  }
  
  .island-info h3 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
  }
  

.back-to-top {
    position: fixed;
    display: none;
    background: #fbaf32;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    border-radius: 5px;
    transition: background 0.5s;
    z-index: 9;
}

.hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
  }
  
  .wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
  }
  
  .wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
  }
  
  .wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
  }
  
  @-webkit-keyframes move-forever1 {
    0% {
      transform: translate(85px, 0%);
    }
  
    100% {
      transform: translate(-90px, 0%);
    }
  }
  
  @keyframes move-forever1 {
    0% {
      transform: translate(85px, 0%);
    }
  
    100% {
      transform: translate(-90px, 0%);
    }
  }
  
  @-webkit-keyframes move-forever2 {
    0% {
      transform: translate(-90px, 0%);
    }
  
    100% {
      transform: translate(85px, 0%);
    }
  }
  
  @keyframes move-forever2 {
    0% {
      transform: translate(-90px, 0%);
    }
  
    100% {
      transform: translate(85px, 0%);
    }
  }
  
  @-webkit-keyframes move-forever3 {
    0% {
      transform: translate(-90px, 0%);
    }
  
    100% {
      transform: translate(85px, 0%);
    }
  }
  
  @keyframes move-forever3 {
    0% {
      transform: translate(-90px, 0%);
    }
  
    100% {
      transform: translate(85px, 0%);
    }
  }

.back-to-top i {
    color: #ffffff;
    padding-top: 10px;
}

.back-to-top:hover {
    background: #719a0a;
}


.img_mante {
    width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.Arrow-left-icon {
    position: relative;
    transition: all 0.3s ease;
  }
  
  .Arrow-left-icon  button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: calc(90px - 20px);
    background-color: #000;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .Arrow-right-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .Arrow-right-icon button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: calc(90px - 20px);
    background-color: #000;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .carrousel-item {
    width: calc(100% / 12);
    height: 170px;
    background-color: rgb(238, 232, 232);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 10px;
    margin: 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 17px;
    transition: all 0.3s ease;
  }
  
  .carrousel-item .Icon-category {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
  }
  
  .carrousel-item .Icon-category svg {
    width: 50px;
    height: 50px;
    color: rgb(44, 44, 44);
  }
  
  .Info-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .Info-item h2 {
    color: rgb(3, 3, 3);
    font-size: 20px;
    font-weight: 700;
  }
  
  .promo-items {
    cursor: pointer;
  }
  
  /* PRODUCT STYLES END*/
  
  /* SHOW PRODUCTS STYLES */
  
  .Arrowa-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }
  
  .Arrowa-buttons .Arrow-button-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: rgb(240, 169, 56);
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .Arrowa-buttons .Arrow-button-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: rgb(240, 169, 56);
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 50%;
    margin-left: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .Flash-sales {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
    padding: 10px;
  }
  
  .Products-show-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 120px 0px;
  }
  
  .flash {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    border: 1px solid rgb(240, 169, 56);
    border-radius: 20px;
}
  
  .Product-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  
  .Product-section-title h2 {
    background: rgb(240, 169, 56);
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 5px;
    border-radius: 15px;
    padding: 10px;
}

.Container-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    padding: 0 20px;
    margin-top: 20px;
  }
  
  .Counter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    margin-top: 20px;
  }
  
  .Counter-days, .Counter-hours, .Counter-mins, .Counter-secs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
  }
  
  .Counter-days div span, .Counter-hours div span, .Counter-mins div span, .Counter-secs div span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: rgb(240, 169, 56);
  }
  
  .Product {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    text-align: center;
    width: 250px;
    height: 350px;
    background-color: rgb(238, 236, 236);
    border-radius: 10px;
    margin: 5px 10px;
    transition: all 0.3s ease;
  }
  
  .Product .Porcent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 90%;
    left: 10px;
    right: 10px;
    top: 10px;
    color: #fff;
    padding: 5px 5px;
    font-size: 12px;
  }
  
  .Product .Porcent .span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: rgb(240, 169, 56);
    padding: 0 8px;
    border-radius: 10px;
  }
  
  .No-show {
    display: none;
  }
  
  .Product-image {
    position: relative;
  }
  
  .Product-image img {
    width: 200px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .Title-description h3 {
    color: rgb(3, 3, 3);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .Title-description p {
    color: rgb(3, 3, 3);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  .Price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 17px;
    padding: 0 20px;
  }
  
  .Price-hot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 17px;
    padding: 0 20px;
  }
  
  .Price span {
    color: rgb(3, 3, 3);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .Price-hot span {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .Price .Price-cart {
    color: rgb(0, 0, 0);
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: line-through;
  }
  
  .Price .Price-cart-promo {
    color: rgb(74, 153, 74);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #fbaf32;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    transition: .5s;
    
}

.navbar .navbar-brand span {
    color: #719a0a;
}

.navbar .navbar-brand:hover {
    color: #fbaf32;
}

.navbar .navbar-brand:hover span {
    color: #fbaf32;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.container_booking {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.container-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 200px;
    margin: 0px auto;
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255, .1);
}

.container-b label {
    color: white;
}

hr {
    width: 30%;
    border-color: #fbaf32;
}

.container-b .container-b-info {
    width: 100%;
}


.container-b-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.container-b-city label, .container-b-check label, .container-b-room label {
    display: flex;
    justify-content: flex-start;
}

#input_booking {
    width: 200px;
    height: 50px;
    border-radius: 12px;
    border: 0;
    outline: none;
    border-color: none;
    padding-left: 30px;
}

#rooms {
    width: 200px;
    height: 50px;
    border-radius: 12px;
    border: 0;
    outline: none;
    border-color: none;
    padding-left: 30px;
}

div#sdk {
    margin-top: 50px;
}

div#sdk h2 {
    margin-bottom: 20px;
}

.fi {
    margin-bottom: 8px;
    text-align: center;
    margin-top: 15px;
    color: white;
}

#todos {
    position: absolute;
    margin-left: 8px;
    color: #fbaf32;
}

.content_product_null {
    width: 100%;
}

.img_cart {
    width: 100%;
    margin-bottom: 20px;
}



.ch {
    margin-top: 500px;
}

.total_checkout {
    margin-top: 20px;
}

::before {
    color: greenyellow;
}

.list {
    list-style: none;
}

.container-included {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.explore-nightlife-section {
    padding: 20px;
    background-color: #FCD4A0;
    color: #3e3e3e; /* Gris oscuro para el texto principal */
}

.nightlife-header {
    text-align: center;
    margin-bottom: 30px;
}

.nightlife-header h2 {
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #3f3f3f; /* Marrón oscuro para el título */
}

.nightlife-header p {
    font-size: 16px;
    color: #3e3e3e; /* Gris oscuro para el texto */
}

.nightlife-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.nightlife-card {
    background-color: #feecd0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: transform 0.3s;
}

.nightlife-card a {
    text-decoration: none;
    color: inherit;
}

.nightlife-card img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s;
}

.nightlife-card-content {
    padding: 15px;
    text-align: center;
}

.nightlife-card-content h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #292929; /* Marrón oscuro para los títulos de las tarjetas */
}

.nightlife-card-content p {
    font-size: 16px;
    color: #292929; /* Gris oscuro para el texto de las tarjetas */
}

.nightlife-card:hover {
    transform: scale(1.05);
}

.nightlife-card:hover img {
    opacity: 0.9;
}

.explore-restaurants-section {
    padding: 20px;
    background-color: #FCD4A0;
    color: #3e3e3e; /* Gris oscuro para el texto principal */
}

.restaurants-header {
    text-align: center;
    margin-bottom: 30px;
}

.restaurants-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #292929; /* Marrón oscuro para el título */
}

.restaurants-header p {
    font-size: 16px;
    color: #292929; /* Gris oscuro para el texto */
}

.restaurants-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.restaurant-card {
    background-color: #ffe0b2;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: transform 0.3s;
}

.restaurant-card a {
    text-decoration: none;
    color: inherit;
}

.restaurant-card img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s;
}

.restaurant-card-content {
    padding: 15px;
    text-align: center;
}

.restaurant-card-content h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #4a2c09; /* Marrón oscuro para los títulos de las tarjetas */
}

.restaurant-card-content p {
    font-size: 16px;
    color: #3e3e3e; /* Gris oscuro para el texto de las tarjetas */
}

.restaurant-card:hover {
    transform: translateY(-5px);
}

.restaurant-card:hover img {
    opacity: 0.9;
}

.page-havana {
    padding: 150px 0 0px 0 !important;
}



@media (min-width: 992px) {
    i.fi.fi-rr-ticket.code-primary {
        position: absolute;
        margin-left: -91.3%;
        margin-top: 13px;
    }
    .navbar {
        position: absolute;
        width: 100%;
        padding: 30px 60px;
        background: transparent !important;
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #ffffff !important;
    }
    
    .navbar .navbar-brand {
        color: #fbaf32;
    }
    
    .navbar.nav-sticky .navbar-brand {
        color: #fbaf32;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px 10px 8px 10px;
        font-family: 'Montserrat', sans-serif;
        color: white;
        font-size: 15px;
        font-weight: 600;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #666666;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #fbaf32;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: #fbaf32;
    }
}



@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #ffffff !important;
    }
    
    .navbar .navbar-brand {
        color: #fbaf32;
    }
    
    .navbar .navbar-nav {
        margin-top: 15px;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 400px;
    background: #ffffff;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-text {
    position: absolute;
    max-width: 700px;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

#checkoutB{
    visibility: hidden;
    padding: 12px 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #fbaf32;
    transition: .5s;

    position: fixed;
    background: #fbaf32;
    text-align: center;
    line-height: 1;
    left: 15px;
    font-size: 22px;
    bottom: 15px;
    border-radius: 5px;
    z-index: 9;
}

.carousel .carousel-text .h1 span {
    color: #fbaf32;
}

.carousel .carousel-text .h2 span {
    color: #fbaf32;
}

.carousel .carousel-text .h2 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;
}

.carousel .carousel-text p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}

.carousel .carousel-btn .btn:last-child {
    margin-left: 10px;
    background: #719a0a;
    border-color: #719a0a;
}

.carousel .carousel-btn .btn:last-child:hover {
    color: #719a0a;
    background: transparent;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@media (max-width: 991.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 105px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 35px;
    }
    
    .carousel .carousel-text p {
        font-size: 16px;
        width: 90%;
    }
    
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 70px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 30px;
    }
    
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .islands {
        grid-template-columns: repeat(3, 1fr);
      }
      .island-item {
        width: 175px;
        height: 175px;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }
    
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .container-b {
        width: 100%;
        height: 520px;
        display: block;
        margin: 0px auto;
        padding-left: 70px;
        padding-right: 70px;
        border-radius: 50px;
        background-color: rgb(255, 255, 255, .2);
    }

    .container-b-city label, .container-b-check label, .container-b-check-city label, .container-b-room label {
        display: inline-flex;
        width: 200px;
        height: 12px;
        align-items:center;
        justify-content: center;
        margin-top: 20px;
    }


    .container-c {
        width: 100%;
    }

    #btn-cus {
        width: 62%;
        margin-top: 15px;
    }

    label{
        display: block;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .island-item {
        width: 175px;
        height: 175px;
    }
}


/* FLASH SALES  */



.Flash-sales {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
    padding: 10px;
  }
  
  .Products-show-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 40px 0;
  }
  
  .flash {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    border: 1px solid rgb(240, 169, 56);
    border-radius: 20px;
}
  
  .Product-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  
  .Product-section-title h2 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 5px;
  }
  
  
  .Container-products {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  
  .Counter-container {
    width: 61%;
    margin-top: 20px;
  }
  
  .Counter-days, .Counter-hours, .Counter-mins, .Counter-secs {
    width: 50%;
    height: 50%;
  }
  
  .Counter-days div span, .Counter-hours div span, .Counter-mins div span, .Counter-secs div span {
    width: 30px;
    height: 30px;
  }
  
  .Product {
    width: 170px;
    height: 240px;
    background-color: rgb(231, 229, 229);
    border-radius: 10px;
    margin: 5px 10px;
    transition: all 0.3s ease;
  }
  
  .Product .Porcent {
    padding: 3px 3px;
  }
  
  .Product .Porcent .span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: rgb(240, 169, 56);
    padding: 0 8px;
    border-radius: 10px;
  }
  
  .Product .Porcent .span-fire {
    right: -10px;
  }
  
  .Product .Porcent .span-fire svg {
    width: 20px;
    height: 20px;
    color: rgb(243, 4, 4);
  }

  .Button-container-pay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .Show-price {
    font-size: 12px;
    font-weight: 700;
  }

  .Button-Price:hover {
    color: #fff;
    background: #414040;
    border: none;
  }

  
  .No-show {
    display: none;
  }
  
  .Product-image {
    position: relative;
  }

  .Letter {
    color: rgb(240, 169, 56);
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
  }
  
  .Product-image img {
    width: 75%;
    height: auto;
    border-radius: 10px;
  }
  
  .Title-description h3 {
    font-size: 12px;
    font-weight: 700;
  }
  
  .Title-description p {
    font-size: 9px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  
  .Price {
    width: 100%;
    margin-top: 0;
  }
  
  .Price-hot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 17px;
    padding: 0 20px;
  }
  
  .Price span {
    font-size: 8px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .Price-hot span {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .Price .Price-cart {
    font-size: 11px;
  }
  
  .Price .Price-cart-promo {
    font-size: 15px;
  }


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/aloja.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-havana {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/cafe-havana-cartagena.jpg);
}

.page-party-bus {
    padding: 170px 0 0px 0 !important;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/fondo-party-bus-cartagena.png);
}

.page-places-recomended {
    padding: 170px 0 0px 0 !important;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/cafe-havana-eventos.jpg);
}

.page-tours-recomendados {
    padding: 170px 0 0px 0 !important;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/loros-en-aviario-nacional-de-colombia.png);
}

.page-alquimico-bar {
    padding: 170px 0 0px 0 !important;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/fondo-alquimico-bar-cartagena.png);
}

.container-person {
    margin-right: 32px;
    margin-left: 32px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.container-person input {
    width: 120px;
    text-align: center;
}

.page-pro {
    position: relative;
    margin-bottom: 45px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#page-h {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/bogota.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-blanca {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 0px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/baru-playa-blanca-2023.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-aviario {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 0px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/aviario-nacional-de-colombia-2023.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-buceo {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 0px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/baru-buceo-y-snorckel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-excursion {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 0px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/excursion-barco-privado-2023.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-minicurso {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 0px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/minicurso-de-buceo-en-baru-2023.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-luna {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 0px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/luna-de-miel-en-cartagena.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-bernardo {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 0px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/isla-san-bernardo-2023.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-rosario {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 0px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/rosario-island-2023-en-cartagena.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-bomba {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 0px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/isla-tierra-bomba-2023.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-bernardo {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 0px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/isla-san-bernardo-2023-23.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.container-btn .cotiza {
    background: #719a0a;
}

.free-section {
    background: rgb(252, 212, 160);
}

.free-section-offert {
    background: rgb(241, 241, 241);
}

.free-section-title h2 {
    color: rgb(71, 71, 71);
    font-weight: bold;
}

.free-section-p p {
    color: rgb(97, 97, 97);
}

.feature-text_items_item p {
    color: rgb(97, 97, 97);
}

.feature-text_items_item h3 {
    color: rgb(71, 71, 71);
}

#page_pay {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    background: white
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#page-m {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/medellin.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-preguntas .din {
    margin-bottom: 45px;
}

.section-preguntas .h4 {
    margin-top: 45px;
}

.section-preguntas h2 {
    margin-bottom: 20px;
}


.section-preguntas h3 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 22px;
}


.parrafo {
    color: black;
}



.bookingaff {
    border-radius: 70px;
}

.row {
    justify-content: center;
}

.page-header .h1 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

#page_pay .h1 {
    position: relative;
    color: #fbaf32;
    font-size: 60px;
    font-weight: 700;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -1px;
    right: -7px;
    text-align: center;
    color: #fbaf32;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    margin-bottom: 45px;
}

.section-header p {
    color: #719a0a;
    margin-bottom: 5px;
    position: relative;
    font-size: 20px;
}

.section-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    position: relative;
    font-size: 45px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 40px;
        font-weight: 600;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 35px;
        font-weight: 600;
    }
}


/*******************************/
/********* Booking CSS *********/
/*******************************/
.booking {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    background: rgba(0, 0, 0, .04);
}

.new-f {
    background: white;
}

.feature-border {
    border-radius: 20px;
    border: 1px solid #d49a3b;
}


.new-f h2 {
    font-size: 35px;
    font-weight: bold;
}

.yourpack-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking .booking-content {
    padding: 45px 0 15px 0;
}

.booking .booking-content .section-header {
    margin-bottom: 30px;
}

.booking .booking-form {
    padding: 60px 30px;
    background: #fbaf32;
}

.booking .booking-form .control-group {
    margin-bottom: 15px;
}

.booking .booking-form .input-group-text {
    position: absolute;
    padding: 0;
    border: none;
    background: none;
    top: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 14px;
}

.booking .booking-form .form-control {
    height: 45px;
    font-size: 14px;
    color: #ffffff;
    padding: 0 15px;
    border-radius: 5px !important;
    border: 1px solid #ffffff;
    background: transparent;
}

.booking .booking-form select.form-control {
    padding: 0 10px;
}

.booking .booking-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.booking .booking-form .form-control:-ms-input-placeholder,
.booking .booking-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.booking .booking-form .input-group [data-toggle="datetimepicker"] {
    cursor: default;
}

.booking .booking-form .btn.custom-btn {
    width: 100%;
    color: #fbaf32;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.booking .booking-form .btn.custom-btn:hover {
    color: #ffffff;
    background: transparent;
}


/*******************************/
/********** Menu CSS ***********/
/*******************************/
.food {
    position: relative;
    width: 100%;
    padding: 90px 0 60px 0;
    margin: 45px 0;
    background: rgba(0, 0, 0, .04);
}

.food .food-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 30px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.food .food-item:hover {
    box-shadow: none;
}

.food .food-item i {
    position: relative;
    display: inline-block;
    color: #fbaf32;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    transition: .3s;
}

.food .food-item:hover i {
    color: #719a0a;
}

.food .food-item i::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    border: 3px dotted #fbaf32;
    border-right: transparent;
    border-bottom: transparent;
    border-radius: 100px;
    transition: .3s;
}

.food .food-item:hover i::after {
    border: 3px dotted #719a0a;
    border-right: transparent;
    border-bottom: transparent;
}

.food .food-item h2 {
    font-size: 30px;
    font-weight: 700;
}

.food .food-item a {
    position: relative;
    font-size: 16px;
}

.food .food-item a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fbaf32;
    transition: .3s;
}

.food .food-item a:hover::after {
    width: 100%;
    left: 0;
    background: #719a0a;
}



/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
}

.about .about-img img {
    position: relative;
    width: 100%;
    border-radius: 15px;
}

.about .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.about .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fbaf32;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.about .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fbaf32;
    border-radius: 50%;
    transition: all 200ms;
}

.about .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.about .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #ffffff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
    padding-left: 17px;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

.about .about-content {
    position: relative;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
}

@media (max-width: 991.98px) {
    .about .about-img {
        margin-bottom: 30px;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
}

.feature.section-generals {
    padding: 0;
}

.feature .section-header {
    margin-bottom: 30px;
}

.feature-text .section-header {
    margin-left: 20px;
}

.feature-text .section-header h3 {
    font-size: 23px;
}

.feature .feature-text {
    position: relative;
    width: 100%;
}

.feature .feature-img {
    border-radius: 15px;
    margin-bottom: 25px;
    overflow: hidden;
}

.feature .feature-img .col-6,
.feature .feature-img .col-12 {
    padding: 0;
    overflow: hidden;
}

.feature .feature-img img {
    width: 100%;
    transition: .3s;
}

.feature .feature-img img:hover {
    transform: scale(1.1);
}

.feature .feature-text .btn {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 45px;
}

.feature .feature-item {
    width: 100%;
    margin-bottom: 45px;
}

.feature .feature-item i {
    position: relative;
    display: block;
    color: #719a0a;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    background-image: linear-gradient(#719a0a, #fbaf32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature .feature-item h3 {
    font-size: 22px;
    font-weight: 700;
}

.carrusel_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.items-hotels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 300px;
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    transition: .3s;
}

.items-hotels img {
    margin-left: 15px;
}

.item-hotel-info {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.item-hotel-info #btn {
    width: 100%;
    height: 35px;
    text-align: center;
    justify-content: center;
    color: #ffffff;
    background: #fbaf32;
    border: 2px solid #fbaf32;
    border-radius: 5px;
    transition: .5s;
    user-select: none;
}

#btn:hover {
    color: #fbaf32;
    background: transparent;
}


/*******************************/
/*********** Menu CSS **********/
/*******************************/
.menu {
    position: relative;
    padding: 45px 0 15px 0;
}

.menu .menu-tab {
    position: relative;
}

.menu .menu-tab img {
    max-width: 100%;
    border-radius: 15px;
}

.menu .menu-tab .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #fbaf32;
    border-radius: 5px;
    margin: 0 5px;
}

.menu .menu-tab .nav.nav-pills .nav-link:hover,
.menu .menu-tab .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #719a0a;
}

.menu .menu-tab .tab-content {
    padding: 30px 0 0 0;
    background: transparent;
}

.menu .menu-tab .tab-content .container {
    padding: 0;
}

.menu .menu-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.menu .menu-img {
    width: 80px;
    margin-right: 20px;
}

.menu .menu-img img {
    width: 100%;
    border-radius: 100px;
}

.menu .menu-text {
    width: calc(100% - 100px);
}

.menu .menu-text h3 {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.menu .menu-text h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 13px;
    left: 0;
    border-top: 2px dotted #cccccc;
    z-index: -1;
}

.menu .menu-text h3 span {
    display: inline-block;
    float: left;
    padding-right: 5px;
    background: #ffffff;
}

.menu .menu-text h3 strong {
    display: inline-block;
    float: right;
    padding-left: 5px;
    color: #fbaf32;
    background: #ffffff;
}

.menu .menu-text p {
    position: relative;
    margin: 5px 0 0 0;
    float: left;
    display: block;
}

.container-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.btn-dispo {
    padding: 12px 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    background: #fbaf32;
    border: 2px solid #fbaf32;
    border-radius: 5px;
    transition: .5s;
}


h4, h2, small, a {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.carrousel {
    width: 100%;
    margin: 0px 0px;
}

.carrousel h2 {
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 24px;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}

.slick-list {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 40vh;
    overflow: hidden;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
}

.container-item {
    width: 250px;
    margin-bottom: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    background: transparent;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    transform: scale(0.93);
    transition: box-shadow 0.5s, transform 0.5s;
}

.container-item:hover {
    transform: scale(1);
    box-shadow: 5px 20px 30px rgba(0,0,0,0.2);
}

.slick-arrow {
    border-radius: 30px;
    background-color: #ffffff;
    position: absolute;
    z-index: 4;
    width: 48px;
    height: 48px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgb(0, 0, 0, .15);
    border: 0;
    cursor: pointer;
}

.slick-arrow:focus {
    outline: 0;
}

.slick-arrow i {
    width: 12px;
    height: 100%;
    color: rgb(0, 0, 0, .7);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}


.slick {
    position: relative;
    padding: 0 18px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}

.slick h4 {
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 23px;
    color: black;
}

.slick p{
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 23px;
    color: black;
}

picture img {
    width: 250px;
}



#btn-ite {
    width: 150px;
    height: 40px;
    margin: 8px 8px 8px 8px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #fbaf32;
    border: 2px solid #fbaf32;
    border-radius: 5px;
    transition: .5s;
}


#btn-ite:hover {
    color: #fbaf32;
    background: transparent;
}

#btn-all {
    width: 300px;
    padding: 12px 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    color: #ffffff;
    background: #fbaf32;
    border: 2px solid #fbaf32;
    border-radius: 5px;
    transition: .5s;
}

.title-info {
    font-size: 18px;
}

.pasadia {
    margin-top: 50px;
}


@media(max-width: 575.98px) {
    .menu .menu-text p,
    .menu .menu-text h3,
    .menu .menu-text h3 span,
    .menu .menu-text h3 strong {
        display: block;
        float: none;
        padding: 0;
        margin: 0;
    }
    
    .menu .menu-text h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    
    .menu .menu-text h3 span {
        margin-bottom: 3px;
    }
    
    .menu .menu-text h3::after {
        display: none;
    }
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #fbaf32;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #719a0a;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text .ss- {
    position: relative;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    width: 100%;
    padding: 90px 0;
    margin: 45px 0;
    background: rgba(0, 0, 0, .04);
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    transition: .3s;
    overflow: hidden;
}

.testimonial .testimonial-item:hover {
    box-shadow: none;
}

.testimonial .testimonial-img {
    position: relative;
    width: 100px;
    border-radius: 100px;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonial .testimonial-img img {
    width: 100%;
    border-radius: 100px;
}

.testimonial .testimonial-item p {
    text-align: center;
    margin-bottom: 10px;
}

.testimonial .testimonial-item h2 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.testimonial .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fbaf32;
}

.testimonial .owl-dot.active {
    background: #719a0a;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
}

.blog .blog-item {
    position: relative;
}

.blog .blog-img, .blog-img {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.blog .blog-img img, .blog-img img{
    width: 100%;
}

#blog-img {
    margin-bottom: 25px;
    margin-top: 25px;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px 30px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border-radius: 15px;
    z-index: 2;
}

.blog .blog-content h2.blog-title {
    font-size: 22px;
    font-weight: 700;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #999999;
}

.blog .blog-meta i {
    color: #fbaf32;
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    margin-top: 10px;
    padding: 5px 15px;
}

.blog .pagination .page-link {
    color: #fbaf32;
    border-radius: 5px;
    border-color: #fbaf32;
    margin: 0 2px;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #ffffff;
    background: #fbaf32;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}

@media(max-width: 575.98px){
    .blog .blog-meta p {
        flex: 50%;
        font-size: 13px;
        margin: 0 0 5px 0;
    }
}


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fbaf32;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.single .single-tags a:hover {
    color: #ffffff;
    background: #fbaf32;
    border-color: #fbaf32;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: rgba(0, 0, 0, .04);
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
    border-radius: 100px;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
    border-radius: 5px;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    color: #757575;
    font-size: 17px;
}

.single .post-item .post-text a:hover {
    color: #fbaf32;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #fbaf32;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #719a0a;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
    border-radius: 100px;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #454545;
    background: #dddddd;
    border-radius: 5px;
}

.single .comment-text .btn:hover {
    background: #fbaf32;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 5px;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fbaf32;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #fbaf32;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #719a0a;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #fbaf32;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #719a0a;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Montserrat';
    font-weight: 900;
    color: #fbaf32;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fbaf32;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.single .tag-widget a:hover {
    color: #ffffff;
    background: #fbaf32;
    border-color: #fbaf32;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-information {
    min-height: 150px;
    margin: 0 0 30px 0;
    padding: 30px 15px 0 15px;
    background: rgba(0, 0, 0, .04);
}

.contact .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbaf32;
    border-radius: 50px;
}

.contact .contact-icon i {
    font-size: 18px;
    color: #ffffff;
}

.contact .contact-text {
    position: relative;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #719a0a;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color: #454545;
}

.contact .contact-social a {
    margin-right: 10px;
    font-size: 18px;
    color: #fbaf32;
}

.contact .contact-social a:hover {
    color: #719a0a;
}

.contact .contact-form iframe {
    width: 100%;
    height: 380px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 150px;
    padding: 8px 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: rgba(0, 0, 0, .04);
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #454545;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #fbaf32;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #719a0a;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #454545;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Montserrat";
    font-weight: 900;
    margin-right: 10px;
    color: #fbaf32;
}

.footer .footer-link a:hover {
    color: #fbaf32;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
    color: #fbaf32;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.footer .footer-social a {
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbaf32;
    border-radius: 35px;
    font-size: 16px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #719a0a;
}

.footer .footer-social a:last-child {
    margin: 0;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    background: transparent;
    border: 1px solid #fbaf32;
    border-radius: 5px;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
}

.footer .copyright {
    position: relative;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #ffffff;
}

.footer .copyright p {
    margin: 0;
    display: inline-block;
    color: #454545;
}

.footer .copyright p a {
    color: #fbaf32;
}

.footer .copyright p a:hover {
    color: #719a0a;
}

/* Estilos para la sección de itinerario */
.itinerary-section {
    padding: 50px 20px;
    background-color: #f9f9f9;
    text-align: center;
    border-top: 5px solid #fbaf32;
    border-bottom: 5px solid #fbaf32;
}

.itinerary-section .section-header h2 {
    font-size: 36px;
    color: #fbaf32;
    margin-bottom: 10px;
    font-weight: 700;
}

.itinerary-section .section-header p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.itinerary-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.itinerary-card {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.itinerary-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Color y opacidad de la superposición */
    z-index: 1;
}

.itinerary-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.itinerary-card .card-icon,
.itinerary-card h3,
.itinerary-card p {
    position: relative;
    z-index: 2; /* Para asegurar que el contenido esté sobre la superposición */
}


.itinerary-card .card-icon {
    padding: 5px;
}
.itinerary-card .card-icon svg {
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
    fill: none;
    stroke: #fbaf32;
    transition: stroke 0.3s ease;
}

.itinerary-card:hover .card-icon svg {
    stroke: #fbaf32;
}

.itinerary-card h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    margin-top: 80px;
    margin-bottom: 15px;
}

.itinerary-card p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.cta {
    margin-top: 40px;
}

.cta-button {
    padding: 12px 30px;
    background-color: #fbaf32;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #fbaf32;
}



/* Estilo general de la sección */
.explore-destinations {
    padding: 40px 0;
    padding-left: 40px;
    padding-right: 40px;
}

.explore-destinations .section-header {
    text-align: center;
    margin-bottom: 20px;
}

.explore-destinations .grid-container {
    display: grid;
    gap: 20px;
}

/* Estilos para las tarjetas */
.explore-destinations .card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.explore-destinations .card:hover {
    transform: scale(1.05);
}

.explore-destinations .card img {
    width: 100%;
    height: auto;
    display: block;
}

.explore-destinations .card-content {
    padding: 15px;
    text-align: center;
}

.explore-destinations .card-content h3 {
    font-size: 1.2rem;
    margin: 0;
}

.explore-destinations .card-content p {
    font-size: 1rem;
    color: #888;
}

.explore-destinations .grid-container .card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #ddd;
}

.explore-destinations .grid-container .card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.explore-destinations .grid-container .card:hover {
    transform: scale(1.05);
}

.explore-destinations .grid-container .card img {
    width: 100%;
    height: auto;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.explore-destinations .grid-container .card .card-content {
    padding: 15px;
    text-align: center;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.explore-destinations .grid-container .card .card-content h3 {
    font-size: 1.2rem;
    margin: 0;
    transition: color 0.3s ease;
}

.explore-destinations .grid-container .card .card-content p {
    font-size: 1rem;
    color: #888;
}

.explore-destinations .grid-container .card:hover .card-content h3 {
    color: #007bff; /* Cambia al color que desees */
}


/* Responsive Grid */

@media (max-width: 575.98px) {
    .section-header h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    p {
        text-align: center;
    }

    .carousel .carousel-text .h2 {
        font-size: 45px;
    }
    .islands {
        grid-template-columns: repeat(2, 1fr);
      }

      .section-header p {
        font-size: 17px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .nightlife-header h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .nightlife-header p {
        font-size: 16px;
        color: #3e3e3e;
        margin-top: 20px;
    }

    .itinerary-section .section-header h2 {
        font-size: 25px;
        color: #fbaf32;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .section-header p {
        font-size: 15px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .itinerary-card {
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 284px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .itinerary-card p {
        font-size: 14px;
        font-weight: 400;
    }

    .page-header .h1 {
        position: relative;
        color: #fbaf32;
        font-size: 33px;
        font-weight: 700;
    }

    .place-item h3 {
        text-align: center;
        margin-top: 0;
        color: #fbaf32;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

@media (min-width: 768px) {
    /* Para pantallas medianas (tablets en modo horizontal y algunos móviles grandes) */
    .explore-destinations .grid-container {
        grid-template-columns: repeat(2, 1fr);
        .explore-destinations {
            padding: 40px 0;
            padding-left: 20px;
            padding-right: 20px;
        }

        .section-header h2 {
            font-size: 27px;
            font-weight: 900;
        }

        .carousel .carousel-text .h2 {
            font-size: 45px;
        }

        .section-header p {
            font-size: 17px !important;
            margin-top: 15px !important;
            margin-bottom: 15px !important;
        }
    }
}

@media (min-width: 992px) {
    /* Para pantallas grandes (escritorios y laptops grandes) */
    .explore-destinations .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-header h2 {
        font-size: 35px;
        font-weight: 500;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    /* Para pantallas extra grandes */
    .explore-destinations .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}
