body {
    background-color: #eeeeee;
    font-family: "Roboto", sans-serif;
    padding: 2em 0;
}

.contenedor {
    padding: 30px;
    font-size: 16px;
    color: rgb(87, 87, 87);
    text-align: justify;
    background-color: white;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 1px 1px 20px 3px rgb(211, 211, 211);
}
.titulo {
    text-align: start;
    font-size: 30px;
    color: rgba(30, 30, 30, 0.92);
    font-weight: bold;
    margin: 30px 0 0 0;
}

.compania {
    padding-top: 20px;
    font-size: 16px;
}

.compania a {
    text-decoration: none;
    color: black;
}

.parrafo {
    color: rgb(87, 87, 87);
}

ul>li {
    list-style: upper-roman;
    margin-bottom: 5px;
}

.subtitulo {
    font-size: 22px;
    color: rgb(30, 30, 30);
}
@media screen and (max-width: 1100px){
    .logo{
        width: 90%;
    }
}
@media screen and (max-width: 555px){
    .logo{
        width: 90%;
    }
    .contenedor{
        text-align: start;
    }
}
