.mbr-text.mbr-fonts-style.counter-container.display-7>ul li {
    list-style: square url("images/topo.png");
  }
.botoncentrado {
    display: flex;
    justify-content: center;
    }
.row > .columna {
    text-align: center;
    margin: 20px 0;
    font-family: 'Ubuntu', sans-serif;
    color:white;
  }
  #opmovil {
      opacity: 0.7; 
      background-color: #232323;
    }
    .navbar-fixed-top {
        text-align: center;
        font-family: 'Poppins', sans-serif; 
        font-size: 1rem; 
        background-color: #ffffff; 
        margin-bottom: 1rem;
        color: #004580;
        text-align: center;
        font-weight: 700;
        line-height: 2rem;
    }
    .navbar-fixed-top a {
        color: #004580;
        font-weight: 700;
        text-decoration: none;
    }
    
    
    @media (max-width: 767px) {
        .cid-soCl4a4pKR {
            padding-top: 1.5rem;
            padding-bottom: 3rem;
            background-image: url("images/movil.jpg");
        }
        #cordlessimg {
            visibility: hidden;
            margin-top: -200vh;
        }
        #opmovil {
            opacity: 0.2; 
          }
  }
  @media (min-width: 300px) and (max-width: 500px){
  
    .navbar-fixed-top {
      font-size: 0.7rem;
      display: inline;
      }
  }