<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: #9eab88;
}

p, a, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Siena";
  src: url("../fonts/FSSienaWeb-Thin.woff2") format("woff2"), url("../fonts/FSSienaWeb-Thin.woff") format("woff");
  font-style: "normal";
  font-weight: "normal";
}
@font-face {
  font-family: "Siena_bold";
  src: url("../fonts/FSSienaWeb-Bold.woff2") format("woff2"), url("../fonts/FSSienaWeb-Bold.woff") format("woff");
  font-style: "normal";
  font-weight: "bold";
}
.header {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/clr_fondoMobile.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: #07272d;
  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: #b3a369;
  text-decoration: none;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.header__container--idiomas .select {
  font-weight: 800;
}
.header__logo {
  width: 60%;
  max-width: 400px;
  margin-bottom: 20px;
}
.header__logo img {
  width: 100%;
}
.header h1 {
  font-family: "Siena";
  font-style: "normal";
  font-weight: "normal";
  color: #b3a369;
  text-align: center;
  font-size: 2rem;
  padding: 10px 10px 15px 10px;
  border-top: 1px solid #b3a369;
  border-bottom: 1px solid #b3a369;
}

.main {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.main__container {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 35px;
}
.main__container--item {
  width: 100%;
  background-color: #07272d;
}
.main__container--item h2 {
  font-family: "Siena";
  font-style: "normal";
  font-weight: "normal";
  font-size: 1.7rem;
  line-height: 1.8rem;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  padding: 20px 0;
  font-weight: 800;
}
.main__container h3 {
  width: 100%;
  text-align: center;
  color: #07272d;
  padding: 10px 0;
  font-weight: 800;
  margin: 0;
  padding: 35px 20px 0 20px;
}
.main__container h4 {
  font-size: 0.9rem;
  line-height: 1rem;
  width: 100%;
  text-align: center;
  color: #07272d;
  padding: 10px 0;
  font-weight: 600;
  margin: 0;
  padding: 5px 20px 0 20px;
}
.main__container .ubicacion {
  padding: 10px 0 0 0;
  font-size: 1rem;
}
.main__container h5 {
  font-size: 0.9rem;
  line-height: 1rem;
  width: 100%;
  text-align: center;
  color: #07272d;
  padding: 10px 0;
  font-weight: 600;
  margin: 0;
  padding: 5px 20px 0 20px;
}

.footer {
  background-image: url(../images/clr_fondoDesktop.jpg);
  background-size: cover;
  width: 100%;
  height: 200px;
  background-color: #07272d;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .header {
    background-image: url(../images/clr_fondoDesktop.jpg);
  }
  .header h1 {
    font-size: 3rem;
    line-height: 2rem;
  }
}/*# sourceMappingURL=estilosEntretenimiento.css.map */</pre></body></html>