/* COLORES EN USO */
.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 8rem !important;
}

.mt-8 {
  margin-top: 12rem !important;
}

@media (min-width: 576px) {
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-7 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-8 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-7 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-8 {
    margin-top: 12rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-7 {
    margin-top: 8rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-8 {
    margin-top: 12rem !important;
  }
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 8rem !important;
}

.mb-8 {
  margin-bottom: 12rem !important;
}

@media (min-width: 576px) {
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-7 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-8 {
    margin-bottom: 12rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-7 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-8 {
    margin-bottom: 12rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-7 {
    margin-bottom: 8rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-8 {
    margin-bottom: 12rem !important;
  }
}

.elevation5 {
  box-shadow: 0px 14px 46px 0px rgba(132, 120, 78, 0.18), 0px 17px 12px -7px rgba(0, 0, 0, 0.12);
}

html {
  scroll-behavior: smooth;
  padding: env(safe-area-inset);
}

::-moz-selection {
  background-color: #fdcaba;
  color: #302a3a;
}

::selection {
  background-color: #fdcaba;
  color: #302a3a;
}

.btn {
  font-weight: 700;
  letter-spacing: 0.12945em;
  text-transform: uppercase;
  border-radius: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 8px;
  padding-bottom: 6px;
  cursor: pointer !important;
  text-align: left;
}

.btn-lg {
  padding-top: 10px;
  padding-bottom: 6px;
}

.btn-sm {
  padding-top: 6px;
  padding-bottom: 3px;
}

.btn-primary {
  color: #fff;
}

.btn-secondary {
  background-color: #a273fa;
  border-color: #a273fa;
}
.btn-secondary:hover {
  background-color: #634699;
}

.btn-link {
  background-color: transparent;
  padding-left: 0rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 6px;
  text-decoration: none !important;
  transition: color 0.3s !important;
}
.btn-link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  background-image: url("../img/icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-left: 0.5rem;
  top: 2px;
}
.btn-link.btn-lg::after {
  width: 1.25rem;
  height: 1.25rem;
}
.btn-link.btn-sm::after {
  width: 0.75rem;
  height: 0.75rem;
  top: 1px;
}
.btn-link:hover::after {
  filter: brightness(0.7);
  animation: btnArrow 1s ease-in-out infinite;
}

.btn-ghost:active {
  border-color: transparent !important;
  background-color: transparent;
}

.btn img {
  width: x6px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: -2px;
}

h1, h2, h3, h4, h5 {
  font-family: "Obviously";
  font-variation-settings: "wght" 475, "wdth" 320, "slnt" 0;
  letter-spacing: -0.04rem;
}

h1 {
  font-size: 6.75rem;
  line-height: 6.25rem;
}

.hero_h1 {
  font-size: 6.75rem;
  line-height: 6.25rem;
  text-wrap: balance;
}

.hero_h2 {
  letter-spacing: -0.04rem;
  text-wrap: balance;
}

h2 {
  font-size: 4, 5rem;
}

h3 {
  font-size: 3rem;
  line-height: 3.25rem;
}
@media (width > 768px) {
  h3 {
    font-size: 3.75rem;
  }
}

h4 {
  font-size: 2rem;
}

.text_display_xl {
  font-size: 4.5rem;
  line-height: 4.25rem;
}
@media (width > 768px) {
  .text_display_xl {
    font-size: 5.5rem;
    line-height: 5.25rem;
  }
}
@media (width > 992px) {
  .text_display_xl {
    font-size: 6.5rem;
    line-height: 6.25rem;
  }
}
@media (width > 1200px) {
  .text_display_xl {
    font-size: 7.5rem;
    line-height: 7.25rem;
  }
}

.display-1 {
  letter-spacing: -0.09rem;
}

.display-4 {
  letter-spacing: -0.04rem;
}

.display-5 {
  letter-spacing: -0.06rem;
}

.display-6 {
  letter-spacing: -0.04rem;
}

.h5_pipe {
  border-left: 4px solid #fa7d57;
  padding-left: 0.5rem;
}

h6 {
  font-size: 1rem;
  letter-spacing: 0.12945em;
  text-transform: uppercase;
}

.quote {
  padding-left: 1rem;
  border-left: solid 2px #fa7d57;
}

.text-big {
  font-size: 1.25rem;
  line-height: 2rem;
}

.dropdn-big {
  position: relative;
}

.dropdn-btn {
  z-index: 1;
}

.dropdn-menu {
  display: flex;
  gap: 24px;
  max-width: 400px;
  margin-top: 4px;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #eeedf0;
  box-shadow: 0px 9px 12px -5px rgba(0, 0, 0, 0.12), 0px 10px 32px rgba(98, 78, 132, 0.12);
  border-radius: 16px;
  padding: 20px 16px;
  list-style: none;
  position: absolute;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.dropdn-menu li a {
  width: 6.25rem;
  text-align: center;
  color: #574d69;
  display: block;
  padding: 24px 16px 16px 16px;
  background-color: #eeedf0;
  border-radius: 8px;
}
.dropdn-menu li a:hover {
  background-color: #e3d5fe;
}
.dropdn-menu.show {
  top: 56px;
  opacity: 1;
  visibility: visible;
}

.responsive-list {
  list-style: none;
  padding-left: 0;
}
.responsive-list li {
  display: block;
  margin-bottom: 1rem;
}
.responsive-list li.icn-list-itm {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .responsive-list li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .responsive-list li.icn-list-itm {
    position: relative;
    top: -3px;
  }
}

section {
  margin-bottom: 8rem;
}
@media (max-width: 575.99px) {
  section {
    margin-bottom: 3rem;
  }
}

.accordion.accordion-flush .accordion-item {
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 24px;
  margin-bottom: 8px;
  transition: all 300ms;
  box-shadow: none;
}
.accordion.accordion-flush .accordion-item:hover {
  margin-top: -4px;
  margin-bottom: 12px;
  box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.12), 0px 6px 18px rgba(98, 78, 132, 0.12);
}
.accordion.accordion-flush .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #797187;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-variation-settings: "wght" 475, "wdth" 320, "slnt" 0;
  padding: 16px 16px;
}
@media (width > 576px) {
  .accordion.accordion-flush .accordion-item .accordion-header .accordion-button {
    font-size: 2.5rem;
    line-height: 2.25rem;
  }
}
@media (width > 768px) {
  .accordion.accordion-flush .accordion-item .accordion-header .accordion-button {
    font-size: 2rem;
    line-height: 1.75rem;
    padding: 24px 32px;
  }
}
@media (width > 992px) {
  .accordion.accordion-flush .accordion-item .accordion-header .accordion-button {
    font-size: 3rem;
    line-height: 2.75rem;
  }
}
.accordion.accordion-flush .accordion-item .accordion-header .accordion-button span {
  font-size: 1rem;
  font-variation-settings: "wght" 300, "wdth" 320, "slnt" 0;
  line-height: 2.2rem;
  color: #b2adba;
  padding-right: 1rem;
  align-self: end;
}
.accordion.accordion-flush .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion.accordion-flush .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border: transparent;
}
.accordion.accordion-flush .accordion-item .accordion-header .accordion-button:hover {
  color: #302a3a;
  cursor: pointer !important;
}

.accordion-item .accordion-collapse .accordion-body {
  display: block;
  text-align: center;
  padding: 0 1rem 1rem 1rem;
}
@media (width > 576px) {
  .accordion-item .accordion-collapse .accordion-body {
    padding: 0 2rem 2rem 2rem;
  }
}
@media (width > 768px) {
  .accordion-item .accordion-collapse .accordion-body {
    text-align: left;
  }
}
.accordion-item .accordion-collapse .icn-warper {
  display: block;
  float: none;
  width: auto;
  padding-right: 1rem;
}
@media (width > 768px) {
  .accordion-item .accordion-collapse .icn-warper {
    float: left;
  }
}
.accordion-item .accordion-collapse .accordion-body svg {
  width: 130px !important;
  height: auto;
}
.accordion-item .accordion-collapse .accordion-body svg .line {
  stroke-dashoffset: 720;
  stroke-dasharray: 720;
}
.accordion-item .accordion-collapse .accordion-body svg .color {
  opacity: 0;
}
.accordion-item .accordion-collapse.show .accordion-body svg .line {
  animation: draw-line 2s 0.3s forwards ease-out;
}
.accordion-item .accordion-collapse.show .accordion-body svg .color {
  animation: fadeInRight 0.7s forwards;
  opacity: 1;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes flipInX {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipOutZ {
  0% {
    transform: perspective(400px) scale(1) rotateX(0deg);
  }
  20% {
    opacity: 1;
    transform: perspective(500px) rotateY(-15deg);
  }
  to {
    opacity: 0;
    transform: perspective(500px) rotateY(90deg) scale(0.3) rotateX(45deg);
  }
}
@keyframes flotar1 {
  50% {
    transform: translateY(-1%);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateInRight {
  0% {
    transform: translate3d(-100%, 0, 0) rotate(360deg) scaleX(0.5);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) rotate(0) scaleX(1);
    opacity: 1;
  }
}
@keyframes rotateInLeft {
  0% {
    transform: translate3d(100%, 0, 0) rotate(360deg) scaleX(0.5);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) rotate(0) scaleX(1);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform: rotate(360deg) scaleX(0.3);
    opacity: 0;
  }
  60% {
    transform: rotate(-5deg) scaleX(1);
    opacity: 1;
  }
  75% {
    transform: rotate(2deg) scaleX(1);
    opacity: 1;
  }
  90% {
    transform: rotate(-1deg) scaleX(1);
    opacity: 1;
  }
  to {
    transform: rotate(0) scaleX(1);
    opacity: 1;
  }
}
@keyframes rotateIn-wise {
  0% {
    transform: rotate(-360deg) scaleX(0.3);
    opacity: 0;
  }
  60% {
    transform: rotate(5deg) scaleX(1);
    opacity: 1;
  }
  75% {
    transform: rotate(-2deg) scaleX(1);
    opacity: 1;
  }
  90% {
    transform: rotate(1deg) scaleX(1);
    opacity: 1;
  }
  to {
    transform: rotate(0) scaleX(1);
    opacity: 1;
  }
}
@keyframes btnArrow {
  0%, to {
    transform: translateX(0);
  }
  50% {
    transform: translateX(1rem);
  }
}
@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes pulse {
  50% {
    transform: scale(1.5);
  }
}
.animate_scroll {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.animate_scroll.visible {
  animation: fadeInUp 0.7s ease-in-out forwards;
}

.navbar {
  background-color: rgba(252, 252, 242, 0);
  transition: 0.7s;
}
.navbar .navbar-brand {
  font-weight: 300;
}
.navbar .nav-item {
  font-weight: 600;
  text-align: center;
  transition: font-weight 0.3s;
}
.navbar .nav-item:hover {
  font-weight: 900;
}

.navbar.scrolled {
  background-color: rgba(252, 252, 242, 0.95);
  box-shadow: 0 3px 10px rgba(37, 32, 44, 0.15);
}

#offcanvasNavbar .nav-item {
  opacity: 1;
}
@media (max-width: 575.99px) {
  #offcanvasNavbar .nav-item {
    opacity: 0;
  }
}

#offcanvasNavbar .btn-close {
  opacity: 1;
}
@media (max-width: 575.99px) {
  #offcanvasNavbar .nav-item {
    opacity: 0;
  }
  #offcanvasNavbar .nav-item a.nav-link {
    font-size: 1.5rem;
  }
  #offcanvasNavbar .nav-item a.btn {
    margin-top: 1rem;
  }
}

@media (max-width: 575.99px) {
  #offcanvasNavbar.show .nav-item {
    animation-name: bounceInLeft;
    opacity: 1;
    animation-delay: -0.4s;
  }
  #offcanvasNavbar.show .nav-item:nth-child(1) {
    animation-duration: 1s;
  }
  #offcanvasNavbar.show .nav-item:nth-child(2) {
    animation-duration: 1.1s;
  }
  #offcanvasNavbar.show .nav-item:nth-child(3) {
    animation-duration: 1.2s;
  }
  #offcanvasNavbar.show .nav-item:nth-child(4) {
    animation-duration: 1.3s;
  }
  #offcanvasNavbar.show .nav-item:nth-child(5) {
    animation-duration: 1.4s;
  }
  #offcanvasNavbar.show .nav-item:nth-child(6) {
    animation-duration: 1.5s;
  }
  #offcanvasNavbar.show .nav-item:nth-child(7) {
    animation-duration: 1.6s;
  }
}

#footer {
  color: #cbc8d1;
  padding-top: 80px;
}
#footer ::-moz-selection {
  background-color: #fb9070;
  color: #302a3a;
}
#footer ::selection {
  background-color: #fb9070;
  color: #302a3a;
}
#footer p.footer-copy {
  font-size: 2rem;
  line-height: 2rem;
  z-index: 1;
}
#footer h1 {
  display: inline-block;
  font-size: 3rem;
  line-height: 4rem;
  margin-top: -1rem;
  background: linear-gradient(89.96deg, #A273FA 0.03%, #FA7D57 54.82%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 576px) {
  #footer h1 {
    font-size: 5rem;
    line-height: 4rem;
    margin-top: 0rem;
  }
}
@media (min-width: 768px) {
  #footer h1 {
    font-size: 7rem;
    line-height: 7rem;
    margin-top: 0rem;
  }
}
#footer h1::after {
  content: "";
  width: 100%;
  height: 2rem;
  position: relative;
  display: block;
  margin-top: -2rem;
  background-image: url("../img/footer-copy-line.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
@media (min-width: 576px) {
  #footer h1::after {
    margin-top: -1rem;
  }
}
#footer a {
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#footer a:hover {
  text-decoration: underline;
  color: #fff;
}
#footer .link-icn {
  position: relative;
  top: -4px;
}
#footer .footer-menu a {
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
}

#hero {
  z-index: 1;
}
#hero > .row {
  margin-top: 6rem;
}
#hero .copy {
  text-align: center;
}
#hero .copy p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  opacity: 0;
  animation: fadeInDown 0.5s 0.1s forwards ease-in-out;
  text-wrap: balance;
}
#hero .copy p.subcopy {
  animation: fadeInUp 0.8s 0.4s forwards ease-in-out;
}
#hero .copy p.subcopy span {
  font-weight: 700;
  color: #fa7d57;
}
#hero .copy #hero_h2 {
  font-size: 4rem;
  line-height: 3.75rem;
  font-kerning: none;
  opacity: 0;
  transition: all 300ms;
}
@media (width > 768px) {
  #hero .copy #hero_h2 {
    text-align: left;
    font-size: 5rem;
    line-height: 4.75rem;
  }
}
@media (width > 992px) {
  #hero .copy #hero_h2 {
    font-size: 5rem;
    line-height: 4.75rem;
  }
}
@media (width > 1200px) {
  #hero .copy #hero_h2 {
    font-size: 6.75rem;
    line-height: 6.25rem;
  }
}
#hero .copy #hero_h2 .line {
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
  position: relative;
  opacity: 0;
  animation: fadeInUp 0.7s forwards ease-in-out;
  font-variation-settings: "wght" 475, "wdth" 320, "slnt" 0;
  transition: font-variation-settings 300ms;
  cursor: default;
}
#hero .copy #hero_h2 .line:nth-of-type(1) {
  animation-delay: 0.07s;
}
#hero .copy #hero_h2 .line:nth-of-type(2) {
  animation-delay: 0.12s;
}
#hero .copy #hero_h2 .line:nth-of-type(3) {
  animation-delay: 0.17s;
}
#hero .copy #hero_h2 .line:nth-of-type(4) {
  animation-delay: 0.22s;
}
#hero .copy #hero_h2 .line:nth-of-type(5) {
  animation-delay: 0.27s;
}
#hero .copy #hero_h2 .line:nth-of-type(6) {
  animation-delay: 0.32s;
}
#hero .copy #hero_h2 .line:nth-of-type(7) {
  animation-delay: 0.37s;
}
#hero .copy #hero_h2 .word {
  transition: font-variation-settings 300ms;
}
#hero .copy #hero_h2 .word:hover {
  font-variation-settings: "wght" 150, "wdth" 320, "slnt" 0;
}
#hero .image-container {
  height: 26rem;
  background-image: url("../img/hero-bg-image.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}
#hero .image-container #heroCharacter {
  height: 26rem;
  width: auto;
  opacity: 0;
  animation: fadeInUp 0.7s 0.5s forwards ease-in-out;
}
@media (min-width: 768px) {
  #hero .copy {
    text-align: left;
  }
  #hero .image-container {
    height: 100%;
    background-size: 100%;
  }
  #hero .image-container #heroCharacter {
    height: 38rem;
  }
}
@media (min-width: 992px) {
  #hero .copy p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px) {
  #hero .copy p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.hero-wraper {
  padding: 0;
  position: relative;
  background: linear-gradient(180deg, rgb(217, 241, 234) 30%, #fcf8f2 100%);
  background-size: 100%;
  background-repeat: no-repeat;
}
.hero-wraper::before {
  content: "";
  height: 20%;
  width: 100vw;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(252, 252, 242, 0) 0%, #F9F4ED 100%);
}
@media (min-width: 768px) {
  .hero-wraper {
    background: radial-gradient(92.59% 361.92% at 5.9% 9.7%, #FCF8F2 0%, #D9F1EA 100%);
  }
}

.home_line_scroll_warper {
  position: relative;
}
.home_line_scroll_warper #home_line_scroll {
  margin-top: -40px;
  width: 40vw;
  max-width: 600px;
}
@media (min-width: 768px) {
  .home_line_scroll_warper #home_line_scroll {
    transform: scale(1, 1.5);
    margin-top: -80px;
  }
}
@media (min-width: 992px) {
  .home_line_scroll_warper #home_line_scroll {
    margin-top: -40px;
    transform: scale(1, 1.5);
  }
}
@media (min-width: 1200px) {
  .home_line_scroll_warper #home_line_scroll {
    margin-top: -20px;
    margin-right: 50px;
    transform: scale(1, 1.3);
  }
}
.home_line_scroll_warper #home_line_scroll #line_path1 {
  stroke-dashoffset: 2230;
  stroke-dasharray: 2230;
}
.home_line_scroll_warper #home_line_scroll #line_path2 {
  stroke-dashoffset: 80;
  stroke-dasharray: 80;
}
.home_line_scroll_warper #home_line_scroll.visible #line_path1 {
  animation: draw-line 1.3s forwards ease-in-out;
}
.home_line_scroll_warper #home_line_scroll.visible #line_path2 {
  animation: draw-line 0.5s 1.3s forwards ease-out;
}

.bento-grid {
  display: grid;
  position: relative;
  gap: 16px;
  max-inline-size: 1354px;
  grid-auto-columns: 1fr;
  margin-inline: auto;
  grid-template-areas: "fja fja" "procore procore" "dotbox branding" "ucg ucg";
}
@media (width > 768px) {
  .bento-grid {
    grid-template-areas: "fja fja branding" "fja fja dotbox" "procore procore procore" "ucg ucg ucg";
  }
}
@media (width > 992px) {
  .bento-grid {
    grid-template-areas: "fja fja procore procore dotbox" "fja fja branding ucg ucg";
  }
}
.bento-grid .bento {
  border-radius: 16px;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 16px;
  justify-items: start;
  text-align: start;
}
.bento-grid .bento img.bg {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bento-grid .fja {
  background: linear-gradient(180deg, #CAD0F1 0%, #7D85A4 100%);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: clip;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-area: fja;
}
@media (width > 992px) {
  .bento-grid .fja {
    max-width: 525px;
  }
}
.bento-grid .fja h1 {
  color: #374676;
  display: block;
  top: 16px;
  font-size: 48px;
  line-height: 40px;
  padding-top: 16px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
}
.bento-grid .fja .animate_img1 {
  display: block;
  position: absolute;
  top: 10%;
  left: 14%;
  width: 45%;
  height: auto;
  z-index: 3;
  transform-origin: 50% 70%;
  transform: rotateZ(0deg);
  transition: all 300ms;
}
@media (width > 992px) {
  .bento-grid .fja .animate_img1 {
    top: 16%;
  }
}
@media (width > 992px) {
  .bento-grid .fja .animate_img1 {
    top: 13%;
  }
}
.bento-grid .fja .animate_img2 {
  display: block;
  position: absolute;
  top: 25%;
  right: 12%;
  width: 45%;
  height: auto;
  z-index: 2;
  transform-origin: 50% 70%;
  transform: rotateZ(0deg);
  transition: all 500ms;
}
.bento-grid .fja .bg {
  width: 100%;
  margin-top: 24px;
  height: auto;
  transition: all 500ms;
  margin-bottom: -2px;
}
.bento-grid .fja:hover .animate_img1 {
  transform: rotateZ(-5deg);
}
.bento-grid .fja:hover .animate_img2 {
  transform: rotateZ(5deg);
}
.bento-grid .fja:hover .bg {
  transform: scale(1.05, 1.05);
}
.bento-grid .procore {
  background: #a273fa;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
  grid-area: procore;
}
.bento-grid .procore h1 {
  color: #fff;
  font-size: 48px;
  line-height: 34px;
  text-align: right;
  padding: 24px;
  display: block;
  position: absolute;
  width: 100%;
  align-self: anchor-center;
}
.bento-grid .procore h1 span {
  font-size: 34px;
  font-variation-settings: "wght" 150, "wdth" 320, "slnt" 0;
  transition: font-variation-settings 500ms;
}
.bento-grid .procore .animate_img1 {
  display: block;
  position: absolute;
  top: -16px;
  left: 10%;
  width: 43%;
  height: auto;
  z-index: 2;
  transform-origin: 40% 100%;
  transform: rotateZ(0deg);
  transition: all 300ms;
}
@media (width > 768px) {
  .bento-grid .procore .animate_img1 {
    top: -9%;
  }
}
@media (width > 992px) {
  .bento-grid .procore .animate_img1 {
    top: -8%;
  }
}
.bento-grid .procore .bg {
  border-radius: 16px;
  width: 100%;
  height: auto;
}
.bento-grid .procore:hover h1 span {
  font-variation-settings: "wght" 475, "wdth" 320, "slnt" 0;
  transition-delay: 100ms;
}
.bento-grid .procore:hover .animate_img1 {
  transform: rotateZ(-5deg);
}
.bento-grid .dotbox {
  background: #E6B2F8;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: clip;
  grid-area: dotbox;
}
.bento-grid .dotbox h1 {
  color: #593E8C;
  font-size: 48px;
  line-height: 48px;
  padding-top: 16px;
}
.bento-grid .dotbox .animate_img1 {
  display: block;
  position: absolute;
  top: 35%;
  left: 10%;
  width: 140%;
  height: auto;
  transition: all 300ms;
}
@media (width > 992px) {
  .bento-grid .dotbox .animate_img1 {
    top: 50%;
    width: 120%;
  }
}
@media (width > 1200px) {
  .bento-grid .dotbox .animate_img1 {
    top: 45%;
    width: 130%;
  }
}
.bento-grid .dotbox:hover .animate_img1 {
  left: -50%;
}
.bento-grid .branding {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  position: relative;
  grid-area: branding;
}
@media (width > 768px) {
  .bento-grid .branding {
    min-height: auto;
  }
}
.bento-grid .branding .tarjeta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  gap: 0;
  transform-origin: 0% 100%;
  transform: rotateZ(0deg);
  transition: all 300ms;
}
.bento-grid .branding .tarjeta::after {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(39deg, rgba(84, 84, 84, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  mix-blend-mode: overlay;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.7) rgba(255, 255, 255, 0.6) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.2);
}
.bento-grid .branding .tarjeta > * {
  background-color: #fff;
  width: 100%;
  padding: 4px 16px;
  border-radius: 0 0 8px 8px;
}
.bento-grid .branding .tarjeta:nth-child(1) {
  background-color: #79EACC;
  position: absolute;
  z-index: 3;
  box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.12), 0px 6px 18px rgba(98, 78, 132, 0.12);
}
.bento-grid .branding .tarjeta:nth-child(1) > * h1 {
  color: #444;
  font-variation-settings: "wght" 500, "wdth" 490, "slnt" 0;
  font-size: 20px;
  line-height: 4px;
  padding-top: 16px;
}
.bento-grid .branding .tarjeta:nth-child(1) > * h1 span {
  font-size: 16px;
  line-height: 0px;
  font-variation-settings: "wght" 290, "wdth" 490, "slnt" 0;
}
.bento-grid .branding .tarjeta:nth-child(1) > * h2 {
  color: #444;
  font-variation-settings: "wght" 200, "wdth" 500, "slnt" 0;
  font-size: 16px;
  line-height: 19px;
  padding-top: 0px;
}
.bento-grid .branding .tarjeta:nth-child(1) > * p {
  font-family: "Obviously";
  color: #444;
  font-variation-settings: "wght" 300, "wdth" 200, "slnt" 0;
  font-size: 12px;
  line-height: 10px;
}
.bento-grid .branding .tarjeta:nth-child(2) {
  background-color: #a273fa;
  position: absolute;
  z-index: 2;
  box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.12), 0px 6px 18px rgba(98, 78, 132, 0.12);
}
.bento-grid .branding .tarjeta:nth-child(2) > * {
  display: block;
  height: 81px;
}
.bento-grid .branding .tarjeta:nth-child(3) {
  background-color: #fa7d57;
  position: relative;
  box-shadow: 3px 5px 13px -7px rgba(47, 47, 47, 0.35), -4px 14px 46px rgba(188, 186, 176, 0.56);
}
.bento-grid .branding .tarjeta:nth-child(3) > * {
  display: block;
  height: 81px;
}
.bento-grid .branding:hover .tarjeta:nth-child(1) {
  transform: rotateZ(-10deg);
}
.bento-grid .branding:hover .tarjeta:nth-child(2) {
  transform: rotateZ(-5deg);
}
.bento-grid .branding:hover .tarjeta:nth-child(3) {
  transform: rotateZ(0deg);
}
.bento-grid .ucg {
  display: grid;
  align-content: end;
  justify-items: start;
  gap: 0;
  position: relative;
  background: #F3B478;
  background: linear-gradient(43deg, rgb(243, 180, 120) 0%, rgb(240, 224, 171) 100%);
  overflow: clip;
  grid-area: ucg;
}
.bento-grid .ucg h1 {
  position: absolute;
  color: #644719;
  font-variation-settings: "wght" 250, "wdth" 600, "slnt" 0;
  font-size: 48px;
  line-height: 40px;
  right: 16px;
  top: 16px;
}
@media (width > 768px) {
  .bento-grid .ucg h1 {
    font-size: 52px;
    right: 24px;
    top: 24px;
  }
}
@media (width > 992px) {
  .bento-grid .ucg h1 {
    font-size: 32px;
    right: 16px;
    top: 16px;
  }
}
@media (width > 1200px) {
  .bento-grid .ucg h1 {
    font-size: 42px;
    right: 24px;
    top: 16px;
  }
}
.bento-grid .ucg .animate_img1 {
  order: -1;
  margin-top: 24px;
  margin-left: 16px;
  margin-bottom: -20px;
  width: 70%;
  height: auto;
  transform-origin: 50% 70%;
  transform: rotateZ(0deg);
  transition: all 300ms;
}
.bento-grid .ucg .animate_img2 {
  display: block;
  position: absolute;
  top: 30%;
  right: 10%;
  width: 40%;
  height: auto;
  z-index: 2;
  transform-origin: 50% 70%;
  transform: rotateZ(0deg);
  transition: all 500ms;
}
.bento-grid .ucg:hover .animate_img1 {
  transform: rotateZ(-5deg);
}
.bento-grid .ucg:hover .animate_img2 {
  transform: rotateZ(5deg);
}

.testimonials {
  display: grid;
  position: relative;
  gap: 16px;
  max-inline-size: 1354px;
  grid-auto-columns: 1fr;
  margin-inline: auto;
}
@media (width > 768px) {
  .testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width > 1400px) {
  .testimonials {
    grid-template-columns: repeat(4, 1fr);
  }
}
.testimonials .testimonial {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
  text-align: center;
}
.testimonials .testimonial .testimonial_header {
  display: grid;
  grid-template-rows: 1fr;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #8e889b;
}
.testimonials .testimonial .testimonial_header img {
  width: 73px;
  height: auto;
  padding-bottom: 16px;
  margin: auto;
}
.testimonials .testimonial .testimonial_header .testiminial_name {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #302a3a;
}
.testimonials .testimonial p {
  padding: 16px 0;
  color: #302a3a;
}
@media (width > 1400px) {
  .testimonials .testimonial p {
    padding: 24px 0;
  }
}
.testimonials .testimonial .location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
}
.testimonials .testimonial .location::before {
  content: url(/img/icn_location.svg);
  display: inline-block;
  height: 16px;
}

.logos_warp > * {
  margin: 0.5rem 1rem;
  text-align: center;
}
@media (width > 992px) {
  .logos_warp > * {
    margin: 0.5rem 2rem;
  }
}
@media (width > 1200px) {
  .logos_warp > * {
    margin: 0.5rem 2rem;
  }
}
@media (width > 1400px) {
  .logos_warp > * {
    margin: 0.5rem 1rem;
  }
}

#home_sobreMi_warper {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  #home_sobreMi_warper {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
#home_sobreMi_warper::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 200px;
  top: -52px;
  left: 15%;
  background-image: url("../img/home_sobreMi_pic.svg");
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotate 20s infinite linear;
}
@media (min-width: 576px) {
  #home_sobreMi_warper::before {
    width: 300px;
    height: 300px;
    top: -32px;
    left: 0px;
  }
}
@media (min-width: 768px) {
  #home_sobreMi_warper::before {
    top: -24px;
    left: 24px;
  }
}
@media (min-width: 992px) {
  #home_sobreMi_warper::before {
    top: 0px;
    left: 100px;
  }
}
@media (min-width: 1200px) {
  #home_sobreMi_warper::before {
    top: -64px;
    left: 100px;
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 1400px) {
  #home_sobreMi_warper::before {
    top: -64px;
    left: 200px;
  }
}
#home_sobreMi_warper .home_sobreMi_title {
  font-variation-settings: "wght" 300, "wdth" 450, "slnt" 0;
  font-size: 5rem;
  line-height: 4.25rem;
  color: #7151AF;
  display: block;
  margin: 0 0 0 0;
  letter-spacing: -8px;
}
@media (width > 576px) {
  #home_sobreMi_warper .home_sobreMi_title {
    font-size: 6rem;
    margin: 4rem 0 0 0;
  }
}
@media (width > 768px) {
  #home_sobreMi_warper .home_sobreMi_title {
    font-size: 7rem;
    margin: 3rem 0 0 1rem;
    letter-spacing: -14px;
  }
}
@media (width > 992px) {
  #home_sobreMi_warper .home_sobreMi_title {
    font-size: 8rem;
    margin: 6rem 0 0 3rem;
    letter-spacing: -16px;
  }
}
@media (width > 1200px) {
  #home_sobreMi_warper .home_sobreMi_title {
    font-size: 10rem;
    margin: 4rem 0 0 6rem;
    letter-spacing: -18px;
  }
}

.hero-about-wraper {
  background: linear-gradient(360deg, #F9F4ED 10.37%, #D9F1EA 36.7%);
}
.hero-about-wraper::before {
  content: "";
  position: absolute;
  background-image: url("../img/about_hero_bg2.svg");
  width: 40vw;
  height: 100%;
  top: 100px;
  left: -30px;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (width > 576px) {
  .hero-about-wraper::before {
    width: 30vw;
    left: -20px;
  }
}
@media (width > 768px) {
  .hero-about-wraper::before {
    background-image: url("../img/about_hero_bg.svg");
    width: 100%;
    top: 0;
    left: 0px;
    opacity: 0.6;
    background-size: 1700px 100%;
    background-position: -250px -120px;
  }
}
@media (width > 992px) {
  .hero-about-wraper::before {
    opacity: 0.8;
    background-position: -250px -100px;
  }
}
@media (width > 1200px) {
  .hero-about-wraper::before {
    background-position: -200px -100px;
  }
}
@media (width > 1400px) {
  .hero-about-wraper::before {
    background-size: 120vw 100%;
    background-position: -150px -50px;
  }
}

#hero_about > .row {
  margin-top: 8rem;
  margin-bottom: 2rem;
}
#hero_about .copy #hero_h2 {
  font-size: 4rem;
  line-height: 3.75rem;
  font-kerning: none;
  opacity: 0;
}
@media (width > 992px) {
  #hero_about .copy #hero_h2 {
    font-size: 4.5rem;
    line-height: 4.25rem;
  }
}
@media (width > 1200px) {
  #hero_about .copy #hero_h2 {
    font-size: 4.75rem;
    line-height: 4.5rem;
  }
}
@media (width > 1400px) {
  #hero_about .copy #hero_h2 {
    font-size: 5.75rem;
    line-height: 5.5rem;
  }
}
#hero_about .copy #hero_h2 .line {
  position: relative;
  opacity: 0;
  animation: fadeInUp 0.7s forwards ease-in-out;
  font-variation-settings: "wght" 475, "wdth" 320, "slnt" 0;
  transition: font-variation-settings 300ms;
  cursor: default;
}
#hero_about .copy #hero_h2 .line:nth-of-type(1) {
  animation-delay: 0.07s;
}
#hero_about .copy #hero_h2 .line:nth-of-type(2) {
  animation-delay: 0.12s;
}
#hero_about .copy #hero_h2 .line:nth-of-type(3) {
  animation-delay: 0.17s;
}
#hero_about .copy #hero_h2 .line:nth-of-type(4) {
  animation-delay: 0.22s;
}
#hero_about .copy #hero_h2 .line:nth-of-type(5) {
  animation-delay: 0.27s;
}
#hero_about .copy #hero_h2 .line:nth-of-type(6) {
  animation-delay: 0.32s;
}
#hero_about .copy #hero_h2 .line:nth-of-type(7) {
  animation-delay: 0.37s;
}
#hero_about .copy #hero_h2 .word {
  transition: font-variation-settings 300ms;
}
#hero_about .copy #hero_h2 .word:hover {
  font-variation-settings: "wght" 150, "wdth" 320, "slnt" 0;
}
#hero_about .hero_about_pic img {
  width: 100%;
  height: auto;
  opacity: 0;
  border-radius: 24px;
  animation: fadeInRight 1s 0.5s forwards ease-out;
}

.about-quote {
  opacity: 0;
  animation: fadeInUp 0.7s 0.7s forwards ease-out;
}

.about-resumen {
  position: relative;
}
.about-resumen::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 200px;
  bottom: -7rem;
  left: 12vw;
  background-image: url("../img/home_sobreMi_pic.svg");
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotate 20s infinite linear;
}
@media (min-width: 576px) {
  .about-resumen::before {
    width: 300px;
    height: 300px;
    bottom: -4rem;
    left: 0px;
  }
}
@media (min-width: 768px) {
  .about-resumen::before {
    bottom: -4rem;
    left: 3rem;
  }
}
@media (min-width: 992px) {
  .about-resumen::before {
    bottom: -8rem;
    left: 40%;
  }
}
@media (min-width: 1200px) {
  .about-resumen::before {
    bottom: -8rem;
  }
}
.about_awards .awards_deck {
  display: grid;
  gap: 16px;
  grid-auto-columns: 1fr;
  text-align: center;
}
@media (width > 768px) {
  .about_awards .awards_deck {
    text-align: left;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width > 992px) {
  .about_awards .awards_deck {
    gap: 32px;
  }
}
.about_awards .awards_deck .awards_card {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #FFEAC8;
}
.about_awards .awards_deck .awards_card h6 {
  color: #9C7C4A;
  margin-bottom: 1rem;
}
.about_awards .awards_deck .awards_card small {
  color: #8e889b;
}
.about_awards .awards_deck .awards_card ul {
  list-style-type: none;
  padding-left: 0;
}
@media (width > 768px) {
  .about_awards .awards_deck .awards_card ul {
    list-style-type: disc;
    padding-left: 2rem;
  }
}
.about_awards .awards_deck .awards_card li {
  margin-bottom: 0.5rem;
}

.tools_deck h6 {
  font-size: 14px;
  letter-spacing: 0;
}
.tools_deck .tools_card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 8px;
  padding: 8px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.tools_deck .tools_card > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
}

.hero-not-yet-wraper {
  background: linear-gradient(0deg, rgb(48, 42, 58) 0%, rgb(87, 80, 98) 35%, rgb(159, 150, 172) 75%, rgb(229, 218, 245) 95%);
}
.hero-not-yet-wraper #not-yet-hero h1 {
  font-size: 48px;
  line-height: 44px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.22), 0px 3px 12px rgba(98, 78, 132, 0.28);
  text-wrap: balance;
}
@media (width > 768px) {
  .hero-not-yet-wraper #not-yet-hero h1 {
    font-size: 80px;
    line-height: 76px;
  }
}
@media (width > 992px) {
  .hero-not-yet-wraper #not-yet-hero h1 {
    font-size: 80px;
    line-height: 76px;
  }
}
.hero-not-yet-wraper #not-yet-hero img {
  width: 100%;
  height: auto;
}
@media (width > 992px) {
  .hero-not-yet-wraper #not-yet-hero img {
    width: 150%;
    margin-left: -64px;
  }
}
@media (width > 1200px) {
  .hero-not-yet-wraper #not-yet-hero img {
    width: 120%;
    margin-left: -64px;
  }
}

.hero-work1-wraper {
  background: linear-gradient(180deg, #E8F5FF 0%, rgba(252, 252, 242, 0) 100%);
}

#hero_work1 .row {
  position: relative;
  text-align: center;
  margin-top: 6rem;
  width: 100%;
}
@media (min-width: 1200px) {
  #hero_work1 .row {
    margin-top: 8rem;
  }
}
#hero_work1 .row .hero-img1 {
  width: 849px;
  height: auto;
  position: relative;
  top: 4rem;
  margin-bottom: 8rem;
  opacity: 0;
  animation: fadeInDown 0.7s 0s ease-in-out forwards;
}
#hero_work1 .row .hero-img2 {
  width: 160px;
  height: auto;
  position: absolute;
  top: 50%;
  right: -5%;
  z-index: 1;
  opacity: 0;
  animation: fadeInUp 0.7s 1.1s ease-in-out forwards;
}
@media (min-width: 768px) {
  #hero_work1 .row .hero-img2 {
    width: 280px;
  }
}
@media (min-width: 992px) {
  #hero_work1 .row .hero-img2 {
    width: 300px;
    top: 53%;
    right: 0%;
  }
}
@media (min-width: 1200px) {
  #hero_work1 .row .hero-img2 {
    width: 325px;
    top: 50%;
    right: 5%;
  }
}
@media (min-width: 1400px) {
  #hero_work1 .row .hero-img2 {
    right: 10%;
  }
}
#hero_work1 .row .hero-img3 {
  width: 160px;
  height: auto;
  position: absolute;
  top: 50%;
  left: -5%;
  z-index: 1;
  opacity: 0;
  animation: fadeInUp 0.7s 1.3s ease-in-out forwards;
}
@media (min-width: 576px) {
  #hero_work1 .row .hero-img3 {
    width: 300px;
  }
}
@media (min-width: 992px) {
  #hero_work1 .row .hero-img3 {
    width: 376px;
    left: 0%;
  }
}
@media (min-width: 1200px) {
  #hero_work1 .row .hero-img3 {
    left: 5%;
  }
}
@media (min-width: 1400px) {
  #hero_work1 .row .hero-img3 {
    left: 10%;
  }
}
#hero_work1 .row .hero-shape {
  position: absolute;
}
#hero_work1 .row .hero-shape.hero-shape1 {
  width: 11rem;
  height: auto;
  top: 32%;
  right: -5%;
  opacity: 0;
  animation: rotateInRight 1s 0.3s ease-out forwards !important;
}
@media (min-width: 576px) {
  #hero_work1 .row .hero-shape.hero-shape1 {
    top: 35%;
  }
}
@media (min-width: 768px) {
  #hero_work1 .row .hero-shape.hero-shape1 {
    width: 13rem;
  }
}
@media (min-width: 992px) {
  #hero_work1 .row .hero-shape.hero-shape1 {
    width: 15rem;
    right: 0%;
  }
}
@media (min-width: 1200px) {
  #hero_work1 .row .hero-shape.hero-shape1 {
    width: 18rem;
    top: 32%;
    right: 5%;
  }
}
@media (min-width: 1400px) {
  #hero_work1 .row .hero-shape.hero-shape1 {
    width: 20rem;
    top: 30%;
    right: 10%;
  }
}
#hero_work1 .row .hero-shape.hero-shape2 {
  width: 7rem;
  height: auto;
  bottom: 12%;
  right: 18%;
  opacity: 0;
  animation: rotateInLeft 0.5s 0.8s ease-out forwards;
}
@media (min-width: 576px) {
  #hero_work1 .row .hero-shape.hero-shape2 {
    bottom: 13%;
    right: 15%;
  }
}
@media (min-width: 768px) {
  #hero_work1 .row .hero-shape.hero-shape2 {
    width: 9rem;
    right: 20%;
    bottom: 11%;
  }
}
@media (min-width: 1200px) {
  #hero_work1 .row .hero-shape.hero-shape2 {
    right: 25%;
  }
}
@media (min-width: 1400px) {
  #hero_work1 .row .hero-shape.hero-shape2 {
    right: 25%;
  }
}
#hero_work1 .row .hero-shape.hero-shape3 {
  height: auto;
  width: 6rem;
  left: 0%;
  bottom: 15%;
  opacity: 0;
  animation: fadeInRight 0.5s 0.8s ease-out forwards;
}
@media (min-width: 768px) {
  #hero_work1 .row .hero-shape.hero-shape3 {
    width: 6.5rem;
    bottom: 12%;
  }
}
@media (min-width: 992px) {
  #hero_work1 .row .hero-shape.hero-shape3 {
    width: 8.5rem;
    left: 5%;
    bottom: 10%;
  }
}
@media (min-width: 1200px) {
  #hero_work1 .row .hero-shape.hero-shape3 {
    left: 12%;
  }
}
@media (min-width: 1400px) {
  #hero_work1 .row .hero-shape.hero-shape3 {
    left: 18%;
  }
}
#hero_work1 .row .hero-shape.hero-shape4 {
  height: auto;
  width: 8rem;
  top: 12%;
  right: 0%;
  opacity: 0;
  animation: fadeInLeft 0.6s 0.8s ease-out forwards;
}
@media (min-width: 576px) {
  #hero_work1 .row .hero-shape.hero-shape4 {
    width: 10rem;
    top: 10%;
  }
}
@media (min-width: 768px) {
  #hero_work1 .row .hero-shape.hero-shape4 {
    width: 13rem;
    top: 8%;
  }
}
@media (min-width: 992px) {
  #hero_work1 .row .hero-shape.hero-shape4 {
    width: 15rem;
    top: 5%;
    right: 5%;
  }
}
@media (min-width: 1200px) {
  #hero_work1 .row .hero-shape.hero-shape4 {
    width: 18rem;
    right: 10%;
  }
}
@media (min-width: 1400px) {
  #hero_work1 .row .hero-shape.hero-shape4 {
    right: 15%;
  }
}
#hero_work1 .row .hero-shape.hero-shape5 {
  height: auto;
  width: 10rem;
  top: 12%;
  left: 0%;
  opacity: 0;
  animation: rotateInLeft 0.8s 0.8s ease-out forwards;
}
@media (min-width: 768px) {
  #hero_work1 .row .hero-shape.hero-shape5 {
    width: 15rem;
    top: 8%;
  }
}
@media (min-width: 992px) {
  #hero_work1 .row .hero-shape.hero-shape5 {
    left: 5%;
  }
}
@media (min-width: 1200px) {
  #hero_work1 .row .hero-shape.hero-shape5 {
    width: 20rem;
    top: 0;
    left: 10%;
  }
}
@media (min-width: 1400px) {
  #hero_work1 .row .hero-shape.hero-shape5 {
    left: 15%;
  }
}

.work1-mockup-wraper {
  background: linear-gradient(180deg, #4E78A6 19.27%, #ABCFF5 100%);
}

.definition-cards-warper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  height: auto;
}
@media (min-width: 768px) {
  .definition-cards-warper {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .definition-cards-warper {
    height: 462px;
  }
}
.definition-cards-warper .fja-def-card {
  display: flex;
  flex-direction: row;
  width: auto;
  padding: 2rem;
  box-shadow: 0px 9px 12px -5px rgba(0, 0, 0, 0.12), 0px 10px 32px rgba(98, 78, 132, 0.12);
  border-radius: 1rem;
  font-weight: 700;
  background-color: #fff;
  position: absolute;
  font-size: 1.15rem;
}
@media (max-width: 767.99px) {
  .definition-cards-warper .fja-def-card {
    position: relative;
  }
}
.definition-cards-warper .fja-def-card1 {
  width: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .definition-cards-warper .fja-def-card1 {
    width: 70%;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .definition-cards-warper .fja-def-card1 {
    width: 440px;
    top: 0;
    left: 15%;
  }
}
@media (min-width: 1200px) {
  .definition-cards-warper .fja-def-card1 {
    width: 440px;
    top: 0;
    left: 15%;
  }
}
@media (min-width: 1400px) {
  .definition-cards-warper .fja-def-card1 {
    width: 500px;
    top: 0;
    left: 15%;
  }
}
.definition-cards-warper .fja-def-card2 {
  width: 100%;
}
@media (min-width: 768px) {
  .definition-cards-warper .fja-def-card2 {
    width: 70%;
    top: 220px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .definition-cards-warper .fja-def-card2 {
    width: 380px;
    top: 160px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .definition-cards-warper .fja-def-card2 {
    width: 463px;
    top: 160px;
    left: 0;
  }
}
@media (min-width: 1400px) {
  .definition-cards-warper .fja-def-card2 {
    width: 560px;
    top: 140px;
    left: 0;
  }
}
.definition-cards-warper .fja-def-card3 {
  width: 100%;
}
@media (min-width: 768px) {
  .definition-cards-warper .fja-def-card3 {
    width: 70%;
    right: 0;
    top: 120px;
  }
}
@media (min-width: 992px) {
  .definition-cards-warper .fja-def-card3 {
    width: 360px;
    right: 0;
    top: 120px;
  }
}
@media (min-width: 1200px) {
  .definition-cards-warper .fja-def-card3 {
    width: 420px;
    right: 0;
    top: 120px;
  }
}
@media (min-width: 1400px) {
  .definition-cards-warper .fja-def-card3 {
    width: 450px;
    right: 0;
    top: 100px;
  }
}
.definition-cards-warper .fja-def-card4 {
  width: 100%;
}
@media (min-width: 768px) {
  .definition-cards-warper .fja-def-card4 {
    width: 70%;
    top: 340px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .definition-cards-warper .fja-def-card4 {
    width: 338px;
    top: 280px;
    right: 15%;
  }
}
@media (min-width: 1200px) {
  .definition-cards-warper .fja-def-card4 {
    width: 330px;
    top: 260px;
    right: 12%;
  }
}
@media (min-width: 1400px) {
  .definition-cards-warper .fja-def-card4 {
    width: 310px;
    top: 240px;
    right: 23%;
  }
}
.definition-cards-warper .puntos {
  width: 100vw;
  height: auto;
  left: 50%;
  margin-left: -50vw;
  margin-top: 3rem;
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .definition-cards-warper .puntos {
    width: 100%;
    height: auto;
    margin-top: 3rem;
    margin-left: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .definition-cards-warper .puntos {
    width: 100%;
    height: auto;
    margin-top: 0rem;
    margin-left: 0;
    left: 0;
  }
}
@media (min-width: 1400px) {
  .definition-cards-warper .puntos {
    width: 100%;
    height: auto;
    margin-top: -2rem;
    margin-left: 0;
    left: 0;
  }
}
.definition-cards-warper .punto {
  transform-origin: center center;
  animation: pulse 3s ease-in-out infinite;
  transform-box: fill-box;
}
.definition-cards-warper .punto:nth-of-type(1) {
  animation-delay: 0.3188482873s;
}
.definition-cards-warper .punto:nth-of-type(2) {
  animation-delay: 0.1043667188s;
}
.definition-cards-warper .punto:nth-of-type(3) {
  animation-delay: 0.2682381104s;
}
.definition-cards-warper .punto:nth-of-type(4) {
  animation-delay: 0.3411113327s;
}
.definition-cards-warper .punto:nth-of-type(5) {
  animation-delay: 0.5879857902s;
}
.definition-cards-warper .punto:nth-of-type(6) {
  animation-delay: 0.3579914728s;
}
.definition-cards-warper .punto:nth-of-type(7) {
  animation-delay: 0.5977913508s;
}
.definition-cards-warper .punto:nth-of-type(8) {
  animation-delay: 0.8544633548s;
}
.definition-cards-warper .punto:nth-of-type(9) {
  animation-delay: 0.8281334799s;
}
.definition-cards-warper .punto:nth-of-type(10) {
  animation-delay: 0.8395724443s;
}
.definition-cards-warper .punto:nth-of-type(11) {
  animation-delay: 0.3678855742s;
}
.definition-cards-warper .punto:nth-of-type(12) {
  animation-delay: 0.7681943826s;
}
.definition-cards-warper .punto:nth-of-type(13) {
  animation-delay: 0.3308693954s;
}
.definition-cards-warper .punto:nth-of-type(14) {
  animation-delay: 0.3195767029s;
}
.definition-cards-warper .punto:nth-of-type(15) {
  animation-delay: 0.0775882653s;
}
.definition-cards-warper .punto:nth-of-type(16) {
  animation-delay: 0.7986816978s;
}
.definition-cards-warper .punto:nth-of-type(17) {
  animation-delay: 0.7000819249s;
}
.definition-cards-warper .punto:nth-of-type(18) {
  animation-delay: 0.7509661201s;
}
.definition-cards-warper .punto:nth-of-type(19) {
  animation-delay: 0.9143279296s;
}
.definition-cards-warper .punto:nth-of-type(20) {
  animation-delay: 0.8742187302s;
}

.hero-work2-wraper {
  background-image: linear-gradient(180deg, #BBD2F0 0%, rgba(252, 252, 242, 0) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#hero_work2 .row {
  position: relative;
  text-align: center;
  margin-top: 6rem;
}
@media (min-width: 1200px) {
  #hero_work2 .row {
    margin-top: 8rem;
  }
}
#hero_work2 .row .hero-img1 {
  width: 849px;
  height: auto;
  position: relative;
  top: 2rem;
  margin-bottom: 8rem;
  opacity: 0;
  animation: fadeInDown 0.7s 0s ease-in-out forwards;
}
#hero_work2 .row .hero-img2 {
  width: 200px;
  height: auto;
  position: absolute;
  top: 40%;
  left: -5%;
  z-index: 1;
  opacity: 0;
  animation: fadeInUp 0.7s 1.3s ease-out forwards;
}
@media (min-width: 768px) {
  #hero_work2 .row .hero-img2 {
    width: 280px;
    top: 45%;
  }
}
@media (min-width: 992px) {
  #hero_work2 .row .hero-img2 {
    width: 325px;
    top: 50%;
    left: 0%;
  }
}
@media (min-width: 1200px) {
  #hero_work2 .row .hero-img2 {
    top: 50%;
    left: 5%;
  }
}
@media (min-width: 1400px) {
  #hero_work2 .row .hero-img2 {
    left: 10%;
  }
}
#hero_work2 .row .hero-img3 {
  width: 240px;
  height: auto;
  position: absolute;
  top: 55%;
  right: -5%;
  z-index: 1;
  opacity: 0;
  animation: fadeInUp 0.7s 1.5s ease-out forwards;
}
@media (min-width: 768px) {
  #hero_work2 .row .hero-img3 {
    width: 300px;
    top: 58%;
  }
}
@media (min-width: 992px) {
  #hero_work2 .row .hero-img3 {
    width: 344px;
    top: 62%;
    right: 0%;
  }
}
@media (min-width: 1200px) {
  #hero_work2 .row .hero-img3 {
    top: 62%;
    right: 5%;
  }
}
@media (min-width: 1400px) {
  #hero_work2 .row .hero-img3 {
    right: 10%;
  }
}
#hero_work2 .row .hero-shape {
  position: absolute;
  mix-blend-mode: multiply;
}
#hero_work2 .row .hero-shape.hero-shape1 {
  width: 350px;
  height: auto;
  top: 0;
  right: -3%;
  opacity: 0;
  animation: rotateIn 1.5s 0.3s ease-in-out forwards !important;
}
@media (min-width: 576px) {
  #hero_work2 .row .hero-shape.hero-shape1 {
    width: 400px;
  }
}
@media (min-width: 768px) {
  #hero_work2 .row .hero-shape.hero-shape1 {
    width: 430px;
  }
}
@media (min-width: 992px) {
  #hero_work2 .row .hero-shape.hero-shape1 {
    width: 600px;
    right: 3%;
  }
}
@media (min-width: 1200px) {
  #hero_work2 .row .hero-shape.hero-shape1 {
    width: 650px;
    right: 10%;
  }
}
@media (min-width: 1400px) {
  #hero_work2 .row .hero-shape.hero-shape1 {
    right: 15%;
  }
}
#hero_work2 .row .hero-shape.hero-shape2 {
  width: 350px;
  height: auto;
  top: 5%;
  right: 0%;
  opacity: 0;
  animation: rotateIn-wise 1.5s 0.6s ease-in-out forwards !important;
}
@media (min-width: 576px) {
  #hero_work2 .row .hero-shape.hero-shape2 {
    width: 390px;
    top: 5%;
  }
}
@media (min-width: 768px) {
  #hero_work2 .row .hero-shape.hero-shape2 {
    width: 420px;
  }
}
@media (min-width: 992px) {
  #hero_work2 .row .hero-shape.hero-shape2 {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  #hero_work2 .row .hero-shape.hero-shape2 {
    width: 600px;
    right: 13%;
    top: 3%;
  }
}
@media (min-width: 1400px) {
  #hero_work2 .row .hero-shape.hero-shape2 {
    right: 18%;
  }
}
#hero_work2 .row .hero-shape.hero-shape3 {
  width: 350px;
  height: auto;
  top: 3rem;
  left: -3%;
  opacity: 0;
  animation: rotateIn 1.8s 0.8s ease-in-out forwards !important;
}
@media (min-width: 576px) {
  #hero_work2 .row .hero-shape.hero-shape3 {
    width: 390px;
    top: 10%;
  }
}
@media (min-width: 768px) {
  #hero_work2 .row .hero-shape.hero-shape3 {
    width: 520px;
  }
}
@media (min-width: 992px) {
  #hero_work2 .row .hero-shape.hero-shape3 {
    width: 600px;
    left: 5%;
  }
}
@media (min-width: 1200px) {
  #hero_work2 .row .hero-shape.hero-shape3 {
    width: 620px;
    left: 8%;
    top: 8%;
  }
}
@media (min-width: 1400px) {
  #hero_work2 .row .hero-shape.hero-shape3 {
    left: 15%;
  }
}
#hero_work2 .row .hero-shape.hero-shape4 {
  width: 250px;
  height: auto;
  top: 1rem;
  left: 0%;
  opacity: 0;
  animation: rotateIn-wise 1.8s 0.3s ease-in-out forwards !important;
}
@media (min-width: 576px) {
  #hero_work2 .row .hero-shape.hero-shape4 {
    width: 350px;
    top: 1rem;
    left: -5%;
  }
}
@media (min-width: 768px) {
  #hero_work2 .row .hero-shape.hero-shape4 {
    width: 490px;
    left: 0;
  }
}
@media (min-width: 992px) {
  #hero_work2 .row .hero-shape.hero-shape4 {
    width: 550px;
    left: 3%;
  }
}
@media (min-width: 1200px) {
  #hero_work2 .row .hero-shape.hero-shape4 {
    width: 500px;
    left: 10%;
  }
}
@media (min-width: 1400px) {
  #hero_work2 .row .hero-shape.hero-shape4 {
    width: 450px;
    left: 17%;
  }
}

section.ucg-design-system::before {
  content: "";
  display: block;
  width: 100%;
  height: 125px;
  background: #F9F4ED url(../img/ucg-section-wraper-up.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (min-width: 768px) {
  section.ucg-design-system::before {
    height: 170px;
  }
}
@media (min-width: 992px) {
  section.ucg-design-system::before {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  section.ucg-design-system::before {
    height: 300px;
  }
}
@media (min-width: 1400px) {
  section.ucg-design-system::before {
    height: 350px;
  }
}
section.ucg-design-system::after {
  content: "";
  display: block;
  width: 100%;
  height: 125px;
  background: #F9F4ED url(../img/ucg-section-wraper-up.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  section.ucg-design-system::after {
    height: 170px;
  }
}
@media (min-width: 992px) {
  section.ucg-design-system::after {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  section.ucg-design-system::after {
    height: 300px;
  }
}
@media (min-width: 1400px) {
  section.ucg-design-system::after {
    height: 350px;
  }
}

.work2-mockup-wraper {
  padding-bottom: 5rem;
  background: linear-gradient(180deg, transparent 10%, #ABCFF5 100%);
}

.hero-work3-wraper {
  background-image: linear-gradient(180deg, #B28BFB 0%, rgba(252, 252, 242, 0) 80%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#hero_work3 .row {
  position: relative;
  text-align: center;
  margin-top: 6rem;
}
@media (min-width: 1200px) {
  #hero_work3 .row {
    margin-top: 8rem;
  }
}
#hero_work3 .row .hero-img1 {
  width: 849px;
  height: auto;
  position: relative;
  top: 2rem;
  margin-bottom: 8rem;
  opacity: 0;
  animation: fadeInDown 0.7s 0s ease-in-out forwards;
}

.dotbox-context {
  overflow: hidden;
}

.dotbox-img-context {
  overflow-x: visible;
}
.dotbox-img-context img {
  width: 100%;
  height: auto;
  left: 0;
}
@media (min-width: 768px) {
  .dotbox-img-context img {
    width: 60vw;
  }
}

section.dotbox-design-system {
  background-color: #1F2227;
  color: #eeedf0;
}
section.dotbox-design-system::before {
  content: "";
  display: block;
  width: 100%;
  height: 125px;
  background: #F9F4ED url(../img/dotbox-section-wraper-up.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
@media (min-width: 768px) {
  section.dotbox-design-system::before {
    height: 170px;
  }
}
@media (min-width: 992px) {
  section.dotbox-design-system::before {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  section.dotbox-design-system::before {
    height: 300px;
  }
}
@media (min-width: 1400px) {
  section.dotbox-design-system::before {
    height: 350px;
  }
}
section.dotbox-design-system::after {
  content: "";
  display: block;
  width: 100%;
  height: 125px;
  background: #F9F4ED url(../img/dotbox-section-wraper-up.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  section.dotbox-design-system::after {
    height: 170px;
  }
}
@media (min-width: 992px) {
  section.dotbox-design-system::after {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  section.dotbox-design-system::after {
    height: 300px;
  }
}
@media (min-width: 1400px) {
  section.dotbox-design-system::after {
    height: 350px;
  }
}/*# sourceMappingURL=main.css.map */