body {
  font-family: 'Ranade', sans-serif;
  font-weight: 300; /* Light weight */
}


.mundotibet-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #000000;
  overflow: hidden;
}

.mundotibet-final .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
  padding: 0px 80px 96px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-position: 50% 50%;
}

@media (max-width: 991px) {
  .mundotibet-final .hero {
    padding: 0px 48px 96px;
  }
}

@media (max-width: 768px) {
  .mundotibet-final .hero {
    padding: 0px 24px 96px;
  }
}

.mundotibet-final .bg-hero-img {
  position: absolute;
  max-width: 1600px;
  height: 807px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

.mundotibet-final .hero-overlay {
  width: 100%;
  height: 455px;
  top: 430px;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  left: 0;
}

.mundotibet-final .div {
  width: 1600px;
  height: 885px;
  top: 0;
  background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(0, 0, 0, 0.22) 0%,
      rgba(0, 0, 0, 1) 96%
  );
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mundotibet-final .nav-bar {
  display: flex;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  justify-content: space-between;
  padding: 64px 0px;
  position: relative;
  flex: 0 0 auto;
  
}

@media (max-width: 1199px) {
  .mundotibet-final .nav-bar {
    padding-top: clamp(24px, 3vw, 64px);
  }
}

.mundotibet-final .left {
  display: inline-flex;
  align-items: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.mundotibet-final .btn-nav {
  font-family: "Ranade", Helvetica, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 88px;
  
  color: #effefb;
  transition: all 0.1s ease-in-out;
  /* font-size: clamp(14px, 5vw, 18px); */
}

.mundotibet-final .btn-nav:hover,
.mundotibet-final .btn-nav:focus {
    background-color: #ffffff56;
}

.btn-nav-text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Ranade", Helvetica, sans-serif;
  font-weight: 300;
  color: #effefb;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

@media (max-width: 768px) {
  .mundotibet-final .btn-nav,
  .mundotibet-final .btn-nav-text {
    font-size: 13px;
  }
}

.mundotibet-final .right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.mundotibet-final .btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 88px;
  border: 1px solid;
  border-color: #049d9b;
  transition: all 0.1s ease-in-out;

}


.mundotibet-final .btn-contact:hover,
.mundotibet-final .btn-contact:focus {
  background-color: #049d9b;
  cursor: pointer;
  

  .btn-nav-text {
    color: white;
  }
}

@media (max-width: 991px) {
  .mundotibet-final .left,
  .mundotibet-final .right {
    gap: clamp(4px, 2vw, 56px);
  }
  .mundotibet-final .btn-contact,
  .mundotibet-final .btn-nav {
    padding-left: clamp(8px, 2vw, 24px);
    padding-right: clamp(8px, 2vw, 24px);
    padding-top: clamp(4px, 2vw, 12px);
    padding-bottom: clamp(4px, 2vw, 12px);
  }

 
}

.mundotibet-final .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "Ranade", Helvetica, sans-serif;
  font-weight: 300;
  color: #effefb;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}




.mundotibet-final .logo {
  position: absolute;
  top: 24px;

  /* Center horizontally */
  left: 50%;
  transform: translateX(-50%);

  width: clamp(90px, 12vw, 162px);
  height: clamp(105px, 13.5vw, 188px);
}

@media (max-width: 991px) {
  .mundotibet-final .logo {
  
    top: 72px;

  }
}



.mundotibet-final .group {
  position: relative;
  width: 161px;
  height: 187px;
  left: 1px;
}

.mundotibet-final .overlap-group {
  position: absolute;
  width: 135px;
  height: 135px;
  top: 0;
  left: 13px;
}

.mundotibet-final .img {
  position: absolute;
  width: 135px;
  height: 116px;
  top: 0;
  left: 0;
}

.mundotibet-final .group-2 {
  position: absolute;
  width: 95px;
  height: 115px;
  top: 20px;
  left: 20px;
}

.mundotibet-final .vector {
  position: absolute;
  width: 6px;
  height: 69px;
  top: 34px;
  left: 64px;
}

.mundotibet-final .vector-2 {
  position: absolute;
  width: 161px;
  height: 24px;
  top: 144px;
  left: 0;
}

.mundotibet-final .vector-3 {
  position: absolute;
  width: 140px;
  height: 16px;
  top: 172px;
  left: 10px;
}

.mundotibet-final .hero-primary-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.mundotibet-final .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.mundotibet-final .p {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  text-shadow: 0px 1px 4px #0000003d;
  font-family: "Ranade", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: clamp(24px, 5vw, 56px);
  text-align: center;
  letter-spacing: -1.12px;

  line-height: clamp(24px, 6vw, 64px);
}



.mundotibet-final .btn-cta {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 8px 48px;
  position: relative;
  background-color: #049d9b;
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: var(--shadows-lg);
  transition: all 0.3s ease-in-out;
  cursor: pointer;

}


.mundotibet-final .label {
  position: relative;
  width: fit-content;
  font-family: "Ranade", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out ;

}


@media (max-width: 640px) {
  .mundotibet-final .btn-cta {
    padding: 6px 32px;
  }
  .mundotibet-final .btn-cta .label {

    font-size: 16px;
  }
}

.mundotibet-final .btn-cta:hover,
.mundotibet-final .btn-cta:focus {
  background-color: #fff;
  gap: 32px;
  .label {
    color: #049d9b;
  }

  svg {
    transform: translateX(0%) scaleX(-1);
    transform-origin: center;
    transition: all 0.3s ease-in-out;
  }

  .icon {
    stroke: #049d9b;
    transition: all 0.3s ease-in-out;

  }
}

.mundotibet-final .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.mundotibet-final .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.mundotibet-final .frame-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.mundotibet-final .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.mundotibet-final .frame-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.mundotibet-final .title-about {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Ranade", Helvetica;
  font-weight: 500;
  color: #faf6f0;
  font-size: clamp(16px, 5vw, 24px);
  line-height: clamp(24px, 6vw, 28px);
  text-align: center;
  letter-spacing: 0;
}

.mundotibet-final .desc-about {
  position: relative;
  align-self: stretch;
  font-family: "Ranade-Regular", Helvetica;
  font-weight: 400;
  color: #c5905a;
  text-align: center;
  letter-spacing: 0;
  font-size: clamp(14px, 2vw, 16px);
  line-height: clamp(20px, 3vw, 24px);
}

.mundotibet-final .card-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.mundotibet-final .card {
  display: flex;
  flex-direction: column;
  width: 410px;
  height: 604px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid transparent;
  color: white;
  /* background: linear-gradient(
      180deg,
      rgba(0, 14, 15, 0.09) 0%,
      rgba(0, 14, 15, 0.48) 100% 
  ); */
  

}

.mundotibet-final .card:visited {
  color: white;
}


@media (max-width: 1199px) {
  .mundotibet-final .card-list {
    flex-wrap: wrap;          /* Allow wrapping */
    justify-content: center;  /* Center cards in the row */
  }

  .mundotibet-final .card {
    flex: 0 0 calc(50% - 12px); /* Take about half the width minus gap */
    max-width: 410px;            /* Optional: keep max width */
    margin-bottom: 24px;         /* Space between rows */
  }
}

@media (max-width: 768px) {
  .mundotibet-final .card-list {
    flex-wrap: wrap;          /* allow wrapping */
    justify-content: center;  /* center cards horizontally */
  }

  .mundotibet-final .card {
    flex: 0 0 100%;           /* each card takes full width */
    max-width: 410px;         /* optional: limit max width */
    margin-bottom: 24px;      /* spacing between cards vertically */
  }
}



.mundotibet-final .card:hover {
  border: 1px solid;
  border-color: #087d7d;
  background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(0, 14, 15, 0) 0%,
      rgba(0, 14, 15, 0.48) 100%
  ),
  linear-gradient(0deg, rgba(1, 47, 50, 0.48) 0%, rgba(1, 47, 50, 0.48) 100%);
}



.mundotibet-final .card:hover > * {
  
}

.mundotibet-final .card:hover .content .card-header {
  top: 0;
  position: relative ;
}


.mundotibet-final .card .card-dates {
  position: absolute;
  bottom: 48px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

.mundotibet-final .card:hover .content .card-dates {
  opacity: 1;
  transition: all 0.3s ease-in-out 0.2s;
}

.mundotibet-final .card .content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 48px 32px 48px 40px;
  position: relative;
  border: 0;
  height: 240px;
  /* flex: 0;
  align-self: flex-end;
  flex-grow: 0; */
  width: 100%;
  transition: all 0.2s ease-in-out;
}

/* @media (max-width: 768px) {
  .mundotibet-final .card .content {
    height: 300px;
  }
} */

.mundotibet-final .card .card-bg {
  position: absolute;
}

.mundotibet-final .card .card-bg-overlay {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 14, 15, 0.0164) 0%, rgba(0, 14, 15, 0.68) 100%);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}

.mundotibet-final .card:hover .card-bg-overlay {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 14, 15, 0.50) 0%, rgba(0, 14, 15, 0.9) 100%);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  backdrop-filter: blur(2px) brightness(100%);

}


.mundotibet-final .card:hover .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  justify-content: space-between;
  height: 604px;
  /* flex: 1;
  align-self: stretch;
  flex-grow: 1; */
  transition: all 0.2s ease-in-out;

}

.mundotibet-final .card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  top: auto;  
}

.mundotibet-final .frame-8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #049d9ba3;
  border-radius: 999px;
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
}

.mundotibet-final .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Ranade", Helvetica;
  font-weight: 500;
  color: #effefb;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 21px;
  white-space: nowrap;
}

.mundotibet-final .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  font-family: "Ranade", Helvetica;
  font-weight: 500;
  color: #faf6f0;
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: normal;
}

.mundotibet-final .text-wrapper-5 {
  font-size: clamp(16px, 2vw, 24px);
}


.mundotibet-final .text-wrapper-6 {
  position: relative;
  width: fit-content;
  font-family: "Ranade-Regular", Helvetica;
  font-weight: 400;
  color: #d0a879;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 19.5px;
  white-space: nowrap;
}



.mundotibet-final .card-text {
  display: flex;
  flex-direction: column;
  height: 604px;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid;
  border-color: #087d7d;
  background: radial-gradient(
          50% 50% at 50% 50%,
          rgba(0, 14, 15, 0) 0%,
          rgba(0, 14, 15, 0.48) 100%
      ),
      linear-gradient(0deg, rgba(1, 47, 50, 0.48) 0%, rgba(1, 47, 50, 0.48) 100%);
  width: 410px;
  position: relative;
}

.mundotibet-final .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 48px 32px 48px 40px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}


.mundotibet-final .frame-11 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.mundotibet-final .text-wrapper-7 {
  color: #e0c9a7;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Ranade-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.mundotibet-final .card-dates {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  top: auto;
}

.mundotibet-final .frame-13 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.mundotibet-final .element-days {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Ranade-Regular", Helvetica;
  font-weight: 400;
  color: #faf6f0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.mundotibet-final .element-days-2 {
  font-family: "Ranade", Helvetica;
  font-weight: 500;
  position: relative;
  width: fit-content;
  color: #faf6f0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.mundotibet-final .element-days-3 {
  font-family: "Ranade-Regular", Helvetica;
  font-weight: 400;
  position: relative;
  width: fit-content;
  color: #faf6f0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.mundotibet-final .cursor-pointer {
  position: absolute;
  width: 22px;
  height: 25px;
  top: 364px;
  left: 286px;
}









.mundotibet-final .text-wrapper-8 {
  color: #d0a879;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Ranade-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.mundotibet-final .footer {
  display: flex;
  width: 100%;
  max-width: 1280px;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .mundotibet-final .footer {
    flex-wrap: wrap;           /* Enable wrapping */
    justify-content: center;   /* Center items horizontally */
    gap: 16px;                 /* Space between items */
  }
}


.mundotibet-final .footer-left {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.mundotibet-final .footer-text {
  position: relative;
  width: auto;
  margin-top: -1.00px;
  opacity: 0.48;
  font-family: "Ranade", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 19.2px;
  /* white-space: nowrap; */
}

.mundotibet-final .footer-right {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.mundotibet-final .footer-text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  opacity: 0.48;
  font-family: "Ranade-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0;
  line-height: 16.8px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .mundotibet-final .footer-text {
    text-align: center;
    white-space: unset;
    margin-top: 24px;
  }

  .mundotibet-final .footer-left {
    align-items: center;  
  }

  .mundotibet-final .footer-right {
    align-items: center;  
    max-width: 100%;
  }
}

.mundotibet-final .frame-17 {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.mundotibet-final .link-social {
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  position: relative;
  background-color: #ffffff14;
  border-radius: 64px;
  text-decoration: none;


}

.mundotibet-final .link-social:hover {
  background-color: #55F3E648;
}



.mundotibet-final .group-3 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
}



.mundotibet-final .hero-primary-content0 {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  gap: 24px;
  position: relative;
}

.mundotibet-final .link-social {
  display: flex;
  flex-direction: column;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: #ffffff14;
  border-radius: 72px;
}

.mundotibet-final .group-4 {
  position: absolute;
  width: 20px;
  height: 17px;
  top: 4px;
  left: 2px;
}


