.contenedor-info {
    display: flex;
    justify-content: center;
    background-color: var(--azul);
    color: var(--blanco);
    font-weight: 500;
    line-height: 30px;
    view-timeline: --scroll;
}
.indice{
    background-color: #272727;
    position: sticky;
    height: 550px;
    width: 250px;
    padding: 15px;
    margin-top: 5%;
    margin-right: 20px;
}
.correo{
    color: var(--rojo);
    text-decoration: none;
}
.indice ul li{
    margin-left: 5px;
    line-height: 30px;
    list-style: none;
}
.indice ul li a{
    color: var(--blanco);
    padding: 5px 5px;
    transition: 0.5s ease;
    font-size: 14px;
    text-decoration: none;
}
.indice ul li a:hover{
    font-size: 15px;
}
.aviso-privacidad{
    overflow: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 17px;
    max-width: 1000px;
}
.aviso-privacidad .item{
    margin-bottom: 25px;
}
.aviso-privacidad h1{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 40px;
}
.aviso-privacidad .subtitle{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
}
.aviso-privacidad ul li{
    margin-left: 50px;
}
.aviso-privacidad span{
    font-weight: 700;
}
.aviso-privacidad .negritas{
    color: var(--rojo);
    text-decoration: none;
    font-weight: 700;
}
@media screen and (max-width: 800px){
    .aviso-privacidad{
        font-size: 16px;
        padding: 6%;
        margin-top: 15%;
        max-width: 700px;
    }
}