@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: linear-gradient(286deg, #a3c9a8, #84b59f, #69a297, #50808e);
}
body header {
  background: #00000099;
  font-family: Montserrat;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(150deg, #ddd8c4, #a3c9a8, #a3c9a8, #50808e, #50808e, #1F3237, #50808e, #50808e, #a3c9a8, #a3c9a8, #ddd8c4);
  background-size: 1800% 1800%;
  -webkit-background-clip: text;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  text-shadow: none;
  display: flex;
  -webkit-text-fill-color: transparent;
  align-items: center;
  justify-content: center;
  font-size: 11vw;
  height: 16vw;
}
@media (min-width: 500px) {
  body header {
    font-size: 8vw;
    height: 11vw;
  }
}
@media (min-width: 900px) {
  body header {
    font-size: 7vw;
    height: 7vw;
  }
}
@media (min-width: 2000px) {
  body header {
    font-size: 40px;
    height: 140px;
  }
}

.menú {
  grid-row: 3/4;
  display: grid;
  grid-template-columns: repeat(2, minmax(1px, 1fr));
  padding: 0 4vw;
  grid-gap: 4vw 0;
}
@media (min-width: 900px) {
  .menú {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
    grid-gap: 4vw;
  }
}
.menú a {
  border-radius: 0.5em;
  font-size: 1em;
  color: #ddd8c4;
  background: #1F3237;
  margin: auto;
  padding: 0.5em;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 500px) {
  .menú a {
    width: 60%;
  }
}
@media (min-width: 900px) {
  .menú a {
    width: 100%;
  }
}
.menú .icono {
  width: auto;
  height: 0.8em;
  margin-right: 1em;
}
.menú a:hover {
  color: #1F3237;
  background: #ddd8c4;
  text-shadow: none;
}

a {
  text-decoration: none;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}

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