@font-face {
    font-family: "EuroStyle Normal";
    src: url("../fonts/EuroStyle-Normal.eot");
    /* IE9 */
    src: url("../fonts/EuroStyle-Normal.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/EuroStyle-Normal.woff") format("woff");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

/* apply a natural box layout model to all elements, but allowing components to change */

html {
    box-sizing: border-box;
    font-family: "EuroStyle Normal";
    background-color: #D9002F;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
}

#header {
    text-align: center;
    background-color: #D9002F;
    color: white;
    padding: 2rem 0;
    text-transform: uppercase;
}

#logo h3 {
    font-family: 'EuroStyle Normal';
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0
}

.main-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: white;
    padding: 0 0 2rem 0;
}

.portada {
    min-height: 32rem;
    width: 100%;
    background-image: url(../img/C40_Trasera.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}

@media only screen and (min-width: 768px) {
    .portada {
        background-position: center -35rem;
    }
}

.portada-descripcion {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    color: white;
    background-color: transparent;
    bottom: 2rem;
    left: 25vw;
    font-style: italic;
}

img.app-logo {
    max-height: 15vh;
    object-fit: scale-down;
}


/* POST */

.post-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
}

.post-inner h1 {
    margin-top: 0;
}

.post-date {
    color: #5C5E5C;
    font-size: .9rem;
    margin-bottom: 0;
}

.post-content p {
    font-weight: 100;
    font-size: 1.3rem;
    color: #5C5E5C;
}

.post-content p strong {
    font-weight: normal;
    color: black;
}

figure.foto {
    margin: 0 auto;
    text-align: center;
    color: #5C5E5C;
}


/* FOOTER */

#footer {
    text-align: center;
    background-color: #D9002F;
    color: #FFFFFF;
    padding: 2rem 0;
    text-transform: uppercase;
}

nav p {
    margin-bottom: 0;
}

.iconos-redes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    height: 5rem;
    color: white;
}

nav.redes a svg {
    text-align: center;
    height: 3rem;
    color: #FFFFFF;
    margin: 1rem;
}

.copy {
    font-size: .8rem;
}

.font-title {
    font-family: 'EuroStyle Normal';
    font-size: 2rem;
    margin: 0;
}