body {background-color: #FFF;}

.node-type-oferta-de-valor .info {margin-bottom: 20px; clear: both;}
.node-type-oferta-de-valor .info p{ font-weight: bold; margin-bottom: 5px; }
.node-type-oferta-de-valor .info p span{ color: var(--orange); font-weight: normal; } 
.node-type-oferta-de-valor .logo img{ width: 100%; max-width: 260px; margin-bottom: 20px; clear: both;} 
.node-type-oferta-de-valor .docs ul {padding-left: 25px;}
.node-type-oferta-de-valor .docs ul li{position: relative; list-style: none}
.node-type-oferta-de-valor .docs ul li img{display: none}
.node-type-oferta-de-valor .docs ul li:before{content: ""; height: 5px; width: 5px; border-radius: 50%; background-color: var(--pgray); position: absolute; top: 8px; left: -12px; }
