@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-image: linear-gradient(to right bottom, #fffdfe, #fff4f6, #ffebe7, #ffe4d3, #fae1bf, #f8d7ab, #f7ce98, #f5c485, #ffa87e, #ff8991, #ff6fb9, #ec6cec);*/
}
main .pinata {
  display: grid;
  grid-template-rows: auto;
}
@media (width < 960px) {
  main .pinata {
    margin-top: 100px;
    place-content: center;
    grid-template-columns: minmax(0, 1fr);
  }
}
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 aside {
  padding: 0 2rem;
}
@media (width < 960px) {
  main aside {
    grid-row: 3;
    padding: 0;
  }
}
main aside h3 {
  margin-bottom: 1rem;
  padding: 0.5em 1em;
  background-color: #fff;
  margin-bottom: 0;
}
@media (width < 780px) {
  main aside h3 {
    padding: 0.5em 1em;
  }
}
main aside .categories {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  background-color: #fff;
}
@media (width < 780px) {
  main aside .categories {
    min-height: 260px;
    margin-inline: 0rem;
    padding: 1em 0;
  }
}
main aside .categories li {
  flex: 0 1 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  margin-block: 0.5em;
  justify-content: space-around;
}
@media (width < 780px) {
  main aside .categories li {
    flex: 0 1 45%;
  }
}
main aside .categories a {
  padding: 0.5rem 1rem;
  color: #000;
  margin-block: 0.5rem;
  font-size: 0.9rem;
  width: 100%;
}
main aside .categories a:hover {
  background-color: #fff;
}

.pinatas {
  display: grid;
  grid-template-columns: minmax(820px, 1480px) minmax(360px, 100%);
  grid-template-rows: auto;
}
@media (width < 960px) {
  .pinatas {
    grid-template-columns: 1fr;
    place-content: center;
  }
}
.pinatas table {
  grid-row: 1;
}
.pinatas .paginate {
  grid-row: 2;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-block: 1rem;
}
.pinatas .paginate .pagination {
  display: block;
}
.pinatas .paginate .pagination li {
  float: left;
  margin-inline: 0.5rem;
  border-radius: 3px;
  border: solid thin #631566;
}
.pinatas .paginate .pagination li a {
  color: #631566;
  padding: 0.5rem 1rem;
}
.pinatas .paginate .pagination li a:hover {
  background-color: #631566;
  color: #fff;
}

section {
  margin-block: 100px;
  padding-block: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5vw;
  background-color: hsl(0, 0%, 100%);
}
section p {
  padding: 45px 25px;
  max-width: 45%;
}
section .group-img {
  max-width: 45%;
  border: solid 10px hsl(320, 76%, 72%);
  border-radius: 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 0.5em;
  color: #666;
}
table th, table td {
  padding: 1rem;
}
table :is(th:first-child, td:first-child) {
  display: none;
}
table th {
  text-align: left;
  background: hsla(0, 0%, 0%, 0.75);
  color: #ddd;
}
table tr:nth-of-type(2n) {
  background: hsla(0, 0%, 0%, 0.1);
}

@media (max-width: 820px) {
  th {
    display: none;
  }
  td {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: column;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
  }
  td img {
    display: inline-block;
    vertical-align: top;
  }
  td::before {
    content: attr(data-cell) ": ";
    font-weight: 700;
    text-transform: capitalize;
  }
  td:first-child {
    padding-top: 1rem;
  }
  td:last-child {
    padding-bottom: 1rem;
  }
}
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=catalog.css.map */