.terms_privacy .container{
    max-width: 1050px;
}
.terms_privacy section#principal span{
    display: inline-block;
    background-color: rgba(169, 201, 16, 0.35);
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 1em;
    margin-top: 10px;
}
.terms_privacy h2{
    background: #29393D;
    border-radius: 3px;
    font-size: 24px;
    color: #FFFFFF;
    padding: 10px 20px;
    font-weight: 300;
    width: 100%;
    display: block;
    margin: 60px 0 30px;
}
.terms_privacy h2:first-child {
    margin: 0 0 30px;
}
.terms_privacy .premium_block{
    border: 1px solid #eee;
    background-color: #eee;
    padding: 20px;
    border-radius: 3px;
    line-height: 1.6em;
    color: #111;
    margin: 30px auto;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
.terms_privacy .final_remarks{
    margin-top: 40px;
    padding: 18px 20px;
    background-color: rgba(169, 201, 16, 0.15);
    border-radius: 3px;
}
.terms_privacy .final_remarks h2{
    background: none;
    padding: 0 0 20px;
    margin: 0;
    color: #333;
}
.terms_privacy p{
    padding:0 20px 8px;
}
#principal p{
    font-size: 0.9em;
}
.terms_privacy #principal p.welcome{
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.4em;
    margin-bottom: -8px;
}
.terms_privacy section ul, .terms_privacy section ol{
    padding: 5px 20px 0 60px;
    padding-top: 5px;
}
.terms_privacy section ul li, .terms_privacy section ol li{
    font-weight: 300;
    font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.terms_privacy section ul li li, .terms_privacy section ul li p, .terms_privacy section ol li p, .terms_privacy section ol li li{
    font-size: 100%;
}
.terms_privacy .premium_block.big{
    text-align: left;
}
.terms_privacy .premium_block h2{
    text-align: center;
}
.terms_privacy .premium_block strong.title{
    padding-top: 20px;
    display: block;
    text-align: center;
}
.terms_privacy .premium_block ul{
    text-align: left;
    margin-bottom: 28px;
}
.terms_privacy p.direction{
    text-align: center;
}
.terms_privacy i{
    font-style: italic;
}
.terms_privacy i,
.terms_privacy span:not(.counter_in_menu){
    display: block;
}

@media screen and (max-width: 768px) {
    p{
        font-size: 1em;
        text-align: justify;
    }
    #principal p{
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .terms_privacy section ul, .terms_privacy section ol{
        padding-left: 30px;
        padding-top: 5px;
    }
    .terms_privacy section ul li, .terms_privacy section ol li{
        font-size: 1em;
    }
    .terms_privacy h2 {
        font-size: 22px;
        padding: 8px 20px;
        margin-bottom: 20px;
    }
    .terms_privacy h2:first-child {
        margin: 0 0 20px;
    }
    .terms_privacy .premium_block{
        width: 100%;
    }
    .terms_privacy .final_remarks h2{
        padding: 0;
        text-align: center;
    }
    .terms_privacy .final_remarks ul, .terms_privacy .final_remarks ol{
        padding: 0 10px 0 20px;
    }
    .terms_privacy section ul ol, .terms_privacy section ol ul{
        padding-left: 20px;
    }
}
