.noise-block.is--1 {
  position: fixed;
  inset: 0%;
  z-index: 10010;
  opacity: 0.14;
  filter: brightness(90%);
  mix-blend-mode: lighten;
  background-image: url(../../assets/images/noise.gif);
  background-position: 0 0;
  background-size: 144px;
  height: 100vh;
  min-height: 100vh;
  pointer-events: none;
}

:root {
  /* --color-primary: #cde968; */
  --color-primary: #ebffb1;
  /* --color-primary: #e87b58; */
}

#page {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.site-noise {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 9;
  background: #111;
  background: #00070c;
}

.home .site-noise:before {
  /* position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../../assets/images/noise.png) repeat 0 0;
    -webkit-animation: none;
    animation: none; */
  content: "";
  background-image: url(https://miguelangelpoyatos.com/wp-content/themes/mytheme/assets/css/../../assets/images/noise.png);
  z-index: 1;
  background-image: url(https://www.tomorrowland.com/home/_next/static/media/owr-bg.fbe340d6.jpg);
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.5;
  /* opacity: 1; */
  transition: all 1s ease-in-out;
  filter: brightness(1.2);
}

.home.is-degradado .site-noise:before {
  transition: all 1s ease-in-out;
  filter: brightness(0.5);
}

.once-in {
  will-change: transform;
}

@-webkit-keyframes grain {

  0%,
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }

  20% {
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }

  30% {
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }

  40% {
    -webkit-transform: translate(21%, 25%);
    transform: translate(21%, 25%);
  }

  50% {
    -webkit-transform: translate(-25%, 10%);
    transform: translate(-25%, 10%);
  }

  60% {
    -webkit-transform: translate(15%, 5%);
    transform: translate(15%, 5%);
  }

  70% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  80% {
    -webkit-transform: translate(25%, 35%);
    transform: translate(25%, 35%);
  }

  90% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}

@keyframes grain {

  0%,
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }

  20% {
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }

  30% {
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }

  40% {
    -webkit-transform: translate(21%, 25%);
    transform: translate(21%, 25%);
  }

  50% {
    -webkit-transform: translate(-25%, 10%);
    transform: translate(-25%, 10%);
  }

  60% {
    -webkit-transform: translate(15%, 5%);
    transform: translate(15%, 5%);
  }

  70% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }

  80% {
    -webkit-transform: translate(25%, 35%);
    transform: translate(25%, 35%);
  }

  90% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}

.wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2.5rem 4.5rem;
  height: 100vh;
  align-items: flex-end;
  flex-flow: column;
}

#svg {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.text-name {
  font-size: 5.5rem;
  font-size: clamp(2.5rem, 1.8rem + 4vw, 5rem);

  line-height: 1;
  height: auto;
  letter-spacing: -0.03em;
  color: rgb(255 255 255 / 15%);
  display: flex;
  flex-direction: column;
}

.text-name span {
  color: #ebffb1;
}

.container-eyes {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  /* height: 100%; */
  padding-top: 8%;
  max-width: 50%;
  margin-right: auto;
  position: relative;
}

.container-eyes p {
  margin: 0;
  /* text-transform: uppercase; */
  font-weight: 500;
  position: relative;
}

.container-eyes p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgb(0 0 0 / 10%);
  z-index: -1;
}

.eyes-text {
  text-decoration: none;
  /* font-family: "Confillia Bold", sans-serif; */
  font-size: 175px;
  font-weight: bolder;

  color: #0f0f0f;

  overflow: hidden;
  /* text-transform: uppercase; */
  height: 175px;
  line-height: 175px;
  font-size: 10rem;

  height: 120px;
  line-height: 120px;
  font-size: 7rem;

  font-size: 5.5rem;
  line-height: 1;
  height: auto;
  letter-spacing: -0.03em;
}

.block {
  display: flex;
}

.eyes-text:hover .letter,
.eyes-text.play .letter {
  transform: translateY(-100%);
}

.eyes-text .letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  transition-delay: 0s;
}

.letter:nth-child(2) {
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  transition-delay: 0.165s;
}

a.eyes-text .block:nth-child(2) span {
  color: var(--color-primary);
}

.email {
  text-align: center;
  position: relative;
  z-index: 999;
}

.email a {
  font-size: 18px;
  color: #0f0f0f;
  display: inline-flex;
}

.sound-icon {
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.unlock_audio p {
  margin: 0;
  z-index: 9;
  position: relative;
}

.sound-icon .icon-click>* {
  cursor: pointer;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unlock_audio {
  position: fixed;
  /* top: 0; */
  right: 2rem;
  top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  line-height: 1.2;
  z-index: 99;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.unlock_audio:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgb(24 23 29 / 21%);
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: anim-video-start-pulse 4s ease-in-out infinite;
  cursor: pointer;
}

/* .unlock_audio:hover:after {
      background-color: #cdea67;
      transition: background-color .3s cubic-bezier(0.215, 0.61, 0.355, 1);
  } */

.unlock_audio:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.unlock_audio:hover:before {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes anim-video-start-pulse {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.2);
  }

  35% {
    transform: scale(0.85);
  }

  47% {
    transform: scale(1);
  }
}

[data-audio-ambient-status="not-started"] .sound-icon {
  display: none;
}

[data-audio-ambient-status="not-active"] .sound-icon .sound-on {
  display: block;
}

[data-audio-ambient-status="not-active"] .sound-icon .sound-off {
  display: none;
}

[data-audio-ambient-status="active"] .sound-icon .sound-off {
  display: block;
}

[data-audio-ambient-status="active"] .sound-icon .sound-on {
  display: none;
}

@media screen and (max-width: 1300px) {
  .eyes-text {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -0.03em;
    /* height: 128px; */
  }
}

@media all and (max-width: 768px) {
  .eyes-text {
    font-size: 70px;
    line-height: 70px;
    height: 70px;
    letter-spacing: -3px;
  }


}

@media all and (max-width: 540px) {
  .eyes-text {
    font-size: 36px;
    line-height: 42px;
    height: 42px;
  }

  .container-eyes p {
    margin-bottom: 12px;
  }
}

/* CABECERA */

.site-header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

header#masthead {
  background: #000;
  --header-transition-duration: 0.45s;
  --header-transition-ease: cubic-bezier(0.38, 0.005, 0.215, 1);
  z-index: 200;
  position: absolute;
  top: 0;
  left: 2.5rem;
  width: calc(100% - 5rem);
  /* height: 7.5rem; */
  padding: 18px 0 24px;
  transition: color var(--header-transition-duration) var(--header-transition-ease);
  padding-right: 15px;
  padding-left: 15px;
}

.logo img {
  max-width: 210px;
  width: 100%;
}

.menu_top {
  display: flex;
  justify-content: flex-end;
}

.menu_top .btn {
  margin: 0;
  margin-left: 24px;
}

.menu_top .comun {
  margin: 0 5px;
}

.menu_bottom {
  margin-top: 12px;
}

.c-ul_list {
  display: flex;
  align-items: flex-end;
}

.c-ul_list li {
  /* margin: 0 15px; */
  margin-left: 30px;
  line-height: 1;
  max-width: 125px;
}

.c-ul_list li a {
  color: #fff;
  font-size: 1.2rem;
  /* display: inline; */
}

nav.nav_top {
  /* max-width: 100%; */
  /* margin-left: auto; */
}

.c-nav_list {
  /* width: 100%; */
}

/*---------*/

.c-locomotive.logo_intro {
  padding-top: 152px;
}


.section-home-intro .container {
  padding: 0 2.625vw;
  width: 100%;
  max-width: 100%;
}

.section-home-intro {
  padding: 0;
}

#intro {
  /* background-image: linear-gradient(229deg, #8955b8 40% , #53c0ed 100%); */
  border-radius: 1.25rem 1.25rem 0 0;
  padding-top: 8.625rem;

  background: #000 url(../../assets/images/bg_home.jpg) no-repeat center center;
  background-size: cover;
}

#intro-page {
  border-radius: 1.25rem 1.25rem 0 0;
  padding-top: 8.625rem;
}

#intro .c-heading {
  margin: 0;
  font-size: 5rem;
  color: #fff;
}

.intro_description_text {
  margin-top: -100px;
}

.intro_description_text p {
  color: #fff;
}

svg#espiral {
  position: absolute;
  left: 6rem;
  top: 4rem;
  max-width: 35%;
}

section#h-about {
  border-radius: 0 0 1.25rem 1.25rem;
}

.h-about-svg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 300px;
}

.h-about-btn {
  display: flex;
  align-items: flex-end;
  padding-bottom: 4rem;
}

.h-about-comun h3 {
  font-size: 4.25rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.h-about-comun p {
  font-size: 21px;
}

.h-about-comun {
  padding-right: 8rem;
  margin-bottom: 2rem;
}

img.logo_mini_star {
  max-width: 45px;
  margin-left: -25px;
}

.h-about_inner:nth-child(2) .h-about-comun:nth-child(1) {
  margin-top: -4rem;
}

.h-about_inner .h-about-comun:nth-child(2) {
  padding-top: 8rem;
}

section#servicios {
  /* background-image: radial-gradient(rgb(255 255 255 / 30%) 5%, transparent 0);
    background-size: 55px 55px; */
}

.servicios-cabecera {
  padding-bottom: 38px;
}

.servicios-cabecera h3 {
  font-size: 4.25rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.servicios-cabecera p {
  font-size: 21px;
}

.servicios_comun p {
  font-size: 3.25rem;
  text-transform: uppercase;
  font-family: Matter;
  font-weight: 200;
  line-height: 1;
}

.default-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* border-radius: var(--border-radius); */
  border: 1px solid #000;
}

.default-image::before {
  content: "";
  display: block;
  padding-top: 100%;
  padding-top: 120%;
}

#h-formacion .default-image .overlay-image-wrap {
  top: -20%;
}

.default-image .overlay-image-wrap {
  height: 120%;
  top: -10%;
}

.servicios_comun {
  padding-top: 60px;
}

section#h-formacion {
  background-image: linear-gradient(229deg, #8955b8 40%, #53c0ed 100%);
  padding-top: 0;
}

#h-formacion .h-formacion_inner .comun:nth-child(1) {
  margin-top: -40px;
}

.h-formacion-title {
  padding-top: 5.25rem;
}

.h-formacion-title h3 {
  font-size: 4.25rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.h-formacion-title p {
  color: #fff;
  font-size: 21px;
}

#h-formacion .h-formacion_inner>.comun:nth-child(2) {
  position: relative;
}

.btn_aula {
  position: absolute;
  bottom: 0;
}

section.error-404.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
}

section.error-404 header.page-header {
  text-align: center;
}

header.page_404 {
  background: #e7e7e7;
  height: 60vh;
  position: relative;
}

section.error-404 header.page-header h1 {
  font-size: 12vw;
  margin-bottom: 2.5rem;
  color: #fff;
}

header.page_404 header.page-header {
  max-width: 400px;
  margin-top: -200px;
}

header.page_404 header.page-header h1 {
  max-width: 400px;
  font-weight: 600;
  padding-top: 0;
}

ul.footer-menu li a {
  color: #fff;
  font-size: 1.2rem;
}

.footer-inner .comun {
  display: flex;
  flex-flow: column;
  align-items: center;
}

ul.footer-menu {
  margin-top: auto;
}

.footer-inner .comun:nth-child(1) img {
  max-width: 90%;
}

.footer-inner .comun:nth-child(2) img {
  max-width: 160px;
  margin-bottom: 24px;
}

.footer-inner .comun:nth-child(3) p {
  color: #fff;
  margin: auto 0 0;
}

ul.footer-social li a {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  margin: 6px 0;
  display: inline-block;
  font-family: Matter;
}

.footer-inner .comun:nth-child(4) {
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-inner .comun:nth-child(4) ul li a {
  margin-bottom: 0;
}

.intro-page_description p {
  font-size: 2rem;
  font-family: Matter;
  margin-top: -30px;
}

img.arrow-down {
  width: 45px;
  margin-top: auto;
}

.n-servicios {
  /* background-image: linear-gradient(229deg, #361663 40% , #53c0ed 100%);
    background-size: cover; */
}

.overlay .n-servicios {
  /* background-image: linear-gradient(229deg, #361663 40% , #53c0ed 100%);
    background-size: cover; */
}

.n-servicios .servicios_comun {
  display: flex;
  flex-flow: column;
  border: 1px solid rgb(255 255 255 / 30%);
  padding: 30px;
  cursor: pointer;
  position: relative;
  /* background: #000; */
}

.overlay .n-servicios .servicios_comun {
  /* background: transparent; */
}

/* .n-servicios .servicios_comun:hover p{
    color: #000;
} */

.n-servicios .modelActive {
  background: #000;
}

.n-servicios .servicios_comun:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: -1;
  opacity: 0;
}

.n-servicios .servicios_comun:hover:before {
  opacity: 1;
  transition: all 0.45s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.n-intro img.espiral {
  max-width: 100px;
  position: absolute;
  right: 100px;
  bottom: 0;
}

.e-intro-title {
  margin-top: 32px;
}

.e-intro-description {
  margin-top: 32px;
}

.e-intro-description p {
  font-size: 20px;
}

.e-intro-description p strong {
  text-transform: uppercase;
}

.e-intro .default-image::before {
  padding-top: 100%;
}

.overlay_hover_color {
  filter: grayscale(1);
  transition: all 0.45s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.overlay_hover_color:hover {
  filter: grayscale(0);
  transition: all 0.45s cubic-bezier(0.38, 0.005, 0.215, 1);
}

section#newsletter {
  margin-top: 30px;
}

.p-intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  background: #000;
}

.p-intro .default-image::before {
  padding-top: 55%;
}

.p-intro .p-intro_inner:nth-child(2) {
  margin-top: 2rem;
}

.p-intro-description {
  margin-top: 32px;
}

.p-intro-description p {
  font-size: 20px;
}

.equipo-intro_inner .default-image:before {
  padding-top: 58%;
}

.equipo-intro_inner .comun {
  display: flex;
}

.equipo-intro {
  background-image: linear-gradient(229deg, #8955b8 40%, #53c0ed 100%);
  background: #000 url(../../assets/images/linear1.jpg) no-repeat center center;
  background-size: cover;
}

.equipo_title h2 {
  font-size: 5.25rem;
  line-height: 0.8;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.equipo_title p {
  font-family: Matter;
  font-size: 34px;
  color: #fff;
}

.equipo_title {
  margin-left: -60px;
  position: relative;
  padding-top: 60px;
  cursor: pointer;
  height: 66%;
}

.equipo_title .arrow-down {
  margin-left: auto;
  margin-right: 60px;
}

#modaloscar .single-servicios-lightbox {
  width: 25%;
}

#modaloscar .lightbox-content ul li {
  max-width: 100%;
  list-style: circle;
}

#modaloscar .single-servicios-lightbox .lightbox-content {
  padding: 30px 45px;
}

.equipo-list_inner {
  padding-top: 100px;
}

.equipo-list_comun {
  overflow: hidden;
}

.equipo-list_comun h4 {
  font-size: 3rem;
  line-height: 0.8;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

.equipo-list_comun .default-image {
  background: #fefefe;
}

.equipo-list_comun img.overlay {
  top: 30px;
}

.equipo_info {
  position: absolute;
  bottom: 0;
  background: #000;
  width: 100%;
  display: flex;
  flex-flow: column;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.equipo_info h5 {
  color: #fff;
  font-size: 3.25rem;
  text-transform: uppercase;
  font-family: Matter;
  font-weight: 200;
  line-height: 1;
  padding: 8px 15px;
  border-bottom: 1px solid rgb(255 255 255 / 35%);
}

.equipo_info a {
  font-family: Matter;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  padding: 8px 15px 12px;
  border-bottom: 1px solid rgb(255 255 255 / 35%);
  font-size: 24px;
}

.equipo-list_comun:hover .equipo_info {
  opacity: 1;
  transform: translateY(0);
}

.equipo_logo_center img {
  max-width: 50%;
  margin: 0 auto;
}

.powerted {
  min-width: 300px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 30px);
  text-align: right;
}

.powerted p {
  text-transform: uppercase;
  font-family: Matter;
  font-size: 2rem;
  margin: 0;
}

.formacion_descripcion {
  border: 1px solid rgb(0 0 0 / 30%);
  padding: 30px;
}

.formacion_descripcion p {
  font-size: 21px;
}

.f-formacion_list h3 {
  font-size: 4.25rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.f-formacion_list p {
  font-size: 21px;
}

.f-intro .f-intro_inner {
  margin-bottom: 32px;
}

.f-intro {
  background: #000 url(../../assets/images/bg_home.jpg) no-repeat center center;
  background-size: cover;
}

.f-intro-title h3 {
  font-size: 5rem;
  line-height: 0.95;
  font-weight: 800;
  text-transform: uppercase;
}

#f-formacion_slogan h3 {
  font-size: 5rem;
  line-height: 0.95;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

#f-formacion_slogan {
  background: #000 url(../../assets/images/bg_gradiente2.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 10.625rem;
  padding-bottom: 10.625rem;
}

/* ----BLOG ---*/

.entradas_list {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}

.cards-category {
  display: flex;
}

.cards-category a {
  text-transform: uppercase;
  font-size: 16px;
}

.cards-list_inner {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

figure.cards-list-picture {
  height: 400px;
  z-index: 9;
  display: block;
  width: 50%;
  max-width: 440px;
  margin: 0 !important;
  opacity: 1;
  transition: all 0.45s cubic-bezier(0.17, 0.67, 0.08, 1.04);
}

figure.cards-list-picture .mask {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.cards-list-content {
  width: 50%;
  max-width: 600px;
  padding: 30px;
}

h2.cards-title {
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

h2.cards-title a {
  color: #fff;
}

.article-thumbnail {
  padding-top: 3.625rem;
  padding-bottom: 0;
}

.article-header-inner {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  text-align: center;
}

figure.thumbnail img {
  margin: 0 auto;
}

.article-header-content h1 {
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.article-content_grid {
  max-width: 768px;
  margin: 0 auto;
}

ul#breadcrumbs {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

ul#breadcrumbs li {
  display: none;
}

ul#breadcrumbs a {
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
  font-size: 12px;
}

section#ultimas_noticias {
  border-radius: 1.25rem 1.25rem 0 0;
  padding-top: 8.625rem;
  padding-bottom: 8.625rem;
}

section#ultimas_noticias .cards-list-content {
  padding: 0 30px;
}

/*---------- */

/* TYPESET */

.typeset {}

.typeset h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.typeset h2+* {
  margin-top: 25px;
}

.typeset p {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.typeset p+* {
  margin-top: 1em;
}

.typeset p+ol {
  margin-top: 45px;
}

.typeset a {
  border-bottom: 1px solid currentColor;
  color: #4169e1;
  text-decoration: none;
}

.typeset a:focus,
.typeset a:hover {
  color: #4169e1 !important;
  border-color: #4169e1;
}

.typeset ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-bottom: 1em;
}

.typeset ul li {
  position: relative;
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

.typeset ul li:not(:first-child) {
  margin-top: 6px;
}

.typeset ul li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: #4169e1;
}

.typeset ol {
  max-width: 490px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  counter-reset: ol;
}

.typeset ol li {
  position: relative;
  min-height: 24px;
  padding-left: 36px;
  margin-bottom: 0;
  counter-increment: ol;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.typeset ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: counter(ol);
  border-radius: 50%;
  background-color: #4169e1;
  color: #fff;
  font-size: 0px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
}

.typeset ol li+li {
  margin-top: 15px;
}

.typeset ol+* {
  margin-top: 45px;
}

/**/

#proyectos {
  padding: 12rem 0 8rem 0;
}

@media all and (max-width: 768px) {
  #proyectos {
    padding: 0rem 0 4rem 0;
  }
}

#proyectos .container {
  padding: 0 10.625vw;
  width: 100%;
  max-width: 100%;
}

header.p-header p {
  margin-bottom: 0;
  font-size: 18px;
  opacity: 0.7;
}

header.p-header h2 {
  font-size: 42px;
  /* font-family: 'Mundial'; */
  font-weight: 100;
  font-family: Matter, sans-serif;
  display: block;
  font-weight: 100;
}

header.p-header h2 span {
  font-weight: 600;
  position: relative;
  color: #171717;
  font-size: 52px;
  font-weight: 600;
  display: table;
}

header.p-header h2 span:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 33%;
  background: var(--color-primary);
  z-index: -1;
}

.proyectos_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  max-width: calc(100% - 8rem);
  margin: 8rem 0 0 0;
  margin: 0 0 0 0;
}

header.p-header p {
  margin-bottom: 0;
  font-size: 18px;
  opacity: 0.7;
}

.c-right {
  margin-top: 16.1rem;
  gap: 5.8rem;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.c-left {
  gap: 5.8rem;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.c-figure {
  border-radius: 16px;
  width: 100%;
  position: relative;
  background: var(--primary-medium);
  overflow: hidden;
  display: block;
  padding-top: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-figure figure {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-figure figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-title p {
  max-width: 65%;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 21px;
}

.c-title p b {
  font-weight: 600;
}

.c-title span {
  margin-top: 12px;
  font-size: 16px;
  display: block;
  color: #888;
  color: rgba(0, 0, 0, 0.3);

  font-weight: 500;
}

.marquee {
  position: relative;
  padding: 2rem 0;
  z-index: 99;
}

.marquee .marquee-scroll {
  position: relative;
  display: flex;
  width: 140%;
  margin-left: -20%;
}

.marquee .marquee-content {
  position: relative;
  display: flex;
}

.marquee .marquee-content span {
  white-space: nowrap;
  line-height: 1;
  margin-right: 0.5em;
  color: var(--color-white);
  color: rgba(0, 0, 0, 0.3);
  color: #cdcdcd;
  font-weight: 500;
  font-size: 2.4rem;
}

.marquee .marquee-content span strong {
  font-weight: 600;
}

.marquee .marquee-content span.divider {
  /* opacity: 0.25; */
  color: transparent !important;
  position: relative;
}

.dark-mode .marquee .marquee-content .word {
  color: #fff;
  opacity: 0.35;
}

.marquee .marquee-content span.divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.75em;
  height: 0.25em;
  background-color: var(--color-primary);
  border-radius: 2em;
}

@media screen and (max-width: 540px) {
  .marquee .marquee-content span {
    font-size: 36px;
  }
}

#info_footer {
  text-align: center;
  padding: 90px 0 12rem;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}

div#info_footer>div {
  margin-bottom: 12px;
}

.btn1 a {
  cursor: pointer;

  background: transparent;
  border-radius: 2.125em;
  height: 3.65em;
  padding: 0;
  font-size: 1em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  will-change: transform;
  outline: 0;
  transform: translateZ(0) rotate(0.001deg);
  border: 1px solid #888;
  padding: 0 2.5em;
  transition: color 0.1s;
  color: #0f0f0f;
  font-weight: 600;
}

.btn1 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1em;
  width: calc(100% + 0.2em);
  height: 100%;
  border-radius: 100%;
  transform: scaleY(0);
  background-color: var(--color-primary);
  z-index: -1;

  transform-origin: bottom left;
  opacity: 0;
  transition: none;

  transform: translate(0, 100%);
}

.btn1 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1em;
  width: calc(100% + 0.2em);
  height: 100%;
  border-radius: 100%;
  transform: scaleY(0);
  background-color: var(--color-primary);
  z-index: -1;

  transform-origin: top left;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.5, 0.95);
}

.btn1 a:hover {
  color: #1c1d20 !important;
}

.btn1 a:hover:before {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.5, 0.95);
  border-radius: 0;
  transform: translate(0);
  transition: border-radius 0.4s cubic-bezier(0.38, 0.005, 0.215, 1),
    transform 0.4s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.btn1 a:hover:after {
  opacity: 0;
  transform: scaleY(1);
  transition: none;
}

.circle-button {
  width: 10em;
  height: 10em;
  position: relative;
  top: 0;
  right: 0;
  z-index: 550;
  vertical-align: middle;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}

.o-circle-button_rotate_icon svg {
  max-width: 10em;
  position: absolute;
  top: calc(50% - 5em);
  left: calc(50% - 5em);
}

.circle-button_bg {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
  transform: translateZ(0) scale(0);
  border-radius: 50%;
  transition: background-color 0.5s ease,
    transform 0.45s cubic-bezier(0.17, 0.67, 0.08, 1.04);
}

.circle-button:hover .circle-button_bg {
  transform: translateZ(0) scale(1.2);
  transition: transform 0.45s cubic-bezier(0.17, 0.67, 0.3, 1.33);
  /* background: #cce767; */
  background: #ebffb1;
}

.circle-button_icon svg {
  position: absolute;
  top: calc(50% - 10.5px);
  left: calc(50% - 10.5px);
}

.circle-button_icon {
  z-index: 9;
  position: relative;
  height: 100%;
  text-align: center;
  line-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-button_icon img {
  margin: 0;
  /* max-width: 80px; */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(10px, 10px); */
}

.o-circle-button_rotate_icon svg path {
  fill: #888;
}

.circle-button:hover .o-circle-button_rotate_icon svg path {
  fill: #111;
}

.o-circle-button_rotate_icon svg {
  animation: rotate 10s linear infinite;
  animation: rotating-360 15s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-1turn);
  }
}

@keyframes rotating-360 {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

div#float_info {
  position: fixed;
  right: 2vw;
  bottom: 0;
  z-index: 99;
  /* transform: translateY(100%);
    transform: scaleY(0);
    transform-origin: bottom left;
    opacity: 0;
    transform: translate(0, 100%);
    transition: transform 0.4s cubic-bezier(0.38, 0.005, 0.215, 1); */
}

.fixed div#float_info {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.5, 0.95);
  border-radius: 0;
  transform: translate(0);
  transition: transform 0.4s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.hero_avatar img {
  max-width: 7rem;
}

.hero_avatar {
  position: relative;
  /* left: 44%; */
  /* z-index: 9; */
  /* top: 28%; */
}

.hero_avatar:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: #ffffff9c; */
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  z-index: -1;
  /* box-shadow: 1px 3px 12px #f1f1f1; */
}

.tel_avatar {
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
}

.tel_avatar img {
  max-width: 120px;
}

.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0);
  background: var(--color-primary);
  border-radius: 50%;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s,
    -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out,
    -o-transform 0.3s ease-in-out;
}

.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #18171d;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  transition: opacity 0.4s, transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {

  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {

  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}

.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: var(--color-primary);
}

.cb-cursor.-inverse {
  color: white;
}

.cb-cursor.-visible:before {
  transform: scale(0.2);
}

.cb-cursor.-visible.-active:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  transform: scale(0.15);
}

.cb-cursor.-text:before {
  opacity: 0.85;
  opacity: 1;
  transform: scale(1.7);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.cb-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.cb-cursor.-lg:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.cb-cursor.-exclusion {
  mix-blend-mode: exclusion;
}

.col-row.col-row-title {
  /* padding-left: 10vw; */
  max-width: 50%;
  margin-left: auto;
}

@media all and (max-width: 768px) {

  .col-row.col-row-title {
    /* padding-left: 10vw; */
    max-width: 100%;
    margin-left: auto;
  }
}

h2.split-words {
  font-size: calc(clamp(4em, 7.5vw, 7.5em) * 0.45);
  line-height: 1.2;
  font-family: Matter;
  font-weight: 300;
  font-size: clamp(18px, 12.8450704225px + 1.8309859155vw, 28px);
  line-height: 130%;

  letter-spacing: -0.03em;
}

h2.split-words strong {
  letter-spacing: -0.03em;
  font-weight: 600;
}

.page_404 {
  height: 100vh;
  background-image: linear-gradient(90deg,
      #0d0f29,
      #0c1016 0%,
      #0e0d39 40%,
      #0e0d39 60%,
      #0d0f29);
}

@media screen and (max-width: 768px) {
  #proyectos .container {
    padding: 0 6.625vw;
  }

  .wrapper {
    padding: 2rem 2.5rem 2.5rem;
    height: 100dvh;
    align-items: flex-end;
  }

  .cb-cursor {
    display: none;
  }

  .unlock_audio {
    width: 3em;
    height: 3em;
    display: block;
    position: absolute;
    line-height: 3;
  }

  .circle-button {
    width: 6em;
    height: 6em;
  }

  .proyectos_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
    max-width: 100%;
    margin: 6rem 0 0 0;
  }

  .c-title p {
    max-width: 100%;
  }

  .c-left {
    gap: 2.8rem;
  }

  .c-right {
    margin-top: 0;
  }

  .section-home-intro {
    padding-top: 0;
  }



  h2.split-words {
    line-height: 1.2;
    font-size: calc(clamp(4em, 7.5vw, 7.5em) * 0.4);
  }
}

@media screen and (max-width: 1170px) {
  .o-circle-button_rotate_icon svg {
    max-width: 8em;
    position: absolute;
    top: calc(50% - 4em);
    left: calc(50% - 4em);
  }

  .circle-button {
    width: 8em;
    height: 8em;
  }

  #proyectos .container {
    padding: 0px 5.625vw;
  }
}

div#darkModeToggle {
  position: fixed;
  left: 2rem;
  top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  line-height: 1.2;
  z-index: 99;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

div#darkModeToggle p {
  margin: 0;
  color: #111;
  text-transform: uppercase;
  /* font-family: "Confillia Bold", sans-serif; */
  font-size: 14px;
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  div#darkModeToggle {
    position: absolute;
    height: 2em;
    width: 2em;
  }
}

.dark-mode .main-wrap {
  background-image: linear-gradient(90deg,
      #030404,
      #08060d 0%,
      #1c1d24 40%,
      #1c1d24 60%,
      #030404);
  background: transparent;
}

.dark-mode .eyes-text {
  color: #ebffb1;
}

.dark-mode .eyes-text-first {
  color: rgb(255 255 255 / 15%);
}

.dark-mode div#darkModeToggle p {
  color: #fff;
}

.dark-mode .container-eyes p {
  color: #fff;
  margin-top: 2.5rem;
}

.dark-mode .sound-on svg path {
  fill: #fff;
}

.dark-mode .unlock_audio:hover .sound-on svg path {
  fill: #1c1d20;
}

.dark-mode .unlock_audio:after {
  border: 1px solid rgb(255 255 255 / 21%);
}

.dark-mode header.p-header h2 {
  color: #fff;
}

.dark-mode header.p-header h2 span {
  color: var(--color-primary);
}

.dark-mode header.p-header h2 span:before {
  background: transparent;
}

.dark-mode .c-title p {
  color: #fff;
}

.dark-mode .c-title p b {
  color: #fff;
}

.dark-mode .c-title span {
  color: #fff;
  opacity: 0.6;
}

.dark-mode h2.split-words {
  color: rgb(255, 255, 255);
}

.dark-mode .btn1 a {
  color: #fff;
}

.dark-mode .container-eyes p:before {
  background: transparent;
}