.cntNotas{display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:60px}.cntNotas .boxNota{-webkit-box-shadow:14px 14px 35px -8px rgba(0,0,0,.26);-moz-box-shadow:14px 14px 35px -8px rgba(0,0,0,.26);box-shadow:14px 14px 35px -8px rgba(0,0,0,.26);margin-right:5%;width:30%}.cntNotas .boxNota:last-child{margin-right:0}.bgNota{background-position:50% 50%;background-repeat:no-repeat;background-size:136%;border-bottom:3px solid #ffe000;height:95px;transition:.4s;width:100%}.infoBlog{background-color:#fff;min-height:174px;padding:20px}.infoBlog .dateNote{color:#b2b2b2;font-size:9px}.infoBlog .dateNote,.infoBlog .titleNote{font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.22;text-align:left}.infoBlog .titleNote{color:#000;font-size:18px}.infoBlog p{color:grey;font-size:12px;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.17;text-align:left!important}.boxNota:hover .bgNota{background-size:145%;transition:.4s}@media(max-width:480px){.bgNota{height:150px}}