*, :after, :before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.clearfix:after {
  clear: both;
}

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, p, a {
  font-family: "Montserrat", sans-serif;
  color: #2f2f2f;
  margin: 0;
  padding: 0;
}

.header {
  padding: 40px;
  width: 100%;
  height: 100vh;
  background-image: url(../images/beach3.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header__container--idiomas {
  width: 100%;
  padding: 5px 10px;
  background-color: #2355b2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
.header__container--idiomas ul {
  display: flex;
}
.header__container--idiomas ul li {
  list-style: none;
}
.header__container--idiomas ul li a {
  font-size: 0.9rem;
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 20px;
}
.header h1, .header h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.header h1 {
  padding-bottom: 10px;
  border-bottom: solid 1px #FFFFFF;
}
.header h2 {
  padding-top: 10px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
}

/* MAIN */
/* MAIN */
/* MAIN */
/* MAIN */
.main {
  margin: 0 auto;
  padding: 100px 20px;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.main__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main__container #espanol, .main__container #ingles {
  padding-top: 50px;
}
.main__container .item-1 {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 500;
}
.main__container .item-2 {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
}

.footer {
  width: 100%;
  height: 100px;
  background-color: #024162;
}

@media screen and (max-width: 321px) {
  .header h1, .header h2 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .main__container .item-1 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .main__container .item-2 {
    grid-template-columns: 25px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .header h1, .header h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}/*# sourceMappingURL=styles.css.map */