.mbr-text.mbr-fonts-style.counter-container.display-7>ul li {
    list-style: square url("images/topo.png");
  }
.botoncentrado {
  display: flex;
  justify-content: center;
}

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

/* formulario */
.mbr-form.form-with-styler.mx-auto {
  background-color: #daf0ca;
  width: 38vw;
  margin: auto;
}
.jq-selectbox__trigger {
  background-color: #daf0ca;;
}
.jq-selectbox__select{
  font-family: Arial, Helvetica, sans-serif;
  color: #5d5d5d;
  background-color: white;
  width: 30vw;
  border: #5a9131; 1px solid;
  box-shadow: 1px 1px 5px #6aa140;
}
.botoncentrado {
  display: flex;
  justify-content: center;
}

@media (max-width: 1140px) and (min-width: 960px) {
  .mbr-form.form-with-styler.mx-auto {
      width: 60vw;
  }
  .jq-selectbox__select{
      background-color: #daf0ca;
      width: 35vw;
  }
}

@media (max-width: 959px) and (min-width: 720px) {
  .mbr-form.form-with-styler.mx-auto {
      width: 65vw;
      margin: auto;
  }
}

/* encabezado para móvil */
@media (max-width: 767px) {
  .cid-so3UZ4S0FM {
    background-image: url("images/movil.jpg");
  }
  #magicfishimg {
      visibility: hidden;
      margin-top: -200vh;
  }
  .mbr-form.form-with-styler.mx-auto {
    width: 90vw;
    margin: auto;
}
}