@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-columns: 5fr minmax(min(360px, 100%), 1fr);
  gap: 3rem;
}
@media (width < 960px) {
  main .pinata {
    grid-template-columns: 1fr;
    place-content: center;
  }
}
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 {
  font-family: "Arial";
  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: 1.5rem 1rem;
  color: #666;
}
@media (width < 780px) {
  main .pinata aside {
    grid-row: 2;
    padding: 0;
  }
}
main .pinata aside h3 {
  margin-bottom: 1rem;
  font-size: clamp(2vw, 1.7rem, 36px);
}
@media (width < 780px) {
  main .pinata aside h3 {
    padding: 0.5em 1em;
  }
}
main .pinata aside .categories {
  display: block;
  padding: 1em;
  background-color: #ebe1e1;
}
@media (width < 780px) {
  main .pinata aside .categories {
    min-height: 200px;
    margin-inline: 1rem;
  }
}
main .pinata aside .categories li {
  width: 100%;
  box-shadow: 0 2px 2px -2px #999;
}
@media (width < 780px) {
  main .pinata aside .categories li {
    width: 30%;
    float: left;
  }
}
main .pinata aside .categories a {
  padding: 0.5rem 1rem;
  font-family: "edu";
  color: #000;
  margin-block: 0.5rem;
  font-size: 0.9rem;
  width: 100%;
  background-color: #ebe1e1;
}
main .pinata aside .categories a:hover {
  background-color: #fff;
}
main .pinatas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(239px, 1fr));
  gap: 3vw;
}
main .flex {
  display: flex;
  justify-content: space-between;
}
@media (width < 720px) {
  main .flex {
    flex-wrap: wrap;
  }
}
main .contact {
  margin-bottom: 3rem;
}
main .contact li {
  margin-bottom: 0.2em;
}
main .contact span {
  display: block;
}
main .social {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem 1rem;
  margin-bottom: 3rem;
  padding-inline: 1rem;
}
@keyframes myAnim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
main .face {
  animation: myAnim 3s ease 0s infinite normal backwards;
}
main .insta {
  animation: myAnim 3s ease 0.5s infinite normal backwards;
}
main .tik {
  animation: myAnim 3s ease 1s infinite normal backwards;
}
main .tube {
  animation: myAnim 3s ease 2s infinite normal backwards;
}
main form {
  min-width: 50%;
  margin-inline: auto;
  display: grid;
  max-width: 820px;
  border: solid thin rgba(153.357, 4.743, 103.819, 0.18);
  border-radius: 25px;
  box-shadow: 3px 3px 5px rgba(153.357, 4.743, 103.819, 0.18);
  padding: 3rem;
}
@media (width < 820px) {
  main form {
    min-width: 100%;
    padding-inline: 1rem;
  }
}
main form .data {
  display: grid;
  width: 40vw;
  grid-template-columns: repeat(2, minmax(180, 1fr));
  margin-top: 1rem;
  --ease:cubic-bezier(.20, 1, .35, 1);
}
@media (width < 820px) {
  main form .data {
    width: 100%;
  }
}
main form .data label {
  width: 100%;
  width: 100%;
  padding-block: 0.5rem 0;
  margin-bottom: -8px;
  color: #333;
}
main form .data input, main form .data textarea {
  display: block;
  width: 100%;
  overflow-x: hidden;
  outline: none;
  border: none;
  background-color: hsl(320, 94%, 31%);
  color: #fff;
  padding: 0.4em 1rem;
  border-radius: 3px;
  font-size: 1.25rem;
}
main form .data text-area {
  height: 200px;
}
main form .data button {
  padding-inline: 3.8em;
  margin-left: auto;
  color: #fff;
  background-color: hsl(320, 94%, 31%);
  border: none;
  border-radius: 5px;
  position: relative;
}
main form .data button::before {
  content: "";
  position: absolute;
  background: #fff;
  color: hsl(320, 94%, 31%) !important;
  inset: -1px;
  clip-path: inset(calc(100% - 8px) 50% 8px 50% round 5px);
  transition: clip-path 500ms var(--ease);
}
main form .data button:hover::before {
  clip-path: inset(0 round 5px);
}
main form .data button .container {
  overflow: hidden;
  padding-block: 1em 6px;
  margin-bottom: 8px;
}
main form .data button span {
  text-shadow: 0 2em 0 hsl(320, 94%, 31%);
  display: block;
  transition: all 500ms var(--ease);
  position: relative;
}
main form .data button:hover span {
  transform: translateY(-2em);
  color: transparent;
}

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=contact.css.map */