/*
 * Fonts
 */

* {
  color: #000000 !important;
}

body {
  background-color: #EDE9D9 !important;
}

@font-face {
  font-family: 'Telegrafico';
  src: url('../../fonts/telegrafico/Telegrafico-400.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Bodoni';
  src: url('../../fonts/bodoni/Bodoni-Book.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'NeutraText';
  src: url('../../fonts/neutra/NeutraTextTF-Book.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'NeutraTextAlt';
  src: url('../../fonts2/neutratext/NeutraText-Book.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "SilkSerifCondensed-Regular";
  src: url("../../fonts/silkSerif/SilkSerifCondensed-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Calibre-Regular";
  src: url("../../fonts/calibre/Calibre-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "InstrumentsSans-Regular";
  src: url("../../fonts/instrumentsSans/InstrumentSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "InstrumentsSans-Regular";
  src: url("../../fonts/instrumentsSans/InstrumentSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "InstrumentsSans-Regular";
  src: url("../../fonts/instrumentsSans/InstrumentSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}


@font-face {
  font-family: 'Atlas-Type-Thin';
  src: url('../../../assets/fonts/atlas-type-thin/AtlasTypewriter-Thin.otf') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Atlas-Grotesk-Thin';
  src: url('../../../assets/fonts/atlas-grotesk/AtlasGrotesk-Thin.otf') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Atlas-Grotesk-Regular';
  src: url('../../../assets/fonts/atlas-grotesk/AtlasGrotesk-Regular.otf') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Atlas-Type-Regular";
  src: url("../../fonts/atlas-type-regular/atlas-typewriter-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}



/* Custom default button */

/*
 * Base structure
 */

/* .black-site-bg {
  background-color: #000000;
} */

.h-25vh {
  height: 25vh !important;
}

.h-35vh {
  height: 35vh !important;
}

.h-50vh {
  height: 50vh !important;
}

.h-65vh {
  height: 65vh !important;
}

.h-75vh {
  height: 75vh !important;
}

.h-85vh {
  height: 85vh !important;
}

.h-100vh {
  height: 100vh !important;
}

.w-25vw {
  width: 25vw !important;
}

.w-35vw {
  width: 35vw !important;
}

.w-50vw {
  width: 50vw !important;
}

.w-65vw {
  width: 65vw !important;
}

.w-75vw {
  width: 75vw !important;
}

.w-85vw {
  width: 85vw !important;
}

.w-100vw {
  width: 100vw !important;
}

.carousel-control-next,
.carousel-control-prev {
  width: 25px;

}

body {
  /** background: #c9c6bf;**/
  /* background: #CECCC6; */
  width: 100%;
  overflow-x: hidden;
}

p {
  font-size: 1rem;
  font-family: "Atlas-Grotesk-Regular";
}

.base-white-fff-color {
  color: #ffffff !important;
}

.base-black-000-color {
  color: #000000;
}

.f-f-neutraText {
  font-family: "NeutraText";
}

.f-f-badoni {
  font-family: "Badoni";
}

.f-f-silkSerik-regular {
  font-family: "SilkSerifCondensed-Regular";
}

.f-f-neutraTextAlt {
  font-family: "NeutraTextAlt";
}

.f-f-atlasTypeRegular {
  font-family: "Atlas-Type-Regular" !important;
}

.f-f-atlasTypeThin {
  font-family: "Atlas-Type-Thin" !important;
}

.f-f-atlasGroteskThin {
  font-family: "Atlas-Grotesk-Thin" !important;
}

.main-container {
  max-width: 42em;
}

/**Home style**/
.header-home {
  height: 80vh;
}

.bg-nomade {
  background: #EDE9D9;
}

.color-nomade{
  color: #fff !important;
}

.bg-transparent {
  background: transparent;
}

.content-home {
  height: 95vh;
}

footer {
  padding: 20px;
  width: 101%;
  margin: 0px;
  padding-right: 110px;

}

footer p {
  color: #ffff;
  font-family: "Atlas-Grotesk-Regular";
  line-height: 1.2;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: .8rem;
  font-weight: 300;
}

.info-footer p a {
  color: #ffff;
  text-decoration: none;

}

.footer-info-dir {
  text-align: right;
  font-size: .9rem;
}

.footer-info-dir a {
  color: #fff;
  font-size: .8rem;
  text-decoration: none;
}

.sociales-black {
  padding-left: 2rem;
  padding-inline-start: 0px !important;
}

.sociales-black li {
  display: inline-block;
}

.sociales li {
  display: inline-block;
}

.item-social img {
  width: 18px;
  margin-left: 10px;
}

.item-social-f img {
  width: 9px;
  margin-left: 10px;
}

.whatsapp-btn {
  position: fixed;
  z-index: 9999;
  bottom: 78px;
  right: 16px;
}


.homevid .container {
  position: relative;
  z-index: 2;
}

.homevid {
  position: relative;
  background-color: black;
  height: 100vh;
  background-image: url("../../../assets/img/general/portada-index-tulum.jpg");
  background-size: cover;
  /* min-height: 40vh; */
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}

#img-portada-index-nomade {
  display: none;
  margin-left: 7%;
  margin-top: 15%;
}

.homevid video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.homevid .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}

.txt-main-header {
  text-align: center;
  color: #ffff;
}

.txt-main-header h2 {
  font-family: "Bodoni";
  font-size: 1.5rem;
}

.txt-main-header h1 {
  font-family: "Telegrafico";
  font-size: 3rem;
  line-height: 2rem;
  font-weight: 500;

}

.txt-main-header img {
  margin-top: 20px;
  width: 150px;
}


.section-2-home {
  min-height: 55vh;
  background: #EDE9D9;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;

}

.section-2-home h3 {
  font-family: "Atlas-Type-Regular";
  font-size: 1.8rem;
}

.content-txt-section-2-home {
  height: 100%;
  padding-left: 50px;
}

.content-txt-section-2-home h3 {
  font-family: "Atlas-Type-Thin";
  font-size: 1rem;
}

.content-txt-section-2-home h2 {
  font-family: "Atlas-Type-Regular";
  font-size: 2.3rem;
  line-height: .9;
}

.content-txt-section-2-home p {
  font-family: "Atlas-Grotesk-Thin";
  font-size: .8rem;
  line-height: 1.2;
  color: #444444;
}

.section-3-home {
  min-height: 60vh;
  background: #EDE9D9 !important;
  /**
  margin-left: 20px;
  margin-right: 20px;
  **/
  margin-bottom: 40px;
  margin-top: 40px;
}

.section-3-home .row {
  margin-left: 0px;
  margin-right: 0px;
}

.cont-img-3-home {
  position: relative;
  padding-left: 10px;
}

.cont-section-3-home {
  position: absolute;
  top: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center !important;
}

.content-txt-music h3 {
  color: #ffff !important;
  font-family: "Atlas-Type-Regular";
  font-size: 2.2rem;
  line-height: 1.5rem;
}

.content-txt-music {
  width: 80%;
}

.content-txt-music p {
  padding-left: 40px;
  padding-right: 40px;
  color: #ffff !important;
  font-family: "Atlas-Grotesk-Regular";
  font-size: 1.1rem;
  text-align: center;
}


.btn {
  text-decoration: none;
  font-family: "Atlas-Grotesk-Regular";
  min-width: 120px;
  padding: 7px 5px 7px 5px;
  border-radius: 10px;
}

.btn-outline-white {
  color: #fff !important;
  border-color: #fffd;
}

.btn-outline-white:hover,
.btn-outline-white:active {
  color: #fff;
  border-color: #fffd;
  box-shadow: none;
}

.btn-book-now-black {
  font-family: "Atlas-Grotesk-Thin" !important;

  color: #000000 !important;
  text-decoration: none;
  font-size: 1rem;
  border: #000000 solid 1.7px;
  padding: 8px 12px 8px 12px;
  border-radius: 10px;
  width: 500px !important;
}

.btn-black {
  color: #f1f1f1f1 !important;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  background-color: #444444;
  border: #444444 solid 1.7px;
  padding: 8px 12px 8px 12px;
  border-radius: 10px;
  width: 500px !important;
}

.btn-outline-black {
  /* color: #444444 !important; */
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border: #000 solid 1.7px;
  padding: 8px 12px 8px 12px;
  border-radius: 10px;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-width: 190px !important;
}


.section-04-heritage {
  height: 80vh;
  background: url("../../img/home/NOMADE_TULUM_walk.jpg");
  background-position: center center;
  background-size: cover;

}

.section-04-heritage h2 {
  font-family: "Atlas-Type-Regular";
  color: #fff !important;
  font-size: 2rem;
}

.section-04-heritage h3 {
  font-family: "Atlas-Type-Thin";
  color: #fff !important;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8rem;
  letter-spacing: 2.1px;
}

.sub-heritage {
  width: 100%;
  text-align: right;
  font-family: "Telegrafico";
  color: #fff;
  top: 25px;
  right: 0px;
  font-size: 1rem;
  font-weight: 500;
}


.section-5-home {
  min-height: 55vh;
  background: #EDE9D9;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;

}

.content-txt-section-5-home {
  height: 100%;
  padding-left: 50px;
}

.content-txt-section-5-home h3 {
  font-family: "Atlas-Type-Regular";
  font-size: 1rem;
}

.content-txt-section-5-home h2 {
  font-family: "Atlas-Type-Regular";
  font-size: 2.3rem;
  line-height: .9;
}

.content-txt-section-5-home p {
  font-family: "Atlas-Grotesk-Thin";
  font-size: 1.1rem;
  line-height: 1.2;
  color: #444444;
}

.section-6-home {
  min-height: 60vh;
  margin-top: 40px;
  margin-bottom: 25px;
}

.section-6-home p {
  font-family: "Atlas-Grotesk-Thin";
  font-size: 1rem;
}

.cont-img-6-home {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.cont-section-6-home {
  position: absolute;
  top: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center !important;
}

.content-txt-galery h3 {
  color: #ffff !important;
  font-family: "Atlas-Type-Regular";
  font-size: 1.2rem;
}

.content-txt-galery {
  width: 80%;
}

.link-white {
  font-family: "NeutraText";
  text-decoration: none;
  color: #fff;
}

.link-white:hover {
  color: #fff;
}

.carpa-text {
  width: 30px;
  margin-bottom: 15px;
}

.section-healty {
  min-height: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.section-healty p {
  margin-top: 1rem
}

.section-carbon {
  height: 320px;
  background: url('../../img/home/holbox_home_nomade.png');
  background-size: cover;
  background-position: center center;
}

.section-carbon h4 {
  font-family: 'Bodoni';
  color: #fff;
  font-size: 2rem;
}

.section-carbon p {
  color: #fff;
  font-size: 1.1rem;
  font-family: 'NeutraText';
}


.button {
  background-color: #ffff;
  color: white;
  text-decoration: none;
  border-radius: 60px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 16px;
  height: 80px;
  width: 80px;
  display: none;
}

.button:hover {
  width: 300px;
}

.icon {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 60px;
  margin-left: 9px;
  height: 60px;
}

.text {
  white-space: nowrap;
  padding-right: 15px;
}


.infochat_floatmain {
  /**
  right: 22px !important;
  margin-bottom: 25px;
  display: none !important;**/
}


/**Section slider-home**/
#slider-home {
  min-height: 88vh;
}


.item-home-slider {
  height: 88vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


/**Fin Section slider-home**/




.header-img-main {
  height: 90vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 50px 25px 50px;
}

.isologo-header {
  width: 40px;
  margin-bottom: 5px;
}

.titulo-header {
  color: #fff !important;
  font-family: 'Atlas-Type-Regular';
  font-size: 2.3rem;
  margin-top: 4px;
}

.text-header {
  color: #fff !important;
  font-family: 'Atlas-Grotesk-Regular';
  font-size: 1rem;
}

.p-grid-isotope {
  left: 51px;
}

/**
Cuisinesection **/
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Atlas-Type-Thin';
}

.tex-cafe {
  color: #444444;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.7;
}

.section-page {
  margin-bottom: 40px;
  margin-top: 40px;
}

.cont-titulos {
  display: flex;
  margin-bottom: 25px;
}

.txt-titulo {
  font-family: "Bodoni";
  font-size: 2.3rem !important;
  line-height: .9;
  margin-right: 2px;
}

.linea-titulo {
  border-bottom: #444444 2px solid;
  flex: 1;
  margin-bottom: 15px;
  margin-left: 37px;
}


.height-80 {
  height: 80vh;
  overflow: hidden;
}

.p-section {
  font-family: "Atlas-Grotesk-Regular";
  font-size: 1.1rem;
  line-height: 1.2;
}

.p-section-9 {
  font-family: "Atlas-Grotesk-Regular";
  font-size: 1rem;
  line-height: 1.2;
}

.disp-block {
  display: contents !important;
}

.p-section-small {
  font-family: "Atlas-Grotesk-Regular";
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}


.alto-item {
  height: 70vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.alto-item-sound {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-1-kuu {
  background-image: url('../../img/cuisine/kuu/KuuTulum1.jpg');
}

.item-2-kuu {
  background-image: url('../../img/cuisine/kuu/OmakaseNomade2.jpg');
}

.item-3-kuu {
  background-image: url('../../img/cuisine/kuu/RestauranteNomade.jpg');
}


.item-1-macondo {
  background-image: url('../../img/cuisine/macondo/slider/cuisine-carrusel-macondo-1.png');
}

.item-2-macondo {
  background-image: url('../../img/cuisine/macondo/slider/cuisine-carrusel-macondo-2.png');
}

.item-3-macondo {
  background-image: url('../../img/cuisine/macondo/slider/cuisine-carrusel-macondo-3.png');
}

/* .item-4-macondo {
  background-image: url('../../img/cuisine/macondo/slider/Nomade\ Macondo\ Ingredientes.jpeg');
}
.item-5-macondo {
  background-image: url('../../img/cuisine/macondo/slider/Nomade\ Macondo\ Cuisine.jpeg');
} */

.item-1-popu {
  background-image: url('../../img/cuisine/lapopular/slider/Nomade\ La\ Popular\ restaurant\ 3.jpeg');
}

.item-2-popu {
  background-image: url('../../img/cuisine/lapopular/slider/Nomade\ La\ Popular\ restuarant.jpeg');
}

.item-3-popu {
  background-image: url('../../img/cuisine/lapopular/slider/Nomade\ La\ Popular\ restuarante\ 2.jpeg');
}

.item-4-popu {
  background-image: url('../../img/cuisine/lapopular/slider/Nomade\ La\ Popular\ ingredientes.jpeg');
}

.item-5-popu {
  background-image: url('../../img/cuisine/lapopular/slider/Nomade\ La\ Popular\ Menu.jpeg');
}

.item-1-mdi {
  background-image: url('../../img/cuisine/slider/mestiza_de_indias_producion.jpg');
}

.item-2-mdi {
  background-image: url('../../img/cuisine/slider/mestiza_de_indias_ingredients.jpg');
}

.item-3-mdi {
  background-image: url('../../img/cuisine/slider/mestiza_de_indias_nature.jpg');
}

.item-4-mdi {
  background-image: url('../../img/cuisine/slider/mestiza_de_indias_home.jpg');
}

/**Section heritage **/
hr.medio {
  width: 50%;
  border-top: 1px solid #444444;
  margin-left: auto;
  margin-right: auto;
}


.img-2-grid {
  margin-top: 18px;
}

.img-right-gallery,
.img-left-gallery {
  padding: 10px;
}


/**Section beach deack **/

.item-1-beachdeck {
  background-image: url('../../img/beach-deck/slider/Nomade\ Beach\ Deck\ .jpeg');
}


.item-2-beachdeck {
  background-image: url('../../img/beach-deck/slider/Nomade\ Beach\ Deck\ Nature.jpeg');
}


.item-3-beachdeck {
  background-image: url('../../img/beach-deck/slider/Nomade\ Room.jpeg');
}



.img-2-grid {
  margin-top: 18px;
}

.img-right-gallery,
.img-left-gallery {
  padding: 10px;
}


.terms-content-list {
  padding-left: 0px;
}

/** Terminos y condiciones **/
.terms-content-list li {
  list-style: none;
  margin-top: 14px;
  color: black;
}

.terms-content-list li a {
  list-style: none;
  color: #444444;
  text-decoration: none;
  font-family: 'Bodoni';
  font-size: 1.5rem;
  letter-spacing: .7px;
}

.btn-idioma {
  background: none;
  color: #ffff;
  font-family: "Telegrafico";
  font-size: 11pt;
  letter-spacing: .9px;
  border: none;
}

.drop-idioma {
  background-color: transparent !important;
  border: none;
}

.drop-idioma>li {
  top: -12px;
  width: 70px;
}

.drop-idioma>li>a {
  background: #444444;
}


/** Home section**/
.date-special {
  font-family: "Bodoni";
  font-size: .9rem;
  font-weight: 500;
  text-align: left;
}

.hotel-special {
  font-family: "Bodoni";
  font-size: .9rem;
  font-weight: 500;
  text-align: left;
}

.promo-special {
  font-size: 1.6rem !important;
  font-family: "Bodoni";
  line-height: .9;
}

.link-terminos-offers {
  color: #212529;
  text-decoration: none;
  font-style: italic;
  transition: all .1s ease-in-out;
}

/*Section Retreat Nomade Welllness*/

.header-retreat {
  position: relative;
  background-image: url('../../img/balance/retreat/cover_trust_wellness.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}

#video-retreat {
  width: 100%;
  height: 100%;
}


.text-head-retreat {
  font-family: "Bodoni" !important;
  font-size: 2.2rem !important;
  line-height: .9;
  text-transform: uppercase;
}

.btn-full-black {
  color: #ffffff !important;
  background: #000000;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border: #000000 solid 1.7px;
  padding: 8px 12px 8px 12px;
  border-radius: 10px;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-width: 190px !important;
  padding: 10px 30px;
  font-family: "NeutraText";
}


.text-h2-header-retrat {
  font-family: "Telegrafico";
  font-size: 2rem !important;
  line-height: 2rem;
  font-weight: 500;
}

.text-h1-header-retrat {
  font-size: 5rem !important;
  line-height: 3.4rem !important;
  font-weight: 200;
}

.text-person-quote {
  font-family: "NeutraText";
  font-size: 1.1rem;
  line-height: 1.2;
  color: #444444;
}

.text-quote {
  font-family: "NeutraText";
  font-size: 1.1rem;
  line-height: 1.2;
  font-style: italic;
  color: #444444;
}

.card-title-retreat {
  color: #ffff;
  font-family: "Bodoni";
  font-size: 1.4rem !important;
}

.p-popup {
  font-family: "NeutraText";
  font-size: 1rem;
  line-height: 1.2;
  color: #444444;
}

.user-popup {
  color: #444444;
  font-family: "Bodoni";
  font-style: italic;
  font-size: 1.4rem;
}

.cita-popup {
  font-family: "NeutraText";
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #444444;
  text-transform: uppercase;
}

.body-popup-retrat {
  padding: 0px;
}

.p-package {
  font-family: "NeutraText";
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  color: #444444;
}

.p-package-detail {
  font-family: "NeutraText";
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  color: #444444;
}

.br {
  border-right: #444444 solid 1.2px;
}

.tel-popup {
  font-family: "NeutraText";
  font-size: 1.4rem;
  color: #444444;
  text-decoration: none;
  font-weight: 800;
}

.tel-popup:hover {
  font-family: "NeutraText";
  font-size: 1.4rem;
  color: #444444;
  text-decoration: none;
  font-weight: 800;
}





/* cookies popup control */

.cookies-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1500;
}

#cookies-overlay {
  display: none;
}

.popup {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #c9c5bf;
  z-index: 1501;
}

#popup-cookies {
  display: none;
}

.popup>div {
  min-height: 15vh;
  max-height: 40vh;

}

.popup img {
  width: 5rem;
}

.popup p {
  text-align: left;
  font-family: "Atlas-Grotesk-Regular";
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.btn-cookie {
  color: white;
  border-radius: 2px;
  margin: 10px;
  width: 40%;
  min-height: 2.5rem;
  font-family: "Atlas-Grotesk-Regular";
  font-weight: 500;

  font-size: 0.8rem;
}

.accept-cookie {
  background-color: #444444;
  border-color: #444444;
}

.cookies-settings {
  background-color: #a39f99;
  border-color: #a39f99;
}



/*New fonts*/
.btn-transparent {
  background: transparent !important;
  color: #000 !important;
  font-family: "Atlas-Grotesk-Regular";
  font-size: 1rem !important;
}

.n-titulo {
  font-family: "Atlas-Type-Regular" !important;
  font-size: 2.3rem !important;
}



.n-sub-titulo {
  font-family: 'Atlas-Type-Thin' !important;
  font-size: 1.25rem !important;
}


.n-pa {
  font-family: "Atlas-Grotesk-Regular" !important;
  font-size: 1rem !important;
}

/*New fonts*/


/* BLOG */
/* For Journal */
.img-journal-home {
  width: 100%;
  height: 100%;
}

.fixInterline {
  line-height: 0.5rem;
  font-style: italic;
}

.colorHide {
  color: #787878 !important;
  font-style: italic;

}

.readJournal {
  background-color: #1a150d;
}

.clearLink {
  text-decoration: none;
}

.blog-img-home {
  height: 60vh;
  background-size: cover;
  overflow: hidden;
  margin-top: 0px;
  background-position: center;
  background-repeat: no-repeat;
}

.journal-arrow {
  width: 10%;
  height: 10%;
}

.img-ocean-home {
  background-image: url("../../../assets/img/balance/journal/img-home-ocean.webp");
}

.img-bridge-home {
  background-image: url("../../../assets/img/balance/journal/img-home-bridge.webp");
}

.img-wonderland-home {
  background-image: url("../../../assets/img/balance/journal/img-home-wonderland.webp");
}

@media (max-width: 766px) {
  .flex-order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .journal-arrow {
    width: 4%;
    height: 4%;
  }
}

/* BLOG */
/* For Journal */



/* Upcoming events */

.home-img-event{
  
  width: 85vw;
  height: 50vh;
}
@media (max-width:1100px){
  .responsive-fs{
    font-size: 1rem !important;
  }
}

@media (max-width:760px) {
  .eventResize {
    display: none;
  }

  .eventResize-show {
    height: 15vh;
    display: block !important;
  }
}

/* Upcoming events */



/**Gallery page**/
#gallery-content {
  min-height: 100vh;
}

/**Fin Gallery page**/
@media (max-width: 1100px) {
  .homevid {
    background-image: url("../../../assets/img/general/portada-index-tulum.jpg");

    display: flex;
    justify-content: center;
    align-items: center;
  }

  #img-portada-index-nomade {
    display: block;
    margin: 0px;
    align-self: center;
  }
}

@media (max-width:850px) {

  .popup>div:first-child {
    flex-direction: column;
    min-height: 30vh;
    max-height: 60vh;
  }

  .popup img {
    height: 1.8rem;
  }

  .popup p {
    padding: 0px;
    margin: 0px auto !important;
  }

  /* Text */
  .popup>div:first-child>div:nth-child(2) {
    width: 100%;
  }

  /* Button */
  .popup>div:first-child>div:nth-child(3) {
    width: 100%;
  }

  .popup>div:first-child>div:nth-child(3)>div {
    margin-bottom: 0.5rem;
  }

}

@media(max-width:600px) {

  #img-portada-index-nomade {
    width: 96%;
    height: 40%;
    align-self: center;
  }
}

@media (max-width:450px) {

  .popup>div:first-child>div:first-child {
    margin-top: 1.2rem !important;
  }



  .popup p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

}

@media (max-width:315px) {
  .popup {
    width: 320px;
  }
}


/* End Cookies popup control */