@media (max-width: 1700px){
.secondary {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #062735;
  flex-direction: column;
}
.secondary-grid {
  width: 100%;
  background-color: #bddb6b;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 0.5fr;
  grid-template-areas: "div1 div3 div2";
}
.div1 {
  height: 100%;
  grid-area: div1;
  background-color: #e7bd36;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.div1-title {
  width: 100%;
  height: 80%;
  padding: 5%;
    display: flex;
  flex-direction: column;
  justify-content: center;
}
.div1-btn {
  width: 100%;
  height: 20%;
  padding: 10px;
}
.div1-btn a {
  text-decoration: none;
}
.div1-btn button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-style: none;
  background-color: #062735;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5%;
}
.div1-title h3 {
  font-size: 2.5rem;
  color: white;
}
.div1-title p {
  font-size: 1.5rem;
  color: white;
}
.div2 {
  grid-area: div2;
  background: #e7bd36;
}
.div2-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.div2-img img {
  width: 500px;
  height: auto;
}
.div3 {
  grid-area: div3;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noticia-slider-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.noticia-slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.noticia-slide {
  flex: 0 0 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  color: white;
}
.noticia-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(6, 39, 53, 0.8),
    rgba(6, 39, 53, 0.4)
  );
  z-index: 0;
}

.noticia-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.noticia-slide-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.noticia-slide-content h2 {
  font-size: 4rem;
  margin-bottom: 10px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.noticia-slide-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.noticia-slide-content a {
  background-color: #bddb6b;
  color: #062735;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  width: fit-content;
}
.noticia-slide-content a:hover {
  background-color: #fff;
  color: #062735;
}
.noticia-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.noticia-btn.prev {
  left: 10px;
}
.noticia-btn.next {
  right: 10px;
}

.secondary-bottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #062735;
}
.secondary-bottom-title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 60px 0;
}
.secondary-bottom-title h3 {
  color: white;
  font-size: 2.5rem;
  font-weight: 500;
}
.secondary-bottom-steps {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0 10% 10% 10%;
  color: white;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}
.secondary-bottom-steps h4 {
  font-size: 1.8rem;
}
.secondary-bottom-steps span {
  font-size: 1rem;
}
.secondary-bottom-steps i {
  font-size: 1.8rem;
}
.terciary {
  width: 100%;
  height: auto;
}
.terciary-title {
  padding: 10px 5%;
  color: white;
}
.terciary-title h2 {
  font-size: 4rem;
  text-shadow: 2px 5px 10px black;
}
.terciary-title p {
  padding: 0 50% 0 0%;
  font-size: 1.2rem;
}
.terciary-title a {
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  text-decoration: none;
  text-shadow: 2px 5px 10px black;
  color: #ffcc24;
}
/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
  width: 100%;
  height: auto;
  background: rgba(32, 32, 32, 0.192);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(5px);
  border: 0px solid rgba(255, 255, 255, 0.25);
  padding: 60px 0 80px 0;
  position: relative;
}
.game-section .owl-stage {
  margin: 10px 100px;
  display: flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  background: #141414 no-repeat center center / cover;
  border-radius: 16px;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.534);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.game-section .item-desc {
  height: 50%;
  padding: 20px 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background-image: linear-gradient(#000000bd, #00000000);
}
.game-section .item.active .item-desc {
  height: 150%;
  padding: 120px 20px 0 20px;
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  font-size: 1.3rem;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .item-desc h3 {
  font-size: 2rem;
  margin: 0;
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
.item-desc button {
  width: 50%;
  height: 50px;
  border-radius: 10px;
  border-style: none;
  background: rgba(32, 32, 32, 0.192);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(32, 32, 32, 0.192);
  position: relative;
  z-index: 9999;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: 0.5s;
}
.item-desc button:hover {
  color: #bddb6b;
}
.points {
  width: 100%;
  height: auto;
  background-image: linear-gradient(
    to right bottom,
    #051937,
    #00496b,
    #007e84,
    #38b17c,
    #bddb6b
  );
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
}
.points-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  padding: 0 5% 0 0;
}
.points-content h2 {
  font-size: 5rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  background: linear-gradient(90deg, #bddb6b, #6bdb98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Fallback para navegadores modernos */
  text-fill-color: transparent; /* Estándar experimental */
  text-align: start;
}
.points-content h3 {
  font-size: 3rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  background: linear-gradient(90deg, #bddb6b, #6bdb98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Fallback para navegadores modernos */
  text-fill-color: transparent; /* Estándar experimental */
  text-align: start;
}
.points-content p {
  font-size: 1.2rem;
  text-align: start;
  color: white;
}
.points-img img {
  width: 600px;
  height: auto;
}
.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 0 auto;
}

.conversion-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff00;
  color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.conversion-table th,
.conversion-table td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  font-weight: 600;
}

.conversion-table th {
  background-color: #051937;
  color: #bddb6b;
  font-weight: bold;
}

.conversion-table tr:last-child td {
  border-bottom: none;
}
.rank {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(
    to right top,
    #051937,
    #00496b,
    #007e84,
    #38b17c,
    #bddb6b
  );
  display: flex;
  align-items: center;
}
.rank-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 0 0 0 5%;
}
.rank-content h2 {
  font-size: 6rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  background: linear-gradient(90deg, #bddb6b, #6bdb98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Fallback para navegadores modernos */
  text-fill-color: transparent; /* Estándar experimental */
  text-align: start;
}
.rank-content p {
  font-size: 1.2rem;
  text-align: start;
  color: white;
}
.rank-content img {
  width: 800px;
  height: auto;
}

.rank-btn {
  width: 100%;
  background-color: #02002400;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 100px);
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}
.medal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.medal h3 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
}
.bronce {
  grid-area: 1 / 1 / 3 / 3;
  background-color: white;
  color: #2a7b9b;
}
.silver {
  grid-area: 1 / 3 / 3 / 5;
  background-color: #6bdb98;
}
.gold {
  grid-area: 1 / 5 / 3 / 7;
  background-color: #e7bd36;
  color: white;
}
/* Contenedor de imagen y panel */
.rank-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Imagen visible por defecto */
.rank-img img {
  width: 500px;
  height: auto;
  object-fit: contain;
  transition: opacity 0.4s ease;
}
.rank-img-resp{
  display: none;
}
/* Panel de info oculto por defecto */
.rank-info-panel {
  position: absolute;
  width: 100%;
  max-width: 600px;
  height: 100%;
  background-color: #092c3d;
  color: white;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: slideIn 0.5s ease forwards;
  transition: background-color 0.4s ease, background 0.4s ease;
}

.rank-info-panel.active {
  display: flex;
}

/* Ocultar todas las secciones internas por defecto */
.rank-info-panel .info-content {
  display: none;
}
.rank-info-panel .info-content.active {
  display: block;
}

.rank-info-panel h3 {
  font-size: 4rem;
  font-family: "Anton", sans-serif;
  margin-bottom: 1rem;
}
.rank-info-panel p {
  font-size: 1.2rem;
  max-width: 80%;
  margin: 0;
}

.rank-info-panel .info-content {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.rank-info-panel .info-content.active {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
}
/* Fondos personalizados para cada nivel */
.rank-info-panel.bronce-bg {
  background-color: #e8f3ff; /* o un gradiente suave */
  color: #2a7b9b;
}

.rank-info-panel.silver-bg {
  background-color: #c5f7df;
  color: #064134;
}

.rank-info-panel.gold-bg {
  background: linear-gradient(135deg, #f7d46d, #f2b705);
  color: #442c00;
}
/* Botón cerrar */
.close-panel {
  margin-top: 2rem;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: rgb(49, 49, 49);
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
}

/* Animación */
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

}
@media (max-width: 1200px){
  .scroll-down-fourth{
    display: none;
  }
  .scroll-down{
    display: none;
  }
  .secondary {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #062735;
  flex-direction: column;
}
.secondary-grid {
  width: 100%;
  background-color: #bddb6b;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "div1 div1 div2" "div3 div3 div3";
}
.div1 {
  height: 100%;
  grid-area: div1;
  background-color: #e7bd36;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.div1-title {
  width: 100%;
  height: 80%;
  padding: 0 5% 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.div1-btn {
  width: 100%;
  height: 20%;
  padding: 10px;
}
.div1-btn a {
  text-decoration: none;
}
.div1-btn button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-style: none;
  background-color: #062735;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5%;
}
.div1-title h3 {
  font-size: 2.5rem;
  color: white;
}
.div1-title p {
  font-size: 1.5rem;
  color: white;
}
.div2 {
  grid-area: div2;
  background: #bddb6b;
}
.div2-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.div2-img img {
  width: 500px;
  height: auto;
}
.div3 {
  grid-area: div3;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.noticia-slider-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.noticia-slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.noticia-slide {
  flex: 0 0 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  color: white;
}
.noticia-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(6, 39, 53, 0.8),
    rgba(6, 39, 53, 0.4)
  );
  z-index: 0;
}

.noticia-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.noticia-slide-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.noticia-slide-content h2 {
  font-size: 4rem;
  margin-bottom: 10px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.noticia-slide-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.noticia-slide-content a {
  background-color: #bddb6b;
  color: #062735;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  width: fit-content;
}
.noticia-slide-content a:hover {
  background-color: #fff;
  color: #062735;
}
.noticia-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.noticia-btn.prev {
  left: 10px;
}
.noticia-btn.next {
  right: 10px;
}

.secondary-bottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #062735;
  padding: 5% 0 10% 0; 
}
.secondary-bottom-title {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 40px 0;
}
.secondary-bottom-title h3 {
  color: white;
  font-size: 2.5rem;
  font-weight: 500;
}
.secondary-bottom-steps {
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px;
  color: white;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}
.secondary-bottom-steps h4 {
  font-size: 1.8rem;
}
.secondary-bottom-steps span {
  font-size: 1rem;
}
.secondary-bottom-steps i {
  font-size: 1.8rem;
}
.terciary {
  width: 100%;
  height: auto;
}
.terciary-title {
  padding: 10px 5%;
  color: white;
}
.terciary-title h2 {
  font-size: 4rem;
  text-shadow: 2px 5px 10px black;
}
.terciary-title p {
  padding: 0 50% 0 0%;
  font-size: 1.2rem;
}
.terciary-title a {
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  text-decoration: none;
  text-shadow: 2px 5px 10px black;
  color: #ffcc24;
}
/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
  width: 100%;
  height: auto;
  background: rgba(32, 32, 32, 0.192);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(5px);
  border: 0px solid rgba(255, 255, 255, 0.25);
  padding: 60px 0 80px 0;
  position: relative;
}
.game-section .owl-stage {
  margin: 10px 100px;
  display: flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  background: #141414 no-repeat center center / cover;
  border-radius: 16px;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.534);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.game-section .item-desc {
  height: 50%;
  padding: 20px 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background-image: linear-gradient(#000000bd, #00000000);
}
.game-section .item.active .item-desc {
  height: 150%;
  padding: 120px 20px 0 20px;
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  font-size: 1.3rem;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .item-desc h3 {
  font-size: 2rem;
  margin: 0;
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
.item-desc button {
  width: 50%;
  height: 50px;
  border-radius: 10px;
  border-style: none;
  background: rgba(32, 32, 32, 0.192);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(32, 32, 32, 0.192);
  position: relative;
  z-index: 9999;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: 0.5s;
}
.item-desc button:hover {
  color: #bddb6b;
}
.points {
  width: 100%;
  height: auto;
  background-image: linear-gradient(
    to right bottom,
    #051937,
    #00496b,
    #007e84,
    #38b17c,
    #bddb6b
  );
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  gap: 40px;
}
.points-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
  padding: 5% 5% 0 0;
}
.points-content h2 {
  font-size: 4rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  background: linear-gradient(90deg, #bddb6b, #6bdb98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Fallback para navegadores modernos */
  text-fill-color: transparent; /* Estándar experimental */
  text-align: start;
}
.points-content h3 {
  font-size: 3rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  background: linear-gradient(90deg, #bddb6b, #6bdb98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Fallback para navegadores modernos */
  text-fill-color: transparent; /* Estándar experimental */
  text-align: start;
}
.points-content p {
  font-size: 1.2rem;
  text-align: start;
  color: white;
}
.points-img img {
  width: 400px;
  height: auto;
}
.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 0 auto;
}

.conversion-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff00;
  color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.conversion-table th,
.conversion-table td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  font-weight: 600;
}

.conversion-table th {
  background-color: #051937;
  color: #bddb6b;
  font-weight: bold;
}

.conversion-table tr:last-child td {
  border-bottom: none;
}
.rank {
  width: 100%;
  height: auto;
  background-image: linear-gradient(
    to right top,
    #051937,
    #00496b,
    #007e84,
    #38b17c,
    #bddb6b
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rank-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 5% 0 5%;
  gap: 40px;
}
.rank-content h2 {
  font-size: 4rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  background: linear-gradient(90deg, #bddb6b, #6bdb98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Fallback para navegadores modernos */
  text-fill-color: transparent; /* Estándar experimental */
  text-align: start;
}
.rank-content p {
  font-size: 1.2rem;
  text-align: start;
  color: white;
}
.rank-content img {
  width: 800px;
  height: auto;
}

.rank-btn {
  width: 100%;
  background-color: #02002400;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 100px);
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}
.medal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.medal h3 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
}
.bronce {
  grid-area: 1 / 1 / 3 / 3;
  background-color: white;
  color: #2a7b9b;
}
.silver {
  grid-area: 1 / 3 / 3 / 5;
  background-color: #6bdb98;
}
.gold {
  grid-area: 1 / 5 / 3 / 7;
  background-color: #e7bd36;
  color: white;
}
/* Contenedor de imagen y panel */
.rank-img {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
}

/* Imagen visible por defecto */
.rank-img img {
  width: 400px;
  height: auto;
  object-fit: contain;
  transition: opacity 0.4s ease;
}
.rank-img-full{
  display: block;
}
.rank-img-resp{
  display: none;
}
/* Panel de info oculto por defecto */
.rank-info-panel {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #092c3d;
  color: white;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: slideIn 0.5s ease forwards;
  transition: background-color 0.4s ease, background 0.4s ease;
}

.rank-info-panel.active {
  display: flex;
}

/* Ocultar todas las secciones internas por defecto */
.rank-info-panel .info-content {
  display: none;
}
.rank-info-panel .info-content.active {
  display: block;
}

.rank-info-panel h3 {
  font-size: 4rem;
  font-family: "Anton", sans-serif;
  margin-bottom: 1rem;
}
.rank-info-panel p {
  font-size: 1.2rem;
  max-width: 80%;
  margin: 0;
}

.rank-info-panel .info-content {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.rank-info-panel .info-content.active {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
}
/* Fondos personalizados para cada nivel */
.rank-info-panel.bronce-bg {
  background-color: #e8f3ff; /* o un gradiente suave */
  color: #2a7b9b;
}

.rank-info-panel.silver-bg {
  background-color: #c5f7df;
  color: #064134;
}

.rank-info-panel.gold-bg {
  background: linear-gradient(135deg, #f7d46d, #f2b705);
  color: #442c00;
}
/* Botón cerrar */
.close-panel {
  margin-top: 2rem;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: rgb(49, 49, 49);
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
}

/* Animación */
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
 .fourth {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(/assets/image/pexels-marta-dzedyshko-1042863-2067431.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .fourth-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
  }
  .fourth-title {
    width: 100%;
    text-align: center;
  }
  .fourth-title h2 {
    color: white;
    font-size: 4rem;
    text-shadow: 2px 2px 2px black;
  }
  .fourth-title p {
    color: white;
    font-size: 1rem;
  }
  .fourth-title-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
  }
  .fourth-title-img img {
    width: 1000px;
    height: auto;
    object-fit: contain;
  }
  .fourth-title-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .animated-btn {
    width: 400px;
    height: 50px;
    position: relative;
    padding: 5px 20px;
    font-size: 16px;
    background-color: #dfb322;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease;
    font-weight: 700;
  }

  .animated-btn .btn-icon {
    position: absolute;
    opacity: 0;
    transform: scale(0.5);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.3s ease;
    pointer-events: none;
    font-size: 2rem;
  }

  .animated-btn .btn-text {
    transition: opacity 0.3s ease;
  }

  .animated-btn:hover .btn-text {
    opacity: 0;
  }

  .animated-btn:hover .btn-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .map-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: rgba(32, 32, 32, 0.192);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    border: 0px solid rgba(255, 255, 255, 0.25);
    padding: 10% 5%;
  }
  .map-frame {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 800px;
    border: 0;
    z-index: 0;
    border-radius: 20px;
    box-shadow: 2px 5px 12px black;
  }
  .map-overlay {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
  }

  .wave {
    width: 100%;
    height: auto;
    pointer-events: none;
  }

  .top-map {
    width: 100%;
    height: 100px;
    background-color: #062735;
  }
}
@media (max-width: 992px) {
  .header {
    display: none;
  }
  body {
    background-color: #E7B675;
  }
  .bottom-nav {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #092c3d;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 15px solid #bddb6b;
    border-top: 5px solid #00496b;
    /* Equivalente a... */
    z-index: 999;
    padding-right: 10px;
  }
  .bottom-nav a {
    text-decoration: none;
  }
  .nav-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.7rem;
    text-decoration: none;
    transition: color 0.3s;
  }
  .nav-btn span {
    font-weight: 700;
    color: white;
  }
  .nav-btn i {
    font-size: 1.2rem;
    margin-bottom: 2px;
    color: white;
    text-shadow: 2px 2px 5px #2424249d;
  }

  .nav-btn:hover,
  .nav-btn:focus {
    color: white;
  }

  .center-btn {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 3dvw rgba(0, 0, 0, 0.658);
    margin: 0;
  }

  .center-btn img {
    width: 50%;
    height: auto;
  }

  section {
    scroll-margin-top: 200px; /* o el alto de tu navbar */
  }
  .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%; /* más que 100% para permitir el desplazamiento */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    transform: translateY(0);
    z-index: -1;
    will-change: transform;
  }
  .principal .parallax-bg {
    background-image: url("/assets/image/principal-fondo-4.png");
  }
  .principal {
    width: 100%;
    height: 50vh;
    padding: 40px 10px;
    background: #E7B675;
    background: linear-gradient(
      0deg,
      #77c5d100 0%,
      #00233380 55%,
      #03000000 100%
    );
  }
  .principal-title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    color: white;
    text-shadow: 1px 12px 20px rgba(0, 0, 0, 0.637);
  }
  .principal-title h1 {
    font-size: 4rem;
    font-weight: 700;
  }
  .principal-title p {
    font-weight: 700;
    font-size: 1.2rem;
    text-shadow: 1px 12px 20px rgb(0, 0, 0);
  }
  .principal-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
  }
  .principal-btn a {
    text-decoration: none;
  }
  .principal-btn button {
    width: 400px;
    height: 50px;
    border-style: none;
    border-radius: 0px;
    cursor: pointer;
  }
  .btn-diagonal {
    display: none;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    padding: 0 10%;
    background-color: #00496b;
    color: white;
  }
  .btn-diagonal span {
    font-size: 0.9rem;
    font-weight: 500;
  }
  .btn-diagonal i {
    color: white;
    font-size: 1.5rem;
  }
  .btn-sing-in {
    background-color: #bddb6b;
    color: #00496b;
  }
  .btn-sing-in i {
    color: #00496b;
  }
  .secondary {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .secondary-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "div1"
      "div2"
      "div3";
  }

  .div1,
  .div2,
  .div3 {
    height: auto;
    min-height: 300px;
  }
  .div1 {
    background-color: #EFBB6F;
  }
  .div1-btn button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-style: none;
  background-color: #062735;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5%;
  gap: 10px;
}
  .div2 {
    display: none;
  }
  .div1-title h3 {
    font-size: 2rem;
  }

  .div1-title p {
    font-size: 1.2rem;
  }

  .div1-btn button {
    font-size: 1rem;
    padding: 12px;
    justify-content: center;
  }
  .div3 {
    grid-area: div3;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .noticia-slider-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }

  .noticia-slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
  }

  .noticia-slide {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    color: white;
  }
  .noticia-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to right,
      rgba(6, 39, 53, 0.8),
      rgba(6, 39, 53, 0.4)
    );
    z-index: 0;
  }

  .noticia-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .noticia-slide-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .noticia-slide-content h2 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
  }

  .noticia-slide-content p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .noticia-slide-content a {
    background-color: #bddb6b;
    color: #062735;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    width: fit-content;
  }
  .noticia-slide-content a:hover {
    background-color: #fff;
    color: #062735;
  }
  .noticia-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 5px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
  }
  .secondary-bottom {
    flex-direction: column;
    height: auto;
    padding: 4rem 1rem;
  }
  .secondary-bottom-title {
    padding: 0;
    gap: 20px;
  }
  .secondary-bottom-title h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .secondary-bottom-steps {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    gap: 2rem;
  }
  .step {
    align-items: center;
    text-align: center;
    padding: 0 1rem;
  }

  .secondary-bottom-steps h4 {
    font-size: 1.5rem;
  }

  .secondary-bottom-steps span {
    font-size: 1rem;
  }

  .secondary-bottom-steps i {
    font-size: 1.8rem;
  }

  /* Slider más manejable en móviles */
  .slider-track img {
    height: auto;
  }
  .terciary {
    width: 100%;
    height: auto;
    background-attachment: scroll;
    padding: 0;
  }
  .terciary-title {
    padding: 2rem 1rem;
    text-align: start;
  }
  .terciary-title h2 {
    font-size: 2rem;
    text-shadow: 1px 2px 5px black;
  }
  .terciary-title p {
    font-size: 1rem;
    padding: 0;
  }
  .terciary-title a {
    justify-content: start;
    margin-top: 1rem;
  }
  .game-section .item.active .item-desc p {
    font-size: 0.8rem;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0;
    border-radius: 0;
  }
  .game-section .item-desc h3 {
    font-size: 1.1rem;
    text-align: start;
    margin: 0;
  }
  .game-section .item-desc p {
    padding: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 54px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    margin: 0;
  }
  .game-section .item.active .item-desc {
    height: 100%;
    padding: 20px 20px 0 20px;
    transform: none;
    -webkit-transform: none;
  }
  .item-desc button {
    width: 70%;
    height: 50px;
    border-radius: 10px;
    border-style: none;
    background: rgba(32, 32, 32, 0.192);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(32, 32, 32, 0.192);
    position: relative;
    z-index: 9999;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: 0.5s;
  }
  .item-desc {
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  /* -------- Landing page ------- */
  .game-section {
    padding: 0;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 200px;
    height: 360px;
  }
  .game-section .item.active {
    width: 200px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
  .table-container {
  width: 100%;
  overflow-x: auto;
  margin: 0 auto;
}

.conversion-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff00;
  color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.conversion-table th,
.conversion-table td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  font-weight: 600;
  font-size: 0.8rem;
}

.conversion-table th {
  background-color: #051937;
  color: #bddb6b;
  font-weight: bold;
  font-size: 0.8rem;
}

.conversion-table tr:last-child td {
  border-bottom: none;
}
  .points {
  width: 100%;
  height: auto;
  background-image: linear-gradient(
    to right top,
    #051937,
    #00496b,
    #007e84,
    #007e84,
    #00496b
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.points-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10% 5%;
  gap: 0;
}
.points-img img {
  display: none;
}
.points-content h2 {
  font-size: 2.5rem;
    background: linear-gradient(90deg, #bddb6b, #6bdb98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Fallback para navegadores modernos */
  text-fill-color: transparent; /* Estándar experimental */
  text-align: start;
}
.points-content p{
  font-size: 1rem;
}
.points-content h3{
  font-size: 2rem;
}
  .rank {
    width: 100%;
    height: auto;
    background-image: linear-gradient(
      to right bottom,
      #051937,
      #00496b,
      #007e84,
      #38b17c,
      #bddb6b
    );
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rank-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5% 0 5%;
    gap: 0;
  }
  .rank-content h2 {
    font-size: 2.5rem;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    background: linear-gradient(90deg, #bddb6b, #6bdb98);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* Fallback para navegadores modernos */
    text-fill-color: transparent; /* Estándar experimental */
    text-align: start;
  }
  .rank-content h4{
    font-size: 2rem;
  }
  .rank-content p {
    font-size: 1rem;
    text-align: start;
    color: white;
  }
  .rank-content img {
    width: 400px;
    height: auto;
  }
  .rank-btn {
    width: 100%;
    background-color: #02002400;
    display: grid;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 50px);
    grid-column-gap: 0;
    grid-row-gap: 0px;
  }
  .medal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
  }
  .medal h3 {
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0;
  }
  .bronce {
    grid-area: 1 / 1 / 3 / 3;
    background-color: #6bdb98;
    color: white;
  }
  .silver {
    grid-area: 1 / 3 / 3 / 5;
    background-color: white;
    color: #2a7b9b;
  }
  .gold {
    grid-area: 1 / 5 / 3 / 7;
    background-color: #141414;
    color: #e7bd36;
  }
  /* Contenedor de imagen y panel */
  .rank-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Imagen visible por defecto */
  .rank-img img {
    width: 300px;
    height: auto;
    object-fit: contain;
    transition: opacity 0.4s ease;
  }
.rank-img-full{
  display: none;
}
.rank-img-resp{
  display: block;
}
  /* Panel de info oculto por defecto */
  .rank-info-panel {
    position: absolute;
    width: 100%;
    max-width: 700px;
    height: 100%;
    background-color: #092c3d;
    color: white;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    animation: slideIn 0.5s ease forwards;
    transition: background-color 0.4s ease, background 0.4s ease;
    border-radius: 0;
  }
  .rank-info-panel.active {
    display: flex;
  }
  /* Ocultar todas las secciones internas por defecto */
  .rank-info-panel .info-content {
    display: none;
  }
  .rank-info-panel .info-content.active {
    display: block;
  }
  .rank-info-panel h3 {
    font-size: 3rem;
    font-family: "Anton", sans-serif;
    margin-bottom: 1rem;
  }
  .rank-info-panel p {
    font-size: 1rem;
    max-width: 80%;
    margin: 0;
  }

  .rank-info-panel .info-content {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .rank-info-panel .info-content.active {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    position: relative;
  }
  /* Fondos personalizados para cada nivel */
  .rank-info-panel.bronce-bg {
    background-color: #e8f3ff; /* o un gradiente suave */
    color: #2a7b9b;
  }

  .rank-info-panel.silver-bg {
    background-color: #c5f7df;
    color: #064134;
  }

  .rank-info-panel.gold-bg {
    background: linear-gradient(135deg, #f7d46d, #f2b705);
    color: #442c00;
  }
  /* Botón cerrar */
  .close-panel {
    margin-top: 2rem;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: rgb(49, 49, 49);
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
  }

  /* Animación */
  @keyframes slideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .scroll-down {
    display: none;
  }
  .scroll-down-fourth {
    display: none;
  }
  .fourth {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(/assets/image/pexels-marta-dzedyshko-1042863-2067431.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  .fourth-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .fourth-title {
    width: 100%;
  }
  .fourth-title h2 {
    color: white;
    font-size: 2rem;
    text-shadow: 2px 2px 2px black;
  }
  .fourth-title p {
    color: white;
    font-size: 0.9rem;
  }
  .fourth-title-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
  }
  .fourth-title-img img {
    width: 1000px;
    height: auto;
    object-fit: contain;
  }
  .fourth-title-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .animated-btn {
    width: 400px;
    height: 50px;
    position: relative;
    padding: 5px 20px;
    font-size: 12px;
    background-color: #dfb322;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease;
    font-weight: 700;
  }

  .animated-btn .btn-icon {
    position: absolute;
    opacity: 0;
    transform: scale(0.5);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.3s ease;
    pointer-events: none;
    font-size: 2rem;
  }

  .animated-btn .btn-text {
    transition: opacity 0.3s ease;
  }

  .animated-btn:hover .btn-text {
    opacity: 0;
  }

  .animated-btn:hover .btn-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .map-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: rgba(32, 32, 32, 0.192);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    border: 0px solid rgba(255, 255, 255, 0.25);
    padding: 10% 5%;
  }
  .map-frame {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: 0;
    z-index: 0;
    border-radius: 20px;
    box-shadow: 2px 5px 12px black;
  }
  .map-overlay {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
  }

  .wave {
    width: 100%;
    height: auto;
    pointer-events: none;
  }

  .top-map {
    width: 100%;
    height: 100px;
    background-color: #062735;
  }
  .help-content h2{
    font-size: 2rem;
  }
  .help-content p{
    font-size: 1rem;
  }
  .help-content img{
    width: 200px;
  }
  footer {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background-color: #062735;
    position: relative;
    z-index: 33333;
  }
  .footer-container {
    width: 100%;
    background-color: #00aebe00;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-social {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 1;
  }
  .footer-social p {
    display: none;
  }
  .social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
  }
  .social-icon {
    width: 40px;
    height: 40px;
    background-color: white;
    margin: 10px;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
  }
}
