@charset "utf-8";

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-VF.ttf");
}

@font-face {
    font-family: 'Pacifico';
    src: url("../fonts/Pacifico-Regular.ttf");
}

.bold {
	font-weight: bold;
}

/* MOVER CAPTCHA*/
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 0 !important;
	}
   .grecaptcha-badge:hover {
   width: 256px !important;
   }

/* CSS Document */

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}  

body {
	margin: 0;
	background: #FFF9F0;
	font-family: 'Montserrat';
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #222;
}

img {
	display: block;
	max-width: 100%;
}

.save-sticky {
	width: 100%;
	top: 0;
	height: 80px;
}

.container {
    width: 100%;
    margin: auto;
	padding: 0 20px;
}

.container-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.column {
    width: 100%;
}

.banner-title {
	font-family: 'Pacifico';
	font-size: 10vw;
}

.banner-index .cont-saber-mas {
	justify-content: center;
}

.banner-index .cont-saber-mas .saber-mas {
	padding: 20px 40px;
	background-color: #FFA94D;
	font-weight: bold;
	transition: ease all 0.4s;
}

.banner-index .cont-saber-mas:hover .saber-mas {
	background-color: #ffffff;
}

.title {
	font-family: 'Pacifico';
	font-size: 2em;
	margin-top: 40px;
	margin-bottom: 10px;
}

.title-circle {
	font-family: 'Pacifico';
	font-size: 2em;
	text-align: center;
}

.text {
	font-family: 'Montserrat';
	font-size: 1.2em;
}

.go-up {
    display: none;
    padding: 20px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 500;
	width: 50px;
	height: 50px;
	background-color: #FFA94D;
	text-align: center;
	font-size: 20px;
	color: #351001;
}

.go-up-center {
	display: flex;
	align-items: center;
	justify-content: center;
}


/*------------breadcrumbs style------------*/

.breadcrumbs ol {
    list-style-type: none;
    padding-left: 0px;
}

.breadcrumbs ol li{
    list-style: none;
    display: inline;
    color: #222;
}

.breadcrumbs a {
    color: #222;
	font-weight: 600;
}

.breadcrumbs span {
    font-size: 1em;
}

/*------------menu styles------------*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	padding: 0 1rem;
	z-index: 6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F6EDE6;
}

.header__logo {
	color: #fff;
}

.header-title {
	padding-top: 10px;
	font-family: 'Pacifico';
	color: #351001;
	font-size: 1.8em;
	display: flex;
	align-items: baseline;
	justify-content: center;
	width: 100%;
}

.header-title img {
	height: 60px;
	margin-right: 20px;
}

.header__toggle {
	font-size: 2rem;
	cursor: pointer;
	color: #351001;
}

.bd-grid {
	max-width: 1024px;
	display: grid;
	grid-template-columns: 100%;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

#btn-socios {
	border: solid #FFA94D; 
	padding: 10px; 
	background-color: #FFA94D; 
	font-weight: bold;
	transition: ease all 0.4s;
}

#btn-socios:hover {
	background-color: #ffc589;
	border: solid #ffc589;
}

@media screen and (max-width: 1020px) {
	.nav {
		position: fixed;
		top: 0;
		left: -100%;
		background: #351001;
		width: 80%;
		height: 100vh;
		padding: 2rem 0;
		z-index: 2;
		transition: .5s;
		overflow-y: auto;
	}
}

.nav__content {
	display: flex;
	flex-direction: column;
}


.nav__perfil {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 3rem;
}

.nav__img {
	display: flex;
	justify-content: center;
	width: auto;
	height: 60px;
	overflow: hidden;
	margin-bottom: 5px;
}

.nav__img img {
	height: 60px;
	width: auto;
}

.nav__name {
	display: block;
	font-size: 1em;
	color: #ffffff;
}

.nav__item {
	margin-bottom: 2rem;
}

.nav__link {
	color: #fff;
}

.nav__link:hover {
	color: #fff;
}

.lang {
	padding-top: 20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
	
.nav__link img {
		width: 40px;
	}

.show {
	left: 0;
}

.active {
	color: #fff;
	font-size: bold;
}

.dropdown__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dropdown__icon {
	font-size: 1.3rem;
	transition: .5s;
}

.dropdown__menu {
	margin: 1rem 0 0 1rem;
	display: none;
}

.dropdown__item {
	margin: 1rem 0;
}

.dropdown:hover > .dropdown__menu {
	display: block;
}

.dropdown:hover .dropdown__icon {
	transform: rotate(180deg);
}


/*------------banner styles------------*/

.banner {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items:center;
	justify-content: center;
	position: relative;
}

.banner-index{
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/mobile.jpg");
	background-position: center;
}

.banner-historia, .banner-museo, .banner-munecas, .banner-opiniones {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/historia.svg");
	background-size: cover;
	background-position: left;
}

.banner-salaI{
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaI.svg");
	background-size: cover;
	background-position: center;
}

.banner-salaII{
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaII.svg");
	background-size: cover;
	background-position: center;
}

.banner-salaIII{
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaIII.svg");
	background-size: cover;
	background-position: center;
}

.banner-salaIV {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaIV.svg");
	background-size: cover;
	background-position: center;
}

.banner-salaV {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaV.svg");
	background-size: cover;
	background-position: left;
}

.banner-salaVI {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaVI.svg");
	background-size: cover;
	background-position: center;
}

.banner-salaVII {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaVII.svg");
	background-size: cover;
	background-position: center;
}

.banner-salaVIII {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaVIII.svg");
	background-size: cover;
	background-position: center;
}

.banner-salaIX {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaIX.svg");
	background-size: cover;
	background-position: right;
}

.banner-salaX {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaX.svg");
	background-size: cover;
	background-position: center;
}

.banner-salaXI {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaXI.svg");
	background-size: cover;
	background-position: center;
}

.banner-salaXII {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/salaXII.svg");
	background-size: cover;
	background-position: center;
}

.banner-galeriaI {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/galeriaI.svg");
	background-size: cover;
	background-position: center;
}

.banner-galeriaII {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/galeriaII.svg");
	background-size: cover;
	background-position: center;
}

.banner-documentacion {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/centro-documetacion.svg");
	background-size: cover;
	background-position: center;
}

.banner-publicaciones {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/publicaciones.svg");
	background-size: cover;
	background-position: center;
}

.banner-noticias {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/noticias.svg");
	background-size: cover;
	background-position: center;
}

.banner-escuela {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/escuela.svg");
	background-size: cover;
	background-position: center;
}

.banner-amuni {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.2)), url("../images/banner/amuni.svg");
	background-size: cover;
	background-position: center;
}

.banner-expos {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.2)), url("../images/banner/expos.svg");
	background-size: cover;
	background-position: 90%;
}

.banner-fonoteca {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.2)), url("../images/banner/fonoteca.svg");
	background-size: cover;
	background-position: 45%;
}

.banner-webquest {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.2)), url("../images/banner/webquest.svg");
	background-size: cover;
	background-position: center;
}

.banner-municine {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.2)), url("../images/banner/municine.svg");
	background-size: cover;
	background-position: center;
}

.banner-escuelaXXI {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.2)), url("../images/banner/escuelaXXI.svg");
	background-size: cover;
	background-position: center;
}

.banner-text {
	width: 100%;
	text-align: center;
	color: #fff;
}

.banner-munijuegos {
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.2)), url("../images/banner/munijuegos.svg");
	background-size: cover;
	background-position: center;
}


/*------------------------Circle style-----------------------*/

.menu-circle {
	width: 100%;
	height: 245px;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.circle {
	width: 135px;
	height: 135px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	background: #FFA94D;
	position: absolute;	
	top: -75px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition: ease all 0.4s;
}

.circle:hover {
	background: #ffc589;
}

.cright {
	position: absolute;
	right: 0;
}

.cbleft {
	position: absolute;
	top: 95px;
}

.cbright {
	position: absolute;
	right: 0;
	top: 95px;
}

.circle .title-large {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5;
}

.circle .title-semilarge {
	font-size: 1.5em;
}

.circle-text {
	display: none;
}

/*--------------------Main styles--------------------*/

.news {
	margin-top: 40px;
}

.news-container {
	margin: 20px 0 ;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px inset;
    padding: 20px;
    border-radius: 25px;
}

.article, .article-expo {
	height: 320px;
	width: 100%;
	padding: 0;
	background: #fff;
	margin-bottom: 20px;
	border: solid 1px #efefef;
    border-radius: 10px;
}

.article-img {
	height: 70%;
	min-height: 200px;
	width: auto;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.article:hover .article-img img,
.article-expo:hover .article-img img {
	transform: scale(1.1);
}

.article-img img {
	height: 210px;
	max-height: 210px;
	width: 100%;
	object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: all .2s ease-in-out;
}

.article-text {
	height: 30%;
	max-height: 180px;
	overflow: hidden;
    text-overflow: ellipsis;
	padding: 10px;
}

.article-title {
	font-weight: 600;
	text-align: center;
	margin: 10px 0;
	font-size: 1.2em;
	height: 80px;
	display: block;
	display: -webkit-box;
	border: solid #fff;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}

.map {
	width: 100%;
}

.centrar-video {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.titulo-nuevo-contenido {
	display: inline-flex;
	position: relative;
}

.nuevo-contenido {
	text-indent: 95px;
	line-height: 2.2;
}

.icono-nuevo-contenido {
	position: absolute;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
	padding: 10px 20px;
	background: rgb(255,107,57);
	background: -moz-radial-gradient(circle, rgba(255,107,57,1) 0%, rgba(255,169,77,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(255,107,57,1) 0%, rgba(255,169,77,1) 100%);
	background: radial-gradient(circle, rgba(255,107,57,1) 0%, rgba(255,169,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6b39",endColorstr="#ffa94d",GradientType=1);
	color: #fff;
	font-weight: bold;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
	animation: pulso 2s infinite;
}

.guiaventura {
	width: 300px;
	height: 210px;
	background: url(https://www.guiaventuras.com/images/banner_entertourism.png);	
	opacity: .8;
	background-repeat: no-repeat;
}

.guiaventura:hover {
	opacity: 1;
}

@keyframes pulso {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(256,256,256,.1);
	}

	70% {
		transform: scale(1.05);
		box-shadow: 0 0 0 25px rgba(256,256,256,0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(256,256,256,0);
	}
	
}

.cont-acceso-dibuguerra {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.cont-acceso-dibuguerra img:nth-child(2), .cont-acceso-dibuguerra img:nth-child(3), .cont-acceso-dibuguerra img:nth-child(4) {
	display: none;
}


/*---------------------------------------------Opiniones style---------------------------------------------*/

.rellenar-cuadricula {
	width: 100%;
}

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

.info-opiniones {
	border: solid 1px #efefef;
	background-color: #fff;
	padding: 20px 30px;
	margin: 120px auto 0 auto;
}

.info-opiniones-texto {
	height: 450px;
}

.info-opiniones-texto p:nth-child(1) {
	text-align: center;
}

.info-opiniones-texto p:nth-child(2) {
	text-align: center;
}

.info-opiniones-img {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.info-opiniones-img img {
	height: 180px;
	width: 180px;
	border-radius: 50%;
	border: solid 5px #FFA94D;
	position: absolute;
	bottom: 0;
	object-fit: cover;
}

.info-opiniones-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-opiniones-btn button {
	font-family: 'Montserrat';
	border:solid #FFA94D;
	background-color: #fff;
	width: auto;
	padding: 10px 20px;
	border-radius: 30px;
	text-align: center;
	font-weight: 600;
	font-variant: small-caps;
	margin:  5px 10px;
}

.info-opiniones-btn button:hover {
	cursor: pointer;
}

.modal-opiniones {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
	display: none;
}

.modal-opiniones.cerrar, .opiniones.cerrar {
	display: block;
}

.opiniones {
	width: 90%;
	height: 80vh;
	background-color: #fff;
	margin: auto;
	z-index: 7;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: scroll;
	padding: 20px;
	overflow-x: hidden;
	display: none;
}

.opiniones .opiniones-cerrar {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 25px;
}

.opiniones .opiniones-cerrar:hover {
	cursor: pointer;
}

.opiniones .text-title {
	text-align: center;
}

.opiniones .text {
	text-align: justify;
	font-size: 1.1em;
}



/*---------------------------------------------HISTORIA style---------------------------------------------*/

.historia-img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.historia-img img {
	margin: 10px auto;
}

.historia-museo i {
	margin-right: 10px;
}

.historia-museo p a:hover {
	text-decoration: underline;
}

/*------------------------Timeline style------------------------*/

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

.timeline {
	display: none;
}

.mobile-timeline .date {
	height: 65px;
	width: 65px;
	border-radius: 50%;
	background: #d67f62;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-timeline .date2 {
	height: 85px;
	width: 85px;
	border-radius: 50%;
	background: #7aaecc;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-timeline .date3 {
	height: 85px;
	width: 85px;
	border-radius: 50%;
	background: #ffd270;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-timeline .date-active {
	background: #B33D1B;
	color: #fff;
	font-weight: 600;
}

.mobile-timeline .date-active2 {
	background: #1288b3;
	color: #fff;
	font-weight: 600;
}

.mobile-timeline .date-active3 {
	background: #ffbd00;
	color: #222;
	font-weight: 600;
}

.mobile-timeline .date:hover {
	background:#B33D1B;
	color: #fff;
	font-weight: 600;
}

.mobile-timeline .date2:hover {
	background: #1288b3;
	color: #fff;
	font-weight: 600;
}

.mobile-timeline .date3:hover {
	background: #ffbd00;
	color: #000;
	font-weight: 600;
}

.info-date {
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 0;
	border-radius: 15px;
	border: solid #B33D1B;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: auto;
	margin-bottom: 40px;
	background: #fff;
}

.info-date2 {
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 0;
	border-radius: 15px;
	border: solid #1288b3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: auto;
	margin-bottom: 40px;
	background: #fff;
}

.info-date3 {
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 0;
	border-radius: 15px;
	border: solid #ffbd00;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: auto;
	margin-bottom: 40px;
	background: #fff;
}

/*------------------------------------------------MUSEO STYLE------------------------------------------------*/

.news-container, .colecciones-container {
	margin-top: 20px ;
	display: flex;
	flex-wrap: wrap;
}

.news-container a {
	width: 100%;	
	margin: 0 auto 20px auto;
}

.salas {
	border: solid 1px #ababab;
	height: 440px;
	width: 100%;
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
}

.colecciones {
	height: 640px;
	margin: 0 auto 10px auto;
	border: solid 1px #ababab;
	background-color: #fff;
	padding: 10px;
	width: 100%;
}

.salas-img, .colecciones-img {
	height: 70%;
	min-height: 170px;
	width: auto;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e7e7e7;
	padding: 10px;
}

.salas-img img, .colecciones-img img {
	max-height: 230px;
	object-fit: cover;
}

.salas-img-jpg {
	height: 70%;
	padding: 1px;
	background: #e7e7e7;
}

.salas-img-jpg img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.colecciones .colecciones-img img {
	transition: all 0.3s ease;
}

.colecciones .colecciones-img:hover img {
	transform: scale(1.2);
}

.salas-text {
	height: 30%;
	max-height: 200px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.salas-title, .colecciones-title {
	font-weight: 600;
	text-align: center;
	margin: 10px 0;
	font-size: 1.2em;
	overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	max-height: 50px;
}

.salas-txt, .colecciones-txt {
	text-align: center;
	overflow: hidden;
}

.colecciones-txt {
	line-height: 25px;
}


/*------------------------------------------------Salas style------------------------------------------------*/

video {
	width: 100%;
}

.video-salas .text {
	font-size: .9em;
}

.video-salas a {
	text-decoration: underline;
}

.text-salas .img-png {
	max-width: 180px;
	margin: 20px auto 20px auto;
}

.text-salas ol li {
list-style: none;
}

.img-jpg {
	margin: 20px auto;
}

.img-salas .pie-foto-1, .img-salas-33 .pie-foto-3, .img-salas-33 .pie-foto-4 {
	margin-bottom: 20px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.pie-foto-1, .pie-foto-2, .pie-foto-3, .pie-foto-4, .pie-foto-5 {
	position: relative;
}

.pie-foto-1 img, .pie-foto-2 img, .pie-foto-3 img, .pie-foto-4 img, .pie-foto-5 img {
	width: 100%;
}

.pie-foto-1:hover:after {
	content: "Antiguo convento de San Juan de Dios de Guadalajara";
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.7);
	color: #fff;
	bottom: 0;
	padding: 10px;
	width: 100%;
	max-width: 260px;
}

.pie-foto-2:hover:after {
	content: "Instituto Bachiller Sabuco de Albacete";
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.7);
	color: #fff;
	bottom: 0;
	padding: 10px;
	width: 100%;
	max-width: 260px;
}

.pie-foto-3:hover:after {
	content: "Instituto Maestro Juan de Ávila de Ciudad Real";
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.7);
	color: #fff;
	bottom: 0;
	padding: 10px;
	width: 100%;
	max-width: 260px;
}

.pie-foto-4:hover:after {
	content: "Parador de las Escuelas de Cuenca";
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.7);
	color: #fff;
	bottom: 0;
	padding: 10px;
	width: 100%;
	max-width: 260px;
}

.pie-foto-5:hover:after {
	content: "Instituto de Toledo";
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.7);
	color: #fff;
	bottom: 0;
	padding: 10px;
	width: 100%;
	max-width: 260px;
}

.wrapper {
	max-width: 1000px;
	margin: auto;
}

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

.gallery span {
	display: flex;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.gallery .image {
	width: 100%;
	padding: 10px 0;
}

.gallery .image img {
	width: 100%;
	height: 200px;
	cursor: pointer;
	border-radius: 5px;
	object-fit: cover;
	transition: all 0.3s ease;
}

.gallery .image:hover img {
	transform: scale(1.1);	
}

.preview-box {
	position: fixed;
	width: 100vw;
	height: auto;
	left:50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.9);
	background: #fff;
	padding: 0 5px 5px 5px;
	opacity: 0;
	pointer-events: none;
	border-radius: 3px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	z-index: 8;
}

.preview-box.show {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
	transition: all 0.3s ease;
}

.preview-box .details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px 12px 10px;
}

.details .details-title {
	display: flex;
	font-size: 18px;
	font-weight: 400;
}

.details .details-title p {
	margin: 0 5px;
}

.details .details-title p.current-img, .details .details-title p.total-img {
	font-weight: 600;
}

.preview-box .img-box {
	display: flex;
	width: 100%;
}

.img-box .slide {
	position: absolute;
	top: 65%;
	transform: translateY(-50%);
	font-size: 40px;
	cursor: pointer;
	color: rgba(0,0,0,0.1);
	height: 50px;
	width: 50px;
	line-height: 57.5px;
	text-align: center;
	background: #fff;
	z-index: 3;
}

.preview-box .details .icon {
	color: #ffbd00;
	cursor: pointer;
	font-size: 30px;
}

.img-box .slide.prev {
	left: 0;
}

.img-box .slide.next {
	right: 0;
}

.preview-box .img-box img {
	width: 100vw;
	max-height: 80vh;
	border-radius: 0 0 3px 3px;
	object-fit: cover;
}

.shadow {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
	z-index: 7;
}

.main-quote{
	display: flex;
	justify-content: center;
	align-items: center;
}

.quote {
	width: 100%;
}

.quote-img img {
	width: 40px;
	margin: 20px;
	margin-left: -20px;

}

.quote-text {
	margin: 20px;
	padding: 20px;
	padding-top: 0;
	border-left: 5px solid #351001;
}

.quote-text p {
	margin-top: 20px;
	font-weight: 600;
	font-style: italic;
}

.quote-img {
	width: 100%;
	padding: 0;
}

.quote-text p:nth-child(3) {
	text-align: right;
	font-size: .9em;
	margin: 0;
}

.cont-saber-mas {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.saber-mas {
	border:solid #FFA94D;
	background-color: #fff;
	width: auto;
	padding: 10px 20px;
	border-radius: 30px;
	text-align: center;
	font-weight: 600;
	font-variant: small-caps;
	margin:  5px 10px;
	font-family: 'Montserrat';
	transition: ease all 0.4s;
}

.cont-form-amuni .saber-mas:hover {
	cursor: pointer;
	background: #FFA94D;
}


/*------------------------Sala VIII styles------------------------*/

.galeria-juguetes {
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 40px;
}

.galeria-juguetes li {
	margin: 5px 0;	
}

.galeria-juguetes img {
	width: 100%;
	border-radius: 5px;
}

.madelman {
	height: 100px;
	margin: 20px auto;

}


/*------------------------------------------------Colecciones styles------------------------------------------------*/

.colec {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.coleccion {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: #fff;
	border: solid 5px #FFA94D;
	margin-bottom: 20px;
	padding: 25px;
}

.coleccion-img {
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.coleccion-img img {
	height: 100%;}

.coleccion-text {
	text-align: center;
	font-size: 0.8em;
	padding: 0;
}

/*------------------------GALERIAS------------------------*/

.img-galerias-50 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.img-galerias-50 img {
	margin-bottom: 15px;
}

.cont-galeria {
	width: 100%;
	height: auto;
}


/*DOCUMENTACION*/

.docum-img {
	float: left;
	margin-bottom: 20px;
}

.documentacion-img img {
	margin-bottom: 20px;
}

.docu-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.docu-ficha {
	width: 100%;
	border: solid 1px;
	background: #fff;
	height: 500px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.docu-img {
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #efefef;
	border-radius: 5px;
	padding: 15px 0px;
}

.docu-img img {
	max-height: 100%;
}

.docu-title {
	font-weight: 600;
	text-align: center;
}

.docu-text{
	padding: 0 10px;
}

.last {
	display: none;
}

.docu-ficha .cont-docuedu-visit {
	position: relative;
}

.docu-ficha .cont-docuedu-visit::after {
	content: 'Disponible online';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	transform: rotate(-35deg);
	background: rgb(255,107,57);
	background: -moz-radial-gradient(circle, rgba(255,107,57,1) 0%, rgba(255,169,77,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(255,107,57,1) 0%, rgba(255,169,77,1) 100%);
	background: radial-gradient(circle, rgba(255,107,57,1) 0%, rgba(255,169,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6b39",endColorstr="#ffa94d",GradientType=1);
	padding: 5px;
	color: #fff;
}


/*------------------------PUBLICACIONES------------------------*/

.publicaciones {
	width: 100%;
	height: auto;
	background: #fff;
}

.publi-buscador {
	display: flex;
	padding: 10px;
}

.publi-buscador form {
	width: 100%;
}

.publi-buscador form input {
	padding: 5px 20px;
	width: 85%;
	border: solid 3px #FFA94D;
	border-radius: 30px;
}

.publi-buscador .button {
	float: right;
	border: solid 3px #FFA94D; 
	background-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.cont-publicaciones {
	border: solid 3px #FFA94D;
}

.publi-title {
	font-family: 'Pacifico';
	font-size: 1.5em;
	margin: 0;
	padding: 0 10px;
	background: #FFA94D;
}

.mostrar-mas, .mostrar-menos {
	font-weight: 600;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.mostrar-menos {
	display: none;
}

.publi-caton, .publi-amuni, .publi-cuadernos, .publi-muni {
	display: flex;
	flex-wrap: wrap;
}

.caton, .amuni, .cuadernos, .muni {
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 0.9em;
}

#c-ocultos, #a-ocultos, #cu-ocultos, #m-ocultos {
	display: none;
	flex-wrap: wrap;
	width: 100%;
}

.caton img, .amuni img, .cuadernos img, .muni img {
	border: solid 1px #ababab;
	max-height: 320px;
}

.note-caton {
	padding: 20px;
}

.note-caton i {
	padding-right: 10px;
}

.cont-form-amuni {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
	padding: 20px 40px; 
	background: #ffffff; 
	border-radius: 25px; 
	margin-bottom: 40px;
}

.cont-inputs-amuni {
	width: 100%;
}

.cont-inputs-amuni input {
	width: 100%;
	padding: 10px 20px;
	border-radius: 25px;
	border: solid 2px #a3a3a3; 
	font-family: 'Montserrat';
	font-size: 1em;
}

.cont-inputs-amuni input:focus {
	border: solid 2px #FFA94D;
	outline: none;
}

.cont-form-amuni .cont-checkbox {
	padding: 20px 0;
}

.cont-form-amuni .cont-checkbox input[type="checkbox"] {
	margin-right: 10px;
}

.cont-form-amuni .cont-saber-mas {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat';
}

/*--------------------------------------NOTICIAS--------------------------------------*/

.prensa i {
	margin-right: 10px;
}

.prensa a:hover {
	text-decoration: underline;
}

.main-noticias .cont-saber-mas {
	align-items: center;
	justify-content: center;
}

.news-ocultos {
	opacity: 0;
	transition: all 0.5s;
}

.mostrar-arriba {
	animation: mostrar-arriba 1s;
}

@keyframes mostrar-arriba{
	0% {
		transform: translateY(60px);
	}
	100% {
		transform: translateY(0);
	}
}

.container-ocultos {
	margin-top: -20px;
}

.main-articulos h3 {
	font-size: 1.7em;
}

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

.cont-title-articulo {
	border-bottom: solid;
	width: 100%;
}

.cont-title-descargar {
	border-bottom: solid 2px #ababab;
	margin-bottom: 10px;
}

.adicionales-articulo a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.texto-articulo p a {
	text-decoration: underline;
}

.texto-articulo .a-left {
	margin-bottom: 20px;
}

.fotos {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.fotos .foto1 {
	margin-bottom: 20px;
}

.texto-articulo img {
	margin: auto;
}

.adicionales-articulo p i, .adicionales-articulo a i {
	margin-right: 10px;
}

.adicionales-articulo a {
	text-decoration: underline;
}

.divisor {
	width: 100%;
	margin: 40px 20px;
}

.lines {
	width: 100%;;
	height: 45px;
	position: relative;
}

.lines::after, .lines::before {
	content: '';
	position: absolute;
	margin: auto;
	height: 2px;
	background: #FFA94D;
	width: 45%;
	top: 20%;
}

.lines::after {
	left: 0;
}

.lines::before {
	right: 0;
}

.circulo {
	height: 20px;
	width: 20px;
	border: 2px solid #FFA94D;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%
}

/*------------------------------------------------MUSEO Y ESCUELA------------------------------------------------*/

.escuela img{
	
	margin-bottom: 20px;
}

.escuela .text {
	margin: 0;
}

.escuela ul li {
	margin-bottom: 10px;
}

.escuela ul li a:hover {
	text-decoration: underline;
}

.escuela .list:first-child {
	margin-top: 10px;
}

.escuela .list:last-child {
	margin-bottom: 30px;
}

.escuela .list i {
	margin-right: 10px;
}

.escuela .materiales .img{
	
	margin-bottom: 20px;
}

.escuela .materiales .text {
	margin: 0;
}

.materiales ul li {
	margin-bottom: 10px;
	width: auto;
}


.materiales ul li a:hover {
	text-decoration: underline;
}

.escuela .materiales .list:first-child {
	margin-top: 10px;
}

.escuela .materiales .list:last-child {
	margin-bottom: 30px;
}

.escuela .materiales .list i {
	margin-right: 10px;
}

.buscador-escuela {
	display: flex;
	width: 100%;
}

.buscador-escuela form {
	width: 100%;
}

.buscador-escuela form input {
	padding: 5px 20px;
	width: 85%;
	border: solid 2px #333;
	margin: 20px 0;
	border-radius: 5px;
}

.buscador-escuela .button {
	float: right;
	border: solid 2px #333; 
	background-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 20px 0;
}

.buscador {
	width: 100%;
}

.buscador form {
	width: 100%;
}

.buscador .input {
	position: relative;
	display: flex;
    align-content: center;
	background-color: #fff;
	border: solid 2px #FFA94D;
	margin-bottom: 20px;
}

.buscador form .input input {
	padding: 0px 10px;
	width: 100%;
	margin: 20px 0;
	border-radius: 5px;
	border: none; 
}

.buscador form .input select {
	border: none;
	border-left: solid 1px #FFA94D;
	padding-left: 20px;
}


.buscador .button {
	border: none; 
	background-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 20px 0;	
	margin-left: 10px;
}

.buscador form .docxpag {
	display: flex;
	align-items: center;
	justify-content: end;
}

.buscador form .docxpag select {
	height: 30px;
	font-family: 'Montserrat';
	padding: 5px 10px;
	margin-left: 20px;
	border: solid 2px #FFA94D
}


/*------------------------------------------ESCUELA DEL SIGLO XXI------------------------------------------*/
#escuela-xxi .cont-materiales {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center;
}

#escuela-xxi .cont-ciencias, .cont-humanidades {
    margin-top: 20px; 
    width: 90%; 
    background: #BFD045; 
    padding: 20px; 
    border-radius: 25px; 
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#escuela-xxi .cont-humanidades {
    background: #d1ebf7;
}

#escuela-xxi video {
    border-radius: 10px; 
    cursor: pointer
}

#escuela-xxi .cont-ciencias p, .cont-humanidades p {
    text-align: center; 
    font-weight: bold; 
    padding-top: 20px; 
    padding: 20px 10px; 
    background: white; 
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; 
    border-radius: 10px
}

/*------------------------------------------------CONTACTO------------------------------------------------*/

.mail-prov {
	text-decoration: underline;
}

.contacto-form, .contacto-info  {
	border: solid 2px #FFA94D;
	border-radius: 5px;
	padding: 0 20px;
	margin-bottom: 20px;
}

.contacto-info {
	background: #fff;
}

.contacto-info .text:first-child {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 30px;
}

.contacto-form .text{
	font-weight: 600;
}

.contacto-form a {
	text-decoration: underline;
}

.contacto-form input, .contacto-form textarea, .contacto-form select {
	width: 100%;
	padding: 5px 10px;
	font-size: 1em;
	font-family: 'Montserrat';
}

.contacto-form textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 150px;
	font-size: 15px;
}

.contacto-form .cont-checkbox input {
	margin-top: 20px;
	width: auto;
}

.contacto-form .form-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;

}

.contacto-form .form-button input {
	max-width: 100px;
	border: solid 2px #FFA94D;
	border-radius: 50px;
	padding: 10px 20px;
	background: #fff;
	cursor: pointer;
	font-family: 'Montserrat';
	font-weight: 600;
}


/*------------------------Footer styles------------------------*/

.main-footer {
	background-color: #351001; 
	color: #fff;
	margin-top: 40px;
}

.footer {
	display: flex;
	align-items: flex-start;
}

.footer-item {
	margin:  20px;
}

.footer-title{
	font-size: 1.5em;
	font-family: 'Pacifico';
}

.footer-text {
	font-size: .8em;
	font-family: 'Montserrat';
}

.copy {
	text-align: center;
	font-size: .8em;
	margin: 0 20px 40px 20px;
}

.copy a, .footer-text a{
	color: #fff;
	text-decoration: underline;
}

.footer-text a {
	margin: 0;
}

.container-logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container-logos .w33 {
	margin: 20px 0;
	height: 45px;
	width: 30%;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	overflow: hidden;
	padding: 10px 5px;
}

.colabora {
	width: 100px;
	background: #fff;
	padding: 5px;
	display: inline-flex;
}

.more{
	text-align: right;
	color: #fff;
	text-decoration: underline;
}

.separator {
	border-top: solid #fff .5px;
	margin: 20px 0;
}


/*LEGALES*/

.textos-legales ol li {
	font-weight: 600;
}

.textos-legales .text {
	font-weight: 300;
}

.textos-legales a:hover {
	text-decoration: underline;
}

.textos-legales table {
	width: 100%;
	display: block;
    overflow-x: auto;
	border: 1px solid #999;
   	text-align: left;
   	border-collapse: collapse;
}

.textos-legales table td, .textos-legales table th{
	padding: 10px;
	border-bottom: 1px solid #999;
   	width: 25%;
}


/*----------------------------------------fonoteca----------------------------------------*/
.rellenar-cuadricula-fonoteca {
	width: 100%;
}

.fonoteca-recuerdos img, .fonoteca-fotografias img {
	margin: auto;
	margin-bottom: 20px;
}

.fonoteca {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.contenedor-fonoteca, .contenedor-fonoteca-ocultos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.play-fonoteca {
	border: solid #efefef 1px;
	margin-bottom: 20px;
	height: 300px;
	width: 100%;
}

.play-fonoteca-ocultos {
	opacity: 0;
	transition: all 0.5s;
}

.play-fonoteca .fonoteca-img img:hover {
	cursor: pointer;
}

.play-fonoteca .fonoteca-img {
	position: relative;
	height: 60%;
}

.play-fonoteca .fonoteca-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	margin: auto;
}

.play-fonoteca .play-btn {
	content: '';
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border: solid;
	border-width: 30px 0px 37px 60px;
	border-color: transparent transparent transparent rgba(255,255,255,.7);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.play-fonoteca .play-btn:hover {
	border-color: transparent transparent transparent #fff;
	cursor: pointer;
}

.play-fonoteca .fonoteca-title {
	padding: 10px;
	text-align: center;
	background-color: #fff;
	height: 40%;
}

.modal-fonoteca {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.9);
	padding: 20px;
	display: none;
}

.reproductor-fonoteca {
	margin: auto;
	z-index: 7;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	width: 90%;
	max-width: 1000px;
}

.reproductor-fonoteca .fonoteca-cerrar {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	border: solid rgba(255,255,255,.3);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255,255,255,.3);
	z-index: 8;
}

.reproductor-fonoteca .fonoteca-cerrar:hover {
	color: #fff;
	border: solid #fff;
	cursor: pointer;
}


/*----------------------------------------------------ERROR----------------------------------------------------*/

.error {
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.error .title {
	font-size: 2em;
}

.error .text a{
	text-decoration: underline;
}

.error-img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.error-img img {
	height: 200px;
}


/*----------------------------------------------------BBDD----------------------------------------------------*/

.main-docuedu .txt-buscador {
	margin: 0;
}

.img-dibuguerra {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.main-docuedu .cont-ficha, .main-documento .cont-ficha {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
	padding: 20px 40px !important; 
	border-radius: 25px; 
	background: white;
}

.main-docuedu .cont-ficha .cont-img, .main-documento .cont-ficha .cont-img {
	width: 100%;
	min-width: 119px;
	max-width: 119px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-docuedu .cont-ficha .cont-info, .main-documento .cont-ficha .cont-info {
	width: 100%;
}

.main-docuedu .cont-ficha .cont-info a {
	color: #1C1CA9;
	font-weight: bold;
}

.main-docuedu .cont-ficha .cont-info a:hover {
	text-decoration: underline;
}

.main-documento .cont-ficha .cont-canvas {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.main-documento .cont-canvas #word_cloud {
	width: 100%;
}

.main-documento .cont-btn, .bbdd .cont-btn {
	width: 100%;
	display: flex;
	justify-content: center;
}

.main-documento .cont-btn .saber-mas:hover, .bbdd .cont-btn .saber-mas:hover {
	cursor: pointer;
}

.cont-info-docu {
	display:inline-flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}

.cont-info-docu .text {
	width: 100%;
}

.cont-info-docu .text {
	text-align: right;
}

.cont-info-docu img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 150px;
}

.modal-bbdd, .modal-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
	display: none;
}

.modal-bbdd.cerrar, .bbdd.cerrar, .modal-popup.cerrar, .popup.cerrar {
	display: block;
}

.bbdd, .popup {
	width: 90%;
	max-height: 70vh;
	background-color: #fff;
	margin: auto;
	z-index: 7;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px 40PX;
	display: none;
	border-radius: 20px;
	overflow: scroll;
	overflow-x: hidden;
}

.popup {
	border-radius: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: auto;
}

.popup-img {
	margin: auto;
	width: 50%;
}

.bbdd::-webkit-scrollbar, .popup::-webkit-scrollbar {
    -webkit-appearance: none;
}

.bbdd::-webkit-scrollbar:vertical,.popup::-webkit-scrollbar:vertical {
    width:10px;
}

.bbdd::-webkit-scrollbar-button:increment,.popup::-webkit-scrollbar-button, .bbdd::-webkit-scrollbar-button:increment,.popup::-webkit-scrollbar-button {
    display: none;
} 

.bbdd::-webkit-scrollbar:horizontal, .popup::-webkit-scrollbar:horizontal {
    height: 10px;
}

.bbdd::-webkit-scrollbar-thumb, .popup::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.bbdd::-webkit-scrollbar-track, .popup::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.bbdd .bbdd-cerrar, .popup .popup-cerrar {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 25px;
}

.bbdd .bbdd-cerrar:hover, .popup .popup-cerrar:hover {
	cursor: pointer;
}

.bbdd .text-title, .popup .text-title {
	text-align: center;
	font-size: 1.1em;
}

.popup-lateral {
	position: fixed;
	bottom: 70px;
	right: 20px;
	-webkit-animation: vibrate-2 2s linear infinite both;
	animation: vibrate-2 2s linear infinite both;
	transition: all .5s linear;
	z-index: 50000;
	width: 50px;
}

.popup-lateral:hover  {
	cursor: pointer;
}


/* ----------------------------------------------
 * Generated by Animista on 2022-1-19 2:22:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation vibrate-2
 * ----------------------------------------
 */
 @-webkit-keyframes vibrate-2 {
	0% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
	20% {
	  -webkit-transform: translate(2px, -2px);
			  transform: translate(2px, -2px);
	}
	40% {
	  -webkit-transform: translate(2px, 2px);
			  transform: translate(2px, 2px);
	}
	60% {
	  -webkit-transform: translate(-2px, 2px);
			  transform: translate(-2px, 2px);
	}
	80% {
	  -webkit-transform: translate(-2px, -2px);
			  transform: translate(-2px, -2px);
	}
	100% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
  }
  @keyframes vibrate-2 {
	0% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
	20% {
	  -webkit-transform: translate(2px, -2px);
			  transform: translate(2px, -2px);
	}
	40% {
	  -webkit-transform: translate(2px, 2px);
			  transform: translate(2px, 2px);
	}
	60% {
	  -webkit-transform: translate(-2px, 2px);
			  transform: translate(-2px, 2px);
	}
	80% {
	  -webkit-transform: translate(-2px, -2px);
			  transform: translate(-2px, -2px);
	}
	100% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
  }

.bbdd #nombre, .bbdd #email {
	width: 100%;
	padding: 5px 10px;
	font-family: 'Montserrat';
	font-size: 1.1em;
}

.bbdd #mensaje {
	min-width: 100%;
	max-width: 100%;
	min-height: 200px;
	max-height: 200px;
	margin-bottom: 15px;
	padding: 5px 10px;
	font-family: 'Montserrat';
	font-size: 1.1em;
}
/*---------------------------------------Paginación---------------------------------------*/

.paginacion{
	margin-top: 80px;
	display: flex;
}

.paginacion-columna {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.paginacion-columna .text {
	display: none;
}

.paginacion-columna:nth-child(1) img{
	margin-right: 20px;
}

.paginacion-columna:nth-child(2) {
	width: 40%;
	justify-content: space-around;
}

.paginacion-columna:nth-child(3) img{
	margin-left: 20px;
	
}


.ir {
	width: 100%;
	display: flex;
	padding: 20px;
}

.ir button{
	margin: 0 auto;
	border:solid #FFA94D;
	background-color: #fff;
	width: auto;
	font-size: 1.4em;
	padding: 10px 20px;
	border-radius: 30px;
	text-align: center;
	font-weight: 600;
	font-variant: small-caps;
	cursor: pointer;
}

/*------------------------------------------------------------------------------------------------------------------WEBQUEST------------------------------------------------------------------------------------------------------------------*/

.main-webquest .cont-saber-mas, .main-municine .cont-saber-mas {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-webquest .saber-mas, .main-municine .saber-mas {
	width: 70%;
	font-variant: normal;
}

.text-webquest {
	text-align: center;
}

.title-webquest {
	text-align: center;
	margin-top: 0;
}

.main-webquest img {
	margin: 20px auto;
}

.webquest-menu, .municine-menu {
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.webquest-menu button, .main-cine .municine-menu button {
	width: 100%;
	text-align: center;
	background-color: #ffd270;
	border: none;
	font-family: 'Montserrat';
	font-size: 1.1em;
}

.webquest-menu button:hover, .main-cine .municine-menu button:hover {
	cursor: pointer;
}

.main-webquest .active, .main-cine .active {
	background: #FFA94D;
	font-weight: bold;
}

.webquest-contenido a {
	font-size: 1.1em;
	text-decoration: underline;
}

.main-webquest .wq-tabla {
	border-collapse:collapse;
	padding:5px;
	width: 100%;
	display: block;
    overflow-x: auto;
}

.main-webquest .wq-tabla tr th {
	border:1px solid #000000;
	padding:5px 10px;
	background:#F0F0F0;
}

.main-webquest .wq-tabla tr td {
	border:1px solid #000000;
		padding:5px 10px;
}

.wq-volver, .municine-volver {
	font-weight: bold;
	text-align: center;
}

.wq-volver div, .municine-volver div {
	width: fit-content;
	margin: auto;
}


/*------------------------------------------------------------------------------------------------------------------MUNICINE------------------------------------------------------------------------------------------------------------------*/
.main-municine .saber-mas {
	position: relative;
	margin-bottom: 15px;
}

.main-municine .desactivado{
	pointer-events: none;
	cursor: auto;
}

.main-municine .proximamente {
	position: absolute;
	border: solid #B33D1B;
	background: #FFFFFF;
	border-radius: 25px;
	top:50%;
	left: -10px;
	transform: translateY(-50%);
	padding: 0 20px;
}

.main-cine .municine-contenido .ficha-pelicula {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}



.main-cine .text-municine, .main-cine .title-municine {
	text-align: center;
}

.main-cine .cont-img-cine {
	position: relative;
	width: 100%;
	max-width: 350px;
	border-radius: 20px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.main-cine .cont-img-cine img {
	width: 100%;
	object-fit: cover;
}

.main-cine .cont-contextoHistorico, .main-cine .cont-cine-actividades {
	margin: 40px 0;
}

.main-cine .cont-video-cine {
	position: relative;
	width: 100%;
	max-width: 560px;
	height: 315px;
	border-radius: 20px;
	margin: 20px auto;
}

.main-cine .float-right {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.main-cine .cont-img-cine:hover .img-cine-info {
	transition: opacity 0.5s;
  	-webkit-transition: opacity 0.5s;
 	opacity: 1;
}

.main-cine .cont-img-cine .img-cine-info {
	position: absolute;
	padding: 20px;
	background: rgba(0,0,0,0.9);
	color: #fff;
	height: 100%;
	width: 100%;
	border-radius: 20px;
	pointer-events: none;
	opacity: 0;
}

.main-cine .cont-img-cine .img-cine-info p {
	margin: 0;
}

.main-cine .cont-img-cine img {
	display: block;
	margin: auto;
	border-radius: 20px;
	pointer-events: none;
}

.main-cine .cont-cine-actividades h3 {
	text-align: center;
}

.main-cine .cont-cine-actividades .cont-trivial {
	width: 100%;
	max-width: 700px;
	margin: 40px auto 20px auto;
	background: #fff;
	text-align: center;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 2px #757575; 
	box-shadow: 0px 0px 5px 2px #757575;
}

.main-cine .cont-cine-actividades .trivial-categoria {
	text-align: left;
	opacity: .4;
}

.main-cine .cont-cine-actividades .pregunta {
	padding: 20px 0;
}

.main-cine .cont-cine-actividades .imagen {
	height: 400px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
}

.main-cine .cont-cine-actividades .btn {
	background: #fff;
	width: 100%;
	padding: 10px;
	margin: 5px auto;
	transition: all .3s;
}

.main-cine .cont-cine-actividades .btn:hover {
	background: #ffd270;
	cursor: pointer;
}

.main-cine .cont-cine-actividades .cont-trivial #pregunta label {
	display: inline-block;
	margin: 5px 0;
	padding: 10px;
	width: 100%;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 3px 2px #D6D6D6; 
	box-shadow: 0px 0px 3px 2px #D6D6D6;
}
  

.main-cine .cont-cine-actividades .cont-trivial #pregunta input[type=radio] {
	display: none;
}

.main-cine .cont-cine-actividades .cont-trivial #pregunta label:hover {
	background: #ffd270;
}
  
.main-cine .cont-cine-actividades .cont-controles {
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}


.main-cine .cont-cine-actividades .trivial-anterior, .main-cine .cont-cine-actividades .trivial-siguiente {
	-webkit-box-shadow: 0px 0px 3px 2px #D6D6D6; 
	box-shadow: 0px 0px 3px 2px #D6D6D6;
	cursor: pointer;
	background: white;
	width: 30%;
	padding: 10px;
	text-align: center;
}

.main-cine .cont-cine-actividades .trivial-num {
	width: 40%;
	text-align: center;
	padding: 10px;
}

.main-cine .cont-cine-actividades .trivial-anterior {
	opacity: 0;
	pointer-events: none;
}

.main-cine .municine-contenido .cont-ampliacion {
	padding: 40px 0;
}

.main-cine .municine-contenido .cont-ampliacion h3 {
	text-align: center;
	font-size: 1rem;
}

.main-cine .municine-contenido .cont-ampliacion .center {
	text-align: center;
}

.main-cine .municine-contenido .cont-ampliacion .imagen {
	height: 300px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
}

.main-cine .municine-contenido .cont-ampliacion ul {
	list-style: decimal;
	margin-left: 40px;
}

.main-pieza-mes {
	background-color: #FFA94D; 
	padding: 20px 0 60px; 
	margin: 60px 0; 
	box-shadow: 0 20px 10px -20px rgba(0,0,0,0.45) inset, 0 -20px 10px -20px rgba(0,0,0,0.45) inset;
}

.main-pieza-mes .title {
	text-align: center;
	font-size: 3rem;
}

.main-pieza-mes .text {
	text-align: center;
	margin: 40px 0;
}

.main-pieza-mes .cont-pieza-mes img {
	max-width: 90%;
	margin: auto; 
	border-radius: 25px; 
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.main-pieza-mes .cont-saber-mas {
	display: flex; 
	align-items: center; 
	justify-content: center;
}

.main-pieza-mes .saber-mas {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
	border: none
}

#pieza-mes h3 {
	text-align: center; 
	margin-bottom: 20px;
}

#pieza-mes img {
	border-radius: 25px; 
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: auto;
}

#pieza-mes .galeria-piezas {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#pieza-mes .cont-pieza {
	width: 100%;
	margin-bottom: 20px;
}

#pieza-mes .cont-pieza img {
	width: 100%;
	height: 240px;
	max-height: 240px;
	object-fit: cover;
}

#pieza-mes .cont-pieza .text {
	text-align: center;
}

/*------------------------Media query------------------------*/

@media screen and (min-width: 375px) {

	.circle {
		width: 150px;
		height: 150px;
	}

	.circle .title-large {
		font-size: 1.3em;
	}

	.circle .title-semilarge {
		font-size: 1.7em;
	}
	
	.mobile-timeline .date {
		width: 75px;
		height: 75px;
	}
	
	.mobile-timeline .date2, .mobile-timeline .date3 {
		width: 95px;
		height: 95px;
	}

	.pie-foto-1:hover:after, .pie-foto-2:hover:after, pie-foto-3:hover:after, .pie-foto-4:hover:after, .pie-foto-5:hover:after {
		max-width: 315px;
	}

	.coleccion {
		padding: 25px;
		width: 335px;
		height: 335px;
	}

	.info-opiniones-texto {
		height: 340px;
	}

}

@media screen and (min-width: 425px) {

	.circle {
		width: 160px;
		height: 160px;
	}
	.mobile-timeline .date {
		width: 80px;
		height: 80px;
	}
	
	.mobile-timeline .date2, .mobile-timeline .date3 {
		width: 100px;
		height: 100px;
	}

	.pie-foto-1:hover:after, .pie-foto-2:hover:after, pie-foto-3:hover:after, .pie-foto-4:hover:after, .pie-foto-5:hover:after {
		max-width: 365px;
	}

	.info-opiniones-texto {
		height: 290px;
	}

}

@media screen and (min-width: 576px) {
	.nav {
		width: 288px;
	}
}

@media screen and (min-width: 768px) {

	.banner-index {
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/index-web.jpg");
		background-size: cover;
	}

	.column-33 {
		width: 28%;
	}

	.footer-item {
		margin: 40px 0px 0px 0px;
	}
	
	.menu-circle {
		height: 75px;
	}

	.circle{
		position: relative;
		top: -50%;
		transform: translateY(-25%);
	}

    .noticias {
        display: flex;
        justify-content: space-between;
    }
    
    .news {
        width: 49%;
    }

	.main-noticias .news {
		width: 100%;
	}

    .news a {
        text-align: center;
    }

	.news-container,
	.main-noticias .news-container {
		display: flex;
		justify-content: space-between;
	}

	.news-container a {
		margin: 10px 0 0 0;
	}

	.article {
		width: 49%;
		margin: 10px;
	}

    .news-container .article {
        width: 49%;
    }

    .news-container .article-expo {
        width: 100%;
    }

	.historia-img img {
		width: 49%;
	}

	.amuni-img {
		width: 99%;
		margin: auto;
	}

	#socios {
		scroll-margin-top: 100px;
	}

	.cont-inputs-amuni .input-w50 {
		width: 49%;
	}

	.historia-edificio {
		margin-bottom: 40px;
		height: 320px;
		min-height: 320px;
		max-height: 320px;
	}

	.historia-edificio img {
		float: left;
		width: 50%;
		margin-right: 15px;
	}

	.historia-edificio .text, .historia-edificio p, .historia-ubicacion .text, .historia-ubicacion p {
		margin: 0;
	}

	.historia-ubicacion {
		margin-bottom: 40px;
		height: 260px;
		min-height: 260px;
		max-height: 260px;
	}

	.historia-ubicacion img {
		width: 50%;
		float: right;
		margin-left: 15px;
	}

	.mobile-timeline .date3 {
		width: 105px;
		height: 105px;
	}

	.salas {
		margin: 0;
	}

	.colecciones {
		width: 49%;
	}

	.img-box .slide {
		top: 55%;
	}

	.text-salas .img-png {
		margin: none;
		margin-right: 15px;
		float: left;
		max-width: 200px;
	}

	.img-jpg {
		margin: 0px 20px 0px 0px;
		float: left;
		max-width: 200px;
		padding-bottom: 4px;
	}

	.text-salas .f-right {
		float: right;
		margin-left: 15px;
	}

	.img-salas {
		display: flex;
		justify-content: space-around;
	}

	.img-salas .pie-foto-1, .img-salas .pie-foto-2 {
		margin: 0;
	}

	.img-salas .pie-foto-1 img, .img-salas .pie-foto-2 img  {
		height: 100%;
		object-fit: cover;
		}

	.img-salas-33 {
		display: flex;
		justify-content: space-around;	
	}

	.img-salas-33 .pie-foto-3, .img-salas-33 .pie-foto-4, .img-salas-33 .pie-foto-5 {
		max-width: 30%;
		margin: 0;
	}

	
	.img-salas-33 .pie-foto-3 img, .img-salas-33 .pie-foto-4 img, .img-salas-33 .pie-foto-5 img {
		height: 100%;
		object-fit: cover;
	}


	.pie-foto-1:hover:after, .pie-foto-2:hover:after {
		max-width: 280px;
	}

	.pie-foto-3:hover:after, .pie-foto-4:hover:after, .pie-foto-5:hover:after  {
		max-width: 199px;
	}

	.gallery {
		justify-content: space-between;
	}

	.galeria-juguetes li {
		width: 24%;		
	}

	.juguetes-img {
		height: 270px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.galeria-juguetes img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.banner-munecas .banner-text {
		top: 20px;
	}

	.galeria, .galeriaI {
		margin-top: 80px;
	}

	.img-galerias-33 img{
		width: 32%;
	}

	.img-galerias-50 img {
		width: 49%;
	}

	.docum-img  {
		float: left;
		margin-bottom: 0;
		margin-right: 20px;
		width: 300px;
		margin-top: 10px;
	}

	.documentacion-img {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.documentacion-img img {
		width: 49%;
		margin-bottom: 0;
	}

	.docu-ficha {
		height: 450px;
		width: 49%;
	}

	.publi-caton, .publi-amuni, .publi-cuadernos, .publi-muni {
		justify-content: space-around;
	}

	.caton, .amuni, .cuadernos, .muni {
		width: 50%;
	}

	.escuela img {
		float: left;
		max-width: 300px;
		margin-bottom: 0;
		margin-right: 20px;
	}

	.error-text .title {
		font-size: 3em;
	}

	.error-img img {
		height: 300px;
	}

	.fotos {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.fotos .foto1, .fotos .foto2  {
		margin-top: 0;
		width: 49%;
		height: 180px;
		object-fit: cover;
	}

	.cont-galeria:nth-child(1) img {
		height: 200px;
	}

	.contacto-form .form-button input {
		max-width: none;
	}

	.info-opiniones {
		width: 49%;
	}

	.info-opiniones-texto {
		height: 320px;
	}

	.play-fonoteca {
		width: 49%;
	}

	.guiaventura {
		width: 560px;
	}

	.main-docuedu .cont-ficha, .main-documento .cont-ficha  {
		padding: 0;
	}

	.main-documento .cont-ficha {
	justify-content: left;	
	}

	.main-docuedu .cont-ficha .cont-img {
		width:15%;
		justify-content: start;
	}

	.main-documento .cont-ficha .cont-img {
		width:15%;
		justify-content: start;
		align-items: flex-start;
		height: 300px;	}
	
	.main-docuedu .cont-ficha .cont-info, .main-documento .cont-ficha .cont-info {
		width: 85%;
	}

	.main-documento .cont-canvas #word_cloud {
		width: 700px;
	}

	.popup-img {
		margin: unset;
		float: left;
		width: 30%;
	}

	.popup-text {
		float: right;
		width: 65%;
	}

	.popup .info-opiniones-btn {
		width: 100%;
	}

	.cont-acceso-dibuguerra img {
		width: 24%;
		display: inline;
	}

	.cont-acceso-dibuguerra img:nth-child(2), .cont-acceso-dibuguerra img:nth-child(3), .cont-acceso-dibuguerra img:nth-child(4) {
		display:inline;
	}

	.webquest-menu button {
		width: 15%;
	}

	.main-cine .municine-menu button {
		width: 33%;
	}

	.main-cine .municine-contenido .cont-ampliacion .imagen {
		height: 450px;
	}

	.main-pieza-mes .cont-pieza-mes img {
		max-width: 600px; 
	}

	#pieza-mes .cont-pieza {
		width: 32%;
	}
	#pieza-mes .cont-pieza-vacio {
		width: 32%;
	}
	#pieza-mes .cont-pieza img {
		max-height: 180px;
	}

    #escuela-xxi .cont-materiales {
        justify-content: space-between;
    }
    #escuela-xxi .cont-ciencias, .cont-humanidades {
        width: 49%;
    }
}

@media screen and (min-width: 1024px) {

	.img-box .slide {
		top: 55%;
	}
	
	.w-btn {
		right: 200px;
		bottom: 70px;
	}

	.breadcrumbs ol {
        padding-left: 0;
    }
	
	.column-50 {
		width: 49%;
	}

	.container {
        max-width: 1000px;
		padding: 0;
    }

	.header {
		z-index: 1;
	}
	
	.header__logo, #header-toggle  {
		display: none;
	}

	.active {
		color: #222;
	}
	
	.nav {
		width: 100%;
	}

	.nav__link {
		color: #222;
	}
	
	.nav__link:hover {
		color: #222;
	}

	.nav__content {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	.nav__perfil {
		flex-direction: row;
		text-align: initial;
		margin-bottom: 0;
		font-size: 1.2em;
	}
	
	.nav__img {
		display: block;
	}

	.nav__perfil .nav__img {
		filter: none;
	}
	
	.nav__list {
		display: flex;
		align-items: center;
	}
	
	.nav__item {
		margin: 0 .5rem;
		padding: .5rem 0;
		width: auto;
		font-size: 1em;
	}

	.nav__name {
		display: none;
	}
	
	.dropdown {
		position: relative;
	}
	
	.dropdown__menu {
		position: fixed;
		margin: 0;
		top:  60px;
		background: #F6EDE6;
		padding: .5rem 1.5rem;
		border-bottom-left-radius: .5rem;
		border-bottom-right-radius: .5rem;
		}
	
	.dropdown__item {
		margin: .5rem 0;
	}
	
	.bd-grid {
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
	}
	
	.lang img {
		width: 20px;
		margin: 0 10px;
	}

	.banner-title {
		font-family: 'Pacifico';
		font-size: 6em;
	}

	.banner-index .banner-title {
		font-size: 3.5em;
	}

	.banner-fonoteca .banner-title {
		font-size: 5em;
	}
	
	.banner-historia, .banner-museo, .banner-munecas {
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/historia.svg");
	}

	.banner-contact {
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/contact-web.jpg");
	}

	.banner-text {
		text-align: center;
		font-size: 1.1em;
	}

	.menu-circle {
		height: 115px;
	}

	.circle {
		width: 230px;
		height: 230px;
	}

	.circle .title {
		text-align: center;
	}

	.circle .title-large {
		line-height: 30px;
	}

	.title-circle {
		margin: 10px 0;
	}

	.circle-text {
		margin: 0;
		padding: 0 30px;
		width: 100%;
		height: 160px;
		display: block;
		font-size: .9em;
		text-align: center;
	}

	.article {
		width: 24%;
		min-width: 240px;
	}

    .news-container .article {
        width: 47%;
		min-width: 215px;
	}

	.main-noticias .news-container .article {
		width: 23%;
	}

	.salas {
		width: 100%;
		margin: auto;
	}

	.news-container a {
		width: 24%;	
		margin: 0 5px 20px 5px;
	}

	.news-container {
		justify-content: flex-start;
	}

	.article-img {
		max-height: 190px;
	}

	.article-img img {
		height: 200px;
	}

	.article-text, .salas-text {
		height: 50%;
	}

	.colecciones-img img{
		max-height: 320px;
	}

	.salas-title {
		min-height: 20px;
		max-height: 80px ;
	}

	.mobile-timeline, .info-date2, .info-date3, .wnone{
		display: none;
	}

	.info-date {
		max-width: 500px;
		margin: auto;
	}

	.main-timeline {
		margin-top: 60px;
	}

	.timeline {
		margin: 20px auto 80px auto;
		width: 90%;
		height: 2px;
		border: solid;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.first-time {
		position: absolute;
		width: 30%;
		top: 20px;
		text-align: center;
		color: #B33D1B;
		font-weight: 600;
	}

	.second-time {
		position: absolute;
		width: 20%;
		top: 20px;
		text-align: center;
		color: #1288b3;
		font-weight: 600;
		left: 30%;
	}

	.third-time {
		position: absolute;
		width: 51%;
		top: 20px;
		text-align: center;
		color: #ffbd00;
		font-weight: 600;
		left: 49%;
	}

	.wdate {
		height: 20px;
		width: 20px;
		border-radius: 50%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
	}

	.wd1 {
		background: #d67f62;	
	}

	.wd2 {
		background: #7aaecc;
	}

	.wd3 {
		background: #ffd270;
	}

	.cont-number {
		padding-bottom: 70px;
		font-weight: 600;
	}

	.wnumber {
		transform: rotate(-70deg);
	}

	.wd-active {
		background: #B33D1B;
	}

	.wd-active-b {
		background: #1288b3;
	}

	.wd-active-y {
		background: #ffbd00;
	}
	
	.img-salas-33 .pie-foto-3 img, .img-salas-33 .pie-foto-4 img, .img-salas-33 .pie-foto-5 img {
		height: 220px;
		width: 290px;
		object-fit: cover;
	}

	.pie-foto-3:hover:after, .pie-foto-4:hover:after, .pie-foto-5:hover:after {
		max-width: 270px;
	}

	.coleccion {
		width: 50%;
		min-width: 490px;
		height: 490px;
		padding: 50px;
	}

	.coleccion-img {
		height: 70%;
	}

	.coleccion-text {
		font-size: .95em;
	}

	.colecciones {
		width: 49%;
		height: 600px;
	}

	.galeria {
		padding-top: 20px;
	}

	.galeriaI {
		margin-top: 140px;
	}

	.docu-ficha {
		width: 24%;
		height: 550px;
	}

	.last {
		display: block;
		opacity: 0;
		pointer-events: none;
	}

	.caton, .amuni, .cuadernos, .muni {
		width: 25%;
	}

	.cont-articulo {
		justify-content: space-between;
	}

	.texto-articulo {
		width: 60%;
	}

	.texto-articulo .a-left {
		float: left;
		margin-bottom: 0;
		margin-right: 20px;
	}	

	.adicionales-articulo {
		width: 30%;
	}

	.contacto {
		display: flex;
		justify-content: space-between;
	}

	.contacto-form, .contacto-info {
		width: 49%;
	}

	.copy {
		margin: 0 0 20px 0;
	}
	
	.error-text .title {
		font-size: 4em;
	}

	.error-img img {
		height: 100%;
	}

	.publi-buscador form input {
		width: 40%;
	}

	.materiales ul li {
		width: 70%;
	}

	.preview-box {
		max-width: 70vw;
	}

	.opiniones {
		width: 55vw;
		height: 95vh;
	}

	.info-opiniones {
		width: 32%;
	}

	.rellenar-cuadricula {
		width: 33%;
	}

	.info-opiniones-texto {
		height: 390px;
	}
	
	.lines::after, .lines::before {
		top: 45%;
	}
	
	.circulo {
		width: 40px;
		height: 40px;
	}

	.play-fonoteca {
		width: 24%;
	}

	.rellenar-cuadricula-fonoteca {
		width: 24%;
	}

	.bbdd, .popup {
		width: 50%;
	}

	.popup {
		width: 35%;
	}

	.bbdd .text-title, .popup .text-title {
		font-size: 1.4em;
	}

	.bbdd #mensaje {
		min-height: 400px;
		max-height: 400px;
	}

	.buscador .button {
		margin-left: 40px;
	}

	.buscador form .input select {
		width: 20%;
		font-size: 1.1em;
		font-family: 'Montserrat';
	}

	.buscador form .input input {
		width: 70%;
		font-size: 1.1em;
		font-family: 'Montserrat';
	}

	.paginacion-columna .text {
		display: block;
	}
	
	.paginacion-columna:nth-child(2) {
		width: 20%;
	}

	.paginacion-columna:nth-child(1), .paginacion-columna:nth-child(3) {
		width: 40%;
	}

	#pieza-mes .cont-pieza img {
		max-height: 240px;
	}

}


@media screen and (min-width: 1440px) {
	.popup-lateral {
		width: auto;
		bottom: 10px;
		right: 90px;
	}
}


@media screen and (min-width: 2560px) {
	.container {
		max-width: 1200px;
	}

	.wrapper {
		max-width: 1200px;
		margin: auto;
	}
	
	.nav__name {
		font-size: 1.2em;
	}
	
	.nav__list {
		font-size: 1.1em;
	}
	
	.bd-grid {
		max-width: 1500px;
	}
	
	.banner-text {
		font-size: 1.5em;
	}

	.banner-index {
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/index-web-large.jpg");
	}

	.banner-services {
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/services-large-web.jpg");
	}

	.banner-about {
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/about-large-web.jpg");
	}

	.banner-contact {
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1)), url("../images/banner/contact-large-web.jpg");
	}
    
	.menu-circle {
		height: 130px;
	}

	.circle {
		width: 260px;
		height: 260px;
	}

	.tools-img {
		max-width: 100px;
	}

	.galeriaI {
		margin-top: 140px;
	}

	.article-title {
		height: 75px;
	}
	
}