@charset "UTF-8";
@import 'reset.css';
@font-face {
  font-family: "TT Commons Pro";
  src: url("fonts/TTCommonsPro-Db.woff2") format("woff2"), url("fonts/TTCommonsPro-Db.woff") format("woff"), url("fonts/TTCommonsPro-Db.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons Pro";
  src: url("fonts/TTCommonsPro-Rg.woff2") format("woff2"), url("fonts/TTCommonsPro-Rg.woff") format("woff"), url("fonts/TTCommonsPro-Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --animate-delay: 0.5s;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  cursor: none;
  list-style: none;
}

::-moz-selection {
  color: #555;
  background: #ffcc00;
}

::selection {
  color: #555;
  background: #ffcc00;
}

html.not-scroll, body.not-scroll {
  padding-right: 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  color: #232323;
  background: #FDF3E6;
  font-family: "TT Commons Pro";
  overflow-x: hidden;
}

.container {
  margin: auto 2%;
}
@media (min-width: 600px) {
  .container {
    width: calc(100% - 240px);
    margin: auto 120px;
  }
}

.content {
  background-color: #FDF3E6;
  transition: all 0.5s ease;
}

.row {
  display: flex;
}

a {
  text-decoration: none;
}

hr {
  background: url("../img/line-dot.png") repeat-x left;
  border: 0;
  height: 4px;
  width: 100%;
  margin: 8% 0;
  opacity: 0.2;
}

img {
  width: 100%;
}

strong {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.link-lets-work {
  position: relative;
  font-weight: 600;
  font-size: 6.8vw;
  color: #232323;
  display: inline-block;
  margin: 2% 0 7%;
  padding: 50px 0;
}
.link-lets-work::after {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 40px;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #232323;
  transition: all 0.25s ease-out;
}
.link-lets-work::before {
  position: absolute;
  content: "";
  display: block;
  width: 105px;
  height: 90px;
  right: 50px;
  bottom: -7%;
  background: url("../img/lets-work.png") no-repeat;
  background-size: contain;
  z-index: 1;
  transition: all 0.45s ease-out;
}
.link-lets-work:hover::before {
  right: 150px;
}
.link-lets-work:hover::after {
  left: 60%;
  right: 60%;
  width: 0;
}

.tags-img {
  display: block;
  position: absolute;
  z-index: 3;
  max-width: 36%;
  width: 236px !important;
}
@media (min-width: 801px) {
  .tags-img {
    max-width: 45%;
  }
}
@media (min-width: 1025px) {
  .tags-img {
    max-width: 40%;
  }
}
@media (min-width: 1281px) {
  .tags-img {
    max-width: 33%;
  }
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
header {
  position: absolute;
  z-index: 9;
  height: 46px;
  width: 100%;
}
@media (min-width: 600px) {
  header {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 240px);
  }
}
header.fixed {
  position: fixed;
}
@media (min-width: 801px) {
  header.fixed {
    top: 20px !important;
  }
}
header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background: url("../img/line-dot.png") repeat-x left bottom;
  padding: 3.2% 2% 4%;
  opacity: 1;
  transition: all 0.5s ease-out;
}
@media (min-width: 801px) {
  header .header-content {
    padding: 30px 1% 3%;
  }
}
header .header-content.hide {
  opacity: 0;
}
header .header-content.show {
  opacity: 1;
}
header .header-content.fixed {
  background-image: none;
  height: auto;
  padding-top: 2.5%;
}
header .header-content .circle-bg {
  align-items: center;
  background: #232323;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease;
  height: 37px;
  width: 60px;
}
header .header-content .circle-bg.navbar__circle--left {
  background: #ffcc00;
  width: 0;
  height: 0;
  padding: 0;
  transition-delay: 0.45s;
}
header .header-content .circle-bg.navbar__circle--left svg {
  rotate: 180deg;
  margin: -2px 0 0 -2px;
  filter: invert(0%) sepia(14%) saturate(517%) hue-rotate(315deg) brightness(17%) contrast(73%);
}
header .header-content .nav__circle__mb {
  display: inline-block;
  align-items: center;
  background: #232323;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  padding: 7px;
  color: white;
}
@media (min-width: 801px) {
  header .header-content .nav__circle__mb {
    display: none !important;
  }
}
header .header-content .nav__circle__mb svg {
  color: white;
  fill: white;
  flex-shrink: 0;
  height: 0.9rem;
  width: 0.9rem;
}
header .navbar__circle--right {
  display: none !important;
}
header .header-nav {
  display: flex;
  align-items: flex-start;
  gap: clamp(4.66666667px, 0.4861vw, 9.33333333px);
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
}
header .header-nav .navbar__menu-container {
  align-items: center;
  display: none;
  pointer-events: all;
  color: white;
}
@media (min-width: 801px) {
  header .header-nav .navbar__menu-container {
    display: flex;
  }
}
header .header-nav .navbar__menu-container .navbar__menu-content {
  background-color: #232323;
  border-radius: 100vmax;
  height: var(--radius, 2.3rem);
  justify-content: center;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 1px;
  align-items: center;
  display: none;
  width: 41px;
  transition: all 0.65s ease;
  transition-delay: 0.3s;
}
@media (min-width: 801px) {
  header .header-nav .navbar__menu-container .navbar__menu-content {
    display: flex;
  }
}
header .header-nav .navbar__menu-container .navbar__menu-content .navbar__menu {
  display: none;
  background-color: unset;
  height: 100%;
  left: unset;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  z-index: unset;
}
header .header-nav .navbar__menu-container .navbar__menu-content .navbar__toggle {
  position: absolute;
  top: 10px;
  transition: all 0.65s ease;
  transition-delay: 0.01s;
  font-weight: 600;
}
header .header-nav .navbar__menu-container .navbar__menu-content .navbar__menu__content {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
header .header-nav .navbar__menu-container .navbar__menu-content .navbar__menu__content .navbar__menu__container {
  display: flex;
  flex: 1;
  flex-direction: column;
}
header .header-nav .navbar__menu-container .navbar__menu-content .navbar__menu__content .navbar__menu__container .navbar__menu__links {
  display: flex;
  flex: 1;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: -0.025rem;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  align-items: center;
  border-radius: 100vmax;
  flex-direction: row;
  gap: 0;
  padding: 0;
  padding-top: unset;
}
header .header-nav .navbar__menu-container .navbar__menu-content .navbar__menu__content .navbar__menu__container .navbar__menu__links:hover a {
  opacity: 0.2;
  transition-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
}
header .header-nav .navbar__menu-container .navbar__menu-content .navbar__menu__content .navbar__menu__container .navbar__menu__links a {
  color: #232323;
  pointer-events: all;
  position: relative;
  transition: opacity 0.35s cubic-bezier(0.45, 0, 0.55, 1);
  padding: 1px 20px 0;
}
header .header-nav .navbar__menu-container .navbar__menu-content .navbar__menu__content .navbar__menu__container .navbar__menu__links a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  header .header-nav .navbar__menu-container .navbar__menu-content .navbar__menu__content .navbar__menu__container {
    max-width: unset;
  }
}
header .header-nav.navbar--expand {
  width: 100%;
  max-width: 700px;
}
header .header-nav.navbar--expand .navbar__menu {
  display: flex !important;
}
header .header-nav.navbar--expand .navbar__circle--left {
  padding: 0 12px;
  height: 37px;
  width: 40px;
  transition-delay: 0 !important;
}
header .header-nav.navbar--expand .navbar__circle--right {
  height: 0;
  width: 0;
}
header .header-nav.navbar--expand .navbar__toggle {
  top: 45px !important;
  opacity: 0;
}
header .header-nav.navbar--expand .navbar__menu-content {
  background: #ffcc00;
  width: 287px;
  transition-delay: 0;
}
header .header-contact {
  position: relative;
  transition: all 0.5s ease;
  display: flex;
}
header .header-contact .talk-btn {
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 600;
  background: #232323;
  color: white;
  border-radius: 20px;
  padding: 8px 14px;
  display: inline-block;
  align-items: center;
  display: flex;
  transition: background 0.5s ease;
}
@media (min-width: 600px) {
  header .header-contact .talk-btn {
    font-size: 1rem;
    height: var(--radius, 2.3rem);
    padding: 0 20px;
  }
}
header .header-contact .talk-btn:hover {
  color: #232323;
  background-color: #ffcc00;
}

.logo {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #051505;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
  z-index: 9;
  width: inherit;
  height: auto;
  background: 0 0;
  opacity: 1;
  top: 18px;
}
@media (min-width: 801px) {
  .logo {
    width: inherit;
    padding-top: 15px;
    top: 10px;
  }
}
.logo.hide {
  opacity: 0;
}
.logo.show {
  opacity: 1;
}
.logo.fixed {
  position: fixed;
  top: 10px;
}
@media (min-width: 801px) {
  .logo.fixed {
    top: 20px;
  }
}
.logo img {
  height: 34px;
  width: auto;
}
@media (min-width: 600px) {
  .logo img {
    height: 54px;
  }
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
footer {
  position: relative;
  z-index: 10;
  color: #232323;
  margin: 35vh 0 0;
  min-height: 55vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 801px) {
  footer {
    height: 100vh;
    margin: 13vh 0 0;
  }
}
footer .logo-footer {
  width: 100%;
  max-width: 100px;
}
@media (min-width: 801px) {
  footer .logo-footer {
    max-width: 190px;
  }
}
footer .footer-cup {
  max-width: 143px;
}
footer .text-footer {
  margin: 11px 0 0 0;
  display: block;
  width: 100%;
  line-height: 125%;
  font-size: 1rem;
}
@media (min-width: 801px) {
  footer .text-footer {
    max-width: 190px;
  }
}
footer small {
  display: block;
  margin-top: 15px;
  font-size: 0.75rem;
}
footer .right-column {
  padding-right: 0 !important;
}
footer .left-column:nth-child(3) .text-footer.mobile {
  display: none;
}
footer .nav-primary {
  justify-content: space-between;
}
@media (min-width: 801px) {
  footer .nav-primary {
    display: flex;
  }
}
footer .nav-primary li {
  width: 35%;
  max-width: 145px;
  margin: 5px 0;
  text-align: center;
}
@media (min-width: 801px) {
  footer .nav-primary li {
    margin: 0 10px;
  }
}
@media (min-width: 1195px) {
  footer .nav-primary li {
    margin: 0 30px;
  }
  footer .nav-primary li:last-child {
    margin-right: 0;
  }
}
footer .nav-primary li a {
  opacity: 1;
  outline: 0;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 20px;
  margin: 0 4px 0 0;
  padding: 9px 0;
  font-size: 0.85rem;
  color: #232323;
  border: 1px solid #232323;
  transition: all 0.35s ease-in;
  width: 100%;
}
@media (min-width: 801px) {
  footer .nav-primary li a {
    margin: 0;
    font-size: 1rem;
  }
}
footer .nav-primary li a:hover {
  background: #232323;
  color: #fff;
  font-weight: 500;
}
footer .nav-secondary {
  justify-content: space-between;
  border-bottom: 1px solid #232323;
  width: auto;
  margin: 5px 0 4%;
}
@media (min-width: 801px) {
  footer .nav-secondary {
    display: flex;
  }
}
footer .nav-secondary li {
  line-height: 200%;
  text-align: center;
  width: 35%;
  max-width: 145px;
}
@media (min-width: 801px) {
  footer .nav-secondary li {
    margin: 0 10px;
  }
}
footer .nav-secondary li a {
  color: #232323;
}
footer .nav-secondary li a img {
  display: none;
}
footer .nav-secondary li a:not(.not-icon) {
  position: relative;
  padding: 0 0 0 25px;
}
footer .nav-secondary li a:not(.not-icon)::before {
  content: "→";
  left: 0;
  top: -8px;
  position: absolute;
}
@media (min-width: 801px) {
  footer .grid-container {
    height: 96vh;
  }
}
@media (max-width: 500px) {
  footer {
    display: block;
    margin-top: 5vh;
    padding-top: 40px;
  }
  footer .container {
    margin: 0;
    text-align: center;
  }
  footer .nav-primary li {
    margin: 20px auto 0;
    max-width: 105px;
  }
  footer .grid-container {
    display: block;
    height: 70vh;
    height: auto;
    padding-bottom: 300px;
  }
  footer .grid-container .left-column,
  footer .grid-container .right-column {
    padding: 0;
  }
  footer .grid-container .left-column:nth-child(1) {
    display: none;
  }
  footer .grid-container .left-column:nth-child(3) {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  footer .grid-container .left-column:nth-child(3) .footer-cup {
    width: 110px;
  }
  footer .grid-container .left-column:nth-child(3) .text-footer.mobile {
    display: block;
    margin-bottom: 15px;
    font-size: 0.75rem;
  }
  footer .grid-container .nav-secondary {
    border-bottom: none;
    margin: 50px 0 0;
    text-align: center;
  }
  footer .grid-container .nav-secondary li {
    display: inline-block;
    text-align: center;
    max-width: inherit;
    width: 50px;
    margin: 0 12px;
    padding: 0;
  }
  footer .grid-container .nav-secondary li span {
    display: none;
  }
  footer .grid-container .nav-secondary li:last-child {
    display: block;
    width: inherit;
    margin-top: 20px;
  }
  footer .grid-container .nav-secondary li a {
    padding: 0;
  }
  footer .grid-container .nav-secondary li a:before {
    display: none;
  }
  footer .grid-container .nav-secondary li img {
    width: 30px;
    display: inline-block;
  }
  footer small {
    border-top: 1px solid #232323;
    padding: 25px 0;
  }
}
/* Establece el contenedor grid */
.grid-container {
  display: grid;
  grid-template-columns: 25% 75%; /* Dos columnas de igual ancho */
  grid-template-rows: 1fr 1fr; /* Dos filas de igual altura */
  height: 100vh;
  /* Estilos generales para las columnas */
  /* Alinear contenido de la segunda fila hacia abajo */
}
.grid-container .left-column,
.grid-container .right-column {
  padding: 20px;
}
.grid-container .right-column {
  text-align: right; /* Alinea el contenido a la derecha */
}
.grid-container .left-column:nth-child(3),
.grid-container .right-column:nth-child(4) {
  align-self: end;
}
.grid-container .left-column:nth-child(3) img {
  width: 70%;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.page-home .logo {
  top: 54vh;
}
@media (min-width: 801px) {
  .page-home .logo {
    top: 87vh;
  }
}
.page-home .logo.fixed {
  position: fixed;
  top: 10px;
}
.page-home header {
  top: 53vh;
}
@media (min-width: 801px) {
  .page-home header {
    top: 87vh;
  }
}
.page-home header .header-content {
  padding-top: 0.5%;
}
@media (min-width: 801px) {
  .page-home header .header-content {
    padding-top: 20px;
    padding-bottom: calc(3% - 5px);
  }
}
.page-home header.fixed {
  top: 0;
}
.page-home header.fixed .header-content {
  padding-top: 3.2%;
}
@media (min-width: 801px) {
  .page-home header.fixed .header-content {
    padding-top: 1.35%;
  }
}
@media (min-width: 801px) {
  .page-home .element-section {
    padding-top: 20vh;
  }
}
.page-home .list-work {
  margin: 7% 0 0;
  display: flex;
  flex-wrap: wrap;
}
.page-home .list-work li {
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
@media (max-width: 500px) {
  .page-home .list-work li.work-row {
    margin-bottom: 0;
  }
}
.page-home .list-work li.work-row .work-content {
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  .page-home .list-work li.work-row .work-content {
    margin-bottom: 10px;
  }
}
.page-home .list-work li.work-row .last {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 500px) {
  .page-home .list-work li.work-row .last {
    margin-top: 10px;
    position: relative;
  }
}
@media (min-width: 600px) {
  .page-home .list-work li {
    margin-bottom: 20px;
  }
  .page-home .list-work li.work-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .page-home .list-work li.work-row .work-left {
    width: 32%;
  }
  .page-home .list-work li.work-row .work-right {
    width: 66%;
  }
  .page-home .list-work li.work-row.tmpl-b .work-left {
    width: 49%;
  }
  .page-home .list-work li.work-row.tmpl-b .work-right {
    width: 49%;
  }
}
.page-home .list-work a {
  color: #232323;
}
.page-home .list-work img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.page-home .list-work video {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.page-home .list-work video.mb {
  margin-bottom: 25px;
}
.page-home .list-work video.remove-border {
  width: calc(100% + 2px);
  margin: 0 -1px;
}
@media (min-width: 1281px) {
  .page-home .list-work video.remove-border {
    width: calc(100% + 4px);
    margin: 0 -2px;
  }
}
.page-home .list-work .work-row-text {
  justify-content: space-between;
  padding: 5px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 0.95rem;
  display: none;
}
@media (min-width: 600px) {
  .page-home .list-work .work-row-text {
    font-size: 1.25rem;
    padding: 9px 0;
    display: grid;
  }
}
.page-home .list-work .work-row-text .title,
.page-home .list-work .work-row-text .client {
  opacity: 0.4;
}
.page-home .list-work .work-row-text .client {
  text-align: right;
}
.page-home .tags-img.pos1 {
  top: 5%;
  right: 4%;
  width: 119px !important;
  max-width: 19.5%;
}
@media (min-width: 801px) {
  .page-home .tags-img.pos1 {
    max-width: 16%;
  }
}
@media (min-width: 1025px) {
  .page-home .tags-img.pos1 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-home .tags-img.pos1 {
    max-width: 17%;
  }
}
.page-home .tags-img.pos2 {
  top: 3%;
  right: 5%;
  width: 190px !important;
  max-width: 21%;
}
@media (min-width: 801px) {
  .page-home .tags-img.pos2 {
    max-width: 36%;
  }
}
@media (min-width: 1025px) {
  .page-home .tags-img.pos2 {
    max-width: 33%;
  }
}
@media (min-width: 1281px) {
  .page-home .tags-img.pos2 {
    max-width: 26%;
  }
}
.page-home .tags-img.pos3 {
  bottom: calc(10% + 38px);
  right: 5%;
  width: 119px !important;
  max-width: 19.5%;
}
@media (min-width: 801px) {
  .page-home .tags-img.pos3 {
    max-width: 24%;
  }
}
@media (min-width: 1025px) {
  .page-home .tags-img.pos3 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-home .tags-img.pos3 {
    max-width: 18%;
  }
}
.page-home .tags-img.pos4 {
  top: 6%;
  left: 5%;
  width: 210px !important;
  max-width: 32%;
}
@media (min-width: 801px) {
  .page-home .tags-img.pos4 {
    max-width: 25.5%;
  }
}
@media (min-width: 1025px) {
  .page-home .tags-img.pos4 {
    max-width: 20%;
  }
}
@media (min-width: 1281px) {
  .page-home .tags-img.pos4 {
    max-width: 18.5%;
  }
}
.page-home .tags-img.pos5 {
  top: 4%;
  left: 5%;
}
.page-home .tags-img.pos6 {
  bottom: calc(4% + 38px);
  right: 5%;
}
.page-home .tags-img.pos7 {
  top: 7%;
  left: 6%;
  width: 184px !important;
  max-width: 28.5%;
}
@media (min-width: 801px) {
  .page-home .tags-img.pos7 {
    max-width: 16%;
  }
}
@media (min-width: 1025px) {
  .page-home .tags-img.pos7 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-home .tags-img.pos7 {
    max-width: 17%;
  }
}
.page-home .tags-img.pos8 {
  top: 4%;
  right: 6%;
  width: 123px !important;
  max-width: 22.5%;
}
@media (min-width: 801px) {
  .page-home .tags-img.pos8 {
    max-width: 16%;
  }
}
@media (min-width: 1025px) {
  .page-home .tags-img.pos8 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-home .tags-img.pos8 {
    max-width: 23%;
  }
}
.page-home .tags-img.pos9 {
  top: 25%;
  left: 5%;
  width: 123px !important;
  max-width: 22.5%;
  transform: rotate(25deg);
}
@media (min-width: 801px) {
  .page-home .tags-img.pos9 {
    max-width: 16%;
  }
}
@media (min-width: 1025px) {
  .page-home .tags-img.pos9 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-home .tags-img.pos9 {
    max-width: 23%;
  }
}
.page-home .tags-img.pos10 {
  bottom: 9%;
  right: 6%;
  width: 123px !important;
  max-width: 22.5%;
}
@media (min-width: 801px) {
  .page-home .tags-img.pos10 {
    max-width: 16%;
  }
}
@media (min-width: 1025px) {
  .page-home .tags-img.pos10 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-home .tags-img.pos10 {
    max-width: 23%;
  }
}

.article-big-video {
  width: 100%;
  height: 52vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.article-big-video video {
  width: auto;
  height: 100%;
}
@media (min-width: 801px) {
  .article-big-video {
    height: 85vh;
  }
  .article-big-video video {
    width: 100%;
    height: auto;
  }
}

p.intro-text {
  font-family: "TT Commons Pro";
  font-size: 1.75rem;
  line-height: 130%;
  letter-spacing: -0.005em;
  text-align: left;
  margin: 12vh 2% 10%;
}
@media (min-width: 801px) {
  p.intro-text {
    font-size: 6.5rem;
    margin: 5% 0 0;
    line-height: 110%;
  }
}
p.intro-text strong {
  font-weight: 600;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
.coada {
  z-index: 999999;
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #ffcc00;
  animation: 1s ease-in-out infinite alternate;
}
.coada.dark {
  background: #232323;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.page-works .element-section {
  padding-top: 100px;
}
@media (min-width: 801px) {
  .page-works .element-section {
    padding-top: 130px;
  }
}
@media (min-width: 1025px) {
  .page-works .element-section {
    padding-top: 150px;
  }
}
@media (min-width: 1281px) {
  .page-works .element-section {
    padding-top: 180px;
  }
}
.page-works .cover-big-febrero {
  width: 100%;
}
.page-works .line {
  content: "";
  display: block;
  width: 98%;
  height: 2px;
  background: #232323;
  margin-top: 0px;
  position: absolute;
  left: 1%;
  right: 1%;
}
.page-works .tag-select {
  position: absolute;
  background: url("../img/tags.png") top center no-repeat;
  width: 35px;
  height: 40px;
  background-size: contain;
  left: 8%;
  margin-top: -15px;
  transition: all 0.5s ease-in;
}
.page-works nav:not(.navbar__menu__links) {
  position: relative;
  margin: 70px 0 20px;
  display: flex;
  justify-content: space-between;
}
.page-works nav:not(.navbar__menu__links)::after {
  right: 0;
}
.page-works nav:not(.navbar__menu__links)::before {
  left: 0;
}
.page-works nav:not(.navbar__menu__links)::after, .page-works nav:not(.navbar__menu__links)::before {
  position: absolute;
  top: -3px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #232323;
  border-radius: 100%;
}
.page-works nav:not(.navbar__menu__links) a {
  color: #232323;
  display: inline-block;
  padding: 25px 55px;
  opacity: 0.4;
}
.page-works nav:not(.navbar__menu__links) a.active, .page-works nav:not(.navbar__menu__links) a:hover {
  opacity: 1;
}
.page-works .list-work {
  margin: 7% 0 0;
  display: flex;
  flex-wrap: wrap;
}
.page-works .list-work li {
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.page-works .list-work li.work-row .work-content {
  position: relative;
}
.page-works .list-work li.work-row .work-content a {
  display: block;
  position: relative;
}
.page-works .list-work li.work-row.tmpl-b .work-left {
  margin-bottom: 15px;
}
.page-works .list-work li.work-row.tmpl-b .work-right a:first-child {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .page-works .list-work li.work-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  .page-works .list-work li.work-row .work-left {
    width: 32%;
    margin-bottom: 0;
  }
  .page-works .list-work li.work-row .work-right {
    width: 66%;
  }
  .page-works .list-work li.work-row .work-right a:last-child {
    position: absolute;
    bottom: 0;
  }
  .page-works .list-work li.work-row.tmpl-b .work-left {
    width: 49%;
    margin-bottom: 0;
  }
  .page-works .list-work li.work-row.tmpl-b .work-right {
    width: 49%;
  }
  .page-works .list-work li.work-row.tmpl-b .work-right a:first-child {
    margin-bottom: 0;
  }
}
.page-works .list-work a {
  color: #232323;
}
.page-works .list-work img.poster {
  border-radius: 10px;
  width: auto;
  max-width: 100%;
}
.page-works .list-work video {
  border-radius: 10px;
  width: auto;
  max-width: 100%;
}
.page-works .list-work .work-row-text {
  justify-content: space-between;
  padding: 5px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 0.7rem;
}
@media (min-width: 801px) {
  .page-works .list-work .work-row-text {
    font-size: 1.25rem;
  }
}
.page-works .list-work .work-row-text .title,
.page-works .list-work .work-row-text .client {
  opacity: 0.4;
}
.page-works .list-work .work-row-text .client {
  text-align: right;
}
.page-works .tags-img.pos1 {
  top: 5%;
  right: 4%;
  width: 210px !important;
  max-width: 32%;
}
@media (min-width: 801px) {
  .page-works .tags-img.pos1 {
    max-width: 19.5%;
  }
}
@media (min-width: 1025px) {
  .page-works .tags-img.pos1 {
    max-width: 20%;
  }
}
@media (min-width: 1281px) {
  .page-works .tags-img.pos1 {
    max-width: 17.5%;
  }
}
.page-works .tags-img.pos2 {
  top: 3%;
  right: 5%;
  transform: rotate(-25deg);
  width: 119px !important;
  max-width: 19.5%;
}
@media (min-width: 801px) {
  .page-works .tags-img.pos2 {
    max-width: 24%;
  }
}
@media (min-width: 1025px) {
  .page-works .tags-img.pos2 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-works .tags-img.pos2 {
    max-width: 23%;
  }
}
.page-works .tags-img.pos3 {
  bottom: calc(10% + 38px);
  right: 5%;
  width: 119px !important;
  max-width: 19.5%;
}
@media (min-width: 801px) {
  .page-works .tags-img.pos3 {
    max-width: 24%;
  }
}
@media (min-width: 1025px) {
  .page-works .tags-img.pos3 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-works .tags-img.pos3 {
    max-width: 23%;
  }
}
.page-works .tags-img.pos4 {
  bottom: calc(8% + 38px);
  left: 5%;
  width: 190px !important;
  max-width: 21%;
}
@media (min-width: 801px) {
  .page-works .tags-img.pos4 {
    max-width: 22%;
  }
}
@media (min-width: 1025px) {
  .page-works .tags-img.pos4 {
    max-width: 23%;
  }
}
@media (min-width: 1281px) {
  .page-works .tags-img.pos4 {
    max-width: 19%;
  }
}
.page-works .tags-img.pos5 {
  left: 5%;
  bottom: calc(4% + 38px);
  max-width: 30%;
  width: 236px !important;
}
.page-works .tags-img.pos6 {
  right: 5%;
  top: 4%;
  max-width: 30%;
  width: 236px !important;
}
.page-works .tags-img.pos7 {
  top: 5%;
  left: 4%;
  width: 185px !important;
  max-width: 28.5%;
}
@media (min-width: 801px) {
  .page-works .tags-img.pos7 {
    max-width: 16%;
  }
}
@media (min-width: 1025px) {
  .page-works .tags-img.pos7 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-works .tags-img.pos7 {
    max-width: 17%;
  }
}
.page-works .tags-img.pos8 {
  top: 5%;
  left: 4%;
  width: 119px !important;
  max-width: 22.5%;
}
@media (min-width: 801px) {
  .page-works .tags-img.pos8 {
    max-width: 16%;
  }
}
@media (min-width: 1025px) {
  .page-works .tags-img.pos8 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-works .tags-img.pos8 {
    max-width: 23%;
  }
}
.page-works .tags-img.pos9 {
  top: 8%;
  left: 2%;
  width: 119px !important;
  max-width: 22.5%;
}
@media (min-width: 801px) {
  .page-works .tags-img.pos9 {
    max-width: 16%;
  }
}
@media (min-width: 1025px) {
  .page-works .tags-img.pos9 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-works .tags-img.pos9 {
    max-width: 23%;
  }
}
.page-works .tags-img.pos10 {
  bottom: 15%;
  right: 3%;
  width: 119px !important;
  max-width: 22.5%;
}
@media (min-width: 801px) {
  .page-works .tags-img.pos10 {
    max-width: 16%;
  }
}
@media (min-width: 1025px) {
  .page-works .tags-img.pos10 {
    max-width: 34%;
  }
}
@media (min-width: 1281px) {
  .page-works .tags-img.pos10 {
    max-width: 23%;
  }
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.page-about .element-section {
  padding-top: 150px;
}
.page-about h1 {
  text-align: center;
  font-size: 13vw;
  font-weight: 600;
  margin-bottom: 50vh;
}
@media (min-width: 801px) {
  .page-about h1 {
    margin-bottom: calc(60vh - 80px);
    font-size: 11vw;
  }
}
@media (min-width: 1390px) {
  .page-about h1 {
    font-size: 13vw;
  }
}
.page-about h1 span {
  display: inline-block;
}
.page-about .text-bigIdeas {
  margin: 5% 0 30%;
  text-align: center;
}
@media (min-width: 801px) {
  .page-about .text-bigIdeas {
    margin-bottom: 10%;
  }
}
.page-about .text-bigIdeas p {
  font-size: 1.5rem;
}
.page-about .about-info {
  margin: 8% 0 10%;
}
@media (max-width: 500px) {
  .page-about .about-info {
    display: block;
  }
}
@media (min-width: 801px) {
  .page-about .about-info {
    margin: 12% 0;
  }
}
.page-about .about-info h2 {
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0 30px 0 0;
  line-height: 135%;
  padding-left: 36%;
  position: relative;
}
@media (min-width: 800px) {
  .page-about .about-info h2 {
    padding-left: 0;
    font-size: 2rem;
    line-height: 117%;
  }
}
@media (min-width: 1100px) {
  .page-about .about-info h2 {
    font-size: 2.5rem;
  }
}
.page-about .about-info h2 small {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.5;
  display: block;
  margin-bottom: 5px;
  position: absolute;
  left: 0;
}
@media (min-width: 800px) {
  .page-about .about-info h2 small {
    font-size: 1.25rem;
    position: inherit;
    font-weight: inherit;
  }
}
@media (max-width: 500px) {
  .page-about .about-info .col {
    padding: 0 0 30px;
  }
}
@media (min-width: 801px) {
  .page-about .about-info .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-about h3 {
  font-size: 2.35rem;
  font-weight: 600;
  margin-bottom: 72px;
}
@media (min-width: 801px) {
  .page-about h3 {
    font-size: 4rem;
  }
}
.page-about .about-hacemos {
  font-size: 1.15rem;
  line-height: 130%;
}
@media (max-width: 500px) {
  .page-about .about-hacemos {
    display: block !important;
  }
  .page-about .about-hacemos .col {
    padding: 0;
  }
  .page-about .about-hacemos .col:first-child {
    display: none;
  }
}
@media (min-width: 801px) {
  .page-about .about-hacemos {
    font-size: 1.3rem;
  }
}
.page-about .about-hacemos a {
  font-weight: 400;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 5px 6% 0 0;
  color: #232323;
}
.page-about .about-hacemos a.active {
  font-weight: 600;
}
.page-about .about-hacemos a:first-child {
  padding-top: 0;
  margin-top: 0;
}
.page-about .about-hacemos .col > div {
  transition: all 0.35s ease-out;
  line-height: 125%;
  font-size: 1.35rem;
}
@media (max-width: 500px) {
  .page-about .about-hacemos .col > div a {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.3rem;
    margin-right: 0;
  }
  .page-about .about-hacemos .col > div a img {
    max-width: 15px;
    float: right;
    margin: 8px 10px 0;
  }
  .page-about .about-hacemos .col > div a img.arrow.active {
    display: none;
  }
  .page-about .about-hacemos .col > div div {
    display: none;
  }
}
@media (min-width: 801px) {
  .page-about .about-hacemos .col > div {
    position: absolute;
    left: 15%;
    right: 4%;
    display: none;
  }
}
.page-about .about-hacemos .col > div.active {
  display: block;
  opacity: 1;
  z-index: 1;
}
.page-about .about-hacemos .col > div.active a {
  display: none;
}
@media (max-width: 500px) {
  .page-about .about-hacemos .col > div.active a {
    font-weight: 600;
    border-bottom-width: 2px;
    display: block;
  }
  .page-about .about-hacemos .col > div.active a img.arrow {
    display: none;
  }
  .page-about .about-hacemos .col > div.active a img.arrow.active {
    display: block;
  }
  .page-about .about-hacemos .col > div.active div {
    display: block;
    padding: 0 15px 25px 0;
    font-size: 1.05rem;
    line-height: 130%;
  }
}
@media (min-width: 801px) {
  .page-about .about-hacemos .col > div.active {
    opacity: 1;
    top: 25px;
  }
}
.page-about .content-location {
  margin: 20% 0 7%;
}
@media (min-width: 801px) {
  .page-about .content-location {
    margin-top: 10%;
  }
}
.page-about .content-location h3 {
  margin-bottom: 25px;
}
@media (min-width: 801px) {
  .page-about .content-location h3 {
    margin-bottom: 55px;
  }
}
.page-about .content-location p {
  margin: 0 50% 0 0;
  font-size: 1.25rem;
  line-height: 125%;
}
@media (max-width: 500px) {
  .page-about .content-location p {
    margin: 0;
  }
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.page-people .header-content {
  background: transparent;
}
.page-people .cover-head {
  width: 100%;
  height: 36vh;
}
@media (min-width: 801px) {
  .page-people .cover-head {
    height: 100vh;
  }
}
.page-people .cover-head .fy-content {
  width: 100%;
  height: 100%;
}
.page-people .cover-head .fy-page {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 801px) {
  .page-people .cover-head .fy-page {
    background-attachment: fixed;
    background-size: cover;
  }
}
.page-people .cover-head .fy-page.fy-page-1 {
  background-image: url("../img/people-m.jpg");
}
@media (min-width: 801px) {
  .page-people .cover-head .fy-page.fy-page-1 {
    background-image: url("../img/people.jpg");
  }
}
.page-people .cover-head .fy-page.fy-page-2 {
  background-image: url("../img/people-2-m.jpg");
}
@media (min-width: 801px) {
  .page-people .cover-head .fy-page.fy-page-2 {
    background-image: url("../img/people.jpg");
  }
}
.page-people .cover-head .fy-pagination {
  position: absolute;
  top: 92%;
  width: 100%;
  text-align: center;
  display: none;
}
.page-people .element-section {
  padding-top: 40px;
  overflow: hidden;
}
.page-people p.intro-text {
  font-size: 2.05rem;
  font-weight: 400;
  line-height: 130%;
  margin: 2% 0 15%;
}
@media (min-width: 801px) {
  .page-people p.intro-text {
    font-size: 6.75rem;
    line-height: 105%;
  }
}
.page-people h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 45px 0 35px;
}
@media (min-width: 801px) {
  .page-people h3 {
    font-size: 3.5rem;
    margin: 0 0 3.5%;
  }
}
.page-people .people-team {
  display: inherit;
  grid-template-columns: 1fr 3fr !important;
  margin-bottom: 110px;
}
@media (min-width: 801px) {
  .page-people .people-team {
    display: grid !important;
    margin-bottom: 0px;
  }
}
.page-people .people-team .col {
  position: relative;
}
@media (max-width: 500px) {
  .page-people .people-team .col {
    padding: 0 !important;
  }
}
.page-people .people-team .col .fy-tab-item {
  opacity: 0;
  margin-top: 1%;
}
.page-people .people-team .col .fy-tab-item.active, .page-people .people-team .col .fy-tab-item.subactive {
  opacity: 1;
  font-weight: 600;
  z-index: 2;
  position: relative;
  width: 95%;
}
@media (max-width: 500px) {
  .page-people .people-team .col .fy-tab-item.active, .page-people .people-team .col .fy-tab-item.subactive {
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-people .people-team .col .fy-tab-item.active .card-team:after, .page-people .people-team .col .fy-tab-item.subactive .card-team:after {
  top: 50%;
  height: 0%;
}
.page-people .people-team .col .fy-tab-item.subactive {
  z-index: 1;
}
.page-people .people-team a {
  display: block;
  color: #232323;
  font-size: 1.25rem;
  transition: all 0.25s ease-in-out;
  padding: 8px 0;
}
.page-people .people-team a:hover {
  margin-left: 12px;
  font-size: 1.5rem;
}
.page-people .people-team a.active {
  font-weight: 600;
}
.page-people .people-team .card-team {
  background-color: #232323;
  color: white;
  padding: 12px;
  display: block;
  position: absolute;
  width: 74%;
  box-shadow: 3.09px 3.09px 20.63px 0px rgba(0, 0, 0, 0.0784313725);
  left: 11%;
  margin-top: 20px;
  min-height: 380px;
}
@media (min-width: 801px) {
  .page-people .people-team .card-team {
    left: calc(50% - 0px);
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
    padding: 12px 25px 12px 12px;
    left: -20px;
    right: 6%;
    width: inherit;
  }
}
.page-people .people-team .card-team img {
  width: 100%;
}
.page-people .people-team .card-team p.position {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 97%;
  text-align: left;
  margin: 3% 0 11%;
}
@media (min-width: 801px) {
  .page-people .people-team .card-team p.position {
    font-size: 3rem;
    margin: 2% 0;
  }
}
.page-people .people-team .card-team p.name {
  font-size: 0.85rem;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
}
@media (min-width: 801px) {
  .page-people .people-team .card-team p.name {
    font-size: 1.25rem;
  }
}
.page-people .people-team .card-team.rot1 {
  transform: rotate(2deg);
}
.page-people .people-team .card-team.rot2 {
  transform: rotate(-3deg);
}
.page-people .people-team .card-team.rot3 {
  transform: rotate(4.5deg);
}
.page-people .people-team .card-team.rot4 {
  transform: rotate(-4.5deg);
}
.page-people .people-team .card-team.rot5 {
  transform: rotate(1.75deg);
}
.page-people .people-team .card-team.rot6 {
  transform: rotate(-1.75deg);
}
.page-people .people-team .card-team.rot7 {
  transform: rotate(2.15deg);
}
.page-people .people-team .card-team.rot8 {
  transform: rotate(-2.25deg);
}
@media (min-width: 801px) {
  .page-people .people-team .card-team.rot1 {
    transform: rotate(2deg);
    margin: -50px 0 0 -10px;
  }
  .page-people .people-team .card-team.rot2 {
    transform: rotate(-2deg);
    margin: -50px 0 0 -10px;
  }
  .page-people .people-team .card-team.rot3 {
    transform: rotate(1.5deg);
    margin: -45px 0 0 -10px;
  }
  .page-people .people-team .card-team.rot4 {
    transform: rotate(-1.5deg);
    margin: -45px 0 0 -10px;
  }
  .page-people .people-team .card-team.rot5 {
    transform: rotate(1.75deg);
    margin: -55px 0 0 -11px;
  }
  .page-people .people-team .card-team.rot6 {
    transform: rotate(-1.75deg);
    margin: -55px 0 0 -11px;
  }
  .page-people .people-team .card-team.rot7 {
    transform: rotate(4.15deg);
    margin: -50px 0 0 -8px;
  }
  .page-people .people-team .card-team.rot8 {
    transform: rotate(-4.25deg);
    margin: -45px 0 0 -7px;
  }
}
.page-people .testimonios-content {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: visible;
}
.page-people .testimonios-content .fy-content {
  flex-direction: row;
  height: auto;
  overflow: visible;
}
.page-people .testimonios-content .fy-pagination {
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 500px) {
  .page-people .testimonios-content .fy-pagination {
    height: inherit;
    text-align: center;
  }
  .page-people .testimonios-content .fy-pagination .col {
    position: relative;
    padding: 0;
  }
}
.page-people .testimonios-content .fy-pagination .col {
  position: relative;
}
.page-people .testimonios-content .fy-dot {
  display: none;
}
.page-people .testimonios-content .fy-page {
  justify-content: start !important;
  align-items: start !important;
}
.page-people .testimonios-content button {
  border: 1px solid transparent;
  background: #ffcc00;
  color: #232323;
  border-radius: 15px;
  padding: 6px 14px 0;
}
@media (min-width: 801px) {
  .page-people .testimonios-content button {
    position: absolute;
    top: -50px;
  }
}
.page-people .testimonios-content button path {
  stroke: #232323;
}
.page-people .testimonios-content button:hover {
  border-color: white;
  background: #232323;
  color: white;
}
.page-people .testimonios-content button:hover path {
  stroke: white;
}
.page-people .testimonios-content button.fy-next {
  rotate: 180deg;
  right: 0;
}
.page-people .people-testimonios {
  align-items: left;
  grid-template-columns: 25% auto !important;
}
@media (max-width: 500px) {
  .page-people .people-testimonios {
    display: block;
  }
}
@media (min-width: 801px) {
  .page-people .people-testimonios {
    grid-template-columns: 23% auto !important;
  }
}
@media (min-width: 1001px) {
  .page-people .people-testimonios {
    grid-template-columns: 20% auto !important;
  }
}
@media (min-width: 1195px) {
  .page-people .people-testimonios {
    grid-template-columns: 25% auto !important;
  }
}
.page-people .people-testimonios p {
  line-height: 130%;
}
.page-people .people-testimonios .testimonio-name {
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  display: block;
}
.page-people .people-testimonios .testimonio-name strong {
  font-weight: 600;
}
.page-people .people-testimonios .testimonio-name:after {
  border: 3px solid #232323;
  content: "";
  display: block;
  width: calc(100% - 10px);
  max-width: 128px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  aspect-ratio: 1/1;
}
@media (min-width: 801px) {
  .page-people .people-testimonios .testimonio-name:after {
    max-width: 168px;
  }
}
.page-people .people-testimonios img {
  margin: 1px auto;
  width: calc(100% - 6px);
  max-width: 130px;
  border-radius: 100%;
  border: 1px solid transparent;
}
@media (min-width: 801px) {
  .page-people .people-testimonios img {
    max-width: 170px;
  }
}
@media (max-width: 500px) {
  .page-people .people-testimonios .col {
    padding-left: 0;
  }
}
.page-people .people-testimonios .testimonio-content {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  padding: 0 5%;
}
@media (min-width: 801px) {
  .page-people .people-testimonios .testimonio-content {
    font-size: 2.5rem;
    line-height: 110%;
    text-align: left;
    margin-left: 5%;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 1281px) {
  .page-people .people-testimonios .testimonio-content {
    font-size: 2.85rem;
  }
}
@property --progress-value {
  .page-people .people-testimonios {
    syntax: "<integer>";
    inherits: false;
    initial-value: 0;
  }
}
@keyframes html-progress {
  to {
    --progress-value: 92;
  }
}
@keyframes css-progress {
  to {
    --progress-value: 87;
  }
}
@keyframes js-progress {
  to {
    --progress-value: 73;
  }
}
.page-people .people-testimonios .progress-bar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* to center the percentage value */
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-people .people-testimonios .progress-bar::before {
  counter-reset: percentage var(--progress-value);
  content: counter(percentage) "%";
}
.page-people .people-testimonios .html {
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(hotpink calc(var(--progress-value) * 1%), pink 0);
  animation: html-progress 2s 1 forwards;
}
.page-people .people-testimonios .html::before {
  animation: html-progress 2s 1 forwards;
}
.page-people .people-testimonios .css {
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%, white 0), conic-gradient(hotpink calc(var(--progress-value) * 1%), pink 0);
  animation: css-progress 2s 1 forwards;
}
.page-people .people-testimonios .css::before {
  animation: css-progress 2s 1 forwards;
}
.page-people .people-testimonios .js {
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%, white 0), conic-gradient(hotpink calc(var(--progress-value) * 1%), pink 0);
  animation: js-progress 2s 1 forwards;
}
.page-people .people-testimonios .js::before {
  animation: js-progress 2s 1 forwards;
}

.fy-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Paginación */
}
.fy-container .fy-content {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.fy-container .fy-content .fy-page {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
  color: #232323;
}
@media (min-width: 801px) {
  .fy-container .fy-content .fy-page {
    font-size: 6rem;
  }
}
.fy-container .fy-pagination {
  margin-top: 25px;
  height: 25px;
  padding-top: 5px;
}
.fy-container .fy-dot {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition: opacity 0.3s ease;
  opacity: 0.4;
  position: relative;
  z-index: 2;
  margin: -2px 0 0 -2px;
}
.fy-container .fy-dot::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  margin: 5px 0 0 6px;
  background-color: #232323;
}
@media (min-width: 801px) {
  .fy-container .fy-dot::after {
    width: 15px;
    height: 15px;
  }
}
.fy-container .fy-dot.active {
  opacity: 1;
}

.row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.row.two-items {
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "item1 item2";
}
.row.two-items.same-width {
  grid-template-columns: 1fr 1fr;
}
.row.two-items.grid-item:nth-child(1) {
  grid-area: item1;
}
.row.two-items.grid-item:nth-child(2) {
  grid-area: item2;
}
.row .col {
  padding: 25px;
}
.row .col:first-child {
  padding-left: 0;
  padding-right: 0;
}
.row .col:last-child {
  padding-right: 0;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.page-work .element-section {
  padding-top: 100px;
}
@media (min-width: 801px) {
  .page-work .element-section {
    padding-top: 180px;
  }
}
.page-work .cover {
  padding-top: 20px;
}
.page-work h1 {
  font-weight: 600;
  margin-bottom: 5%;
  color: black;
  font-size: 8.5vw;
}
@media (min-width: 801px) {
  .page-work h1 {
    font-size: 6vw;
  }
}
.page-work h2 {
  font-size: 4vw;
  font-weight: 400;
  margin: 2% 0;
  color: black;
  line-height: 120%;
}
@media (min-width: 801px) {
  .page-work h2 {
    font-size: 2.5vw;
    line-height: 110%;
  }
}
.page-work .row {
  gap: 80px;
}
@media (max-width: 500px) {
  .page-work .row {
    display: block;
  }
  .page-work .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .page-work .row .col {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .page-work .row .row {
    display: grid;
  }
  .page-work .row .row .col {
    padding-top: 15px;
  }
}
.page-work .row p {
  line-height: 130%;
  font-size: 1rem;
}
@media (min-width: 801px) {
  .page-work .row p {
    font-size: 1.25rem;
  }
}
.page-work .row small {
  opacity: 0.4;
  font-size: 1rem;
}
@media (min-width: 801px) {
  .page-work .row small {
    font-size: 1.25rem;
  }
}
.page-work .row a {
  color: #232323;
  opacity: 0.4;
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}
.page-work .row a:hover {
  opacity: 1;
}
.page-work .row .technicalSheet {
  padding: 0;
}
.page-work .work-detail p {
  font-size: 0.9rem;
  line-height: 120%;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (min-width: 801px) {
  .page-work .work-detail p {
    font-size: 1.1rem;
  }
}
.page-work .work-detail p strong {
  font-weight: 600;
}
.page-work .list-work {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 801px) {
  .page-work .list-work {
    margin-top: 40px;
  }
}
.page-work .list-work li {
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin: 25px 0 0;
  margin-top: 15px;
  overflow: hidden;
}
@media (min-width: 801px) {
  .page-work .list-work li {
    margin: 0 0 25px;
  }
}
.page-work .list-work li.work-row .work-content {
  position: relative;
}
@media (max-width: 500px) {
  .page-work .list-work li.work-row .work-content.work-left {
    margin-bottom: 25px;
  }
  .page-work .list-work li.work-row .work-content.work-left img:nth-child(2) {
    margin-top: 25px;
  }
}
@media (min-width: 801px) {
  .page-work .list-work li.work-row .work-content {
    height: 100%;
  }
}
.page-work .list-work li.work-row .work-content .last {
  margin-top: 25px;
}
.page-work .list-work li.work-row .work-content a {
  display: block;
  position: relative;
}
.page-work .list-work li.work-row.m-two-column {
  margin-top: 15px;
}
.page-work .list-work li.work-row.m-two-column .work-content {
  width: 48%;
  display: inline-block;
}
.page-work .list-work li.work-row.m-two-column .work-content:first-child {
  margin-right: 4%;
}
.page-work .list-work li.work-row.m-two-column .work-content .last {
  margin-top: 8px;
}
.page-work .list-work li.work-row.m-two-column .work-content.work-left {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .page-work .list-work li.work-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  .page-work .list-work li.work-row .work-left {
    width: 49%;
    overflow: hidden;
  }
  .page-work .list-work li.work-row .work-left .last {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .page-work .list-work li.work-row .work-right {
    width: 49%;
    overflow: hidden;
  }
  .page-work .list-work li.work-row .work-right .last {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.page-work .list-work a {
  color: #232323;
}
.page-work .list-work img {
  border-radius: 10px;
  width: 100%;
}
.page-work .list-work img.mb {
  margin-bottom: 10px;
}
@media (min-width: 801px) {
  .page-work .list-work img.mb {
    margin-bottom: 25px;
  }
}
.page-work .list-work video {
  border-radius: 10px;
  width: 100%;
}
.page-work .list-work video.mb {
  margin-bottom: 25px;
}
.page-work .list-work video.remove-border {
  width: calc(100% + 2px);
  margin: 0 -1px;
}
@media (min-width: 1281px) {
  .page-work .list-work video.remove-border {
    width: calc(100% + 4px);
    margin: 0 -2px;
  }
}
.page-work .list-work iframe {
  border-radius: 10px;
}
.page-work .list-work .work-row-text {
  justify-content: space-between;
  padding: 7px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.page-work .list-work .work-row-text .title,
.page-work .list-work .work-row-text .client {
  opacity: 0.6;
}
.page-work .list-work .work-row-text .client {
  text-align: right;
}
.page-work footer {
  margin-top: 10%;
}
.page-work video {
  width: 100%;
}
.page-work .calamar-sosDeLaB-cover {
  background: url("../img/works/el-calamar/001.jpg");
  background-size: cover;
  position: relative;
  height: 34vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 801px) {
  .page-work .calamar-sosDeLaB-cover {
    height: 100vh;
    min-height: 940px;
  }
}
.page-work .calamar-sosDeLaB-cover img {
  width: 40%;
  max-width: 405px;
  position: absolute;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
body.loader {
  overflow: hidden;
  width: 100vw;
  height: 100%;
  position: relative;
}
body.loader .content {
  display: none;
}

#loader {
  width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
  transition: all 0.35s ease-out;
  transition-delay: 0.4s;
  background: #ffcc00;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
#loader img {
  position: relative;
  z-index: 1;
  max-width: 230px;
  margin: 0 auto;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.35s ease-out;
}
@media (min-width: 801px) {
  #loader img {
    max-width: 330px;
  }
}

#loader.fadeOut {
  width: 0;
}
#loader.fadeOut img {
  opacity: 0;
}

#loader_animation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  display: none;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.modal .modal-content {
  background-color: #FDF3E6;
  border-radius: 15px;
  width: 85%;
  padding: 25px 4%;
  max-width: 900px;
  max-height: 80vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 125%;
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}
@media (min-width: 801px) {
  .modal .modal-content {
    padding: 25px 40px;
  }
}
.modal .modal-content div.title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (min-width: 801px) {
  .modal .modal-content div.title {
    font-size: 5rem;
  }
}
.modal .modal-content .close {
  top: 2.5%;
  right: 2.5%;
  position: absolute;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background: url("../img/btn-close.png");
  background-size: contain;
  cursor: none;
}
@media (min-width: 801px) {
  .modal .modal-content .close {
    top: 5%;
    right: 3%;
    width: 47px;
    height: 47px;
  }
}
.modal .modal-content .close:hover {
  background-image: url("../img/btn-close-hover.png");
}
.modal .modal-content .fy-gracias {
  display: none;
}
.modal .modal-content.gracias {
  background: #ffcc00;
  padding-bottom: 190px;
  height: 90vh;
  max-height: 400px;
}
.modal .modal-content.gracias .fy-gracias {
  display: block;
}
.modal .modal-content.gracias .fy-form {
  display: none;
}
.modal .modal-content.gracias div.title {
  font-size: 3rem;
}
@media (min-width: 801px) {
  .modal .modal-content.gracias div.title {
    font-size: 9rem;
  }
}
.modal .modal-content.gracias p {
  margin: 20px 0 0 0;
}
@media (min-width: 801px) {
  .modal .modal-content.gracias p {
    margin: 20px 35% 0 15px;
  }
}
.modal .modal-content.gracias .close {
  background-image: url("../img/btn-close-hover.png");
}
.modal .modal-content.gracias .close:hover {
  background-image: url("../img/btn-close.png");
}
.modal .modal-content.gracias img {
  position: absolute;
  bottom: 0;
  width: 35%;
  max-width: 185px;
}
.modal .tag-select {
  border: 1px solid #232323;
  border-radius: 20px;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 1px;
  font-size: 13px;
  transition: all 0.5s ease-in;
  margin: 0 6px 8px 0;
}
@media (min-width: 801px) {
  .modal .tag-select {
    font-size: 15px;
  }
}
.modal .tag-select:hover, .modal .tag-select.active {
  background-color: #232323;
  color: white;
}
.modal .tag-select:focus, .modal .tag-select:active {
  background-color: transparent;
  color: #232323;
}
.modal .subtitle {
  margin: 20px 0 0;
}
@media (min-width: 801px) {
  .modal .subtitle {
    margin: 40px 0 0;
  }
}
.modal .content-select {
  justify-content: space-between;
  width: 100%;
  max-width: 720px;
  margin: 18px 0;
}
@media (min-width: 801px) {
  .modal .content-select {
    display: flex;
    margin: 30px 0;
  }
}
.modal form {
  width: 100%;
  max-width: 770px;
}
@media (max-width: 500px) {
  .modal form .row {
    gap: 8px;
  }
  .modal form .col:last-child {
    padding-left: 0;
  }
}
.modal form .col {
  padding: 10px 25px;
}
.modal form .contentBtn {
  line-height: 100%;
  display: inline-block;
}
.modal form .contentBtn button,
.modal form .contentBtn .btnArrow,
.modal form .contentBtn .btnArrow-2 {
  position: relative;
}
.modal form .contentBtn button {
  display: inline-block;
  top: 0;
}
.modal form .contentBtn .btnArrow {
  background: #ffcc00;
  display: inline-block;
  border-radius: 20px;
  padding: 9px 14px 4px;
  top: 6px;
  transition: all 0.15s ease-in;
}
.modal form .contentBtn .btnArrow path {
  stroke: #232323;
}
.modal form .contentBtn .btnArrow-2 {
  background: #232323;
  display: inline-block;
  border-radius: 20px;
  padding: 9px 0 4px;
  top: 6px;
  transition: all 0.25s ease-in;
  width: 0;
}
.modal form .contentBtn .btnArrow-2 svg {
  rotate: 180deg;
  margin: -2px 0 0 -2px;
  opacity: 0;
  transition: all 0.35s ease-in;
}
.modal form .contentBtn .btnArrow-2 svg path {
  stroke: white;
}
.modal form .contentBtn:hover button {
  background: #232323;
  color: white;
}
.modal form .contentBtn:hover .btnArrow {
  opacity: 0;
  width: 0;
  padding-left: 0;
  padding-right: 0;
}
.modal form .contentBtn:hover .btnArrow svg {
  opacity: 0;
}
.modal form .contentBtn:hover .btnArrow-2 {
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
}
.modal form .contentBtn:hover .btnArrow-2 svg {
  opacity: 1;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
form input,
form textarea {
  border: 1px solid #ccc;
  border-radius: 20px;
  font-family: "TT Commons Pro";
  font-size: 1rem;
  background-color: #FDF3E6;
  padding: 5px 10px;
  width: calc(100% - 20px);
}
@media (min-width: 801px) {
  form input,
  form textarea {
    width: 100%;
    padding: 8px 15px;
  }
}
form textarea {
  border-radius: 10px;
}
form button {
  font-weight: 600;
  background-color: #ffcc00;
  color: #232323;
  border-radius: 20px;
  padding: 0 20px;
  display: inline-block;
  height: var(--radius, 2.3rem);
  align-items: center;
  display: flex;
  transition: background 0.5s ease;
  border: none;
}
form button:hover {
  background: #232323;
  color: white;
}

.clientes {
  margin-top: 80px;
}
@media (max-width: 500px) {
  .clientes {
    display: block;
    margin-top: 0;
  }
  .clientes .col {
    padding: 0 0 50px;
  }
}
.clientes h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 801px) {
  .clientes h3 {
    font-size: 4rem;
    margin-bottom: 72px;
  }
}
.clientes li {
  padding: 17px 5px 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 1.35rem;
}
.clientes li .contentImg {
  opacity: 0;
  position: absolute;
  left: 130px;
  top: -100%;
  width: 190px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.clientes li .contentImg img {
  max-width: 100%;
  display: none;
  border-radius: 7px;
}
.clientes li:hover {
  font-weight: 600;
}
.clientes li:hover .contentImg {
  opacity: 1;
  left: 140px;
}
.clientes li:hover img {
  display: block;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.navbar__menu-mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  color: #232323;
  z-index: 1000;
  padding: 0 10%;
  transition: all 0.25s ease-in;
  overflow: hidden;
}
.navbar__menu-mobile::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffcc00;
  transition: all 0.5s ease-in;
  opacity: 0;
}
.navbar__menu-mobile .linkClose {
  z-index: 1002;
  position: absolute;
  right: 5%;
  top: 5%;
}
.navbar__menu-mobile .linkClose svg {
  color: #232323;
  fill: #232323;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}
.navbar__menu-mobile .logo-menu {
  height: 30px;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1002;
  width: inherit;
}
.navbar__menu-mobile .menu-mobile-container {
  position: relative;
  z-index: 1002;
  text-align: center;
}
.navbar__menu-mobile .menu-mobile-container a {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  color: #232323;
  margin-bottom: 18%;
  margin-left: -25px;
  transition: all 0.5s ease-in;
  opacity: 0;
}
.navbar__menu-mobile .menu-mobile-container a:nth-child(1) {
  transition-delay: 0.35s;
}
.navbar__menu-mobile .menu-mobile-container a:nth-child(2) {
  transition-delay: 0.45s;
}
.navbar__menu-mobile .menu-mobile-container a:nth-child(3) {
  transition-delay: 0.55s;
}
.navbar__menu-mobile .menu-mobile-container a:nth-child(4) {
  transition-delay: 0.65s;
}
.navbar__menu-mobile.expand {
  bottom: 0;
  padding-top: 20vh;
}
.navbar__menu-mobile.expand::after {
  opacity: 1;
}
.navbar__menu-mobile.expand .menu-mobile-container a {
  margin-left: 0;
  opacity: 1;
}

/* === ++ === +++ === ++ === +++ === ++ === +++ */
/* === ++ === +++ === ++ === +++ === ++ === +++ */
.embed-container {
  --video--width: 1274;
  --video--height: 846;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
  border-radius: 10px;
}
.embed-container.full-width {
  border-radius: 0;
  --video--width: 1050;
  --video--height: 590;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-block {
  display: block;
}
@media (min-width: 801px) {
  .d-block {
    display: none;
  }
}

.d-none {
  display: none;
}
@media (min-width: 801px) {
  .d-none {
    display: block;
  }
}

.d-sm-block {
  display: none;
}
@media (min-width: 801px) {
  .d-sm-block {
    display: block;
  }
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 25px !important;
}

.mt-3 {
  margin-top: 25px !important;
}
@media (min-width: 801px) {
  .mt-3 {
    margin-top: 40px !important;
  }
}

.m-mt-3 {
  margin-top: 25px !important;
}
@media (min-width: 801px) {
  .m-mt-3 {
    margin-top: 0 !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

@supports (-webkit-touch-callout: none) {
  html, body {
    overscroll-behavior: none;
  }
}