
body {
  background-color: #EFE3E2;
  font-family: 'hypatia-sans-pro';
}
a {
  text-decoration: none;
}
@media only screen and (min-width:992px){
  #opening .container-xl {
    height: 100vh;	
  }
}


#editorial_video {
  width: 1200px;
  height: auto;
}

.enter {
  background-color: #AF2121;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  width: 227px;
  height: 60px;
  padding: 0px 70px;
  font-size: 37px;
  font-weight: 900;
  font-style: italic;
  font-family: 'hypatia-sans-pro';
  margin-left: auto;
  margin-right: auto;
}

#dest-mob .container-xl {
  width: 340px;
  height: 818px;
  background-color: #F9F4F4;
  border-radius: 20px;
}

#dest-mob .container-xl::-webkit-scrollbar {
  display: none;
}

#dest-mob .title {
  position: relative;
  background-color: #AF2121;
  color: #fff;
  border-radius: 10px;
  width: 146px;
  height: 23px;
  padding: 0px 10px;
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  font-family: 'hypatia-sans-pro';
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  z-index: 2;
}

#dest-mob .choose {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.44px;
}

figure a {
  color: #000;
  text-decoration: none;
}

figcaption {
  display: flex; /* Enables Flexbox */
  flex-direction: column; /* Stack content vertically */
  justify-content: center; /* Vertically centers the content */
  width: 140px;
  height: 35px;
  font-size: 12px;
  font-weight: 900;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  position: relative;
  background: rgba(255, 255, 255, 0.65);
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 0px;
  line-height: 12px;
}

@media only screen and (max-width: 991px) {
  #editorial_video { 
    width: 340px;
    height: auto;
  }
  .container-xl {
    position: relative;
  }
  .mob-logo {
    position: absolute;
    bottom: -20px;
    left: 35px;
  }
}

/* Desktop list */

#dest .container-xl{
  margin-top: 4rem;  
}

#dest ul.categories {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 0;
  list-style: none;
  counter-reset: li;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
#dest .ci {
  position: relative;
}
.categories-images {
  background-image: url('/wp-content/uploads/2024/11/back-photo-menu1.webp');
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
.categories-images .category-image {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 50vh;
  height: 50vh;
  text-align: center;
  opacity: 0;
}
#dest li {
  font-weight: 900;
  font-style: italic;
  font-size: 26px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 12px;
}
#dest li a {
  color: #C56161;
  visibility: visible;
}

#dest li span {
  display: block;
  visibility: hidden;
  border: 2px solid #000000;
  width: 300px;
}
#dest li span:hover {
  visibility: visible;
}

#dest li a:hover {
  color: #C56161;
}