.page-header{
    position: relative;
}
.page-header .logo{
    width: 60px;
}

.nav-menu img.logo{
    margin-top: -15px;
}

.content-termino__titulo{
    background-image: url(../img/portada_term.jpeg);
    background-color: #1a1b1d;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
    max-width: 100%;
    height: 400px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.titulo{
    font-size: 6rem;
    font-weight: 700;
    color: #fff;
}

.content-termino__info{
    padding: 100px 0;
    background-color: #fff;
}

.contenedor-info{
    max-width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.informacion{
    padding: 20px 40px 0 40px;
}

.informacion h2{
    margin-bottom: 30px;
    font-size: 31px;
}

.informacion h3{
    margin-bottom: 25px;
    font-size: 23px;
}

.informacion p{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    color: rgb(123, 123, 123);
}

@media screen and (max-width: 468px){
    .informacion{
        padding: 20px 10px 0 10px;
    }
}