/* ------------------------  Customizado  -------------------------------------- */
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
} 
.flex li {
	width: 3rem;
	margin-top: 0px;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.button-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 80%;
  max-width: 300px;
}
.button.abanca {
  cursor: pointer;
  display: inline-block;
  font-family: 'MuseoSans', Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
  transition: all 0.2s ease;
  background: #25282e;
  border: none;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #25282e;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #25282e;
  border-radius: 0px 0px 0px 0px;
  padding: 14px 45px 13px 45px;
}
.post-name {
  font-size: 2.3rem;
  line-height: 1.186em;
}
#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
}
audio {
  height: 40px;
}
.italic {
  font-style: italic;
}
.acenter {
  text-align: center;
}
.proxima {
  color: gray;
}
.copy {
  font-size: 80%;
  line-height: 1em;
  padding: 0px;
  margin: 0px;
}
.lema {
  margin: 0.3em;
}
.ratio {
  position: relative;
  height: 0;
  width: 100%
}
.ratio.is-4-3 {
  padding-bottom: 75%
}
.ratio.is-16-9 {
  padding-bottom: 56%
}
.ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
/* menu appearance
nav#main-nav ul > li.language > a {
	font-size: 1em !important;
	color: #5f88c6 !important;
}
nav#main-nav ul > li.language > a > i[class*='ion-'] {
	color: #5f88c6 !important;
} */
.aviso button {
  font-size: 1.25em;
  line-height: 1.1em;
}
/*#hero.hero-full {
	min-height: calc(100vh - 400px - 40px);
}*/
.lazy-wrapper.loaded .lazy-img img.full {
  width: 100%;
  max-width: 100%;
}
/*h1, .h1 {
	font-size: 40px;
	line-height: 1.3em;
}
h2, .h2 {
	font-size: 32px;
	line-height: 1.3em;
}
h3, .h3 {
	font-size: 22px;
	line-height: 1.3em;
}
h4, .h4 {
	font-size: 19px;
	line-height: 1.3em;
}
h5, .h5 {
	font-size: 16px;
	line-height: 1.3em;
}
h6, .h6 {
	font-size: 14px;
	line-height: 1.3em;
}*/
.points {
  border-top: 4px solid rgb(196, 196, 196);
  border-style: dotted;
}
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 1.25em;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 1.25em;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
  h4, .h4 {
    font-size: 18px;
    line-height: 1.25em;
  }
  h5, .h5 {
    font-size: 16px;
    line-height: 1.25em;
  }
  h6, .h6 {
    font-size: 14px;
    line-height: 1.25em;
  }
  h2.col-logo {
    font-size: 22px !important;
  }
  h2.title-pad {
    padding: 0px 40px;
  }
  p {
    font-size: 0.9em;
    line-height: 1.33em;
  }
}
#hero.hero-full.principal {
  min-height: calc(100vh - 560px - 40px);
  height: auto !important;
}
/*logo footer*/
.logo-footer p {
  font-weight: 300;
  text-align: right;
}
.logo-footer p img {
  width: 200px;
  padding-bottom: 10px;
}
.text-grey {
  color: #848484;
}
@media only screen and (max-width: 768px) {
  h2.text-title {
    font-size: 22px;
    line-height: 1.2em;
  }
}
.afundacion {
  left: 4px;
  top: 6px;
}
.afundacion a svg {
  height: 23px;
  display: bl ock;
  transition: all 0.3s ease;
  fill: black;
}
.afundacion a:hover svg {
  fill: #5887da;
  transition: all 0.2s ease;
}
#hero.hero-full iframe {
  min-height: calc(100vh - 400px - 40px);
  width: 100%;
  height: 240px;
}
@media only screen and (max-width: 680px) {
  #hero.hero-full iframe {
    min-height: calc(100vh - 240px - 40px);
    width: 100%;
    height: 240px;
  }
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
  }
}
table thead tr th:last-child, table tbody tr td:last-child, table tfoot tr td:last-child {
  text-align: inherit !important;
}
table caption {
  text-align: inherit !important;
  text-transform: uppercase;
}
.legal h1, .legal h2, .legal h3, .legal h4, .legal h5, .legal h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.legal p {
  text-align: justify;
  line-height: inherit;
}
.legal .box {
  margin-left: 30px;
  margin-top: 20px;
}
#footer .footer-inner {
  padding: 60px 0 20px;
}
#footer .column.enlaces {
  margin: 10px 0px;
}
@media only screen and (max-width: 768px) {
  #footer .footer-inner {
    padding: 50px 0 20px 0;
  }
  #footer {
    text-align: center;
  }
  #footer .align-right {
    text-align: center !important;
  }
  #footer .column.enlaces {
    margin-top: 0px;
  }
}
.info-cookies {
  padding: 20px 0px;
  padding-left: 20px;
  padding-bottom: 0px;
}
strong, b, dt {
  font-weight: bold;
}
.tac_activate {
  height: inherit;
  min-height: inherit;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tac_float {}
.background-white {
  /* background-color: white; */
}
/*Enlace CatÃƒÆ’Ã‚Â¡logo*/
#page-title .post-meta.enlace-catalogo {
  display: block;
}
.catalogo {
  /* display: inline-block; */
  position: relative;
  margin-top: 1em;
  /*text-align: right;*/
}
.catalogo img {
  height: 1.33em;
  margin: 0em 0.3em;
}
.catalogo a {}
.catalogo a:hover {}
.catalogo a:hover {}
/* ----------PASTILLA COLABORADORES -------------*/
.toggle-title {
  /*padding: 0.3em; */
}
.toggle-title * {
  cursor: pointer;
}
.toggle-title .foto {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: left;
}
.toggle-title .foto:after {
  content: '+';
  position: absolute;
  display: block;
  color: #000;
  font-size: 30px;
  background-color: white;
  padding: .2em;
  border-radius: 50%;
  line-height: 21px;
  margin: .3em;
}
.toggle-title:hover .foto:after {
  color: #fff;
  background-color: #5f89c6;
}
.toggle-title > h4 {
  display: block;
  background-color: #e8ebe9;
  padding: 0.3em;
  margin-top: 0px;
}
.toggle-title > a:before {
  /* content: '+';*/
}
.toggle-item .museo-colaborador {
  padding: .5em .3em;
}
.toggle-item .museo-colaborador .obra img {
  width: 50%;
}
/*  IDIOMA  */
.language > a {
  font-size: 0.75em !important;
  font-weight: 200;
}
/*  LINKS SUPERIOR  */
.link > a {
  font-size: 0.75em !important;
  font-weight: 200;
}
/* ------- back FOOTER --------- */
.back-grey {
  background-color: #e8ebe9;
}
.back-black-trans {
  background-color: rgba(0, 0, 0, 0.55);
}
.back-blue-trans {
  background-color: rgb(95 137 198 / 76%);
}
.padding-mini {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  /* hidden */
  .padding-mini {
    padding: inherit;
  }
}
/*---------
FLECHA mas informacion 
------------ */
.icon-arrow2 {
  position: relative;
  top: 10px;
  right: 16px;
  font-size: 0.8em;
  cursor: default;
  color: #7b7b7b;
}
.icon-arrow2 svg {
  position: relative;
  top: 3px;
  fill: #5f89c6;
}
/*SOBRE PAGINA */
.arrows {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  transform: scale(.6)
}
.arrows span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.arrows span:nth-child(2) {
  animation-delay: -0.2s;
}
.arrows span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
/*-------text shadow*/
.tshadow {
  text-shadow: #000000a6 -3px 4px 4px;
}
/*---------PIE FOTO*/
.block {
  display: block;
}
.grey {
  background-color: #e8ebe9;
}
.info {
  padding: 20px;
}
.info .subtitulo {
  font-size: 1.3em;
  line-height: 1.63em;
}
.info .subtitulo {
  font-size: 1.1em;
  line-height: 1.63em;
  font-weight: 200;
}
.info h3 {
  font-size: 1.5em;
}
.info p {
  margin-top: .5em;
}
.info p::before {
  clear: both;
  color: #5f89c6;
  content: "Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â·";
  display: block;
  margin-bottom: 10px;
  font-size: 1.6em;
}
@media only screen and (max-width: 768px) {
  /* hidden */
  .piefoto h4 {
    /*line-height: 1.23em;*/
  }
}
/* ----------------------
enlace blue afundacion 
--------------------- */
h1:not(.product-name) a, h2:not(.product-name) a, h3:not(.product-name) a, h4:not(.product-name) a, h5:not(.product-name) a, h6:not(.product-name) a {
  color: #5f89c6 !important;
  transition: background-size 0.3s ease;
  background-image: linear-gradient(#5f89c6, #5f89c6);
  background-size: 0% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
/* ----------------------
forzado cajas y mail
--------------------- */
.enlaces {
  color: #848484;
}
.enlacePie {
  font-size: 0.85em;
  color: #848484;
  font-weight: 500;
}
.enlacePie:hover {
  color: #292929;
}
.mail {
  font-size: 1.5em;
}
.forced_h {
  min-height: 140px;
}
@media only screen and (max-width: 768px) {
  .forced_h {
    min-height: initial;
  }
}
.sr-button-icon span.mio {
  font-size: 3.5em;
  line-height: 1.3em;
}
.sr-button.long {
  min-width: 14.9em;
}
/*  -----------------
-- Flecha Animada --
------------------ */
.anime-top {
  animation: lineUp 1.3s cubic-bezier(0, 0, 1, 1) forwards infinite;
}
@keyframes lineUp {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(-30px);
  }
}
/*SELECT*/
#reproductorBox {
  text-align: center;
}
.select-css {
  display: block;
  font-size: 1.1em;
  height: 4.5em;
  color: #444;
  padding: 0.3em 0.4em 0.5em;
  width: 298px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
  border: 1px solid #aaa;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  text-align: center;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight: normal;
}
.classOfElementToColor:hover {
  background-color: red;
  color: black
}
.select-css option[selected] {
  /* background-color: orange; */
}
/*NUEVO REPRODUCTOR */
.player {
  text-align: center;
}
#playlist {
  list-style: none;
  width: 292px;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
}
#playlist a {
  text-decoration: none;
}
#playlist .active a {
  color: #5b87da;
  text-decoration: none;
}
#playlist li a {
  color: #c7c7c7;
  background: #f1f3f4;
  padding: 5px;
  display: block;
}
#playlist li a:hover {
  text-decoration: none;
  color: #5b87da;
}