
/* FONDO */

.terminos-pagina{

background: linear-gradient(130deg, #f8f8f8 0%, #fff1f6 100%);
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;
}