/* Deactivate WPML footer */

.otgs-development-site-front-end {
    display: none;
}

/* Forzar que el overlay y el contenedor del lightbox estén por encima y reciban clicks */
.glightbox-container {
  z-index: 99999 !important;
  pointer-events: auto !important;
}

.glightbox-container .goverlay,
.glightbox-container .g-overlay,
.glightbox-container .glightbox-overlay {
  pointer-events: auto !important;
  background: black !important;
}

/* Asegura que el grid se aplique cuando el contenido esté dentro del lightbox */
.glightbox-container .related-videos,
.glightbox-container .related-videos .row-container.three-col,
.glightbox-container .gslide .row-container.three-col {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: none !important;
}

/* Cards e imágenes responden correctamente dentro del overlay */
.glightbox-container .related-videos .related-card {
  display: block;
  text-align: left;
}

.glightbox-container .related-videos img {
  width: 100% !important;
  height: auto !important;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.gslide-media {
    justify-content: center;
}

.gloader {
	z-index: 9;
}

/* Ajustes responsive */
@media (max-width: 900px) {
	.glightbox-container .related-videos .row-container.three-col {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	/*
	.glightbox-mobile .glightbox-container .gslide-description {
		top: 15%;
	} */
	.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column-reverse !important;
	}
	.glightbox-mobile .glightbox-container .gslide-description {
		top: 18%;
		z-index: -2;
	}
	.glightbox-clean .gclose svg {
		width: 1.5rem;
		height: auto;
	}
	.glightbox-clean .gslide-video {
		background: #000;
		max-width: 100% !important;
	}
	.glightbox-clean .gclose {
		width: 2.5rem;
		height: 2.5rem;
		bottom: 4.5rem;
        top: unset;
        right: 1rem;
		border: white solid 2px;
        border-radius: 2rem;
	}
	.glightbox-clean .gclose svg {
		color: black;
	}
	.glightbox-mobile .glightbox-container .gslide-desc {
		color: unset;
	}
}

@media (max-width: 520px) {
  .glightbox-container .related-videos .row-container.three-col {
    grid-template-columns: 1fr !important;
  }
}

.gslide-inline .ginlined-content {
    padding: 0 !important;
    width: 75%;
}

.gslide-inline {
    background: transparent !important;
}

.ginlined-content {
    overflow: hidden !important;
}

/* Glightbox Custom Modal */

.related-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease;
	z-index: 99999;
}

.related-modal.show {
	opacity: 1;
	visibility: visible;
}

.related-modal-content {
	max-width: 90%;
	width: 1000px;
	text-align: center;
}

.related-close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 32px;
	color: white;
	cursor: pointer;
}

.related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 40px;
}

.related-item {
	text-decoration: none;
	color: white;
	transition: transform 0.3s;
}

.related-item img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.related-item:hover {
	opacity: .5;
}

/* Glightbox */

/* Ajustar posición y visibilidad */
.glightbox-container {
  z-index: 9 !important;
}

.goverlay {
  	background: rgba(0, 0, 0, 1) !important;
}

.glightbox-clean .gdesc-inner {
    padding: 0 0 2rem !important;
}

.glightbox-clean .gslide-description {
    background: transparent !important;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse !important;
}

.glightbox-clean .gslide-title {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    font-family: unset !important;
    color: unset !important;
    margin-bottom: 0 !important;
    line-height: unset !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

.glightbox-clean .gslide-desc {
    font-size: 1rem !important;
    margin-bottom: 0 !important;
    font-family: unset !important;
    line-height: unset !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

/* 🔺 Botón de cierre (X) */
.glightbox-clean .gclose::before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg fill='white' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3 5.7a1 1 0 0 0-1.4 0L12 10.6 7.1 5.7A1 1 0 0 0 5.7 7.1L10.6 12l-4.9 4.9a1 1 0 1 0 1.4 1.4L12 13.4l4.9 4.9a1 1 0 0 0 1.4-1.4L13.4 12l4.9-4.9a1 1 0 0 0 0-1.4Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* ⬅️ Flecha izquierda */
.glightbox-clean .gprev::before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* ➡️ Flecha derecha */
.glightbox-clean .gnext::before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* Mouse effect */

herospace-images {
	position: absolute;
	inset: 0;
	overflow: hidden !important;
	z-index: 1;
}
.herospace-images img {
	width: 20rem; /* tamaño de las imágenes */
	height: auto;
	pointer-events: none;
}

/* About Slider */
.about-slider {
  position: relative;
}

.embla__slide {
  position: relative;
}

.embla__slide.simple-slider {
  min-width: 100%;
}

/* Custom Dots */
.embla__controls {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}

.embla__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.embla__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(200, 200, 200, 0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease;
}

.embla__dot.is-selected {
  background-color: var(--clr-orange);
}

/* ============ Buttons ============ */

.img-btn {
	position: relative;
    display: flex;
    width: 100%;
}

.img-btn.wdth-30 {
    width: 30%;
}

.img-btn.wdth-25 {
    width: 25%;
}

.img-btn-img {
    width: 100%;
    height: auto;
}

.img-btn-hover {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2;
	opacity: 0;
	transition: opacity 0.3s;
}

.img-btn-hover.col {
	flex-direction: column;
}

.img-btn-hover:hover {
	opacity: 1;
}

.img-btn {
	position: relative;
	display: block;
	overflow: hidden;
}

.img-btn-img {
	position: relative;
	width: 100%;
	height: auto;
}

.img-btn-img video.hover-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.img-btn:hover video.hover-video {
	opacity: 1;
}

.video-full {
	position: absolute;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    z-index: 1;
}

.video-full video.hover-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1; /* 👈 ahora sí se ve */
	transition: opacity 0.4s ease;
}

.img-btn .thumb-img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
}

.img-btn:hover .thumb-img {
  opacity: 0;
}

.txt-btn {
	display: inline-flex;
	align-items: center;
	gap: .25rem;
	font-family: "Work Sans", sans-serif;
	line-height: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	transition: color 0.4s ease-in-out, transform 0.1s ease-in-out;
}

.txt-btn.xs-size {
	font-size: .75rem;
}

.txt-btn.xl-size {
	font-size: 3rem;
}

.txt-btn.black {
	font-weight: 900;
}

.txt-btn.dark {
	color: white;
}

.txt-btn.gray {
	color: var(--clr-gray);
}

.txt-btn.gray:hover {
	color: white;
}

.txt-btn.line-hgth-s {
	line-height: 1rem;
}

.txt-btn.dark:hover {
	color: var(--clr-yellow);
}

.txt-btn.m-size {
	font-size: 1rem;
}

.txt-btn.alt-hvr-bgr {
	font-size: 1rem;
}

.txt-btn.alt-hvr-bgr:hover {
	transform: scale(2);
	font-weight: 700;
}

.txt-btn.active {
	text-decoration: underline;
}

.txt-btn.work-link {
	text-decoration: none;
	font-size: 0.875rem;
	transition: color 0.4s ease-in-out;
}

.txt-btn.work-link:hover {
	color: var(--clr-gray);
}

.txt-btn.hvr-undrln {
	text-decoration: none;
}

.txt-btn.hvr-undrln:hover {
	color: black;
}

.txt-btn.hidden {
	display: none;
}

.txt-btn.main {
	padding: 4px 6px 1px 12px;
    background: transparent;
    backdrop-filter: blur(0px);
    border-radius: 8px;
	transition: background 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out, color 0.4s ease-in-out;
}

.txt-btn.main:hover {
    background: rgba(010, 010, 010, 0.05);
	backdrop-filter: blur(8px);
}

.txt-btn.drpdwn {
	padding: .5rem 0;
	text-decoration: none;
}

.txt-btn.drpdwn:hover {
	background: transparent;
	color: var(--clr-gray) !important;
}

.txt-btn.nrml {
	font-family: VolksansNr, sans-serif;
}

.txt-btn.small {
	font-size: .875rem;
	line-height: 1rem;
}

.txt-btn.inverted {
	flex-direction: row-reverse;
}

.txt-btn.nocolor {
	color: unset;
}

.txt-btn.dark {
	color: white;
}

.txt-btn.toppage {
	color: white;
}

.txt-btn:hover {
	color: white;
}

.txt-btn.left {
	text-align: start;
	justify-content: start;
}

.txt-btn.center {
	text-align: center;
	justify-content: center;
}

.txt-btn.right {
	text-align: end;
	justify-content: end;
}


.small-btn {
	display: inline-flex;
	height: 1.8rem;
	align-items: center;
	gap: .25rem;
	font-family: "Inter", sans-serif;
	color: white;
	text-decoration: none;
	background: var(--clr-orange);
	border: var(--clr-orange) solid 2px;
	border-radius: .5rem;
	padding: 0rem .75rem;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
}

.small-btn:hover {
	background: transparent;
	color: var(--clr-orange);
}

.main-btn {
	display: inline-flex;
    width: max-content;
    height: 3.5rem;
    align-items: center;
    gap: .5rem;
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: black;
    text-decoration: none;
    background: var(--clr-pink);
    border: var(--clr-pink) solid 2px;
    border-radius: 2rem;
    padding: 0 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    transition: color 0.4s ease-in-out, background 0.4s ease-in-out, border 0.4s ease-in-out;
}

.main-btn:hover {
	background: transparent;
	color: black;
	border: black solid 2px;
}

.main-btn.alternative {
	background: transparent;
	color: white;
}

.main-btn.tabs {
	width: 14rem;
	height: auto;
	background: var(--clr-lightestgray);
	text-align: center;
	z-index: -1;
	border-top: var(--clr-lightgray) solid 1px;
	border-left: var(--clr-lightgray) solid 1px;
	border-right: var(--clr-lightgray) solid 1px;
	border-bottom: none;
	border-radius: .5rem .5rem 0 0;
	padding: 1rem 1rem;
}

.main-btn.tabs.active {
	z-index: 2;
	color: var(--clr-orange);
}

.main-btn.orange {
	background: var(--clr-orange);
	color: white;
	border: var(--clr-orange) solid 2px;
}

.main-btn.orange:hover {
	background: transparent;
	color: var(--clr-orange);
}

.main-btn.yellow {
	background: var(--clr-yellow);
	color: var(--clr-darkgreen);
	border: var(--clr-yellow) solid 2px;
}

.main-btn.yellow:hover {
	background: transparent;
	color: var(--clr-yellow);
}

.main-btn.second {
	background: var(--clr-darkblue);
	color: var(--clr-pink);
	border: var(--clr-darkblue) solid 2px;
}

.main-btn.second:hover {
	background: transparent;
	color: var(--clr-darkblue)
}

.dot-btn {
	width: 1.5rem;
	height: 1.5rem;
	background: rgba(160, 162, 164, 0.40);
	border: white solid 1px;
	border-radius: 1.5rem;
}

.dot-btn.active {
	background: var(--clr-orange);
}

/* Estilos para los botones de navegación */
.embla__buttons {
	position: absolute;
	width: 100%;
	bottom: 42%;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 2.5rem;
}

.embla__button {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: 1px solid var(--clr-lightgray);
	background: white;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	box-shadow: 3px 7px 15px rgba(19, 37, 45, 0.2);
}

.embla__button:hover {
	background: var(--clr-orange);
	color: white;
	border-color: var(--clr-orange);
}

.embla__button:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.embla__button svg {
	width: 1.5rem;
	height: 1.5rem;
}

/* ============ Herospace ============ */

.herospace-wrapper {
	position: relative;
	width: 100%;
    height: 100dvh;
    display: flex;
	transition: height 0.3s ease;
}

.herospace-wrapper.pages {
	height: 70vh;
}

.h-herospace-content {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 1rem;
    padding: 1rem;
    z-index: 3;
}

.h-h-content-left {
	grid-column: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.h-h-content-right {
	grid-column: 2;
	width: 100%;
	display: flex;
	justify-content: end;
	gap: 1rem;
}

.h-herospace-img {
    position: absolute;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    z-index: 1;
}

.h-herospace-img.indx-zero {
	z-index: 0;
}

.h-herospace-img.pages {
    height: 70vh;
}

/* ============ Capsules / Containers / Boxes ============ */

.fixed {
	position: fixed;
	display: flex;
	z-index: 4;
}

.fixed.top{
	top: 6rem;
}

.fixed.right{
	right: 2.5rem;
}

.fixed.left{
	left: 2.5rem;
}

.fixed.right {
	right: 2.5rem;
}

.fixed.bottom{
	bottom: 6rem;
}

.fixed.botom.content-end {
	justify-content: end;
}

.logo-inline {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}

.logo-inline svg {
	fill: currentColor;
    margin-top: -2.125rem;
}

.left-auto {
	margin-left: auto;
}

@keyframes float-rotate {
	0% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-12px) rotate(1deg);
	}
	100% {
		transform: translateY(0) rotate(0deg);
	}
}

.single-img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	object-fit: cover;
}

.single-img.bio {
	width: 40%;
	height: 100%;
	border: var(--clr-yellow) solid 4px;
	aspect-ratio: 1 / 1;
}

.single-img.hero-logo {
    position: absolute;
    bottom: 6.5rem;
    left: 2.5rem;
    z-index: 1;
    width: auto;
    height: 8rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* desktop: solo Y */
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
    max-width: calc(100% - 40px); /* evita overflow por logo muy ancho */
    box-sizing: border-box;
}

/* versión desktop de hide (no toca X) */
.single-img.hero-logo.hide {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    pointer-events: none;
}

.single-img.header-logo-mob {
	display: none;
}

.single-img.ratio-6-8 {
	aspect-ratio: 6 / 8;
}

.single-img.height-12 {
	height: 12rem;
}

.single-img.profile {
	width: 30.25rem;
    height: 29.25rem;
}

.single-img.nrmal {
	width: auto;
	height: 100%;
}

.single-img.logos {
	width: unset;
    height: fit-content;
}

.single-img.svg {
	width: unset;
	height: unset;
}

.single-img.foo-icons {
	width: 114px;
	height: 72px;
}


.single-img.svg-80 {
	width: 80%;
	height: unset;
}

.single-img.svg-wdth {
	width: 100%;
	height: unset;
}

.single-img.svg-s {
	width: 1.875rem;
	height: 2rem;
}

.single-img.svg-l {
	width: unset;
	height: 4rem;
}

.single-img.svg-s-alt {
	width: 2.125rem;
	height: 2rem;
}

.single-img.rounded {
	border-radius: .5rem;
}

.single-img.rounded-m {
	border-radius: 2rem;
}

.single-img.col2 {
	grid-column: 2;
}

.single-img.home-herospace-wdth {
	width: 9rem;
	display: none;
}

.main-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.main-wrapper.four-col-3 {
	display: grid;
	grid-template-columns: 3fr 3fr 3fr 3fr;
}

.main-wrapper.header-blur {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	height: 6rem;
	backdrop-filter: blur(8px);
    mask-image: linear-gradient(rgb(0, 0, 0) 56%, transparent 100%);
	z-index: 20;
}

.main-wrapper.lime {
	background: var(--clr-lime);
	padding: 7rem 4rem 7rem 4rem;
    margin-top: 7rem;
}

.main-wrapper.relative {
	position: relative;
}

.main-wrapper.gap-normal {
	gap: 3.5rem;
}

.main-wrapper.l-gap {
	gap: 6rem;
}

.main-wrapper.xxl-gap {
	gap: 12rem;
}

.main-wrapper.pddng-top-m {
	padding: 6rem 1rem 0 1rem;
}

.main-wrapper.pddng-top-2m {
	padding: 9rem 1rem 0 1rem;
}

.main-wrapper.pddng-top-bttm-s {
	padding: 6rem 0 1rem;
}

.main-wrapper.pddng-0-m {
	padding: 0 2.5rem;
}

.main-wrapper.item-center {
	align-items: center;
}

.main-wrapper.cont-center {
	justify-content: center;
}

.main-wrapper.item-center {
	align-items: center;
}

.main-wrapper.height-100vh {
	height: 100vh;
}

.main-wrapper.height-100vh {
	height: 100vh;
}

.carrousel-header {
	width: 100%;
	padding: 0 4rem;
}

.row-container {
	width: 100%;
	display: flex;
	gap: 1rem;
}

.row-container.pddng-bttm-s {
	padding-bottom: 3rem;
}

.row-container.hide-desk {
	display: none;
}

.row-container.pddng-home-reels {
	padding: 1rem 0 4.5rem;
}

.row-container.column {
	flex-direction: column;
}

.row-container.wdth-m {
	width: 50rem;
	margin-left: auto;
	margin-right: auto;
}

.row-container.no-gap {
	gap: 0;
}

.row-container.xs-gap {
	gap: .25rem;
}

.row-container.m-gap {
	gap: 3rem;
}

.row-container.pddgn-top-m {
	padding-top: 8rem;
}

.row-container.pddgn-s {
	padding: 1rem;
}

.row-container.pddgn-m {
	padding: 3rem;
}

.row-container.pddgn-l {
	padding: 3.5rem;
}

.row-container.beige {
	background: var(--clr-beige);
}

.row-container.pink {
	background: var(--clr-pink);
}

.row-container.rounded-l {
	border-radius: 4rem;
}

.row-container.item-end {
	align-items: end;
}

.row-container.item-center {
	align-items: center;
}

.row-container.wrapped {
	gap: 8px;
	align-self: stretch;
	flex-wrap: wrap;
}

.row-container.wrapped-m {
	gap: 3.5rem;
	align-self: stretch;
	flex-wrap: wrap;
}

.row-container.yellow {
	background: var(--clr-yellow);
}

.row-container.border-rad {
	border-radius: 1rem;
}

.row-container.centered {
	justify-content: center;
}

.row-container.end {
	justify-content: end;
}

.row-container.tabs-margin {
    margin-bottom: -1px;
}

.row-container.four-col-wrap {
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.row-container.three-col-4fr {
	display: grid;
	grid-template-columns: 4fr 4fr 4fr;
}

.row-container.four-col-3fr {
	display: grid;
	grid-template-columns: 3fr 3fr 3fr 3fr;
}

.row-container.four-col-projects {
	display: grid;
	grid-template-columns: 4fr 2fr 2fr 2fr 2fr;
}

.row-container.twelve-col {
	display: grid;
  	grid-template-columns: 3fr 3fr 3fr 3fr;
}

.row-container.three-col-363 {
	display: grid;
	grid-template-columns: 3fr 6fr 3fr;
}

.row-container.three-col-383 {
	display: grid;
	grid-template-columns: 3fr 8fr 3fr;
}

.row-container.twelve-col.mrgn-bttm-xl-negative {
	top: 10%;
    position: absolute;
}

.row-container.twelve-col.mrgn-bttm-l-negative {
	bottom: 42%;
    position: absolute;
}

.row-container.twelve-col.mrgn-bttm-m-negative {
	top: 25%;
    position: absolute;
}

.row-container.two-col-3-9 {
	display: grid;
	grid-template-columns: 3fr 9fr;
	align-items: start;
}

.row-container.nine-col-responsive {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
}

.row-container.twelve-col.mrgn-bttm-m {
	margin-bottom: 3rem;
}

.row-container.z-3 {
	z-index: 3;
}

.row-container.wdth-57 {
	width: 57%;
}

.row-container.about-info {
	width: 100%;
}

.row-container.wdth-auto {
	width: auto;
}

.row-container.about-desktop {
	padding: 4rem 8rem 11.5rem;
}

.item-col-2 {
	grid-column: 2;
}

.item-col-3 {
	grid-column: 3;
}

.item-col-4 {
	grid-column: 4;
}

.item-col-2-3 {
  grid-column: 2 / 4;
}

.item-col-3-4 {
  grid-column: 3 / 5;
}

.item-col-4.to-right {
	margin-left: auto;
}

.item-col-7 {
	grid-column: 7;
}

.item-col-12 {
 	grid-column: 12;
}

.row-container-item {
	flex: 1 1 calc(25% - 1.5rem);
	min-width: 200px;
	box-sizing: border-box;
}

.row-container.spcbtwn {
	justify-content: space-between;
}

.row-container.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.row-container.three-col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.row-container.four-col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.row-container.six-col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.row-container.two-col-footer {
	display: grid;
	grid-template-columns: 6fr 3fr 3fr;
}

.row-container.sticky {
	position: sticky;
	top: 20%;
	padding-top: 7rem;
}

.column-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.column-container.furia-cinema {
	padding: 6.5rem 2.5rem;
	gap: 1px;
}

.column-container.work-list {
	position: sticky;
	gap: 0;
	top: 6rem;
}

.column-container.wdth-auto {
	width: auto;
}

.column-container.home-herospace-fullheight {
    height: 100%;
    justify-content: end;
    position: relative;
}

.row-container.brdr-top-projects {
	padding-top: 1rem;
	border-top: black solid 1px;
}

body.darkmode .row-container.brdr-top-projects {
  border-top: white solid 1px;
}

.column-container.yellow {
	background: var(--clr-yellow);
}

.column-container.green {
	background: var(--clr-green);
}

.column-container.border-green {
	border: var(--clr-orange) solid 1px;
}

.column-container.border-darkblue {
	border: var(--clr-darkblue) solid 1px;
}

.column-container.border-lightgreen {
	border: var(--clr-lightgreen) solid 1px;
}

.column-container.border-top {
	border-top: white solid 1px;
}

.column-container.pddng-top-xs {
	padding-top: .5rem;
}

.column-container.pddng-top-m {
	padding-top: 14rem;
}

.column-container.pddng-s {
	padding: 1rem;
}

.column-container.pddng-xm {
	padding: 1.5rem;
}

.column-container.pddng-m {
	padding: 2rem;
}

.column-container.pddng-m-x {
	padding: 6rem 4rem;
}

.column-container.pddng-m-x-m {
	padding: 0 2.5rem;
}

.column-container.hero-height {
	height: calc(100vh - 10.5rem);
}

.column-container.rounded-s {
	border-radius: 1rem;
}

.column-container.no-gap {
	gap: 0;
}

.column-container.xs-gap {
	gap: .5rem;
}

.column-container.s-gap {
	gap: 1rem;
}

.column-container.m-gap {
	gap: 2.5rem;
}

.column-container.l-gap {
	gap: 5rem;
}

.column-container.xl-gap {
	gap: 7rem;
}

.column-container.spcbtwn {
	justify-content: space-between;
}

.column-container.content-centered {
	justify-content: center;
}

.column-container.content-end {
	justify-content: end;
}


.column-container.items-centered {
	align-items: center;
}

.column-container.items-end {
	align-items: end;
}

.column-container.items-start {
	align-items: start;
}

.column-container.relative {
	position: relative;
}

.column-container.to-right {
	margin-left: auto;
}

.column-container.wdth-m {
	width: 74rem;
}

.column-container.z-3 {
	z-index: 3;
}

.carrousel-wrapper {
	position: relative;
	width: 100%;
}

.horizontal-scroll {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	cursor: grab !important;
	user-select: none;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
	scroll-snap-type: x mandatory;
	scroll-padding-inline-start: 4rem;
  	scroll-padding-inline-end: 4rem;
}

.horizontal-scroll:active {
  	cursor: grabbing; /* Nuevo */
}

.scroll-list {
    display: flex;
	gap: 1.5rem;
	list-style: none;
	will-change: transform;
	/* padding: 0 4rem; /* Padding importante para los laterales */
  	box-sizing: border-box; /* Asegura que el padding se incluya en el ancho */
}

.scroll-list .spacer {
	min-width: 2.5rem;
  	flex-shrink: 0;
}

.encapsulated-txt {
	background: white;
	color: var(--clr-orange);
	padding: 0 1rem;
	border-radius: .5rem;
}

.single-capsule {
	display: inline-flex;
	width: max-content;
	height: 2.8rem;
	align-items: center;
	gap: .5rem;
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 500;
	color: white;
	text-decoration: none;
	background: var(--clr-blue);
	border: var(--clr-blue) solid 2px;
	border-radius: 2rem;
	padding: 0 1.25rem;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	transition: color 0.4s ease-in-out, background 0.4s ease-in-out, border 0.4s ease-in-out;
}

.single-capsule.lime {
	background: var(--clr-lime);
	border: var(--clr-lime) solid 2px;
	color: black;
}

.single-capsule.square {
	border-radius: .5rem;
}

.single-capsule.green {
	background: var(--clr-green);
	color: white;
}

.single-capsule.b {
	background: rgba(255, 255, 255, 0.20);
	color: white;
}

.single-capsule.c {
	background: var(--clr-lightestgray);
	color: var(--clr-blackmain);
}

.icon-img-l {
	display: flex;
	width: 80px;
	padding: 16px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: var(--clr-lightestgray);
}

.icon-m {
	width: 2rem;
	height: 2rem;
}

.icon-img-l.b {
	background: rgba(255, 255, 255, 0.20);
	color: white;
}

.icon-box {
	width: 3rem;
    height: 3rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: white;
	background: var(--clr-orange);
	border-radius: .5rem;
	transition: background 0.4s ease-in-out;
}

.icon-box.sn {
	width: 2.5rem;
    height: 2.5rem;
    border-radius: 2rem;
    background: var(--clr-lime);
    color: black;
}

.icon-box.sn:hover {
	background: rgba(255, 255, 255, 0.50);
}

.cards-cont-wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 4fr 4fr 4fr;
	grid-gap: 1.5rem;
}

.cards-cont-wrapper.secthircol {
	grid-template-columns: 4fr 4fr 4fr;
}

.cards-cont-wrapper.secthircol .single-card:nth-child(1) {
	grid-column: 1;
}

.cards-cont-wrapper.secthircol .single-card:nth-child(2) {
	grid-column: 2 / span 2;
}

.cards-cont-wrapper.alt {
	grid-template-columns: 7fr 5fr;
}


.video-thumbnail {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-thumbnail.wdt50 {
	width: 50%;
}

.video-play-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.50);
	z-index: 3;
}

.video-thumbnail img {
	width: 100%;
	object-fit: cover;
	border-radius: .5rem;
}

.card-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	padding: 2rem;
	background: var(--clr-lightestgray);
	border: var(--clr-lightgray) solid 1px;
	border-radius: 1rem;
}

.featured-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.f-content-row {
	width: 100%;
	display: flex;
	gap: 1.5rem;
}

.f-content-row.inverted {
	flex-direction: row-reverse;
}

.logos-wrapper {
	width: 100%;
	display: flex;
    align-items: center;
    align-content: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;	
}

.logo-wrapped-size {
	height: 3.5rem;
}

.title-section {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	gap: 2rem;
}

.title-section.gap-none {
	gap: 0;
}

/* Estructura base del acordeón */
.accordion {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid var(--clr-lightgray);
}

/* Encabezado del acordeón */
.accordion-header {
  width: 100%;
  padding: 0 1rem 1.5rem 0;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: color 0.3s ease;
}

.accordion-header:hover {
  color: var(--clr-gray);
}

/* Contenido del acordeón */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 1rem;
  transition: 
    max-height 0.3s ease-out, 
    opacity 0.2s ease-out 0.1s, /* Retardo para mejor efecto */
    padding 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 500px; /* Ajusta según tu contenido más largo */
  opacity: 1;
  padding: 0 0rem 2.5rem;
}

/* Ícono animado */
.accordion-icon {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Animación más dinámica */
  font-size: 1.5rem;
  margin-left: 1rem;
  min-width: 1.5rem;
  text-align: center;
}

/* Efecto de "rebote" al abrir (opcional) */
@keyframes bounce {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(90deg); }
}

.accordion-item.active .accordion-icon {
  animation: bounce 0.4s ease;
  transform: rotate(45deg);
}

/* ============ Cards ============ */	

.s-cards-wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1.5rem;
}

.s-cards-wrapper.col-dir {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.s-cards-wrapper.four {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.single-card {
	position: relative;
	display: flex;
	width: 100%;
	padding: 1.5rem;
	flex-direction: column;
	align-items: flex-start;
	justify-content: start;
	gap: 3rem;
	border-radius: 1rem;
	border: 1px solid var(--clr-lightgray);
	background: transparent;
}

.single-card.no-rad {
	border-radius: 0;
}

.single-card.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.single-card.beige {
	background: var(--clr-beige);
}

.single-card.pddng-m {
	padding: 3rem;
}

.single-card.rounded-m {
	border-radius: 2rem;
}

.single-card.border-salmon {
	border: 1px solid var(--clr-salmon);
}

.single-card.xs-gap {
	gap: 1rem;
}

.single-card.s-gap {
	gap: 2rem;
}

.single-card.no-pddng {
	padding: 0;
}

.single-card.item-center {
	align-items: center;
}

.single-card.content-center {
	justify-content: center;
}

.single-card.two-wrapped {
	flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
    box-sizing: border-box;
}

.single-card.item-wrapped {
	width: auto;
	min-width: 13rem;
	box-sizing: border-box;
}

.single-card.simple-slider {
	height: 32rem;
}

.single-card.white-border {
	border: 1px solid white;
}

.single-card.green-border {
	border: var(--clr-green) solid 1px;
	background: var(--clr-lightestgray);
}

.single-card.min-cont {
	width: min-content;
}

.single-card.no-side-pdng {
	padding: 1.5rem 0;
}

.single-card.no-btm-pdng {
	padding-bottom: 0;
}

.single-card.img-btm-pdng {
	padding-bottom: 12rem;
}

.single-card.mid-height {
	height: 50vh;
}
.card-img-btm {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 15rem;
	margin-left: auto;
	border-radius: 0 0 1rem 0;
}

.card-img-btm.l-size {
	height: 38rem;
}

.card-img-full {
	width: 100%;
	border-radius: 1rem;
}

.card-img-full.c-img-inner {
	border-radius: 1rem;
}

.single-card.case-study {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-gap: 1.5rem;
}

.single-card.two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5rem;
	align-items: flex-end;
}

.single-card.justify-centered {
	justify-content: center;
}

.single-card.align-centered {
	align-items: center;
}

.single-card.pdng-top-m {
	padding-top: 4rem;
	margin-top: -2rem;
    z-index: -1;
}

.single-card.carrousel-wdth {
	width: 394px !important;
	scroll-snap-align: start;
	flex: 0 0 auto; /* Evita que las cards se estiren */
	transform-origin: center center; /* Para que el scale funcione mejor */
  	transition: transform 0.15s ease-out; /* Más rápido para mejor feedback */
}

.horizontal-scroll:active .single-card.carrousel-wdth {
  	transform: scale(0.99);
}

.single-card.fullhover {
	transition: box-shadow 0.5s ease-in-out, z-index 0.1s ease-in-out, transform 0.3s ease-in-out;
}

.single-card.fullhover:hover {
	box-shadow: 5px 10px 20px rgba(19, 37, 45, 0.3);
	transform: scale(1.01);
}

.single-card.imgbg {
	border: none;
}

.single-card.imgbg img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.single-card.none-gap {
	gap: 0;
}

.single-card.auto-left {
	margin-left: auto;
}

.single-card.s-gap {
	gap: 3rem;
}

.single-card.m-gap {
	gap: 6rem;
}

.single-card.xxl-gap {
	gap: 11rem;
}

.single-card.wdt50 {
	width: 50%;
}

.single-card.unformat {
	border: none;
	padding: 0;
	gap: 0;
}

.single-card.bigradius {
	border-radius: 1.5rem;
}

.single-card.spcbtwn {
	justify-content: space-between;
}

.single-card.orange {
	background: var(--clr-orange);
	color: white;
	border: 1px solid var(--clr-orange);
}

.single-card.white {
	background: white;
	border: 1px solid white;
}

.single-card.midgray {
	background: var(--clr-midgray);
	color: white;
	border: 1px solid var(--clr-midgray);
}

.s-card-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
	z-index: 3;
}

.s-card-top.wdth-mid {
	width: 55%;
}

.s-card-top.dir-col {
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.s-card-top.side-pdng-m {
	padding: 0 1.5rem;
}

.s-card-top.col {
	flex-direction: column;
	gap: 1rem;
}

.s-card-top.m-gap {
	gap: 3rem;
}

.s-card-top.s-gap {
	gap: 1rem;
}

.s-card-bottom {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: end;
	align-items: start;
	z-index: 3;
}

.s-card-bottom.gap-none {
    gap: 0;
}

.s-card-bottom.center {
	justify-content: center;
	align-items: center;
}

.s-card-bottom.to-right {
	width: unset;
	margin-left: auto;
}

.s-card-bottom.case-study {
	height: 100%;
	gap: 0;
	padding-left: 1.5rem;
	border-left: var(--clr-lightgray) solid 1px;
}

.s-card-bottom.side-pdng-m {
	padding: 0 1.5rem;
}

.s-card-bottom.rowspc {
	flex-direction: row;
	justify-content: space-between;
	align-items: end;
}

.s-card-bottom.wdth-mid {
	width: 55%;
}

/* ============ Menus ============ */

.menu {
	width: 100%;
}

.menu-list {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.menu-list.spcbtwn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.menu-list li {
	position: relative;
}

.menu-list.s-gap {
	gap: .25rem;
}

.menu-list.l-gap {
	gap: 2rem;
}

.menu-list.column {
	flex-direction: column;
	align-items: start;
	gap: 0;
}

.menu-list.showmob {
	display: none;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
    right: 0;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0.3s;
}

.menu-list li:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.dropdown-menu.unactive {
	display: none;
}

.dd-menu-list {
	display: flex;
    width: max-content;
    flex-direction: column;
    background: transparent;
    align-items: end;
	padding-top: .5rem;
}

/* ============ Others ============ */	

.aduax-logo {
	width: 187px;
	height: 64px;
}

.avatar-wrapper {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.avatar-wrapper.reversed {
	flex-direction: row-reverse;
}

.avatar-wrapper.start {
	align-items: start;
}

.avatar-pic {
	display: flex;
	justify-content: center;
	border: var(--clr-lightgray) solid 2px;
	border-radius: 5rem;
}

.avatar-pic.blog {
	align-items: center;
	width: 3rem;
	height: 2.5rem;
	background: var(--clr-green);
}

.avatar-pic img {
	width: 4rem;
	object-fit: cover;
	border-radius: 5rem;
}

.avatar-logo-case {
	width: 4.5rem;
}

.avatar-info {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.mask-darked {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.30);
	z-index: 2;
}

.mask-darked.gradient {
	top: 0;
    left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.mask-darked.darker {
	top: 0;
    left: 0;
	background: rgba(0, 0, 0, 0.50);
}

.mask-darked.gradient-left {
	top: 0;
    left: 0;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
}

.full-link {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: transparent;
}

.card-link {
	display: flex;
    text-decoration: none;
    color: inherit;
}

.single-list {
	display: flex;
	flex-direction: column;
	gap: .75rem;
}

.single-list.left-divider {
	padding-left: 1.5rem;
	border-left: var(--clr-lightgray) solid 1px;
}

.s-list-item {
	display: flex;
	flex-direction: column;
	gap: .25rem;
}

.sub-list {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	padding-left: 1.5rem;
}

/* ============ Forms ============= */

/* Estilos para inputs y textareas */
.custom-input, input[type=text], 
select, 
textarea {
	width: 100%;
    height: 3.5rem;
    padding: 12px;
	background: var(--clr-beige);
    border: 1px solid var(--clr-beige);
    border-radius: 1rem;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem;
    resize: vertical;
    transition: border 0.3s ease-in-out;
}

/* Estilo para el estado de foco */
input[type=text]:focus,
select:focus,
textarea:focus {
	border: var(--clr-orange) solid 1px;
	outline: none;
}

/* Corrección del estilo del botón submit */
input[type=submit] {
	display: inline-flex;
	width: max-content;
	height: 3.5rem;
	align-items: center;
	gap: .5rem;
	font-family: "Inter", sans-serif;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 500;
	color: black;
	text-decoration: none;
	background: var(--clr-pink);
	border: var(--clr-pink) solid 2px;
	border-radius: 2rem;
	padding: 0 1.25rem;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	transition: color 0.4s ease-in-out, background 0.4s ease-in-out, border 0.4s ease-in-out;
	cursor: pointer;
}

/* Estilo hover para el botón */
input[type=submit]:hover {
  	background: transparent;
	color: black;
	border: black solid 2px;
}

/* Placeholders (aquí sí se usan dos puntos) */
input::placeholder,
textarea::placeholder {
	color: grey;
	font-family: "Inter", sans-serif;
	font-weight: normal !important;
	font-size: 1rem;
	line-height: 1rem;
}

.custom-form {
	width: 100%;
}

.radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}

.radio-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
    padding: 1px 16px 1px 8px;
    border-radius: 9999px;
    background-color: #ccf1ff;
    cursor: pointer;
    border: 1px solid #61bde1;
    font-size: 14px;
	user-select: none;
	transition: all 0.2s ease;
}

.radio-pill input[type="radio"] {
	appearance: none;
	width: 16px;
	height: 16px;
	border: 2px solid #aaa;
	border-radius: 50%;
	position: relative;
	outline: none;
	cursor: pointer;
	transition: 0.2s;
}

.radio-pill input[type="radio"]:checked {
	border-color: #333;
	background-color: #333;
}

.radio-pill input[type="radio"]:checked::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: white;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 4px;
}

.radio-pill:hover {
	background-color: #e1e1e1;
}


/* ============ @Medias ============ */	

@media (max-width: 1440px) {
	.row-container.nine-col-responsive {
		display: grid;
		grid-template-columns: repeat(7, 1fr);
	}
	.row-container.pddgn-top-m {
		padding-top: 1rem;
	}
}

@media (max-width: 1280px) {
	.row-container.nine-col-responsive {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
	}
	.column-container.wdth-m {
		width: 63rem;
	}
	.logo-inline svg {
		margin-top: -1.3rem;
        height: 77px;
	}
	.row-container.wdth-57 {
		width: 70%;
	}
	.single-img.bio {
		aspect-ratio: 6 / 8;
	}
}


@media (max-width: 1080px) {
	.row-container.nine-col-responsive {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
	.single-img.svg.herospace {
		width: 100%;
	}
	.column-container.pddng-m-x {
		padding: 5rem 2rem 2rem;
	}
	.column-container.xl-gap {
		gap: 5rem;
	}
	.single-img.svg-80 {
		display: none;
	}
	.row-container.three-col.mob {
		grid-template-columns: 1fr 1fr;
	}
	.row-container.two-column-mob {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.row-container.to-column-mob {
		flex-direction: column;
	}
	.row-container.beige {
		flex-direction: column;
		gap: 3.5rem;
	}
	.row-container.three-col {
		grid-template-columns: 1fr 1fr;
	}
	.logo-inline svg {
        margin-top: -1.4rem;
        height: 78px;
    }
	.column-container.wdth-m {
        width: 90%;
    }
	.img-btn.wdth-30 {
		width: 43%;
	}
	.gslide-inline .ginlined-content {
		width: 80%;
	}
	.row-container.four-col {
		display: grid;
		grid-template-columns: 1fr 1fr !important;
	}
	.main-wrapper.gap-normal {
		gap: 2.5rem;
	}
}

@media (min-width: 992px) {
    .glightbox-clean .gclose {
        opacity: 1;
        right: 2.5rem;
        top: 6rem;
        width: 2.5rem;
        height: 2.5rem;
        border: white solid 2px;
        border-radius: 2rem 32px;
    }
}

@media (max-width: 960px) {
	.row-container.two-col.to-column-mob-m {
		flex-direction: column;
		display: flex;
	}
	.row-container.to-column-mob {
        flex-direction: row;
    }
	/*
	.main-wrapper {
		padding: 10rem 2rem 0 2rem;
	} */
	.row-container.wdth-57 {
        width: 90%;
    }
	.row-container.about-info {
		flex-direction: column;
		align-items: center;
	}
	.single-img.bio {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 860px) {
	.hide-item-mob-768 {
        display: none;
    }
}

@media (max-width: 768px) {
	.single-img.hero-logo {
        left: 50%;
        transform: translateX(-50%) translateY(0); /* IMPORTANT: mantener X y Y */
        bottom: 5.25rem;
        max-width: calc(100% - 32px);
    }

    /* versión móvil de hide: mantiene el translateX(-50%) para que no se desplace fuera */
    .single-img.hero-logo.hide {
        transform: translateX(-50%) translateY(-20px);
    }
	.txt-btn.hvr-undrln {
		font-size: .85rem;
		line-height: 1rem;
	}
	.herospace-images {
		width: 100%;
		height: 100%;
		position: absolute;
        margin-left: auto;
        margin-right: auto;
	}
	.herospace-images img {
		width: 8rem; /* tamaño de las imágenes */
		height: auto;
		pointer-events: none;
	}
	.square-img-mob {
		height: 40vh;
	}
	.menu-list li {
		width: 100%;
		text-align: center;
	}
	.txt-btn.mainmob {
		width: 100%;
		justify-content: space-between;
		border-bottom: var(--clr-blackmainmid) solid 1px;
        padding-bottom: 1rem;
	}
	.txt-btn.drpdwn.mob:hover {
		background: var(--clr-blackmainmid);
	}
	.main-btn.second.hidemob {
		display: none;
	}
	.main-btn.hidemob {
		display: none;
	}
	.embla__button {
		width: 2.5rem;
    	height: 2.5rem;
	}
	.dropdown-menu.mob {
		position: unset;
		display: flex;
		opacity: 100;
        transform: none;
        visibility: unset;
	}
	.dd-menu-list {
		width: 100%;
		padding: 1rem 0;
		border-radius: none;
		background: none;
		border: none;
	}
	.herospace-wrapper.pages {
        height: 65vh;
    }
	.h-herospace-img.pages {
        height: 65vh;
    }
	.mask-darked.hero {
		height: 100svh !important;
	}
	.mask-darked.pages {
        height: 80svh !important;
    }
	.row-container.two-col {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	.row-container.hide-mob-768 {
		display: none;
	}
	.aduax-wrapper {
		padding: 5rem 1rem 0 1rem;
		gap: 1rem;
	}
	.aduax-wrapper.indicator {
        padding: 2.25rem 1rem 2rem 1rem;
    }
	.aduax-wrapper.carrousel {
		padding: 5rem 0 0 0 !important;
	}
	
	.main-wrapper {
		padding: 0 1rem;
		gap: 1rem;
	}
	.main-wrapper.indicator {
        padding: 2.25rem 1rem 2rem 1rem;
    }
	.main-wrapper.carrousel {
		padding: 5rem 0 0 0 !important;
	}
	.carrousel-header {
		padding: 0 1rem;
	}
	.row-container.tabs {
		gap: .25rem;
	}
	.row-container.four-col-wrap {
		gap: 1rem;
	}
	.main-btn.tabs {
		width: 33%;
		font-size: .75rem;
    	line-height: 1rem;
		padding: .5rem;
	}
	.horizontal-scroll {
		scroll-padding-inline-start: 1rem;
		scroll-padding-inline-end: 1rem;
	}
	.embla__viewport {
		scroll-padding: 0 1rem;
		padding: 0 .5rem;
	}

	.embla__container {
		padding: 0 0.5rem;
	}
	
	.embla__container.simple-slider {
		padding: 0;
	}

	.embla__slide {
		padding: 0 1rem;
		scroll-snap-align: start;
	}
	.embla__slide.simple-slider {
		padding: 0;
	}
	.embla__buttons {
		display: none;
		padding: 0 0.5rem;
	}
	.scroll-list {
		gap: 1rem;
	}
	.scroll-list .spacer {
		min-width: 0;
	}
	.single-card.inner {
		border-radius: .5rem;
	}
	.single-card.carrousel-wdth {
		width: 90% !important;
	}
	.s-cards-wrapper {
		display: flex;
		flex-direction: column;
		grid-gap: 1rem;
	}
	.cards-cont-wrapper {
		display: flex;
		flex-direction: column;
		grid-gap: 1rem;
	}
	.card-content {
		gap: 3rem;
    	padding: 2rem 1rem 2rem 1rem;
        border-radius: .125rem .125rem 1rem 1rem;
	}
	.featured-content {
		gap: 3rem;
	}
	.f-content-row {
		flex-direction: column !important;
   		gap: 1rem;
	}
	.video-thumbnail.wdt50 {
		width: 100%;
	}
	.single-card {
		padding: 1rem;
	}
	.single-card.mob-contact {
        height: auto;
    }
	.card-img-btm.l-size {
		height: 26rem;
	}
	.aduax-wrapper.top-pdng-none {
		padding: 0rem 1rem;
	}
	.herospace-wrapper.height-100dvh {
		height: 100dvh !important;
	}
	.video-full {
		height: 100dvh;
	}
	.column-container.height-100 {
		height: auto !important;
	}
	.h-herospace-content {
		bottom: 1.5rem;
		display: flex;
		flex-direction: column;
		justify-content: start;
		align-items: start;
		gap: 3rem;
		padding: 1rem;
		position: unset;
	}
	.h-h-content-right.centermob {
		justify-content: center;
	}
	.h-h-content-right.hidemob {
		display: none;
	}
	.h-herospace-img {
		width: 100%;
		height: 100svh;
	}
	.h-herospace-img.height-100dvh {
		height: 100dvh;
	}
	.h-about-top {
		display: flex;
		flex-direction: column;
		grid-gap: 1rem;
	}
	.h-a-top-left {
		gap: 3rem;
	}
	.h-about-bottom {
		display: flex;
		flex-direction: column;
		grid-gap: 1rem;
	}
	.single-card.two {
    	display: flex;
        flex-direction: column;
    }
	.single-card.case-study {
		display: flex;
		flex-direction: column;
		grid-gap: 1rem;
	}
	.s-card-bottom.case-study {
		padding-left: 0;
		border-left: none;
		border-top: var(--clr-lightgray) solid 1px;
		padding-top: 1rem;
	}
	.single-card.wdt50 {
		width: 100%;
	}
	.single-card.unformat {
		gap: 1rem;
	}
	.s-card-top.wdth-mid {
        width: 100%;
    }
	.s-card-bottom.rowspc {
		flex-direction: column;
		gap: 2rem;
		align-items: start;
	}
	.s-card-bottom.to-right {
	    width: 100%;
	}
	.single-card.imgbg.mob {
		height: 40vh;
	}
	.single-card.xxl-gap {
		gap: 4rem;
	}
	.s-card-top.dir-col {
		gap: 3rem;
	}
	.s-card-bottom.wdth-mid {
		width: 100%;
	}
	.logos-wrapper img {
		height: 1.75rem;
	}
	.single-list.left-divider {
		padding-left: 0;
		border-left: none;
	}
	.single-img.svg.herospace {
        width: 100%;
    }
	.column-container.hero-height {
		height: auto;
	}
	.row-container.sticky {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.row-container.three-col.mob {
        grid-template-columns: 1fr;
    }
	.row-container.column-mob {
		flex-direction: column;
	}
	.row-container.items-start-mob {
		align-items: start;
	}
	.row-container.two-column-mob {
        grid-template-columns: 1fr;
    }
	.column-container.pddng-m-x {
        padding: 3rem 1rem 1rem;
    }
	.column-container.xl-gap {
        gap: 3rem;
    }
	.main-wrapper.l-gap {
		gap: 3rem;
	}
	.single-img.logos {
		height: 2rem;
	}
	.single-card.min-cont {
		width: 100%;
		z-index: 2;
	}
	.single-img.nrmal {
		width: 100%;
		height: 100%;
		margin-top: 3rem;
	}
	.row-container.wdth-m {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.main-wrapper.lime {
		padding: 5rem 1rem 5rem 1rem;
		margin-top: 3rem;
	}
	.single-img.svg {
		width: 100%;
		height: unset;
	}
	.column-container.pddng-top-m {
		padding-top: 1rem;
	}
	.row-container.rounded-l {
		border-radius: 2rem;
		flex-direction: column;
		padding: 1.5rem;
		gap: 3rem;
	}
	.single-img.profile {
		width: 100%;
		height: auto;
	}
	.row-container.mob-design-alt {
		gap: 1.5rem;
		flex-direction: column;
	}
	.row-container.rounded-l.mob-gap {
		gap: 1.5rem;
	}
	.single-card.rounded-m {
		border-radius: 1rem;
	}
	.single-card.border-salmon {
		border-radius: .5rem;
	}
	.column-container.no-gap.mob-alt {
		gap: 4rem;
	}
	.column-container.hide-mob-768 {
		display: none;
	}
	.menu-list {
		gap: 2rem;
	}
	.menu-list.m-gap {
		gap: 3rem;
	}
	.main-wrapper.hero-pages {
        padding: 6.5rem 1rem 0 1rem;
    }
	.single-img.svg-l {
		height: 2.5rem;
	}
	.single-card.border-salmon.hero-pages {
        grid-template-columns: 1fr;
    }
	.single-img.rounded-m {
		border-radius: 1rem;
	}
	.row-container.three-col {
		grid-template-columns: 1fr;
	}
	.left-auto.mob-left-none {
		margin-left: unset;
	}
	.row-container.twelve-col.mrgn-bttm-xl-negative {
		top: 7%;
	}
	.row-container.twelve-col.mrgn-bttm-l-negative {
		bottom: 26%;
	}
	.row-container.four-col-projects {
		grid-template-columns: 1fr 1fr;
	}
	.column-container.mob-gap-m {
		gap: 3rem;
	}
	.row-container.hide-mob {
		display: none;
	}
	.row-container.hide-desk {
		display: flex;
	}
	.row-container.hide-desk.pddng-bttm-m {
		padding-bottom: 2rem;
	}
	.row-container.twelve-col.mob-1-3-col {
		grid-template-columns: 1fr 3fr;
	}
	.item-col-2-3.mob-unset {
		grid-column: unset;
	}
	.row-container.two-col.mob-gap-m {
        gap: 4rem;
    }
	.row-container.four-col-3fr.mob-project {
		display: flex;
		flex-direction: column-reverse;
	}
	.main-wrapper.mob-project {
        gap: 4rem;
    }
	.main-wrapper.xxl-gap {
		gap: 8rem;
	}
	.column-container.to-row-mob {
		flex-direction: row;
		justify-content: space-between;
	}
	.row-container.mob-gap-m {
		gap: 3rem;
	}
	.row-container.four-col-3fr.mob-entrie {
    	display: flex;
		flex-direction: column-reverse;
	}
	.column-container.mob-gap-m {
		gap: 4rem;
	}
	.row-container.three-col-4fr.mob-to-two {
		grid-template-columns: 4fr 4fr;
	}
	.row-container.two-col.mob-gap-m {
		gap: 4rem;
	}
	.row-container.four-col-3fr.about-mob {
		display: flex;
	}
	.column-container.work-list {
		display: none;
	}
	.row-container.two-col-3-9 {
		grid-template-columns: 1fr;
	}
	.row-container.nine-col-responsive {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.single-img.height-12 {
		height: 100%;
	}
	.single-img.home-herospace-wdth {
		display: block;
	}
	.main-wrapper.four-col-3 {
   	 	display: flex;
		gap: 3rem;
	}
	.row-container.four-col-3fr.to-1fr-mob {
		display: grid;
		grid-template-columns: 1fr;
	}
	.item-col-2-3.to-1-mob {
		grid-column: 1 / 1;
	}
	.column-container.m-gap-mob {
		gap: 3rem;
	}
	.logo-inline svg {
        margin-top: -0.9rem;
        height: 52px;
    }
	.column-container.wdth-m {
        width: 100%;
    }
	.logo-inline {
		width: max-content;
	}
	.main-wrapper.height-100vh {
		height: 100dvh;
	}
	.img-btn.wdth-30 {
		width: 100%;
	}
	.column-container.furia-cinema {
		padding: 1.25rem 1rem 5rem;
	}
	.fixed {
    	position: unset;
    	display: flex;
    	z-index: 4;
    	padding-top: 6rem;
	}
	.fixed.top {
		top: 5rem;
	}
	.fixed.left {
		left: 1rem;
	}
	.fixed.right {
		right: 1rem;
	}
	.fixed.bottom {
		bottom: 4.5rem;
		padding-top: 0;
	}
	.row-container.wdth-57 {
        width: 100%;
        padding: 0 1rem;
        flex-direction: column;
		gap: 0;
    }
	.column-container.no-gap-dir-mob {
		gap: 0;
	}
	.row-container.centered-dir-mob {
		justify-content: center;
	}
	.single-img.bio {
        width: 100%;
    }
	.row-container.about-info {
        padding-top: 8.5rem;
		padding-bottom: 12rem;
    }
	.gslide-inline .ginlined-content {
        width: 100%;
        padding: 0 1rem !important;
    }
	.glightbox-container .related-videos, .glightbox-container .related-videos .row-container.three-col, .glightbox-container .gslide .row-container.three-col {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 1rem !important;
	}
	.main-wrapper.pddng-top-bttm-s {
		padding: 5.5rem 1rem 1rem;
	}
	.gslide-inline {
		max-height: unset;
	}
	.gslide-inline #about-info {
        max-height: 100vh !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    .gslide-inline #about-info .row-container.about-info {
        height: auto !important;
        min-height: auto !important;
    }
	.single-img.header-logo-mob {
		display: block;
		height: 2.5rem;
        width: 5.15rem;
		opacity: 0;
		transition: opacity .3s ease-in-out;
	}
	.single-img.header-logo-mob.active {
		opacity: 1;
	}
	.row-container.about-desktop {
		padding: 0 1rem;
		margin-top: -6rem;
	}
	.txt-btn.hide-mob {
		display: none;
	}
	.text-xxxxxl.mrgn-bttm-s {
		margin-bottom: unset;
	}
	.row-container.three-col-383 {
		display: flex;
		flex-direction: column;
	}
	.row-container.four-col {
        display: flex;
        flex-direction: column;
    }
	.main-wrapper.height-100vh.m-mob {
        height: 124dvh;
    }
	.main-wrapper.gap-normal {
        gap: 3rem;
    }
	.img-btn-hover {
		opacity: 1;
	}
}

@media (max-width: 480px) {
	.logo-inline svg {
        margin-top: -0.6rem;
        height: 32px;
        width: 66px;
    }
}