body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#fafafa;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
}

* {
    user-select: none;
}

/* ********* LEGAL */

.seccion-legal {
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 80px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-seccion-legal {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #000;
}

.separador-seccion-legal {
    width: 100%;
    height: 2px;
    background-color: #CECECE;
    margin: 5px auto;
}

.texto-seccion-legal {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4D4D4F;
}

.subtitulo-seccion-legal {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #5b5b5b;
    text-transform: uppercase;
}