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

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100vh;
  scroll-behavior: smooth;
}

/* HEADER */
/* HEADER */
/* HEADER */
/* HEADER */
.header {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.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;
  text-decoration: none;
}

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

.header__container--img {
  width: 60%;
  max-width: 250px;
}

.header__container--img img {
  width: 100%;
}

.header .header__line {
  width: 100%;
  max-width: 200px;
  height: 1px;
  background-color: #FFFFFF;
  opacity: .5;
  margin: 20px 0;
}

.header h1 {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header p {
  margin: 0;
  padding: 10px 0 0 0;
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  line-height: 1rem;
  color: #FFFFFF;
text-align:center;
	max-width:300px;
	font-style: normal;

}

.header__idiomas {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .header__idiomas--item {
  padding: 0;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: .8rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}



/* MAIN */
/* MAIN */
/* MAIN */
/* MAIN */
.main {
  width: 100%;
  padding: 100px 20px;
  background-color: #ede9db;
}

.main .exp__padding--top {
  padding-top: 200px;
}

.main__container--experiencias {
  width: 90%;
  max-width: 300px;
  padding: 0 20px 50px 20px;
  margin: 0 auto;
}

.main__container--experiencias .icono2__title {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 40px 0 10px 0;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #395257;
  font-weight: 300;
  font-style: normal;
}

.main__container--experiencias .iconos__container {
  width: 100%;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}

.main__container--experiencias .iconos__container--item {
  width: 80%;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main__container--experiencias .iconos__container--item .img__container {
  width: 30px;
}

.main__container--experiencias .iconos__container--item .img__container img {
  width: 100%;
}

.main__container--experiencias .iconos__container--item p {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  color: #395257;
  font-weight: 300;
  font-style: normal;
}

.main__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 100px;
}

.main__container--item {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main__container--item h2 {
  font-family: 'tt_ramillasregular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.9rem;
  color: #07272d;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main__container--item h3 {
  position: relative;
  font-family: 'tt_ramillasextralight_italic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #07272d;
  margin: 0;
  padding: 20px 0 5px 0;
}

.main__container--item h5 {
  font-family: 'tt_ramillasextralight_italic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #07272d;
  margin: 0;
	
}
.main__container--item h4 {
	 position: relative;
  margin: 0;
  padding: 20px 0 5px 0;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  color: #395257;
  font-weight: 300;
  font-style: normal;
}

.main__container--item h4 .alergeno{

  font-style:  italic;

	
}
.main__container--item .iconos {
  max-width: calc(100% - 100px);
}

.main__container--item .iconos::after {
  position: absolute;
  right: -40px;
  top: 20px;
  content: url("../images/restore_icon2.svg");
  display: block;
  width: 25px;
  height: 25px;
}

.main__container--item .icono2::after {
  content: url("../images/renew_icon2.svg");
}

.main__container--item .icono3::after {
  content: url("../images/relax_icon2.svg");
}

.main__container--item .icono4::after {
  content: url("../images/refresh_icon2.svg");
}



.main__container--item .item__line {
  display: block;
  width: 100%;
  height: 40px;
  border-bottom: 2px dotted #07272d;
}

.main .up__container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.main .up__container--item {
  display: inline-block;
}

.main .up__container--item img {
  width: 50px;
}

.main .up__container--item p {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
  color: #07272d;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}

/* FOOTER */
/* FOOTER */
/* FOOTER */
/* FOOTER */
/* FOOTER */
.footer {
  display: block;
  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 {
  width: 70px;
}

.footer__container img {
  width: 100%;
}

/* MEDIA QUERIS */
/* MEDIA QUERIS */
/* MEDIA QUERIS */
/* MEDIA QUERIS */
@media screen and (min-width: 768px) {
  .main__container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}</pre></body></html>