/* Clases que modifican el template */

.footer { font-family: 'Majerit', serif !important; -webkit-font-smoothing: antialiased; }
.footer-enlace-prado, .footer .creditos p a { text-decoration: none; color: #016CA2; !important; font-family: 'MarcinAntB', sans-serif;}
.creditos span { font-family: Majerit, serif; font-size: 16px; font-weight: 800; }
.titulos-footer p { font-family: 'MarcinAntB', sans-serif; }
.footer-logos { display: flex; flex-direction: column; }
.footer #logo2 { max-width: 250px; }
.footer #logo3 { max-width: 150px; margin-top: 0!important; }
.sub-tit { font-family: sans-serif; font-size: 30px; line-height: 1.1; padding-bottom: 40px; color: #000; font-weight: 200; }
.colaboracion-de { padding-top: 40px; font-weight: 400; font-size: 13px; }
.articulo_interior .articulo__interior {
    padding-bottom: 750px;
}

.articulo_especial .articulo-tags, .articulo_especial .articulo-localizador, .articulo_especial .articulo-apoyos, .articulo_especial .articulo-comentarios {
    border-top: 0.063rem solid #666666;
}

#pie {
    display: none;
}

.otros {
    display: none;
}

/* Clases que modifican el template */

.footer{
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    bottom: -1606px;
    left: 0;
    z-index: 10;
    margin: 0;
    padding: 80px 0px;
    display: flex;
    justify-content: center;
}

.titulos-footer{
    text-align: center;
}

.titulos-footer > h2 {
    font-size: 50px;
    line-height: 1.2;
    color: black;
    font-family: 'Majerit', serif;
    font-weight: 100;
}

.titulos-footer > .cuando:after {
    content: '';
    width: 6.875rem;
    height: 0.0625rem;
    background: black;
    margin: 3.75rem auto;
    display: block;
}

.titulos-footer > h3 {
    font-family: 'Majerit', serif !important;
    font-weight: 800 !important;
    font-size: 58px !important;
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 1;
}

.footer-logos {
    display: flex;
    justify-content: space-around;
}

.horarios:after {
    content: '';
    width: 6.875rem;
    height: 0.0625rem;
    background: black;
    margin: 3.75rem auto;
    display: block;
}


/*
.footer-logos:before {
    content: 'Exposición organizada por:';
    position: absolute;
    display: block;
    text-align: left;
    font-size: 10px;
    display: flex;
}
*/
.footer-logos img {
    display: flex;
    justify-content: center;
    align-self: center;
    align-content: center;
    align-items: center;
    margin-top: 40px;
}

.subtitulosFooter{
    font-family: 'Majerit', serif !important;
    font-weight: 800 !important;
    font-size: 16px !important;
}

#logo1{
    height: 90px;
}

#logo2{
    width: 320px;
}

.creditos:before {
    content: '';
    width: 6.875rem;
    height: 0.0625rem;
    background: black;
    margin: 3.75rem auto;
    display: block;
}

.creditos  a {
    font-weight: 100 !important;
    text-decoration: none !important;
}

@media screen and (max-width: 414px) { 
    .titulos-footer h2 { font-size: 30px; }
}

@media screen and (min-width: 768px) {
    .footer { padding-top: 0; }
}


