/* Aplicar la fuente Montserrat a todo el contenido de las tarjetas */
body, .card-body, .card-title, .card-text {
    font-family: 'Montserrat', sans-serif;  /* Aplicamos Montserrat en todos los textos */
}

.bold-date {
    font-weight: bold;  /* Hacemos la fecha en negrita */
}


/* Estilos para las tarjetas de hoteles (formato alargado y estrecho) */
.hotel-card {
    border-radius: 15px;  /* Bordes redondeados */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra más suave */
    position: relative; /* Para poder posicionar el contenido correctamente */
    background: linear-gradient(145deg, #ff9a8b, #ff6e7f); /* Fondo con gradiente suave */
    cursor: pointer; /* Hace que toda la tarjeta sea clicable */
    text-decoration: none;  /* Elimina el subrayado del enlace */
    margin-bottom: 20px; /* Separación entre tarjetas */
    height: 130px; /* Altura ajustada para que las tarjetas no sean tan pequeñas */
}

/* Estilo del contenido de la tarjeta */
.card-body {
    padding: 20px;
    color: white;  /* Texto blanco */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;  /* Alineación de los elementos hacia la parte superior */
    text-align: left;  /* Alineación del texto a la izquierda */
}

/* Estilo para los íconos */
.card-text i {
    margin-right: 0px;  /* Elimina el espacio entre el ícono y el texto */
    color: white; /* Los íconos serán blancos */
    font-size: 1.1rem;  /* Tamaño de los íconos */
}

/* Asegurar que los textos estén alineados junto a los íconos */
.card-text {
    font-size: 1rem;
    line-height: 1.4; /* Espaciado de texto para mayor legibilidad */
    margin-bottom: 5px;  /* Espaciado inferior */
}



/* Estilo del título */
/* Aplicar la fuente Montserrat Black a los títulos */
.card-title {
    font-family: 'Montserrat', sans-serif; /* Usamos Montserrat Black */
    font-weight: 900;  /* Montserrat Black tiene un peso de 900 */
    font-size: 1.4rem;  /* Tamaño de la fuente del título */
    text-transform: uppercase;  /* Títulos en mayúsculas */
    margin-bottom: 5px;
}


.card-text {
    font-size: 1rem;
    line-height: 1.4; /* Espaciado de texto para mayor legibilidad */
    margin-bottom: 5px;  /* Espaciado inferior */
}

/* Estilos del enlace (cuando se hace clic en toda la tarjeta) */
.card:hover {
    transform: translateY(-5px); /* Efecto de desplazamiento hacia arriba */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Sombra más prominente al hacer hover */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Efecto de transición suave */
}

/* Ajuste de la disposición de las columnas */
.row {
    display: flex;
    flex-wrap: wrap;  /* Asegura que las tarjetas se ajusten al contenedor */
    justify-content: space-between;  /* Separa las columnas */
}

.col-md-6 {
    width: 48%;  /* Cada columna ocupará casi la mitad del contenedor */
    margin-bottom: 20px;  /* Espaciado entre las columnas */
}

/* Asegurar que las tarjetas se vean bien en dispositivos más pequeños */
@media (max-width: 768px) {
    .col-md-6 {
        width: 100%;  /* Las columnas ocuparán todo el ancho en pantallas pequeñas */
    }
    .hotel-card {
        height: 250px; /* Ajustamos la altura de las tarjetas para pantallas más pequeñas */
    }
}

.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Asegura que el contenedor ocupe toda la altura de la pantalla */
  width: 100%;
}

.overlay-text {
  position: absolute;
  color: white;
  font-size: 3rem; /* Ajusta el tamaño del texto */
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Para mejorar la visibilidad */
  text-align: center;
}




.card {
border:none !important;
}



.desktop1-container {
    width: 100%;
    display: flex;
    overflow: auto;
    overflow-x: hidden;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
  }
  .desktop1-desktop1 {
    width: 101%;
    height: 2000px;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 1);
  }
  
  .desktop1-desktop1-new {
    width: 101%;
    height: 1100px;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 1);
  }
  .desktop1-navbar {
    top: -0.220458984375px;
    left: -0.38232421875px;
    width: 100%;
    height: 56.37058639526367px;
    display: flex;
    position: absolute;
    align-items: flex-start;
    flex-shrink: 0;
    border-color: rgba(245, 242, 240, 1);
    border-style: solid;
    border-width: 0 0 0.9395098090171814px;
  }
  .desktop1-frame3 {
    gap: 56px;
    top: 19.936914443969727px;
    left: -20px;
    width: 100%;
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-shrink: 0;
    justify-content: flex-end;
  }
  .desktop1-text {
    color: #816AF1;
    height: auto;
    font-size: 16px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  
  .desktop1-text:hover {
    cursor: pointer;
  }
  
  .desktop1-text02 {
    color: #816AF1;
    height: auto;
    z-index: 1;
    font-size: 16px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-vector {
    top: 8.617149353027344px;
    left: 510px;
    width: 12px;
    height: 7px;
    z-index: 4;
    position: absolute;
  }
  .desktop1-text04 {
    cursor: pointer;
    color: #816AF1;
    height: auto;
    z-index: 2;
    font-size: 16px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-text06 {
    color: #816AF1;
    height: auto;
    z-index: 3;
    font-size: 16px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-capa1 {
    top: 12.22332763671875px;
    left: 31.381206512451172px;
    width: 147px;
    height: 32px;
    position: absolute;
  }
  .desktop1-rectangle2 {
    top: 56.06182861328125px;
    /* left: 0px; */
    width: 100%;
    height: 560px;
    position: absolute;
    object-fit: cover;
  }
  
  .desktop1-rectangle-banner {
    top: 56.06182861328125px;
    /* left: 0px; */
    width: 100%;
    height: 380px;
    position: absolute;
    object-fit: cover;
  }
  .desktop1-text08 {
    top: 34%;
    left: 50%; /* Centrar horizontalmente */
    transform: translateX(-50%); /* Centrar horizontalmente */
    color: #816AF1;
    height: auto;
    position: absolute;
    font-size: 16px;
    font-style: semi-bold; /* Cambiado a minúsculas y corregido typo */
    text-align: center; /* Alineación centrada */
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  
  .desktop1-text-servicios {
    top: 41%;
    left: 50%; /* Centrar horizontalmente */
    transform: translateX(-50%); /* Centrar horizontalmente */
    color: #816AF1;
    height: auto;
    position: absolute;
    font-size: 16px;
    font-style: semi-bold; /* Cambiado a minúsculas y corregido typo */
    text-align: center; /* Alineación centrada */
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  
  .desktop1-textNovedad {
    top: 556.0142822265625px;
    left: 50%; /* Centrar horizontalmente */
    transform: translateX(-50%); /* Centrar horizontalmente */
    color: #816AF1;
    height: 50px;
    position: absolute;
    font-size: 16px;
    font-style: semi-bold; /* Cambiado a minúsculas y corregido typo */
    text-align: center; /* Alineación centrada */
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  
  .desktop1-rectangle24 {
    top: 604px;
    left: 21px;
    width: 191px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text10 {
    top: 637px;
    left: 76px;
    color: rgba(197, 255, 255, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle26 {
    top: 604px;
    left: 424px;
    width: 191px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text12 {
    top: 637px;
    left: 492px;
    color: rgba(177, 255, 217, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle28 {
    top: 604px;
    left: 825px;
    width: 190px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text14 {
    top: 637px;
    left: 890px;
    color: rgba(132, 130, 66, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle25 {
    top: 604px;
    left: 223px;
    width: 191px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text16 {
    top: 637px;
    left: 270px;
    color: rgba(224, 143, 109, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle27 {
    top: 604px;
    left: 626px;
    width: 190px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text18 {
    top: 637px;
    left: 688px;
    color: rgba(255, 230, 213, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle29 {
    top: 604px;
    left: 1026px;
    width: 190px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text20 {
    top: 637px;
    left: 1091px;
    color: rgba(202, 230, 255, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle32 {
    top: 604px;
    left: 1230px;
    width: 190px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text22 {
    top: 637px;
    left: 1289px;
    color: rgba(106, 134, 46, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle33 {
    top: 698px;
    left: 21px;
    width: 191px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text24 {
    top: 731px;
    left: 92px;
    color: rgba(255, 212, 212, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle34 {
    top: 698px;
    left: 424px;
    width: 191px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text26 {
    top: 731px;
    left: 485px;
    color: rgba(51, 107, 159, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle35 {
    top: 698px;
    left: 825px;
    width: 190px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text28 {
    top: 731px;
    left: 870px;
    color: rgba(11, 34, 135, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle36 {
    top: 698px;
    left: 223px;
    width: 191px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text30 {
    top: 731px;
    left: 284px;
    color: rgba(255, 228, 238, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle37 {
    top: 698px;
    left: 626px;
    width: 190px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text32 {
    top: 731px;
    left: 696px;
    color: rgba(230, 211, 255, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle38 {
    top: 698px;
    left: 1026px;
    width: 190px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text34 {
    top: 731px;
    left: 1071px;
    color: rgba(11, 34, 135, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle39 {
    top: 698px;
    left: 1230px;
    width: 190px;
    height: 83px;
    position: absolute;
    border-radius: 6px;
  }
  .desktop1-text36 {
    top: 732px;
    left: 1275px;
    color: rgba(11, 34, 135, 1);
    height: auto;
    position: absolute;
    font-size: 13px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-group2 {
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
    width: 1398.0068359375px;
    height: 582.127685546875px;
    display: flex;
    position: absolute;
    align-items: flex-start;
    flex-shrink: 1;
  }
  
  .desktop1-group2-new {
    top: 54%;
    left: 50%;
    transform: translateX(-50%);
    width: 1398.0068359375px;
    height: 582.127685546875px;
    display: flex;
    position: absolute;
    align-items: flex-start;
    flex-shrink: 1;
  }
  .desktop1-rectangle44 {
    top: -1.8189894035458565e-12px;
    left: 1.0068359459116039px;
    width: 1396px;
    height: 582px;
    position: absolute;
    box-sizing: content-box;
    border-color: rgba(11, 34, 135, 1);
    border-style: solid;
    border-width: 1px;
  }
  .desktop1-rectangle43 {
    top: -6.265870524657657e-7px;
    left: 0.0068552191369235516px;
    width: 1398px;
    height: 75px;
    position: absolute;
  }
  .desktop1-text38 {
    top: 18.999999892216238px;
    left: 27.00001096013517px;
    color: rgba(255, 255, 255, 1);
    width: 590px;
    height: auto;
    position: absolute;
    font-size: 33px;
    font-style: Regular;
    text-align: left;
    font-family: Bogista;
    font-weight: 400;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-text40 {
    top: 112.99999748379992px;
    left: 32.006836441970044px;
    color: #816AF1;
    width: 1340px;
    height: auto;
    position: absolute;
    font-size: 16px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-text42 {
    top: 156.00000546692468px;
    left: 32.00689675795495px;
    color: #816AF1;
    height: auto;
    position: absolute;
    font-size: 16px;
    font-style: Regular;
    text-align: left;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-text44 {
    top: 156.00000652768858px;
    left: 752.0068188499472px;
    color: #816AF1;
    height: auto;
    position: absolute;
    font-size: 16px;
    font-style: Regular;
    text-align: left;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-text46 {
    top: 274.00000645838054px;
    left: 32.006835211124255px;
    color: #816AF1;
    height: auto;
    position: absolute;
    font-size: 16px;
    font-style: Regular;
    text-align: left;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-text48 {
    top: 392.0000074440834px;
    left: 32.006836606798444px;
    color: #816AF1;
    height: auto;
    position: absolute;
    font-size: 16px;
    font-style: Regular;
    text-align: left;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle47 {
    top: 185.00000571483224px;
    left: 32.00683519294891px;
    width: 656px;
    height: 62px;
    position: absolute;
    border-radius: 9px;
  }
  .desktop1-rectangle49 {
    top: 185.00000676757645px;
    left: 752.0068450229783px;
    width: 601px;
    height: 298px;
    position: absolute;
    border-radius: 9px;
  }
  .desktop1-rectangle46 {
    top: 303.00000670053487px;
    left: 32.0068365886231px;
    width: 656px;
    height: 62px;
    position: absolute;
    border-radius: 9px;
  }
  .desktop1-text50 {
    top: 323.0000098637895px;
    left: 52.00683757444477px;
    color: rgba(11, 34, 135, 1);
    height: auto;
    position: absolute;
    font-size: 16px;
    font-style: Regular;
    text-align: left;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-rectangle48 {
    top: 421.0000076864121px;
    left: 32.00683607694866px;
    width: 656px;
    height: 62px;
    position: absolute;
    border-radius: 9px;
  }
  .desktop1-rectangle50 {
    top: 514.0000039472677px;
    left: 613.0068861257921px;
    width: 177px;
    height: 40px;
    position: absolute;
    border-radius: 29.819778442382812px;
  }
  .desktop1-text52 {
    top: 523.0000106170974px;
    left: 648.0068546281065px;
    color: #816AF1;
    height: auto;
    position: absolute;
    font-size: 18px;
    font-style: Regular;
    text-align: left;
    font-family: Bogista;
    font-weight: 400;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-vector1 {
    top: 331.0000070575702px;
    left: 661px;
    width: 12px;
    height: 7px;
    position: absolute;
  }
  .desktop1-group3 {
    top:54%;
    left: 50%;
    transform: translateX(-50%);
    width: 1398.0068359375px;
    height: 225.12759399414062px;
    display: flex;
    position: absolute;
    align-items: center;
    flex-shrink: 1;
    justify-content: center;
  }
  .desktop1-rectangle441 {
    top: -0.00009140399026819068px;
    left: 1.000011682510376px;
    width: 1396px;
    height: 225px;
    position: absolute;
    box-sizing: content-box;
    border-color: rgba(11, 34, 135, 1);
    border-style: solid;
    border-width: 1px;
  }
  .desktop1-rectangle431 {
    top: 0.12771558687768447px;
    left: 0.006866892772073641px;
    width: 1398px;
    height: 75px;
    position: absolute;
  }
  .desktop1-text54 {
    top: 19.12771645350017px;
    left: 27.00001096013517px;
    color: rgba(255, 255, 255, 1);
    width: 590px;
    height: auto;
    position: absolute;
    font-size: 33px;
    font-style: Regular;
    text-align: left;
    font-family: Bogista;
    font-weight: 400;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-text56 {
    top: 95.9999366319339px;
    left: 29.999999214261052px;
    color: #816AF1;
    width: 1340px;
    height: auto;
    position: absolute;
    font-size: 16px;
    font-style: SemiBold;
    text-align: left;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 129.99999523162842%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-text57 {
    font-weight: 600;
  }
  .desktop1-text67 {
    top: 97px;
    left: 32px;
    color: rgb(11, 34, 135);
    width: 1340px;
    height: auto;
    position: absolute;
    font-size: 16px;
    font-style: SemiBold;
    text-align: left;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 130%;
    font-stretch: normal;
    text-decoration: none;
  }
  .desktop1-text70 {
    font-style: normal;
    font-weight: 400;
  }
  .desktop1-text71 {
    font-style: normal;
    font-weight: 400;
  }
  .desktop1-text72 {
    font-style: normal;
    font-weight: 400;
  }
  .desktop1-text73 {
    font-style: normal;
    font-weight: 400;
  }
  .desktop1-text74 {
    font-style: normal;
    font-weight: 400;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
    line-height: 129.99999523162842%;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    padding: 12px;
    z-index: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .dropdown-content li {
    margin-bottom: 8px;
  }
  
  a {
  color:#816AF1 !important;
    text-decoration: none;
  }
  
  .carousel-container {
  width: 80%;
  margin: auto;
  overflow: hidden;
  }
  
  .carousel {
  display: flex;
  transition: transform 0.5s ease;
  }
  
  .carousel-item {
  min-width: 100%;
  }
  
  video {
  width: 100%;
  height: auto;
  }
  
  .fila {
  display: flex;
  }
  
  .fila2 {
  display: flex;
  }
  .caja {
  width: 191px;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  }
  
  .footer-basic {
  padding:40px 0;
  background-color:#ffffff;
  color:#4b4c4d;
  }
  
  .footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
  }
  
  .footer-basic li {
  padding:0 10px;
  }
  
  .footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
  }
  
  .footer-basic ul a:hover {
  opacity:1;
  }
  
  .footer-basic .social {
  text-align:center;
  padding-bottom:25px;
  }
  
  .footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
  }
  
  .footer-basic .social > a:hover {
  opacity:0.9;
  }
  
  .footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
  }
  
  .open-form-button {
  background-color: #007bff; /* Color de fondo del botón */
  color: #fff; /* Color del texto del botón */
  border: none; /* Sin borde */
  padding: 10px 20px; /* Espaciado interno */
  cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
  border-radius: 5px; /* Borde redondeado */
  }
  
  .bubble {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  background: url(https://s3.eu-west-1.amazonaws.com/rbfweb2023/img/travel/BOTON%20SORTEO%20TRAVELXILOVERBF.png);
  background-size: cover;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  animation: bounceBubble 1.5s ease infinite;
  }
  
  @keyframes bounceBubble {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-20px);
  }
  60% {
      transform: translateY(-10px);
  }
  }
  
  
  
  /* Estilos para el tooltip */
  .tooltip {
  position: absolute;
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  bottom: 70px;
  right: 40px;
  display: none;
  }
  
  .tooltip:after {
  content: '';
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #007bff transparent;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
  }
  
  .desktop2-vector {
  top: 8.617149353027344px;
  right: 80px;
  width: 12px;
  height: 7px;
  z-index: 4;
  position: absolute;
  }
  
  #popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);  /* Fondo semitransparente */
    display: none;               /* Oculto por defecto */
    align-items: center;         /* Centrado vertical */
    justify-content: center;     /* Centrado horizontal */
    z-index: 10000;              /* Asegurarse de que esté sobre el resto */
  }
  
  /* Contenedor del contenido del popup */
  #popup .popup-content {
    position: relative;
    background: transparent; /* Si solo quieres mostrar la imagen */
    max-width: 600px;        /* Ancho máximo (ajusta según necesidad) */
    width: 90%;
  }
  
  /* La imagen se adapta al contenedor */
  #popup .popup-content img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* Estilos para la cruz de cierre */
  #popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }
  
  /* Contenedor para los corazones. Se posiciona fixed para cubrir toda la pantalla. */
  .hearts {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Permite que los clics pasen a elementos inferiores */
    overflow: hidden;
    z-index: 9999; /* Asegura que los corazones queden por encima */
  }
  
  /* Cada corazón */
  .heart {
    position: absolute;
    color: red;
    font-size: 24px;
    user-select: none; /* Evita la selección de texto */
    animation: fall linear infinite;
  }
  
  /* Keyframes para la animación de caída */
  @keyframes fall {
    0% {
      transform: translateY(-100px) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: translateY(100vh) rotate(360deg);
      opacity: 0;
    }
  }
  
 