

.title-habitaciones{
    color: #470066;
    font-family: bellerose;
    font-size: 80px;
}

.card-habitaciones{
    border: 2px solid white;
    width: 90%; 
    background-color: white;
    margin: 0 auto;
    border-radius: 0px;
    background-color: #262626;


}


.card-title-habitaciones{
  font-family: GothamRounded !important;
  font-weight: 700;
  color: white;
  background-color: rgba(0,0,0,.8);
  width: 70%;
  margin-left:   auto;
  margin-right:  auto;
  border-radius: 10px;
  margin-top: -25px;
  position: relative;

}
.service-inicio{
	height: auto;
}

.card-text-habitaciones{
    color: white;
    font-family: GothamRounded;
    font-weight: 400;
}

.card-price-habitaciones{
    color: white;
    font-family: GothamRounded;
    font-weight: 100;
}



.slide-area-habitaciones img{
    cursor: pointer;
    width: 100% !important ;
    padding:  4px;
}
.slide-area-habitaciones .card-title-habitaciones{
    text-transform: capitalize;
    cursor: pointer;
}

.slide-area-habitaciones .card-title-habitaciones{
    text-transform: capitalize;
    cursor: pointer;
}



.btn-habitacion {
    border: 1px solid #470066;
    color: white;
  font-family: GothamRounded !important;
    font-weight: 300;

}

.btn-habitacion:hover {
    background-color:  #470066;
    color: white;
    border: 1px solid white;
    
}

/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){
/*#wrapper{*/
/*    height: 120vh;*/
/*}*/
.slide-area-habitaciones .card-title-habitaciones{
    font-size:30px;
}
}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){
#wrapper{
    height: 100vh;
}
.slide-area-habitaciones .card-title-habitaciones{
    font-size:25px;
}


}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

.slide-area-habitaciones .card-title-habitaciones{
    font-size:18px;
}
#wrapper{
    height: 100vh;
}
    
}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){

  .title-habitaciones{
    font-size: 40px;
}

}