.reveal {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.6s ease-in-out;
}
.reveal.visible {
  transition: all 0.6s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}
.Xbody {
  margin: 0;
  font-family: sans-serif;
}
/* stackedCards*/
.cardContCont {
  position: relative;
  background-color: #ffffff;
}
.cardContCont .cardCont {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #ffffff;
}
.cardContCont .cardCont > div {
  height: 80vh;
  position: sticky;
  top: 10px;
  opacity: 1;
  transition: all 1s ease-in-out;
  border: 0px solid #efefef;
  transform: translateY(0px) scale(1);
  transform-origin: top;
}
.cardContCont .cardCont > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cardContCont .cardCont .card .cardSpot {
  opacity: 1;
  position: absolute;
  top: 36px;
  left: 36px;
  text-align: left;
  padding: 30px;
}
.cardContCont .cardCont .card .cardSpot h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 22px;
}
.cardContCont .cardCont .card .cardSpot p {
  margin-bottom: 80px;
}
.cardContCont .cardCont .card .cardSpot a {
  text-decoration: none;
}
.cardContCont .cardCont .card .cardSpot a svg {
  width: 40px;
  margin-left: 16px;
  vertical-align: bottom;
  margin-bottom: 8px;
  transform: scale(1);
  transform-origin: 0 100%;
  transition: transform 0.2s ease-in-out;
}
.cardContCont .cardCont .card .cardSpot a:hover svg {
  transform-origin: 0 100%;
  transition: transform 0.3s ease-in-out;
  transform: scale(1.2);
}
.cardContCont .cardCont .card .cardSpot.carta {
  position: absolute;
  top: 34px;
  left: 34px;
  padding: 33px;
  max-width: 350px;
}
.cardContCont .cardCont > div div.contentBox {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cardContCont .cardCont > div.is-stuck {
  --sc: 1;
  --y: 0px;
  transition: all 1s ease-in-out;
  transform: translateY(var(--y)) scale(var(--sc));
}
.cardContCont .cardCont .sticky-sentinel {
  position: relative;
  height: 1px;
  top: -1px;
  background: #00000000;
  visibility: hidden;
}
/* end stackedCards */
/* 3dcard rollover*/
.dp {
  perspective: 800px;
  text-align: center;
}
.dp img {
  border: 0px solid #666666;
  position: relative;
  width: 70vw;
  margin: 200px auto;
  max-width: 1000px;
  transition: transform 0.6s ease-in-out;
  border-radius: 12px;
}
.dp img:hover {
  transition: transform 0.2s ease-out;
  transform: rotateX(var(--x-rotation)) rotateY(var(--y-rotation)) scale(0.97);
}
/* end 3dcard rollover*/
/*
Entering boxes
*/
.enteringRotBoxes {
  height: 100vh;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.enteringRotBoxes > div {
  position: absolute;
  width: 22%;
  min-width: 320px;
  padding: 20px;
  border-radius: 1px;
}
.enteringRotBoxes > div:hover {
  z-index: 5;
}
.enteringRotBoxes > div img {
  width: 100%;
}
.enteringRotBoxes > div h2 {
  font-size: 2vw;
  line-height: 40px;
  margin: 0;
}
.enteringRotBoxes > div h4 {
  color: #000;
  font-weight: 700;
  font-size: 2.2vw;
}
.enteringRotBoxes > div a {
  margin-top: 50px;
  display: inline-block;
  text-decoration: none;
  color: #111111;
  font-size: 40px;
  font-weight: 200;
  transition: color 0.3s ease-in-out;
}
.enteringRotBoxes > div a:hover {
  color: #eeeeee;
  transition: color 0.3s ease-in-out;
}
/*
end Entering boxes
*/
/*
ScrollDoubleMenu
 
*/
.flex {
  display: flex;
}
.DobleMenu {
  position: relative;
  width: 100%;
  color: #111111;
  background: #b3c4f9;
}
.scd {
  position: relative;
  width: 100%;
  color: #111111;
  background: #b3c4f9;
}
.scd .scd-stickys {
  min-height: 100vh;
  position: relative;
}
.scd .scd-stickys > div {
  position: sticky;
  top: 0;
  height: 100vh;
}
.scd .scd-container {
  position: absolute;
  top: 0;
  opacity: 1;
  display: flex;
  width: 100%;
  height: 100vh;
  z-index: 2;
  /*
 */
}
@media (max-width: 991px) {
  .scd .scd-container {
    display: block;
  }
}
.scd .scd-container > div {
  flex: 1;
  margin: 0px 0px;
  padding: 0%;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .scd .scd-container > div:nth-child(2) {
    display: none;
  }
}
.scd .scd-container .scd-menu {
  position: relative;
}
.scd .scd-container .scd-menu h2 {
  font-size: 105px;
  font-weight: 500;
  color: #000;
  line-height: 0.95;
  margin-bottom: 100px;
}
.scd .scd-container .scd-menu > div {
  position: relative;
  vertical-align: middle;
  margin: 0;
  padding: 32px 20px 32px 46px;
  transition: all 0.4s ease-in-out;
  color: #000000;
  opacity: 0.3;
  margin-bottom: -80px;
}
.scd .scd-container .scd-menu > div p {
  opacity: 0;
  margin: 0;
  transition: all 0.5s ease-out;
  max-width: 70%;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  transform: translateX(-10px);
}
.scd .scd-container .scd-menu > div h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  transition: all 0.4s ease-in-out;
}
.scd .scd-container .scd-menu > div h5 {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.scd .scd-container .scd-menu > div a {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 32px;
  text-decoration: none;
  color: white;
  margin-right: 32px;
  margin-top: 42px;
  transition: all 0.4s ease-in-out;
}
.scd .scd-container .scd-menu > div a:hover {
  color: #cccccc;
}
@media (max-width: 991px) {
  .scd .scd-container .scd-menu > div a {
    right: -8px;
    margin-right: 0px;
  }
}
.scd .scd-container .scd-menu > div svg path {
  transition: all 0.4s ease-in-out;
  fill: #00000000;
  stroke: #00000000;
  transform: scale(0.7);
}
.scd .scd-container .scd-menu > div.active {
  color: #000000;
  opacity: 1;
  margin-bottom: -20px;
}
.scd .scd-container .scd-menu > div.active svg path {
  transition: all 0.4s ease-in-out;
  fill: #000000;
  stroke: #000000;
  transform: scale(1);
}
.scd .scd-container .scd-menu > div.active p {
  height: auto;
  opacity: 1;
  transition: all 0.5s ease-out;
  transform: translateX(0px);
}
.scd .scd-container .scd-gallery {
  overflow: hidden;
  width: 80%;
  height: 70vh;
  margin: 26% auto auto;
  position: relative;
}
.scd .scd-container .scd-gallery .scd-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  transform: translateY(0px);
}
.scd .scd-container .scd-gallery .scd-line > div {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70vh;
}
.scd .scd-container .scd-gallery .scd-line > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.stickies {
  position: relative;
}
.stickies .sticky {
  position: sticky;
  top: 80px;
  height: 70vh;
  border-top: 0px solid #000000;
}
.novedades-app .imagen {
  width: 100%;
}
.novedades-app .imagen .sdLine {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  transform: translateY(0px);
}
.novedades-app .imagen .sdLine > div {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70vh;
}
.novedades-app .imagen .sdLine > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ScrollBoxesSlider .Rboxes .boxesLine {
  left: 0%;
  top: 160px;
  position: relative;
  transition: all 0.6s ease-in-out;
  border-top: 0px solid #aaaaaa;
}
.ScrollBoxesSlider .Rboxes .box {
  overflow: hidden;
  border-radius: 0px;
  position: relative;
  transition: all 0.4s ease-in-out;
  transform-origin: bottom left;
  display: inline-block;
}
.ScrollBoxesSlider .Rboxes .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ScrollBoxesSlider .Rboxes .box h2 {
  text-align: right;
  margin: 16px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .ScrollBoxesSlider .Rboxes .box h2 {
    font-size: 18px;
    margin: 12px;
  }
}
.ScrollBoxesSlider .Rboxes .box h3 {
  text-align: right;
  margin: 16px;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media (max-width: 767px) {
  .ScrollBoxesSlider .Rboxes .box h3 {
    font-size: 14px;
    margin: 12px;
  }
}
.ScrollBoxesSlider .Rboxes .RBoxesLeft {
  opacity: 0;
}
.ScrollBoxesSlider .Rboxes .RBoxesRight {
  opacity: 0;
}
.shad {
  box-shadow: rgba(0, 0, 0, 0.01) 45px 62px 31px, rgba(0, 0, 0, 0.05) 25px 35px 26px, rgba(0, 0, 0, 0.09) 11px 15px 19px, rgba(0, 0, 0, 0.1) 3px 4px 11px, rgba(0, 0, 0, 0.1) 0px 0px;
}
@media (max-width: 992px) {
  .enteringRotBoxes > div h4 {
    font-size: 24px;
  }
}
.cardCont .carta {
  position: absolute;
  top: 34px;
  left: 34px;
  padding: 33px;
  max-width: 350px;
  z-index: 6;
}
@media (max-width: 767px) {
  .cardCont .carta {
    bottom: 10px;
    left: 10px;
    top: auto;
    max-width: 280px;
    padding: 20px;
  }
}
.cardCont .carta.celestito {
  background: #000;
  color: #b3c4f9;
}
.cardCont .carta.celestito h2,
.cardCont .carta.celestito h3 {
  color: #b3c4f9;
}
.cardCont .carta.celestito a {
  color: #b3c4f9;
}
.cardCont .carta.celestito svg path {
  fill: #b3c4f9;
}
.cardCont .carta.gold {
  background: #FFF;
  color: #ccad9f;
}
.cardCont .carta.gold h2,
.cardCont .carta.gold h3 {
  color: #ccad9f;
}
.cardCont .carta.gold a {
  color: #ccad9f;
}
.cardCont .carta.gold svg path {
  fill: #ccad9f;
}
.cardCont .carta.celeste {
  background: #FFF;
  color: #7cb7ff;
}
.cardCont .carta.celeste h2,
.cardCont .carta.celeste h3 {
  color: #7cb7ff;
}
.cardCont .carta.celeste a {
  position: absolute;
  bottom: 33px;
  left: 33px;
}
.cardCont .carta.celeste a {
  color: #7cb7ff;
}
.cardCont .carta.celeste svg path {
  fill: #7cb7ff;
}
.cardCont .carta.black-gold {
  background: #000;
  color: #ffe6b0;
}
.cardCont .carta.black-gold h2,
.cardCont .carta.black-gold h3 {
  color: #ffe6b0;
}
.cardCont .carta.black-gold a {
  color: #ffe6b0;
}
.cardCont .carta.black-gold svg path {
  fill: #ffe6b0;
}
.cardCont .carta h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .cardCont .carta h2 {
    font-size: 28px;
  }
}
.cardCont .carta p {
  font-size: 16px;
  font-weight: 300;
}
.hero-home {
  background: none;
}
.hero-nav .dot {
  transition: all 500ms ease-in-out;
}
.hero-nav {
  text-align: right;
}
.hero-nav .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #696867;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-left: 17px;
}
.hero-nav .dot:hover {
  background: #FFF;
}
.hero-nav .dot.active {
  width: 40px;
  background: #FFF;
}
.heroImage {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  overflow: hidden;
}
.heroImage > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.heroImage > div > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
