.andaz-slide {
  background: url(../assets/andaz/ODTxAdaz_Banner.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
    flex-direction: column;
  padding: 60px 0;
  height: 800px;
  justify-content: center;
}

#andazModalClose,
#andazModalCloseExpe {
position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    font-size: 20px;
    cursor: pointer;
}

#andazModal,
#andazModalExpe {
position: fixed;
    top: 50%;
    z-index: 99;
background: rgb(235,223,193);
background: linear-gradient(90deg, rgba(235,223,193,1) 0%, rgba(230,202,185,1) 27%, rgba(245,235,229,1) 55%, rgba(252,252,248,1) 100%);
    width: 50%;
    height: 300px;
    border-radius: 5px;
    padding: 50px;
    display: none;
    transform: translate(-50%,-25%);
    left: 50%;
}

#andazModal p,
##andazModalExpe p  {
  text-align: center;
}

#andazModalTitle,
#andazModalTitleExpe {
  font-size: 22px;
    color: var(--gold-color);
      text-align: center;

}

#andazModalDesc,
#andazModalDescExpe {
 text-align: center;
}

.andaz-experience-image {
  cursor: pointer;
  position: relative;
  width: 48%;
  margin-bottom: 10px;
  margin: 10px;
    transition: 2s;
}


.andaz-experience-image:hover .andaz-experience-titleHover {
  display: flex;
  width: 100%;
}

.andaz-experience-image img {
  width: 100%;
}

.andaz-experience-titleHover {
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
     background-size: 0%;
    transition: background-size 2s;
}

.andaz-experience-titleHover-1 {
  background: url(../assets/andaz/CasaAmate_Active.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.andaz-experience-titleHover-2 {
  background: url(../assets/andaz/TigersOasis_Active.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.andaz-experience-titleHover-3 {
  background: url(../assets/andaz/SunsetTasting_Active.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.andaz-experience-titleHover-4 {
  background: url(../assets/andaz/SunsetTasting_Active.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.andaz-experience-titleHover-5 {
  background: url(../assets/andaz/Mixologia_Active.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.andaz-experience-titleHover-6 {
  background: url(../assets/andaz/Intervenciob_Active.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}


.andaz-experience-titleHover-7 {
  background: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 94%;
        opacity: .6;
}


.andaz-experience-titleHover-8 {
  background: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 94%;
        opacity: .6;
}



.andaz-experience-titleHover {
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
}

.andaz-vive-mundo-banner {
  position: relative;
  top: -6px;
}

.footerAndaz {
    display: flex;
    color: white;
    justify-content: space-around;
    height: 100px;
    align-items: center;
    margin-top: 60px;}

.andaz-vive-mundo-bannerSlidePlace-text .andazLine {
  position: relative;
  display: inline-block;
}

.andaz-vive-mundo-bannerSlidePlace-text .andazLine:after {
content: '';
    width: 85px;
    height: 6px;
    background: var(--orange-color);
    position: absolute;
    right: 0;
    z-index: 0 !important;
    bottom: -5px;
}


.andaz-vive-mundo-bannerSlidePlace-text p {
  font-size: 22px
}

.andazCloseImage {
    width: 300px !important;
    padding: 0px 20px;
    height: auto;
}

.andaz-slide-item-first h1 {
    color: white;
    font-size: 80px;
    width: 100px;
    position: relative;
}

.andaz-slide-item-first h1 p {
  margin: 0;
  padding-left: 40px;
}

.andaz-slide-item-first h1:after {
content: '';
    width: 120px;
    height: 20px;
    background: var(--orange-color);
    position: absolute;
    right: -150px;
    z-index: -1;
    bottom: 11px;
}

.andaz-slide-item-second-bohemia {
  width: 100px;
  transform: translateX(-10px);
  transition: 1s;
}

.andaz-slide-item-second:hover .andaz-slide-item-second-bohemia {
    transform: translateX(10px);
}

.andaz-slide-item-third-logo {
  width: 150px !important;
}

.andaz-slide-item-first {
padding: 40px 120px
}

.andaz-vive-mundo-button {
    background: #ca3504;
    cursor: pointer;
    color: white;
    border: 0;
    padding: 5px 40px;
margin: 30px !important;
}

.andaz-vive-mundo-button a {
    color: white;
}

.andaz-vive-mundo-bannerSlidePlace-logos {
  text-align: center;
}

.andaz-vive-mundo-bannerSlidePlace-logos img {
    width: 25%;
    padding: 10px;
    text-align: center;
    padding-bottom: 40px;
}

.andaz-experience-title {
    width: 40%;
  text-align: left;
  color: var(--gold-color);
  position: relative;
  padding: 50px 100px;
}

h1.andaz-experience-title.andazTitle:after {
content: '';
    width: 90vw;
    height: 3px;
    background: var(--gold-color);
    position: absolute;
    z-index: 99999999;
    top: 90px;
}

.andazTitleReverse {
    margin: 0 0 auto auto;
    text-align: right;
}

h1.andaz-experience-title.andazTitleReverse:after {
top: 90px;
    right: 500px;
    left: auto;
}

.andaz-slide-item-second {
display: flex;
    align-items: flex-end;
    /* justify-content: center; */
    position: relative;
    padding: 0 120px;
}
.andaz-slide-item-second img {
  width: 200px;
}

.andazSlideCloseImage {
padding: 0px 20px;
    height: 20px;
    width: 60px !important;
}


.andaz-slide-item-third-logo {
  width: 150px;
}

.andaz-slide-ODT {
  width: 750px !important;
  transform: translateX(20px);
  transition: 1s;
}

.andaz-slide-ODT:hover {
  transform: translateX(0px);
}

.andaz-slide-item-third {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 300px;
  align-items: center;
  top: 50%;
}

.andaz-slide-item-third img,
.andaz-slide-item-third img:last-child {
  width: 100px;
  padding-bottom: 20px;
}

.andaz-vive-mundo-banner {
height: auto;
    background: url(../assets/andaz/Textura_cobre.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 29%;
    font-size: 20px;
    color: white;
    /* width: 100vw; */
}

.andaz-vive-mundo-banner p {
      text-align: center;
      font-size: 22px;
}

.andaz-vive-mundo-content {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
}

.andaz-vive-mundo {
    padding: 70px 140px 0;
}

.andaz-vive-mundo p {
    font-size: initial;
}


.andaz-vive-mundo-img img {
  width: 100%
}

.andaz-vive-mundo,
.andaz-vive-mundo-img {
  width: 55%;
}

.andaz-vive-mundo-bannerSlide {
  height: 600px;
  background: url(../assets/andaz/Giveaway.webp);
      background-repeat: no-repeat;
    background-size: cover;
  position: relative;
}

.andaz-vive-mundo-bannerSlide-text {
    width: 400px;
    position: absolute;
    top: 50%;
    color: white;
    left: 10%;
    transform: translateY(-50%);
    text-align: center;
    padding: 22px;
}

.andaz-vive-mundo-bannerSlide-text p {
  padding-top: 40px;
  font-size: 22px;
}

.andaz-vive-mundo-bannerSlide-text h2 {
  position: relative;
  font-size: 88px;
  text-align: left;
}

.andaz-vive-mundo-bannerSlide-text h2::after {
    content: "";
    background: var(--orange-color);
    height: 20px;
    width: 100%;
    position: absolute;
    opacity: 1;
    margin: auto;
    bottom: -15px;
    max-width: 40%;
    z-index: -1;
    left: 200px;
}

.andaz-union-text-gold {
  color: #D4BD8C;
font-size: 40px !important;
    width: 100%;
  margin: 0 auto;
  font-family: 'Helvetica Bold';
  text-align: center;
  padding-top: 20px;
}

.andaz-union-text-gold:last-child {
  padding-top: 60px;
}

.andaz-bohemia-description {
  display: flex;
  width: 60%;
  margin: 0 auto;
  align-items: center;
}

.andaz-bohemia-description-bohemia {
  width: 600px;
}

.andaz-bohemia-images {
  display: flex;
  margin: 0 auto;
  align-items: flex-end;
}

.andaz-bohemia-images img {
  width: 150px;
  height: max-content;
}

.andaz-bohemia-images img:last-child {
  width: 250px;
}


.backgroundDuoPerfecto2 {
  background: url(../assets/andaz/ODTxAdaz_Banner.webp);
  padding-top: 500px;
}

.andaz-buy,
.andaz-enjoy {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}

.andaz-enjoy {
  padding: 0
}

.andaz-vive-mundo-bannerSlidePlace {
  height: 600px;
  background: url(../assets/andaz/Textured-Background.webp);
  display: flex;
  padding: 100px 200px;
  align-items: center;
}

.andaz-vive-mundo-bannerSlidePlace-img {
    display: block;
    width: 600px;
}

.andaz-vive-mundo-bannerSlidePlace-img {
  width: 40%;
}

.andaz-vive-mundo-bannerSlidePlace-description {
  width: 60%;
  padding: 0 60px;
}

.logo-andaz {
    width: 60%; !important;
}

.andaz-buy-button-border {
  background: none;
  border: 2px solid #D4BD8C;
  border-radius: 20px;
  padding: 10px;
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
}

.andaz-buy span {
  width: 400px;
    margin: 0 auto;
    /* font-size: 13px; */
    padding: 40px 0;
}

.andaz-buy-button-complete {
  background: transparent;
    border: 0;
  padding: 10px;
  width: 250px;
  margin: 0 auto;
}

.andaz-specialPrice {
  font-size: 80px;
  color: #a26d50;
  font-family: 'Helvetica Heavy';
  text-align: center;
  text-align: center;
  margin-top: 0;
}


.backgroundGrey {
  background-color: #f3f3f3;
}

.andazGallery {
text-align: center;
    padding: 0% 5%;
    width: 100%;
    padding-top: 60px;
}

.andazGallery img {
  margin: 5px;
}


.andaz-experience-imageContainer {
    padding: 0px 100px 100px 100px;
    text-align: center;
        display: flex;
    flex-wrap: wrap;
  position: relative;
}


.andazExcess {
  background: #D4BD8C;
  color: white;
  width: 100%;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.andazHeader {
  height: 100px;
}

.footerLogos .logo-andaz {
  width: 100% !important;
}


@media (min-width: 1600px) {

.andaz-vive-mundo p {
    font-size: 22px;
}


.andaz-vive-mundo-bannerSlidePlace {
  height: 800px;
}

.andaz-slide-item-first h1:after {
  right: -230px;
}
.andaz-slide-item-first h1 {
      font-size: 120px;
    line-height: 120px;
} 

.andazGallery {
    padding: 60px 10%;
}

.andaz-slide-item-second {
  padding: 0;
}

  .andaz-slide-ODT {
    width: 85% !important;
  }
  
  .andaz-bohemia-description {
    margin-top: 200px;
  }
  
  .andazKit img {
    width: 700px;
  }

 .andaz-slide-item-second-bohemia {
  width: 150px !important;
  }
  
  .andaz-slide-item-third {
    top: 55% !important;
  }
  
  .backgroundDuoPerfecto {
    background-size: cover;
  }
  
  .andaz-slide-item-third {
    right: 500px;
  }
  
  .andaz-bohemia-images img:last-child {
  width: 40%;
  }
  
  
  .andaz-slide-item-second {
  position: relative;
    right: -7%;
  }
}

@media (max-width: 767px) { 

  
  .andaz-slide-item-first h1 {
    font-size: 40px;
  }
  
  .logo-andaz {
     width: 35%;
  }
  
  .andaz-slide-item-first h1 p {
  font-size: 40px;
  }
  
  .andaz-slide {
        height: 180px;
  }
  
  .andazCloseImage {
    width:50px;
  }


  .andaz-slide-item-first img {
    width: 100px;
  }

.andaz-slide-item-second-bohemia {
  width: 40px;
}
.andaz-slide-ODT {
  width: 250px !important;
}

.andaz-slide-item-third {
  flex-direction: row;
}

.andaz-slide-item-third img, .andaz-slide-item-third img:last-child,
.andaz-slide-item-third-logo {
  width: 40px !important;
}
.andaz-slide-item-third-logo {
 width: 40px !important;
}


.andaz-specialPrice {
  font-size: 30px;
}

.andaz-buy-button-border {
  width: 200px;
}
.andaz-buy h2 {
  font-size: 28px;
}

.andaz-bohemia-images img {
  width: 50px;
  height: auto;
}

.andaz-bohemia-images img:last-child {
  width: 80px;
  height: auto;
}
.andaz-bohemia-description {
    flex-direction: column;
}
.andaz-bohemia-description-bohemia {
width: 100%;
}

.andaz-slide-item-first h1:after {
content: '';
    width: 60px;
    height: 20px;
    background: var(--orange-color);
    position: absolute;
    right: -40px;
    z-index: -1;
    bottom: 11px;
}

.andaz-slide-item-first {
padding: 20px 40px;
}

.andaz-slide-item-second img {
  width: 50px;
}

.andazSlideCloseImage {
    padding: 0 5px;
    height: 14px;
    width: 39px !important;
}

.andaz-slide-item-second {
  padding: 0 40px;
}

.andazCloseImage {
width: 130px !important;
    padding: 0;
    height: 50px;
}

.logo-andaz img {
width: 40px;
}

.andaz-vive-mundo, .andaz-vive-mundo-img {
  width: 100%;
}

.andaz-vive-mundo {
padding: 40px 20px 0;
}

.andaz-vive-mundo-content {
    flex-direction: column;
}

.andaz-union-text-gold {
    font-size: 20px;
}

.andaz-vive-mundo-banner {
    padding: 10px 40px;
}

.andaz-experience-imageContainer {
    padding: 0 20px;
}

.andaz-experience-image {
  width: 100%;
}


.andaz-experience-title {
    width: 100%;
    padding: 40px 25px;
}

h1.andaz-experience-title.andazTitle:after {
   content: none;
}

#andazModal, #andazModalExpe {
    padding: 25px;
    width: 90%;
    transform: translate(-50%,-40%);
    z-index: 999999;
}

.andaz-vive-mundo-bannerSlide-text h2 {
      font-size: 48px;
}

.andaz-vive-mundo-bannerSlide-text h2::after {
  left: 0;
  wdith: 80%;
}
.bannerSlide, .andaz-vive-mundo-bannerSlide-text p {
  font-size: 16px;
}

.andaz-vive-mundo-bannerSlide-text {
      width: 80%;
}

.andaz-vive-mundo-bannerSlide {
      height: 350px;
}

.andaz-vive-mundo-bannerSlidePlace {
  flex-direction: column;
  padding: 0;
  height: 1100px;
}

.andaz-vive-mundo-bannerSlidePlace-img {
width: 100%;
    text-align: center;
}

.andaz-vive-mundo-bannerSlidePlace-description {
  width: 100%;
}

.andaz-vive-mundo-bannerSlidePlace-logos img {
  width: 45%;
}

.andazGallery {
      width: 100%;
      display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.andazGallery img {
  width: 100%;
}

.footerAndaz {
  margin-top: 0;
  flex-direction: column;
  height: 150px;
}

.andaz .menu-item a{
  color: black;
}

.menu-andaz-menu.active  {
     background-color: var(--black-color);
}

.content-header-border-andaz .hamburguer.active .line {
  background-color: black;
}

.content-header-border-andaz .hamburguer .line {
  background-color: white;
}

.content-header-border-andaz .hamburguer-menu {
    top: 20px;
    right: 0;
}

.andaz-vive-mundo-bannerSlidePlace-description {
padding: 0 20px;
}

.andaz-vive-mundo-bannerSlidePlace-img img {
    width: 70%;
}

.andaz-vive-mundo-bannerSlidePlace-text p {
  font-size: 16px;
}

}
