@font-face{
    font-family: 'Lato';
    src: url(../fonts/Lato/Lato-Regular.ttf);
}

body{
    font-family: "Lato";
    width: 100%;
    font-size: 16px;
}

header {
    height: 40px;
    background-color: #4d4d4d;
    display: flex;
    align-items: center;
}

header div{
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
}

header div .logo-ediciones{
    height: 40px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../assets/logo_ediciones_universidad_salamanca.png);
}

main{
    width: 80%;
    margin: auto; 
    text-align: center;
}

main h1{
    color: #d22020;
    font-size: 2.5rem;
    background-color: rgba(255, 255, 255, 0.53);
    padding: 1rem;
    word-break: keep-all;
    
}

main p{
    color: #385e9d;
    font-size: 1.3rem;
    background-color: rgba(255, 255, 255, 0.53);
    padding: 0.5rem;
    word-break: keep-all;
    margin-top: 0;
    width: 90%;
    margin: 0 auto;
}

main .eusal-revistas{
    background-image: url(../assets/logo_revistas_eusal.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    height: 100px;
    margin-top: 1.5rem;
}

main > div:nth-of-type(2){
    background-image: url(../assets/escudo_usal_gris.png);
    background-repeat: no-repeat;
    background-size: 450px;
    background-position: center;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

footer section:nth-of-type(1){
        background-color: #eaeaea;
    }

footer section:nth-of-type(1) > div{
    display: flex;
            flex-direction: column;
            align-items: center;
}

footer section:nth-of-type(1) > div > a > div{
    width: 180px;
    height: 80px;
    background-image: url(../assets/logo_universidad_salamanca.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer section:nth-of-type(1) > div > p{
    text-transform: uppercase;
    font-size: 0.6rem;
    margin-top: 0;
}

footer section:nth-of-type(1) > div > p a{
    text-decoration: none;
    color: #385e9d;
}

footer section:nth-of-type(1) > div > p a:visited{
    color: #385e9d;
}

footer section:nth-of-type(1) > div > p a:hover{
    color: #4d4d4d;
}

footer .copyright{
    background-color: #d22020;
    color: white;
    font-size: 0.9rem;
    text-align: center;
}

footer .copyright p{
    margin: 0 auto;
}

    