@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;
}

/* HEADER */
.header {
  width: 100%;
}
.header__container {
  width: 100%;
  padding: 20px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
}
.header__container .home {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 10px;
  text-decoration: none;
}
.header__container--menu {
  display: flex;
}
.header__container--menu a, .header__container--menu p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 10px;
  text-decoration: none;
}
.header__container--menu .selected {
  font-weight: 800;
}
.header__container--img {
  width: 100%;
  height: 200px;
  background-image: url(../images/fondo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__container--img h1 {
  font-family: "Siena";
  font-style: normal;
  font-weight: lighter;
  color: #FFFFFF;
  font-size: 60px;
}

/* FIN HEADER */
/* MAIN */
.main {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 100px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.main__item {
  display: flex;
  flex-direction: column;
}
.main__item--container {
  display: flex;
  flex-direction: column;
}
.main__item--container h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
  padding: 5px 10px;
  background-color: #444444;
}
.main__item--container h3 {
  font-family: "Siena";
  font-style: normal;
  font-weight: lighter;
  color: #444444;
  font-size: 30px;
  line-height: 25px;
  padding-top: 10px;
}
.main__item--container h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #444444;
  padding-top: 10px;
}
.main__item--container h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #444444;
}
.main__item--container h6 {
  font-family: "Siena";
  font-style: normal;
  font-weight: lighter;
  font-size: 25px;
}

/* FIN MAIN */
/* FOOTER */
.footer {
  width: 100%;
  height: 200px;
  background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: center;
}

/* FIN FOOTER */
/* MEDIA QUERIS */
@media screen and (min-width: 768px) {
  .header__container--img h1 {
    font-size: 80px;
  }
  .main {
    max-width: 800px;
  }
}
/* FIN MEDIA QUERIS *//*# sourceMappingURL=styles_storytelling.css.map */