.story-background-image .story-content .story-data-box {
  padding: 20px 40px;
  width: 1048px;
  border-radius: 20px;
  text-align: center;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Apartado Index */
.body-home {
  background-image: url(../images/omoribackground.webp);
}

* {
  margin: 0;
  padding: 0;
  font-family: "OMORI_GAME";
}

@font-face {
  font-family: "OMORI_GAME";
  src: url("../fonts/OMORI_GAME2.ttf") format("woff2");
}
.custom-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: white;
}
.custom-navbar .navhome {
  /* Centrado de imagen */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Centrado de imagen */
}
.custom-navbar .navhome .story, .custom-navbar .navhome .characters {
  display: inline-block;
  width: 600px;
  text-align: center;
  height: auto;
  font-family: "OMORI_GAME";
  font-size: 30px;
  margin: 0;
}
.custom-navbar .navhome .story a, .custom-navbar .navhome .characters a {
  text-decoration: none;
  color: black;
}
.custom-navbar .navhome .story .link:hover, .custom-navbar .navhome .characters .link:hover {
  text-decoration: underline;
}
.custom-navbar .navhome .omorilogo {
  width: auto;
  height: 80px;
  padding: 0 20px;
}

.responsive-link {
  margin-top: 120px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "OMORI_GAME";
  font-size: 40px;
  text-decoration: none;
}
.responsive-link .story-responsive, .responsive-link .characters-responsive {
  display: none;
}

.trailer {
  text-align: center;
  margin-top: 10px;
}
.trailer .trailer-display-button {
  background-color: white;
  color: black;
  font-size: 25px;
  border-radius: 30px;
}
.trailer .btn-primary {
  --bs-btn-color: $bg-color-general;
  --bs-btn-bg: white;
  --bs-btn-border-color: $bg-color-general;
  --bs-btn-hover-color: black;
  --bs-btn-hover-bg: rgb(202, 202, 202);
  --bs-btn-hover-border-color: black;
  --bs-btn-active-bg: rgb(147, 147, 147);
  --bs-btn-active-border-color: rgb(147, 147, 147);
}
.trailer .trailer-background {
  width: 400px;
}
.trailer .trailer-background iframe {
  width: 400px;
  height: 300px;
}
@media (max-width: 650px) {
  .trailer {
    display: none;
  }
}

.content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}
.content .text {
  background-color: white;
  margin-top: 35px;
  width: 65%;
}
.content .text .first {
  font-size: 50px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  text-align: center;
}
@media (max-width: 650px) {
  .content .text .first {
    font-size: 30px;
  }
}
.content .text .second {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  text-align: left;
  display: flex;
  flex: auto;
  font-size: 30px;
  border-bottom: 40px solid black;
}
.content .text .second .something {
  height: auto;
  width: 200px;
  padding-right: 0px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .content .text .second .something {
    display: none;
  }
}
@media (max-width: 1200px) {
  .content .text .second {
    text-align: center;
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .content .text .second {
    padding: 10px;
  }
}
.content .text .third {
  font-size: 30px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.content .text .fourth {
  text-align: center;
  font-size: 50px;
}
.content .text .fourth .logos {
  padding-bottom: 30px;
}
.content .text .fourth .logos .custom-logo {
  width: 60px;
  margin: 20px 30px 40px 30px;
  transition: all 0.2s ease;
}
.content .text .fourth .logos .custom-logo:hover {
  width: 70px;
  height: auto;
}
.content .text .fourth .logos .omocat {
  display: flex;
  flex: auto;
  margin: auto;
  width: 30px;
  height: auto;
}
@media (max-width: 768) {
  .content .text .fourth .logos {
    width: 10px;
  }
}
@media (max-width: 768) {
  .content .text .fourth {
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .content .text {
    width: 90%;
  }
}

footer {
  background-color: white;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin-top: 70px;
}
footer .footer-logo-container {
  padding-left: 50px;
  width: 600px;
}
footer .footer-logo-container .footer-logo {
  width: 30px;
  margin: 15px 30px 15px 0;
  opacity: 50%;
  transition: all 0.4s ease;
}
@media (max-width: 650px) {
  footer .footer-logo-container .footer-logo {
    margin: 0px 15px 0 15px;
  }
}
footer .footer-logo-container .footer-logo:hover {
  opacity: 100%;
}
@media (max-width: 650px) {
  footer .footer-logo-container {
    margin: 0;
    padding: 0;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
}
footer .footer-info-container {
  display: flex;
  justify-content: end;
  align-items: center;
  width: auto;
  margin-right: 50px;
}
footer .footer-info-container .footer-info {
  margin: 0;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 650px) {
  footer .footer-info-container {
    margin: 0;
    padding: 0;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-bottom: 0;
  }
}
footer .footer-info-container, footer .footer-logo-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  footer .footer-info-container, footer .footer-logo-container {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 650px) {
  footer {
    display: list-item;
    text-align: center;
    position: absolute;
  }
}

/* Apartado Index */
/* Apartado Characters */
.body-characters {
  background-image: url(../images/headspace.png);
  font-family: "OMORI_GAME";
}

.charactersnavbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #eadbff;
}
.charactersnavbar .charactersnav {
  display: flex;
  justify-content: space-between;
}
.charactersnavbar .charactersnav .charactersomorilogo {
  height: auto;
  width: 150px;
  padding-top: 8px;
  padding-left: 20px;
}
.charactersnavbar .charactersnav .sprites {
  text-align: center;
  padding-top: 15px;
  padding-right: 20px;
}
.charactersnavbar .charactersnav .sprites .sprite {
  width: 50px;
  height: auto;
  transition: all 0.15s ease;
}
@media (max-width: 720px) {
  .charactersnavbar .charactersnav .sprites .sprite {
    width: 40px;
    height: auto;
    margin-top: 8px;
  }
}
@media (max-width: 480px) {
  .charactersnavbar .charactersnav .sprites .sprite {
    display: none;
  }
}
.charactersnavbar .charactersnav .sprites .sprite:hover {
  transform: scale(1.1);
}
@media (max-width: 480px) {
  .charactersnavbar .charactersnav .sprites .sprite-responsive {
    display: flex;
    width: 50px;
    margin-top: 0;
  }
}

.charactersinfo {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 100px 30px 0 30px;
  gap: auto;
  font-size: 40px;
}
.charactersinfo .omori, .charactersinfo .data, .charactersinfo .data-mari {
  background-color: white;
  font-size: 40px;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.charactersinfo .omori .characterimage-responsive, .charactersinfo .data .characterimage-responsive, .charactersinfo .data-mari .characterimage-responsive {
  display: none;
}
@media (max-width: 1080px) {
  .charactersinfo .omori .characterimage-responsive, .charactersinfo .data .characterimage-responsive, .charactersinfo .data-mari .characterimage-responsive {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 1080px) {
  .charactersinfo .omori, .charactersinfo .data, .charactersinfo .data-mari {
    display: grid;
    font-size: 35px;
    padding: 20px 18px 0 18px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .charactersinfo .omori, .charactersinfo .data, .charactersinfo .data-mari {
    font-size: 27px;
  }
}
.charactersinfo .omori {
  padding: 20px 20px 0 40px;
  margin: 0;
  font-size: 60px;
}
@media (max-width: 1080px) {
  .charactersinfo .omori {
    font-size: 35px;
    padding: 10px;
  }
}
.charactersinfo .imageposition {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .charactersinfo .imageposition {
    display: none;
  }
}
.charactersinfo .characterimage {
  width: auto;
  height: 600px;
}
@media (max-width: 1080px) {
  .charactersinfo .characterimage {
    display: none;
  }
}
@media (max-width: 1080px) {
  .charactersinfo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 110px;
  }
}

.picnic-conteiner {
  display: flex;
  justify-content: center;
}
.picnic-conteiner .picnic {
  transition: all 0.1s ease;
}
.picnic-conteiner .picnic:hover {
  transform: scale(1.05);
}

/* Apartado Characters */
/* Apartado Far-Away Characters */
.far-away.body-characters {
  background-image: url(../images/headspaceblack.png);
  background-color: black;
}

.far-away.charactersnavbar {
  height: 80px;
  background-color: black;
  border-bottom: 2px white solid;
}

.far-away.data, .far-away.omori {
  background-color: black;
  border: white 1px solid;
  color: white;
}

.far-away.omori {
  font-size: 45px;
}
@media (max-width: 720px) {
  .far-away.omori {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .far-away.omori {
    font-size: 30px;
  }
}

/* Apartado Far-Away Characters */
/* Apartado Spoiler */
.body-spoiler {
  background-color: black;
  color: white;
  font-family: "OMORI_GAME";
}
.body-spoiler .section-spoiler {
  margin-top: 17%;
  text-align: center;
  height: 100%;
  width: 100%;
}
.body-spoiler .section-spoiler .spoiler-warning {
  font-size: 150px;
  margin: 0;
}
@media (max-width: 920px) {
  .body-spoiler .section-spoiler .spoiler-warning {
    font-size: 120px;
  }
}
@media (max-width: 463px) {
  .body-spoiler .section-spoiler .spoiler-warning {
    font-size: 90px;
    width: 100%;
  }
}
.body-spoiler .section-spoiler .info-spoiler-box {
  display: flex;
  justify-content: center;
}
.body-spoiler .section-spoiler .info-spoiler-box .info-spoiler {
  font-size: 30px;
}
@media (max-width: 920px) {
  .body-spoiler .section-spoiler .info-spoiler-box .info-spoiler {
    width: 500px;
  }
}
@media (max-width: 920px) {
  .body-spoiler .section-spoiler .info-spoiler-box {
    display: flex;
    justify-content: center;
  }
}
.body-spoiler .section-spoiler .ask-spoiler {
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.body-spoiler .section-spoiler .back-home {
  display: flex;
  justify-content: center;
}
.body-spoiler .section-spoiler .back-home .button-spoiler {
  padding: 0 10px;
  margin: 0 30px;
  width: 120px;
  border-radius: 30px;
  font-size: 30px;
  background-color: white;
  color: black;
  transition: all 0.3s ease;
}
.body-spoiler .section-spoiler .back-home .button-spoiler a {
  text-decoration: none;
  color: black;
}
.body-spoiler .section-spoiler .back-home .button-spoiler:hover {
  background-color: rgba(255, 255, 255, 0.534);
}
.body-spoiler .section-spoiler .info-spoiler, .body-spoiler .section-spoiler .ask-spoiler, .body-spoiler .section-spoiler .back-home, .body-spoiler .section-spoiler .button-spoiler {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
  animation-delay: 2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Apartado Spoiler */
/* Apartado Story */
.body-story {
  background-image: url(../images/headspace-background.png);
  background-size: 100%;
  font-family: "OMORI_GAME";
}

.story-navbar {
  height: 80px;
  background-color: #FFF4DB;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #BAB29E;
}
.story-navbar .story-sprites {
  text-align: center;
  padding-top: 15px;
  padding-right: 20px;
}
.story-navbar .story-sprites .story-sprite, .story-navbar .story-sprites .story-sprite-sunny {
  width: 50px;
  height: auto;
}
@media (max-width: 1080px) {
  .story-navbar .story-sprites .story-sprite, .story-navbar .story-sprites .story-sprite-sunny {
    width: 40px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .story-navbar .story-sprites .story-sprite {
    display: none;
  }
}
@media (max-width: 480px) {
  .story-navbar .story-sprites .story-sprite-sunny {
    width: 50px;
  }
}
.story-navbar .storyomorilogo {
  height: auto;
  width: 150px;
  padding-top: 8px;
  padding-right: 20px;
}

.story-introduction {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.story-introduction .story-title-box {
  background-color: #FFF4DB;
  border-radius: 20px;
  width: 600px;
  text-align: center;
  border: 2px solid #BAB29E;
}
.story-introduction .story-title-box .story-title {
  font-size: 110px;
}
@media (max-width: 1080px) {
  .story-introduction .story-title-box .story-title {
    font-size: 70px;
  }
}
@media (max-width: 405px) {
  .story-introduction .story-title-box .story-title {
    font-size: 50px;
  }
}
@media (max-width: 1080px) {
  .story-introduction .story-title-box {
    width: 400px;
  }
}
@media (max-width: 405px) {
  .story-introduction .story-title-box {
    width: 300px;
  }
}
.story-introduction .story-text-box {
  font-size: 40px;
  background-color: #FFF4DB;
  padding: 20px 40px;
  width: 1000px;
  border-radius: 20px;
  display: flex;
  text-align: center;
  border: 2px solid #bab29e;
}
@media (max-width: 1080px) {
  .story-introduction .story-text-box .story-text {
    font-size: 30px;
  }
}
@media (max-width: 1080px) {
  .story-introduction .story-text-box {
    width: 85%;
  }
}
@media (max-width: 405px) {
  .story-introduction .story-text-box {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.story-background-image {
  background-image: url(../images/Hangout_Spot_29.webp);
  background-size: cover;
  margin-top: 10px;
  border-top: 20px solid #FFF4DB;
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
}
.story-background-image .story-argument-box {
  background-color: #FFF4DB;
  border-radius: 20px;
  width: 500px;
  text-align: center;
  border: 2px solid #BAB29E;
}
.story-background-image .story-argument-box .story-argument {
  font-size: 110px;
}
@media (max-width: 1080px) {
  .story-background-image .story-argument-box .story-argument {
    font-size: 70px;
  }
}
@media (max-width: 1080px) {
  .story-background-image .story-argument-box {
    width: 300px;
  }
}
.story-background-image .story-content {
  display: flex;
  justify-content: end;
  padding: 60px 0;
  padding-right: 20px;
}
.story-background-image .story-content .imageposition, .story-background-image .story-content .story-image-box {
  width: 900px;
  display: flex;
  justify-content: center;
  height: auto;
  align-items: center;
}
.story-background-image .story-content .imageposition .story-image, .story-background-image .story-content .story-image-box .story-image {
  width: auto;
  height: 454px;
}
@media (max-width: 1080px) {
  .story-background-image .story-content .imageposition, .story-background-image .story-content .story-image-box {
    display: none;
  }
}
.story-background-image .story-content .story-data-box {
  font-size: 40px;
  background-color: #FFF4DB;
  border: 2px solid #BAB29E;
}
.story-background-image .story-content .story-data-box .story-data {
  display: grid;
  font-size: 35px;
  padding: 20px 30px 0 30px;
}
@media (max-width: 1280px) {
  .story-background-image .story-content .story-data-box .story-data {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .story-background-image .story-content .story-data-box .story-data {
    padding: 0;
  }
}
@media (max-width: 1080px) {
  .story-background-image .story-content .story-data-box {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .story-background-image .story-content .story-data-box {
    width: 88%;
  }
}
@media (max-width: 480px) {
  .story-background-image .story-content .story-data-box {
    width: 85%;
    padding: 20px;
  }
}
@media (max-width: 1080px) {
  .story-background-image .story-content {
    display: flex;
    justify-content: center;
    padding: 30px 0;
  }
}
.story-background-image .something-origin-box {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 20px;
  opacity: 90%;
}
.story-background-image .something-origin-box .something-origin {
  width: 200px;
  height: auto;
}

/* Apartado Story */

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