<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:after {
  clear: both;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100vh;
}

body {
  background-color: #3a1f43;
}

/* HEADER */
.header {
  width: 100%;
  height: 100vh;
  background-image: url(../img/origenCartel.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header__container {
  width: 100%;
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__container .container__img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__container .container__img .header__img {
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
}

.header__txt--container {
  width: 100%;
  position: absolute;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__txt--container p {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
  color: #f1f1f1;
}

.main {
  margin: 0 auto;
  padding: 50px 20px;
  width: 100%;
}

.main__container--txt {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 50px;
}

.main__container--columns {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.main__container--title {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 900;
  color: #fcc532;
  display: block;
  width: 100%;
  padding: 0 0 20px 0;
}

.main__container--subtitle {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #eb6aa8;
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
}

.main .italic {
  font-style: italic;
  font-size: 1rem;
}

.main__container--item {
  margin: 0;
  padding: 0 0 20px 0;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #f1f1f1;
}

.footer {
  width: 100%;
  height: 200px;
  background-color: #1e0725;
}

@media screen and (max-width: 768px) {
  .header__txt--container p {
    font-size: 1.1rem;
    line-height: 1.3rem;
    text-align: center;
  }
  .main__container--columns {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .main__container--title {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .main__container--subtitle {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .main__container--item {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
/*# sourceMappingURL=styles.css.map */</pre></body></html>