.fullwidth {
  width: 100vh;
  background-color: #000;
  overflow: auto;
  scroll-behavior: smooth;
}

.fullwidth-trasparent {
  width: 100vh;
  background-color: transparent;
  overflow: auto;
}

.btn-primary {
  background-color: #111110;
  opacity: 1;
  color: rgb(243, 237, 222);
  font-family: "Unbounded";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 0;
  border-color: rgb(243, 237, 222);
  text-transform: uppercase;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.btn-primary:hover {
  color: #111110 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-LightItalic.woff2") format("woff2"), url("/fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Thin.woff2") format("woff2"), url("/fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.woff2") format("woff2"), url("/fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.woff2") format("woff2"), url("/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-MediumItalic.woff2") format("woff2"), url("/fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.woff2") format("woff2"), url("/fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("/fonts/Unbounded-Medium.woff2") format("woff2"), url("/fonts/Unbounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("/fonts/Unbounded-Regular.woff2") format("woff2"), url("/fonts/Unbounded-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("/fonts/Unbounded-Bold.woff2") format("woff2"), url("/fonts/Unbounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("/fonts/Unbounded-Light.woff2") format("woff2"), url("/fonts/Unbounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  /* 62.5% of 16px browser font size is 10px */
  font-size: 62.5% !important;
  height: 100%;
}

body {
  height: 100vh;
  overflow-y: hidden;
  background-color: #111110;
}

.w-70 {
  width: 70% !important;
}

.d-hidden {
  display: hidden;
}

#map-container {
  position: relative;
  height: 100%;
}
#map-container #map {
  /*height: calc(100% - 6.4rem);*/
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#map-container #navigation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#map-container #navigation.slideout {
  transition: transform 0.3s ease;
  transform: translateY(-6.4rem);
}
#map-container #navigation.slidein {
  transition: transform 0.3s ease;
  transform: translateY(0rem);
}

#filter-emotion {
  background-color: #111110;
}
#filter-emotion .menu-icon-back {
  width: 6rem;
  height: 6rem;
  margin-left: 1.9rem;
}
#filter-emotion h2 {
  opacity: 1;
  color: rgb(243, 237, 222);
  font-family: "Unbounded";
  font-size: 5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0rem;
  text-align: left;
  line-height: 6.5rem;
  margin-left: 6.55rem;
  margin-right: 6.55rem;
  text-transform: uppercase;
}
@media (min-width: 390px) {
  #filter-emotion h2 {
    font-size: 6rem;
  }
}
#filter-emotion .intro {
  opacity: 1;
  color: rgb(243, 237, 222);
  font-family: "Unbounded";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  margin-left: 6.5rem;
  margin-right: 6.5rem;
  background-color: transparent;
}
#filter-emotion .icon-detail {
  width: 3rem;
}
#filter-emotion #category-list {
  list-style: none;
  width: 90%;
  color: #f3edde;
  padding: 0;
}
#filter-emotion #category-list li {
  /*border: solid 1px #ddd;*/
  height: 10.2rem;
  margin-bottom: 5rem;
}
#filter-emotion #category-list li .thumb {
  height: 100%;
  margin-right: 2.2rem;
  width: 45%;
}
#filter-emotion #category-list li .thumb img {
  height: 80%;
}
@media (min-width: 390px) {
  #filter-emotion #category-list li .thumb img {
    height: 95%;
  }
}
#filter-emotion #category-list li .text {
  width: 55%;
}
#filter-emotion #category-list li p {
  opacity: 1;
  color: rgb(243, 237, 222);
  font-family: "Unbounded";
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 18px;
}
@media (min-width: 390px) {
  #filter-emotion #category-list li p {
    font-size: 1.3rem;
  }
}
#filter-emotion #category-list li p.name {
  text-transform: uppercase;
}
#filter-emotion .link-top {
  width: 60px;
  height: 60px;
  background-color: #111110;
  border-radius: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-align: center;
}
#filter-emotion .link-top img {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

#navigation-mini {
  position: absolute;
  top: 0.3rem;
  left: 1.7rem;
  width: 6rem;
  z-index: 200;
}
#navigation-mini img {
  display: block;
}
#navigation-mini.slideout {
  transition: transform 0.3s ease;
  transform: translateY(-6.4rem);
}
#navigation-mini.slidein {
  transition: transform 0.3s ease;
  transform: translateY(0rem);
}

#fullcanvas-detail {
  /*padding-top: 40vh;*/
}
#fullcanvas-detail .trans-placeholder {
  height: 40vh;
  width: 100%;
}

.fullcanvas {
  width: 100vw;
  height: 110vh;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  top: 100vh;
  transition: transform 0.3s ease;
  transform: translateY(100vh);
}
.fullcanvas.show {
  transition: transform 0.3s ease;
  transform: translateY(-100vh);
}

#detail-emotion {
  background-color: #111110;
  padding-bottom: 20rem;
  padding-top: 5rem;
  position: relative;
}
#detail-emotion .icon-close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 40px;
  height: 40px;
  z-index: 100;
}
#detail-emotion .filter-content {
  width: 80%;
}
#detail-emotion .filter-content .header-container {
  position: relative;
}
#detail-emotion .filter-content .header-container .goto-emotion {
  width: 39px;
}
#detail-emotion .filter-content .header-container h3 {
  opacity: 1;
  color: rgb(243, 237, 222);
  font-family: "Unbounded";
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  z-index: 10;
}
@media (min-width: 390px) {
  #detail-emotion .filter-content .header-container h3 {
    font-size: 16px;
    line-height: 30px;
  }
}
#detail-emotion .filter-content .header-container .title {
  position: relative;
  height: 110px;
  z-index: 50;
  position: relative;
}
@media (min-width: 390px) {
  #detail-emotion .filter-content .header-container .title {
    height: 150px;
  }
}
#detail-emotion .filter-content .header-container .title h2 {
  opacity: 1;
  color: rgb(243, 237, 222);
  font-family: "Unbounded";
  font-style: normal;
  letter-spacing: 0rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 4rem;
  line-height: 4.2rem;
}
@media (min-width: 390px) {
  #detail-emotion .filter-content .header-container .title h2 {
    font-size: 5rem;
    line-height: 5.3rem;
  }
}
#detail-emotion .filter-content .header-container #lottieAnimationF {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 18.5rem;
  height: 18.5rem;
  z-index: 10;
}
#detail-emotion .filter-content .header-container #lottieAnimationF .lottieF {
  width: 13.5rem !important;
  height: 13.5rem !important;
}
@media (min-width: 390px) {
  #detail-emotion .filter-content .header-container #lottieAnimationF .lottieF {
    width: 18.5rem !important;
    height: 18.5rem !important;
  }
}
#detail-emotion .filter-content .header-container #lottieAnimationF svg {
  float: right;
}
#detail-emotion .filter-content .google-mentions,
#detail-emotion .filter-content .google-rating {
  opacity: 1;
  color: rgb(255, 255, 255);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  border-top: solid 1px #f3edde;
  border-bottom: solid 1px #f3edde;
}
#detail-emotion .filter-content .photo {
  width: 100%;
}
#detail-emotion .filter-content .photo img {
  width: 100%;
}
#detail-emotion .filter-content .photo-label {
  opacity: 1;
  color: rgb(243, 237, 222);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}
#detail-emotion .filter-content .google-review {
  opacity: 1;
  color: rgb(243, 237, 222);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}
#detail-emotion .filter-content .header-address {
  text-transform: uppercase;
  font-family: "Unbounded";
  font-weight: 400;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  border-bottom: solid 1px #F3EDDE;
}
#detail-emotion .filter-content .rights {
  color: rgb(243, 237, 222);
  font-family: "Roboto";
  font-size: 1.3rem;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  word-wrap: break-word;
}

#navigation.big {
  background-color: #000;
  /*adding-top: 4rem;*/
  min-height: 6.4rem;
  border-bottom: solid 1px #eadeba;
}
#navigation.big label.quest {
  color: rgb(243, 237, 222);
  font-family: "Unbounded";
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 3rem;
  padding-left: 2rem;
}
#navigation.big .menu-icon-collapsed {
  width: 52px;
  height: 52px;
  margin-right: 16px;
}

#offcanvas-menu {
  background-color: #111110;
}

#menu-options {
  overflow-x: hidden;
}
#menu-options .menu-icon-close {
  /*filter: invert(92%) sepia(16%) saturate(219%) hue-rotate(346deg) brightness(104%) contrast(91%);*/
  width: 6rem;
  height: 6rem;
  /*margin-top: 6.5rem;*/
  margin-right: 1.9rem;
}
#menu-options #menu-emotions {
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: #111110;
  padding: 1.7rem;
  /*margin-top: 6.5rem;*/
  margin-top: 0.5rem;
}
#menu-options #menu-emotions .menu-icon-open {
  width: 5.2rem;
  height: 5.2rem;
  margin-right: 1.6rem;
}
#menu-options #menu-emotions li {
  display: block;
  color: rgb(243, 237, 222);
  font-family: "Unbounded";
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 40px;
  text-transform: uppercase;
  line-height: 6rem;
  list-style: none;
  padding-left: 4.5rem;
  background-repeat: no-repeat;
  background-position: 0 1.1rem;
  background-size: 35px 35px;
}
#menu-options #menu-emotions li.felicidad {
  background-image: url("/img/emotions/happy.svg");
}
#menu-options #menu-emotions li.bienestar {
  background-image: url("/img/emotions/good.svg");
}
#menu-options #menu-emotions li.sorpresa {
  background-image: url("/img/emotions/surprise.svg");
}
#menu-options #menu-emotions li.tranquilidad {
  background-image: url("/img/emotions/relax.svg");
}
#menu-options #menu-emotions li.diversion {
  background-image: url("/img/emotions/fun.svg");
}
#menu-options #menu-emotions li.curiosidad {
  background-image: url("/img/emotions/curious.svg");
}
#menu-options #menu-emotions li.melancolia {
  background-image: url("/img/emotions/melan.svg");
}
#menu-options #menu-emotions li.libertad {
  background-image: url("/img/emotions/liberty.svg");
}
#menu-options #menu-emotions li.armonia {
  background-image: url("/img/emotions/harmony.svg");
}
#menu-options #menu-emotions li.amor {
  background-image: url("/img/emotions/love.svg");
}
#menu-options #menu-emotions li.inspiracion {
  background-image: url("/img/emotions/inspiration.svg");
}
#menu-options #menu-emotions li.pasion {
  background-image: url("/img/emotions/passion.svg");
}
#menu-options .intro {
  opacity: 1;
  color: rgb(243, 237, 222);
  background-color: #111110;
  font-family: "Unbounded";
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 6rem;
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
@media (min-width: 390px) {
  #menu-options .intro {
    font-size: 1.6rem;
  }
}
