* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
body .header {
  overflow: hidden;
  background-color: #000000;
  padding: 0px 50px 6px 50px;
}
body .header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}
body .header a.logo {
  font-size: 25px;
  font-weight: bold;
}
body .pulpoLogo {
  width: 170px;
  max-width: 100%;
}
body #container {
  margin: 50px;
  margin-top: 14px;
  font-family: Mazzard HBold;
}
body #container .title-area {
  padding: 10px;
  text-align: center;
  font-size: 26px;
  -webkit-text-stroke: 1px #000000;
  -webkit-text-fill-color: white;
  letter-spacing: 4px;
  font-weight: bold;
  line-height: 35px;
}
body #container .sections {
  width: 100%;
  padding-left: 12%;
  position: relative;
}
body #container .section {
  position: relative;
  transition: all 200ms;
  padding-right: 20px;
}
body #container .section .hover-area {
  position: absolute;
  height: 100%;
  width: calc(100% - 20px);
  color: rgb(133, 25, 25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  border: 2px solid #8925fa;
  text-decoration: none;
}
body #container .section .hover-area .hover-text {
  padding-left: 7px;
  text-align: center;
  font-size: 1.2vw;
  letter-spacing: 2px;
}
body #container .section .hover-area .beta-version {
  font-size: 1.1vw;
  margin-top: 3vw;
  position: absolute;
  -webkit-text-stroke: 0.5px white;
}
body #container .section .hover-area .hover-text-2 {
  padding-left: 7px;
  text-align: center;
  font-size: 2vw;
  font-family: Turbinado;
  -webkit-text-stroke: 0px #000000;
  -webkit-text-fill-color: white;
  font-style: normal;
  letter-spacing: 2px;
}
body #container .section:hover .hover-area {
  display: flex;
  font-size: 3vh;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 2px;
}
body #container .section:hover .section-title {
  bottom: -32px !important;
  color: rgb(0, 0, 0);
}
body #container .section .section-img {
  width: 100%;
  height: 100%;
  z-index: -1;
}
body #container .section .section-new-img {
  position: absolute;
  top: 5px;
  right: 25px;
  width: 40px;
  height: 20px;
}
body #container .section .section-title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  color: #fff;
  font-size: 1.2vw;
  align-items: flex-end;
  transition: all 200ms;
  padding-right: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  body #container {
    margin: 0px;
  }
  body #container .sections {
    width: 84vw;
    height: 74vw;
    padding-left: 16%;
    position: absolute;
  }
  body .hover-text {
    font-size: 3vw !important;
  }
  body .beta-version {
    font-size: 2.8vw !important;
    margin-top: 7vw !important;
  }
  body .hover-text-2 {
    font-size: 4vw !important;
  }
  body .section-img {
    position: absolute;
    object-fit: cover;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  body #container .section .section-new-img {
    right: 10px;
  }

  .section {
    width: 50% !important;
  }

  .section-title {
    font-size: 2.6vmin !important;
    padding-right: 0px !important;
  }

  .hover-area {
    height: calc(100% - 5px) !important;
    width: calc(100% - 5px) !important;
  }

  .section:hover .section-title {
    top: 48% !important;
    color: rgb(255, 255, 255) !important;
    display: none;
  }
}
@media (max-width: 576px) {
  body .header {
    padding: 0px 0px !important;
  }
  body .header a {
    padding: 7px !important;
    line-height: 16px !important;
  }
  body .header a.logo {
    font-size: 25px !important;
  }
  body .pulpoLogo {
    width: 5em !important;
  }
  body #container {
    margin: 0px;
  }
  body #container .sections {
    width: 93vw;
    height: 111vw;
    padding-left: 9%;
    position: absolute;
  }
  body #container .section-img {
    position: absolute;
    object-fit: cover;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  body .hover-area {
    height: calc(100% - 5px) !important;
    width: calc(100% - 5px) !important;
  }
  body section:hover .section-title {
    top: 48% !important;
    color: rgb(255, 255, 255) !important;
    display: none;
  }
  body .hover-text {
    font-size: 3vw !important;
  }
  body .beta-version {
    font-size: 2.8vw !important;
  }
  body .hover-text-2 {
    font-size: 4.5vw !important;
  }
  body .section-title {
    font-size: 3vmin !important;
  }
}

/*# sourceMappingURL=style.css.map */
