<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;
}

.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;
}

p, a, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

.header {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/fondo_tikalito_ok.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.header__idiomas {
  display: flex;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
.header__idiomas--txt {
  background-color: #2f2f2f;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__idiomas--txt .idiomas {
  display: flex;
}
.header__idiomas--txt a, .header__idiomas--txt p {
  font-weight: 300;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 0.7rem;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.header__idiomas--txt a:last-child {
  padding-right: 20px;
}
.header__idiomas--txt .seleccionado {
  font-weight: 800;
  color: #FFFFFF;
}
.header__idiomas--txt .home {
  color: #FFFFFF;
}
.header__container {
  width: 100%;
  text-align: center;
}
.header__container img {
  margin: 0 auto;
  width: 60%;
  max-width: 500px;
}

.main {
  margin: 0 auto;
  padding: 100px 20px;
  width: 100%;
  max-width: 600px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.main__container {
  padding: 0 10px 15px 10px;
  border: 1px solid #ec605b;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main__container .titulo {
  text-align: center;
  width: 100%;
  font-size: 1.1rem;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #ec605b;
  color: #FFFFFF;
}
.main__container h2 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #27347f;
  text-align: center;
}
.main__container h3 {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #2f2f2f;
  font-weight: 300;
  text-align: center;
}
.main__container .padding__top {
  padding-top: 10px;
}

.footer {
  width: 100%;
  height: 200px;
  background-image: url(../images/fondo_tikalito_ok.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}/*# sourceMappingURL=estilos_general.css.map */</pre></body></html>