::-webkit-scrollbar {
    width: 1px;
}

.feh-content {
  max-width: 300px;
  text-align: center;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.feh-content img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}

.feh-content h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}

/* GENERAL STYLING */

#totalHero {
    display: flex;
    flex-wrap: wrap;
    height: 95vh;
    overflow: hidden; /* Hide overflow for the container */
    padding-top: 5px;
}

.leftSide {
    width: 65%;
    overflow-y: scroll;
    height: 100%;
    padding: 0;
    margin: 0;
}



.navbar {
  background-color: #2da4aa!important;
}

.nav-link {
    font-size: 25px;
    padding-left: 20px!important;
}

.nav-link:hover {
    color: whitesmoke!important;
    transition: 1s ease;
}

.collapse {
  padding-top: 10px;
  padding-left: 30px;
}


/* SELECTOR SEARCH ENGINE */

#selector {
    display: flex;
    justify-content: space-between; /* Horizontally align items */
    align-items: center; /* Vertically align items */
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #2da4aa;
}

#selector * {
    box-sizing: border-box; /* Include padding and border within width */
    padding: 0;
    margin-top: 10px;
}


#selector button {
    color: #fff;
    cursor: pointer;
    width: 100%;
}

#birthday {
    width: 100%;
    border: 1px solid rgb(206, 212, 218);
    padding: .3rem;
    border-radius: 10px;
}

.form-group {
    display: flex;
    margin-bottom: 10px!important;
}

.form-group a {
  display: flex;
  align-items: center;
  background-color: #fb9322;
  color: whitesmoke;
  border: 1px solid black ;
  border-radius: 10px;
  width: 100px;
  height: 40px;
}

#fechaEntrada {
  border-radius: 10px;
}

#fechaSalida {
  border-radius: 10px;
}

#searchIcon {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-bottom: 8px;
  margin-right: 5px;
}

.form-group a:hover {
  color: whitesmoke;
  background-color: #fb9322;
}

.btn {
    height: 40px;
    background-color: #fb9322;
    border-color: white;
}

.btn:hover {
    background-color: #fb9322;
}

.ri-earth-line {
    color: whitesmoke;
    font-size: 25px;
    width: 40px;
    height: 40px;
}

.ri-team-line {
    color: whitesmoke;
    font-size: 25px;
    width: 40px;
    height: 40px;
}

.ri-calendar-event-line {
  color: whitesmoke;
  font-size: 25px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}


/* CARROUSEL IMAGES AND CARDS */

#carrousel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow-y: auto;
    width: 100%;
}

#carouselExampleFade {
    display: block;
    width: 470px;
    height: 470px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 16px hsla(0, 0%, 0%, .3);
}

#carouselExampleFade em {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    padding-top: 0!important;
    padding-left: 10px;
}

#carrousel h2 {
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    padding-top: 10px;
    padding-left: 10px;
}

.carousel img {
    width: 470px;
    height: 350px;
}


.cardLogos {
    display: flex;
    justify-content: start;
    margin-top: 15px;
    font-family: 'Nunito', sans-serif;
}

.cardLogos i {
  margin-left: 15px;
}

.carouselCardContent h2, em {
  margin-left: 8px;
  margin-top: 5px;
}



/* MAP SIDE */

#map {
    height: 100%;
}

#mapSide {
    flex: 1; /* Allow the content to take available space */
    position: relative; /* So the absolute position works as expected */
}

#mapSide #map {
    width: 100%; /* Adjust the map's width */
    height: 100vh; /* Make sure the map takes full height */
}


/* SINGLE PAGE */

  #titleSingle {
    margin-left: 20px;
    margin-top: 30px;
  }

  #titleSingle h2 {
    font-size: 30px;
    font-family: 'Nunito', sans-serif;
    color: #2da4aa;
  }

  #titleSingle em {
    font-weight: 300;
    
  }

  #detailsSingle {
    margin-left: 30px;
    margin-right: 30px;
  }
  

  #detailsSingle h3 {
    font-size: 18px;
    margin-left: 20px;
  }

  .detailsLogoContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .detailsText p {
    padding-left: 15px;
  }

  .detailsLogo {
    display: flex;
    padding-top: 10px;
  }

  .detailsLogo:hover {
    color: #fb9322;
    transition: .4s;
  }

  .detailsLogo p {
    font-size: 22px;
    padding-right: 20px;
  }


  .detailsLogo i {
    color: black;
    font-size: 25px;
    padding-right: 20px;
  }


  .glide {
    width: 80%; /* Adjust the width as needed */
    margin: auto; /* Center the slider */
    padding-bottom: 30px;
  }

  .glide__slide {
    background-color: #ddd; /* Background color of each slide */
    padding: 20px; /* Adjust padding as needed */
    text-align: center; /* Center slide content */
  }

  .glide__slide img {
    width: 600px;
    height: 500px;
  }


  .singleMap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }













  .detailsButton {
    margin-top: 35px;
    margin-left: 15px;
    display: flex;
  }

  .detailsButton div {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border: 1px solid black;
    border-radius: 20px;
    margin-right: 15px;
  }

  .detailsButton p {
    font-size: 18px;
    padding-right: 15px;
    padding-top: 10px;
  }

  .detailsButton i {
    color: black;
    font-size: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .detailsButton div:hover {
    background-color: #2da4aa;
    color: whitesmoke;
    transition: .4s;
  }
  
  #location {
    margin-left: 35px;
    margin-top: 35px;
  }

  #register {
    text-align: center;
    margin-bottom: 55px;
  }


@media only screen and (max-width: 768px) {
    
    #map {
        visibility: hidden;
    }

    .leftSide {
        width: 100%;
    }

    .form-group a {
      width: 100%;
    }

    .glide__slide img {
      width: 350px;
      height: 350px;
    }

    #selector {
        display: block;
        padding: 10px;
        margin: 10px;
        background-color: #2da4aa;
        border-radius: 10px;
    }

    #selector .btn {
        margin-top: 20px;
    }

    #carouselExampleFade {
        width: 400px;
        height: 470px;
    }

    .nav-link:hover {
        color: #fb9322!important;
    }

    .carousel img {
        width: 375px;
        height: 350px;
    }

    .singleMap {
      display: flex;
      justify-content: center;
      padding-top: 15px;
    }

    .singleMap iframe {
      width: 300px;
      height: 300px;
    }

    .ri-calendar-event-line {
      margin-right: 10px;
    }
    
    .detailsButton p {
      padding-left: 10px;
    }

    .cardLogos {
      font-size: 12px;
    }

}


.main {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 20px;
}

.image-container img {
  width: 100%;
  display: block;
  transition: transform 0.2s ease-in-out;
}

.image-container {
  overflow: hidden;
}

.image-container img:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 992px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
  
@media only screen and (max-width: 550px) {
  .gallery {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}


.hidden {
  display: none;
}