@import url("https://use.typekit.net/ejs2wwq.css");
@font-face {
	font-family: 'NoeDisplayRegular';
	src: url("../fonts/NoeDisplayRegular.eot");
	src: url("../fonts/NoeDisplayRegular.eot") format("embedded-opentype"), url("../fonts/NoeDisplayRegular.woff2") format("woff2"), url("../fonts/NoeDisplayRegular.woff") format("woff"), url("../fonts/NoeDisplayRegular.ttf") format("truetype"), url("../fonts/NoeDisplayRegular.svg#NoeDisplayRegular") format("svg")
}

@font-face {
	font-family: 'NoeDisplayBold';
	src: url("../fonts/NoeDisplayBold.eot");
	src: url("../fonts/NoeDisplayBold.eot") format("embedded-opentype"), url("../fonts/NoeDisplayBold.woff2") format("woff2"), url("../fonts/NoeDisplayBold.woff") format("woff"), url("../fonts/NoeDisplayBold.ttf") format("truetype"), url("../fonts/NoeDisplayBold.svg#NoeDisplayBold") format("svg")
}

/*@font-face {
	font-family: 'NoeDisplayBoldItalic';
	src: url("../fonts/noe/NoeDisplayBoldItalic.eot");
	src: url("../fonts/noe/NoeDisplayBoldItalic.eot") format("embedded-opentype"), url("../fonts/noe/NoeDisplayBoldItalic.woff2") format("woff2"), url("../fonts/noe/NoeDisplayBoldItalic.woff") format("woff"), url("../fonts/noe/NoeDisplayBoldItalic.ttf") format("truetype"), url("../fonts/noe/NoeDisplayBoldItalic.svg#NoeDisplayBoldItalic") format("svg")
}

@font-face {
	font-family: 'NoeDisplayMedium';
	src: url("../fonts/noe/NoeDisplayMedium.eot");
	src: url("../fonts/noe/NoeDisplayMedium.eot") format("embedded-opentype"), url("../fonts/noe/NoeDisplayMedium.woff2") format("woff2"), url("../fonts/noe/NoeDisplayMedium.woff") format("woff"), url("../fonts/noe/NoeDisplayMedium.ttf") format("truetype"), url("../fonts/noe/NoeDisplayMedium.svg#NoeDisplayMedium") format("svg")
}

@font-face {
	font-family: 'NoeDisplayMediumItalic';
	src: url("../fonts/noe/NoeDisplayMediumItalic.eot");
	src: url("../fonts/noe/NoeDisplayMediumItalic.eot") format("embedded-opentype"), url("../fonts/noe/NoeDisplayMediumItalic.woff2") format("woff2"), url("../fonts/noe/NoeDisplayMediumItalic.woff") format("woff"), url("../fonts/noe/NoeDisplayMediumItalic.ttf") format("truetype"), url("../fonts/noe/NoeDisplayMediumItalic.svg#NoeDisplayMediumItalic") format("svg")
}*/



[data-aos=fade-up] {
  transform: translate3d(0,25px,0);
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
[data-aos][data-aos][].aos-animate, body[] [data-aos].aos-animate {
  transition-delay: .3s;
}

body {
  color: #212125;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}

.scroll-initial {
  position: absolute;
  bottom: 45px;
  right: 52px;
  z-index: 1;
}
.scroll-initial:hover {
  opacity: 0.7;
}
@media (max-width: 1370px) {
  .scroll-initial {
    right: 35px;
  }
}
@media (max-width: 991px) {
  .scroll-initial {
    filter:invert(1);
  }
}

.btn-border {
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid white;
  font-size: 15px;
  font-weight: bold;
  font-family: pt-serif-pro, serif;
  text-decoration: none;
  color: white;
  padding: 12px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-border:hover {
   background-color: white;
   color: #212125;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
 }
.btn-border img {
  height: 10px !important;
  width: auto !important;
  margin: 0;
  margin-bottom: 0 !important;
  margin-right: 20px;
  margin-left: -20px;
  margin-top: -2px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-border:hover img {
  margin-right: 14px;
  margin-left: 0;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-white {
  font-size: 13px;
  font-weight: bold;
  font-family: pt-serif-pro, serif;
  background-color: white;
  color: #212125;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 59px;
  border: 1px solid white;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-white span {
  font-size: 25px;
  margin: 0 8px;
}
.btn-white.border {
  border: 2px solid #212125 !important;
}
.btn-white:hover {
  color: white;
  background-color: #212125;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
@media (max-width: 574px) {
  .btn-white {
    padding: 12px 15px;
  }
}

/* INDEX ======================================= */
.index .col-2 {
  padding: 15px;
}
.index .logo {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.index .indice {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.index a {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #000000;
  text-align: left;
  text-decoration: none;
}
.index img {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index img:hover {
  box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.4);
  opacity: 1;
  z-index: 1;
  -moz-transform: scale(1.1) translateX(0px) translateY(15px);
  -webkit-transform: scale(1.1) translateX(0px) translateY(15px);
  -o-transform: scale(1.1) translateX(0px) translateY(15px);
  -ms-transform: scale(1.1) translateX(0px) translateY(15px);
  transform: scale(1.1) translateX(0px) translateY(15px);
}

/* NAV ======================================= */
.navbar {
  position: fixed;
  top: 0px;
  height: 150px;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 10;
	width: -moz-fit-content;
	width: fit-content;
}
.navbar .nav-icon {
  background-color: #212125;
  cursor: pointer;
  font-size: 150px;
  height: 150px;
  padding: 60px;
  position: fixed;
  right: 0px;
  top: 0px;
  transition: all 0.3s ease;
  width: 150px;
  z-index: 10;
}
@media (max-width: 1370px) {
  .navbar .nav-icon {
    height: 110px;
    padding: 40px;
    width: 110px;
  }
}
@media (max-width: 575px) {
  .navbar .nav-icon {
    height: 90px;
    padding: 30px;
    width: 90px;
  }
}
.navbar .nav-icon-line {
  background-color: #F4F5E4;
  display: block;
  height: 1px;
  margin-bottom: 6px;
  margin-top: 6px;
  transition: transform 0.2s ease, background-color 0.5s ease;
  width: 30px;
}
.navbar .nav-icon-line-left {
  width: 30px;
}
.navbar .nav-icon-line-right {
  margin-left: 15px;
  width: 15px;
}
.navbar .nav {
  background-color: #F4F5E4;
  color: #212125;
  display: none;
  height: 100vh;
  transition: all 0.3s ease;
  width: 100%;
}
.navbar .nav .nav-language {
  height: 150px;
  height: 110px;
  padding-left: 150px;
}
@media (max-width: 1500px) {
  .navbar .nav {
    overflow: scroll;
  }
}
@media (max-width: 1300px) {
  .navbar .nav .nav-language {
    height: 65px;
  }
}
@media (max-width: 575px) {
  .navbar .nav .nav-language {
    height: 120px;
    height: 5px;
    padding-left: 85px;
    margin-top: 30px;
  }
}
.navbar .nav .nav-language a {
  color: #212125;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 13px;
  line-height: 150px;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar .nav .nav-content {
  padding: 0px 150px 0px 150px;
  width: 100%;
}
@media (max-width: 575px) {
  .navbar .nav .nav-content {
    padding: 0px 85px 0px 85px;
  }
}
.navbar .nav .nav-content .nav-img img,
.navbar .nav .nav-content .nav-img .position-relative{
  height: calc(100vh - 300px);
  height: calc(100vh - 200px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.navbar .nav .nav-content .nav-img img.img-hover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar .nav .nav-content .nav-img img.img-hover.img-1[data-hover="img-0"],
.navbar .nav .nav-content .nav-img img.img-hover.img-1[data-hover="img-1"],
.navbar .nav .nav-content .nav-img img.img-hover.img-2[data-hover="img-2"],
.navbar .nav .nav-content .nav-img img.img-hover.img-3[data-hover="img-3"],
.navbar .nav .nav-content .nav-img img.img-hover.img-4[data-hover="img-4"],
.navbar .nav .nav-content .nav-img img.img-hover.img-5[data-hover="img-5"],
.navbar .nav .nav-content .nav-img img.img-hover.img-6[data-hover="img-6"],
.navbar .nav .nav-content .nav-img img.img-hover.img-7[data-hover="img-7"],
.navbar .nav .nav-content .nav-img img.img-hover.img-8[data-hover="img-8"],
.navbar .nav .nav-content .nav-img img.img-hover.img-9[data-hover="img-9"],
.navbar .nav .nav-content .nav-img img.img-hover.img-10[data-hover="img-10"],
.navbar .nav .nav-content .nav-img img.img-hover.img-11[data-hover="img-11"],
.navbar .nav .nav-content .nav-img img.img-hover.img-12[data-hover="img-12"],
.navbar .nav .nav-content .nav-img img.img-hover.img-13[data-hover="img-13"],
.navbar .nav .nav-content .nav-img img.img-hover.img-14[data-hover="img-14"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar .nav .nav-content .nav-list .nav-first-lvl > ul:first-child {
  margin-bottom: 0;
}
.navbar .nav .nav-content .nav-list .nav-first-lvl .nav-item {
  color: #212125;
  font-family: pt-serif-pro, serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 43px;
  text-decoration: none;
}
.navbar .nav .nav-content .nav-list .nav-item {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar .nav .nav-content .nav-list .nav-item:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar .nav .nav-content .nav-list .nav-first-lvl li span {
  margin-left: 13px;
  margin-right: 13px;
}
.navbar .nav .nav-content .nav-list .nav-first-lvl li:last-child span {
  display: none !important;
}
.navbar .nav .nav-content .nav-list .nav-first-lvl.b-menu {
  display: flex;
}
.navbar .nav .nav-content .nav-list .nav-second-lvl .nav-item {
  color: #212125;
  font-family: pt-serif-pro, serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 31px;
  text-decoration: none;
}
.navbar .nav .nav-content .nav-list .nav-third-lvl .nav-item {
  color: #212125;
  font-family: pt-serif-pro, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  text-decoration: none;
}
.navbar .nav .nav-logo {
  background-color: #212125;
  height: 150px;
  width: 150px;

  display: none !important;
}
.navbar .nav .nav-logo img {
  filter: invert(100%);
  padding: 52px 21px;
}
.navbar.open {
  width: 100%;
}
.navbar.open .nav-icon {
  height: 100vh;
}
.navbar.open .nav-icon-line {
  transform: translate(0px, 0px) rotate(-45deg);
}
.navbar.open .nav-icon-line-left {
  transform: translate(1px, 7px) rotate(45deg);
}
.navbar.open .nav-icon-line-right {
  transform: translate(-1px, -1px) rotate(45deg);
}
.navbar.open .nav {
  display: block;
}
@media (max-width: 575px) {
  .navbar.open .nav {
    overflow: scroll;
  }
}

/* SECTIONS ======================================= */
.d-hero .carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.d-hero .carousel .carousel-inner .carousel-item .carousel-caption {
  bottom: initial;
  padding: 0px;
  text-align: left;
  text-align: center;
  top: 47%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .d-hero .carousel .carousel-inner .carousel-item .carousel-caption {
    top: 45%;
  }
}
.d-hero .carousel .carousel-inner .carousel-item .carousel-caption .title {
  color: #212125;
  color: #f4f5e4;
	font-family: 'NoeDisplayBold';
  font-size: 200px;
  line-height: 200px;
  font-size: 150px;
  line-height: 150px;
  margin: 0px;
}
.d-hero .carousel .carousel-inner .carousel-item .carousel-caption .title-pre {
  color: #212125;
  color: #f4f5e4;
	font-family: 'NoeDisplayBold';
  font-size: 50px;
  line-height: 60px;
  margin: 0px;
}
.d-hero .carousel .carousel-inner .carousel-item .carousel-caption .title-post {
  color: #212125;
  color: #f4f5e4;
	font-family: 'NoeDisplayBold';
  font-size: 36px;
  line-height: 42px;
  margin: 0px;
}
.d-hero .carousel .carousel-item:before {
  content: '';
  background-color: rgb(0 0 0 / 35%);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 1400px) {
  .d-hero .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 150px;
    line-height: 150px;
  }
}
@media (max-width: 991px) {
  .d-hero .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 100px;
    line-height: 100px;
  }
  .d-hero .carousel .carousel-inner .carousel-item .carousel-caption .title-pre {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .d-hero .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 65px;
    line-height: 65px;
  }
  .d-hero .carousel .carousel-inner .carousel-item .carousel-caption .title-pre {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .d-hero .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 50px;
    line-height: 50px;
  }
}
.d-hero .carousel .carousel-indicators {
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: initial;
  flex-direction: column;
  margin: 0px 67px;
  width: 16px;
}
.d-hero .carousel .carousel-indicators [data-bs-target] {
  border-radius: 100%;
  margin: 0px 6px;
  height: 4px;
  width: 4px;
}
.d-hero .carousel .carousel-control .carousel-control-prev {
  top: inherit;
  left: initial;
  bottom: 0px;
  right: 75px;
  padding: 0px;
  height: 150px;
  width: 75px;
  z-index: 2;
}
.d-hero .carousel .carousel-control .carousel-control-next {
  top: inherit;
  left: initial;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  height: 150px;
  width: 75px;
  z-index: 2;
}

.d-landing-category {
  padding: 105px 0 55px;
  position: relative;
}
.d-landing-category:before {
  background-color: #212125;
  position: absolute;
  content:'';
  left:0;
  top:0;
  right: 150px;
  bottom: 0;
  z-index: -1;
}
.d-landing-category .list-apart .apart > div > p {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.1em;
	color: #B8B8B8;
	margin-bottom: 0;
}
@media (max-width: 1370px) {
  .d-landing-category:before {
    right: 110px;
  }
	.d-hero .carousel .carousel-control .carousel-control-prev {
		right: 34px;
	}
}
@media (max-width: 991px) {
  .d-landing-category:before {
    right: 0;
  }
}
.d-landing-category .intro {
  margin-bottom: 60px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .d-landing-category .intro {
    margin-bottom: 30px;
  }
}
.d-landing-category .intro .title {
  font-size: 37px;
  line-height: 53px;
  font-family: pt-serif-pro, serif;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .d-landing-category .intro .title {
    font-size: 30px;
    line-height: 42px;
  }
}
.d-landing-category.d-product-detail .intro {
  font-size: 36px;
  line-height: 53px;
  font-family: pt-serif-pro, serif;
  color: #8D8D8D;
  max-width: 645px;
}
@media (max-width: 575px) {
  .d-landing-category.d-product-detail .intro {
    font-size: 22px;
    line-height: 30px;
  }
  .d-hero .carousel .carousel-indicators {
    margin: 0px 9px;
  }
  .d-hero .carousel .carousel-control {
    display: none;
  }
}
.d-landing-category.d-product-detail .slider {
  padding: 0 15px;
}
.d-landing-category.d-product-detail .slider .text {
  font-size: 16px;
  font-family: aktiv-grotesk, sans-serif;
  color: #8D8D8D;
  margin: 45px 0;
  max-width: 65%;
}
.d-landing-category.d-product-detail .slider .text p {
  margin-bottom: 0;
}
.d-landing-category.d-product-detail .slider .icons {
  margin-top: 45px;
}
.d-landing-category.d-product-detail .slider .icons > div {
  border-top:1px solid rgb(112 112 112 / 40%);
}
.d-landing-category.d-product-detail .slider .icons li {
  width: 14%;
  padding: 45px 0;
  color: #8D8D8D;
}
.d-landing-category.d-product-detail .slider .icons li > div {
  width: -moz-fit-content;
  width: fit-content;
}
.d-landing-category.d-product-detail .slider .icons li img {
  margin-bottom: 20px;
}
.d-landing-category.d-product-detail .slider .swiper-container {
  width: 100%;
  height: 100%;
}
.d-landing-category.d-product-detail .slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #212125;
  height: 640px;
  width: 65%;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.d-landing-category.d-product-detail .slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 162px;
	margin-top: 70px;
  aspect-ratio: 4 / 3;
}
.d-landing-category.d-product-detail .slider .swiper-slide.swiper-slide-active img {
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.d-landing-category.d-product-detail .slider .swiper-pagination {
  top: 0;
  right: 28%;
  left: auto;
  width: -moz-fit-content;
  width: fit-content;
  bottom: auto;
  color: white;
  z-index: 1;
  font-family: pt-serif-pro, serif;
  color: rgb(255 255 255 / 30%);
  font-size: 25px;
  line-height: 40px;
}
.d-landing-category.d-product-detail .slider .swiper-pagination-current {
  font-size: 45px;
  color: white;
}
.d-landing-category.d-product-detail .swiper-button-prev, .d-landing-category.d-product-detail .swiper-container-rtl .swiper-button-next {
  display: none;
}
.d-landing-category.d-product-detail .swiper-button-next, .d-landing-category.d-product-detail .swiper-container-rtl .swiper-button-prev {
  right: 25%;
  left: auto;
  bottom: 68px;
  top: auto;
}
.d-landing-category.d-product-detail .swiper-button-next:after, .d-landing-category.d-product-detail .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 65px;
  color: white;
}
@media (max-width: 1370px) {
  .d-landing-category.d-product-detail .slider .swiper-slide img {
    margin-top: 88px;
  }
}
@media (max-width: 1200px) {
  .d-landing-category.d-product-detail .slider .swiper-slide img {
    margin-top: 11px;
  }
  .d-landing-category.d-product-detail .slider .swiper-pagination {
    right: 24%;
  }
  .d-landing-category.d-product-detail .swiper-button-next, .d-landing-category.d-product-detail .swiper-container-rtl .swiper-button-prev {
    right: 23%;
    left: auto;
    bottom: 110px;
    top: auto;
  }
}
@media (max-width: 991px) {
  .d-landing-category.d-product-detail .slider .swiper-slide {
    width: 100%;
  }
  .d-landing-category.d-product-detail .slider .swiper-pagination {
    right: 0;
  }
  .d-landing-category.d-product-detail .slider .swiper-slide img {
    margin-top: 40px;
  }
  .d-landing-category.d-product-detail .swiper-button-next, .d-landing-category.d-product-detail .swiper-container-rtl .swiper-button-prev {
    right: 25px;
    left: auto;
    bottom: 40px;
    top: auto;
  }
  .d-landing-category.d-product-detail .slider .icons li {
    width: 17%;
  }
  .d-landing-category.d-product-detail .slider .text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .d-landing-category.d-product-detail .slider .swiper-slide {
    height: 399px;
  }
  .d-landing-category.d-product-detail .slider .swiper-slide img {
    margin-top: 60px;
  }
  .d-landing-category.d-product-detail .slider .icons li {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .d-landing-category.d-product-detail .slider .swiper-slide {
    height: 400px;
    display: block;
  }
  .d-landing-category.d-product-detail .slider .swiper-slide img {
    margin-top: 48px;
  }
  .d-landing-category.d-product-detail .swiper-button-next:after, .d-landing-category.d-product-detail .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 45px;
  }
  .d-landing-category.d-product-detail .swiper-button-next, .d-landing-category.d-product-detail .swiper-container-rtl .swiper-button-prev {
    bottom: 25px;
  }
  .d-landing-category.d-product-detail .slider .icons li {
    width: 49%;
    margin: 0;
  }
}
.d-landing-category .block-title .col-12 > div {
  margin: 0 15px;
  margin-bottom: 85px;
  padding-bottom: 85px;
  border-bottom: 1px solid rgb(112 112 112 / 40%);
}
.d-landing-category .block-title .title {
  font-size: 47px;
  line-height: 67px;
  max-width: 645px;
  color: #FFFFFF;
  font-family: pt-serif-pro, serif;
  margin: 0;
}
.d-landing-category .intro .text {
  font-size: 16px;
  line-height: 30px;
  color: #8D8D8D;
	margin-top: 10px;
}
.d-landing-category .list-apart .apart {
  margin: 50px 0;
}
.d-landing-category .list-apart .apart > div {
  padding: 0 15px;
}
.d-landing-category .list-apart .apart img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 23px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.d-landing-category .list-apart .apart img:hover {
  opacity: 0.3;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.d-landing-category .list-apart .apart .position-relative img.add {
  width: 30px;
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  filter: invert(1);
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.d-landing-category .list-apart .apart .position-relative:hover img.add {
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.d-landing-category .list-apart .apart .title {
  font-family: pt-serif-pro, serif;
	font-family: 'NoeDisplayRegular';
  font-size: 30px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 23px;
}
.d-landing-category .list-apart .apart .text {
  color: #8D8D8D;
  margin-bottom: 37px;
	min-height: 90px;
}
.d-landing-category .list-apart .apart .price {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 17px;
  margin-bottom: 27px;
}
.d-landing-category .list-apart .apart .price p {
  margin: 0;
}
.d-landing-category .list-apart .apart .price p span {
  font-size: 32px;
  line-height: 43px;
  margin-right: 5px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .d-landing-category .container {
    padding: 0 25px;
  }
}

footer {
  margin-top: 100px;
  font-size: 9px;
  position: relative;
}
footer a:hover {
  opacity: 0.7;
}
footer .top {
  padding-top: 90px;
  padding-bottom: 90px;
  color: #212125;
  position: relative;
  padding-left: 40px;
}
footer .top .logos > div {
  position: absolute;
  right: 60px;
  bottom: 90px;
}
@media (max-width: 768px) {
  footer .top .logos > div {
    position: inherit;
    padding: 20px 0;
  }
  footer .top {
    padding-left: 25px;
    padding-right: 25px;
  }
  footer .col-md-5 img {
    width: 100%;
  }
}
footer:before {
  background-color: #f4f5e4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 150px;
  content: '';
  z-index: -1;
}
footer .top ul {
  margin-top: 50px !important;
}
footer .top li {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  line-height: 30px;
}
footer .top li.mail {
   text-decoration: underline;
}
footer .top li a {
  color: #212125;
}
footer .bottom {
  padding: 65px 40px 40px;
  color: white;
  font-size: 14px;
  position: relative;
}
footer:after {
  background-color: #212125;
  position: absolute;
  top: 390px;
  bottom: 0;
  left: 0;
  right: 150px;
  content: '';
  z-index: -1;
}
footer .bottom a {
  color: white;
  text-decoration: underline;
  margin-left: 20px;
}
footer .social a{
	margin-left: 0 !important;
}
@media (max-width: 1370px) {
  footer:after,
  footer:before {
    right: 110px;
  }
}
@media (max-width: 991px) {
  footer:after,
  footer:before {
    right: 0;
  }
}
@media (max-width: 768px) {
  footer .bottom {
    padding: 0 25px 20px;
    padding-right: 100px;
  }
  footer:after {
    top:462px;
  }
	footer {
		padding-bottom: 85px;
	}
}
@media (max-width: 575px) {
  footer .bottom a {
    margin-left: 0;
    display: block;
  }
}

.d-adv {
  height: 150px;
  margin-top: -150px;
  z-index: 1;
}
.d-adv:before {
  background-color: #212125;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 150px;
  content: '';
  z-index: -1;
}
@media (max-width: 1370px) {
  .d-adv {
    height: 110px;
    margin-top: -110px;
  }
  .d-adv:before {
    right: 110px;
  }
}
@media (max-width: 991px) {
  .d-adv:before {
    right: 0;
  }
}
.d-adv .container,
.d-adv .container .row {
  height: 100%;
  align-items: center;
}
.d-adv .logo {
  width: auto;
  padding-left: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1370px) {
  .d-adv .logo img {
    height: 110px;
    width: auto;
  }
}
@media (max-width: 575px) {
  .d-adv .logo img {
    height: 90px;
  }
}
.d-adv.scroll .logo img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.d-adv .p-title {
  color: white;
  font-family: pt-serif-pro, serif;
  font-size: 21px;
  font-weight: bold;
  /*width: 20%;*/
  padding: 0 4%;
}
.d-adv .p-title p {
    margin: 0;
}
.d-adv li {
  font-size: 14px;
  line-height: 18px;
  font-family: aktiv-grotesk, sans-serif;
  color: #8D8D8D;
  width: 100%;
  padding: 10px 0;
  display: flex;
}
@media (max-width: 1370px) {
  .d-adv li {
    padding: 5px 0;
  }
}
.d-adv li span {
  margin-right: 18px;
}
.d-adv .adv {
  /*width: 20%;*/
  position: relative;
}
.d-adv .adv:before {
  content: '';
  background: rgb(141 141 141 / 30%);
  height: 1px;
  left: 15px;
  bottom: -40px;
  position: absolute;
  right: 50px;
}
.d-adv .btn-book {
  /*width: 15%;*/
  font-size: 21px;
  font-family: pt-serif-pro, serif;
  font-weight: bold;
  color: white;
  margin-top: -8px;
}
.d-adv .btn-book a {
  text-align: center;
  margin: 0 auto;
  max-width: 100px;
  color: white;
  display: block;
  text-decoration: none;
  position: relative;
}
.d-adv .btn-book a:before {
  content: '';
  height: 1px;
  bottom: -10px;
  left: 20%;
  right: 20%;
  position: absolute;
  background-color: white;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.d-adv .btn-book a:hover:before {
  left: 0;
  right: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
@media (max-width: 991px) {
  .d-adv {
    text-align: center;
    height: 185px;
    margin-top: -185px;
    padding: 15px 0;
    position: inherit !important;
  }
  .d-adv .p-title {
    position: relative;
  }
  .d-adv:before {
    right: 0;
    z-index: 0;
    top: calc(100vh - 185px);
    bottom: -300px;
  }
  .d-adv li {
    display: inherit;
  }
  .d-adv .btn-book a {
    max-width: 185px;
  }
  .d-adv .adv:before {
    display: none;
  }
  .d-adv li span {
    display: none;
  }
  .d-adv .logo img {
    position: fixed;
    z-index: 10;
  }
  .d-adv .adv {
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .d-adv {
    height: 284px;
  }
}

/*///////////////////////////*/

/* blog */
.d-blog .img img {
  width: 100%;
  height: 845px;
  object-fit: cover;
}
.d-blog .img:first-child img {
  height: 100vh;
}
.d-blog .info {
  background-color: #212125;
  padding: 90px 95px;
  margin-top: -370px;
  position: relative;
  margin-bottom: 140px;
}
.d-blog .info .block-title {
  font-size: 16px;
  line-height: 29px;
  font-weight: bold;
  color: #8D8D8D;
  padding-bottom: 75px;
  border-bottom: 1px solid rgb(112 112 112 / 40%);
}
.d-blog .info .block-title p {
  margin: 0;
}
.d-blog .info .block-title .title {
  color: white;
  font-size: 74px;
  line-height: 88px;
  font-family: pt-serif-pro, serif;
  max-width: 846px;
  margin: 0;
}
.d-blog .info .text {
  font-size: 16px;
  padding-top: 65px;
  max-width: 658px;
  color: #8D8D8D;
}
.d-blog .info .btn-border {
  max-width: 350px;
  margin-top: 80px;
}

.d-landing-destino.d-landing-category .list-apart .apart img {
  height: 500px;
}
@media (max-width: 575px) {
  .d-landing-destino.d-landing-category .list-apart .apart img {
    height: 320px;
  }
  .d-landing-category .block-title .title {
    font-size: 30px;
    line-height: 37px;
  }
  .d-landing-category .block-title .col-12 > div {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .d-landing-category .intro .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

/* basic */
.d-basic {
  position: relative;
}
.d-basic:before {
  content: '';
  background-color: #212125;
  position: absolute;
  bottom: 0;
  right: 150px;
  left: 150px;
  top: calc(100vh - 370px);
}
.d-basic h1,
.d-basic h2,
.d-basic h3,
.d-basic h4 {
  font-family: pt-serif-pro, serif;
  margin-bottom: 25px;
  margin-top: 25px;
}
.d-basic .img img {
  width: 100%;
  height: 845px;
  object-fit: cover;
}
.d-basic .img:first-child img {
  height: 100vh;
}
.d-basic .info {
  /*background-color: #212125;*/
  padding: 105px 95px;
  margin-top: -370px;
  position: relative;
  margin-bottom: 140px;
  margin-bottom: 0;
}
.d-basic .info .block-title {
  font-size: 16px;
  line-height: 29px;
  font-weight: bold;
  color: #8D8D8D;
  padding-bottom: 75px;
  border-bottom: 1px solid rgb(112 112 112 / 40%);
}
.d-basic .info .block-title .title {
  color: white;
  font-size: 104px;
  line-height: 95px;
  font-family: pt-serif-pro, serif;
  max-width: 595px;
  margin: 0;
}
.d-basic .info .text {
  font-size: 16px;
  padding-top: 65px;
  max-width: 658px;
  max-width: 100%;
  color: #8D8D8D;
}
.d-basic tbody, .d-basic td, .d-basic tfoot, .d-basic th, .d-basic thead, .d-basic tr {
  border-color: #8D8D8D !important;
}
.d-basic tbody, .d-basic td, .d-basic tfoot, .d-basic th, .d-basic thead, .d-basic tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 7px;
}
.d-basic p a,
.d-basic tr a {
  color: inherit;
  text-decoration: underline;
}
.d-basic p a:hover,
.d-basic tr a:hover {
  opacity: 0.7;
}
@media (max-width:1370px) {
  .d-basic:before {
    right: 110px;
    left: 110px;
    top: calc(100vh - 370px);
  }
  .d-basic .info .block-title .title {
    font-size: 80px;
    line-height: 77px;
  }
  .d-basic .info {
    padding: 105px 115px;
    margin-top: -333px;
  }
  .d-basic:before {
    top: calc(100vh - 333px);
  }
}
@media (max-width: 991px) {
  .d-basic:before {
    top: calc(100vh - 265px);
  }
}
@media (max-width: 575px) {
  .d-basic:before {
    right: 0;
    left: 0;
    top: calc(100vh - 139px);
  }
}

.d-adv .text-book {
  top: 50%;
  position: fixed;
  transform: rotate(270deg);
  left: -32px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  display: none;
}
.d-adv.scroll .text-book {
  display: block;
}
.d-adv .text-book a {
  font-family: pt-serif-pro, serif;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: bold;
  text-decoration: none;
}
.d-adv .text-book a:hover {
  opacity: 0.7;
}
.d-logo.d-adv {
  height: 100vh;
  position: absolute !important;
  margin-top: 0;
  z-index: 9;
}
.d-logo.d-adv.scroll {
  position: fixed !important;
}
.d-logo.d-adv:before {
  display: none;
}
.d-logo.d-adv .logo {
  top: auto;
  bottom: 0;
}
.a-tel a{
  text-decoration: none;
}
@media (max-width:991px) {
  .d-logo.d-adv .logo {
    top: 0;
    bottom: auto;
  }
  .d-basic .info .block-title .title {
    font-size: 65px;
    line-height: 60px;
  }
  .d-basic .info {
    padding: 70px;
    margin-top: -265px;
    /*margin-bottom: 80px;*/
  }
  .d-basic .info .block-title {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .d-adv .text-book {
    /*display: none !important;*/
	  display: block;
	  transform: none;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  top: auto;
	  width: 100%;
	  background-color: #212125;
	  padding: 20px;
	  border-top: 1px solid rgb(255 255 255 / 20%);
  }
}
@media (max-width: 575px) {
  .d-basic .info .block-title .title {
    font-size: 40px;
    line-height: 40px;
  }
  .d-basic .info {
    padding: 30px;
    margin-top: -139px;
    margin-bottom: 70px;
  }
  .d-basic .info .block-title {
    padding-bottom: 30px;
  }
}

.d-book {
  background-color: #212125;
  position: fixed;
  z-index: -1;
  opacity: 0;
  padding: 150px;
  top: 0;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  overflow: auto;
}
.d-book.open {
  z-index: 11;
  opacity: 1;
}
.d-book .container-fluid {
  background-color: white;
}
.d-book form {
  color: #212125;
  padding: 50px;
}
.d-book form input {
  font-size: 32px;
  font-size: 29px;
  font-weight: bold;
  font-family: pt-serif-pro, serif;
  text-align: center;
  color: #212125;
  background: transparent;
  border: 0;
}
.d-book form .form-control:disabled, .d-book form .form-control[readonly] {
  background: transparent;
  border: 0;
  padding-bottom: 10px;
}
.d-book form .flatpickr-calendar.inline {
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
}
.d-book form .block-calendar label {
  border-bottom: 1px solid rgb(0 0 0 / 15%);
  margin-bottom: 30px;
  padding-bottom: 40px;
  width: 90%;
}
.d-book form .selects {
  display: flex;
  align-items: center;
}
.d-book form .selects > div {
  width: 25%;
  text-align: center;
}
.d-book form .selects p {
  font-size: 25px;
  font-family: pt-serif-pro, serif;
}
.d-book form .selects label span {
  font-size: 12px;
  line-height: 12px;
}
.d-book form .selects label span strong {
  font-size: 14px;
  margin-bottom: -27px;
  display: block;
  margin-top: 5px;
}
.d-book form .selects select {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 58px;
  font-size: 40px;
  font-weight: bold;
  font-family: pt-serif-pro, serif;
  border: 0;
  padding: 0;
  background-image: url('../img/logos/up-arrow.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px;
  width: 52px;
}
.d-book form .selects select:hover {
  opacity: 0.7;
  cursor: pointer;
}
.d-book form .btn-black {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: pt-serif-pro, serif;
  background-color: #212125;
  border-radius: 0;
  width: 100%;
  color: white;
  padding: 10px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.d-book form .btn-black:hover {
  background-color: #f4f5e4;
  color: #212125;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.d-book form .radios:before {
  content: '';
  position: absolute;
  background-color: #F4F5E4;
  top: -50px;
  right: 50px;
  left: -50px;
  bottom: -50px;
}
.d-book form .radios p {
  font-size: 26px;
  line-height: 35px;
  font-weight: bold;
  font-family: pt-serif-pro, serif;
  margin-bottom: 50px;
}
.d-book form .radios label {
  font-size: 26px;
  line-height: 58px;
  font-family: pt-serif-pro, serif;
}
.d-book form .radios input {
  font-size: 18px;
  margin-top: 21px;
  margin-right: 25px;
}
.d-book form .radios .form-check-input {
  border: 1px solid #212125;
}
.d-book form .radios .form-check-input:checked {
  background-color: #212125;
  border-color: #212125;
}
.d-book form .radios > div {
  transform: translate(-50%,-50%);
  position: absolute;
  top:50%;
  left:50%;
  width: 100%;
}
.d-book .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.d-book .cerrar {
  position: absolute;
  top: 60px;
  right: 60px;
  cursor: pointer;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #212125;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #212125;
}
@media (max-width: 1498px) {
  .d-book form .radios label {
    font-size: 18px;
    line-height: 40px;
  }
  .d-book form .radios input {
    font-size: 18px;
    margin-top: 11px;
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .d-book {
    padding: 0;
    background-color: #F4F5E4;
  }
  .d-book .container-fluid,
  .d-book .flatpickr-calendar,
  .d-book select{
    background-color: #F4F5E4;
  }
}
@media (max-width: 768px) {
  .d-book form .radios:before {
    display: none;
  }
  .d-book form .form-check {
    display: inline-block;
    margin-right: 30px;
  }
  .d-book form .radios input {
    font-size: 15px;
    margin-top: 12px;
    margin-right: 5px;
  }
  .d-book form .radios > div {
    transform: none;
    position: initial;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 15px;
  }
  .d-book form .radios p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .d-book .logo img {
    width: 110px;
    height: auto;
  }
  .d-book .cerrar {
    top: 40px;
    right: 40px;
    z-index: 10;
    filter: invert(1);
  }
}
@media (max-width: 575px) {
  .d-book .logo img {
    width: 90px;
    height: auto;
  }
  .d-book form {
    padding: 50px 0 0;
  }
  .d-book form .form-check {
    margin: 0 15%;
  }
  .d-book form .selects {
    display: block;
  }
  .d-book form .selects > div {
    width: 100%;
    text-align: center;
  }
  .d-book form .btn-black {
    padding: 25px 10px;
  }
}

/* caracteristicas producto */
.d-product-features {
  padding: 125px 0;
}
.d-product-features .title {
  font-size: 43px;
  line-height: 55px;
  margin-bottom: 60px;
  font-weight: bold;
  font-family: pt-serif-pro, serif;
}
.d-product-features ul {
  padding-right: 48px !important;
}
.d-product-features li {
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.d-product-features .map #map-product {
  height: 544px;
  width: 100%;
  margin-top: 130px;
}
.d-product-features .container > .row,
.d-city-list .container > .row,
.d-featured .container > .row{
  padding: 0 15px;
}
.d-product-features .btn-white {
  margin: 0 auto;
  margin-top: 90px;
}
@media (min-width: 768px) {
  .d-product-features .container,
  .d-city-list .container,
  .d-featured .container {
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  .d-product-features .map #map-product {
    height: 350px;
    width: 100%;
    margin-top: 70px;
  }
}

/* lista ciudades */
.d-city-list {
  margin: 125px 0;
}
.d-city-list .title {
  font-size: 43px;
  line-height: 55px;
  margin-bottom: 50px;
  font-weight: bold;
  font-family: pt-serif-pro, serif;
  max-width: 380px;
  color: #212125;
}
.d-city-list .city img {
  height: 218px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}
.d-city-list .city .title {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 30px;
}
.d-city-list .city li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #212125;
  font-size: 13px;
}
.d-city-list .city hr {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 1px;
  width: 60%;
  opacity: 1;
  background-color: #212125;
}
.d-city-list .city .contact p {
  color: #212125;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.d-city-list .city .contact a {
  color: #212125;
  text-decoration: none;
}
.d-city-list .city .contact a:last-child {
  text-decoration: underline;
}
.d-city-list .col-20 {
  flex: 0 0 auto;
  width: 20%;
}
@media (max-width: 991px) {
  .d-city-list .col-20 {
    width: 33%;
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .d-city-list .col-20 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .d-city-list .col-20 {
    width: 100%;
  }
  .d-city-list .title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 30px;
  }
}

/* slider cultural */
.d-slider-cultural {
  padding: 125px 0;
}
.d-slider-cultural .title {
  font-size: 123px;
  color: #212125;
  margin-bottom: 44px;
  max-width: 570px;
  font-weight: bold;
  font-family: pt-serif-pro, serif;
  line-height: 119px;
}
.d-slider-cultural .slider .swiper-slide {
  width: 75%;
  margin-top: 68px;
  opacity: 0.4;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.d-slider-cultural .slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.d-slider-cultural .slider .swiper-slide img{
  height: 458px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 35px;
}
.d-slider-cultural .slider .swiper-slide .title {
  margin-bottom: 35px;
  font-size: 49px;
  line-height: 60px;
  max-width: 602px;
}
.d-slider-cultural .slider .swiper-slide .text {
  font-size: 16px;
  max-width: 568px;
}
.d-slider-cultural .slider .swiper-slide .btn-white {
  margin-top: 35px;
  min-width: 300px;
  text-align: center;
  display: block;
}
.d-slider-cultural  .slider .swiper-pagination {
  top: 5px;
  right: 12%;
  left: auto;
  width: -moz-fit-content;
  width: fit-content;
  bottom: auto;
  z-index: 1;
  font-family: pt-serif-pro, serif;
  color: rgb(0 0 0 / 30%);
  font-size: 13px;
  line-height: 17px;
}
.d-slider-cultural .slider .swiper-pagination-current {
  font-size: 24px;
  line-height: 32px;
  color: #212125;
}
.d-slider-cultural .swiper-button-next, .d-slider-cultural .swiper-container-rtl .swiper-button-prev {
  top: 22px;
  right: 6%;
  left: auto;
  color: #212125;
}
.d-slider-cultural .swiper-button-prev, .d-slider-cultural .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 18%;
  top: 22px;
  color: #212125;
}
.d-slider-cultural .swiper-button-next:after, .d-slider-cultural .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 26px;
}
.d-slider-cultural .swiper-button-prev:after, .d-slider-cultural .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 26px;
}
.d-slider-cultural .info .text {
  font-family: pt-serif-pro, serif;
  font-weight: bold;
  font-size: 27px;
  line-height: 35px;
  text-align: right;
  color: #212125;
  margin-bottom: 50px;
  margin-top: 100px;
}
.d-slider-cultural .info,
.d-slider-cultural .weather{
  padding-right: 5%;
}
.d-slider-cultural .weather .temp {
  font-size: 59px;
  line-height: 80px;
  font-family: pt-serif-pro, serif;
  text-align: right;
}
.d-slider-cultural .weather .temp small {
  font-size: 16px;
}
.d-slider-cultural .weather .city {
  text-align: right;
}
.d-slider-cultural .weather .city span {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: aktiv-grotesk, sans-serif;
}
.d-slider-cultural .weather hr {
  background-color: rgb(112 112 112 / 100%);
  width: 80%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .d-slider-cultural .title {
    font-size: 100px;
    line-height: 92px;
  }
  .d-slider-cultural .slider .swiper-slide .title {
    font-size: 42px;
    line-height: 50px;
  }
  .d-slider-cultural .info .text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .d-slider-cultural .slider .swiper-slide {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .d-slider-cultural .title {
    font-size: 65px;
    line-height: 65px;
  }

  .d-slider-cultural .info .text {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .d-slider-cultural .weather .temp {
    font-size: 45px;
    line-height: 52px;
    text-align: left;
  }

  .d-slider-cultural .weather .city {
    text-align: left;
  }
  .d-slider-cultural .swiper-button-prev, .d-slider-cultural .swiper-container-rtl .swiper-button-next {
    right: 80px;
  }
  .d-slider-cultural .swiper-button-next, .d-slider-cultural .swiper-container-rtl .swiper-button-prev {
    right: 1px;
  }
}
@media (max-width: 575px) {
  .d-slider-cultural .title {
    font-size: 50px;
    line-height: 50px;
  }
  .d-slider-cultural .container > .row {
    padding: 0 15px;
  }
  .d-slider-cultural .slider .swiper-slide img {
    height: 320px;
  }
  .d-slider-cultural .slider .swiper-slide .title {
    font-size: 30px;
    line-height: 36px;
  }
}

/* slider destacados */
.d-featured {
    margin: 135px 0 215px;
}
.d-featured .mySwiper .swiper-slide {
    width: 75%;
    background-color: #212125;
}
.d-featured .mySwiper .swiper-slide img {
    height: 620px;
    width: 100%;
    object-fit: cover;
    opacity: 0.4;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.d-featured .mySwiper .swiper-slide.swiper-slide-active img {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.d-featured .mySwiperFade {
  width: 460px;
  position: absolute;
  top: 150px;
  right: 10%;
}
.d-featured .mySwiperFade .swiper-slide > div {
  background-color: #212125;
  padding: 50px 40px;
	min-height: 460px;
}
.d-featured .mySwiperFade .swiper-slide .title {
  font-size: 60px;
  line-height: 62px;
  font-weight: bold;
  font-family: pt-serif-pro, serif;
  margin-bottom: 22px;
  color: white;
}
.d-featured .mySwiperFade .swiper-slide .text,
.d-featured .mySwiperFade .swiper-slide .text-center {
  color: #8D8D8D;
}
.d-featured .mySwiperFade .swiper-slide .btn-white,
.d-featured .mySwiperFade .swiper-slide .btn-border {
  margin-top: 22px;
}
.d-featured .mySwiperFade .swiper-slide .text-center {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 40px;
}
.d-featured .swiper-button-prev, .d-featured .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 20%;
  top: 90px;
}
.d-featured .swiper-button-prev:after, .d-featured .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
  color: white;
  font-size: 35px;
}
.d-featured .swiper-button-next, .d-featured .swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 15%;
  top: 90px;
}
.d-featured .swiper-button-next:after, .d-featured .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
  color: white;
  font-size: 35px;
}
@media (max-width: 991px) {
  .d-featured .mySwiperFade .swiper-slide .title {
    font-size: 42px;
    line-height: 50px;
  }
  .d-featured .mySwiperFade {
    width: 400px;
    top: 375px;
    right: 10%;
  }
  .d-featured .mySwiperFade .swiper-slide > div {
    padding: 40px;
  }
  .d-featured {
    margin: 135px 0 390px;
  }
  .d-featured .btn-white {
    padding: 12px 15px;
    width: 100%;
    display: block;
  }
  .d-featured .swiper-button-prev, .d-featured .swiper-container-rtl .swiper-button-next {
    right: 113px;
    top: 333px;
  }
  .d-featured .swiper-button-next, .d-featured .swiper-container-rtl .swiper-button-prev {
    right: 48px;
    top: 333px;
  }
}
@media (max-width: 768px) {
  .d-featured .mySwiper .swiper-slide {
    width: 100%;
  }
  .d-featured .mySwiperFade {
    width: 430px;
  }
}
@media (max-width: 575px) {
  .d-featured .mySwiperFade .swiper-slide .title {
    font-size: 30px;
    line-height: 36px;
  }
  .d-featured .mySwiperFade {
    width: 95%;
    position: initial;
    margin-top: -70px;
  }
  .d-featured .mySwiper .swiper-slide img {
    height: 290px;
  }
  .d-featured {
    margin: 100px 0 100px;
  }
  .d-featured .mySwiperFade .swiper-slide > div {
    padding: 30px;
  }
  .d-featured .swiper-button-prev, .d-featured .swiper-container-rtl .swiper-button-next {
    right: auto;
    top: 175px;
    left: 31px;
  }
  .d-featured .swiper-button-next, .d-featured .swiper-container-rtl .swiper-button-prev {
    right: 31px;
    top: 175px;
  }
}

/* sobre nosotros */
.d-text-two-col .title-2 {
  font-size: 53px;
  line-height: 55px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: pt-serif-pro, serif;
  color: white;
}
.d-text-two-col .featured {
  font-size: 20px;
  line-height: 27px;
  color: white;
  margin-bottom: 35px;
}
.d-text-two-col .link {
  margin-top: 80px;
}
.d-text-two-col .link a {
  color: white;
  font-family: pt-serif-pro, serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.d-text-two-col .block-img img {
  height: 445px;
  width: 100%;
  object-fit: cover;
}
.d-text-two-col .block-text {
  padding-right: 10%;
}
.d-text-two-col .block-text,
.d-text-two-col .block-img {
  margin-top: 97px;
}
.d-text-two-col.d-basic .info .text {
  padding-top: 0;
}
@media (max-width: 575px) {
  .d-text-two-col .title-2 {
    font-size: 30px;
    line-height: 31px;
  }
  .d-text-two-col .block-img img {
    height: 320px;
  }
  .d-text-two-col .block-text, .d-text-two-col .block-img,
  .d-text-two-col .link {
    margin-top: 60px;
  }
}

/* bloque editorial */
.d-editorial {
  margin-top: 30px;
  position: relative;
}
.d-editorial .block > div {
  /*background-color: #F4F5E4;*/
  padding: 90px;
}
.d-editorial .block .title {
  color: #212125;
  font-family: pt-serif-pro, serif;
  font-weight: bold;
  font-size: 39px;
  line-height: 40px;
  margin-bottom: 40px;
}
.d-editorial .block .featured {
  color: #212125;
  font-family: pt-serif-pro, serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 30px;
}
.d-editorial .block .text {
  line-height: 25px;
  color: #212125;
}
.d-editorial .block .btn-border {
  margin-top: 40px;
  border: 1px solid #212125;
  color: #212125;
}
.d-editorial .block:first-child {
  border-right: 15px solid white;
}
.d-editorial .block:last-child {
  border-left: 15px solid white;
}
.d-editorial:before {
  content: '';
  background-color: #F4F5E4;
  position: absolute;
  bottom: 0;
  right: 150px;
  left: 150px;
  top: 0;
  z-index: -1;
}
@media (max-width:1370px) {
  .d-editorial:before {
    right: 110px;
    left: 110px;
    top: 0;
  }
}
@media (max-width: 991px) {
  .d-editorial .block:first-child {
    border-right: 0 solid white;
  }
  .d-editorial .block:last-child {
    border-left: 0 solid white;
  }
  .d-editorial .block > div {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .d-editorial:before {
    right: 0;
    left: 0;
  }
  .d-editorial .block > div {
    padding: 60px 15px;
  }
}

@media screen and (min-width: 1371px) and (max-width: 1560px) {
  .d-adv:before,
  .d-landing-category:before,
  footer:before,
  footer:after {
    right: 85px;
	  right: 149px;
  }
  .d-adv .container .row {
    padding-left: 80px;
	  padding-left: 40px;
  }
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1100px;
	}

	.d-adv.new-section .container .row {
		padding-left: 0;
		padding-left: 27px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1303px) {
  .d-adv:before,
  .d-landing-category:before,
  footer:before,
  footer:after {
    right: 0;
  }
  .d-adv .container .row {
    padding-left: 80px;
	  padding-left: 57px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1143px) {
  .d-adv:before,
  .d-landing-category:before,
  footer:before,
  footer:after {
    right: 0;
  }
  .d-adv .container .row {
    padding-left: 80px;
	  padding-left: 60px;
  }
}

/* lang provisional */
.langs {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 20px;
}
.langs a {
  color: white;
  font-family: pt-serif-pro, serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  margin-left: 8px;
}
.langs a:hover {
  opacity: 0.7;
}
@media (max-width: 575px) {
  .langs a {
    font-size: 16px;
    color: #212125;
  }
}

/* ajustes 02092021 */
@media (min-width: 1400px) {
}
.d-city-list .city ul {
	height: 90px;
}
@media (min-width: 991px) {
	#pag-10 .d-hero .carousel .carousel-inner .carousel-item .carousel-caption .title {
		font-size: 100px;
		line-height: 100px;
	}
}

/* ajustes 18102021 */
@media (min-width: 768px) {
	.d-city-list.two-blocks .col-20 {
		flex: 0 0 auto;
		width: 50%;
	}
	.d-city-list.two-blocks .city img {
		height: 100%;
		width: 95%;
	}
	.d-city-list.two-blocks .city .title {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 25px;
	}
	.d-city-list.two-blocks .city li a {
		font-size: 12px;
	}
	.d-city-list.two-blocks .city hr {
		margin-top: 12px;
		margin-bottom: 12px;
		background-color: transparent;
	}
	.d-city-list.two-blocks .city .contact a {
		display: block;
	}
	.navbar .nav .nav-content .nav-list {
		padding-left: 5%;
	}
	.d-adv.change-color .text-book a,
    .d-adv.change-color-black .text-book a,
    .d-adv.change-color-black-2 .text-book a,
    .d-adv.change-color-black-3 .text-book a{
		color: #212125;
	}
  .d-adv.change-color-white .text-book a {
    color: white;
  }
}
.navbar .nav .nav-content .nav-list .nav-lang {
	display: flex;
}
.navbar .nav .nav-content .nav-list .nav-lang .nav-item {
	color: #212125;
	font-family: pt-serif-pro, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 18px;
	text-transform: uppercase;
}
.navbar .nav .nav-content .nav-list .nav-lang .nav-item.active {
	border-bottom: 1px solid;
}
.navbar .nav .nav-content .nav-list .nav-first-lvl .nav-item.title-item {
	font-size: 36px;
	margin-bottom: 40px;
  margin-bottom: 2px;
	display: block;
}
.navbar .nav .nav-content .nav-list .nav-first-lvl .nav-item {
	font-size: 20px;
	line-height: 39px;
}
.navbar .nav .nav-content .nav-list .nav-second-lvl .nav-item {
	font-size: 18px;
	line-height: 28px;
}
.navbar .nav .nav-content .nav-list .nav-third-lvl .nav-item {
	font-size: 12px;
}
.navbar .nav .nav-content .nav-list .nav-first-lvl,
.navbar .nav .nav-content .nav-list .nav-second-lvl {
	margin-bottom: 20px;
}
.navbar .nav .nav-content .nav-list .nav-third-lvl {
  display: flex;
  margin-bottom: 0;
}
.navbar .nav .nav-content .nav-list .nav-third-lvl li {
  margin-right: 20px;
  text-decoration: underline;
}
.navbar .nav .nav-content .nav-list .nav-third-lvl li:last-child {
  margin-right: 0;
}
/*faqs*/
.d-basic.faqs .info .block-title p {
	font-family: pt-serif-pro, serif;
	font-weight: normal;
	font-size: 32px;
	margin-top: 55px;
}
.d-basic.faqs .block-faqs .point {
	font-family: pt-serif-pro, serif;
	font-weight: bold;
	font-size: 32px;
	color: white;
	margin-bottom: 40px;
	margin-top: 70px;
}
.d-basic.faqs .block-faqs .point:first-child {
	margin-top: 0;
}
.d-basic.faqs .block-faqs .question.collapsed {
	color: #8D8D8D;
	background-color: #2c2c2c;
}
.d-basic.faqs .block-faqs .question {
	display: block;
	color: white;
	text-decoration: none;
	background-color: #3c3c3c;
	padding: 35px;
	padding-right: 100px;
	margin-top: 5px;
	position: relative;
}
.d-basic.faqs .block-faqs .question img {
	filter: invert(1);
}
.d-basic.faqs .block-faqs .question.collapsed .minus,
.d-basic.faqs .block-faqs .question .add {
	display: none;
	position: absolute;
	right: 30px;
	top: 30px;
	opacity: 0.3;
}
.d-basic.faqs .block-faqs .question .minus {
	position: absolute;
	right: 30px;
	top: 30px;
}
.d-basic.faqs .block-faqs .question.collapsed .add {
	display: block;
}
.d-basic.faqs .block-faqs .multi-collapse .card-body {
	background-color: #3c3c3c;
	color: white;
	padding: 35px;
	padding-right: 100px;
	padding-top: 0;
	border-radius: 0;
	border: 0;
}
.d-basic.faqs .block-faqs .multi-collapse .card-body p {
	max-width: 65%;
	opacity: 0.7;
}
.d-basic.faqs .block-faqs .multi-collapse .card-body p:last-child {
	margin-bottom: 0;
}
.d-basic.faqs .info .text {
	max-width: initial;
}
@media (max-width: 1350px) {
  .navbar .nav .nav-content .nav-list .nav-first-lvl .nav-item {
    font-size: 18px;
    line-height: 22px;
  }
  .navbar .nav .nav-content .nav-list li {
    margin-bottom: 12px;
  }
  .navbar .nav .nav-content .nav-list .nav-first-lvl, .navbar .nav .nav-content .nav-list .nav-second-lvl {
    margin-bottom: 33px;
  }
  .navbar .nav .nav-content .nav-list .nav-first-lvl .nav-item.title-item {
    font-size: 30px;
    margin-bottom: 0;
    display: block;
  }
  .navbar .nav .nav-logo {
    position: absolute;
    bottom: 0;
  }
  .navbar {
    height: 100vh;
  }
  .navbar .nav .nav-content {
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
    .navbar .nav .nav-content .nav-list .nav-first-lvl .nav-item {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 15px;
      display: block;
    }
	.navbar .nav .nav-content .nav-list .nav-first-lvl .nav-item.title-item {
		font-size: 27px;
		margin-bottom: 6px;
	}
    .navbar .nav .nav-content .nav-list .nav-first-lvl .nav-item.title-item {
      font-size: 24px;
      margin-bottom: 15px;
    }
	.navbar .nav .nav-content {
		padding: 0px 85px 0px 50px;
	}
	.d-basic.faqs .info .block-title p {
		font-size: 24px;
	}
	.d-basic.faqs .block-faqs .point {
		font-size: 24px;
		margin-bottom: 30px;
		margin-top: 60px;
	}
	.d-basic.faqs .block-faqs .multi-collapse .card-body p {
		max-width: 100%;
	}
	.d-basic.faqs .block-faqs .question {
		padding: 25px;
		padding-right: 60px;
	}
	.d-basic.faqs .block-faqs .multi-collapse .card-body {
		padding: 25px;
		padding-top: 0;
	}
	.d-basic.faqs .block-faqs .question .add,
	.d-basic.faqs .block-faqs .question .minus{
		height: 25px;
		width: 25px;
		position: absolute;
		right: 20px;
		top: 40px;
	}
  .navbar .nav .nav-content .nav-list .nav-first-lvl.b-menu,
  .navbar .nav .nav-content .nav-list .nav-third-lvl {
    display: block;
  }
  .navbar .nav .nav-content .nav-list li {
    margin-bottom: 1px;
  }
  .navbar .nav .nav-content .nav-list .nav-first-lvl li span {
    display: none;
  }
  .navbar .nav .nav-content .nav-list .nav-first-lvl .nav-item {
    margin-bottom: 10px;
  }
}
@media (min-width: 575px) {
	.d-featured .mySwiperFade .swiper-slide > div {
		min-height: 540px;
	}
  #pag-3 .d-featured .mySwiperFade .swiper-slide > div {
    min-height: 590px;
  }
}
@media (min-width: 991px) {
	.d-featured .mySwiperFade .swiper-slide > div {
		min-height: 600px;
	}
  #pag-3 .d-featured .mySwiperFade .swiper-slide > div {
    min-height: 630px;
  }
}
@media (min-width: 1560px) {
	.d-landing-category.d-product-detail .slider .swiper-slide img {
		margin-top: 110px;
	}
}
.d-featured .mySwiperFade .swiper-slide .btn-white,
.d-featured .mySwiperFade .swiper-slide .btn-border,
.d-landing-category.d-product-detail .slider .block-btn .btn-white,
.d-product-features .btn-white {
	width: 100%;
	text-align: center;
	display: block;
	font-size: 15px;
}
.d-featured .mySwiperFade .swiper-slide .btn-white span,
.d-landing-category.d-product-detail .slider .block-btn .btn-white span{
	display: none;
}
.d-landing-category.d-product-detail .slider .block-btn .btn-white,
.d-product-features .btn-white{
	max-width: 300px;
}

/* motor nuevo 12022024 */
.d-adv.new-section + script + section,
.d-adv.new-section + section {
	padding-top: 170px;
}
@media screen and (min-width: 992px) and (max-width: 1303px) {
	.d-adv .b-bottom .div-bg > .row {
		padding-left: 0;
	}
}
@media screen and (min-width: 1144px) and (max-width: 1370px) {
	.d-adv.new-section + script + section,
	.d-adv.new-section + section {
		padding-top: 200px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1143px) {
	.d-adv.new-section + script + section,
	.d-adv.new-section + section {
		padding-top: 225px;
	}
}
@media screen and (max-width: 991px){
	.d-adv.new-section + script + section,
	.d-adv.new-section + section {
		padding-top: 90px;
	}
}
.d-adv #form-booking-new {
	height: 100%;
	height: 100px;
}
.d-adv .b-bottom {
	margin-top: -13px;
}
.d-adv .b-bottom .div-bg {
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}
.d-adv .b-bottom .b-title {
	position: relative;
}
.d-adv .b-bottom .b-title:before {
	position: absolute;
	content: '';
	height: 1px;
	bottom: 20px;
	left: 34px;
	right: 34px;
	background-color: rgb(255 255 255 / 20%);
}
.d-adv .b-bottom .b-title p,
.d-adv .b-bottom .b-title h2,
.d-adv .b-bottom .b-title h3,
.d-adv .b-bottom .b-title h4 {
	font-family: 'NoeDisplayBold';
	font-weight: 400;
	font-size: 17px;
	line-height: 17px;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.d-adv .b-bottom .b-list ul {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.d-adv .b-bottom .b-list ul li {
	width: -moz-max-content;
	width: max-content;
	display: inline-flex;
	gap: 12px;
	padding: 0 32px;
}
.d-adv .b-bottom .b-list ul li img {
	height: 24px;
	width: auto;
}
.d-adv .b-bottom .b-list ul li p {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #B8B8B8;
	margin: 0;
}
.d-adv .b-motor-new > div {
	display: inline-flex;
	width: 100%;
	font-family: aktiv-grotesk, sans-serif;
	align-items: end;
}
.d-adv .b-motor-new > div .b-btn {
	width: 226px;
	width: 22%;
	text-align: center;
	overflow: hidden;
	padding-left: 20px;
	height: 43px;
}
.d-adv .b-motor-new > div .b-btn button {
	font-family: 'NoeDisplayBold';
	color: white;
	background-color: #666666;
	font-size: 15px;
	line-height: 19px;
	width: 100%;
	height: 100%;
	border-radius: 0;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
.d-adv .b-motor-new > div .b-btn button:hover {
	background-color: white;
	color: #212125;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
.d-adv .b-motor-new > div .b-inputs {
	display: inline-flex;
	align-items: center;
	/*background-color: white;*/
	width: 80%;
}
@media screen and (max-width: 991px){
	.d-adv .b-motor-new > div .b-inputs,
	.d-adv .b-motor-new > div .b-btn{
		display: none;
	}
}
.d-adv .b-motor-new > div .b-inputs label {
	color: rgb(255 255 255 / 40%);
	font-weight: 700;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 0.2em;
	margin-bottom: 7px;
	padding: 0;
	text-transform: uppercase;
}
.d-adv .b-motor-new > div .b-inputs .col-form {
	/*display: flex;
	align-items: center;*/
	/*padding: 0 20px;*/
	position: relative;
}
/*.d-adv .b-motor-new > div .b-inputs .col-form:before {
	background-color: #E6EBEE;
	content: '';
	right: 0;
	width: 1px;
	top: 7px;
	bottom: 7px;
	position: absolute;
}*/
.d-adv .b-motor-new > div .b-inputs .col-form .div-border {
	border: 1px solid rgb(255 255 255 / 20%);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;

	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}
.d-adv .b-motor-new > div .b-inputs .col-form select {
	padding-left: 0;
	padding-right: 0;
	border: 0;
	color: white;
	background-color: transparent;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	cursor: pointer;
}
.d-adv .b-motor-new > div .b-inputs .col-form select option {
	color: #212125;
}
.d-adv .b-motor-new > div .b-inputs .col-form input,
.d-adv .b-motor-new > div .b-inputs .col-form input.form-control:disabled,
.d-adv .b-motor-new > div .b-inputs .col-form input.form-control[readonly] {
	color: white;
	background-color: transparent;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	border: 0;
	padding-left: 0;
	cursor: pointer;
}
.d-adv .b-motor-new > div .b-inputs .col-form input::-ms-input-placeholder { /* Edge 12-18 */
	color: #B8B8B8;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
}

.d-adv .b-motor-new > div .b-inputs .col-form input::placeholder {
	color: #B8B8B8;
	background-color: transparent;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
}
.d-adv .b-motor-new > div .b-inputs .col-promo {
	/*width: 162px;*/
}
.d-adv .b-motor-new > div .b-inputs .col-promo:before {
	display: none;
}
.d-adv .b-motor-new > div .b-inputs .col-cal {
	padding: 0 20px;
}
.d-adv .b-motor-new > div .b-inputs .col-cal input {
	text-align: center;
}
.d-adv .b-motor-new > div .b-inputs .col-persons {
	min-width: 280px;
}
.d-adv .b-motor-new > div .b-inputs .col-destino {
	min-width: 250px;
}
/*.d-adv .b-motor-new > div .b-inputs .col-destino .div-border {
	padding-left: 0;
	padding-right: 0;
}*/
.d-adv .b-motor-new > div .b-inputs .col-destino .div-border select {
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 1400px){
	.d-adv .b-motor-new > div .b-inputs .col-persons {
		min-width: auto;
	}
}
@media screen and (max-width: 1330px){
	.d-adv .b-motor-new > div .b-inputs .col-destino {
		min-width: auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1143px) {
	.d-adv .b-bottom .b-list ul li {
		padding: 0 26px;
	}
}
.d-adv .b-motor-new > div .b-inputs .col-persons .div-border,
.d-adv .b-motor-new > div .b-inputs .col-destino .div-border {
	background-image: url("../img/ico/arrow-down.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 20px);
}
.d-adv .b-motor-new .form-control:focus {
	box-shadow: none;
}
.d-adv .modal-input {
	font-family: aktiv-grotesk, sans-serif;
	position: absolute;
	bottom: 65px;
	padding: 40px;
	background-color: white;
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;

	opacity: 0;
	visibility: hidden;
	z-index: -1;
	pointer-events: none;

	transform: translate(-50%,0);
	left: 50%;
}
.d-adv .col-form.active-2 .modal-input,
.d-adv .col-form.active .modal-input {
	bottom: 80px;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	pointer-events: auto;
}
.d-adv .modal-input .form-select {
	background-image: none !important;
}
.d-adv .modal-input .icon-arrow {
	position: absolute;
	transform: translate(-50%,0) rotate(0deg);
	left: 50%;
	bottom: -13px;
}
.d-adv .col-destino .modal-input:not(.pag-destino) .icon-arrow {
	/*left: 115px;*/
}
.d-adv .modal-input.m-destino {
	transform: translate(0,0);
	left: 0;

	max-width: -moz-max-content;
	max-width: max-content;
}
.d-adv .modal-input.m-destino li,
.d-adv .modal-input.m-destino li a {
	color: #212125 !important;
	font-size: 21px !important;
	line-height: 26px !important;
	font-family: 'NoeDisplayBold';
	text-transform: none !important;
	letter-spacing: 0 !important;
	cursor: pointer;
}
.d-adv .modal-input.m-destino li:hover {
	opacity: 0.7;
}
.d-adv .modal-input.m-destino .dropdown-menu {
	position: initial !important;
	padding: 0;
	border: 0;
}
.d-adv .modal-input.m-destino .dropdown-menu .container-fluid {
	padding: 0;
}
.d-adv .modal-input.m-destino.pag-destino {
	max-width: -moz-max-content;
	max-width: max-content;
}
.d-adv .modal-input.m-destino.pag-destino ul li .item .dropdown-item {
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 20px;
}
.d-adv .modal-input.m-destino.pag-destino ul li .dropdown-item {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 9px;
	font-weight: 300;
	color: black;
	padding: 0;
	text-transform: none;
	opacity: 1;
}
.d-adv .modal-input.m-destino.pag-destino ul li .dropdown-item:hover,
.d-adv .modal-input.m-destino.pag-destino .p-otros:hover {
	background-color: transparent;
	opacity: 0.7;
}
.d-adv .modal-input.m-destino.pag-destino .p-otros {
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	color: black;
	margin-bottom: 0;
	cursor: pointer;
}
.d-adv .modal-input.m-persons {
	padding-right: 25px;
}
.d-adv .modal-input.m-persons li {
	display: block;
}
.d-adv .modal-input.m-cal {
	/*width: 842px;*/
}
.d-adv .modal-input.m-cal .flatpickr-current-month span.cur-month {
	color: #212125 !important;
	font-size: 21px !important;
	line-height: 26px !important;
	font-family: 'NoeDisplayBold';
}
.d-adv .modal-input.m-cal > .b-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}
.d-adv .modal-input.m-cal > .b-bottom .p-alert {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	color: #B3846F;
	margin-bottom: 0;
}

.d-adv .modal-input.m-cal > .b-bottom .p-alert img{
	margin-right: 10px;
}
.d-adv .modal-input.m-cal > .b-bottom .btn-borrar {
	text-transform: uppercase;
	cursor: pointer;
	color: #838B7E;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 10px 14px;
	margin: 0;
	border: 1px solid #838B7E;
	border-radius: 30px;
	background-color: transparent;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
.d-adv .modal-input.m-cal > .b-bottom .btn-borrar:hover {
	background-color: #838B7E;
	color: black;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
.d-adv .modal-input .b-calendar-input {
	height: 0;
	padding: 0;
}
.d-adv .modal-input .flatpickr-calendar {
	box-shadow: none;
}
.d-adv .modal-input .flatpickr-calendar.inline,
.d-adv .modal-input .flatpickr-calendar.inline .flatpickr-rContainer,
.d-adv .modal-input .flatpickr-calendar.inline .flatpickr-days {
	width: -moz-max-content !important;
	width: max-content !important;
}
.d-adv .modal-input .dayContainer {
	/*width: 50% !important;*/
	max-width: -moz-max-content !important;
	max-width: max-content !important;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange,
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
	border-radius: 0;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	background: #f4f5e4;
	border-color: #f4f5e4;
}
.flatpickr-day.startRange + .flatpickr-day.inRange {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #212125, 5px 0 0 #212125;
	box-shadow: -5px 0 0 #212125, 5px 0 0 #212125;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background: #212125;
	border-color: #212125;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7),
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1),
.flatpickr-day.inRange {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #f4f5e4, 5px 0 0 #f4f5e4;
	box-shadow: -5px 0 0 #f4f5e4, 5px 0 0 #f4f5e4;
}
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #212125;
	box-shadow: -10px 0 0 #212125;
}
.flatpickr-months .flatpickr-month {
	margin-bottom: 15px;
}
.dayContainer+.dayContainer {
	-webkit-box-shadow: -1px 0 0 #e6e6e6;
	box-shadow: none;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer,
.d-adv .modal-input .dayContainer {
	padding: 0 17px;
}

[data-select-person='active'] .mi-be-multiroom-age label {
	font-size: 14px;
	line-height: 14px;
	width: 150px;
	color: black;
	font-weight: 400;
}
[data-select-person='active'] .mi-be-multiroom-option-adult,
[data-select-person='active'] .mi-be-multiroom-option-children,
[data-select-person='active'] .mi-be-multiroom-option-baby {
	display: inline-flex;
	align-items: center;
	margin: 8px 0;
}
[data-select-person='active'] .mi-be-multiroom-age span,
[data-select-person='active'] .mi-be-multiroom-age span input{
	position: relative;
	display: inline-block;
	width: 110px;
}
[data-select-person='active'] .mi-be-multiroom-age span input {
	font-family: 'NoeDisplayBold';
	font-size: 33px !important;
	text-transform: uppercase;
	color: #212125 !important;
	background-color: transparent;
	border: 0 !important;
}
[data-select-person='active'] .mi-be-multiroom-age span b {
	width: 24px !important;
	height: 35px;
	background: transparent !important;
	border-radius: 100% !important;
	cursor: pointer !important;
}
[data-select-person='active'] .mi-be-multiroom-age span b i {
	background-color: black !important;
}
[data-select-person='active'] .mi-be-multiroom-age span b:hover {
	opacity: .3;
}
[data-select-person='active'] .mi-be-multiroom-age span b:hover i {
	background-color: black !important;
}
[data-select-person='active'] .mi-be-multiroom-age label {
	color: #212125 !important;
	font-size: 21px !important;
	line-height: 26px !important;
	font-family: 'NoeDisplayBold';
	text-transform: none !important;
	letter-spacing: 0 !important;
}
[data-select-person='active'] .mi-be-multiroom-age label span {
	font-size: 13px;
	line-height: 16px;
	margin-top: 0;
	display: block;
	color: #666666;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	font-family: aktiv-grotesk, sans-serif;
}
@media screen and (max-width: 1612px){
	.d-adv .b-motor-new,
	.d-adv .b-bottom > .col-12 {
		padding: 0 30px;
	}
}
@media screen and (max-width: 1560px){
	.d-adv .b-motor-new,
	.d-adv .b-bottom > .col-12 {
		padding: 0 calc(var(--bs-gutter-x) * .5);
	}
	.d-adv .b-motor-new > div .b-inputs .col-persons {
		min-width: 174px;
	}
}
@media screen and (max-width: 1365px){
	.d-adv .b-motor-new,
	.d-adv .b-bottom > .col-12 {
		padding: 0 50px;
	}
	.d-adv .b-bottom {
		margin-top: -4px;
	}
	.d-adv .b-motor-new > div .b-inputs .col-destino {
		min-width: 190px;
	}
}
@media screen and (max-width: 1300px){
	.d-adv .b-bottom .b-list ul li p br {
		display: none
	}
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 991px){
	.d-adv .b-motor-new > div .b-btn {
		width: 300px;
		border-radius: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.d-adv {
		background-color: transparent !important;
	}
	.d-adv.new-section {
		text-align: center;
		height: auto;
		margin-top: 0;
		padding: 15px 0;
		position: relative !important;
		background-color: #333333 !important;
	}
	.d-adv.new-section + section {
		padding-top: 100px;
	}
	.d-adv .b-motor-new,
	.d-adv .b-bottom > .col-12 {
		padding: 0 calc(var(--bs-gutter-x) * .5);
	}
	.d-adv .b-bottom .b-list ul li {
		width: 45%;
		display: inline-table;
		gap: 12px;
		padding: 10px 10px;
	}
	.d-adv .b-bottom .b-list ul li img {
		margin-bottom: 10px;
	}
	.d-adv .b-bottom .b-list ul li p br {
		display: block;
	}
	.d-adv .b-motor-new > div .b-btn button {
		padding: 5px;
	}
	.d-adv .b-bottom .b-list ul {
		display: block;
		justify-content: space-between;
		padding: 0 10px;
	}
	.d-adv #form-booking-new {
		height: 0;
	}
	.d-adv .b-bottom .b-title:before {
		left: 15px;
		right: 15px;
	}
}
@media screen and (max-width: 768px){
	.d-adv .b-motor-new {
		padding: 0;
	}
	.d-adv .b-motor-new > div .b-btn {
		width: 100%;
	}
}
@media screen and (max-width: 450px){
	.d-adv .b-bottom .b-list ul li p br {
		display: none;
	}
}
