html, body {
    height: 100%;
    font-family: 'Titillium Web', sans-serif;
}

img {
    max-width: 100%;
}

#cover {
    background: #222 url('../imagenes/PortadaLogo.jpg') center no-repeat;
    background-size: cover;
    color: white;
    height: 100%;
    min-height: 505px;
}

.background-overlayq {
    background: rgba(1, 1, 1, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.its {
    margin-top: 180px;
    margin-right: 40px;
}

.its2 {
    margin-right: 40px;
}

#caracteristicas {
    background: #222 url('../imagenes/laptop-3.jpg') center no-repeat;
    background-size: cover;
    color: white;
    height: 70%;
    /*text-align: center;
     display: flex;
    align-items: center; */
}

.background-overlay2 {
    background: rgba(1, 1, 1, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.texto-informacion {
    background: rgba(92, 70, 70, 0.7);
    color: white;
    padding: 1rem;
    align-items: center;
}

.titulo {
    font-family: 'Audiowide';
    font-size: 100px;
    font-weight: bold;
    color: #ff1111;
    text-shadow: 1px 2px 3px rgb(0, 0, 0);
}

.footer {
    /* height: 50px; */
    background-color: black;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    color: white;
}