



/*
--------------------------------------------------------------------------------------------- 
#page-residences-landing
---------------------------------------------------------------------------------------------
*/
#page-residences-landing {
  position: relative;
  overflow: hidden;
}

#page-residences-landing .hero-image {
  height: 570px;
}

#page-residences-landing .hero-image .label {
  text-align: center;
}

#page-residences-landing .hero-image .scroll-down {
  margin-top: 160px;
}

#page-residences-landing>div {
  position: relative;
}

#page-residences-landing .intro {
  margin-bottom: 60px;
}

#page-residences-landing .spaces:before {
  content: "";
  height: 400px;
  width: 100%;
  top: 0px;
  background-color: #e3ece7;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

#page-residences-landing .wellness:before {
  content: "";
  height: 300px;
  width: 100%;
  top: 0px;
  background-color: #f4e9e6;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

#page-residences-landing .wellness .item .icon {
  font-size: 30px;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  float: left;
  vertical-align: middle;
}

#page-residences-landing .wellness .item .icon-mundo,
#page-residences-landing .wellness .item .icon-medico,
#page-residences-landing .wellness .item .icon-chef {
  font-size: 20px;
}

#page-residences-landing .wellness .list-w-icon {
  margin-bottom: 30px;
  color: #555555;
  font-size: 12px;
}

#page-residences-landing .wellness .list-w-icon .item {
  margin-bottom: 15px;
  line-height: 25px;
}

#page-residences-landing .wellness .list-w-icon .item .icon {}

#page-residences-landing .friendly:before {
  content: "";
  height: 400px;
  width: 100%;
  top: 0px;
  background-color: #f5ede2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

#page-residences-landing .wellness .download .link {
  font-size: 14px;
}

#page-residences-landing .wellness .download .link .icon {
  font-size: 24px;
  vertical-align: -8px;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  #page-residences-landing .hero-image {
    height: 470px;
  }

  #page-residences-landing .padding__xl {
    padding: 60px 0px;
  }

  #page-residences-landing .intro {
    margin-bottom: 30px;
  }

  #page-residences-landing .hero-image .scroll-down {
    margin-top: 80px;
  }
}

@media (max-width: 430px) {
  #page-residences-landing .hero-image {
    height: 370px;
  }

  #page-residences-landing .padding__xl {
    padding: 30px 0px;
  }

  #page-residences-landing .block-w-image-3 {
    text-align: center;
  }

  #page-residences-landing .intro {
    margin-bottom: 0px;
  }

  #page-residences-landing .wellness .list-w-icon .item .icon {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }

  #page-residences-landing .hero-image .scroll-down {
    margin-top: 40px;
  }
}

/*
--------------------------------------------------------------------------------------------- 
#page-residences 
---------------------------------------------------------------------------------------------
*/
#page-residences {
  position: relative;
}

#page-residences .container:before {
  content: "";
  height: calc(600px);
  width: 730px;
  background-color: #f5ede2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

#page-residences .description {
  margin-bottom: 60px;
  padding-top: 60px;
}

#page-residences .residence {
  display: block;
  position: relative;
  padding: 45px;
  background-color: #fff;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
}

#page-residences .residence .title {
  display: inline-block;
  margin-bottom: 10px;
}

#page-residences .residence .size {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  margin-left: 10px;
}

#page-residences .residence .size sup {
  font-size: 10px;
  font-size: 1rem;
}

#page-residences .residence .link {
  display: block;
  margin-bottom: 30px;
}

#page-residences .gallery-container {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

#page-residences .gallery-container .image {
  width: 84%;
  height: 100%;
  float: left;
  left: 0px;
  position: absolute;
  z-index: 1;
  border: 2px solid #fff;
  vertical-align: top;
}

#page-residences .gallery-container .image .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

#page-residences .gallery-container .thumbnails {
  width: 16%;
  height: auto;
  left: 84%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  vertical-align: top;
  border: 2px solid #fff;
}

#page-residences .gallery-container .thumbnails .thumb {
  display: block;
  height: auto;
  position: relative;
  float: left;
  cursor: pointer;
  overflow: hidden;
  border-bottom: 4px solid #fff;
}

#page-residences .gallery-container .thumbnails .thumb:last-child {
  border-bottom: 0px;
}

#page-residences .gallery-container .thumbnails .thumb img {
  opacity: 0.5;
}

#page-residences .gallery-container .thumbnails .thumb.active {
  cursor: default;
}

#page-residences .gallery-container .thumbnails .thumb.active img {
  opacity: 1;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#page-residences .gallery-container img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#page-residences .residence .content-container {
  height: 100%;
  position: relative;
}

#page-residences .residence .specs-container {
  margin-bottom: 30px;
  height: calc(100% - 107px);
}

#page-residences .residence .specs-container .spec {
  margin-bottom: 5px;
  line-height: 30px;
}

#page-residences .residence .specs-container .spec .icon {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

#page-residences .residence .price-container {
  color: #333333;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

#page-residences .residence .price-container .amount {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 991px) {
  #page-residences .row-flex {
    display: block;
  }

  #page-residences .gallery-container {
    margin-bottom: 30px;
  }

  #page-residences .row-height,
  #page-residences .col-height {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
}

@media (max-width: 767px) {
  #page-residences .residence .row:first-child {
    /**  display: none; */
  }

  #page-residences .residence .row:first-child .title-outer {
    padding: 10px;
    /** display: none; */
  }

  #page-residences {
    padding: 30px 0px;
  }

  #page-residences .residence {
    padding: 0px;
    margin-bottom: 30px;
  }

  #page-residences .residence .content-container {
    padding: 30px;
  }

  #page-residences .gallery-container {
    border: 2px solid #fff;
    margin-bottom: 0px;
  }

  #page-residences .gallery-container .image {
    padding-bottom: 62.5%;
    position: relative;
    width: 100%;
  }

  #page-residences .gallery-container .thumbnails {
    width: 100%;
    left: 0px;
    border: 0px;
    border-top: 2px solid #fff;
  }

  #page-residences .gallery-container .thumbnails .thumb {
    width: 25%;
    border-bottom: 0px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  #page-residences .price-container {
    float: left;
    text-align: left;
  }

  #page-residences .price-container .amount {
    display: block;
  }
}

@media (max-width: 430px) {
  #page-residences .residence .content-container {
    padding: 15px;
  }

  #page-residences {
    padding: 15px 0px;
  }

  #page-residences .residence {
    margin-bottom: 15px;
  }
}

/*
--------------------------------------------------------------------------------------------- 
#page-empleo 
---------------------------------------------------------------------------------------------
*/
#page-empleo {
  position: relative;
  overflow: hidden;
  min-height: 461px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

#page-empleo .form {
  margin-bottom: 60px;
}

#page-empleo .form select {
  margin-right: 30px;
}

#page-empleo .form .link {
  line-height: 40px;
}

#page-empleo .job {
  margin-bottom: 60px;
}

#page-empleo .job .category {
  margin: 15px 0px;
}

#page-empleo .loader-empleo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: 100;
  display: none;
}

#page-empleo .loader-empleo .fa {
  position: absolute;
  color: #999;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.loader-empleo img {
  position: absolute;
  left: 50%;
  width: 80px;
  height: 80px;
  top: 100px;
  margin-top: -40px;
  margin-left: -40px;
}

#page-empleo .job .text-container {
  border-left: 1px solid #ccc;
  padding: 15px 30px;
}

#page-empleo .job .text-container .title {
  margin-bottom: 15px;
}

#page-empleo .job .text-container .location {
  display: block;
  text-align: left;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0px;
  color: #999999;
  margin-bottom: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#page-empleo .job .text-container .description {
  margin-bottom: 30px;
}

#send-cv {
  background-color: #fff;
}

.iframe_alt {
  z-index: 0;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.iframe_alt::-webkit-scrollbar {
  width: 2px;
  background: #f2f2f2;
  border: none;
}

.iframe_alt::-webkit-scrollbar-thumb {
  background: #ccc;
  -webkit-box-shadow: none;
}

.iframe_alt::-webkit-scrollbar-thumb:window-inactive {
  background: #f2f2f2;
}

@media (max-width: 991px) {
  #page-empleo .form {
    margin-bottom: 30px;
  }

  #page-empleo .form .link {
    float: none !important;
  }

  #page-empleo .form .selector {
    text-align: center;
  }

  #page-empleo .job .text-container {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  #page-empleo .form .selector select {
    width: 100%;
    margin-bottom: 15px;
  }

  #page-empleo .form .selector .button {
    float: none !important;
    width: 180px;
  }

  #page-empleo .job .text-container {
    padding: 0px 0px;
    border-left: 0px;
  }
}


/*
--------------------------------------------------------------------------------------------- 
#page-el-lugar 
---------------------------------------------------------------------------------------------
*/
#page-el-lugar {}

#page-el-lugar .virtual-tour {
  padding: 120px 0px 60px;
  position: relative;
}

#page-el-lugar .virtual-tour:before {
  content: "";
  height: 100%;
  width: 60%;
  background-color: #f3e6e2;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

#page-el-lugar .virtual-tour .iframe-container {
  margin-bottom: 60px;
  padding-bottom: 100%;
  width: 1140px;
  height: auto;
  max-width: 94vw;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}

#page-el-lugar .virtual-tour .iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

#page-el-lugar .virtual-tour .content-editor {
  color: #333333;
}

@media (max-width: 767px) {
  .block-w-image {
    margin-bottom: 60px;
  }

  .block-w-image .text-container {
    width: 100%;
    margin-left: 0px;
    padding: 30px;
  }

  .block-w-image .img-container {
    position: relative;
    width: 80%;
    margin: auto;
    height: auto;
    text-align: center;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }

  .block-w-image .img-container img {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    -webkit-transform: none;
    transform: none;
  }
}

/*
--------------------------------------------------------------------------------------------- 
#page-contacto 
---------------------------------------------------------------------------------------------
*/
#page-contacto {
  width: 100%;
  height: calc(100vh - 101px);
  position: relative;
}

#page-contacto .sidebar {
  width: 360px;
  height: 100%;
  float: left;
  z-index: 3;
  position: relative;
  border-right: 1px solid #f2f2f2;
  background-color: #f2f2f2;
}

#page-contacto .sidebar .description {
  background-color: #fff;
  height: calc(100% - 80px);
  overflow-y: scroll;
  padding: 45px 30px;
}

#page-contacto .sidebar .description .content {
  margin-bottom: 30px;
}

#page-contacto .sidebar .description .content p {
  margin-bottom: 5px;
}

#page-contacto .sidebar .description .toggle-content h5,
#page-contacto .sidebar .description .toggle-content h6 {
  margin-bottom: 5px;
  letter-spacing: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}

#page-contacto .sidebar .description .toggle-content a {
  color: #999;
}

#page-contacto .sidebar .links {
  padding: 30px 30px;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

#page-contacto .sidebar .links .link_container {
  margin-bottom: 0px;
}

#page-contacto .sidebar .login {
  height: auto;
  padding: 30px;
}

#page-contacto .directions {
  height: auto;
  z-index: 2;
  padding: 60px;
  background-color: #fff;
  left: -100px;
  height: 100%;
  width: 460px;
  position: absolute;
  overflow-y: scroll;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

#page-contacto .directions .table-title {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#page-contacto .directions .table {
  margin-bottom: 60px;
}

#page-contacto .directions .table td {
  border-top: 0px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0px;
  padding: 10px 0px;
}

#page-contacto .directions.open {
  left: 360px;
}

#page-contacto .directions .icon {
  font-size: 24px;
  font-size: 2.4rem;
  color: #aedac1;
}

#page-contacto .closer {
  position: absolute;
  top: 30px;
  right: 30px;
}

#page-contacto .map {
  width: calc(100% - 360px);
  height: 100%;
  float: left;
  background-color: #000;
  position: relative;
  z-index: 1;
}

#page-contacto .map #iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  #page-contacto {
    height: auto !important;
  }

  #page-contacto .map {
    height: auto;
    padding-bottom: 100%;
    width: 100%;
    float: none;
  }

  #page-contacto .sidebar {
    width: 100%;
    float: none;
  }

  #page-contacto .sidebar .description {
    position: relative;
    height: auto;
  }

  #page-contacto .sidebar .login {
    position: relative;
  }

  #page-contacto .directions {
    width: 100%;
    max-width: none;
    float: none;
    top: 0px;
    left: -100%;
    z-index: 10;
    padding: 30px;
  }

  #page-contacto .directions.open {
    left: 0px;
  }

  #page-contacto .sidebar .links {
    position: relative;
    bottom: auto;
  }
}

/*
--------------------------------------------------------------------------------------------- 
#page-metodo 
---------------------------------------------------------------------------------------------
*/
#page-metodo .intro {
  margin-bottom: 0px;
}

#page-metodo .visual-container {
  display: block;
  width: 140%;
  margin-left: -20%;
  padding: 0px 0px;
  position: relative;
  text-align: center;
  background-color: #e5ebed;
}

#page-metodo .visual-container img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

/*
--------------------------------------------------------------------------------------------- 
#page-academy 
---------------------------------------------------------------------------------------------
*/
#page-academy {
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
}

#page-academy:before {
  content: "";
  height: calc(100% - 60px);
  width: 730px;
  background-color: #e3ece7;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

#page-academy .block2 {
  cursor: default;
  padding-bottom: 125%;
}

#page-academy .block2 .description {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  #page-academy:before {
    width: 640px;
  }

  #page-academy .intro {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  #page-academy {
    padding-top: 30px;
  }

  #page-academy:before {
    width: 100%;
    top: 0px;
  }
}

/*
--------------------------------------------------------------------------------------------- 
#page-nutrition 
---------------------------------------------------------------------------------------------
*/
#page-nutrition {
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
}

#page-nutrition .section1,
#page-nutrition .section2,
#page-nutrition .section3 {
  position: relative;
}

#page-nutrition .section1:before {
  content: "";
  height: calc(600px);
  width: 730px;
  background-color: #f5ede2;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

#page-nutrition .description {
  margin-bottom: 60px;
}

#page-nutrition .block2 {
  cursor: default;
  padding-bottom: 100%;
}

#page-nutrition .block2 .description {
  margin-bottom: 0px;
}

#page-nutrition .section3:before {
  content: "";
  height: 50%;
  width: 100vw;
  background-color: #f4e9e6;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}

@media (max-width: 991px) {
  #page-nutrition .block2 {
    padding-bottom: 160%;
  }
}

@media (max-width: 767px) {
  #page-nutrition .section3 .block-w-image {}

  #page-nutrition .section3 .block-w-image .text-container {
    width: 100%;
    margin-right: 0px;
    padding: 30px;
  }

  #page-nutrition .section3 .block-w-image .img-container {
    width: 100%;
    position: relative;
    -webkit-transform: none;
    transform: none;
  }
}

/*
--------------------------------------------------------------------------------------------- 
#page-promociones
---------------------------------------------------------------------------------------------
*/

#page-promociones .card .text-container .description {
  min-height: 80px;
}

 
/*
--------------------------------------------------------------------------------------------- 
#page-entorno 
---------------------------------------------------------------------------------------------
*/
#page-entorno {
  background-color: #fff;
}

#page-entorno img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  /*text-shadow: 0px 1px 2px rgba(0,0,0,0.4);*/
}

#page-entorno .content-editor {
  width: 80%;
  max-width: 400px;
  margin: auto;
  /*text-shadow: 0px 1px 2px rgba(0,0,0,0.4);*/
}

#page-entorno .hero {
  width: 100%;
  height: calc(100vh - 100px);
  background-color: #000;
  position: relative;
}

#page-entorno .hero .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#page-entorno .hero .centered {
  position: relative;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

#page-entorno .hero .centered a {
  color: #fff;
  opacity: 0.7;
}

#page-entorno .hero .centered .label {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 3px;
  font-family: "HK Grotesk", Helvetica, Arial, Verdana, sans-serif;
}

#page-entorno .hero .centered .title {
  display: block;
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
}

#page-entorno .hero .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 10vh;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

#page-entorno .hero .scroll-down:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}

#page-entorno .hero .scroll-down .fa {
  -webkit-animation: bounceball 0.9s linear infinite;
  animation: bounceball 0.9s linear infinite;
}

#page-entorno .hero .scroll-down:hover .fa {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes bounceball {
  0% {
    -webkit-transform: translate(0px, -3px);
  }

  50% {
    -webkit-transform: translate(0px, 3px);
  }

  100% {
    -webkit-transform: translate(0px, -3px);
  }
}

@keyframes bounceball {
  0% {
    -webkit-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
  }

  50% {
    -webkit-transform: translate(0px, 3px);
    transform: translate(0px, 3px);
  }

  100% {
    -webkit-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
  }
}

#page-entorno .entorno-park {
  width: 100%;
  height: calc(100vh - 100px);
  background-color: #000;
  position: relative;
}

#page-entorno .entorno-park .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-entorno .entorno-park .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  z-index: 2;
  text-align: center;
}

#page-entorno .entorno-park .centered .title {
  color: #fff;
}

#page-entorno .entorno-weeather .bg {
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-entorno .entorno-weeather .content {
  height: 50%;
}

#page-entorno .entorno-weeather .content .centered {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  #page-entorno .row-height {
    display: block;
  }

  #page-entorno .col-height {
    display: block;
    width: 100%;
  }

  #page-entorno .entorno-park {
    height: auto;
    background-color: #fff;
    color: #666;
  }

  #page-entorno .entorno-park .bg {
    position: relative;
    padding-bottom: 100%;
  }

  #page-entorno .entorno-park .centered,
  #page-entorno .entorno-weeather .content .centered,
  #page-entorno .entorno-experiences .centered {
    left: auto;
    top: auto;
    color: #666;
    position: relative;
    padding: 30px;
    -webkit-transform: none;
    transform: none;
  }

  #page-entorno .entorno-park .centered .title {
    color: #333333;
  }
}

/*
--------------------------------------------------------------------------------------------- 
#page-chefstudio 
---------------------------------------------------------------------------------------------
*/
#page-chefstudio .tabs {
  position: relative;
  padding-top: 60px;
}

#page-chefstudio .tabs:before {
  content: "";
  height: 300px;
  width: 100vw;
  background-color: #e3ece7;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

#page-chefstudio .class-info {
  color: #aedac1;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#page-chefstudio .class-intro {
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 45px;
}

#page-chefstudio .block-w-image .img-container img {
  width: auto;
  height: calc(100% - 120px);
}

#page-chefstudio .program {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  float: left;
  width: 50%;
}

#page-chefstudio .program .title {
  position: relative;
  margin-bottom: 10px;
}

#page-chefstudio .program .title .fa {
  font-size: 8px;
  top: 50%;
  left: -15px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #aedac1;
  position: absolute;
}

#page-chefstudio .toggles-container {
  border-top: 0px;
}

@media (max-width: 991px) {
  #page-chefstudio .tabs-container .nav-tabs>li>a {
    padding: 15px 30px;
    font-size: 16px;
  }

  #page-chefstudio .tabs-container .nav-tabs>li>a * {
    font-size: 16px;
  }

  #page-chefstudio .block-w-image .img-container img {
    height: calc(100% - 260px);
  }
}

@media (max-width: 767px) {
  #page-chefstudio .block-w-image {
    text-align: center;
  }

  #page-chefstudio .block-w-image .text-container {
    width: 100%;
    margin-right: 0px;
    padding: 30px;
  }

  #page-chefstudio .block-w-image .img-container {
    width: 100%;
    position: relative;
    -webkit-transform: none;
    transform: none;
  }

  #page-chefstudio .block-w-image .img-container img {
    width: 100%;
    height: auto;
  }

  #page-chefstudio .tabs-container .nav-tabs>li {
    width: 30%;
    margin: 0px;
  }

  #page-chefstudio .tabs-container .nav-tabs>li>a {
    min-height: 64px;
    padding: 10px 10px;
  }

  #page-chefstudio .program {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
}

@media (max-width: 630px) {
  #page-chefstudio .tabs-container .nav-tabs>li {
    width: 33.33%;
  }

  #page-chefstudio .tabs-container .nav-tabs>li>a {
    min-height: 86px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #page-chefstudio .tabs-container .nav-tabs>li>a * {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*
--------------------------------------------------------------------------------------------- 
#page-sostenibilidad
---------------------------------------------------------------------------------------------
*/
#page-sostenibilidad .block-w-image .img-container img {
  height: calc(100% - 120px);
  width: auto;
}

#page-sostenibilidad .include {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  float: left;
  width: 50%;
}

#page-sostenibilidad .include .title {
  position: relative;
  margin-bottom: 10px;
}

#page-sostenibilidad .include .title .fa {
  font-size: 8px;
  top: 50%;
  left: -15px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #d8dfab;
  position: absolute;
}

#page-sostenibilidad .strategy {
  position: relative;
  padding-top: 60px;
}

#page-sostenibilidad .strategy:before {
  content: "";
  height: 400px;
  width: 100vw;
  background-color: #e9eade;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

#page-sostenibilidad .strategy .cierre {
  max-width: 60%;
  margin: auto;
}

@media (max-width: 767px) {
  #page-sostenibilidad .block-w-image {
    text-align: center;
  }

  #page-sostenibilidad .block-w-image .text-container {
    width: 100%;
    margin-right: 0px;
    padding: 30px;
  }

  #page-sostenibilidad .block-w-image .img-container {
    width: 100%;
    position: relative;
    -webkit-transform: none;
    transform: none;
  }

  #page-sostenibilidad .block-w-image .img-container img {
    width: 100%;
    height: auto;
  }

  #page-sostenibilidad .include {
    float: none;
    width: 100%;
    padding-right: 0px;
  }

  #page-sostenibilidad .strategy .cierre {
    max-width: 100%;
    margin: auto;
  }
}

/*
--------------------------------------------------------------------------------------------- 
#page-privileged
---------------------------------------------------------------------------------------------
*/
#page-privileged {
  position: relative;
  overflow: hidden;
}

#page-privileged:before {
  content: "";
  height: 400px;
  width: 100vw;
  background-color: #e1e8ea;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

#page-privileged .tips {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  float: left;
  width: 50%;
}

#page-privileged .tips .title {
  position: relative;
  margin-bottom: 10px;
}

#page-privileged .tips .title .fa {
  font-size: 8px;
  top: 50%;
  left: -15px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #b0cedc;
  position: absolute;
}

@media (max-width: 767px) {
  #page-privileged .tips {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
}

/*
--------------------------------------------------------------------------------------------- 
#page-spirit 
---------------------------------------------------------------------------------------------
*/
#page-spirit {}

#page-spirit .video {
  height: auto;
  background-color: #000;
  position: relative;
}

#page-spirit .video .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#page-spirit .video .play {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
  margin-top: -50px;
  font-size: 18px;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

#page-spirit .video .play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.85);
  transform: translateX(-50%) translateY(-50%) scale(0.85);
}

#page-spirit .video .embed-responsive-16by9 {
  opacity: 0;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  padding-bottom: 40%;
}

#page-spirit.video-is__playing .video .play {
  opacity: 0;
  visibility: hidden;
}

#page-spirit.video-is__playing .video .embed-responsive-16by9 {
  opacity: 1;
  padding-bottom: 56.25%;
}

#page-spirit .whitebox {
  margin-top: -100px;
  margin-bottom: 60px;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

#page-spirit.video-is__playing .whitebox {
  margin-top: 60px;
  margin-bottom: 60px;
}

#page-spirit .colorbox {
  padding: 60px;
  height: 100%;
  vertical-align: top;
  background-color: #fff;
}

#page-spirit .colorbox-1 {
  background-color: #f3e6e2;
}

#page-spirit .colorbox-2 {
  background-color: #e1d9de;
}

@media (max-width: 767px) {
  #page-spirit .video .embed-responsive-16by9 {
    padding-bottom: 100%;
  }

  #page-spirit .whitebox {
    margin-top: -60px;
    margin-bottom: 30px;
  }

  #page-spirit.video-is__playing .whitebox {
    margin-top: 30px;
  }

  #page-spirit .col-height {
    display: block;
  }

  #page-spirit .col-height .colorbox {
    margin-bottom: 15px;
  }
}

@media (max-width: 430px) {
  #page-spirit .whitebox {
    padding: 30px;
  }

  #page-spirit .colorbox {
    padding: 30px;
  }
}

/*
--------------------------------------------------------------------------------------------- 
#page-internacionalizacion
---------------------------------------------------------------------------------------------
*/
#page-internacionalizacion {
  position: relative;
  min-height: 100%;
}

#page-internacionalizacion:before {
  content: "";
  top: 60px;
  height: calc(100% - 60px);
  width: 730px;
  background-color: #f4e9e6;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}



/* Marco 2021*/
.s-carousel--fix {
  position: relative;
}

.s-carousel--fix .s-carousel--fix---content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.owl-full-carousel {
  background: #000;
  color: white;
}

.owl-full-carousel .item::before {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  display: block;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8253676470588236) 0%,
      rgba(0, 0, 0, 0) 100%),
    radial-gradient(69.07% 28.69% at 88.27% 0%,
      rgba(72, 72, 72, 0.42) 0%,
      rgba(72, 72, 72, 0) 100%);
  background-blend-mode: multiply, multiply, normal;
}

.owl-full-carousel--image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply, multiply, normal;
}

.owl-full-carousel--image img {
  object-fit: cover;
  height: 100%;
}

.owl-full-carousel .owl-full-carousel--box {
  padding-bottom: 60px;
  padding-top: 30px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.owl-full-carousel .owl-full-carousel--box::after {
  content: "";
  display: block;
  padding-bottom: 55vh;
}

.s-carousel--fix---content .owl-full-carousel--box {
  /* padding-bottom: 60px; */
  padding-top: 30px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.owl-full-carousel .owl-full-carousel--box .owl-full-carousel--box---text,
.s-carousel--fix---content .owl-full-carousel--box .owl-full-carousel--box---text {
  max-width: 100%;
  color: white;
}

.owl-full-carousel .owl-full-carousel--box .owl-full-carousel--box---text h2,
.s-carousel--fix---content .owl-full-carousel--box .owl-full-carousel--box---text h2 {
  color: white;
}

.owl-full-carousel .owl-full-carousel--box .owl-full-carousel--box---text small,
.s-carousel--fix---content .owl-full-carousel--box .owl-full-carousel--box---text small {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 30px;
}

.owl-full-carousel .owl-dots {
  display: none;
}

.owl-full-carousel .owl-nav {
  position: absolute;
  left: calc(100% - 150px);
  top: 30px;
  width: 100px;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  z-index: 4000;
}

.owl-full-carousel .owl-nav button {
  background: transparent;
  outline: none;
}

.owl-full-carousel .owl-nav button span {
  display: flex;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  font-size: 40px;
  color: white;
  align-items: center;
  justify-content: center;
}

.owl-full-carousel--data .owl-dots {
  position: absolute;
  left: 50%;
  top: 54px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex !important;
  align-items: center;
  max-width: 1170px;
  width: 1170px;

  /* margin-left: auto; */
  margin: 0 auto;
  min-width: 1170px;
  /* margin-right: auto; */
  /* height: 90px; */
  /* margin-top: -90px; */
  z-index: 6;
}

.owl-full-carousel--data .owl-dots .owl-dot button {
  color: white;
  border-color: transparent;
  outline: none;
}

.owl-full-carousel--data .owl-dots .owl-dot.active button {
  font-weight: 900;
}

.owl-full-carousel--data .owl-full-carousel--box {
  /* padding-bottom: 120px; */
}

@media all and (max-width: 768px) {
  .owl-full-carousel--data .owl-dots {
    display: none !important;
  }
}

@media all and (max-width: 993px) {
  .owl-full-carousel .owl-full-carousel--box {
    min-height: 520px;
  }
}

.grid-full {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.grid-full .card {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.grid-full .card:first-child {
  /*	margin-left: 0; */
}

.grid-full .card:last-child {
  /*	margin-right: 0; */
}

.card-vertical-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 580px;
  padding: 15px;
  position: relative;
  background-size: cover;
  background-position: center center;
  transition: 0.3s;
  flex: 1;
  transition: all 0.3s ease-out;
  margin-bottom: 0;
}

.card-vertical-link--v2 {
  overflow: hidden;
  border-radius: 4px;
  min-height: 420px;
}

.card-vertical-link::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s ease-out;
  background: radial-gradient(50% 50% at 50% 50%,
      rgba(72, 72, 72, 0.4) 0%,
      rgba(72, 72, 72, 0) 100%),
    linear-gradient(0deg, rgba(72, 72, 72, 0.4), rgba(72, 72, 72, 0.4));
}

.card-vertical-link .card-vertical-link--bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  transition: 0.3s;
}

.card-vertical-link .card-body {
  text-align: center;
  max-width: 400px;
  padding: 0 15px;
  margin: 0 auto;
  color: white;
  position: relative;
  z-index: 2;
}

.card-vertical-link .card-body h3 {
  color: white;
  margin-bottom: 16px;
}

.card-vertical-link .card-body .card-body--text {
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  margin-bottom: -100%;
  transition-delay: 0.2s;
  height: 0;
  overflow: hidden;
}

.card-vertical-link .card-body .card-body--text a {
  color: white;
}

.card-vertical-link .card-body .card-body--text .link .fa {
  border: 1px solid white !important;
}

.card-vertical-link:hover {
  flex: 1.5;
}

.card-vertical-link--v2:hover {
  flex: 1;
}

.card-vertical-link:hover::before {
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.65);
}

.card-vertical-link:hover .plus {
  display: none;
}

.card-vertical-link:hover .card-body .card-body--text {
  opacity: 1;
  margin-bottom: 0;
  height: auto;
}

.card-vertical-link:hover .card-vertical-link--bg {
  transform: scale(1.1);
}

.card-vertical-link--compact {
  min-height: 400px;
  border-radius: 4px;
  overflow: hidden;
}

.card-vertical-link--compact .card-body {
  margin-top: -30px;
}

.card-vertical-link--compact:hover::before {
  border-radius: 2px;
}

.card-vertical-link--compact:hover::before {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}

.margin-image--bottomfix {
  margin-top: -90px;
}

.margin-image--topfix {
  margin-bottom: -90px;
}

.mb-img--fix---negative {
  margin-bottom: -90px;
}

@media all and (max-width: 1024px) {
  .card-vertical-link {
    padding: 30px;
  }

  .card-vertical-link .card-body p {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .owl-full-carousel .owl-full-carousel--box {
    min-height: 480px;
  }

  .owl-full-carousel .owl-full-carousel--box::after {
    display: none;
  }

  .mb-img--fix {
    margin-bottom: 24px !important;
  }

  .mb-img--fix---negative {
    margin-bottom: 24px !important;
  }

  .grid-full {
    flex-direction: column;
    /*padding-left: 15px;
		padding-right: 15px; */
  }

  .grid-full .card {
    margin: 7.5px;
    min-height: inherit;
    height: auto;
    width: 100%;
  }

  .grid-full .card:first-child {
    margin-left: 7.5px;
  }

  .grid-full .card:last-child {
    margin-right: 7.5px;
  }

  .card-vertical-link {
    border-radius: 4px;
  }

  .card-vertical-link .card-body {
    max-width: 640px;
    text-align: left;
  }

  .card-vertical-link .card-body .plus {
    position: absolute;
    right: 0px;
    font-size: 1.2em;
  }

  .card-vertical-link .card-body .card-body--text {
    opacity: 1;
    margin-bottom: 0;
  }

  .card-vertical-link .card-body .card-body--text p {
    font-size: 16px;
  }

  .card-vertical-link:hover {
    width: 100%;
  }

  .card-vertical-link--compact .card-body {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .card-vertical-link .card-body .plus {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .modulo-nav-tab .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    /*	margin-top: 30px; */
  }

  .modulo-nav-tab .nav-tabs li {
    float: inherit;
    flex: 0 0 auto;
  }

  .panel-modulo-acordeon .collapsible-link {
    padding-right: 30px;
  }

  .margin-image--topfix {
    margin-bottom: 0;
    margin-top: 60px;
  }

  .margin-image--bottomfix {
    margin-top: 0;
  }
}

/* Aplicacion del ltr a modo global*/
.owl-carousel-tab-suites:lang(ar),
.owl-carousel-tab-residences:lang(ar),
.owl-full-carousel:lang(ar),
.owl-full-carousel--data:lang(ar),
.owl-carousel-nav-stacked:lang(ar),
#alojamientos .owl-carousel:lang(ar),
#experiencia-outdoor .owl-links-carousel:lang(ar),
#noticias-enlaces .owl-links-carousel-news:lang(ar),
#home-carrousel-programas-desktop .owl-links-carousel:lang(ar),
#promociones-home .owl-links-carousel:lang(ar) {
  direction: ltr !important;
}

/* Ubicacion de las flechas en ltr*/
#experiencia-outdoor .owl-links-carousel .owl-nav:lang(ar),
#noticias-enlaces .owl-links-carousel-news .owl-nav:lang(ar),
#home-carrousel-programas-desktop .owl-links-carousel .owl-nav:lang(ar),
#home-carrousel-programas-desktop .owl-links-carousel .owl-nav:lang(ar) {
  left: 0;
  right: inherit;
}

/* ajustes arabe CARACTERISTICAS*/
#caracteristicas .feature .icono:lang(ar),
#beneficios-home .beneficio .icono:lang(ar) img {
  margin-right: inherit;
  margin-left: 16px;
}


/* Festive Season */

/* Chevron por defecto apuntando hacia abajo */
.season-menu .acordeon-menu-button .chevron::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../img/chevron-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

/* Chevron apuntando hacia arriba cuando el acordeón está activo */
.season-menu .acordeon-menu-item.active .chevron::before {
  background-image: url('../img/chevron-up.svg');
}