@font-face {
  font-family: "Siena";
  src: url(../fonts/FSSienaWeb-ThinItalic.woff) format("woff"), url(../fonts/FSSienaWeb-ThinItalic.woff2) format("woff2");
  font-style: normal;
  font-weight: lighter;
}
*, :after, :before {
  box-sizing: border-box;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
}

a, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100%;
  height: 100vh;
  scroll-behavior: smooth;
}

/* INICIO HEADER */
.header {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: url(../images/fondo_ok.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header .pattern-1, .header .pattern-2 {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  z-index: 0;
  background-image: url(../images/pattern.jpg);
  background-repeat: repeat;
}
.header .pattern-1 {
  top: 0;
}
.header .pattern-2 {
  bottom: 0;
}
.header .pattern-3, .header .pattern-4 {
  width: 30px;
  height: 100vh;
  position: absolute;
  z-index: 0;
  background-image: url(../images/pattern.jpg);
  background-repeat: repeat;
}
.header .pattern-3 {
  top: 0;
  left: 0;
}
.header .pattern-4 {
  bottom: 0;
  right: 0;
}
.header__container--logo {
  width: 70%;
  max-width: 500px;
  z-index: 2;
}
.header__container--logo img {
  width: 100%;
}
.header .container__steamPunk-1 {
  width: 50%;
  max-width: 300px;
  position: absolute;
  top: -40px;
  right: -70px;
  z-index: 1;
}
.header .container__steamPunk-1 img {
  width: 100%;
}
.header .container__steamPunk-2 {
  width: 50%;
  max-width: 300px;
  position: absolute;
  top: -40px;
  left: -70px;
  z-index: 1;
}
.header .container__steamPunk-2 img {
  width: 100%;
}
.header .container__steamPunk-3 {
  width: 50%;
  max-width: 300px;
  position: absolute;
  bottom: -50px;
  left: -70px;
  z-index: 1;
}
.header .container__steamPunk-3 img {
  width: 100%;
}
.header .container__steamPunk-4 {
  width: 50%;
  max-width: 300px;
  position: absolute;
  bottom: -50px;
  right: -70px;
  z-index: 1;
}
.header .container__steamPunk-4 img {
  width: 100%;
}
.header__container--txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__container--txt a {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  padding-bottom: 20px;
}

/* FIN HEADER */
@media screen and (min-width: 1200px) {
  .header .container__steamPunk-1, .header .container__steamPunk-2, .header .container__steamPunk-3, .header .container__steamPunk-4 {
    max-width: 400px;
  }
}
/* MEDIA QUERIS *//*# sourceMappingURL=styles.css.map */