@charset "UTF-8";

/* EMPRESA CSS Document */
/* primary: #DF5A3B; */
/* secondary: #0F1626; */

/* FONTS */
@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Thin.eot');
	src: url('fonts/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
	url('fonts/Gotham-Thin.woff2') format('woff2'),
	url('fonts/Gotham-Thin.woff') format('woff'),
	url('fonts/Gotham-Thin.ttf') format('truetype'),
	url('fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');
	font-weight: 100;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Light.eot');
	src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/Gotham-Light.woff2') format('woff2'),
	url('fonts/Gotham-Light.woff') format('woff'),
	url('fonts/Gotham-Light.ttf') format('truetype'),
	url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: 300;
}

@font-face {
	font-family: 'Futura Lt BT';
	src: url('fonts/FuturaBT-LightItalic.eot');
	src: url('fonts/FuturaBT-LightItalic.eot?#iefix') format('embedded-opentype'),
	url('fonts/FuturaBT-LightItalic.woff2') format('woff2'),
	url('fonts/FuturaBT-LightItalic.woff') format('woff'),
	url('fonts/FuturaBT-LightItalic.ttf') format('truetype'),
	url('fonts/FuturaBT-LightItalic.svg#FuturaBT-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Futura Lt BT';
	src: url('fonts/FuturaBT-Light.eot');
	src: url('fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/FuturaBT-Light.woff2') format('woff2'),
	url('fonts/FuturaBT-Light.woff') format('woff'),
	url('fonts/FuturaBT-Light.ttf') format('truetype'),
	url('fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
	font-weight: 300;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/CenturyGothic.eot');
	src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
	url('fonts/CenturyGothic.woff2') format('woff2'),
	url('fonts/CenturyGothic.woff') format('woff'),
	url('fonts/CenturyGothic.ttf') format('truetype'),
	url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: 400;
}

@font-face {
	font-family: 'Times New Roman';
	src: url('fonts/TimesNewRomanPSMT.eot');
	src: url('fonts/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'),
	url('fonts/TimesNewRomanPSMT.woff2') format('woff2'),
	url('fonts/TimesNewRomanPSMT.woff') format('woff'),
	url('fonts/TimesNewRomanPSMT.ttf') format('truetype'),
	url('fonts/TimesNewRomanPSMT.svg#TimesNewRomanPSMT') format('svg');
	font-weight: 400;
}

@font-face {
	font-family: 'Futura Md BT';
	src: url('fonts/FuturaBT-Medium.eot');
	src: url('fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
	url('fonts/FuturaBT-Medium.woff2') format('woff2'),
	url('fonts/FuturaBT-Medium.woff') format('woff'),
	url('fonts/FuturaBT-Medium.ttf') format('truetype'),
	url('fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
	font-weight: 500;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Medium.eot');
	src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
	url('fonts/Gotham-Medium.woff2') format('woff2'),
	url('fonts/Gotham-Medium.woff') format('woff'),
	url('fonts/Gotham-Medium.ttf') format('truetype'),
	url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 500;
}

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Black.eot');
	src: url('fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
	url('fonts/Gotham-Black.woff2') format('woff2'),
	url('fonts/Gotham-Black.woff') format('woff'),
	url('fonts/Gotham-Black.ttf') format('truetype'),
	url('fonts/Gotham-Black.svg#Gotham-Black') format('svg');
	font-weight: 700;
}



/* GENERAL */
html {
	font-size: 12px;
}

body {
	text-align: center;
	font: 300 1rem/1.4 "Gotham", Arial, sans-serif;
	color: transparent;
	overflow-x: hidden;
}

header,main,footer{
	color: #000;
}

.bg-gray {
	background: #e9ecef;
}



h1 {
		font-weight: 700;
	    font-size: 2rem;
}

h2 {
	font-size: 1.8rem;
	font-weight: 700;
}

h3 {
	font-size: 1.75rem;
	font-weight: 300;
}

h4,p {
	font-size: 1.2rem;
	font-weight: 300;
}

h5 {
	font-size: 1.2rem;
	font-weight: 300;
}

h6 {
	
}

::moz-selection {
	background: #DF5A3B;
	background: rgba(223, 90, 59, .4);
}

::selection {
	background: #DF5A3B;
	background: rgba(223, 90, 59, .4);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0 30px #DF5A3B inset;
	transition: background-color 5000s ease-in-out 0s;
}

a,
a:hover,
a:focus,
a:active {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}


.coloured {
	color: #DF5A3B;
}

.btn {
	border-radius: 0;
}

.btn-primary {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1rem;
	color: #fff;
	background-color: #DF5A3B;
	border-color: #DF5A3B;
	padding: .8rem 2rem;
	font-family: "Futura Md BT";
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #DF5A3B;
	background-color: #fff;
	border-color: #DF5A3B;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0;
}

.btn-secondary {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1rem;
	color: #DF5A3B;
	background-color: #fff;
	border-color: #DF5A3B;
	padding: .8rem 2rem;
	font-family: "Futura Md BT";
}

.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: #DF5A3B;
	border-color: #fff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0;
}

input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
textarea.form-control,
select,
select.form-control,
form button:not(.btn),
textarea {
	font: inherit;
	color: #000;
	height: 2rem;
	line-height: 2rem;
	background: #F3F3F3;
	margin-bottom: 1.4rem;
	padding: 0 .5rem;
	border-radius: 0;
	border: 1px solid #F3F3F3;
	width: 100%;
}

input[type="datetime"],
input[type="datetime-local"],
input[type="date"] {
	min-width: 120px;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus,
form button:focus:not(.btn) {
	outline: 0;
	-webkit-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
}

button:focus {
	outline: 0;
}


s {
	color: #e9322d;
}

option {
	font-weight: inherit;
}

input[type="file"],input[type="checkbox"],input[type="radio"]{float:left;width:0.1px;height:0.1px;opacity:0;overflow:hidden;margin:0;padding:0}
input[type="file"]+label{color:#fff;min-width:40px;height:40px;background:#666 url(../img/small-cloud-upload-symbol.svg) 5px center no-repeat;border-color:#666;cursor:pointer;display:inline-block;vertical-align:middle;overflow:hidden;margin-bottom:1rem;padding:.5rem .5rem .5rem 3rem !important;opacity:.8}
input[type="file"]:focus+label,input[type="file"]+label:hover,input[type="file"].has-focus+label{opacity:1}

input[type="checkbox"]+label,
input[type="radio"]+label {
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 2rem;
	margin-bottom: .5rem;
	text-align: left;
	color: #000;
}

input[type="checkbox"]+label svg,
input[type="radio"]+label svg {
	position: absolute;
	top: 0px;
	left: 0px;
}

input[type="checkbox"]+label svg path,
input[type="radio"]+label svg circle {
	fill: none;
	stroke: #DF5A3B;
	stroke-width: 2;
}

input[type="checkbox"]+label svg polyline,
input[type="radio"]+label svg polyline {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-dasharray: 18px;
	stroke-dashoffset: 18px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input[type="checkbox"]:checked+label svg path,
input[type="radio"]:checked+label svg circle {
	fill: #DF5A3B;
}

input[type="checkbox"]:checked+label svg polyline,
input[type="radio"]:checked+label svg polyline {
	stroke-dashoffset: 0;
}

textarea,
select[multiple],
select[size] {
	resize: vertical;
	line-height: 1.4;
	height: 220px;
	margin-bottom: .9rem;
}

input.error {
	border: 1px solid #e9322d;
}

label.error,
.error-message {
	color: #e9322d;
	text-align: left;
}

input[type="checkbox"]+label+label.error,
input[type="radio"]+label+label.error {
	top: 0;
	left: 0;
	float: left;
}

.subrayado {
	text-decoration: underline;
}
.modal-dialog {
	max-width: 850px;
}

/* Estilo general para el título del modal */
.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #DF5A3B;
}

/* Estilo para subtítulos dentro del modal */
.modal-body h4 {
    font-family: 'Arial', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #555;
    margin-top: 1rem;
}

.modal-body span,
.modal-body small {
	text-align: justify; /* Justifica el texto */
    display: block; /* Asegura que el texto ocupe toda la anchura disponible */
}

/* Estilo básico para centrar y aplicar color al enlace */
.boton-prog {
    color: #DF5A3B; 
    text-decoration: none;
	margin-right: 82px;
}

.boton-prog:hover {
    text-decoration: underline; /* Subrayado al pasar el mouse, si lo deseas */
}


/* Estilo para párrafos dentro del modal */
.modal-body p {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1rem;
    text-align: justify;
}

/* Estilo para imágenes dentro del modal */
.modal-body .image-container img {
    margin-top: 1rem;
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Estilo para el botón de cierre */
.modal-header .close {
    font-size: 1.2rem;
    color: #aaa;
    opacity: 0.8;
}

.modal-header .close:hover {
    color: #333;
    opacity: 1;
}

/* Estilo de la cabecera del modal */
.modal-header {
    border-bottom: 1px solid #ddd;
    padding: 1rem;
}

/* Estilo de fondo para el modal */
.modal-content {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 1.5rem;
}

/* Personalizar el fondo y el color del texto en la ventana modal */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
}

.modal.fade.show .modal-dialog {
    transform: scale(1.1);
}


small {
	font-size: 60%;
}

.modal-body .row .col-md-6 .row:first-child .col > figure {
	margin-top: 0 !important;
} 


.informacion{
	margin:2rem 2rem 0 2rem;
}


.dinamic_label {
	position: relative;
	padding-top: 1rem;
}

.dinamic_label label {
	position: absolute;
	top: 0;
	font-size: .7rem;
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.2s ease-out;
}

.dinamic_label input:placeholder-shown + label {
	opacity: 0;
	-ms-transform: translateY(1rem);
	transform: translateY(1rem);
}

.alert {
	margin-bottom: 0;
	border-radius: 0;
	cursor: pointer;
}

.g-recaptcha{display:inline-block;margin:1rem auto}
iframe{border:0 !important}
figure{margin:0 }
figure img,figure svg,figure video{width:80%}
.google-maps{position:relative;padding-bottom:35%;height:0;overflow:hidden}
.google-maps iframe{position: absolute;top:0;left:0;width:100% !important;height:100% !important}
.valign{width:0;display:inline-block;vertical-align:middle;height:100%}
.valign+.inline{width:100%;display:inline-block;vertical-align:middle;}

.video_responsive {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video_responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.scrolltop {
	display: none;
	position: fixed;
	bottom: 3vw;
	right: 3vw;
	width: 10vw;
	height: 10vw;
	z-index: 99;
	background: #000;
	padding: 3vw;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
}

.scrolltop svg {
	width: 100%;
	height: 100%;
}

.scrolltop svg * {
	fill: #fff !important;
}

header {
	background-color: #DF5A3B;
	color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link{
	padding-left: 0;
	padding-right: 0; 
}

.header_azul {
	background-color: #0F1626 !important;
}

.header_naranja {
	background-color: #DF5A3B !important;
}

.tab-content figure {
	cursor: pointer;
}

header .logo {
	max-width: 350px;
	margin:auto;
	padding-top: .5rem;
	padding-bottom: .5rem;	
}

header .logo_negro {
	max-width: 450px;
	display: none;
}

.linea_logo, .texto_logo {
	opacity: 0;
	transition: opacity ease .8s;
}

header .navbar-toggler {
	padding: .7rem 0;
	border: none;
}

header .navbar-toggler figure{
	width: 60px;
	opacity: 0;
	/*margin: 10px 10rem 0 0; */
}
header .navbar-toggler svg *{
	transition: opacity ease .5s;
}

header .navbar-toggler.collapsed .closee,
header .navbar-toggler:not(.collapsed) .open{
	opacity: 0;
}

header .navbar-toggler:not(.collapsed) .closee{
	opacity: 1;
}


header.animated .linea_logo, header.animated .texto_logo{
	opacity: 1;
}

.nav-link span,.dropdown-item span
.nav-link span, {
    color: #F3F3F3 !important;
}

.agenda_icono{
	vertical-align: text-bottom;
	width: 23px;
	height: 23px;
}


.agenda-boton {
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 1px;
	padding: 13px 20px 13px;
	outline: 0;
	border: 1px solid #f3f3f3;
	color:#DF5A3B;
	cursor: pointer;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  }
  
  .agenda-boton:after {
	content: "";
	background-color: #f7c8bd;
	width: 100%;
	z-index: -1;
	position: absolute;
	height: 100%;
	top: 7px;
	left: 7px;
	transition: 0.2s;
  }
  
  .agenda-boton:hover:after {
	top: 0px;
	left: 0px;
  }
  

.nav-link span,.dropdown-item span {
	font-family: "Futura Md BT";
	font-weight: 500;
	font-size: 1rem;
}

header .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0!important;
}

.dropdown-menu {
	background-color: #0F1626 !important;
	padding: 0 !important;
}
.dropdown-item{
	padding: .25rem 1.5rem !important;
}

.dropdown-item span {
	color: #fff;
}

.dropdown-item:not(:last-child) {
	border-bottom: .01rem solid #5d5d5d !important;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: #DF5A3B;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 10px;
    height: 15px;
    margin-left: .255em;
    vertical-align: -.5em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.triangulo_menu {
	max-width: 25px;
	position: absolute;
	top: -18px;
	left: 5%;
}

.segunda_pantalla {
	position: absolute !important;
	float: none;
	z-index: 999999;
	background-color: #fff !important;
	color: #000 !important;
	top: 0;
	left: 0 !important;
	width: 100%;
	height: 100%;
	border: none;
}

/*.menu_mobil{ margin-top: 5rem; }*/

.dropdown-menu.segunda_pantalla .dropdown-item {
	border: none !important;
}

.dropdown-menu.dropdown_naranja {
	background-color: #DF5A3B !important;
}

.dropdown-menu.dropdown_naranja .dropdown-item:hover {
	background-color: #0F1626 !important;
}

.dropdown-menu.dropdown_naranja.segunda_pantalla {
	background-color: #fff !important;
}

/*.dropdown-menu.segunda_pantalla.show{ margin-top: 5rem; }*/

.flecha_retroceso {
	max-width: 30px;
    display: none;
    position: fixed;
    top: 24px;
    left: 2rem;
}

.anotacion_perso {
    font-size: .8rem !important;
}

.aparece {
	display: block;
}

.segunda {
	position: static;
}

footer {
	background-color: #0F1626;
	color: #fff;
	position: relative;
	z-index: 1;
}

.logo_footer {
	position: absolute;
	bottom: 0;
	right: 0;
	max-height: 100%;
	overflow: hidden;
	z-index: -1;
}


.footer_p {
	padding: 0 0 2rem;
	margin:0;
}

footer p span, footer p a {
	padding: 0 2rem;
	cursor: pointer;
	z-index: 1;
}

#banner {
	position: relative;
	/*height: 550px;*/
	margin-bottom: 6rem;
}

#banner_azul {
	position: relative;
	max-height: 800px;
}

.fondo_color_naranja {
	height: 250px;
	background-color: #DF5A3B;
	position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
}

.fondo_color_azul {
	height: 250px;
	background-color: #0F1626;
	position: absolute;
	width: 100%;
}

.logo_banner {
	max-width: 450px;
	position: absolute;
	right: 20%;
}

.texto_banner {
	text-align: left;
	color: #fff;
}

#exposicion {
	position: relative;
	/*top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	max-width: 1140px;
	width: 100%;*/
}
.border-bio{
	border-bottom: 2px solid black;
}
.biografy-text{
	display: none;
}
.biografy{
	cursor: pointer;
}
.propiocepcion {
	max-width: 100%;
	margin: 0;
}

.propiocepcion.publicacion {
	max-width: 519px;
}

.img_banner {
	max-width: 525px;
}

.img_encima_banner {
	max-width: 500px;
	transform: translateY(-45%);
	margin: 0;
}

.texto_propiocepcion h5 {
	background-color: #f7c8bd;
	color: #DF5A3B;
	width: 55%;
	padding: .2rem 0;
	text-align: center;
	margin-bottom: .3rem;
}
.texto_propiocepcion h4 {
	margin-bottom: 1.25rem;
}

.texto_propiocepcion h4 {
	margin-bottom: .3rem;
}

.texto_propiocepcion .boton_abajo {
	position: absolute;
	bottom: 0;
}


.texto_propiocepcion.azul h5 {
	background-color: #ccc1c1;
	color: #0F1626;
	width: 25%;
	text-align: center;
}


.banner_expo {
	height: 100%;/* Cambiar a 300px cuando se ponga la segunda la exposicion de "José María Moreno Galván, desde los afectos" */
	background-color: #DF5A3B;
	position: relative;
	padding-bottom: 1rem;/* Quitar cuando se ponga la segunda la exposicion de "José María Moreno Galván, desde los afectos" */
}

.banner_expo.brut {
	height: 300px;
	background-color: #0F1626;
	position: relative;
}
.banner_expo .texto_propiocepcion h3{ /* Quitar cuando cambie la exposicion José María Moreno Galván, desde los afectos */
	font-size: 1.2rem;
}
.destacado{
	font-size: 2.5rem;
    font-weight: lighter;
    padding: 2rem;
    font-family: "Gotham";
   
}

.artista_banner_expo {
	position: relative;
	width: 100%;
}

.artista_banner_artista{
	height: 30%;
	background-color: #DF5A3B;
	position: absolute;
	width: 100%;
}

.artista_banner_artista_obra{
	height: 23%;
	background-color: #DF5A3B;
	position: absolute;
	width: 100%;
}

/*NARANJA*/
.naranja_ex{
	height: 40%;
	position:absolute;
	background-color: #DF5A3B; 
	width: 100%;
}

.naranja_art {
    height: 20%;
    background-color: #DF5A3B;
    position: absolute;
    width: 100%;
}

/*AZUL*/
.color_azul {
    background-color: #0F1626;
    height: 20%;
    position: absolute;
    width: 100%;
}



.obras_brut{ 
	margin-top: 0rem;
 }


/*.artista_banner_expo.azul {
	background: #0F1626 !important;
}*/

.banner_expo .texto_propiocepcion {
	color: #fff;
}

.exposicion .expo_info {
	color: #000;
}

.exposicion .expo_info h5 {
	color: #fff;
	width: 20%;
}

.banner_expo.brut .expo_info h5 {
	background-color: #ccc1c1;
	color: #0F1626;
}

.expo_info h5 {
	background-color: #f7795b;
	width: 15%;
	text-align: center;
	margin: 0;
	padding: .2rem;
}

.expo_info h4 {
	margin: 1rem 0;
}

.expo_texto p {
	margin-bottom: 2rem;
}

.expo_texto.obra p {
	margin-bottom: 1rem;
}

.publi_texto p {
	margin-bottom: 1.4rem;
}

.espacio_blanco_expo .expo_texto {
	margin-bottom: 1.7rem;
}

.artista_texto {
	margin-top: 0rem;
	padding-left: 1rem;
	border-left: 4px solid #DF5A3B;
}

.artista_texto_azul {
	margin-top: 0rem;
	padding-left: 1rem;
	border-left: 4px solid #0F1626;
}

.artista_texto.azul {
	border-left: 4px solid #0F1626 !important;
}

.otras_obras{
	margin-top: 10rem;
}

.exposicion {
	/*padding: 3rem 0;*/
}

.img_colec {
	max-width: 500px;
}


#el_centro {
	position: relative;
	overflow: hidden;
}

#el_centro h2,#taller h2, #el_centro p, #taller p {
	margin-bottom: 2rem;
}

.lineas {
	position: relative;
}

.fondo_azul {
	position: absolute;
	top: -5%;
	left: -4%;
	background-color: #0F1626;
    width: 90%;
    height: 100%;
	z-index: -1;
}

.fondo_azul_obra{ 
	background: #0F1626 !important;
	height: 200px;
	position: absolute;

 }

#el_centro p {
	margin-bottom: 2rem;

}

#el_centro .linea_vertical {
	bottom: -34%;
	max-height: 100%;
	border: 1.5px solid #DF5A3B;
}

#el_centro.animated .linea_vertical {
	height: 95%;
}

#el_centro .linea_nombre {
	color: #0F1626;
}

.img_centro,.img_becas {
	opacity: 0;
	animation-duration: 1.75s;
	animation-fill-mode: both;
}

#museo {
	position: relative;
	/*padding: 0 0 4rem;*/
}

.museoindex{
	position: relative;
	height: 300px;
	padding-top: 6rem !important;
	
}

.folletos .container {
	position: relative;
	top: -100px;
}

.fondo_naranja {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #DF5A3B;
	width: 49%;
	height: 105%;
	z-index: -1;
}

#museo p, #museo h2 {
	margin-bottom: 2rem;
	
}

.linea_vertical {
	position: absolute;
	bottom: -10%;
	right: -5%;
	max-height: 70%;
	border: 1.5px solid #fff;
	z-index: 1;
	height: 0;
	transition: height ease 2.5s;
}


.linea_nombre {
	position: absolute;
	top: 25%;
	right: -8.7%;
	transform: rotate(270deg);
	font-family: "Futura Md BT";
	font-weight: 500;
	font-size: 1.4rem;
	color: #fff;
}

#becas {
	position: relative;
	padding: 4rem 0;
}

.rectangulo_fondo_azul {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #0F1626;
	height: 300px;
	width: 100%;
}

.texto_fondo_blanco {
	background-color: #fff;
	padding: 3.2rem;
}

#becas .linea_vertical {
	bottom: -15%;
	left: -5%;
	right: unset;
	max-height: 100%;
	border: 1.5px solid #0F1626;
}

#becas .linea_vertical_cambio_color {
	position: absolute;
	bottom: 20%;
	left: -5%;
	max-height: 60%;
	border: 1.5px solid #fff;
	z-index: 2;
	height: 0;
	transition: height ease 3s;
	transition-delay: .6s;
}

#becas .linea_nombre {
	top: 3%;
	left: -7.5%;
	color: #0F1626;
	right: unset;
}

/* OBRAS */
#obras .oculto{
	position: absolute;
	max-height: 4rem;
	min-height: 4rem;
	background-color: #1D1D1B;
	width: 100%;
	opacity: 0;
	transition: opacity ease .8s;
	align-items: center;
	bottom: 0;
}
#obras .oculto h5{ 
	font-size: .8rem;
 }
#obras .oculto h3{ 
	font-size: 1.2rem;
 }

 #obras .oculto .boton_mas1{ 
 	max-width: 25px;
    min-width: 25px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    top: 35px;
    right: 2px;
	
 }

#obras .obras_2 figure {
	height: 250px;
}


#obras .img_grupo:hover .oculto2{
	opacity: 1;
}

#obras .img_grupo:hover .oculto {
	opacity: 1;
}

#coleccion .img_grupo:hover .oculto{
	filter: grayscale(0);
	opacity: 1;
	transition: opacity ease .8s;
}

.coleccion .img_grupo:hover .oculto{
	filter: grayscale(0);
	opacity: 1;
	transition: opacity ease .8s;
}

.img_jornadas{
	/*margin-top: 2rem; */
}

/*.obra_art_brut > .oculto{
	position: absolute;
	height: 1rem;
	background-color: #1D1D1B;
	width: 100%;
	opacity: 0;
	transition: opacity ease .8s;
	align-items: center;
	bottom: 0;
}*/

.coleccion .oculto{
	position: absolute;
    background-color: #1D1D1B;
    width: 100%;
    opacity: 0;
    transition: opacity ease .8s;
    /*display: flex;*/
    align-items: center;
    max-height: 5rem;
    bottom: 0;
    min-height: 3rem;
}

.oculto {
	position: relative;
	background-color: #1D1D1B;
	width: 100%;
	display: flex;
	align-items: center;
}

 .artista .boton_mas1 {
	max-width: 30px;
    min-width: 30px;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    margin-left: auto;
    bottom: 0;
    top: 30px;
    right: 10px;
}

#obras {
	background-color: #0F1626;
	color: #fff;
	padding: 4rem 0;
	position: relative;
	overflow: hidden;
}

#obras figure {
	display: inline-block;
	/*margin: .5rem;*/
	position: relative;
	width: 100%;
	height: 100%;
}

#obras .img_grupo.primero { transition-delay: .75s; }
#obras .img_grupo.segundo { transition-delay: 1s;}
#obras .img_grupo.tercero { transition-delay: 1.25s;}
#obras .img_grupo.cuarto { transition-delay: 1.5s; }
#obras .img_grupo.quinto { transition-delay: 1.75s; }
#obras .img_grupo.sexto { transition-delay: 2s;  }
#obras .img_grupo.septimo { transition-delay: 2.25s;}

#obras .img_grupo.quinto img { 
	width: 100%;
}

#obras .linea_vertical {
	position: absolute;
	top: -6%;
	right: -5%;
	max-height: 450px;
	border: 1.5px solid #fff;
	z-index: 1;
	height: 0;
	transition: height ease 1.5s;
}

#obras .linea_nombre {
	bottom: 25%;
	right: -7.3%;
	top: unset;
}

.artist_info_otras_obras{ 
	color: #fff;
	margin-top: 3rem;
 }

.artista_info{ 
	color: #fff;
 }

 .artista_info_coleccion{ 
	color: #fff;
 }




.img_grupo {
	filter: grayscale(100%);
	transition: all ease .8s;
}



.igualar_img {
	width: 100%;
}


.artista .oculto {
	min-height: 6rem;
	max-height: 12rem;
	position: absolute;
	background-color: #1D1D1B;
	width: 100%;
	opacity: 0;
	transition: opacity ease .8s;
	display: flex;
	align-items: center;
	bottom: 0;
}


.artista .oculto a:last-child{ 
	margin-left: auto;
 }
.texto_obras {
	width: 100%;
}

.texto_titulo h3{
	font-size: 1.2rem;
}

.texto_titulo{ 
	width: 100%;
	height: 100!important;
 }

.oculto h5,.oculto h3 {
	margin: 0;
}

.boton_mas {
	max-width: 30px;
	min-width: 30px;
	cursor: pointer;
	margin-bottom:0;
	position: relative;
	margin-left: auto;
}

.artista .boton_mas{
    max-width: 30px;
    min-width: 30px;
    cursor: pointer;
    bottom: 0;
    right: 10px;
    bottom: -7px;
    position: absolute;
}

/* COLECCION */



.galeria .oculto{
	max-height: 4rem;
	min-height: 2rem;
	position: absolute;
	background-color: #1D1D1B;
	width: 100%;
	opacity: 0;
	transition: opacity ease .8s;
	align-items: center;
	bottom: 0;
}

.galeria .boton_mas1 {
	max-width: 30px;
    min-width: 30px;
    cursor: pointer;
    top: 10px;
    bottom: 0;
    position: absolute!important;
    right: 10px;
}

.galeria .boton_mas {
	max-width: 20px;
    min-width: 20px;
    cursor: pointer;
    top:0;
    bottom: 0;
    position: absolute!important;
    right: 10px;
}

#coleccion {
	background-color: #0F1626;
	color: #fff;
	position: relative;
	margin-top: 15rem;
}

#coleccion figure {
	height: 350px;
	margin: .5rem 0;
	position: relative;
}

#coleccion .grupo_3 figure{
	height: 200px;
}



#coleccion figure .img{ 
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff no-repeat center / cover;	
}

#coleccion .texto_coleccion h3 {
	font-size: 1.2rem
}

.linea_vertical_izquierda {
	position: absolute;
	top: -6%;
	left: -3%;
	max-height: 65%;
	border: 1.5px solid #fff;
	z-index: 1;
	height: 0;
	transition: height ease 2.5s;
}


#coleccion .linea_nombre {
	position: absolute;
	bottom: 18%;
	left: -13.3%;
	top: unset;
	right: unset;
	transform: rotate(270deg);
	font-family: "Futura Md BT";
	font-weight: 500;
	font-size: 1.4rem;
}

.coleccion .galvan,
.coleccion .cortes{
	height: 310px;
}

.coleccion .pintura,
.coleccion .escultura,
.coleccion .graficas{
	height: 200px;
}

.boton_coleccion {
	z-index: 1;
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
}

.boton_coleccion_brut {
	z-index: 2;
	position: relative;
	left: 0;
	transform: translateY(-160%);
}

.galeria {
	position: relative;
	
}

.galeria .img_grupo, #obras .img_grupo,#imagenes_museo .linea_entrada_nombre,
#imagenes_museo .linea_primera_nombre, .linea_nombre{ 
	opacity: 0;
	transition: opacity ease .55s;
}

#coleccion.animated .img_grupo, #obras.animated .img_grupo {
	opacity: 1;
	/*height: auto;*/
}

#coleccion.animated .img_grupo.galvan { transition-delay: 1s;}
#coleccion.animated .img_grupo.cortes { transition-delay: 1.25s;}
#coleccion.animated .img_grupo.pintura { transition-delay: 1.5s; }
#coleccion.animated .img_grupo.imagenes { transition-delay: 1.75s;}
#coleccion.animated .img_grupo.escultura { transition-delay: 2s;}
#coleccion.animated .img_grupo.graficas { transition-delay: 2.25s; }

/*.galvan img { min-width: 100%;min-height: 100%;width: auto; height:auto; position: absolute;left: 50%; top: 50%;transform: translate(-50%,-50%);" }*/
/**/


/*RESIDENCIAS ARTISTICAS*/

.informacion .artista_beca p{
    font-size: 1.4rem;
    margin: 0!important;
}


/* TALLER */
#taller {
	position: relative;
}

#taller .linea_vertical {
	bottom: 0;
	left: -5%;
	right: unset;
	border: 1.5px solid #0F1626;
}
#taller .linea_nombre {
	top: 20%;
	left: -8.5%;
	right: unset;
	color: #0F1626;
}

.texto_taller {
	width: 50%;
	margin: 0 auto;
}


/* ART BRUT */
#art_brut {
	position: relative;
	margin-top: 6rem;
	margin-bottom: 5rem;
}

.texto_art_brut {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
	width: 30%;
	margin: 0 auto;
	text-align: left;
	margin-top: 25rem;

}

/*#art_brut p {
	margin: 2rem 0;
	
}*/

.texto_art_brut h2 {
	margin: 0;
}

.texto_art_brut p {
	margin: 2rem 0;
	width: 50%;
}

.art_brut_text {
	width: 100%;
	margin: 0 auto;
}

#art_brut .linea_vertical {
	border: 1.5px solid #DF5A3B;
}
#art_brut .linea_nombre {
	color: #DF5A3B;
	right: -8.1% !important;
	top: 25% !important;
}

#obras figure .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff no-repeat center / cover;
}

.img_art_brut {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	width: 50%;
	opacity: 0;
	animation-duration: 2s;
	animation-fill-mode: both;

}
.img_grupo img{
	height: 100%;
}

#taller .img_art_brut {
	position: absolute;
	top: 0;
	right: 0;
	left: unset;
	margin: 0;
	width: 50%;
	opacity: 0;
	animation-duration: 2s;
	animation-fill-mode: both;
}

/* JORNADAS */
#jornadas {
	background-color: #0F1626;
	color: #fff;
	padding: 2rem 0;
	height: 600px;
}

#jornadas p {
	width: 75%;
	margin: 2rem auto;
}


#jornadas figure {
	margin-top: 6rem;
	max-width: 845px;
}

.espacio_blanco {
	margin-bottom: 5rem;
}

.espacio_blanco_artista {
	/*height: 163px;*/
	height: 240px;
	position: absolute;
	top: 250px;
	width: 100%;
	right:0;

}

.espacio_blanco_expo {
	height: 220px;
	margin-bottom: 7rem;
}

.espacio_blanco_expo_brut {
	height: 200px;
	margin-bottom: 7rem;
}

.espacio_blanco_obra_brut {
	height: 167px;
	margin-bottom: 7rem;
}

.espacio_blanco_art_brut {
	height: 275px;
}

#jornadas .linea_vertical {
	position: absolute;
	top: -4.3%;
	right: -5%;
	max-height: 79%;
	border: 1.5px solid #fff;
	z-index: 1;
	height: 0;
	transition: height ease 1.5s;
}

#jornadas .linea_vertical_cambio_color {
	position: absolute;
    top: 68%;
    right: -5%;
    max-height: 16%;
    border: 1.5px solid #0F1626;
    z-index: 1;
    height: 0;
    transition: height ease 2.5s;
    transition-delay: .6s;
}

#jornadas .linea_nombre {
	bottom: 6%;
	right: -8.7%;
	top:unset;
	color: #0F1626;
}


/* PUBLICACIONES  */

.cuadro-naranja{ 
	position: absolute;
	background-color: #df5a3b;
	width: 100%;
	height:80%;
	top: 0;
    z-index: -1;
 }

#publicaciones {
	position: relative;
	background-color: #fff;
	/*padding-bottom: 2rem;*/
	z-index: 1;
}

#publicaciones h2, #coleccion h2 {
	padding: 1.5rem 0;
	margin: 0;
	color: #fff;
}

.boton_publicacion {
	/*transform: translateY(-80%);
	margin-left: .5rem;*/
	margin: 2rem 0 2rem;
}

.botton_slider {
	max-width: 20px;
}

.botton_slider.izquierda {
	transform: rotate(180deg);
}

.info_carousel {
	background-color: #1D1D1B;
	width: 100%;
	padding: .5rem;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 8rem;

}

.mas_info_carousel {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.info_carrusel .text_publicacion h3{ font-size: 1.2rem }
 
.bloque_img{
	margin: .5rem;
	position: relative;
}
.bloque_img > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
}


.item:hover .boton_mas, 
.img_grupo_coleccion:hover .boton_mas, .img_grupo_artista:hover .boton_mas{
	-ms-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-ms-animation-name: bounce;
	animation-name: bounce;
	animation-iteration-count: infinite;
	animation-delay: .5s;
}


.item:hover .boton_mas1, .img_grupo:hover .boton_mas1,
.img_grupo_coleccion:hover .boton_mas1, .img_grupo_artista:hover .boton_mas1 {
	-ms-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-ms-animation-name: bounce;
	animation-name: bounce;
	animation-iteration-count: infinite;
	animation-delay: .5s;
}



@keyframes bounce{
	0% {transform:  rotate(0deg);}
	11% {transform:  rotate(20deg);}
	25% {transform:  rotate(-1deg);}
	40% {transform:  rotate(10deg);}
	55% {transform:  rotate(0deg);}
	70% {transform:  rotate(5deg);}
	85% {transform:  rotate(0deg);}
	100% {transform:  rotate(0deg);}
}

@-ms-keyframes bounce{
	0% {-ms-transform:  rotate(0deg);}
	11% {-ms-transform:  rotate(20deg);}
	25% {-ms-transform:  rotate(-1deg);}
	40% {-ms-transform:  rotate(10deg);}
	55% {-ms-transform:  rotate(0deg);}
	70% {-ms-transform:  rotate(5deg);}
	85% {-ms-transform:  rotate(0deg);}
	100% {-ms-transform:  rotate(0deg);}
}

.mas_info_carousel.info_carousel {
	flex-wrap: wrap;
}

.mas_info_carousel.info_carousel .text_publicacion {
	width: 75%;
}

.mas_info_carousel.info_carousel .boton_mas {
	margin-top: 1rem;
}

.item:focus {
	outline: none;
}

.info_carousel h3 {
	color: #fff;
	margin: 0.5rem 0; 
	font-size: 1.2rem;
}

.descripcion {
	display: none;
	color: #fff;
	margin: 2rem 0;
}

.desc_oculto {
	display: block;
	align-self: flex-start;
}

.boton_publicaciones {
	position: absolute;
	bottom: -25%;
	left: 1.3%
}

#actividades {
	position: relative;
	padding-bottom: 3rem;
}

.artista_banner_expo .rectangulo_fondo_azul{

	position: absolute;
    top: 11%;
    left: 0;
    transform: translateY(-50%);
    background-color: #0F1626;
    height: 200px;
    width: 100%;
    color: white;



	/*position: absolute;
    top: 25%;
    left: 0;
    transform: translateY(-50%);
    background-color: #0F1626;
    height: 300px;
    width: 100%;*/
}


#actividades .rectangulo_fondo_azul {
	height: 390px;
}


#actividades .texto_actividades {
	color: #000;
	background-color: #fff;
	padding: 2rem;
	transform: translateX(-15%);
	width: 120%;
}

.texto_actividades_encima {
	margin-bottom: 1rem;
	z-index: 1;
}

.texto_actividades p {
	margin: 2rem 0;
}

#actividades .linea_horizontal {
	position: absolute;
	bottom: 10%;
	left: 0;
	max-width: 75%;
	border: 2px solid #0F1626;
	z-index: -1;
	width: 0;
	transition: width ease 5s;
}

#actividades .linea_horizontal_nombre {
	position: absolute;
	bottom: 8%;
	left: 77%;
	font-family: "Futura Md BT";
	font-weight: 500;
	font-size: 1.4rem;
	color: #0F1626;
}

#actividades.animated .linea_horizontal_nombre {
	opacity: 1;
	transition-delay: 1s;
}

#actividades_naranja {
	position: relative;
	margin-bottom: 2rem; /* Ajusta el valor según lo necesites */
	z-index: 1 ;
	
	/*padding: 0 0 5rem 0;*/
}

#actividades_naranja .rectangulo_fondo_azul {
	height: 450px;
}

#actividades_naranja .rectangulo_fondo_naranja {
    position: absolute;
    top: 50%;
    right: -85%;
    height: 150%;
    width: 100vw;
    transform: translateY(-50%);
	margin-bottom: 2rem;
	background: #DF5A3B;
}

.texto_actividades_naranja {
	color: #fff;
	padding: 2rem 0;
	position: relative;
}

.texto_actividades_naranja .wrapp{
	position: relative;
	z-index: 2;
}


.texto_actividades_naranja p {
	margin: 2rem 0;
}

#actividades_naranja .linea_horizontal {
	position: absolute;
    bottom: 10.5%;
    left: 0;
    width: 120%;
    border: 2px solid #fff;
    z-index: 1;
	transition: width ease 3s;
}

#actividades_naranja .linea_horizontal_cambio_color {
	position: absolute;
    bottom: -1.5%;
    left: 60%;
    max-width: 20%;
    z-index: -2;
    width: 100%;
    transition: width ease 3s;
}

#actividades_naranja.animated .linea_horizontal_cambio_color {
	width: 10%;
	transition-delay: 1s;
	border: 2px solid #DF5A3B;
}


#actividades_naranja .linea_horizontal_nombre {
	position: absolute;
	bottom: 54%;
	left: 76%;
	right: unset;
	font-family: "Futura Md BT";
	font-weight: 500;
	font-size: 1.4rem;
	color: #DF5A3B;
	transform: rotate(90deg);
	transform-origin: left bottom;
}

#actividades_naranja .img_actividades {
	opacity: 0;
	animation-duration: 1.75s;
	animation-fill-mode: both;
	position: relative;
	z-index: 2;
}

/* Estilo general para todos los modales */
.modal .modal-content {
	color: #000; 
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); 
  }

  
  .modal .modal-header {
	border-bottom: 1px solid #dee2e6; 
  }
  
  .modal .modal-header .modal-title {
	font-size: 1.25rem; /
	font-weight: bold;
  }
  
  .modal .modal-body {
	font-size: 0.8rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1rem;
    text-align: justify;
  }
  
  
  /* Estilo para el contenedor de la imagen */
  .image-container {
	display: flex;
	justify-content: center; /* Centra la imagen horizontalmente */
	max-width: 50%; /* Limita el tamaño máximo del contenedor dentro del modal */
	margin: 20px auto; /* Margen superior e inferior */
  }
  
  /* Estilo para la imagen dentro del contenedor */
  .image-container img {
	width:80%;
	height: auto; 
	box-sizing: content-box;
  }
  
  /* Botón de cierre del modal */
  .modal .modal-header .close {
	color: #000; /
	opacity: 0.8;
  }
  .modal .modal-header .close:hover {
	opacity: 1; 
  }

 

.activi {
	cursor: pointer;
	margin-top: 5rem;
}

#mapa {
	height: 820px;
	position: relative;
	margin-top: 3rem;
}

#mapa .linea_vertical {
	bottom: -1%;
	left: 2rem;
	right: unset;
	border: 1.5px solid #0F1626;
}

#mapa .linea_nombre {
	position: absolute;
	top: 23%;
	left: -.5%;
	right: unset;
	color: #0F1626;
}

#form_contacto {
	position: relative;
	z-index: 1;
	transition: all ease .8s;
}

.title_row {
	margin: 0rem 0;
}

.title_row h2 {
	color: #000;
}

.flecha_slider {
	max-width: 20px;
}

.flecha_slider.rotate {
	transform: rotate(180deg);

}

.info_contacto { 
	padding: 1rem 1rem 3rem;
	background-color: #DF5A3B;
	color: #fff;
	-webkit-box-shadow: 6px 4px 19px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 4px 19px -5px rgba(0,0,0,0.75);
	box-shadow: 6px 4px 19px -5px rgba(0,0,0,0.75);
	z-index: 2;
	position: relative;
	margin-left: -.5rem;
}

.info_contacto .col-icon{
	min-width: 50px;
}



.info {
	max-width: 30px;
	margin: 1rem auto;
	margin-bottom: 2rem; 
}

.info_logo2{ margin-top: 50%;}

.info_logo {
	display: inline-block;
	max-width: 22px;

}

.info_contacto p {
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
}

.info_contacto h4 {
	font-size: 0.9rem;
}


.formulario .linea{
	position: relative;
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin: 2rem 0;
}
.formulario .linea .info_logo{
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #DF5A3B;
	padding: 10px;
	max-width: 40px;
	margin: 0;
}

.dias, .horario {
	display: inline-block;
}

.dias p, .horario p {
	margin-bottom: 1rem;
}

.contacto_oculto {
	display: none;
}

.formulario {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.formulario form{
	-webkit-box-shadow: 6px 4px 19px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 4px 19px -5px rgba(0,0,0,0.75);
	box-shadow: 6px 4px 19px -5px rgba(0,0,0,0.75);
	padding: 2rem 3rem;
	background-color: #fff;
}

.boton_contacto {
	max-width: 64px;
	position: absolute;
	top: -18%;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 2;
}

.boton_contacto .abierto {
	opacity: 0 !important;
	transition: opacity ease .8s;
}

.boton_contacto .cerrado {
	opacity: 1;
	transition: opacity ease .8s;
}

.boton_contacto.normal .abierto_2 {
	opacity: 0 !important;
	transition: opacity ease .8s;
}

.boton_contacto.normal .abierto{
	opacity: 1 !important;
}

.boton_cerrar {
	max-width: 30px;
	position: absolute;
	top: -6%;
	right: -72%;
	z-index: 25;
	cursor: pointer;
}

.banner {
	height: 280px;

}

.fondo_becas, .fondo_centro, .fondo_jornadas,.fondo_taller {
	background: url("../img/fondo_banner/banner_becas.png") no-repeat center / cover;
	height: 100%;
	position: relative;
}

.banner_publicaciones .fondo_centro{
	background: #DF5A3B no-repeat center / cover;
}

.fondo_museo {
	background: url("../img/fondo_banner/banner_fondo_museo.png") no-repeat center / cover;
	height: 290px;
	position: relative;
}

.fondo_coleccion {
	background: #DF5A3B no-repeat center / cover;
	height: 100%;
	position: relative;
}

.fondo_actividades,.fondo_actividades_brut {
	background: url("../img/art_brut/actividades_banner.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
	background-position: center;
}

.informacion, .coleccion {
	position: relative;
	
}

/*.figcap-1{ 
	height: 4rem;
	width: 100%!important;

 }

 .figcap-1 h3 { 
 	font-size: 15px;
 }

 .figcap-2{
 	width: 100%;*/
	
 }

/*COLECCION*/

.coleccion .oculto{
	position: absolute;
	min-height: 3rem;
	background-color: #1D1D1B;
	width: 100%;
	opacity: 0;
	transition: opacity ease .8s;
	align-items: center;
	bottom: 0;
}

.coleccion .texto_coleccion h3{
	font-size: 1.2rem;
}


.coleccion figcaption {
	color: #fff;
}
.coleccion .img_grupo{
    background: #fff no-repeat center / cover;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}
.coleccion .img_grupo:not(.galvan):not(.cortes){
    max-height: 256px;
}

.coleccion figure{
	width: 100%;
}

.coleccion .boton_mas {
	max-width: 30px;
    min-width: 30px;
    cursor: pointer;
    position: absolute;
    bottom: 9px;
    margin-left: auto;
    right: 5px;
}

.texto_coleccion {
	width: 100%;
}

.texto_coleccion h5{
	padding: .5rem; 
}
.texto_coleccion h3{
	padding-left: .5rem; 
	padding-bottom: .5rem;
}

.informacion h1,.coleccion h1, .actividades h1:not(.dia) {
	color: #0F1626;
	display: inline-block;
	background-color: #fff;
	z-index: 1;
	margin: 1rem 0;
	padding-left: 2rem;
	margin-left: -2rem;
	/*padding-right: 6rem;*/
}

.artista_texto_artista{ 
	margin-top: 0rem;
    padding-left: 1rem;
    border-left: 4px solid #DF5A3B;
 }


.informacion h3 {
	font-family: "Futura Md BT";
	background: #fff;
	text-align: right;
	width: 100%;
}

.texto_gris  {
	color: #a9a4a4; 
	margin: 2rem 2rem;
	font-size: 1.2rem !important;
}

.texto_desc p:nth-child(1)::first-letter {
	padding: 0 .3rem;
	margin: 0 .3rem 0 0;
	font-size: 5.5rem;
	float: left;
	line-height: 1;
}

.informacion p:not(.texto_gris), .actividades p:not(.desc_actividad) {
	font-size: 1.4rem;
	margin: 2rem 1rem;
}

.informacion .taller

#desc_img {
	position: relative;
}

#imagenes_museo {
	height: 800px;
	padding: 2rem 0;
}

.img_museo_index {
	position: relative;
}

.img_museo {
	position: relative;
}

#imagenes_museo .entrada {
	opacity: 0;
	animation-duration: 1.75s;
	animation-fill-mode: both;
}

#imagenes_museo .primera_planta {
	opacity: 0;
	animation-duration: 1.75s;
	animation-fill-mode: both;
}


#imagenes_museo .linea_vertical_entrada {
	position: absolute;
	top: 0;
	left: 5%;
	max-height: 70%;
	z-index: -1;
	height: 0;
	transition: all ease 2.5s;
	opacity: 0;
	border: 2px solid #DF5A3B;
}



#imagenes_museo .linea_entrada_nombre {
	position: absolute;
	bottom: 15%;
	left: -3%;
	transform: rotate(270deg);
	font-family: "Futura Md BT";
	font-weight: 500;
	font-size: 1.4rem;
	color: #DF5A3B;
	
}

#imagenes_museo .linea_vertical_primera {
	position: absolute;
	bottom: 0;
	right: 6%;
	max-height: 75%;
	z-index: -1;
	height: 0;
	transition: all ease 2.5s;
	opacity: 0;
	border: 2px solid #DF5A3B;
}

#imagenes_museo .linea_primera_nombre {
	position: absolute;
	top: 10%;
	right: -0.2%;
	transform: rotate(270deg);
	font-family: "Futura Md BT";
	font-weight: 500;
	font-size: 1.4rem;
	color: #DF5A3B;
}

#imagenes_museo.animated .linea_vertical_entrada, #imagenes_museo.animated .linea_vertical_primera{
	height: 100%;
	transition-delay: 1.5s;
	opacity: 1;
}

#imagenes_museo.animated .linea_entrada_nombre,#imagenes_museo.animated .linea_primera_nombre {
	opacity: 1;
	transition-delay: 2.5s;
}

.informacion  .linea_horizontal_corta.museo,.informacion .linea_horizontal_corta {
	width: 61%;
	border: 1px solid #DF5A3B;
	position: absolute;
	bottom: 13%;
	left: 0;
}

.linea_horizontal_d{ 
	width: 10%;
	border-bottom: 7px solid #0F1626;
	position: absolute;
	top: 2.5%;
	left: 0;
	z-index: -1;
 }

 .linea_horizontal_j{ 
	width: 10%;
	border-bottom: 7px solid #0F1626;
	position: absolute;
	top: 1.6%;
	left: 0;
	z-index: -1;
 }


.informacion .linea_horizontal_larga.museo, .informacion .linea_horizontal_larga  {
	width: 70%;
	border: 1px solid #DF5A3B;
	position: absolute;
	bottom: 3.5%;
	left: 0;
}

.informacion .linea_horizontal_corta,.informacion .linea_horizontal_larga {
	border: 2px solid #0F1626;
}

.informacion .linea_horizontal_corta {
	bottom: 27%;
}

.informacion .linea_horizontal_larga {
	bottom: 18%;
	width: 65%;
}

.otras_expos .obras_brut .linea_horizontal {
	top: .77%;
}

.otras_expos .texto_propiocepcion a,.otras_publi .texto_propiocepcion a {
	margin-top: .7rem;
}

.otra_obra {
	max-width: 300px;
	margin: 0;
}

.otra_obra img{ 
	max-height: 330px;
 }

.img_artista_principal {
	max-width: 100%;
	cursor: pointer;
	height: 100%; 
	position: relative;
}

.img_artista_principal .lupa{
	position: absolute;
	right: .5rem;
	bottom:.5rem;
	width: 30px;
	cursor: pointer;
	z-index: 2;
}

.img_artista_principal.exposi {
	cursor: auto !important;
}

.img_otra_obra {
	/*max-width: 300px;*/
	cursor: pointer;
}

.img_exposiciones {
	width: 300px;
}

.img_seccion {
	max-width: 400px;
}

.img_artista{
	height: 100%;
	width: 100%;
	/*margin-bottom: 8rem;*/
}

.texto_propiocepcion.boton_abajo {
	display: flex;
	flex-direction: column;
}

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

.fondo_cuadrado_naranja {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 400px;
	width: 450px;
	background-color: #DF5A3B;
}

.entrada {
	position: absolute;
	top: 0;
	left: 0;
}

.primera_planta {
	position: absolute;
	bottom: 0;
	right: 0;
}

#desc_img .texto_fondo_blanco {
	padding: 5rem 2rem;
}

#desc_img .rectangulo_fondo_azul {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #0F1626;
	height: 225px;
	width: 100%;
}

.otras_expos, .otras_publi {
	position: relative;
	padding: 0 0 5rem;
}

.title {
	background-color: #fff;
	z-index: 1;
	text-align: left;
	font-size: 3rem;
	padding-left: 2rem;
	margin-left: -2rem;
}

.img_artista img{ 
	height: auto;
}

.otra_expo_info h5 {
	background-color: #f7c8bd;
	width: 20%;
	text-align: center;
	color: #DF5A3B;
}

.otra_expo_info h4 {
	margin: 1.75rem 0;
}

.otras_publi .otra_expo_info h4  {
	margin: 1.5rem 0;
}

.coleccion .rectangulo_naranja {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #DF5A3B;
	height: 300px;
	width: 100%;
}

.img_grupo_coleccion img {
	max-height: 524px;
}

.img_grupo_coleccion .oculto h3 {
	color: #fff;
}

.slider_coleccion .slick-prev:before, .slider_coleccion .slick-next:before{
	color: #fff !important;
}

.slider_coleccion .slick-dots, .slider_artista .slick-dots {
	bottom: -50px;
}

.img_grupo_publicacion {
	margin: .5rem;
	position: relative;
	max-height: 400px;
	min-height: 400px;
}

.img_grupo_artista .oculto h3 {
	color: #fff;
}

.artist_info {
	margin-bottom: 10rem;
	color: #fff;
}



.slogan {
	font-weight: 500;
}

.slider figure {
	margin: 5px;
}

.success-message {
	color: #000;
}

.navbar-brand {
	display: none;
}

.actividades {
	/*padding: 0 0 4rem;*/
	position: relative;
}

#ninja-slider {
    width: 100%;
    background: #191919;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto!important;
}

.actividad_entera {
	margin: 8rem 0;
}

.ficha_actividad {
	display: flex;
	position: relative;
	background: #0F1626;
	height: 225px;
}

.actividad_oculto {
	position: relative;
	background: #0F1626;
	color: #fff;
	text-align: left;
	padding: 0 4rem;
	display: none; 
	overflow: hidden;
}

.descargaCata {
    color: #DF5A3B;
}

.descargaCata:hover {
    color: #000;
    text-decoration: underline;
}

.descargabases {
	font-size: 1.5rem;
	color: #DF5A3B;
}

.fecha_actividad {
	background: #DF5A3B;
	padding: .5rem;
	position: absolute;
	top: -20%;
	left: 0%;
	color: #fff;
	min-width: 100px;
	cursor: auto;
	margin: 1rem 0 0 2rem;
}

.activi .actividad_title{
	background: #0F1626;
	color: #fff;
	padding: .5rem 1rem;
	text-align: left;
	font-size: .85rem;
}

.titulo_actividad {
	color: #fff;
	align-self: flex-start;
}

.descripcion_actividad {
	color: #fff;
	align-self: flex-end;
}

.actividades .boton_mas {
	max-width: 64px;
}

.actividad_info {
	text-align: left;
	width: 75%;
	margin: 0 4rem;
}

.actividades .boton_mas.normal .abierto_2 {
	opacity: 0 !important;
	transition: opacity ease .8s;
}

.actividades .boton_mas.normal .abierto {
	opacity: 1 !important;
}


/* AGENDA */

.agenda-novedades {
	background-color: #DF5A3B;
	max-width: 80rem;
}

.agenda-novedades img {
	width:100%;
}
.card-agenda,
.card-formacion {
    background-color: #DF5A3B;
    padding: 1.5rem !important;
}

/* Espaciado entre las tarjetas */
#agenda-carrusel figure {
	margin: 0 15px; 
	display: inline-block; 
	text-align: center; 
	
  }
  

  #agenda-carrusel img {
	width: 100%; 
	height: 181px; 
	object-fit: cover; 
	 box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3), 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombra más pronunciada */
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  }
  

  .card-agenda {
	padding: 10px 0;
	text-align: center;
	height: 10rem;
  }
  
  /* Ajuste responsivo del carrusel */
  #agenda-carrusel {
	gap: 3rem; 
	padding: 10px 0; 
  }
  


.card-agenda .top-section {
    border-bottom: 1px solid white;
}


.card-agenda .bottom-section {
    margin-top: .75rem;
    font-size: 0.5rem !important;
    color: var(--bs-secondary);
}

#agenda .row>figure, #agenda-formacion .row>figure, #agenda-inversion .row>figure, #agenda-consultoria .row>figure {
    width: 65px;
    height: 21px;
}

#agenda .row .aos-init>*, #agenda-formacion .row .aos-init>*, #agenda-inversion .row .aos-init>*, #agenda-consultoria .row .aos-init>* {
    padding-inline: 0 !important;
}

#agenda .slick-dots, #agenda-inversion .slick-dots, #agenda-formacion .slick-dots, #agenda-inversion .slick-dots {
    text-align: left !important;
    margin-left: 8rem;
}

#agenda .slick-dots ul, #agenda-inversion .slick-dots ul, #agenda-formacion .slick-dots ul, #agenda-consultoria .slick-dots ul {
    bottom: 0;
}

#agenda .slick-dots li button::before, #agenda-inversion .slick-dots li button::before, #agenda-formacion .slick-dots li button::before, #agenda-consultoria .slick-dots li button::before  {
    color: rgb(var(--bs-black-rgb), .25);
    font-size: 0.8rem;
    margin-top: 15px;
}

#agenda .slick-dots li.slick-active button:before, #agenda-formacion .slick-dots li.slick-active button:before, #agenda-inversion .slick-dots li.slick-active button:before, #agenda-consultoria .slick-dots li.slick-active button:before {
    color: var(--bs-primary);
}

#agenda h2 {
    margin-top: 1rem;
    color: var(--bs-secondary);
}

#agenda p {
    color: var(--bs-secondary);
}

#agenda h6 {
    font-size: 1.4rem;
}

#agenda-carrusel figure.px-2 {
    padding-inline: 0 !important;
}

#novedades {
	background-color: #DF5A3B !important; 
	display: flex; 
	z-index: 2;
  }

 

  #novedades-columna {
	flex: 1;
	max-width: 100%;
    margin: 5px;
	box-sizing: content-box;
	float: left;
	width: 180px;
	z-index: 10;
}

.desc {
	color:white;
	font-weight: 400;
	margin-top: 10px;
	
}

.subtitulo {
	color:white;
	margin-top: -10px;
	font-size: 0.8rem;
	text-align: center;
}

#img-car {
    width: 80%; /* Que ocupe todo el ancho del contenedor */
    height: 100%;
	object-fit: cover;
    transition: transform 0.3s; /* Para un efecto de ampliación o sobreposición */
}

#novedades-columna img:hover {
    transform: scale(1.05);
    z-index: 20;
}  

.img_grupo_coleccion, .img_grupo_artista {
	position: relative;
	filter: grayscale(1);
	transition: all ease .8s;
}

.img-slide_artista{ 
	 /* Altura imgs artista.php slider  */
	height: 300px;background: #fff no-repeat center / cover;
	width: 100%;
 }

 .texto_titulo h5{ 
	font-size: 1rem;
 }

.img-slide_artista h3{
	
}

.img-slide_expo{
	height: 225px;background: #fff no-repeat top / cover;
	width: 100%;
}

.bloque_img:hover .img_grupo_artista, .img_grupo_artista:hover .oculto,.img_grupo_coleccion:hover, 
.img_grupo_coleccion:hover .oculto,.img_grupo:hover, .bloque_img:hover .oculto {
	filter: grayscale(0);
	opacity: 1;
	transition: opacity ease .8s;
}

.img_grupo:hover .galeria .oculto{
	filter: grayscale(0);
	opacity: 1;
	transition: opacity ease .8s;
}

#museo.animated .linea_vertical,#coleccion.animated .linea_vertical_izquierda,#art_brut.animated .linea_vertical,
#becas.animated .linea_vertical,#obras.animated .linea_vertical,#taller.animated .linea_vertical,
#jornadas.animated .linea_vertical, #mapa.animated .linea_vertical,#jornadas.animated .linea_vertical_cambio_color,
#becas.animated .linea_vertical_cambio_color {
	height: 100%;
}

#museo.animated .linea_nombre,#becas.animated .linea_nombre,#obras.animated .linea_nombre,
#coleccion.animated .linea_nombre,#taller.animated .linea_nombre,#art_brut.animated .linea_nombre,
#jornadas.animated .linea_nombre,#mapa.animated .linea_nombre,#el_centro.animated .linea_nombre  {
	transition-delay: 1.25s;
	opacity: 1;
}

#actividades_naranja.animated .rectangulo_fondo_naranja{
	width: 315%;
	height: 295px;
	right: -136px;
}

#jornadas .linea_nombre, #el_centro .linea_nombre, #becas .linea_nombre,#obras .linea_nombre,#taller .linea_nombre,
#actividades .linea_horizontal_nombre, #mapa .linea_nombre {
	opacity: 0;
	transition: opacity ease .55s;
}

.informacion .linea_horizontal{
	width: 10%;
	border-bottom: 7px solid #0F1626;
	position: absolute;
	top: 10.5%;
	left: 0;
	z-index: -1;
}

.taller .linea_horizontal{
	width: 10%;
	border-bottom: 7px solid #0F1626;
	position: absolute;
	top: 1.5%;
	left: 0;
	z-index: -1;
}

.actividades .linea_horizontal {
	width: 10%;
	border-bottom: 7px solid #0F1626;
	position: absolute;
	top: 24%;
	left: 0;
	z-index: -1;
}

.coleccion .linea_horizontal{
	width: 22%;
	border-bottom: 7px solid #0F1626;
	position: absolute;
	top: 4.5%;
	left: 0;
	z-index: -1;
}


.estaticos .linea_horizontal {
	width: 18%;
	border-bottom: 7px solid #0F1626;
	position: absolute;
	top: 20%;
	left: 0;
	z-index: -1;
}

.estaticos h1 {
	color: #0F1626;
	display: inline-block;
	background-color: #fff;
	z-index: 1;
	margin: 2rem 0;
	padding-left: 2rem;
	margin-left: -2rem;
}


.otras_expos .linea_horizontal,.otras_publi .linea_horizontal {
	width: 35%;
	border-bottom: 7px solid #000;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: -1;
}

#el_centro.animated .img_centro, 
#jornadas.animated .img_jornadas,
#actividades_naranja.animated .img_actividades {
	opacity: 1;
	animation-name: fadeInDown;
}

#art_brut.animated .img_art_brut, #becas.animated .img_becas,
#imagenes_museo.animated .entrada {
	opacity: 1;
	animation-name: fadeInLeftBig;
}

#imagenes_museo.animated .primera_planta, #taller.animated .img_art_brut {
	opacity: 1;
	animation-name: fadeInRightBig;
}

.list-group-item.active {
	background: #0F1626 !important;
	color: #fff !important;
}

.tab-pane figure {
	margin: 1rem auto;
}

.list-group button {
	cursor: pointer;
}

.list-group {
	position: sticky;
	/*top: 6rem;*/
}

.video {
	margin:0 auto;
	width: 80%;

}
.video iframe{ 
	margin-bottom: 2rem;
	height: 250px;
 }

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes smoothScrollIn {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes smoothScrollOut {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(0px);
	}
}

.social{
	/*position: absolute;*/
}

.social a {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.social a:not(:last-child) {
	margin-right: .5rem;
}

.social a img,
.social a svg {
	display: block;
	width: 20px;
	height: 20px;
	margin: 3rem .5rem 1rem;

}


.estaticos {
	text-align: left;
	/*padding: 4rem 0;*/
}

.estaticos h1:not(:first-child),
.estaticos h2:not(:first-child) {
	/*margin-top: 4rem;*/
}

.estaticos p,
.estaticos li {
	text-align: justify;
	font-size: 1rem;
}

.estaticos p,
.estaticas ul,
.estaticos ol {
	margin-bottom: 2rem;
}

.estaticos img,
.estaticos svg,
.estaticos video {
	max-width: 100%;
}

[class*="shape-content-"] {
	position: relative;
	padding-left: 55px;
	margin-top: 25px;
	margin-bottom: 20px;
}

[class*="shape-content-"]:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	width: 44px;
	height: 51px;
	background: url('../img/marker.png') center center no-repeat;
	color: #fff;
	font-size: 30px;
	line-height: 51px;
	text-align: center;
}

.shape-content-a:before {content: 'A'}
.shape-content-b:before {content: 'B'}
.shape-content-c:before {content: 'C'}
.shape-content-d:before {content: 'D'}
.shape-content-e:before {content: 'E'}
.shape-content-f:before {content: 'F'}
.shape-content-g:before {content: 'G'}
.shape-content-h:before {content: 'H'}
.shape-content-i:before {content: 'I'}
.shape-content-j:before {content: 'J'}
.shape-content-k:before {content: 'K'}
.shape-content-l:before {content: 'L'}
.shape-content-m:before {content: 'M'}
.shape-content-n:before {content: 'N'}
.shape-content-ñ:before {content: 'Ñ'}
.shape-content-o:before {content: 'O'}
.shape-content-p:before {content: 'P'}
.shape-content-q:before {content: 'Q'}
.shape-content-r:before {content: 'R'}
.shape-content-s:before {content: 'S'}
.shape-content-t:before {content: 'T'}
.shape-content-u:before {content: 'U'}
.shape-content-v:before {content: 'V'}
.shape-content-w:before {content: 'W'}
.shape-content-x:before {content: 'X'}
.shape-content-y:before {content: 'Y'}
.shape-content-z:before {content: 'Z'}
.shape-content-1:before {content: '1'}
.shape-content-2:before {content: '2'}
.shape-content-3:before {content: '3'}
.shape-content-4:before {content: '4'}
.shape-content-5:before {content: '5'}
.shape-content-6:before {content: '6'}
.shape-content-7:before {content: '7'}
.shape-content-8:before {content: '8'}
.shape-content-9:before {content: '9'}
.shape-content-0:before {content: '0'}

.errorpage {
	padding: 80px 0;
}

.errorpage figure {
	max-width: 500px;
	margin: 0 auto;
}

.page-link {
	color: #DF5A3B;
}

.page-link:hover {
	color: #DF5A3B;	
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem rgba(223,90,59,.25);
}

.page-item.active .page-link { 
	background-color: #DF5A3B;
	border-color: #DF5A3B;
}

.pagination{
background-color: transparent;
box-shadow: none;
text-align: center;
}

.pagination .page-link{
display: block;
padding: 0;
width: 50px;
height: 50px;
border-radius: 0 !important;
}

.pagination .page-link::before{
content: '';
display: inline-block;
vertical-align: middle;
width: 0;
height: 100%;
}

.pagination .page-link span,
.pagination .page-link svg{
display: inline-block;
vertical-align: middle ;
line-height: 1 ;
}

.pagination .page-link svg{
width: 30px;
margin: 0 auto;
}

.pagination .rotate_arrow svg{
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-ms-transform-origin: center;
transform-origin: center;
}

.pagination .page-link {
color: #4c4c4c;
}

.pagination .page-link:focus, .page-link:hover, .page-link.active {
color: #ed1c24;
text-decoration: none;
background-color: #e9ecef;
border-color: #ddd;
}

.pagination .page-item:not(.d-none):last-child .page-link {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
}

.pagination .page-item:not(.d-none):first-child .page-link {
border-top-left-radius: .25rem;
border-bottom-left-radius: .25rem;
}

/** LOGIN */
.login-page {
	height: 100%;
}

.login-page form {
	max-width: 250px;
	margin: 0 auto;
}

.login-page input,
.login-page button {
	width: 100%;
}

.forgot-pass {
	margin-top: 1.5rem;
	font-size: .8rem;
}

.forgot-pass + .forgot-pass {
	margin-top: .3rem;
}


/** COOKIES */
.show_cookies {
	position: fixed;
	top: auto;
	bottom: -300px;
	left: auto;
	right: 30px;
	width: calc(100% - 60px);
	z-index: 99;
	font-weight: 300;
	font-size: .8rem;
	text-align: left;
	text-transform: none;
	background: #fff;
	color: #000;
	border: 3px solid #56b99f;
	padding: 20px;
	-webkit-transition: all .8s cubic-bezier(.2,.45,.42,1.28);
	transition: all .8s cubic-bezier(.2,.45,.42,1.28);
}

.show_cookies.mostrar {
	bottom: 30px;
}

.show_cookies.ocultar {
	display: none;
}

.show_cookies>div {
	display: inline-block;
	vertical-align: middle;
}

.show_cookies>div:first-child {
	width: 60%;
	padding-right: 10px;
	border-right: 1px solid #56b99f;
}

.show_cookies>div.cookies_actions {
	width: 40%;
	padding-left: 10px;
	text-align: center;
}

.show_cookies>div.cookies_actions button {
	background: #56b99f;
	color: #fff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 20px;
	margin: 0 0 5px;
	border: 0;
	outline: 0;
}

.show_cookies>div.cookies_actions a {
	display: block;
	color: #000;
	font-size: .7rem;
	text-decoration: none;
}

.show_cookies>div.cookies_actions a:hover {
	text-decoration: underline;
}

.navbar-toggler.active figure * {
	fill: #000 !important;
}

.navbar-toggler figure * {
	transition: all ease .5s;
}

.navbar {
	z-index: 999;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img{
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.fondo_taller_2025 {
    background: url("../img/fondo_banner/bases-residencias-artisticas-la-puebla-de-cazalla-2025.jpg") no-repeat center / cover;
    height: 102%;
    position: relative;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}


.slick-prev {
	left: -5%;
}



[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}



.slick-next {
	right: -5%;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}


/* Dots */
.slick-dotted.slick-slider {
	/*margin-bottom: 30px;*/
}

.slick-dots {
	display: none;
	/*position: absolute;*/
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin-top: 2rem;
	list-style: none;
	text-align: center;
	top: 420px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-size: 45px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #DF5A3B;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #DF5A3B;
}

.slick-prev, .slick-next {
	z-index: 1;
}

.grecaptcha-badge {
	right: -20.1rem !important;
	bottom: .5rem !important;
	display: none !important;
}

.grecaptcha-badge:hover {
	right: -20.1rem !important;
	bottom: .5rem !important;
}

.container-fluid {
	padding-left: 0 !important;
	padding-right:0 !important;
}

.fixed {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 100;
}

.mas {
	font-size: 3.5rem;
	font-weight: 100;
	color: #DF5A3B;
}

.servicios .textos_portada h1 {color: #000;}
.servicios .textos_portada p {color: #000;}
.servicios .imagenes_servicios {margin: 15px 0;}
.servicios .desplegables .plegable{
	max-height:0;
	overflow:hidden;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
.servicios .desplegables .plegable.desplegado{
	padding: 125px 0;
	height: 100%; 
	max-height: 800px;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
.servicios .desplegables .titulo:first-child{border-top: 0;}
.servicios .desplegables .titulo {
	cursor: pointer;
	border-top: solid 1px #0F1626;
	padding: 5px;
}
.servicios .desplegables .titulo h2 {
	font-size: 3.5rem;
	margin-right: 40px;
	color: #DF5A3B;
	font-weight: 100;
}
.servicios .desplegables .titulo h3 {
	color: #000;
	/*margin-top: 18px;*/
	/*font-size: 2rem;*/
}
.servicios .desplegables figure{
	max-width: 25px;
}
.servicios .desplegables .titulo.desplegado {
	background-color: #0F1626;
}
.servicios .desplegables .titulo.desplegado h3 {
	color: #fff;
}
.servicios .plegable .fondo_oscuro {
	background-color: #0F1626;
	color: #fff;
	padding: 25px;
}
.servicios .plegable.fondo {
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.servicios .plegable.fondo.fondo_plegable_1 {
	background-image: url(../img/art_brut/actividades/visita_guiada_1.jpg);
}
.servicios .plegable.fondo.fondo_plegable_2 {
	background-image: url(../img/art_brut/actividades/visita_guiada_2.jpg);
}
.servicios .plegable.fondo.fondo_plegable_3 {
	background-image: url(../img/art_brut/actividades/encuentros_entre_tu_y_yo.jpg);
}
.servicios .plegable.fondo.fondo_plegable_4 {
	background-image: url(../img/art_brut/actividades/grandes_maestros.jpg);
}


-------------------------------------------------------------------------------------------------------------------

.desp_museo .textos_portada h1 {color: #000;}
.desp_museo .textos_portada p {color: #000;}
.desp_museo .imagenes_servicios {margin: 15px 0;}
.desp_museo .desplegables .plegable{
	max-height:0;
	overflow:hidden;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
.desp_museo .desplegables .plegable.desplegado{
	padding: 2rem 1rem;
	height: 100%; 
	max-height: 5000px;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}
.desp_museo .desplegables .titulo:first-child{border-top: 0;}
.desp_museo .desplegables .titulo {
	cursor: pointer;
	border-top: solid 1px #0F1626;
	padding: 5px;
}
.desp_museo .desplegables .titulo h2 {
	font-size: 3.5rem;
	margin-right: 40px;
	color: #DF5A3B;
	font-weight: 100;
}
.desp_museo .desplegables .titulo h3 {
	color: #000;
	/*margin-top: 18px;*/
	/*font-size: 2rem;*/
}
.desp_museo .desplegables figure{
	max-width: 25px;
}
.desp_museo .desplegables .titulo.desplegado {
	background-color: #0F1626;
}
.desp_museo .desplegables .titulo.desplegado h3 {
	color: #fff;
}
.desp_museo .plegable .fondo_oscuro {
	background-color: #0F1626;
	color: #fff;
	padding: 25px;
}
.desp_museo .plegable.fondo {
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.desp_museo .fondo_desp_1 { 
	background-image: url('../img/museo/desp_1.png') ;
 }
.text_naranja{
	color: #DF5A3B;
}

-------------------------------------------------------------------------------------------------------------------


/*.navbar-brand figure * {
	fill: #000 !important;
	}*/

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 */
 @-ms-viewport{width:device-width}
 @-o-viewport{width:device-width}
 @viewport{width:device-width}


 /** MEDIA QUERIES **/

 /* Small devices (landscape phones, 576px and up) */
 @media (min-width: 576px) {
	html { font-size: 14px; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	html { font-size:16px; }
	.scrolltop { bottom:5vw;right:5vw;width:5vw;height:5vw;padding:1vw; }
	.slider_galeria .carousel-caption { top: 10%; bottom: auto; width: 40%; }
	.slider_galeria .carousel-caption .caption1 { font-size: 2rem; padding-top: 0; }
	.slider_galeria .carousel-caption .caption2 { font-size: 1rem; }
	.show_cookies { width:50%; }
   
}

 /* Large devices (desktops, 992px and up) */
 @media (min-width: 992px) {
	.slider_galeria .carousel-caption .caption1 { font-size: 2.5rem; }
	.show_cookies { width:35%; }
   #novedades {height: 225px !important;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.contenedor-imagen {
		left: 2rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	.galeria {  display: flex;  flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center; }
	.texto_propiocepcion.azul  { margin-top: 14rem; }
	#mapa{ margin-top: 3.5rem; }
	.artista_texto{ margin-top: 0rem; }
	#actividades_naranja .linea_horizontal_cambio_color { bottom: -2.5%; }
}

@media (max-width: 1024px) {
	.nav-link span{font-size: .9rem;}
	.texto_descriptivo_img {transform: translate(-5%,-75%);}
	.texto_actividades_naranja { padding: 1rem 0; }
	#actividades .rectangulo_fondo_azul { height: 250px; }
	#actividades .texto_actividades { padding: 1rem; }
	.navbar-brand .logo { max-width: 200px; }
	.nav-item { margin-left: .5rem; }
	/*.espacio_blanco_expo { height: 150px; }*/
	#banner_azul { height: 640px; }
	.tamaño_img_encuadre { max-width: unset; min-height: unset; }
	#el_centro .linea_vertical { bottom: -45%; }
	.img_grupo_publicacion { min-height: 332px; }
	#coleccion .linea_nombre { bottom: 27%; left: -15.3%; }
	#actividades_naranja .linea_horizontal{ bottom: 8.5%; }
	#mapa{ margin-top: 3rem; }
	.img-size img{ height: 200px;  }	
	.img_artista_principal { height: 475px; }
	.img_artista_principal { height: 100%; }
	.artista_banner_artista{ height: 20%; }
   
}

@media (max-width: 992px) {
	.obras_brut { margin-top: 5rem; }
 	.img-size img{ height: 275px;}
 	/*#publicaciones{ padding-bottom: 2rem; }*/
 	header .logo{ margin-left: 0;}
 	header .boton_menum-1{ /*margin-left: auto;*/ }
 	.dropdown-toggle::after {  transform: rotate(-90deg); vertical-align: .255em; }
 	.menu_mobil{padding-top:7rem;padding-bottom:7rem;}
 	.menu_mobil li{ margin: 1rem 0;}
 	.slick-prev, .slick-next{ display:none!important; }
 	#ninja-slider-prev { display:none!important; }
 	#ninja-slider-next { display:none!important; }
 	#ninja-slider .ns-img{ height: 70% !important; margin-top:3rem ;}
 	#ninja-slider .caption { top:77%!important; }
 	.img_grupo_artista, .img_grupo_artista .oculto, .img_grupo_coleccion, .img_grupo_coleccion .oculto, .img_grupo, .img_grupo .oculto {filter: grayscale(0);opacity: 1; transition: opacity ease .8s;}
 	.oculto{ opacity: 1; filter:}
 	#desc_img .texto_fondo_blanco{padding: 0;}
 	h4, p { font-size: 1.1rem; }
 	.otra_expo_info  h1 { font-size: 3.5rem; }
 	/*#banner { height:  420px;}*/
 	#banner_azul { height: auto; }
 	.info_carousel { padding: .5rem; height: 111%;}
 	.fondo_color_naranja { height: 110px; }
 	#museo .linea_nombre { right: -10.7%; }
 	.banner_expo .texto_propiocepcion h1 { font-size: 3rem; }
 	#imagenes_museo .linea_entrada_nombre { left: -8%; }
 	.espacio_blanco_expo,.espacio_blanco_expo_brut { height: 200px; margin-bottom: 4rem; }
 	.actividad_info { margin: 0 3rem 0 5rem; }
 	.actividad_oculto { padding: 0 6rem 0 5rem; }
 	.actividades .boton_mas { margin: 1rem; }
 	.banner_expo.brut { height: 280px; }
 	.banner_expo .texto_propiocepcion { margin-top: 0; }
 	.fondo_naranja { top: -2%; width: 40%; height: 102%;}
 	#coleccion .linea_nombre { left: -19.3%;top: 78%; bottom: unset; right: unset; z-index: 1; display: none}
 	#coleccion a { bottom: -1.5rem; }
 	.texto_art_brut { width: 32%; }
 	.texto_art_brut p { margin: 1rem 0; width: 100%;}
 	#art_brut .linea_nombre { top: 11% !important;right: -9% !important;  }
 	.texto_actividades_naranja {padding: 0;}
 	.texto_actividades_naranja h2 { font-size: 1.5rem; }
 	.texto_actividades_naranja p { margin: 1rem 0;}
 	#mapa .linea_nombre { left: 0; }
 	#mapa{ margin-top: 2rem; }
 	.informacion .linea_horizontal_corta,.informacion .linea_horizontal_corta.museo { bottom: 8.5%; width: 55%; }
 	#exposicion_art_brut .texto_descriptivo_img { transform: translate(0%,-20%); }
 	.texto_descriptivo_img.azul h5 { width: 30%; }
 	.texto_fondo_blanco { padding: 1rem; }
 	#becas .linea_vertical_cambio_color {top: 5.5%; height: 300px; }
 	#becas .linea_nombre { top: -10%; }
 	#jornadas .linea_vertical_cambio_color { top: 81.5%; }
 	#actividades .rectangulo_fondo_azul { height: 220px; }
 	#actividades .texto_actividades { padding: 1rem; }
 	#actividades .texto_actividades p { margin: 1rem 0; }
 	#imagenes_museo { height: 1020px; }
 	.otra_expo_info h5 { width: 30%; }
 	.texto_descriptivo_img h5 { width: 30%; }
 	.boton_cerrar { right: -58%; }
 	#imagenes_museo .linea_primera_nombre { right: -5%; }
 	.informacion .linea_horizontal_larga.museo { bottom: 1.5%; }
 	/*.boton_publicacion { transform: translateY(-225%); }*/
 	.expo_info { width: 100%; }
 	.otras_expos .linea_horizontal { top: 1%; }
 	.artista_banner_expo { height: 235px; }
 	.otras_publi figure { margin: 0 auto; }
 	.slider_coleccion .slick-prev:before, .slider_coleccion .slick-next:before { color: #DF5A3B !important; }
 	/*.img_grupo_publicacion { min-height: 240px; }*/
 	/*.boton_publicacion { transform: unset; }*/
 	.dropdown-menu.segunda_pantalla.show .dropdown-item{text-align:center;margin-top:0;}
 	/*.artist_info { margin-top: 15rem; }*/
 	.texto_propiocepcion.azul  { margin-top: 0; }
 	.espacio_blanco_expo, .espacio_blanco_expo_brut { height: 85px; }
 	.galeria .img_grupo_especial {height: 200px;overflow: hidden;}
	.galeria .img_grupo_especial img {min-width: 100%;min-height: 100%;width: auto; height:auto; position: relative;left: 50%; top: 50%;transform: translate(-50%,-50%);}
 	/*.flecha_retroceso { margin-left: 88%; }*/
 	.coleccion_img > div { width: 100%;}
 	.artista_texto { margin-top: 0rem; }
 	.expo_texto { margin-top: 5rem; }
 	.dropdown-item:focus, .dropdown-item:hover { background-color: #fff; }
 	.figcap-1 h3 { font-size: 14.5px; }
 	h5 { font-size: .8rem; font-weight: 300;}
 	.coleccion .galvan { height: auto; }
	.coleccion .cortes{ height: auto; }
	.coleccion .pintura{ height: auto; }
	.coleccion .escultura{ height: auto; }
	.coleccion .graficas{ height: auto; }
	.bloque-2 .boton_mas{ bottom: 2px; }
	.bloque-2 figcaption { height: 4rem; }
	.img_artista img { height: auto;}
	/*.artista_info { margin-top: 5rem; }*/
	.img-slide_artista { height: 250px; }
	#coleccion.animated .img_grupo, #obras.animated .img_grupo {opacity: 1; /*height: 300px*/;} 
	.artista_info{  margin-top: 3rem; }
	.artista_banner_artista_obra{ height:15%; }
	.artista_texto_artista { margin-top: 0rem;}
	.artist_info { margin-bottom: 3rem;}
	.naranja_ex { height: 35%; }
	.naranja_art{ height: 11%; }
	.color_azul { height:40%; }
	#actividades_naranja .linea_horizontal_nombre { bottom: -10.5%; }
	#obras .obras_2 figure { height: 150px;}
	#obras .oculto h3{font-size: .9rem; }
	.oculto { min-height: 7rem; }
	.estaticos .linea_horizontal { top:12.5%;}
	.informacion .linea_horizontal{ top:9%; }
	.taller .linea_horizontal{ top: 1.8%;}
	.linea_horizontal_d{ top: 2%; }
	.lianea_horizontal_j{ top: 1.1%; }
	.coleccion .linea_horizontal{top: 1.4%;}
	.taller .linea_horizontal{ top:1%; }
	.artista_banner_expo .rectangulo_fondo_azul {
		height: 400px;
	}

	.expo_brut_azul{
		margin-top: 7rem;
	}
}

@media (max-width: 991px){	
	header .navbar-toggler figure{opacity: 1; /*margin-top: .5rem;*/ margin-right: -6px;}
 	.navbar-toggler { position: relative; z-index: 9999; }
 	.navbar-collapse.show { left: 0; color: #000; }
 	header .navbar{position: fixed;}
 	.navbar-collapse {position: fixed;width: 100vw;height: 100vh; left: 100vw;top: 0;background: #fff;transition: left ease .3s;align-items: center;justify-content: center;z-index: -1;}
 	.row-submenu{padding-top: 7rem;padding-bottom:7rem;}
	.nav-link span, .dropdown-item span { font-size: 2rem; }
 	.nav-item { margin: 0; }
 	#obras .linea_nombre,.triangulo_menu,.linea_nombre,#becas .linea_vertical_cambio_color { display: none; }
 	.navbar-brand .logo { max-width: 300px; }
	#novedades {height: 490px;}
	
}

@media (max-width: 768px) {
	.agenda-boton {padding: 13px 50px 13px;}
 	.naranja_ex{ height: 40%; background-color: #DF5A3B }
 	.artist_info { margin-top: 2rem; margin-bottom: 2rem; }
 	.info_contacto p{ margin-top: .3rem; }
 	.img-size img{ height: 230px;}
 	.art_brut_text{ width:100%; }
 	.boton_publicacion { margin-top: 0;}
 	/*header .logo{ margin: .5rem auto .5rem 1rem;  }*/
 	header .boton_menum-1{ /*margin-right: 1rem;*/ }
 	.texto_titulo { width: 100%;}
 	.texto_fondo_blanco p{ padding: 2.5rem; }
 	.img_seccion { margin:auto; }
 	html, body { overflow-x: hidden; }
 	#exposicion { top: 0;}
 	#coleccion, .galeria { }
 	#coleccion a { bottom: -2.5rem; }
 	#art_brut p { width: 100%; }
	#novedades {height: 490px; margin-top: -21px;}
 	#actividades_naranja .rectangulo_fondo_naranja { z-index: 1; height: 222px; margin-right: -130px;}
 	.banner_expo .texto_propiocepcion { color: #fff; margin-top: 1rem;}
 	#el_centro h2, #taller h2, #el_centro p, #taller p {margin-bottom: 1rem;}
 	#jornadas { height: 425px; }
 	#actividades .rectangulo_fondo_azul { height: 130px; }
 	.fondo_naranja { height: 55%; }
 	.texto_actividades_naranja p {width: 100%;}
 	.espacio_blanco_expo, .espacio_blanco_expo_brut { height: unset;  margin-top: 2rem ;}
 	.espacio_blanco_art_brut { height: 270px; }
 	.banner_expo,.banner_expo.brut { ; width: 100%; height:100%; /*height: 165px;*/ }
 	.artista_banner_expo { height: 40%; width: 100%; }
 	.servicios .desplegables .titulo h2 {font-size: 2rem;margin:0;}
 	.servicios .desplegables .titulo h3 {font-size: 1.7rem;}
 	.servicios .desplegables figure {max-width: 25px;margin-right: 35px;}
 	.servicios .desplegables .plegable.desplegado {padding: 15px;}
 	.servicios .plegable .fondo_oscuro {padding: 15px;}
 	.servicios .desplegables .plegable.desplegado {max-height: 950px;}
 	.texto_actividades_naranja { width: 80%; }
 	.fondo_color_azul { height: 200px; }
 	#actividades .texto_actividades { width: 100%; transform: none; }
 	.otra_obra { max-width: 500px; }
	 #agenda-carrusel img{height: auto;}
	.museoindex{ height: 530px; }
 	.boton_abajo_artbrut { position: static; }
 	.espacio_blanco_artista { height: 105px; }
 	.texto_propiocepcion .boton_abajo { position: static; }
 	#mapa iframe{display: none;}
 	.boton_contacto { display:none; }
 	#mapa{height: auto;}
 	.formulario{ position: static;transform: none;     margin-top: 2rem; }
 	.formulario > .container{ max-width: 100% !important; padding-right: 0; padding-left:0; }
 	.info_contacto{margin-left: 0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none; margin-top: .5rem; }
 	#actividades_naranja .rectangulo_fondo_naranja{right: 0%;}
 	.wrapp{ padding: 0.5rem; }
	.centrado_info{margin-left: 3rem;}
	.centrado_horario{ margin-left: 2rem; }
	.linea{margin: 3rem 1rem;}
	.formulario .linea{margin: 3rem 0;}
	.fondo_museo {background-position: center;}
	/*.galeria .img_grupo {height: 314px;overflow: hidden;}*/
	/*.galeria .img_grupo img {min-width: 100%;min-height: 100%;width: auto; height:auto; position: absolute;left: 50%; top: 50%;transform: translate(-50%,-50%);}*/
	.info_logo2 {margin-top: 0;}
	.slick-dots { top: 380px; }
	#publicaciones{ margin-bottom: 5rem; padding-bottom:0;}
	.formulario input{ height: 4rem; }
	.formulario form { padding:0; }
	.informacion p:not(.texto_gris), .actividades p:not(.desc_actividad) { font-size: 1.4rem; margin: 2rem 0rem;}
	.img_exposiciones{ width: 100%;}
	.texto_propiocepcion .boton_abajo { width: 100%;}
	.coleccon figure { width: 100% }
	.video{ width: 100%; padding: 0rem;}
	.informacion{ padding:0rem; margin:1; }
	.artista_texto{ margin-top: 0rem; }
	.expo_texto{ margin-top: 1rem; }
	.boton_mas{ margin-bottom: 5px;}
	.figcap-1 h3 { font-size: 14px; }
	.figcap-2{ padding-right: 0 1px 0 0; }
	/*.artista_info { margin-bottom: 1rem; color: #fff; }*/
	.img_artista img { height: auto; }
	/*.artista_texto_artista { margin-top: 8rem; }*/
	.img-slide_artista { height: 200px; }
	#obras.animated .img_grupo { opacity: 1; height: auto;  min-height: 215px; } 
	.color_azul { height: 45%; }
	.otras_obras { margin-top: 0; }
	.artist_info_otras_obras { color: #000 }
	.artista_banner_artista_obra{ height:15%; }
	.naranja_art { height: 20%; }
	.artist_info{ color: #DF5A3B }
	.color_azul { height:20%; }
	.obras_brut { margin-top: 0rem; }
	.text_azul{ color: #0F1626;}
	#obras .oculto h5{font-size: 1rem;}
	#obras .oculto h3{ font-size: 1.2rem;}
	#obras .oculto { opacity: 1; filter:}
	.linea_horizontal_cambio_color {bottom: .8%; }
	/*.linea_horizontal_cambio_color {bottom: 5%; }*/
 	.linea_horizontal_nombre { bottom: 6.5%; }
 	#actividades_naranja .linea_horizontal_nombre {  bottom: -0.5%; }
 	.estaticos .linea_horizontal { top:20%; }
 	.taller .linea_horizontal{ top: .8%;}
 	.mas_info_carrousel{ height: 120%;}
 	.info_carousel{ height: 115%; }
 	.otras_expos .linea_horizontal{ top:.5%;}
 	.otras_expos.obras_brut .linea_horizontal {top: .4%;}  
 	.texto_taller {width: 100%;}
 	.artista_banner_expo .rectangulo_fondo_azul{
 		height:300px;
 	}
 	.artista_texto.azul {
	    border-left: 4px solid #0F1626 !important;
	    margin-top: 37rem;
	}

	.artista_banner_expo .rectangulo_fondo_azul{
		top: 21%;
	}
}

@media (max-width: 576px) {
	.fondo_taller_2025 { height: 74%; 
		transform: translateX(15px);}
	.nav-link span, .dropdown-item span{font-size: 1.4rem;}
	/*.naranja_ex { height: 85%; }*/
	.artista_texto{ margin-top: 0rem; }
	.color_azul { height: 75%; }
	.texto_actividades_encima{ margin-bottom: 0; }
	.order-sm-0 { -ms-flex-order: 0; order: 0;}
	.formulario{ margin-top: 1rem; }
	.boton_publicacion { margin-top: 4rem; margin: 1rem;}
	.texto_titulo { width: 100%; }
 	h5 { font-size: 1.7rem;}
 	h4,p { font-size: 1.4rem }
 	h3 { font-size: 2rem;}
 	h2 { font-size: 2.5rem; }
 	/*header .navbar-toggler figure{width: 35px; height: 30px;}*/
 	header .boton_desp{  /*padding:0;*/ }
 	/*.navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; padding: 5px;}*/
 	#banner { height: auto; margin-bottom: 5rem;}
 	.btn-primary { width: 100%; height: 4rem; text-align: center; padding-top: 1.5rem }
 	.img_museo {margin: 0 0 1rem;}
 	#coleccion a { bottom: -3.5rem; }
 	.img_art_brut {width: 90% !important;}
 	.img_grupo_publicacion { max-height: 450px; margin: 0px; min-height: 250px;}
 	.rectangulo_fondo_naranja { z-index: 2; }
 	.texto_actividades_naranja p { width: 100%; }
 	.texto_actividades_naranja h2, .texto_actividades_naranja p { margin: 1rem 0; }
 	/*#actividades_naranja { padding: 0 0 2rem 0; }*/
 	#actividades_naranja .img_actividades,.img_centro, .img_becas { opacity: 1 !important; animation-name: unset !important; margin-top: 1rem;}
 	/*#actividades_naranja .rectangulo_fondo_naranja { bottom: 20%; height: 250px; width: 100%;max-width: 100%}*/
 	.texto_actividades_encima { transform: translateY(-20%); }
 	.informacion.jornadas h1 { padding: 1rem; top: -35%;  left: 2rem;; background-color: #fff;  }
 	.informacion.museo h1 { padding: 1rem; background-color: #fff;margin-left: 0;}
 	.informacion.becas h1 { padding: 1rem;  position: absolute; top: -37%;  left: 2rem;; background-color: #fff;}
 	.informacion.centro h1,.informacion.taller h1 {top: -7.8rem;  left: 3%; background-color: #fff; }
 	.coleccion h1 { padding: 1rem ; background-color: #fff; margin-left: 1rem; }
 	.actividades h1:not(.dia) { padding: 1rem;  position: relative; top: -8%;  left: 2rem; background-color: #fff; width: 105%;}
 	/*.texto_gris { margin: 1rem 0; }*/
 	.slider_coleccion .slick-prev:before, .slider_coleccion .slick-next:before { color:#DF5A3B !important; }
 	.artist_info { margin-top: 4rem; }
 	.actividad_info { margin: 0 0 0 6rem; }
 	.actividad_oculto { padding: 0 2rem 0 6rem; }
 	.texto_encima { z-index: 1; }
 	#banner_azul { height: auto; }
 	#jornadas { margin-top: 2rem; height: 420px;}
 	#jornadas p { width: 100%; }
 	.espacio_blanco_art_brut { height: 250px; }
 	.banner_expo.brut .texto_propiocepcion { margin-top: 1rem;margin-bottom: 3rem; }
 	#desc_img .texto_fondo_blanco { padding: 0; }
 	#desc_img .texto_fondo_blanco p{margin:0;}
 	#imagenes_museo { height: 600px; }
 	.fondo_cuadrado_naranja { height: 250px; width: 250px; }
 	.entrada, .primera_planta { max-width: 260px; }
 	#imagenes_museo .linea_entrada_nombre { left: -17.5%; }
 	#imagenes_museo .linea_primera_nombre { right: -12%; }
 	.expo_info { width: 100%; }
 	/*.espacio_blanco_expo.publicaciones { height: 315px; }*/
 	.img_grupo_coleccion img { max-height: unset; }
 	.espacio_blanco_artista { height: 190px; padding: 1rem 0; }
 	#exposicion_art_brut .img_encima_banner { max-width: 220px; }
 	#exposicion_art_brut .texto_descriptivo_img { transform: translate(0,-63%); }
 	.espacio_blanco_obra_brut { height: 250px; }
 	#coleccion .galeria .img_grupo { position: relative; width: 100%;}
 	#coleccion, .galeria { height: auto; padding: 0 0 2rem;}
 	.dropdown-toggle::after {vertical-align: -.1em;border-top: .6em solid;border-right: .6em solid transparent;border-left: .6em solid transparent; }
 	/*.boton_publicacion { transform: translateY(-80%); }*/
 	.slick-dots { bottom: 0; }
 	.texto_banner,.grecaptcha-badge {display: none !important;}
 	#exposicion { top: 0; }
 	.slick-next {right: 0; top: 60%; }
 	.slick-prev {left: 0; top: 60%; }
 	.mas_info_carousel.info_carousel .text_publicacion,.descripcion { margin: 0 1rem; }
 	.mas_info_carousel { height: 127%; }
	 #actividades_naranja .rectangulo_fondo_naranja{ top: 67%; }
 	.slick-slide { -width: 312px; /*margin: 0 3rem;*/ }
 	.fondo_color_naranja { height: 300px; }
 	.navbar-brand .logo { max-width: 250px; }
 	.mas_info_carousel.info_carousel .text_publicacion {width: 60%;}
 	#el_centro { padding: 3rem 0 0 0; }
 	#obras { padding: 2rem 0 4rem; }
 	.texto_taller { width: 80%; }
 	.banner_expo .texto_propiocepcion { color: #fff; }
 	.banner_expo.brut,.artista_banner_expo,.espacio_blanco_artista,
 	/*.banner_expo,.espacio_blanco_expo,.espacio_blanco_expo_brut  { height: 50%;}*/
 	.espacio_blanco_artista, .espacio_blanco_expo,.espacio_blanco_expo_brut {/* margin-top: .5rem; */}
 	/*#actividades_naranja .img_actividades {  transform: translateY(-15%); }*/
 	.boton_contacto.footer .circulo { fill: #fff !important; }
 	.boton_contacto.footer .linea_boton  { stroke: #df5a3b !important; }
 	.coleccion .rectangulo_naranja {height: 200px; top: 46%;}
 	.slider_coleccion .slick-dots, .slider_artista .slick-dots { bottom: -35px; }
 	.fondo_museo { background-position: center; }
 	.actividades .boton_mas { position: absolute;  top: -23%;  right: 0; margin: 0; max-width: 50px;}
 	.footer_p { padding: 0 0 .5rem; }
 	.boton_contacto { max-width: 50px; top: -2rem; }
 	.logo_footer { max-height: 100%;  }
 	.social a img, .social a svg { margin: 2rem 1rem 2rem; height: 15px; margin-bottom: .5rem; }
 	#actividades .rectangulo_fondo_azul { top: 32%; transform: unset; height: 250px; }
 	#becas .rectangulo_fondo_azul { top: 18%; transform: unset; height: 150px; }
 	.contacto_oculto{ display: inherit; }
 	.logo_footer{position: absolute;}
 	.centrado_info{margin-left: 7rem;}
    .centrado_horario{ margin-left: 6rem; }
    .art_brut_text h2 { margin-top: 2rem; }
    .texto_actividades_naranja .wrapp { position: relative; z-index: 2; margin-top: 3rem; }
    /*.flecha_retroceso { margin-left: 75%; /*top: -5%;}*/ 
  	/*header .logo{ padding-top: 1rem;}*/
  	.artista_info { color:#000; margin-top: 1rem; }
  	.artist_info_otras_obras { color: #fff; margin-top: 1rem; }
  	.exposicion{ /*background-color: #DF5A3B;*/ }
  	.flecha_retroceso { top: 16px;max-width: 25px;}
  	.figcap-1 h3 { font-size: 15px; }
  	.boto_mas{ min-width: 50px; min-height: 50%; }
  	.img_artista img { height: auto; margin-top: 2rem; margin-bottom: 2rem; }
  	.artista_texto_artista { margin-top: 0rem; }
  	.artista_info{ margin-top: 2rem; margin-bottom: 2rem; }
 	.boton_menum-1{ width: 40px!important; margin: 0;}
 	.img_artista{ margin-bottom: 0; }
 	.color_azul { height: 20%; }
 	.linea_horizontal_cambio_color {bottom: 5%; }
 	.linea_horizontal_nombre { bottom: 6.5%; }
 	.publicaciones { margin-bottom: 5rem; }
 	#obras .oculto h3{font-size: 1.5rem; }
 	#obras .oculto h5{font-size: 1.2rem; }
 	#obras .oculto { min-height: 6rem; }
 	.artista .boton_mas{max-width: 20px; min-width: 20px;}
 	.coleccion .linea_horizontal {top: 3%;}
 	.texto_taller { width: 100%;}
 	.artista_banner_expo .rectangulo_fondo_azul{
 		top: 20%;
 	}
 	.folleto { max-width: 250px; margin: 0 auto; }
	.rectangulo_fondo_naranja {margin-top: -29px}
	#novedades {margin-top: -56px; height: 255px;}
	#img-car {width: 60%;}
}

@media (max-width: 540px) {
	#novedades {height: 270px;}
	#actividades_naranja.animated .rectangulo_fondo_naranja {height: 180px;}
	#img-agenda {margin-bottom: 19px;}
}

@media (max-width: 465px) {
	#novedades {height: 295px;}
	.desc {font-size: large;}
	#img-agenda {margin-bottom: -11px;}
}

@media (max-width: 430px) {
	#actividades_naranja.animated .rectangulo_fondo_naranja {left: -15px; height: 157px;}
	#novedades{height: 220px;}
	#img-agenda {margin-bottom: -3px;}
}

@media (max-width: 414px) {
	#actividades_naranja.animated .rectangulo_fondo_naranja {left: -15px; height: 157px;}
	#novedades{height: 214px; margin-top: -67px;}
	#img-agenda {margin-bottom: -3px;}
}

@media (max-width: 390px) {
	#actividades_naranja.animated .rectangulo_fondo_naranja {left: -15px;}
	#img-agenda {margin-bottom: -3px;}
	#novedades {height: 195px;}
}

@media (max-width: 375px) {
	#novedades {height: 192px;}
	.desc {font-size: large;}
	.rectangulo_fondo_naranja{margin-top: -14px}
	#img-agenda {margin-bottom: -10px;}
	#actividades_naranja.animated .rectangulo_fondo_naranja {margin-top: -22px;}
}

@media (max-width: 360px) {
	#novedades {height: 205px; margin: -16px; margin-top: -41px;}
	.desc {font-size: large;}
	#img-agenda {margin-bottom: -2px;}
	#actividades_naranja.animated .rectangulo_fondo_naranja {height: 195px;}
}

@media (max-width: 320px) {
 	.naranja_ex { height: 55%; }
 	.color_azul { height: 72%; }
 	.color_azul { height: 20%; }
 	.logo{ /*margin: .5rem*/ margin:1rem auto .5rem 0rem; }
 	.destacado{ font-size: 1.8rem; }
 	/*header .logo { margin: 1rem auto .5rem 1rem;margin: .5rem 0 .5rem 0rem;}*/
 	/*.boton_menum-1{ margin: .5rem auto .5rem .5rem; margin-top: .5rem;}*/
 	/*	.flecha_retroceso{top: -9%; margin-left: 70%;}*/
}

