a{
  transition: linear 200ms;
}

.home_content{
  font-weight: 300;
}
.bx-wrapper{
  -webkit-box-shadow: none;
  box-shadow: none;
  /*border: 5px solid #fff;
  background: #fff;*/
  border: 5px solid transparent;
  background: transparent;
}
.subtitleSmall{
  margin-bottom: 20px;
}
.bx-wrapper{
  margin-bottom: 0;
}
.flechas{
  /* border-top: thin solid #8d8d8d; */
  color: #294253;
  cursor: pointer;
  font-size: 24px;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.anterior{
  left: -50px;
  padding-left: 10px;
}
.siguiente{
  right: -50px;
  padding-right: 10px;
}

.anteriorHotel
{
  left: 10px;
}

.siguienteHotel
{
  right: 0px;
}

.titleFullLight{
  font-size: 40px;
  font-weight: 100;
}
.textLight{
  font-weight: 100;
}
.menuSquare
{
  background-color: white;
  box-shadow: 2px 2px 34px 2px rgba(105, 105, 105, 0.3);
  display: block;
  height: 160px;
  position: fixed;
  right: 0px;
  top: 30%;
  transform: translateY(-50%);
  z-index: 4;
  width: 50px;
}

.textMenu
{
  bottom: 76px;
  color: #313131;
  font-size: 14px;
  right: 0px;
  letter-spacing: 2.2px;
  position: absolute;
  text-transform: uppercase;
  transform: rotate(-90deg);
}

.iconBurguer
{
  color: #525252;
  font-size: 24px;
  left: 15px;
  margin: 0 auto;
  position: absolute;
  top: 10px;
}
