/* ESTILO GENERAL */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{
margin:0;
background: #f5f5f5;

color:#444;
}

/* FONDO */

.terminos-pagina{


padding:60px 20px;
font-family: Georgia, "Times New Roman", serif;

}

/* CONTENEDOR */

.terminos-contenido{
max-width:700px;
margin:auto;
}

/* TITULO */

.terminos-titulo{
text-align:center;
font-size:26px;
letter-spacing:1px;
margin-bottom:10px;
color:#2c2c2c;
}

.terminos-subtitulo{
text-align:center;
margin-bottom:40px;
color:#666;
}

/* SECCIONES */

.terminos-seccion{
margin-bottom:30px;
}

.terminos-seccion h2{
font-size:18px;
margin-bottom:10px;
color:#333;
}

/* TEXTO */

.terminos-seccion p{
font-size:16px;
line-height:1.9;
color:#555;
margin-bottom:15px;
}

/* LISTAS */

.terminos-lista{
padding-left:20px;
margin-bottom:15px;
}

.terminos-lista li{
margin-bottom:8px;
line-height:1.7;
}