* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

iframe {
  width: 100%;
  height: 99.6vh;
}

.menu-wrapper {
  width: 5%;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(255, 255, 255);
}

.menu-switchdiv {
  width: 100%;
  background-color: #0f0f0f;
  height: 9%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-switchdiv2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  position: relative;
  top: 30%;
}

.menu-switchdiv2svg1 {
  fill: rgb(0, 0, 0);
  width: 15%;
}
.menu-switchdiv2svg2 {
  fill: rgb(0, 0, 0);
  width: 23%;
}
.menu-switchdiv2svg3 {
  fill: rgb(0, 0, 0);
  width: 20%;
}
.menu-switchdiv2svg4 {
  fill: rgb(0, 0, 0);
  width: 20%;
}

.menu-switch {
  fill: rgb(255, 255, 255);
  width: 30%;
}

.informations {
  width: 1100px;
  height: 210px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 69%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 23%;
  gap: 90px;
}

.informations svg {
  fill: #2916e0;
  width: 12%;
  position: relative;
  left: 129px;
  margin-bottom: 13px;
}

.location {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #252525;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  gap: 15px;
}

.carta {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #252525;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  gap: 15px;
}

.carta svg {
  fill: #2916e0;
  width: 17%;
  position: relative;
  left: 129px;
  margin-bottom: 13px;
}

.carta span {
  color: #b2b2b2;
  font-weight: 400;
}

.relogio {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #252525;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  gap: 15px;
}
.relogio span {
  color: #b2b2b2;
  font-weight: 400;
}

.relogio svg {
  fill: #2916e0;
  width: 17%;
  position: relative;
  left: 129px;
  margin-bottom: 13px;
}

#check {
    margin-top: 1.7%;
    position: absolute;
    width: 20%;
    height: 30px;
    opacity: 0;
}

aside {
    width: 270px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -270px;
    background-color: #ffffff;
    z-index: 99;
    transition: 0.5s;
}


#check:checked~aside {
    left: 0;
}

#check2 {
    margin-top: 14%;
    margin-left: 10%;
    position: absolute;
    width: 15%;
    height: 50px;
    opacity: 0;
    z-index: 99;
}

#seta {
    background-color: black;
    position: absolute;
    width: 35%;
    height: 10vh;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tulen {
    position: absolute;
    width: 65%;
    background-color: #2916e0;
    height: 10vh;
    margin-left: 35%;
}

#tulen img {
    margin-top: 20%;
    margin-left: 20%;
}

#paginas {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-top: 120%;
    text-align: center;
    transition: 0.3s;
    font-family: "Inter", sans-serif;
    margin-bottom: 80%;
    text-decoration: none;
}

#paginas a {
    display: block;
    margin-bottom: 10%;
    text-decoration: none;
    color: #b2b2b2;
}

#paginas a:hover {
    color: blue;
}

.txtazul {
    color: blue !important;
}

#txtcopy {
    font-size: 15px;
    color: #636363;
    line-height: 1.8;
    width: 80%;
    margin-left: 8%;
    text-align: center;
    font-family: "Inter", sans-serif;
}
