html {
	font-size: 16px;
}
body.admin-bar header.wp-block-template-part {
	top: 32px ;
} 
header.wp-block-template-part {
	position: fixed;
    z-index: 999;
    background: #ffffffbb;
    width: 100%;
    border-bottom: 1px solid #f6f6f655;
    backdrop-filter: blur(10px);
    top: 0;
}

footer {
	margin-top: 0;
}

.wp-block-group.alignfull.has-custom-gris-texto-color.has-custom-negro-background-color.has-text-color.has-background.has-link-color.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	margin-block-start: 0px;
}

.tau-expertos-video {
	--tau-bg: #111e22;
	--tau-text: #f4f4ef;
	--tau-palabra-width: 8ch;
	width: 100%;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	display: flex;
	align-items: center;	/*padding: clamp(2rem, 7vw, 6rem) clamp(1.25rem, 5vw, 5rem);*/
	padding: 0;
	background: var(--tau-bg);
	color: var(--tau-text);
	overflow: hidden;
}

.tau-expertos-video__linea {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 0.28em;
	max-width: 100%;
	font-family: var(--wp--preset--font-family--body, "Helvetica Neue", Arial, sans-serif);
	font-size: 48px;
	font-weight: 300;
	line-height: 1.12;
	letter-spacing: 0.01em;
	white-space: normal;
}

.tau-expertos-video__prefijo {
	display: inline;
}

.tau-expertos-video__slot {
	display: inline-flex;
	align-items: baseline;
	flex: 0 0 var(--tau-palabra-width);
	width: var(--tau-palabra-width);
	white-space: nowrap;
}

.tau-expertos-video__palabra {
	display: inline;
}

.tau-expertos-video__cursor {
	display: inline-block;
	width: 2px;
	height: 0.9em;
	margin-left: 4px;
	background: currentColor;
	transform: translateY(0.1em);
	animation: tau-cursor-blink 0.8s steps(1, end) infinite;
}

.tau-expertos-video__frase {
	display: inline;
}
.video-max-height-100vh {
	z-index: 0;
	margin-bottom: 100px;
}
.video-max-height-100vh video {
	max-height: 90vh;

}


body .is-layout-flex {
	row-gap:0.33rem;
}


@keyframes tau-cursor-blink {
	0%,
	49% {
		opacity: 1;
	}

	50%,
	100% {
		opacity: 0;
	}

}

@media (max-width:900px) {
	.tau-expertos-video__linea {
		font-size: clamp(30px, 7vw, 48px);
	}

}

@media (max-width:600px) {
	.tau-expertos-video {

		/*padding: 2.5rem 1.25rem;*/
		padding: 0;
	}

	.tau-expertos-video__linea {
		font-size: clamp(26px, 8vw, 38px);
		line-height: 1.15;
	}

	.tau-expertos-video__slot {
		--tau-palabra-width: 9ch;
	}

}

/* ==============================================
   Imagen de proyecto
   ============================================== */

.tau-project-image {
	margin: 0;
	width: 100%;
}

.tau-project-image__img {
	display: block;
	width: 100%;
	height: auto;
}

body.page-id-187 .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	padding-bottom: 0 !important;
}

body.page-id-188 header.wp-block-template-part {
	background-color: #f2f2f2cc;

}
body.page-id-188 {
	background-color: #f2f2f2;
	overflow-x: hidden;
}

/*---- Animación ---*/

/* =========================================================
   CONTENEDOR
   ========================================================= */

/* La fila y la columna permiten que se vea todo */
.wp-block-columns:has(#circuloAnimacion),
.wp-block-column:has(#circuloAnimacion) {
    overflow: visible !important;
}


/* La columna derecha toma la altura de la izquierda */
.wp-block-column:has(#circuloAnimacion) {
    position: relative;
}


/* El grupo ocupa toda la columna derecha */
#circuloAnimacion {
    position: absolute !important;
    inset: 0 !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;

    overflow: visible !important;

    isolation: isolate;
}


/* =========================================================
   CÍRCULOS
   ========================================================= */

#circuloAnimacion > figure.wp-block-image {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    max-width: none !important;

    overflow: visible !important;

    /* MUY IMPORTANTE:
       anulamos cualquier animación CSS anterior */
    animation: none !important;

    transform: translate3d(0, 0, 0);

    will-change: transform;

    backface-visibility: hidden;

    z-index: 1;

    /* Tamaño por defecto */
    --s: 160px;
    --rot: 100s;

    width: var(--s) !important;
}


/* SVG / imagen */
#circuloAnimacion > figure.wp-block-image > img {
    display: block !important;

    width: 100% !important;
    height: auto !important;

    max-width: none !important;

    margin: 0 !important;

    backface-visibility: hidden;

    will-change: rotate, scale;

    transform-origin: center;

    scale: 1;

    animation:
        circuloRotacion var(--rot) linear infinite;

    transition: scale .5s ease;
}


/* =========================================================
   TAMAÑOS
   ========================================================= */

#circuloAnimacion > figure:nth-child(1) {
    --s: clamp(160px, 21vw, 328px);
    --rot: 91.7s;
}

#circuloAnimacion > figure:nth-child(2) {
    --s: clamp(180px, 25vw, 394px);
    --rot: 113.3s;
}

#circuloAnimacion > figure:nth-child(3) {
    --s: clamp(100px, 12vw, 177px);
    --rot: 67.1s;
}

#circuloAnimacion > figure:nth-child(4) {
    --s: clamp(120px, 15vw, 215px);
    --rot: 103.9s;
}

#circuloAnimacion > figure:nth-child(5) {
    --s: clamp(100px, 13vw, 176px);
    --rot: 79.3s;
}


/* =========================================================
   ROTACIÓN
   ========================================================= */

@keyframes circuloRotacion {
    from {
        rotate: 0deg;
    }

    to {
        rotate: 360deg;
    }
}


/* Algunos giran en dirección contraria */

#circuloAnimacion > figure:nth-child(2) > img,
#circuloAnimacion > figure:nth-child(4) > img {
    animation-direction: reverse;
}


/* =========================================================
   HOVER
   ========================================================= */

#circuloAnimacion > figure:hover {
    z-index: 50;
}

#circuloAnimacion > figure:hover > img {
    scale: 1.07;
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 781px) {

    .wp-block-column:has(#circuloAnimacion) {
        min-height: 500px;
    }

    #circuloAnimacion > figure:nth-child(1) {
        --s: clamp(120px, 34vw, 220px);
    }

    #circuloAnimacion > figure:nth-child(2) {
        --s: clamp(140px, 40vw, 250px);
    }

    #circuloAnimacion > figure:nth-child(3) {
        --s: clamp(80px, 22vw, 140px);
    }

    #circuloAnimacion > figure:nth-child(4) {
        --s: clamp(90px, 26vw, 160px);
    }

    #circuloAnimacion > figure:nth-child(5) {
        --s: clamp(80px, 23vw, 140px);
    }
}

/* =========================================================
   EVITAR SELECCIÓN / DRAG NATIVO
   ========================================================= */

#circuloAnimacion,
#circuloAnimacion figure,
#circuloAnimacion img {
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-user-drag: none !important;
}

#circuloAnimacion figure,
#circuloAnimacion img {
    pointer-events: none !important;
}
figure.wp-block-post-featured-image {
    width: 100%;
}
div:has(figure.wp-block-post-featured-image) {
    border: none;
}


.supra-proyectos-flex {
    gap: 2rem;
}
.supra-proyectos-flex select,
.supra-proyectos-flex a {
    font-size: 20px;
    border: none;
    text-decoration: none;
    font-weight: 400;
}