* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.container {
    position: relative;
    height: 120vh;
  }
    
  .video-container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .video-container video{
    position: relative;
    object-fit: cover;
    top: 50%;
    left: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }

.navbar{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 10%;
    background-color: #b4aca3f2;
}

.navbar .logo{
    cursor: pointer;
    margin-right: auto;
}

.navbar .logo img{
    height: 4.5rem;
    width: auto;
    transition: all 0.3s;
}

.navbar .logo img:hover{
    transform: scale(1.2);
}

.navbar .nav-links{
    list-style: none;
}

.navbar .nav-links li{
    display: inline-block;
    padding: 0 10px;    
}

.navbar .nav-links li:hover,
/**/.overlay a:hover{
    transform: scale(1.1);
    transition: .5s;
}

.navbar .nav-links a{
    font-size: 700;
    color: #eceff1; 
}

.navbar .nav-links a:hover{
    background-color: #b09a82;
    padding: .3rem 1rem;
    border-radius: 50px;
    transition: .5s;
}

.usa img:hover{
    transform: scale(1.2);
    transition: .5s;
}

.usa img{
    width: 1.5rem;
    height: auto;
    margin-right: 1rem;
}

/**/.menu {
    display:none;
}

.navbar .btn button,
/**/.navbar .menu button{
    font-weight: 700;
    color: #1b3039;
    padding: 9px 25px;
    background: #eceff1;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.navbar .btn button:hover,
/**/.navbar .menu button:hover{
    background-color: #e2f1f8;
    color: #b09a82;
    transform: scale(1.1);
}

/*Nav Mobile*/

.navbar a{
    text-decoration: none;  
    /*borramos el que teniamos en .header .nav-links a*/ 
}

.navbar .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #c2bfb2e9;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.navbar .overlay .overlay-content{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}

.navbar .overlay a{
    padding: 15px;
    font-size: 36px;
    display: block;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    color: #eceff1;
}

.navbar .overlay a:hover, 
.navbar .overlay a:focus{
    color: #b09a82;
}

.navbar .overlay .close{
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 65px;
}
/* Swiper-PROMOCIONES */
.swiper,
.promociones_el {
  width: 100%;
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

.swiperBtn {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.swiperBtn img {
  width: 100%;
  height: 100%;
}

.swiper_prev {
  left: 2rem;
}

.swiper_next {
  right: 2rem;
}

.swiper_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/*Hotel*/
.bgg{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5rem;
    gap: 2rem;
}

.bgh{
    height: auto;
    background-image: url(../images/home/fondobg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ft{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft .flor{
    width: 17%;
    margin-left: -.5rem;
    height: auto;
}

.htitle h2{
    font-size: 4.5rem;
    font-family: Baskerville;
    font-weight: 300;
    color: #c5894d;
}

.htitle p{
    font-size: 6rem;
    font-family: Baskerville;
    padding-bottom: 2rem;
    color: #fff;
    font-style: italic;
    margin-top: -2.8rem;
}

.htitle .thotel{
    font-size: 2rem;
    text-align: center;
    padding-bottom: 2.8rem;
    font-family: Baskerville;
}

.bgg hr{
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #c5894d, rgba(0, 0, 0, 0));
}

.parrafo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

.parrafo p{
    width: 60%;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
}

.fotos .inst1{
    width: 100%;
    height: auto;
}

.fotos{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
}

.instegram-img{ display: flex; gap: 4rem; flex-wrap: wrap; justify-content: center;}
.instegram-img .frame {width: 100%; height: 24rem; max-width: 300px;}

/*Ubicacion*/
.bgu{
    width: 100%;
    height: auto;
    background-image: url(../images/home/ubicacionbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bgu{
    display: flex;
}

.ubib{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 3rem;
    padding: 4rem;
}

.center{
    display: flex;
    justify-content: center;
}

.textoub h1{
    font-size: 4rem;
    font-family: Baskerville;
    font-weight: 300;
    color: #454545;
}
.textoub h2{
    font-size: 5rem;
    color: #fff;
    font-weight: 300;
    font-family: Baskerville;
    font-style: italic;
    margin-top: -2rem;
    padding-bottom: 3rem;
}

.textoub hr{
    border: 1rem;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(255, 255, 255), rgba(0, 0, 0, 0));
    margin-bottom: 2rem;
}

.textoub p{
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.5;
    width: 70%;
    text-align: justify;
}
/* Vistazo a tu Próxima Experiencia */

.vis_body {
    display: flex;
    padding: 2rem 1rem;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  
  .instegram-top img {
    width: 3.75rem;
    height: 3.75rem;
  }
  
  .instegram-top {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .instegram-top span {
    font-size: 2.8rem;
    font-family: Baskerville;
    font-style: normal;
    color: #a68868;
  }
  
  .texto_span {
    font-family: Baskerville;
    font-style: italic;
    color: #878787;
    font-size: 90px;
    padding-bottom: 2rem;
  }
    
  .instegram-img img {
    width: 100%;
  }
  
  .instegram-img img {
    padding: .5rem;
  }
  
  @media only screen and (max-width: 1720px) {
  
    .instegram-top img {
      width: 3rem;
      height: 3rem;
    }
  
    .instegram-top span {
      font-size: 2rem;
      font-family: Baskerville;
      font-style: normal;
    }
  
    .texto_span {
      font-family: Baskerville;
      font-style: italic;
      font-size: 3rem;
      padding-bottom: 2rem;
    }
  
  
    .instegram-img img {
      width: 33.5%;
    }
  }

  @media only screen and (max-width: 1024px) {

    .vis_body {
        display: flex;
        padding: 1rem;
      }
  
    .instegram-top img {
      width: 2rem;
      height: 2rem;
    }
  
    .instegram-top span {
      font-size: 2rem;
      font-family: Baskerville;
      font-style: normal;
    }
  
    .texto_span {
      font-family: Baskerville;
      font-style: italic;
      font-size: 3rem;
      padding-bottom: 2rem;
    }
  
  
  }
  
  @media only screen and (max-width: 768px) {
  
    .instegram-top {
      margin-top: 1rem;
    }
  
    .instegram-top img {
      width: 2rem;
      height: 2rem;
    }
  
    .instegram-top span {
      font-size: 1.1rem;
      font-family: Baskerville;
      font-style: normal;
      padding-left: 1rem;
    }
  
    .texto_span {
      font-family: Baskerville;
      font-style: italic;
      font-size: 2rem;
      margin-top: 1rem;
    }
  
    .instegram-img {
      display: flex;
      justify-content: center;
    }
  
    @media screen and (max-width: 507px) {
      .instegram-top span {
        font-size: 1rem;
        text-align: center;
        font-family: Baskerville;
        font-style: normal;
      }
  
      .instegram-top img {
        width: 1.7rem;
        height: 1.7rem;
      }
  
      .texto_span {
        font-family: Baskerville;
        font-style: italic;
        font-size: 2rem;
        padding-bottom: 1rem;
      }
  
    }
  
  }

/*Footler*/

.footlerb {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #cec9be;
    padding: 2rem;
}

.fimg img {
    width: 25rem;
    height: auto;
}

.linksb {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.linksb li {
    font-size: 1rem;
    color: white;
    font-family: 'Muli', sans-serif;
    padding: .3rem 0;
    cursor: pointer;
}

.linksb li:hover {
    color: #b09a82;
    transition: .5s;
}

.contactob {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contactob p {
    line-height: 1.7;
    font-family: 'Muli', sans-serif;
}

.socialc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.imgs {
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    padding-top: 1rem;
}

.imgs img {
    width: 3rem;
    padding: .5rem;
    background-color: #c2bfb2;
    border-radius: .5rem;
    height: auto;
}

.imgs img:hover {
    background-color: #b09a82;
    transition: .5s;
}

.footer2{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c2c0b2;
    width: 100%;
    padding: 2rem;
}

.footer2 h2 {
    font-size: 1rem;
    color: white;
    font-weight: 600;

}

.linksb h2,
.contactob h2,
.contactob p,
.iconossc h2{
    color: #fff;
}


/*-----------------Responsive-----------------------*/

/*Nav*/
@media(max-width: 1500px) {
    .container {
        position: relative;
        height: 80vh;
      }
}

@media(max-width: 1250px){

    .instegram-img{
        flex-wrap: wrap;
        align-items: center;
    }

    .hotelb h1{
        font-size: 1.7rem;
    }

    .hotelb p {
        font-size: 1rem;
        line-height: 1.8;
        text-align: justify;
        font-family: 'Muli', sans-serif;
        width: 100%;
    }

    /*Footler*/
    .fimg img {
        width: 18rem;
        height: auto;
    }

    .linksb h2{
        font-size: 1.2rem;
    }
    
    .linksb li {
        font-size: .8rem;
        padding: .3rem 0;
    }

    .contactob h2{
        font-size: 1.2rem;
    }

    .contactob p {
        font-size: .8rem;
    }
    
    .iconossc h2{
        font-size: 1.2rem;
    }
    .imgs {
        display: flex;
        gap: 1rem;
        justify-content: space-around;
        padding-top: 1rem;
    }
    
    .imgs img {
        width: 2.3rem;
        padding: .5rem;
        background-color: #c2bfb2;
    }
}

@media(max-width: 1201px) {

    .parrafo p{
        width: 100%;
        font-size: 1.2rem;
        text-align: justify;
        line-height: 1.5;
    }

    .ubib{
        flex-direction: column;
    }

}

@media(max-width: 1050px){
    .navbar .logo img{
        height: 3.5rem;
    }
    .navbar .nav-links a{
        font-size: .8rem;
        color: #eceff1; 
    }
    .navbar .btn button,
    /**/.navbar .menu button{
        font-size: .8rem;
    }

}

@media(max-width: 900px) {

    /*Nav*/
    .container {
        position: relative;
        height: 60vh;
      }

    .navbar .overlay a{
        font-size: 20px;
    }
    .navbar .overlay .close{
        font-size: 40px;
        top: 15px;
        right: 35px;
    }

    .nav-links, .btn, .usa {
        display: none;
    }
    .menu {
        display: inherit;
    }

    .ubib {
        padding: 1rem;
    }

    .textoub p{
        width: 100%;
    }

    .footlerb{
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        gap: 1rem;
    }

    .frame iframe{
        max-width: 600px;
    }


}

@media (max-width: 810px){
    .ft .flor{
        width: 17%;
        margin-left: -.5rem;
        height: auto;
    }

    .bgg{
        padding: 2rem;
    }
    
    .htitle h2{
        font-size: 3rem;
        font-family: Baskerville;
        font-weight: 300;
        color: #c5894d;
    }

    .htitle .thotel{
        font-size: 1.5rem;
    }
    
    .htitle p{
        font-size: 4rem;
        font-family: Baskerville;
        padding-bottom: 2rem;
        color: #a39886;
        font-style: italic;
        margin-top: -2rem;
    }
    
}

@media(max-width: 773px){
    .textoub h1{
        font-size: 3rem;
        font-family: Baskerville;
        font-weight: 300;
    }
    .textoub h2{
        font-size: 3rem;
        color: #fff;
        font-weight: 300;
        font-family: Baskerville;
        font-style: italic;
        margin-top: -1rem;
        padding-bottom: 2rem;
    }
    
    .textoub hr{
        border: 1rem;
        height: 3px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(255, 255, 255), rgba(0, 0, 0, 0));
        margin-bottom: 2rem;
    }
    
    .textoub p{
        font-size: 1.1rem;
        color: #fff;
        line-height: 1.5;
        width: 70%;
        text-align: justify;
    }

    .ubib{
        padding: .5rem;
    }

}

@media(max-width: 768px){
    .fotos{
        display: grid;
        grid-template-columns: repeat( 2,1fr);
        gap: 1rem;
    }

    .inst1:nth-child(3){
        display: none;
    }

    .bgg{
        padding: 1rem;
    }
}

@media(max-width: 630px){
    .frame iframe{
        max-width: 400px;
        height: 300px;
    }
}

@media(max-width: 600px) {


    .hotelb {
        padding: 1rem;
    }

    .hotelb p {
        font-size: .8rem;
        line-height: 1.8;
        text-align: justify;
        font-family: 'Muli', sans-serif;
        width: 100%;
    }
    
    .fimg img {
        width: 16rem;
        height: auto;
    }

    .footer2 h2 {
        font-size: .48rem;
        color: white;
        font-weight: 600;
    
    }


}

@media(max-width: 500px){
    .navbar .logo img{
        height: 2.5rem;
    }

    .navbar .btn button,
/**/.navbar .menu button{
    font-size: .8rem;
    font-weight: 700;
    color: #1b3039;
    padding: 6px 15px;
    background: #eceff1;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.ft .flor{
    width: 17%;
    margin-left: -.1rem;
    height: auto;
}

.htitle h2{
    font-size: 1.8rem;
    font-family: Baskerville;
    font-weight: 300;
    color: #c5894d;
}

.htitle .thotel{
    font-size: 1.2rem;
}

.htitle p{
    font-size: 2.4rem;
    font-family: Baskerville;
    padding-bottom: 2rem;
    color: #c5894d;
    font-style: italic;
    margin-top: -1rem;
}
}

@media(max-width: 430px){
    .frame iframe{
        max-width: 300px;
        height: 300px;
    }
}

@media(max-width: 425px){
    .fotos{
        display: grid;
        grid-template-columns: repeat( 1,1fr);
        gap: 1rem;
    }

    .inst1:nth-child(2){
        display: none;
    }
    .parrafo p{
        font-size: 1rem;
    }
}