<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, :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;
}

body {
  background-color: #e7dfd4;
}

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

.paddingTop {
  padding-top: 20px;
}

.header {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/matum_fondo_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header__container {
  background-color: #28140b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header__container--idiomas {
  padding: 10px;
  width: 90%;
  max-width: 900px;
  display: flex;
  justify-content: flex-end;
}
.header__container--idiomas a, .header__container--idiomas p {
  margin: 0;
  padding: 0;
  color: #e7dfd4;
  text-decoration: none;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.header__container--idiomas .select {
  font-weight: 800;
}
.header__logo {
  width: 75%;
  max-width: 400px;
}
.header__logo img {
  width: 100%;
}

.introTxt {
  width: 100%;
  padding: 40px 30px;
  background-color: #28140b;
  display: flex;
  justify-content: center;
}
.introTxt h1 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  display: block;
  max-width: 500px;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 0;
}

.main {
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.main__container {
  display: flex;
  flex-direction: column;
}
.main__container h2 {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 30px;
  font-weight: 800;
  border-bottom: 1px solid #28140b;
  border-top: 1px solid #28140b;
  padding: 5px 5px;
}
.main__container h3 {
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 700;
  padding-bottom: 10px;
}
.main__container h4 {
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
  padding-bottom: 5px;
  color: #000000;
}

.footer {
  width: 100%;
  height: 200px;
  background-color: #28140b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__container {
  width: 60%;
  max-width: 200px;
  opacity: 0.3;
}
.footer__container img {
  width: 100%;
}/*# sourceMappingURL=estilosMatum.css.map */</pre></body></html>