@font-face {
  font-family: "hiragino-kaku-gothic";
  src: url("Heisei Kaku Gothic Std W5.otf");
}

body {
  height: 160px;
  color: #f6fafa;
  font: normal normal normal 12px/16px "hiragino-kaku-gothic";
}

div.contGen {
  height: 160px;
  background-color: #46644c;
}

div.contenedorNotas {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}

div.nota {
  height: 70px;
  padding: 5px 10px;
  padding: auto;
  border-right: 1px solid #ffffff;
  display: flex;
  align-items: center;
}

div.nota.fija1 {
  visibility: hidden;
  display: none;
}
div.nota.fija2 {
  visibility: visible;
  /*padding-top: 25px;*/
}

div#contenedor-flechas {
  width: 85%;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  min-width: 850px;
}

p {
  margin-bottom: 0;
  height: 100%;
  font-size: 14px;
  font-weight: 300;
}

p a {
  color: #fff;
}
p a:hover {
  color: #fff;
}

div.nota.ultima {
  border-right: none;
}

@media (max-width: 835px) {
  div.contenedor-slick {
    width: 60%;
  }
  div.contenedorNotas {
    display: flex;
  }
  div.nota {
    border-right: none;
  }
  div.nota.fija1 {
    width: 40%;
    border-right: 1px solid #ffffff;
    visibility: visible;
    display: block;
    /*padding-top: 25px;*/
  }
  div.nota.fija2 {
    visibility: hidden;
  }
  div#contenedor-flechas {
    width: 70%;
    left: 15%;
    transform: translateX(0%);
    position: relative;
    min-width: 100px;
  }
}
