
.gris-color{color:#D1D3D4;}
.gris-fondo{background-color:#D1D3D4;}


body {
      font-family: 'Poppins', sans-serif;
      color:#372929;
}

.texto-normal {
  font-size: 1rem;
}
.texto-chico {
  font-size: 0.8rem;
}
.texto-intro {
  font-size: 1.5rem;
  font-weight: 300;
}
.colgado {
  font-size: 0.8rem;
  font-weight: 300;
}
.titulo-normal{
  font-size: 1.5rem;
  font-weight: 600;
}
.titulo-mediano{
  font-size: 4rem;
  font-weight: 600;
}

.MoM-shadow {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}


@media (max-width: 575.98px) {
  #MoM-slogan {
    background-color: #D1D3D4;
    margin-top:3rem;
    margin-bottom:1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #inicio hr {
    display:none;
  }
}
