.linea-divisora {
    margin: 100px 0px 100px 0px;
    width: 100%;
    height: 75px;
    background-color: #FF5800;
    display: flex;
    justify-content: center;
}

.titulo {
    text-align: center;
    color: #FF6600;
    font-size: 33px;
}

.texto-privacidad {
    text-align: justify;
    color: black;
    font-size: 16.6px;
}
