  .contenedor{
            max-width:900px;
            margin:auto;
        }

        h1{
            text-align:center;
            color:#c40000;
            font-size:42px;
            margin-bottom:30px;
            text-transform:uppercase;
            line-height:1.2;
        }

        h2{
            color:#c40000;
            font-size:32px;
            margin-top:40px;
            margin-bottom:15px;
            text-transform:uppercase;
        }

        p{
            font-size:22px;
            line-height:1.5;
            text-align:justify;
            margin:0 0 20px 0;
        }

        strong{
            font-weight:bold;
        }

        ul{
            margin-top:10px;
            padding-left:40px;
        }

        li{
            font-size:22px;
            margin-bottom:12px;
            line-height:1.4;
        }

        li::marker{
            color:#c40000;
        }

        .rojo{
            color:#c40000;
            font-weight:bold;
        }