* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.desktop {
  display: block;
}

.wrap-body {
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  box-sizing: border-box;
  background-image: url("../image/desktop/bg.webp");
  background-size: cover;
  background-position: center;
}

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.mobile-main {
  display: none;
}

.mb-contact {
  display: none;
}

.title-mb {
  display: none;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 4.5rem;
  position: relative;
  background: rgba(38, 18, 3, 0.51);
}

.header .logo img {
  height: 4.7rem;
}

.logo {
  display: block;
}

.logo_mb {
  display: none;
}

.header .contact-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .contact-container a {
  color: white;
  text-decoration: none;
  cursor: pointer;
  margin-right: 1rem;
}

.header .contact-container img {
  height: 2.5rem;
  vertical-align: middle;
}

.header .contact-container span {
  font-size: 16px;
  margin-left: 0.5rem;
}

.header .contact-container span:hover {
  color: rgb(249, 211, 80);
}

.main {
  width: 100%;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}

.main-mb {
  display: none;
}

.title-container {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  container-type: size;
}

.theme-content {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.theme-content img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.decs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(84%, calc(80cqh * 1.06));
  aspect-ratio: 1.06;
  max-height: 80%;
  padding: 0 0 3%;
  box-sizing: border-box;
  border-radius: 1.4rem;
  overflow: hidden;
}

.titlee {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  margin: 0;
}

.titlee img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.decs-container .info-activity {
  position: relative;
  flex: 0 0 auto;
  width: 50%;
  aspect-ratio: 1542 / 513;
  align-self: flex-end;
  margin: 0 20% 0 0;
  background-image: url("../image/desktop/qr.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.decs-container .info-activity .qrcode {
  position: absolute;
  left: 1.4%;
  top: 4.3%;
  width: 24.5%;
  height: 73.7%;
}

.decs-container .info-activity #qr,
.decs-container .info-activity #qr img,
.decs-container .info-activity #qr canvas {
  width: 100% !important;
  height: 100% !important;
}

.title_ a,
.txt_ a {
  display: block;
}

.title_ img,
.txt_ img {
  height: 3.8rem;
  margin: 1rem 0;
}

.txtt img {
  height: 4rem;
}

.footer-container {
  display: none;
}

/* Centered text */

.cont {
  margin-left: 3rem;
}

.qr {
  padding: 1.2rem;
}

#qr img {
  width: 10rem !important;
  height: 10rem !important;
}

.qr-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2vw;
  text-align: center;
  padding-top: .5rem;
}

.ioss {
  width: 13%;
}

.icon_ {
  margin-left: 13%;
}

.icon_ img {
  width: 16%;
  margin-top: 5%;
}


@media screen and (max-height: 800px) {
  .header {
    padding: 0.6rem 3rem;
  }

  .header .logo img {
    height: 3.6rem;
  }

  .header .contact-container img {
    height: 2rem;
  }
}

@media screen and (max-width:980px) {

  .header .logo img {
    height: 3.8rem;
  }

  .qr {
    padding: 1.2rem;
  }

  /* #qr img {
    width: 8rem !important;
    height: 8rem !important;
  } */

  .txtt img {
    height: 3rem;
  }

}