.imageBanner{
  max-height: 60vh;
}
.img-grid {
  object-fit: contain !important;
}

ul{
  list-style: none;
  padding: 0;
  margin: 0;  
}
.text-shadow{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Añade sombra al texto */
}
.draw-border {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  transition: color 0.25s 0.0833333333s;
  position: relative;
}
.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.draw-border::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}
.draw-border::after {
  border-top-width: 2px;
  border-right-width: 2px;
}
.draw-border:hover, .draw-border:focus {
  border-color: transparent;
  border-radius: 4px;
}
.draw-border:hover::before, .draw-border:hover::after, .draw-border:focus::before, .draw-border:focus::after {
  border-color: #3B8DB7;
  border-radius: 4px;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border:hover::before, .draw-border:focus::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after, .draw-border:focus::after {
  transition-delay: 0s, 0.25s, 0s;
}
.jFiler-input-dragDrop.drag-over {
    background-color: #e6f0ff;
    border: 2px dashed #007bff;
    transition: background-color 0.3s, border 0.3s;
}
.drawed {
  border-radius: 4px;
  color: #3B8DB7 !important;
  border: 2px solid #3B8DB7;
}

.jFiler-input-choose-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.guestsForms{
  flex-direction: column;
  align-items: center;
}

.nowrap {
  white-space: nowrap;
}

.text-primary,
.categoria_activa {
  color: #3B8DB7 !important;
}

.show_navbar_pc {
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.tac {
  text-align: center;
  font-size: 30px;
  margin: 20px 0;
  color: #3B8DB7;
}

main.index .categories {
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 30px;
  font-size: 16px;
}
main.index .categories .categoria {
  color: #444444;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
main.index .categories .categoria:hover {
  color: #3B8DB7;
}
main.index .apartaments, main.index .aventures {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  padding: 20px;
  text-transform: capitalize;
}
main.index .apartaments .caixa_propietat, main.index .aventures .caixa_propietat {
  padding: 20px;
  width: 25%;
  height: 300px;
}
.mobile-hidden{
  display: block;
}
@media screen and (min-width: 1500px) {
  main.index .apartaments .caixa_propietat, main.index .aventures .caixa_propietat {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  main.index .apartaments .caixa_propietat, main.index .aventures .caixa_propietat {
    width: 33%;
  }
}
@media screen and (max-width: 900px) {
  main.index .apartaments .caixa_propietat, main.index .aventures .caixa_propietat {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main.index .apartaments .caixa_propietat, main.index .aventures .caixa_propietat {
    width: 100%;
  }
  .mobile-hidden{
    display:none;
  }
}
main.index .apartaments .caixa_propietat a, main.index .aventures .caixa_propietat a {
  text-decoration: none;
  transition: all 0.4s ease;
  display: contents;
}
main.index .apartaments .caixa_propietat a:hover > div, main.index .aventures .caixa_propietat a:hover > div {
  opacity: 0;
}
main.index .apartaments .caixa_propietat a:hover img, main.index .aventures .caixa_propietat a:hover img {
  transform: scale(1.08);
}
main.index .apartaments .caixa_propietat a img, main.index .aventures .caixa_propietat a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s ease;
}
main.index .apartaments .caixa_propietat a > div, main.index .aventures .caixa_propietat a > div {
  cursor: pointer;
  border-radius: 4px;
  height: 260px;
  transform: translateY(-260px);
  z-index: 99;
  text-align: center;
  color: #f2f2f2;
  font-size: 25px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  transition: all 0.4s ease;
  background: rgba(59, 141, 183, 0.6);
}
main.index .apartaments .caixa_propietat a > div span:nth-child(1), main.index .aventures .caixa_propietat a > div span:nth-child(1) {
  font-size: 30px;
  visibility: visible;
  text-transform: uppercase;
}
main.index .apartaments .caixa_propietat a > div span:nth-child(2), main.index .aventures .caixa_propietat a > div span:nth-child(2) {
  font-size: 18px;
  visibility: visible;
  display: flex;
}
main.index .apartaments .caixa_propietat a > div span:nth-child(2) small, main.index .aventures .caixa_propietat a > div span:nth-child(2) small {
  font-size: 14px;
}
main.index .apartaments .caixa_propietat a > div span:nth-child(3), main.index .aventures .caixa_propietat a > div span:nth-child(3) {
  text-transform: capitalize;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  main.index .apartaments .caixa_propietat a > div + span, main.index .aventures .caixa_propietat a > div + span {
    display: none;
  }
}
main.index .apartaments .caixa_aventures, main.index .aventures .caixa_aventures {
  padding: 20px;
  width: 25%;
  height: 300px;
}
@media screen and (min-width: 1500px) {
  main.index .apartaments .caixa_aventures, main.index .aventures .caixa_aventures {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  main.index .apartaments .caixa_aventures, main.index .aventures .caixa_aventures {
    width: 33%;
  }
}
@media screen and (max-width: 900px) {
  main.index .apartaments .caixa_aventures, main.index .aventures .caixa_aventures {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main.index .apartaments .caixa_aventures, main.index .aventures .caixa_aventures {
    width: 100%;
  }
  .mt-xs-100{
    margin-top: 150px;
  }
}

@media screen and (max-width: 400px) {
  .mt-xs-100{
    margin-top: 200px;
  }
}
main.index .apartaments .caixa_aventures a, main.index .aventures .caixa_aventures a {
  text-decoration: none;
  transition: all 0.4s ease;
  display: contents;
}
main.index .apartaments .caixa_aventures a:hover > div, main.index .aventures .caixa_aventures a:hover > div {
  opacity: 0;
}
main.index .apartaments .caixa_aventures a:hover img, main.index .aventures .caixa_aventures a:hover img {
  transform: scale(1.08);
}
main.index .apartaments .caixa_aventures a img, main.index .aventures .caixa_aventures a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s ease;
}

main.index .apartaments .caixa_aventures a > div span:nth-child(1), main.index .aventures .caixa_aventures a > div span:nth-child(1) {
  font-size: 30px;
  visibility: visible;
  text-transform: uppercase;
}
main.index .apartaments .caixa_aventures a > div span:nth-child(2), main.index .aventures .caixa_aventures a > div span:nth-child(2) {
  font-size: 18px;
  visibility: visible;
  display: flex;
}
main.index .apartaments .caixa_aventures a > div span:nth-child(2) small, main.index .aventures .caixa_aventures a > div span:nth-child(2) small {
  font-size: 14px;
}
main.index .apartaments .caixa_aventures a > div span:nth-child(3), main.index .aventures .caixa_aventures a > div span:nth-child(3) {
  text-transform: capitalize;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  main.index .apartaments .caixa_aventures a > div + span, main.index .aventures .caixa_aventures a > div + span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #texte_informatiu {
    padding: 0 20px;
  }
} 
#texte_informatiu h2 {
  color: #3B8DB7;
  font-size: 30px;
}
#texte_informatiu p {
  font-size: 16px;
  color: #444444;
}

 
main.condicions h1 {
  color: #3B8DB7;
}
main.condicions p {
  font-size: 18px;
  color: #444444;
}
main.aventures .select_adventure > article {
  position: relative; /* Necesario para el pseudo-elemento */
  height: 500px;
  overflow: hidden; /* Evita contenido fuera del contenedor */
}

main.aventures .select_adventure > article::before {
  content: ""; /* Obligatorio para el pseudo-elemento */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover; /* Ajusta el tamaño del fondo */
  background-position: center center; /* Centra la imagen */
  opacity: 0.7; /* Aplica la transparencia */
  z-index: 1; /* Detrás del contenido del artículo */
}

main.aventures .select_adventure > article:nth-child(1)::before {
  background-image: url("../../assets/images/aventures/aventures_ete.webp");
}

main.aventures .select_adventure > article:nth-child(2)::before {
  background-image: url("../../assets/images/aventures/aventures_hiver.png");
}

main.aventures .select_adventure > article > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit; /* Hereda el color del texto del artículo */
  z-index: 2; /* Encima del fondo */
}

main.aventures .select_adventure > article > a h3 {
  position: relative;
  z-index: 3; /* Asegura que el texto esté visible */
  color: white; /* Contraste con el fondo */
  text-align: center;
  margin: 0;
  line-height: 500px; /* Centra verticalmente el texto */
}
.nav__link{
  cursor:pointer;
}
main.contact h1 {
  font-size: 40px;
  color: #3B8DB7;
  text-align: center;
  text-transform: capitalize;
}

#apartaments {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#apartaments h1 {
  font-size: 40px;
  color: #3B8DB7;
  text-align: center;
  margin: 40px 0 20px 40px;
  text-transform: capitalize;
}
#apartaments .categories {
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 30px;
  font-size: 16px;
}
#apartaments .categories .categoria {
  color: #444444;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
#apartaments .categories .categoria:hover {
  color: #3B8DB7;
}
#apartaments .apartaments {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  padding: 20px;
}
#apartaments .apartaments > div {
  padding: 20px;
  width: 25%;
  height: 300px;
}
@media screen and (min-width: 1500px) {
  #apartaments .apartaments > div {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  #apartaments .apartaments > div {
    width: 33%;
  }
}
@media screen and (max-width: 900px) {
  #apartaments .apartaments > div {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #apartaments .apartaments > div {
    width: 100%;
  }
}
#apartaments .apartaments > div a {
  text-decoration: none;
  transition: all 0.4s ease;
  display: contents;
}
#apartaments .apartaments > div a:hover > div {
  opacity: 0;
}
#apartaments .apartaments > div a:hover img {
  transform: scale(1.08);
}
#apartaments .apartaments > div a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s ease;
}
#apartaments .apartaments > div a > div {
  cursor: pointer;
  border-radius: 4px;
  height: 260px;
  transform: translateY(-260px);
  z-index: 99;
  text-align: center;
  color: #f2f2f2;
  font-size: 25px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  transition: all 0.4s ease;
  background: rgba(59, 141, 183, 0.6);
}
#apartaments .apartaments > div a > div span:nth-child(1) {
  font-size: 30px;
  visibility: visible;
  text-transform: uppercase;
}
#apartaments .apartaments > div a > div span:nth-child(2) {
  font-size: 18px;
  visibility: visible;
  display: flex;
}
#apartaments .apartaments > div a > div span:nth-child(2) small {
  font-size: 14px;
}
#apartaments .apartaments > div a > div span:nth-child(3) {
  text-transform: capitalize;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #apartaments .apartaments > div a > div + span {
    display: none;
  }
}

#back_to_top {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #3B8DB7;
}
@media (min-width: 500px) {
  #back_to_top {
    margin: 30px;
  }
}
#back_to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
}

#back_to_top:hover {
  cursor: pointer;
  font-size: 2em;
}
.cycle-slideshow {
  position: relative;
  width: 100%;
  margin: auto;
  scrollbar-width: none; /* Para Firefox */
}
.cycle-slideshow img{
  object-fit: cover;
}

.cycle-slideshow img {
  width: 100%;
  height: 100%;
}

.calendarBox {
  position: absolute;
  bottom: 20px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  @media (max-width: 768px) {
    bottom: -200px; 
  }
}


.calendar-lite{
  border: 2px solid #3B8DB7;
  border-radius: 10px;
}
.calendar-container{
  border-radius:10px;
}


.box-grandvalira-webcams{
  margin-top: 30px;
  @media (max-width: 565px){
    margin-top: 100px;
  }
  @media (max-width: 470px){
    margin-top: 160px;
  }
  @media (max-width: 400px){
    margin-top: 200px;
  }
}


.title-slideshow {
  position: absolute;
  top: 100px;
  padding: 0 20px;
  width: 100%;
  z-index: 440; /* Asegura que el texto esté encima de las imágenes */
  color: white;
  font-size: 30px; /* Ajusta el tamaño del texto */
}

@media screen and (max-width: 991px) {
  .title-slideshow {
    font-size: 20px; /* Ajusta el tamaño del texto */
    top: 50px;
  }
  
}


main.simple .amenities_and_details .box_amenities span {
  font-size:14px
}
main.simple .amenities_and_details .box_amenities p {
  color: #444444;
}
main.simple .capacitat_maxima {
  text-align: center;
  color: #444444;
}
main.simple .capacitat_maxima p {
  font-size: 20px;
}

main.simple .simple_grid .row:after {
  content: "";
  display: table;
  clear: both;
}
main.simple .simple_grid .row .column {
  float: left;
  width: 25%;
  overflow: hidden;
  height: 300px;
}
@media screen and (max-width: 1200px) {
  main.simple .simple_grid .row .column {
    width: 33%;
  }
}
@media screen and (max-width: 769px) {
  main.simple .simple_grid .row .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  main.simple .simple_grid .row .column {
    width: 100%;
  }
}
main.simple .simple_grid .row .column img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: -webkit-fill-available;
}

.simple_grid .demo {
  opacity: 0.6;
}
.simple_grid .active,
.simple_grid .demo:hover {
  opacity: 1;
}
.simple_grid img.hover-shadow {
  transition: 0.3s;
}
.simple_grid .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

button {
  background-color: #3B8DB7;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}


.grecaptcha-badge {
  display: none;
}

.fa-blok {
  display: inline;
  color: #FFF !important;
  text-decoration: none !important;
}
.reserved {
  position: relative;
  overflow: hidden;
}

.reserved:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  background: #551A62;
  opacity: 0.7;
  width: 100%;
  height: 56%;
  top: -4px;
  transform: rotate(116deg);
  overflow: hidden;
  left: -43px;
}

section#apartaments_disponibles {
  padding: 20px;
  background-color: #f2f2f2;
}
section#apartaments_disponibles .apartament_disponible {
  width: 300px !important;
  height: 400px;
}
section#apartaments_disponibles .apartament_disponible .disponible_slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section#apartaments_disponibles .apartament_disponible .disponible_slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#apartaments_disponibles h1 {
  text-align: center;
}

.resultat_apartaments_disponibles {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.resultat_apartaments_disponibles .apartament_disponible {
  color: #3B8DB7;
}
.resultat_apartaments_disponibles .apartament_disponible .details-single-dispo {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  .resultat_apartaments_disponibles .apartament_disponible .details-single-dispo {
    font-size: 15px;
  }
}
.resultat_apartaments_disponibles .apartament_disponible .details_reservar {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 600px) {
  .resultat_apartaments_disponibles .apartament_disponible .details_reservar {
    font-size: 20px;
  }
}
.resultat_apartaments_disponibles .apartament_disponible .details_reservar > span {
  color: #3B8DB7;
}
.resultat_apartaments_disponibles .apartament_disponible h3 {
  text-transform: uppercase;
  font-size: 40px;
  color: #3B8DB7;
}
@media screen and (max-width: 600px) {
  .resultat_apartaments_disponibles .apartament_disponible h3 {
    font-size: 30px;
  }
}
.resultat_apartaments_disponibles img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resultat_apartaments_disponibles .disponible_slider {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.resultat_apartaments_disponibles .disponible_slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}
.resultat_apartaments_disponibles .disponible_slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 600px;
  height: 450px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}
@media screen and (max-width: 600px) {
  .resultat_apartaments_disponibles .disponible_slider ul li {
    width: 100%;
    height: 100%;
  }
}
.resultat_apartaments_disponibles .control_prev, .resultat_apartaments_disponibles .control_next {
  position: absolute;
  top: 40%;
  z-index: 50;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}
.resultat_apartaments_disponibles .control_prev:hover, .resultat_apartaments_disponibles .control_next:hover {
  opacity: 1;
}
.resultat_apartaments_disponibles .control_prev {
  border-radius: 0 2px 2px 0;
}
.resultat_apartaments_disponibles .control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

#box_calendar {
  display: flex;
  justify-content: center;
}

.bottomfixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottomfixed i {
  color: #3B8DB7;
  font-size: 16px;
  margin: 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bottomfixed i {
    font-size: 14px;
  }
}
.bottomfixed a {
  color: #3B8DB7;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .bottomfixed a {
    font-size: 14px;
  }
}

.first-image-single{
  width: 100%;
  border-radius: 10px 0 0 10px
}

.box-small-images-single .row > div:nth-child(2) > img {
  border-radius: 0 10px 0 0;
}

.box-small-images-single .row > div:nth-child(4) > img {
  border-radius: 0 0 10px 0;
}


#airTop{
  height: 60px;
  width: 100%;
  position: fixed;
  top:0;
  left:0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.legend-item span {
  margin-left: 5px;
}

.fc-event {
width: calc(100% + 20px);
}

.fc-past{
background-color: rgba(0,0,0,0.3) !important;
}

.filer-input-dragDrop {
  background-color: #f5f5f5;
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

.filer-item {
  margin: 10px;
}

.filer-item-name {
  font-weight: bold;
}

.filer-item-image img {
  max-width: 100px;
  height: auto;
}

.payment-payer-selector {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    user-select: none; /* Evita que el texto se seleccione al hacer clic */
}
.payer-label {
    font-size: 16px;
    margin: 0 10px;
    color: #888;
    transition: color 0.3s ease;
}
.payer-label.active {
    color: #007bff;
    font-weight: bold;
}
.switch-payer {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch-payer input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider-payer {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}
.slider-payer:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider-payer {
    background-color: #007bff;
}
input:checked + .slider-payer:before {
    transform: translateX(26px);
}

/* --- ESTILOS DEL FORMULARIO OCULTO --- */
#form-otra-persona {
    /* Oculto por defecto y con transición suave */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}
#form-otra-persona.visible {
    max-height: 500px; /* Un valor suficientemente alto */
    opacity: 1;
}
.form-group.payer {
    margin-bottom: 15px;
}
.form-group.payer label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.form-group.payer input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
/*# sourceMappingURL=style.min.css.map */