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

 .mbr-text.mbr-fonts-style.counter-container.display-4>ul li {
    list-style: square url("images/topo_2.png");
    font-size: 1.2rem;
 }

/*CSS Video para móvil */
 @media (max-width: 767px) {
    .cid-t6h5E4QZs6 .modalWindow .modalWindow-video {
        height: calc(98vw);
        width: 98vw;
        margin: 0 auto;
    }   
}

.text-gray {
  color: #c8c8c8 ;
}

.text-grey {
    color: #7e7e7e;
}
.text-red {
    color: #ff0000;
}
