@font-face {
	font-family: 'Sailec-Regular';
	src: url('../fonts/34E302_0_0.eot');
	src: url('../fonts/34E302_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/34E302_0_0.woff2') format('woff2'), url('../fonts/34E302_0_0.woff') format('woff'), url('../fonts/34E302_0_0.ttf') format('truetype');
}


html {
	font-family: 'Sailec-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3 {
	margin-bottom: 50px;
	font-size: 1.2rem;
	border-bottom: 1px solid black;
	display: inline-block;
}
h3.upper {
	border-bottom: none;
}
.section {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px solid black;
}
.fullwidth {
	width: 100%;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.title h3 {
	margin-bottom: 10px;
	margin-top: 0;
}

p a {
	color: #000000 !important;
	text-decoration: underline;
}

video.wp-video-shortcode,
.mejs-container,
.wp-video {
	width: 100% !important;
	height: auto !important;
}

.container {
	width: 100%;
	padding: 0 48px;
	max-width: unset;
}

header {
	height: 100px;
}

.rosa {
	background: #fcddd4 !important;
}

.blue-text {
	color: #697690 !important;
}

.underline {
	text-decoration: underline;
}

.row .col {
	padding: 0 20px !important;
}

a.miniatura:hover, a.miniaturart:hover,
.gallery-item a:hover {
	background: #000;
}
a.miniatura:hover img, a.miniaturart:hover img,
.gallery-item a:hover img {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/* IE 5-7 */
	filter: alpha(opacity=60);
	/* Netscape */
	-moz-opacity: 0.6;
	/* Safari 1.x */
	-khtml-opacity: 0.9;
	/* Good browsers */
	opacity: 0.6;
}
a.miniaturart {
	width: 100%;
	height: 100%;
	display: inline-block;
	aspect-ratio: 16 / 11;
	overflow: hidden;
}

a.miniaturart img {
	width: 100%;
	height: 100%;
	display: inline-block;
	max-width: unset;
	object-fit: cover;   /* Llena el cuadrado sin deformar la imagen (la recorta) */
	object-position: center;
}
a.miniatura {
	display: inline-block;
	width: 100%;    /* O el ancho fijo que desees */
	aspect-ratio: 1 / 1; /* Fuerza la forma cuadrada */
	overflow: hidden; 
}

a.miniatura img {
	width: 100%;
	height: 100%;
	display: inline-block;
	max-width: unset;
	object-fit: cover;   /* Llena el cuadrado sin deformar la imagen (la recorta) */
	object-position: center;
}

.transition {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#index.section {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#index .cycle-slideshow {
	position: relative;
	height: calc(100vh - 170px);
	width: 100%;
	overflow: hidden;
}

#index .cycle-slideshow .cycle-item {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	mix-blend-mode: multiply;
}

#index img {
	width: 100%;
	height: auto;
}

#page-nosotros img {
	margin-top: -120px;
}

#index h4 {
	margin-left: 60px;
	line-height: 42px !important;
	margin-top: -60px;

}

img {
	max-width: 100%;
}

nav {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	line-height: 18px !important;
	padding-top: 30px;
}

nav a {
	line-height: 40px !important;
}

nav a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

nav ul a,
.side-nav li>a {
	font-size: 15px;
	color: black;
}

#sidenav-overlay {
	background-color: rgba(0, 0, 0, 0.5)
}

.mobile-menu-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	padding: 18px 24px 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease;
	z-index: 999;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

.mobile-menu-header {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.mobile-menu-close {
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.mobile-menu-list {
	margin: 0;
	padding: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.mobile-menu-list li {
	list-style: none;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.mobile-menu-list li a {
	display: inline-block;
	position: relative;
	color: #000;
	padding: 6px 0;
}

.mobile-menu-list li a::after {
	background: #000;
}

body.mobile-menu-open {
	overflow: hidden;
}

body.mobile-menu-open .mobile-menu-panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.mobile-menu-open .mobile-menu-list li {
	opacity: 1;
	transform: translateY(0);
}

body.mobile-menu-open .mobile-menu-list li:nth-child(1) { transition-delay: 0.03s; }
body.mobile-menu-open .mobile-menu-list li:nth-child(2) { transition-delay: 0.07s; }
body.mobile-menu-open .mobile-menu-list li:nth-child(3) { transition-delay: 0.11s; }
body.mobile-menu-open .mobile-menu-list li:nth-child(4) { transition-delay: 0.15s; }
body.mobile-menu-open .mobile-menu-list li:nth-child(5) { transition-delay: 0.19s; }
body.mobile-menu-open .mobile-menu-list li:nth-child(6) { transition-delay: 0.23s; }
body.mobile-menu-open .mobile-menu-list li:nth-child(7) { transition-delay: 0.27s; }
body.mobile-menu-open .mobile-menu-list li:nth-child(8) { transition-delay: 0.31s; }
body.mobile-menu-open .mobile-menu-list li:nth-child(9) { transition-delay: 0.35s; }
body.mobile-menu-open .mobile-menu-list li:nth-child(10) { transition-delay: 0.39s; }
}

#logo-container {
	line-height: 18px !important;
	font-size: 20px;
	display: inline-block;
}

.item-proyecto {
	margin-bottom: 60px
}

.item-proyecto img {
	mix-blend-mode: multiply;
}

#page-nosotros p,
page-contacto p {
	font-size: 18px;
	left: 50px;
	position: relative;
	width: 110%;
}

#page-contacto p {
	left: 0;
	width: 90%;
}

#page-nosotros .txt {
	z-index: 99999;
	position: relative;
}

#page-proyectos h5 {
	margin: 0px 0 40px 0;
}

.title {
	margin-bottom: 30px;
}

.ficha {
	margin-bottom: 80px;
}

.ficha p:first-child {
	margin-top: 0;
}

.video-container {
	position: relative;
}

.video-fullscreen-toggle {
	display: inline-flex;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	z-index: 3;
}

.video-fullscreen-toggle:hover,
.video-fullscreen-toggle:focus,
.video-fullscreen-toggle:active {
	background: transparent;
}

.video-fullscreen-toggle:focus {
	outline: none;
}

#single-proyecto h5,
#page-contacto h5 {
	line-height: 135%;
}

a.hovericon {
	margin-right: 20px;
}

.single-back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.single-back-label {
	opacity: 0;
	transition: opacity 0.2s ease;
	font-size: 12px;
}

.single-back-link:hover .single-back-label {
	opacity: 1;
}

.footer-top-wrap {
	display: flex;
	justify-content: flex-end;
}

.footer-top-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 12px 0 18px;
}

.footer-top-label {
	opacity: 0;
	transition: opacity 0.2s ease;
	font-size: 12px;
}

.footer-top-link:hover .footer-top-label {
	opacity: 1;
}

.gallery-item,
#works .col {
	margin-bottom: 40px;
}

.project-meta-small {
	font-size: 15px;
}

.project-card-title {
	margin-top: 10px;
}

.press-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.press-table th,
.press-table td {
	padding: 8px 0;
	text-align: left;
	border-bottom: 1px solid #000;
}

.press-table thead th {
	font-size: 13px;
	font-weight: normal;
}

.press-table tbody tr {
	position: relative;
}

.press-table tbody tr.press-row-link {
	cursor: pointer;
}

.press-table tbody tr.press-row-link::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.press-table tbody tr.press-row-link:hover::after,
.press-table tbody tr.press-row-link:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.press-table td {
	position: relative;
}

.press-table td:last-child {
	padding-right: 150px;
}

.press-row-tooltip {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 3;
}

.press-row-tooltip img {
	display: block;
	width: 140px;
	height: auto;
	border: 1px solid #000;
	background: #fff;
}

.press-table tbody tr:hover .press-row-tooltip,
.press-table tbody tr:focus .press-row-tooltip {
	opacity: 1;
}

.press-medium-mobile {
	display: none;
}

.lightbox .lb-image,
.lb-outerContainer {
	border: 0;
	border-radius: 0;
}

.lb-data .lb-details {
	width: 100%;
}

.lb-data .lb-number {
	float: right;
	text-align: right;
}

.lb-data .lb-close,
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	background: none;
	color: white;
	opacity: 1;
}

.lb-nav a.lb-prev:before,
.lb-nav a.lb-next:before {
	font-family: "Material Symbols Outlined";
	font-feature-settings: "liga";
	position: relative;
	top: 50%;
}

.lb-nav a.lb-prev:before {
	content: "keyboard_arrow_left";
	float: left;
	text-align: left;
	margin-left: -30px;
}

.lb-nav a.lb-next:before {
	content: "keyboard_arrow_right";
	float: right;
	text-align: right;
	margin-right: -30px;
}

.lb-data .lb-close:before {
	content: "close";
	font-family: "Material Symbols Outlined";
	font-feature-settings: "liga";
}

.lightboxOverlay {
	background-color: #000 !important;
}

.lb-data,
.lb-data .lb-number,
.lb-data .lb-close,
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	color: #fff !important;
}

.upper {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.material-symbols-outlined {
	font-feature-settings: "liga";
	line-height: 1;
	vertical-align: middle;
	visibility: hidden;
}

html.material-symbols-ready .material-symbols-outlined {
	visibility: visible;
}

.bio-links {
	margin-top: 20px;
}

.bio-link-item {
	font-size: 14px;
	margin: 0 0 8px;
}

.bio-link-item .material-symbols-outlined {
	/* font-size: 18px; */
	margin-left: 6px;
	font-variation-settings:
		'FILL' 0,
		'wght' 200,
		'GRAD' -25,
		'opsz' 24;
}

#index-banner {
	margin-top: 36px;
	height: 480px;
	padding-top: 0;
}

.carousel.carousel-slider {
	height: 380px !important;
}

#index-banner .container {
	width: 60%;
}

.bajada {
	font-size: 21px;
}

.carousel.carousel-slider .carousel-item,
.carousel-item .container {
	height: auto;
}

.carousel.carousel-slider .carousel-item img {
	width: 100%;
	height: auto;
}

#home-news .container,
#home-specialties {
	padding: 60px 0;
}

#home-news h5 {
	font-size: 20px;
}

#home-news {
	padding: 0;
}

.equipo {
	margin-bottom: 100px;
}
.txt-area {
	min-height: 120px !important;
}

a.mail {
	text-decoration: underline !important;
}

#single-exhibition .cycle-slideshow img,
#single-exhibition .cycle-slideshow .cycle-item {
	height: 100%;
}

#single-exhibition .cycle-slideshow .cycle-item {
	text-align: center;
	width: 100%;
}

#single-exhibition .cycle-slideshow {
	height: calc(100vh - 200px);
}

#single-exhibition .controls {
	display: inline-flex;
	vertical-align: middle;
}

#single-exhibition .controls .cycle-prev,
#single-exhibition .controls .cycle-next {
	cursor: pointer;
}

#custom-caption {
	font-size: 12px;
	line-height: 26px;
}

label.black-text {
	font-size: 15px !important;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
	border: 1px solid #697690;
	height: auto;
	padding: 5px 5px 3px;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #697690;
	box-shadow: 0 1px 0 0 #697690;
}

input.wpcf7-submit {
	box-shadow: none;
	border-radius: 0;
	text-transform: lowercase;
	height: 30px;
	padding: 0 18px !important;
}

textarea {
	height: 180px !important;
}


@media only screen and (max-width: 480px) {

	#index .cycle-slideshow,
	#single-exhibition .cycle-slideshow {
		height: 75vh;
	}

	#index img,
	#index h4 {
		margin: 0;
	}

	#page-nosotros p,
	#page-contacto p {
		left: auto;
		width: 100%;
	}

	#page-nosotros img {
		margin-top: 50px;
	}

	.carousel.carousel-slider .carousel-item {
		display: inline-block;
	}

	.carousel.carousel-slider {
		height: 280px !important;
	}

	#single-proyecto .ficha {
		padding-top: 0;
	}

	iframe {
		width: 100%;
	}
}

@media only screen and (max-width: 812px) and (orientation: landscape) {

	#index .cycle-slideshow,
	#single-exhibition .cycle-slideshow {
		height: 100vh;
	}
}

@media only screen and (min-width: 482px) and (max-width: 1024px) and (orientation: portrait) {

	#index .cycle-slideshow,
	#single-exhibition .cycle-slideshow {
		height: 50vh;
	}
}
@media only screen and (min-width: 901px) {
	.video-fullscreen-toggle {
		display: none;
	}
}
@media only screen and (max-width: 900px) {
	.container {
		padding: 0 8px;
	}

	#single-exhibition .cycle-slideshow,
	#single-proyecto .cycle-slideshow {
		height: 26vh;
	}

	#single-exhibition .ficha.ficha-empty,
	#single-proyecto .ficha.ficha-empty {
		margin-bottom: 0;
	}

	.video-fullscreen-toggle {
		display: inline-flex;
	}

	.press-table {
		table-layout: fixed;
	}

	.press-table th,
	.press-table td {
		padding: 10px 0;
	}

	.press-table th:first-child,
	.press-table td:first-child {
		width: 72px;
	}

	.press-table th:nth-child(2),
	.press-table td:nth-child(2) {
		width: 100%;
	}

	.press-table td:last-child {
		padding-right: 0;
	}

	.press-table th:nth-child(3),
	.press-table td:nth-child(3) {
		display: none;
	}

	.press-medium-mobile {
		display: block;
		margin-top: 2px;
		font-size: 12px;
		opacity: 0.8;
	}

	.press-row-tooltip {
		display: none;
	}

	.button-collapse {
		display: inline-flex !important;
		align-items: center;
	}

	nav .hide-on-med-and-down {
		display: none !important;
	}

	#nav-mobile {
		color: white;
	}

	nav.white-text a,
	#nav-mobile.white-text a {
		color: white !important;
	}

}

@media only screen and (min-width: 901px) {
	.mobile-menu-panel,
	.button-collapse {
		display: none !important;
	}
}
@media only screen and (min-width: 1200px) {
    html {
	  font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    html {
	  font-size: 19px;
    }
}
@media only screen and (min-width: 0px) {
    html {
	  font-size: 18px;
    }
}

/* Page load: fade in all content */
@keyframes page-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

body {
	animation: page-fade-in 0.65s ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
	body {
		animation: none;
		opacity: 1;
	}
}