@font-face {
  font-family: AACobre;
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/AACobre-Bold.otf") format("opentype");
}

@font-face {
  font-family: AACobre;
  font-weight: regular;
  font-style: normal;
  src: url("/assets/fonts/AACobre-Regular.otf") format("opentype");
}

@font-face {
  font-family: AACobre;
  font-weight: regular;
  font-style: italic;
  src: url("/assets/fonts/AACobre-Italic.otf") format("opentype");
}

:root {
  --negro: #000;
  --grisClaro: #e3e3e3;
  --grisOscuro: #444444;
  --blanco: #ffffff;
  --amarillo: #efb700;
  --columna: calc(100vw / 24);
  --celeste: #a8cbed;
  --margenta: #eeb4e1;
}

html {
  font-family: AACobre;
  background: var(--grisClaro);
}

header {
  background: var(--negro);
  padding: 33px var(--columna) 21px var(--columna);
}

.grisOscuro {
  background: var(--grisOscuro);
  color: var(--blanco);
}

header .logo {
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0.02em;
  color: var(--blanco);
  text-decoration: none;
}

nav.menu {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 16px;
  z-index: 1000;
}

nav.menu a,
nav.menu > span {
  text-transform: uppercase;
  color: var(--blanco);
  text-decoration: none;
  margin-right: 48px;
  cursor: pointer;
}

nav.menu a:hover {
  border-bottom: 1px solid var(--blanco);
}

nav.menu .dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 400px;
  z-index: 1;
  left: 80px;
  top: 0;
  padding-left: 50px;
}

.dropdown-content > a {
  margin-left: 40px;
}

.dropdown-content > a:hover {
  border-bottom: 1px solid var(--blanco);
}

.dropdown-content > a:first-child {
  margin-left: 0px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

div.semitone {
  background: url("/assets/images/halftone.svg") bottom center;
  width: 100vw;
  height: 125px;
  z-index: 1000;

}

.rotate {
  transform: rotate(180deg);
}

div.semitone.color-celeste {
  background: url("/assets/images/halftone.svg") var(--celeste) bottom center;
}
div.semitone.color-margenta {
  background: url("/assets/images/halftone.svg") var(--margenta) bottom center;
}
div.semitone.color-amarillo {
  background: url("/assets/images/halftone.svg") var(--amarillo) bottom center;
}

article {
  padding: var(--columna);

  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-align: left;
}

.color-celeste {
  background: var(--celeste);
}

.color-margenta {
  background: var(--margenta);
}

.color-amarillo {
  background: var(--amarillo);
}

p {
  font-family: AACobre;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: left;
}

p a {
  text-decoration: none;
  color: var(--amarillo);
}

p a:hover {
  border-bottom: 1px solid var(--amarillo);
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.open-nav {
  display: none;
}

.mobile-only {
  display: none;
}

footer .footer-content{
  color: #fff;
  background-color: var(--negro);
  display: flex;
  padding: 30px var(--columna);
}

footer .footer-content > div {
  flex: 1 1 25%;
  
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;

  
}

footer .footer-content a {
  color: #fff;
}

footer .footer-content > div > div{
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin-top: 5px;
}

footer .footer-content .image{
  position: relative;
}

footer .footer-content .image img{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .footer-content > div > div.smaller{
  font-size: 20px;
}

footer .footer-content > div.right {
  display: flex;
  justify-content: flex-end;
}

footer .footer-content > div.right > div {
  align-items: center;
  align-self: center;
}

@media only screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  header {
    background: var(--negro);
    padding: 13px var(--columna) 22px var(--columna);
  }

  header .menu {
  }

  header .logo {
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .open-nav {
    display: block;
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.02em;
    text-align: left;

    color: var(--blanco);
    float: right;
    cursor: pointer;
  }

  nav a,
  nav .dropdown span {
    display: block;
    margin-top: 40px;
  }

  nav#main-menu {
    display: none;
  }

  nav#main-menu a {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }

  nav#main-menu a:hover {
    border-bottom: none;
  }

  .dropdown {
    position: inherit;
  }

  .dropdown span {
    display: block;
  }

  .dropdown-content {
    display: block;
    position: inherit;
    left: 0;
    padding: 0;
    padding-left: 30px;
  }

  .dropdown-content > a {
    margin-left: 0px;
  }
  
  footer .footer-content{
    flex-direction: column;
  }
  
  footer .footer-content div, footer .footer-content div div{
    text-align: center;
  }
  
  footer .footer-content .image{
    position: inherit;
  }

  footer .footer-content .image img{
    position: inherit;
  }
  
  footer .footer-content > div.right {
    justify-content: center;
    
  }
  
}
