/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700');

@font-face {
    font-family: 'itc_eras_stdbook';
    src: url('../fonts/itc_eras_std_book-webfont.woff2') format('woff2'),
        url('../fonts/itc_eras_std_book-webfont.woffitc_eras_std_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
    background-color: #ffffff;
    text-align: right;
}

h1 {
    font-family: 'itc_eras_stdbook';
    font-size: 50px;
    color: #999;
    text-align: center;
}
h2,
h3 {
    color: #999;
    font-weight: 600;
}
h3 {
    font-size: 20px;
}
.txt_pag {
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    line-height: 20px;
}
.txt_menu {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    color: #888;
    line-height: 25px;
    text-align: right;
    letter-spacing: 1pt;
    text-decoration: none;
}
.txt_mercado {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: left;
}
.txt_bio {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    color: #888;
    line-height: 25px;
    text-align: justify;
}
.txt_expo {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    color: #888;
    line-height: 20px;
    text-align: justify;
}
.fondo_expo {
    background-image: url(../img/pajaros_mlg.gif);
    background-repeat: no-repeat;
    background-position: right -60px;
}
.txt_pag a:link,
a:visited,
active {
    text-decoration: none;
    color: #cc3333;
}
.txt_pag a:hover {
    text-decoration: underline;
    color: #666666;
}
.txt_pag_quienes {
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    line-height: 21px;
}
.txt_info {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 11px;
    text-decoration: none;
    text-align: right;
    line-height: 12px;
    color: #999;
}
.txt_infogrande {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    text-decoration: none;
    text-align: right;
    line-height: 16px;
    color: #666;
}
.txt_tabla_izq {
    font-size: 12px;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    letter-spacing: 1px;
    color: #666666;
}
.txt_pag_frase_izq {
    font-size: 13px;
    text-decoration: none;
    text-align: left;
    line-height: 30px;
}
.txt_pag_frase_der {
    font-size: 13px;
    text-decoration: none;
    text-align: right;
    line-height: 30px;
}
.txt_titulo {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    color: #999;
}
.txt_expoTitulo {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 20px;
    text-align: justify;
}

.obra .imageContainer {
    text-align: center;
    padding: 20px;
}
.obra img:hover {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.5);
}

.obras_lista {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    margin: 0;
}
.obras_lista.triple {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    column-gap: 20px;
    justify-items: center;
    align-items: end;
}
.obras_lista.cuatro {
    grid-template-columns: repeat(4, minmax(50px, 1fr));
}
.obra_item {
    display: inline;
    align-items: center;
    margin: 20px 0;
}
.obra_item a {
    text-decoration: none;
    color: #666;
}
.obra_item h3 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.obra_item img {
    max-width: 300px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.big {
    justify-items: center;
    align-items: center;
}
.obra_item.big img {
    max-width: 1000px;
    max-height: 300px;
}

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

.triple .obra_item img {
    max-width: 200px;
    max-height: 200px;
}

.cuatro .obra_item img {
    max-width: 150px;
    max-height: 200px;
}
hr {
    margin: 25px 0;
    margin-bottom: 50px;
}
.modal {
    position: fixed;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    transition: opacity 0.5s;
}
.modal-content {
    display: grid;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-items: center;
}
.modal-content img {
    z-index: 20;
}
.modal-close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 20px;
    left: 50%;
    fill: #fff;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 10;
}
.modal-close:hover {
    transform: scale(1.3);
}
