/* ==========================================================
   FIBERPRADO STYLE.LEGAL.CSS V1
   BLOQUE 1/2
   POLÍTICAS Y DOCUMENTOS LEGALES
========================================================== */


/* ==========================================================
   CONTENEDOR LEGAL
========================================================== */

.legal-container{
max-width:1000px;
margin:40px auto;
padding:45px;

background:rgba(255,255,255,.04);

border:1px solid rgba(255,255,255,.08);

border-radius:22px;

box-shadow:0 20px 60px rgba(0,0,0,.35);
}


/* ==========================================================
   TITULO PRINCIPAL
========================================================== */

.legal-container h1{

margin:0 0 30px;

text-align:center;

font-size:36px;

font-weight:900;

color:#fff;

line-height:1.3;

}


/* ==========================================================
   SUBTITULOS
========================================================== */

.legal-container h2{

margin:35px 0 15px;

padding-bottom:10px;

border-bottom:1px solid rgba(255,255,255,.10);

font-size:24px;

font-weight:900;

color:#fff;

}


/* ==========================================================
   TEXTOS
========================================================== */

.legal-container p{

margin:0 0 18px;

font-size:16px;

line-height:1.8;

color:rgba(255,255,255,.80);

}


.legal-container strong{

color:#fff;

font-weight:900;

}


/* ==========================================================
   LISTAS
========================================================== */

.legal-container ul{

margin:0 0 25px;

padding-left:25px;

}


.legal-container li{

margin-bottom:10px;

font-size:16px;

line-height:1.7;

color:rgba(255,255,255,.80);

}


/* ==========================================================
   FIN BLOQUE 1/2
========================================================== */