@font-face {
  font-family: "Aribau";
  src: url(../fonts/AribauGroteskTRIAL-Rg.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anko";
  src: url(../fonts/AnkoPersonalUse.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: calc(13px + 0.390625vw);
  line-height: 1.6;
  font-family: "Aribau";
}

h1, h2, h3, h4, h5 {
  font-family: "Anko";
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
}

h2 {
  font-size: clamp(2vw, 48px, 3vw);
  line-height: 1.2;
}

h3 {
  font-size: 36px;
  line-height: 1.2;
}

h4 {
  font-size: 27px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

@media (width < 1240px) {
  h1 {
    font-size: 58px;
    line-height: 1.2;
  }
  h2 {
    font-size: 43px;
    line-height: 1.2;
  }
  h3 {
    font-size: 32px;
    line-height: 1.2;
  }
  h4 {
    font-size: 24px;
    line-height: 1.2;
  }
  h5 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (width < 820px) {
  h1 {
    font-size: 51px;
    line-height: 1.2;
  }
  h2 {
    font-size: 38px;
    line-height: 1.2;
  }
  h3 {
    font-size: 29px;
    line-height: 1.2;
  }
  h4 {
    font-size: 22px;
    line-height: 1.2;
  }
  h5 {
    font-size: 16px;
    line-height: 1.2;
  }
}
a {
  font-weight: 400;
}

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

html {
  height: 100%;
}

body {
  min-height: 100%;
  overflow-x: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

ul {
  list-style-type: "";
}

li {
  display: block;
}

.head {
  display: grid;
  grid-template-columns: 450px auto;
}
@media (width < 820px) {
  .head {
    grid-template-columns: auto;
    grid-template-rows: auto repeat(2, 200px);
    grid-auto-flow: column;
  }
}
.head > a {
  margin-inline: 50px;
  place-self: center;
}
.head .header-back {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: 5vw;
  place-items: center right;
}
@media (width < 820px) {
  .head .header-back {
    grid-template-columns: minmax(0, 1fr);
    margin-inline: 0;
  }
}
.head .header-back .logo {
  height: 38vw;
  width: 100%;
  background-image: url(../../images/logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (width < 820px) {
  .head .header-back .logo {
    height: 70vw;
  }
}
.head .header-back h1 {
  color: hsl(320, 94%, 31%);
  width: 15ch;
  font-variation-settings: "wght" 800;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0.5em;
  margin-right: 0em;
  border-radius: 15px;
  box-shadow: 0 0 1em hsl(320, 94%, 31%);
  margin-top: 200px;
}
@media (width < 820px) {
  .head .header-back h1 {
    width: calc(100vw - 70px);
    margin-inline: auto;
    margin-top: 100px;
  }
}
.head .header-back .balloons {
  width: 100%;
  height: 500px;
  margin-bottom: -200px;
  background-image: url(../../images/ballons.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (width < 820px) {
  .head .header-back .balloons {
    width: auto;
    height: 200px;
    margin-inline: auto;
    background-position: center center;
  }
}

footer {
  min-height: 400px;
  padding: 50px;
  display: grid;
  place-items: start center;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 3rem 0;
}
@media (width < 820px) {
  footer {
    padding: 50px 0;
    grid-template-columns: minmax(320px, 1fr);
  }
}
footer .address {
  font-family: "Finger";
  padding-inline: 1rem;
}
footer .address span {
  font-size: 3rem;
  text-decoration: underline;
  display: block;
  white-space: nowrap;
}
@media (width < 820px) {
  footer .address span {
    white-space: wrap;
  }
}
footer .social {
  display: grid;
  grid-template-columns: repeat(5, minmax(50px, 1fr));
  gap: 1vw;
}
footer .social h4 {
  grid-column: 1/-1;
}
footer .social img:hover {
  scale: 0.95;
  transform: all 1000ms ease;
}
footer .whats {
  border-radius: 50%;
}
footer .whats img {
  filter: drop-shadow(10px 4px 4px #0d7541);
  transform: all 1000ms ease;
}
footer .whats:hover {
  scale: 0.95;
  transform: all 1000ms ease;
}

main {
  display: block;
  margin-block: 3rem 0;
  margin-inline: 3rem;
  padding: 3vw;
  background: hsl(320, 94%, 31%);
}
@media (width < 960px) {
  main {
    margin-inline: auto;
  }
}
main .pinata {
  display: grid;
  grid-template-columns: 5fr minmax(min(360px, 100%), 1fr);
}
@media (width < 960px) {
  main .pinata {
    grid-template-columns: minmax(360px, 100%);
  }
}
main .pinata .h2-container {
  grid-column: 1/-1;
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
  place-self: center;
  border-radius: 999px;
  margin-bottom: 3vw;
}
main .pinata .h2-container h2 {
  margin-block: 0.5em;
  color: transparent;
  margin-inline: auto;
  display: block;
  padding: 0.5em 1em;
  background-image: linear-gradient(to right, #9cb8ec, #a5aceb, #b39ee5, #c58ed9, #d67dc6, #dd75c1, #e56dba, #ec64b3, #ee65c0, #ef66ce, #ef68dd, #ec6cec);
  -webkit-background-clip: text;
          background-clip: text;
}
@media (width < 780px) {
  main .pinata .h2-container h2 {
    width: auto;
    padding: 0.5em 0.5em;
    font-size: 1.5rem;
  }
}
main .pinata aside {
  padding: 0 1rem;
}
@media (width < 920px) {
  main .pinata aside {
    grid-row: 3;
    padding: 0;
  }
}
main .pinata aside h3 {
  margin-bottom: 1rem;
  padding: 0.5em 1em;
  background-color: #fff;
  margin-bottom: 0;
}
@media (width < 780px) {
  main .pinata aside h3 {
    padding: 0.5em 1em;
  }
}
main .pinata aside .categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 1em;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
@media (width < 780px) {
  main .pinata aside .categories {
    min-height: 260px;
    margin-inline: 0rem;
    padding: 1em 0;
  }
}
main .pinata aside .categories li {
  flex: 0 1 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  margin-block: 0.5em;
}
@media (width < 780px) {
  main .pinata aside .categories li {
    flex: 0 1 45%;
  }
}
main .pinata aside .categories a {
  padding: 0.5rem 1rem;
  color: #000;
  margin-block: 0.5rem;
  font-size: 0.9rem;
  width: 100%;
}
main .pinata aside .categories a:hover {
  background-color: #fff;
}
main .pinatas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 2rem;
  border: solid thin #ccc;
  border-radius: 5px;
  padding: 1rem;
  place-content: start center;
}
main .pinatas .card {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  padding: 32px;
  border-radius: 4px;
  background-color: #333;
  --ease-out-quad: cubic-bezier(0.215, 0.61, 0.355, 1);
}
main .pinatas .card_eyebrow {
  position: relative;
  text-transform: uppercase;
  opacity: 0.8;
}
main .pinatas .card_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.18);
  padding: 4px 8px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 4px;
  position: relative;
}
main .pinatas .card_text {
  overflow: hidden;
}
main .pinatas .card_img {
  position: absolute;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  inset: 10%;
  scale: 1.05;
  transition: all 0.7s var(--ease-out-quad);
  opacity: 0.85;
}
main .pinatas .svg {
  transition: all 0.7s var(--ease-out-quad);
}
main .pinatas .card:hover .card_img, main .pinatas .card:focus-visible .card_img {
  scale: 1;
  opacity: 0.7;
}
main .pinatas .card:hover .svg, main .pinatas .card:focus-visible .svg {
  rotate: 90deg;
}
main .pinatas .card:hover .svg.is--second, main .pinatas .card:focus-visible .svg.is--second {
  rotate: -90deg;
}
main section {
  margin-block: 100px;
}
main section .flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
main section .flex > * {
  flex: 1;
}
@media (width < 1620px) {
  main section .flex {
    flex-wrap: wrap;
  }
}
main section .group-img {
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.35);
}
main section p {
  padding: 45px 100px;
  background-color: hsl(0, 0%, 100%);
  overflow: hidden;
  border-radius: 25px;
}
main section p span {
  font-size: 1.5rem;
  font-family: "Aribau";
  color: hsl(320, 94%, 31%);
}

nav {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: -10px;
  padding-inline: 30px;
  width: 100%;
  margin-inline: auto;
  z-index: 3;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

nav li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #360c79;
}

nav li a:hover,
nav .menu-btn:hover, nav li:hover {
  filter: brightness(1.1);
}

nav .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */
nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */
nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 28px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

nav .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

nav .menu-icon .navicon:before,
nav .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

nav .menu-icon .navicon:before {
  top: 5px;
}

nav .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */
nav .menu-btn {
  display: none;
}

nav .menu-btn:checked ~ .menu {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

nav .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

nav .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */
@media (min-width: 920px) {
  nav {
    margin-top: 10px;
  }
  nav li {
    float: left;
  }
  nav li a {
    padding: 5px 30px;
    margin-right: 1rem;
    background-color: hsl(320, 94%, 31%);
    filter: brightness(1.3);
    color: #f7f7f7;
    margin-block: 5px;
    border-radius: 3px;
    position: relative;
  }
  .active::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #fff;
  }
  nav .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  nav .menu-icon {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */