@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@font-face {
  font-family: "Speedee";
  src: url(fonts/Speedee/Speedee_Rg.ttf) format("truetype");
}
@font-face {
  font-family: "Speedee Bold";
  src: url(fonts/Speedee/Speedee_Bd.ttf) format("truetype");
}
@font-face {
  font-family: "Speedee Light";
  src: url(fonts/Speedee/Speedee_Lt.ttf) format("truetype");
}
@font-face {
  font-family: "Speedee Italic";
  src: url(fonts/Speedee/Speedee_It.ttf) format("truetype");
}
@font-face {
  font-family: "Wanak";
  src: url(fonts/wanak.ttf);
}
:root {
  font-size: clamp(1rem, 1rem + (1vw - 0.234375rem) * 0.5178, 1.1rem);
  min-height: 0vw;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Speedee", Arial, Helvetica, sans-serif;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
}
body .svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: -1;
}
body .svg svg {
  max-width: 750px;
  min-width: 300px;
}

.navbar {
  width: 100%;
  height: 60px;
  box-shadow: 0px 3px 13px -3px rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.navbar__container {
  width: 100%;
  height: 100%;
  min-width: 300px;
  max-width: 750px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.navbar__container__button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.navbar__logo img {
  height: 40px;
  padding-left: 10px;
}
.navbar__menu--desktop {
  display: none;
}
.navbar__menu--desktop .yellow {
  color: #ffb81c;
}
.navbar__menu--desktop a {
  margin-inline: 10px;
}
.navbar__menu--desktop a svg {
  color: #1d5030;
}
.navbar__menu--mobile {
  width: 100%;
  position: absolute;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 60px;
  height: 300px;
  display: none;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  color: #1d5030;
}
.navbar__menu--mobile .yellow {
  color: #ffb81c;
}
.navbar__menu--mobile a {
  font-size: 1.6rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar .hamburger {
  margin-right: 15px;
}

.transparent {
  position: fixed;
  z-index: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgb(21, 21, 21);
  opacity: 60%;
  display: none;
}

.intro {
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-inline: auto;
}
.intro svg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 500px;
  min-width: 300px;
  max-width: 750px;
}
.intro__logo {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  line-height: 2.2rem;
}
.intro__logo img {
  height: 200px;
}
.intro__logo h2 {
  color: white;
  font-size: 25px;
  letter-spacing: 2.5px;
  font-family: "Wanak";
  font-weight: 200;
}

.quote {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  min-width: 300px;
  max-width: 750px;
  margin-inline: auto;
  margin-top: 20px;
}
.quote picture img {
  height: 140px;
  border-radius: 50%;
  margin-inline: 10px;
}
.quote blockquote {
  font-size: 1.1rem;
  letter-spacing: 1.2px;
  font-family: "Speedee Italic";
  line-height: 32px;
}
.quote blockquote span {
  font-size: 1.7rem;
}
.quote blockquote .raykrok {
  font-size: 1.4rem;
  font-family: "Speedee Bold";
  color: rgba(15, 15, 15, 0.905);
  color: #1d5030;
}

hr {
  margin-top: 30px;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  min-width: 300px;
  max-width: 750px;
  margin-inline: auto;
}

.text {
  min-width: 300px;
  max-width: 750px;
  margin-inline: auto;
  margin-bottom: 180px;
}
.text p {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-inline: 20px;
}
.text p strong {
  color: #1d5030;
}
.text .flexbox {
  display: flex;
  justify-content: space-around;
  min-width: 300px;
  max-width: 750px;
}
.text .flexbox .hamburger {
  height: 150px;
  width: 150px;
  opacity: 95%;
  position: relative;
  z-index: -1;
}
.text .flexbox .cuarto {
  background-image: url(./images/pictocuartolibradequeso.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-10deg);
  background-position: center;
}
.text .flexbox .patatas {
  background-image: url(./images/pictopatatasfritas.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(10deg);
  background-position: center;
}

footer {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
footer .copyright {
  color: #1d5030;
  text-align: center;
}

@media screen and (min-width: 528px) {
  .text .flexbox .hamburger {
    height: 190px;
    width: 190px;
  }
}/*# sourceMappingURL=styles.css.map */