.wrapperHome {
  margin: 0 6% 0 325px;
}

.header-video-container {
  position: relative;
  min-height: 45rem;
  width: 100%;
  overflow: hidden;
}

#header-video {
  position: absolute;
  top: 45%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
	width: 100%;
}

.header-video-mobile {
  display: none;
}

/* SLIDES */

#gallery {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

#gallery .slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s linear;
  background-attachment: fixed;
}

#gallery .slide p {
  position: absolute;
  right: 2.5%;
  bottom: 150px;
  text-align: right;
  color: #FFF;
  display: block;
  font-size: 4em;
  font-weight: 800;
  margin-bottom: 50px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
  text-transform: uppercase;
}

#gallery .slide {
  background-size: cover;
}

#gallery .slide.visible {
  opacity: 1;
  z-index: 2;
}

#gallery .slide.previsible {
  opacity: 0;
  z-index: 1;
}

#gallery .slide img {
  width: 100%;
  height: auto;
}

#gallery .slide img.long {
  width: auto;
  height: 100%;
}

#gallery .bullets {
  bottom: 150px;
  position: absolute;
  right: 2.5%;
  text-align: right;
  z-index: 10;
}

#gallery .bullets a {
  border: solid 2px #FFF;
  border-radius: 100%;
  box-sizing: border-box;
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  width: 15px;
}

#gallery .bullets a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

#gallery .bullets a.select {
  background-color: #FFF;
  border: solid 2px #FFF;
}

#promo a.left, a.right {
  display: none;
}

/* PROMO */

#promo {
  /*background:#fff;*/
  height: 80vh;
}

/* #promo form {
  top: 150px;
} */

/* se añade para visualizar mejor imagen en dispositivos */

@media screen and (min-width: 1400px) {
  #promo {
    background: #fff;
    height: 70vh;
  }
}

/* CONTENT */

#content #bienvenida {
  background: url(../img/bv-mapa.png) right center no-repeat;
  float: left;
  min-height: 260px;
  padding-bottom: 50px;
  /*padding-top: 87px;*/
}

#content #bienvenida .bloque {
  width: calc(100% - 250px);
}

#content #experiencias {
  clear: both;
  height: 60vh;
  min-height: 520px;
  position: relative;
}

#content #experiencias .sombra {
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#content #experiencias .bBlue {
  background-color: #5AC9E4;
  height: 100%;
  width: 60%;
}

#content #experiencias .bBrown {
  background-color: #837A71;
  width: 40%;
}

#content #experiencias .foto {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 66%;
}

#content #experiencias .fBiomar {
  background-image: url(../img/exp-spa.jpg);
}

#content #experiencias .fWedding {
  background-image: url(../img/exp-wedding.jpg);
}

#content #experiencias .fGastronomia {
  background-image: url(../img/exp-gastronomia.jpg);
}

#content #experiencias .foto img {
  margin-top: -21px;
  position: absolute;
  top: 50%;
}

#content #experiencias .foto img.right {
  right: 0;
}

#content #experiencias .foto img.left {
  left: 0;
}

#content #experiencias .texto {
  box-sizing: border-box;
  color: #FFF;
  display: table;
  height: 100%;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 34%;
}

#content #experiencias .texto:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#content #experiencias .texto div {
  display: table-cell;
  vertical-align: middle;
}

#content #experiencias .texto span {
  background: url(../img/exp-line.gif) center bottom no-repeat;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.4em;
  font-weight: 300;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#content #experiencias .texto b {
  display: block;
  font-family: 'Noto Serif', serif;
  font-size: 3.6em;
  font-weight: 400;
  margin-bottom: 30px;
}

#content #experiencias .bBrown .block {
  height: 30vh;
  min-height: 260px;
}

#content #experiencias .bBrown .foto {
  height: 100%;
  width: 50%;
}

#content #experiencias .bBrown .texto {
  width: 50%;
}

#content #experiencias a {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#content #ofertas {
  float: left;
  margin-bottom: 80px;
  position: relative;
}

#content #ofertas h2 {
  color: #B9B6B2;
  font-family: 'Titillium Web', sans-serif;
  font-size: 4.5em;
  font-weight: 300;
  margin: 50px 0 8px;
}

#content #ofertas h3 {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#content #ofertas h4 {
  color: #837A71;
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: none;
}

#content #ofertas h5 {
  font-size: 1.3em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#content #ofertas .comandos {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
}

#content #ofertas .comandos a {
  color: #666;
  float: right;
  font-size: 1.3em;
  margin: 20px 20px 0 0;
  text-transform: uppercase;
}

#content #ofertas .comandos a:hover {
  color: #837A71;
}

#content #ofertas .comandos a.boton {
  background-color: #F2F2F2;
  margin: 0 0 0 5px;
  padding: 10px 8px;
}

#content #ofertas .comandos a.boton.desactivado:hover {
  background-color: #F2F2F2;
}

#content #ofertas .comandos a.desactivado img {
  opacity: 0.3;
}

#content #ofertas .comandos a.boton:hover {
  background-color: #E6E6E6;
}

#content #ofertas #ofertaBox_container {
  overflow: hidden;
}

#content #ofertas #ofertaBox_scroll {
  width: 200%;
}

#content #ofertas .ofertaBox {
  float: left;
  position: relative;
  width: 31.3%;
  margin-bottom: 55px;
}

#content #ofertas .ofertaBox.visible {
  margin-left: 0;
}

#content #ofertas .ofertaBox a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#content #ofertas .ofertaBox a:hover {
  background-color: rgba(255, 255, 255, .1);
}

#content #ofertas .ofertaBox .foto {
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}

#content #ofertas .ofertaBox .foto img {
  border-radius: 100%;
  height: auto;
  width: 100%;
}

/* BANNER DESTACADO */

#content #bannerDestacado {
  /*background-attachment:fixed;*/
  background-image: url(../img/bn-dest-foto.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  height: 40vh;
  min-height: 400px;
  position: relative;
  width: 100%;
}

#content #bannerDestacado a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#content #bannerDestacado .texto {
  color: #FFF;
  position: absolute;
  right: 2.5%;
  text-align: right;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  top: 50%;
}

#content #bannerDestacado .texto span {
  display: block;
  font-size: 4em;
  font-weight: 800;
  margin-bottom: 20px;
}

#content #bannerDestacado .texto p {
  display: block;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0;
}

/* PREFOOTER */

#prefooter {
  margin: 0 0 40px;
}

@media screen and (max-width: 480px) {
  #gallery .slide p {
    font-size: 2em;
  }
  #content #experiencias {
    height: auto;
    min-height: none;
  }
  #content #experiencias .bBlue {
    width: 100%;
  }
  #content #experiencias .fBiomar {
    height: 30vh;
    width: 100%;
  }
  #content #experiencias .foto img {
    display: none;
  }
  #content #experiencias .texto {
    height: auto;
    padding: 20px;
    width: 100%;
  }
  #content #experiencias .bBrown {
    width: 100%;
  }
  #content #experiencias .bBrown .foto {
    width: 100%;
  }
  #content #experiencias .bBrown .texto {
    width: 100%;
  }
  #content #ofertas h2 {
    font-size: 2.6em;
  }
  #content #ofertas .ofertaBox {
    margin: 0;
    width: 100%;
  }
  #content #bannerDestacado .texto span {
    font-size: 2em;
  }
  #content #bannerDestacado .texto p {
    font-size: 1.4em;
  }
}

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

  #promo {
    height: 55vw;
  }
  #promo .videoBot {
    padding: 5px 10px;
    bottom: initial;
    top: 0;
	display: none;
  }
  #gallery .bullets {
    bottom: 20px;
    right: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  #gallery .slide p {
    bottom: 20px;
  }
  #content #bienvenida {
    background-position: center bottom !important;
    margin-bottom: 30px;
    padding-bottom: 170px;
  }
  #content #bienvenida .bloque {
    width: 100%;
  }
  #content #ofertas .comandos {
    display: none;
    /*float:left;
		margin-bottom:20px;
		position:relative;
		top:0;
		width:100%;*/
  }
  #content #ofertas .comandos a {
    float: left;
  }
  #content #ofertas .comandos a.boton {
    float: right;
  }
  #content #bannerDestacado {
    display: table;
    height: 200px;
    min-height: 200px;
  }
  #content #bannerDestacado .texto {
    display: table-cell;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
  }
  #content #bannerDestacado .texto span {
    margin-bottom: 10px;
  }
  #content #bannerDestacado .texto p {
    font-weight: 600;
  }
}

@media screen and (max-width: 999px) {
  #gallery .slide {
    background-size: cover;
    background-attachment: scroll;
  }
  .wrapperHome {
    margin: 0 1%;
    width: 98%;
  }
}

@media screen and (max-width: 1365px) {}

@media screen and (min-width:481px) and (max-width: 720px) {
    .header-video-container {
    min-height: 23rem !important;
  }
  .header-video-desktop {
    display: none;
  }
  .header-video-mobile {
    display: block;
  }
  #gallery .slide p {
    font-size: 3em;
  }
  #content #experiencias .bBlue {
    height: 40vh;
    min-height: 285px;
    width: 100%;
  }
  #content #experiencias .foto {
    width: 50%;
  }
  #content #experiencias .texto {
    width: 50%;
  }
  #content #experiencias .bBrown {
    width: 100%;
  }
  #content #ofertas .ofertaBox {
    margin-right: 4%;
    width: 48%;
  }
  #content #ofertas .ofertaBox:nth-child(2n) {
    margin-right: 0;
  }
  #content #bannerDestacado .texto span {
    font-size: 3em;
  }
  #content #bannerDestacado .texto p {
    font-size: 1.8em;
  }
}

@media screen and (min-width:721px) and (max-width: 999px) {
  #content #experiencias {
    height: 40vh;
    min-height: 360px;
  }
  #content #experiencias .bBlue {
    width: 50%;
  }
  #content #experiencias .bBlue p {
    display: none;
  }
  #content #experiencias .foto {
    width: 50%;
  }
  #content #experiencias .bBrown {
    width: 50%;
  }
  #content #experiencias .bBrown .block {
    height: 20vh;
    min-height: 180px;
  }
  #content #experiencias .texto {
    width: 50%;
  }
  #content #experiencias .texto span {
    font-size: 2em;
  }
  #content #experiencias .bBrown .texto p {
    display: none;
  }
}

@media screen and (min-width:721px) and (max-width: 1365px) {}
