.introConsultoria {
  margin: 100px auto;
}

.consultaGratis {
  background-color: #3A3042;
}

.wrapper-consultoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px auto;
  padding: 30px;
}

.wrapper-consultoria p {
  text-align: center;
}

.consultoria-texto {
  width: 100%;
}

.textoRojo {
  color: #dd0519;
  font-weight: 300;
  text-align: center;
}

.botonConsultoriaGratis {
  margin-bottom: 20px;
  background-color: #b71c1c;
}

.botonConsultoriaGratis:hover {
  background-color: #A41919;
}

.tablaConsulta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px;
}
/*# sourceMappingURL=consultaGratis.css.map */