/* Usado para cambiar los 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-5>ul li {
    list-style: square url("images/topo_n.png");
    font-size: 1.1rem !important;
 }

/* 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.1; 
      background-color: #000000;
 }
  
@media (max-width: 767px) {
        .cid-sCdzDiLvvQ {
            padding-top: 6.5rem;
            padding-bottom: 3rem;
            background-image: url("images/movil.jpg");
        }
        #opmovil {
            opacity: 0.4; 
          }
  }


/* BANNER UK */
.bartop> .navbar-fixed-top {
    text-align: center;
    font-family: 'Poppins', sans-serif; 
    font-size: 1rem; 
    background-color: #413d37; 
    margin-bottom: 1rem;
    color: #d9c5a0;
    text-align: center;
    font-weight: 700;
    line-height: 2rem;
}
.bartop> .navbar-fixed-top a {
    color: #d9c5a0;
    font-weight: 700;
    text-decoration: none;
}



@media (min-width: 300px) and (max-width: 500px){
  
  .bartop> .navbar-fixed-top {
    font-size: 0.7rem;
    font-weight: 500;
    display: inline;
  }
  .bartop> .navbar-fixed-top a {
      font-weight: 500;
  }
}
