@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,800,600|Bebas+Neue:400");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/66ab3cd5d78d12f3180d7ddd.66ab3cd6d78d12f3180d7de0.8raX1pv.hcp.png");



.screen a {
  display: contents;
  text-decoration: none;
  transition: all 0.4s;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
  transition: all 0.4s;
}

.hidden {
  display: none !important;
}

#parallax {
  /* The image used */
  background-image: url("../img/cabeceradef.png");
  height: 100vh;
  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}