body{
  font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', sans-serif !important;
}

p {
  font-family: 'Poppins', sans-serif !important;
}

a{
  font-family: 'Poppins', sans-serif !important;
}

button, label {
  font-family: 'Poppins', sans-serif !important;
}
.super{
  z-index: 1;
}

.contenedor{
  /* background: url(../img/fondo.jpg) no-repeat center center;
  background-size: cover; */
}

.sombra{
  text-shadow: 2px 2px 2px black;
}

.contacto{
  position: fixed;
  float: left;
  bottom: 0;
  left: 0;
  width: 50%;
}

.texto{
  color: white;
  font-weight: bold;
}

table{
  margin-top: 1em;
}

.mb{
  margin-bottom: 1em;
}

.mt{
  margin-top: 1em;
}
