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

.separador10 {
  display: block;
  width: 100%;
  height: 15px;
}

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, a {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 300;
  color: #07272d;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  font-family: "tt_ramillasregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #07272d;
}

@font-face {
  font-family: "tt_ramillasregular";
  src: url(../fonts/typetype_-_tt_ramillas_regular-webfont.woff2) format("woff2"), url(../fonts/typetype_-_tt_ramillas_regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_ramillasextralight_italic";
  src: url(../fonts/typetype_-_tt_ramillas_extralight_italic-webfont.woff2) format("woff2"), url(../fonts/typetype_-_tt_ramillas_extralight_italic-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
.header {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #07272d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__idiomas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
.header__idiomas--txt {
  background-color: #1E3A40;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__idiomas--txt .idiomas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__idiomas--txt a, .header__idiomas--txt p {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 0.7rem;
  color: #cbcbcb;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.3);
}
.header__idiomas--txt a:last-child {
  padding-right: 20px;
}
.header__idiomas--txt .seleccionado {
  font-weight: 500;
  color: #cbcbcb;
}
.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 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.main__caminos {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  border: 1px dotted #07272d;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main__caminos--title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: left;
}
.main__caminos--item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px dotted #07272d;
}
.main__caminos--item .img__container {
  width: 30px;
}
.main__caminos--item .img__container img {
  width: 100%;
}
.main__caminos--item .caminos__txt {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1rem;
}
.main__caminos--item:last-child {
  border-right: none;
}
.main .title {
  margin-top: 10px;
  width: 100%;
  background-color: #c94155;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main .title .container__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  background-color: #FFFFFF;
}
.main .title .container__icon .container__img img {
  height: 50px;
}
.main .title .container__icon .camino__txt {
  height: 50px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .title .triangulo {
  width: 0;
  height: 0;
  border-right: 15px solid #FFFFFF;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.main .restore {
  background-color: #64a85d;
}
.main .relax {
  background-color: #5a7aba;
}
.main .renew {
  background-color: #de9628;
}
.main .no__bg {
  background-color: #FFFFFF;
}
.main__container {
  text-align: left;
  border-bottom: 1px dotted #07272d;
  width: 100%;
  padding-bottom: 40px;
}
.main__container h1 {
  font-size: 1.4rem;
}
.main__container .subtitle {
  font-size: 1.3rem;
}
.main__container h3 {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
  font-family: "tt_ramillasextralight_italic", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #07272d;
  margin: 0;
  padding: 15px 0 5px 0;
}
.main__container .cpo__txt {
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  color: #07272d;
}
.main__container h4 {
  width: 100%;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 500;
  color: #07272d;
  margin: 0;
  padding: 0;
  padding: 5px 0 0 0;
}
.main__container .paddingBottom__txt {
  padding-bottom: 40px;
}
.main__container .no__padding {
  padding-top: 0;
}

.footer {
  width: 100%;
  height: 200px;
  background-color: #07272d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__container img {
  width: 100px;
}</pre></body></html>