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

.separador10 {
  width: 100%;
  height: 10px;
}

.separador20 {
  width: 100%;
  height: 20px;
}

.separador40 {
  width: 100%;
  height: 40px;
}

.separador60 {
  width: 100%;
  height: 60px;
}

.separador80 {
  width: 100%;
  height: 80px;
}

.separador100 {
  width: 100%;
  height: 100px;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  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 {
  position: relative;
  width: 100%;
  height: 100vh;
  scroll-behavior: smooth;
}

body {
  background-color: #07272d;
}

.header {
  width: 100%;
  max-width: 1000px;
  padding: 50px 0 0 0;
  margin: 0 auto;
  background-color: #07272d;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__idioma {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 10px 10px;
  margin: 0;
  width: 100%;
  background-color: #1E3A40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__idioma .santaYuca_idiomas {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.header__idioma .santaYuca_idiomas li {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.header__idioma .santaYuca_idiomas li a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.header__idioma .santaYuca_idiomas li .seleccion {
  font-weight: 600;
  text-decoration: none;
}

.header__logo {
  width: 250px;
  margin: 0 auto;
  padding: 30px 0;
}

.header__logo--container {
  width: 100%;
}

.header__logo--container img {
  width: 100%;
}

.header .carey__logo {
  width: 200px;
}

.main {
  width: 100%;
  max-width: 1000px;
  padding: 10px 20px;
  margin: 0 auto;
  background-color: #07272d;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main__container {
  width: 100%;
  padding-bottom: 40px;
}

.main__container--item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main__container--item .flex__item {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 10px 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main__container--item .no__line {
  border-bottom: 0;
}

.main__container--item h1 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'tt_ramillasregular', serif;
  font-weight: normal;
  font-style: normal;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 10px;
}

.main__container--item h2 {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.main__container--item h3 {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
}

.footer {
  width: 100%;
  height: 50px;
  background-color: #07272d;
}</pre></body></html>