@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* ---- ESTRUCTURALES ------ */
*, *::before, *::after {
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
  background-color: #FFF;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  background: url(../images/fondo.png) center no-repeat;
  background-size: cover;
}

.flex-row {
  display: flex;
  flex-flow: row;
}

.flex-col {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

#nellyMD {
  max-width: 700px;
  width: 50%;
  z-index: 1000;
}

#nellyLogo {
  width: 46%;
}

#head {
  text-align: center;
}

#head h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #C89FB4;
  text-transform: uppercase;
  line-height: 1.1em;
}

#head h1 span {
  color: #644193;
}

.-pie {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #644193;
  width: 100%;
  margin: 0 auto 1rem auto;
}

.-pie p {
  text-align: center;
}

#--socialMedia a {
  flex: 1;
  color: #644193;
}

#--socialMedia a img {
  max-height: 30px;
}

/*# sourceMappingURL=estilos.css.map */
