.item_info DIV{width:98%; margin:0 auto; border:1px solid silver; text-align: center; padding:15px; border-radius: 12px; height:100%;}
  .item_info DIV P{line-height: 20px; font-size: 95%;}
.bold{font-weight:bold}
.bl-azul{border-left:1px solid #0085ca}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Responsive */
@media (max-width: 1200px) {
  .item_info{padding-top:20px;}
  .bl-azul{border-left:0px}
}
@media (max-width: 1023px) {
  .item_info{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}

