body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2rem;
  text-align: left;
}
header {
  margin: 0 auto;
  overflow: auto;
}
/*header:hover {
    background:url(images/bkgd.jpg) center center repeat;
    padding:6em 0;
    transition:1s;
}*/

h1,
h2,
h3,
h5,
h6,
header,
main,
section,
footer,
p {
  display: inline;
  margin: 0;
}

h4 {
  margin: 0;
}
.container {
  padding: 1em;
}

h1,
h2,
h3,
p,
span,
a {
  font-size: 3rem;
  line-height: 2.6rem;
  font-weight: normal;
  text-transform: uppercase;
}

h2,
h2 span {
  /*font-size: 2em;
    line-height: 1.4rem;*/
  font-weight: bold !important;
}

h3 {
  font-weight: bolder !important;
}

h4 {
  font-weight: 100 !important;
}

p {
  font-weight: lighter !important;
}

a img {
  background-color: blue;
  /*padding: 3em 1em 1em;*/
  width: auto;
  height: 1.6rem;
  padding: 0.1em;
  margin-right: 0.2rem;
}
a:hover img {
  background-color: rgb(36, 36, 255);
}

span {
  padding: 0 !important;
}

/*CLASES*/
.logo {
  display: inline-flex;
  align-content: left;
  width: 380px;
  max-width: 98%;
  height: auto;
}
.portrait {
    max-width: 100%;
}

p {
  color: black;
}
/*COLORS*/
.uc {
  background: yellow;
  bottom: 0px;
  background: -webkit-repeating-linear-gradient(
    135deg,
    yellow,
    yellow 5%,
    transparent 5%,
    transparent 7%
  );
  background: repeating-linear-gradient(
    135deg,
    yellow,
    yellow 5%,
    transparent 5%,
    transparent 7%
  );
}
.yellow {
  color: #ffcc00;
}
.b_yellow {
  background-color: #ffcc00;
}
.red {
  color: #b90f0f;
}
.b_red {
  background-color: #b90f0f;
}

footer {
  margin-top: 20em !important;
}
footer a,
footer p,
footer span {
  font-size: 1rem;
}

/* Define minimum font size */
html {
  font-size: 0.86rem;
}
a {
  text-decoration: underline;
  color: blue;
  text-decoration-thickness: 2px;
}

a:hover {
  text-decoration: none;
  color: rgb(36, 36, 255);
}

/* Define breakpoints and font sizes */

@media (min-width: 1024px) {
  a {
    text-decoration: none;
    color: blue;
  }

  a:hover {
    text-decoration: underline;
    text-decoration-thickness: 4px;
    padding-bottom: 10px;
    color: rgb(36, 36, 255);
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  html {
    font-size: 1.0625rem;
  }
  a {
    text-decoration: none;
    color: blue;
  }

  a:hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    color: rgb(36, 36, 255);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  html {
    font-size: 1.125rem;
  }
}

/* Define max font size and viewport */
@media (min-width: 1280px) {
  html {
    font-size: 1.1875rem;
  }
}
