/*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/topo2.png");
    font-size: 1.4rem;
 }
 
 #fondoOscuro {
     opacity: 0.2;
     background-color: rgb(0, 0, 0);
    }
    
    /*CSS Video para móvil */
    @media (max-width: 767px) {
     .cid-sUYptUnUlD {
        padding-top:4rem;
        padding-bottom:4rem;
        background-image: url("./images/fondoMovil.jpg");
      }
     #fondoOscuro {
         opacity: 0.5;
         background-color: rgb(0, 0, 0);
      }
    .cid-t6h5E4QZs6 .modalWindow .modalWindow-video {
        height: calc(98vw);
        width: 98vw;
        margin: 0 auto;
    }   
}