*, :after, :before {
  box-sizing: border-box;
}

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

.clearfix:after {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  background-image: url(../images/fondo.svg);
}

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 {
  width: 100%;
  height: 100vh;
  background-image: url(../images/img_fondo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header h1 {
  width: 100%;
  max-width: 700px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  padding: 0 20px 10px 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 0 #000000;
}
.header h2 {
  width: 100%;
  max-width: 700px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 1px 1px 0 #000000;
  padding-bottom: 50px;
}
.header h2 span {
  font-style: italic;
}
.header .container__menu {
  width: 90%;
  max-width: 300px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header .container__menu--item {
  width: 100%;
  border-bottom: 1px solid #444444;
  display: flex;
  justify-content: space-between;
}
.header .container__menu--item a, .header .container__menu--item p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  font-weight: 700;
  color: #444444;
}/*# sourceMappingURL=styles.css.map */