/*CSS checklist */
.mbr-text.mbr-fonts-style.counter-container.display-7>ul li {
    list-style: square url("images/topo.png");
 }

/*CSS Video para móvil */
 @media (max-width: 767px) {
    .cid-sUY2XDWNT5 .modalWindow .modalWindow-video {
        height: calc(98vw);
        width: 98vw;
        margin: 0 auto;
    }   
    .cid-sUY2XDWNT5 .modalWindow .modalWindow-video {
        height: calc(100vw);
        width: 80vw;
        margin: 0 auto;
      }
    .order-text{
        order: 2 !important;
    }
    .order-img{
        order: 1 !important;
    }
}