/* ---------------------------------------------------
    GENERAL
----------------------------------------------------- */
* {
    font-family: 'Lato', sans-serif;
}

html {
    font-size: 14px;

}

a {
    color: #63635A;
    text-decoration: none;
}

a:hover,
a.active:hover {
    color: #c5ab7c;
    text-decoration: underline;
}

a.active {
    color: #c5ab7c;
    text-decoration: none;
}

h1 { font-size: 1.7rem; }

/* ---------------------------------------------------
    LAYOUT
----------------------------------------------------- */
header {
  background-color: #fff;
}

.wrapper {
    display: flex;
    align-items: stretch;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    min-width: 250px;
    max-width: 250px;
    transition: all 0.3s;
    padding: 0 1em;
    border-right: 1px solid #ccc;
}

#sidebar.active {
    display: none;
}

.submenu {
  display: inline-block;
  padding: 1em;
  margin: 5px 0;
  font-size: 13px;
  border-right: 3px solid #ccc;
}

.menu > a,
.submenu > a {
  display: block;
}

/*
.container {
  max-width: 1500px;
}
*/

/* Por defecto (móviles y tablets) */
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Para pantallas de tamaño portátil (ej. 1024px a 1500px) */
@media (min-width: 1024px) and (max-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}

/* Para pantallas grandes (más de 1500px, monitores grandes) */
@media (min-width: 1501px) {
  .container {
    max-width: 1800px;
  }
}


.menu-footer nav {
    line-height: 1em;
}

.menu-footer nav a:after {
    content: ' |';
}

.menu-footer nav a:last-of-type:after {
    content: '';
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
section {
  padding: 1em;
  /*min-height: 100vh;*/
}

section a {
    color: #63635A;
    /*text-decoration: underline;*/
}

section a:hover {
    color: #c5ab7c;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #000;
}

h2 {
  font-size: 1.75em;
}

h2 > a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

h2 > a:hover {
    text-decoration: none;
}

h3 {
  font-size: 1.30em;
}

article {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
}

article.nb {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: none;
}

article > h2 {
    margin-bottom: 0;
}

article > .fecha {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 1em;
}

footer {
  font-size: 12px;
  margin-bottom: 1.5em;
}

p.meta {
    font-size: 12px;
    color: #ccc;
}

content > ul,
content > ol {
    overflow: auto;
}

dl > dt {
    text-align: right;
}

.letra-capital {
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    margin: 1em 0 .5em 0;
}


/* ---------------------------------------------------
    AUXILIAR COMPONENTS
----------------------------------------------------- */
.fa-stack {
  color: #afafaf;
}

.fa-stack:hover {
  color: #63635A;
}

.pagination > li > a {
    text-decoration: none;
    color: #63635A;
}

.pagination > li > a:hover {
    color: #63635A;
}

.bt {
    border-top: 1px solid #ccc;
}

.bl {
    border-left: 1px solid #ccc;
}

.br {
    border-right: 1px solid #ccc;
}

.bb {
    border-bottom: 1px solid #ccc;
}

.page-item.active > .page-link {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}

a.btn { text-decoration: none; }

/**
 * Styles for 'responsive video embeds'
 */
.responsive-video {
    height: 0; padding-top: 25px; padding-bottom: 67.5%; margin-bottom: 10px; position: relative; overflow: hidden;
}
.responsive-video.vimeo {
    padding-top: 0;
}
.responsive-video.widescreen {
    padding-bottom: 57.25%;
}
.responsive-video embed, .responsive-video iframe, .responsive-video object, .responsive-video video {
    top: 0; left: 0; width: 100%; height: 100%; position: absolute;
}
@media (max-width: 767px) {
    .responsive-video {
        padding-top: 0;
    }
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  #sidebar {
    display: none;
  }

  #sidebar.active {
    display: inline-block;
  }

  div.container {
    padding: 0;
  }
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #666;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #ffffff;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #c36603;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #c36603;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #c36603;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
.plt-height-280{
	/*height: 250px ! important;*/
}

#exposiciones-futuras > .row > .col-md-3{
	margin: auto;
}
.plt-footer-horario{
	margin-top: 15px;
}
.plt-footer-horario > a{
	color: #000 !important;
	font-weight: bold;
}
.plt-listado-contenedor-img-obras{
	height: 290px;
}
.plt-listado-contenedor-img-obras img{
	
}
.plt-listado-contenedor-img-obras-2{
	padding: 10px;
}
.plt-obras-texto-contenedor{
	text-align: center;
}

