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

/* Footer */
.row > .columna {
    text-align: center;
    margin: 20px 0;
    font-family: 'Ubuntu', sans-serif;
    color:white;
  }

/* Usado para centrar objetos   */
.ecentro {
  display: flex;
  justify-content: center;
}

/* Header:  se borra en html es “style” de overlay y se agrega id=“opmovil” */
#opmovil {
      opacity: 0.8; 
      background-color: #ffffff;
 }
  
@media (max-width: 767px) {
        .cid-sD32xRYlZx {
            padding-top: 4.5rem;
            padding-bottom: 3rem;
            background-image: url("images/movil.jpg");
        }
        #opmovil {
            opacity: 0.7; 
          }
  }
