/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
/*
Theme Name: Innicio
Author: Innicio, Inna Gutnik & Mauricio Zambrano
Description: Innicio is a site for a design portfolio.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0.0
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: innicio
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, style-variations, translation-ready, wide-blocks
*/
/* Legacy Styles (Do not remove)
---------------------------------------- */
/* -- Spacing -- */
:root {
  color-scheme: var(--color-scheme);
  --wp--preset--spacing--x-small: clamp(10px, 2vw, 20px);
  --wp--preset--spacing--small: clamp(30px, 4vw, 40px);
  --wp--preset--spacing--medium: clamp(40px, 6vw, 60px);
  --wp--preset--spacing--large: clamp(50px, 8vw, 80px);
  --wp--preset--spacing--x-large: clamp(60px, 10vw, 100px);
}

/* Defaults
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

a,
button,
input,
textarea,
.wp-element-button {
  transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
  text-decoration-thickness: 1px;
}

b,
strong,
th {
  font-weight: var(--wp--custom--font-weight--medium);
}

mark {
  font-size: var(--wp--preset--font-size--small);
  font-weight: var(--wp--custom--font-weight--regular);
  padding: 5px 8px;
}

/* -- Forms -- */
input,
select,
textarea {
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 0;
  color: var(--wp--preset--color--contrast);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--light);
  line-height: var(--wp--custom--line-height--medium);
  padding: 10px 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  filter: brightness(95%);
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
}

::placeholder {
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.5;
}

/* Blocks
---------------------------------------- */
/* core/media-text block */
.wp-block-media-text.is-style-rounded img,
.wp-block-media-text.is-style-rounded .wp-block-media-text__media img {
  border-radius: 9999px;
  object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
}

.wp-block-media-text.is-style-rounded.is-image-fill-element > .wp-block-media-text__media img {
  height: auto;
  object-fit: cover;
  position: relative;
  /* position:absolute; */
  /* width:100%; */
}

/* Utility
---------------------------------------- */
/* -- Position -- */
.is-style-position-fixed {
  position: fixed;
}

.is-style-position-relative {
  position: relative;
}

/* -- Z-Index -- */
.is-style-negative-zindex {
  z-index: -99;
}

.is-style-positive-zindex {
  z-index: 99;
}

/* Media Queries
---------------------------------------- */
@media only screen and (max-width: 600px) {
  /* -- Utility -- */
  .is-style-hidden-mobile {
    display: none !important;
  }
  /* core/media-text block */
  .wp-block-media-text.is-style-rounded img,
  .wp-block-media-text.is-style-rounded .wp-block-media-text__media img {
    border-radius: 0;
    height: 100%;
  }
  .wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
  }
}
@media only screen and (max-width: 782px) {
  /* -- Columns -- */
  .wp-block-columns.is-style-column-reverse {
    flex-direction: column-reverse;
  }
}
/* Constom classes for patterns */
.split-50 {
  align-items: stretch;
}

.split-50 > .split-child {
  width: 50%;
}

.dashicon.dashicons.dashicons-innicio-bolt {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/75c0c9bd8a5606f3ad40.svg);
  mask-image: url(build/75c0c9bd8a5606f3ad40.svg);
}
.dashicon.dashicons.dashicons-innicio-check {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/5801221e85440f20e089.svg);
  mask-image: url(build/5801221e85440f20e089.svg);
}
.dashicon.dashicons.dashicons-innicio-star {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/5c59bbb2f5f43f3dff7e.svg);
  mask-image: url(build/5c59bbb2f5f43f3dff7e.svg);
}
.dashicon.dashicons.dashicons-innicio-x {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/846adea31f65c28238f2.svg);
  mask-image: url(build/846adea31f65c28238f2.svg);
}
.dashicon.dashicons.dashicons-innicio-quote-left {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/41426f89b22299295384.svg);
  mask-image: url(build/41426f89b22299295384.svg);
}
.dashicon.dashicons.dashicons-innicio-quote-right {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/9d8db7328cbcde6bb8ff.svg);
  mask-image: url(build/9d8db7328cbcde6bb8ff.svg);
}
.dashicon.dashicons.dashicons-innicio-home-heart {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/c9d2dec7aabf7574bad5.svg);
  mask-image: url(build/c9d2dec7aabf7574bad5.svg);
}
.dashicon.dashicons.dashicons-innicio-translate {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/0063a25d4db36a00f63a.svg);
  mask-image: url(build/0063a25d4db36a00f63a.svg);
}
.dashicon.dashicons.dashicons-innicio-n {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/c3693569a36288839aa2.svg);
  mask-image: url(build/c3693569a36288839aa2.svg);
}

.icon-button,
.wp-block-button.icon-button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.icon-button.icon-innicio-bolt::before,
.wp-block-button.icon-button.icon-innicio-bolt::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/75c0c9bd8a5606f3ad40.svg);
  mask-image: url(build/75c0c9bd8a5606f3ad40.svg);
}
.icon-button.icon-innicio-check::before,
.wp-block-button.icon-button.icon-innicio-check::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/5801221e85440f20e089.svg);
  mask-image: url(build/5801221e85440f20e089.svg);
}
.icon-button.icon-innicio-star::before,
.wp-block-button.icon-button.icon-innicio-star::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/5c59bbb2f5f43f3dff7e.svg);
  mask-image: url(build/5c59bbb2f5f43f3dff7e.svg);
}
.icon-button.icon-innicio-x::before,
.wp-block-button.icon-button.icon-innicio-x::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/846adea31f65c28238f2.svg);
  mask-image: url(build/846adea31f65c28238f2.svg);
}
.icon-button.icon-innicio-quote-left::before,
.wp-block-button.icon-button.icon-innicio-quote-left::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/41426f89b22299295384.svg);
  mask-image: url(build/41426f89b22299295384.svg);
}
.icon-button.icon-innicio-quote-right::before,
.wp-block-button.icon-button.icon-innicio-quote-right::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/9d8db7328cbcde6bb8ff.svg);
  mask-image: url(build/9d8db7328cbcde6bb8ff.svg);
}
.icon-button.icon-innicio-home-heart::before,
.wp-block-button.icon-button.icon-innicio-home-heart::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/c9d2dec7aabf7574bad5.svg);
  mask-image: url(build/c9d2dec7aabf7574bad5.svg);
}
.icon-button.icon-innicio-translate::before,
.wp-block-button.icon-button.icon-innicio-translate::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/0063a25d4db36a00f63a.svg);
  mask-image: url(build/0063a25d4db36a00f63a.svg);
}
.icon-button.icon-innicio-n::before,
.wp-block-button.icon-button.icon-innicio-n::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/c3693569a36288839aa2.svg);
  mask-image: url(build/c3693569a36288839aa2.svg);
}
.icon-button .wp-block-button__link.wp-element-button,
.icon-button .wp-element-button,
.wp-block-button.icon-button .wp-block-button__link.wp-element-button,
.wp-block-button.icon-button .wp-element-button {
  display: inline-block;
  background-color: transparent;
  color: var(--wp--preset--color--primary);
}

.link-style-icon.dashicons-innicio-bolt {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/75c0c9bd8a5606f3ad40.svg);
  mask-image: url(build/75c0c9bd8a5606f3ad40.svg);
}
.link-style-icon.dashicons-innicio-check {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/5801221e85440f20e089.svg);
  mask-image: url(build/5801221e85440f20e089.svg);
}
.link-style-icon.dashicons-innicio-star {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/5c59bbb2f5f43f3dff7e.svg);
  mask-image: url(build/5c59bbb2f5f43f3dff7e.svg);
}
.link-style-icon.dashicons-innicio-x {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/846adea31f65c28238f2.svg);
  mask-image: url(build/846adea31f65c28238f2.svg);
}
.link-style-icon.dashicons-innicio-quote-left {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/41426f89b22299295384.svg);
  mask-image: url(build/41426f89b22299295384.svg);
}
.link-style-icon.dashicons-innicio-quote-right {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/9d8db7328cbcde6bb8ff.svg);
  mask-image: url(build/9d8db7328cbcde6bb8ff.svg);
}
.link-style-icon.dashicons-innicio-home-heart {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/c9d2dec7aabf7574bad5.svg);
  mask-image: url(build/c9d2dec7aabf7574bad5.svg);
}
.link-style-icon.dashicons-innicio-translate {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/0063a25d4db36a00f63a.svg);
  mask-image: url(build/0063a25d4db36a00f63a.svg);
}
.link-style-icon.dashicons-innicio-n {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url(build/c3693569a36288839aa2.svg);
  mask-image: url(build/c3693569a36288839aa2.svg);
}
.link-style-icon .wp-block-navigation-item__label {
  display: none;
}

/* -- Navigation -- */
.wp-block-navigation__responsive-container.is-menu-open {
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  border: 1px solid currentColor;
  padding: 2px;
}

/* -- Navigation Submenu -- */
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
}

.has-contrast-background-color .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open,
.has-contrast-background-color .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border-color: var(--wp--preset--color--contrast);
  min-width: 180px !important;
  padding: 10px;
}

.has-contrast-background-color .wp-block-navigation__submenu-container {
  border-color: var(--wp--preset--color--base);
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
  padding: 2px 10px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 5px !important;
}

@keyframes tilt-0-rotation {
  0%, 100% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(-25deg);
  }
  4% {
    transform: rotate(25deg);
  }
  6% {
    transform: rotate(-25deg);
  }
  8% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-25deg);
  }
  34% {
    transform: rotate(25deg);
  }
  36% {
    transform: rotate(-25deg);
  }
  38% {
    transform: rotate(0deg);
  }
}
@keyframes tilt-1-rotation {
  0%, 100% {
    transform: rotate(15deg);
  }
  2% {
    transform: rotate(-10deg);
  }
  4% {
    transform: rotate(40deg);
  }
  6% {
    transform: rotate(-10deg);
  }
  8% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  34% {
    transform: rotate(40deg);
  }
  36% {
    transform: rotate(-10deg);
  }
  38% {
    transform: rotate(15deg);
  }
}
@keyframes tilt-2-rotation {
  0%, 100% {
    transform: rotate(-45deg);
  }
  2% {
    transform: rotate(-70deg);
  }
  4% {
    transform: rotate(-20deg);
  }
  6% {
    transform: rotate(-70deg);
  }
  8% {
    transform: rotate(-45deg);
  }
  30% {
    transform: rotate(-70deg);
  }
  34% {
    transform: rotate(-20deg);
  }
  36% {
    transform: rotate(-70deg);
  }
  38% {
    transform: rotate(-45deg);
  }
}
@keyframes tilt-3-rotation {
  0%, 100% {
    transform: rotate(45deg);
  }
  2% {
    transform: rotate(20deg);
  }
  4% {
    transform: rotate(70deg);
  }
  6% {
    transform: rotate(20deg);
  }
  8% {
    transform: rotate(45deg);
  }
  30% {
    transform: rotate(20deg);
  }
  34% {
    transform: rotate(70deg);
  }
  36% {
    transform: rotate(20deg);
  }
  38% {
    transform: rotate(45deg);
  }
}
.sparkle {
  position: fixed;
  z-index: 6;
  opacity: 0.5;
  pointer-events: none;
}

.popup-box {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 0px;
  transition: all 2s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url(build/c3693569a36288839aa2.svg);
  mask-image: url(build/c3693569a36288839aa2.svg);
  background-color: var(--wp--preset--color--contrast);
  transform-origin: center;
}
.popup-box.inna {
  background-color: var(--wp--preset--color--bean-1);
}
.popup-box.mauri {
  background-color: var(--wp--preset--color--bean-3);
}
.popup-box.mango {
  background-color: var(--wp--preset--color--bean-2);
}
.popup-box.tilt-1 {
  transform: rotate(15deg);
}
.popup-box.tilt-2 {
  transform: rotate(-45deg);
}
.popup-box.tilt-3 {
  transform: rotate(45deg);
}

.art-cell {
  display: block;
  width: 15px;
  height: 15px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url(build/c3693569a36288839aa2.svg);
  mask-image: url(build/c3693569a36288839aa2.svg);
  background-color: var(--wp--preset--color--contrast);
  transform-origin: center;
  cursor: pointer;
}
.art-cell.inna {
  background-color: var(--wp--preset--color--bean-1);
}
.art-cell.mauri {
  background-color: var(--wp--preset--color--bean-3);
}
.art-cell.mango {
  background-color: var(--wp--preset--color--bean-2);
}
.art-cell.tilt-1 {
  transform: rotate(15deg);
}
.art-cell.tilt-2 {
  transform: rotate(-45deg);
}
.art-cell.tilt-3 {
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .page-template-stretch .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
.page-template-stretch main {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-template-stretch main {
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: clamp(60px, 10vw, 128px);
  }
}
.page-template-stretch article {
  margin-left: var(--wp--preset--spacing--medium);
  margin-right: 220px;
}
.page-template-stretch article:where(.is-layout-flow) > :first-child {
  margin-block-start: 50px;
  margin-block-end: 50px;
}
@media (max-width: 1024px) {
  .page-template-stretch article {
    margin: auto var(--wp--preset--spacing--medium) !important;
  }
  .page-template-stretch article .wp-block-spacer {
    height: 60px !important;
  }
}
@media (max-width: 800px) {
  .page-template-stretch article {
    margin: auto !important;
  }
}
@media (max-width: 1024px) {
  .page-template-stretch article .wp-block-columns.is-layout-flex {
    flex-direction: column;
  }
  .page-template-stretch article .wp-block-columns.is-layout-flex :first-child {
    margin-block-start: 0px;
    margin-block-end: 0px;
  }
}
@media (max-width: 800px) {
  .page-template-stretch article .wp-block-columns.is-layout-flex {
    flex-direction: column;
  }
  .page-template-stretch article .wp-block-columns.is-layout-flex :first-child {
    margin-block-start: 0px;
    margin-block-end: 0px;
  }
}
.page-template-stretch header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background-color: var(--wp--preset--color--light-base);
}
.page-template-stretch footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
}
.page-template-stretch .innicio-side-art {
  position: fixed;
  top: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* Creates 6 equal-width columns */
  grid-auto-rows: auto; /* Creates rows automatically with the height of their content */
  height: 100vh;
  min-height: 100vh;
  width: 150px;
  min-width: 150px;
  margin-top: 0;
  margin-right: 60px;
  overflow: hidden;
  gap: 0px;
}
@media (max-width: 1024px) {
  .page-template-stretch .innicio-side-art {
    position: relative;
    top: unset;
    right: unset;
    height: 65px;
    width: 97vw;
    min-width: 97vw;
    margin-right: 0;
    margin-bottom: 0;
    gap: 7px;
    min-height: unset;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .page-template-stretch .innicio-side-art {
    position: relative;
    top: unset;
    right: unset;
    gap: 7px;
    height: 42px;
    min-height: unset;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

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