.cookiesP {
    padding: 60px 0;
    background-image: url('/assets/img/conteudoBack.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.cookiesP::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.2;
}

.cookiesP .titulo {
    font-family: HelveticaNeue-Black;
    color: #414042;
    font-size: 30px;
    text-transform: uppercase;
}

.cookiesP .titulo span {
    font-family: HelveticaNeueLTStd-Lt;
    color: #414042;
    font-size: 30px;
    text-transform: uppercase;
}



.texto {
    font-family: RobotoRegular;
    font-size: 12px;
    color: #414042;
}

.texto div.title {
    font-family: RobotoMedium;
    font-size: 16px;
    color: #414042;
    font-weight: bold;
    text-transform: uppercase;
}

.texto b {
     font-family: RobotoMedium;
     font-size: 12px;
     color: #414042;
 }