@font-face {
  font-family: 'Gotham Rounded';
  src: url('font/GothamRounded-Bold.eot');
  src: url('font/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'), url('font/GothamRounded-Bold.woff2') format('woff2'), url('font/GothamRounded-Bold.woff') format('woff'), url('font/GothamRounded-Bold.ttf') format('truetype'), url('font/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Rounded Book';
  src: url('font/GothamRounded-Book.eot');
  src: url('font/GothamRounded-Book.eot?#iefix') format('embedded-opentype'), url('font/GothamRounded-Book.woff2') format('woff2'), url('font/GothamRounded-Book.ttf') format('truetype'), url('font/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: 'Gotham Rounded Book';
  transition-duration: 0.3s;
  margin: 0;
  padding: 0;
}

a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

html {
  width: 100%;
}

#logobarbaritasuperior {
  display: none;
}

#imagenlogobarbarita {
  width: 300px;
  margin: 0 auto;
  padding: 30px 0 40px;
}

#imagenlogobarbarita img {
  width: 300px;
}

#textobarbarita {
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

#boton {
  width: 200px;
  margin: 0 auto;
}

p {
  line-height: 25px;
}

button {
  width: 220px;
  padding: 10px 30px;
  background-color: #ffffff;
  border: solid 2px #232323;
  border-radius: 5px;
  color: #232323;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

button:hover {
  color: #ffffff;
  background-color: #232323;
}

h1 {
  font-family: 'Gotham Rounded';
  font-size: 38px;
  line-height: 1.1;
}

.seo-heading {
  width: 80%;
  margin: 0 auto 25px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.texto_negro {
  text-align: center;
  padding-top: 5px;
}

.left {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}

.right {
  position: fixed;
  top: 0;
  right: 0;
  float: right;
  width: 50vw;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
}

.slides {
  display: flex;
  width: calc(5 * 50vw);
  height: 100%;
  animation: slide 30s infinite;
}

.slide {
  width: 50vw;
  height: 100vh;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes slide {
  0%, 8% { transform: translateX(0); }
  11.11%, 19.11% { transform: translateX(-50vw); }
  22.22%, 30.22% { transform: translateX(-100vw); }
  33.33%, 41.33% { transform: translateX(-150vw); }
  44.44%, 52.44% { transform: translateX(-200vw); }
  55.55%, 63.55% { transform: translateX(-250vw); }
  66.66%, 74.66% { transform: translateX(-300vw); }
  77.77%, 85.77% { transform: translateX(-350vw); }
  88.88%, 100% { transform: translateX(-400vw); }
}

#iframepopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#iframepopup .iframecerrar {
  position: absolute;
  color: #ffffff;
  top: 20px;
  right: 20px;
  font-size: 2em;
  cursor: pointer;
}

#error-content {
  width: 100%;
  padding: 20px 0 40px;
}

.error-kicker {
  padding-top: 30px;
}

.error-code {
  letter-spacing: 2px;
  text-transform: uppercase;
}

#error-content #textobarbarita {
  padding: 10px 0 30px;
}

#error-content p {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #imagenlogobarbarita img {
    display: none;
  }

  #logobarbaritasuperior {
    display: block;
    width: 140px;
    top: 0;
    left: 0;
    z-index: 200;
    padding: 20px 0;
    height: 90px;
    background-color: transparent;
    margin: 0 auto;
  }

  #logobarbaritasuperior img {
    width: 100%;
    background-color: transparent;
  }

  .slide {
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
  }

  .left {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
    z-index: 1;
  }

  .desaparecerpeque {
    display: none;
  }

  .right {
    position: relative;
    margin-top: 0;
    left: 10%;
    float: left;
    width: 80%;
    height: auto;
    background-color: #fff;
    overflow: auto;
  }

  @keyframes slide {
    0%, 8% { transform: translateX(0); }
    11.11%, 19.11% { transform: translateX(-100vw); }
    22.22%, 30.22% { transform: translateX(-200vw); }
    33.33%, 41.33% { transform: translateX(-300vw); }
    44.44%, 52.44% { transform: translateX(-400vw); }
    55.55%, 63.55% { transform: translateX(-500vw); }
    66.66%, 74.66% { transform: translateX(-600vw); }
    77.77%, 85.77% { transform: translateX(-700vw); }
    88.88%, 100% { transform: translateX(-800vw); }
  }

  .clear {
    clear: both;
  }

  h1 {
    font-size: 30px;
  }

  .seo-heading {
    width: 100%;
    font-size: 16px;
  }

  #error-content p {
    width: 100%;
  }
}
#lateralimg {
  position: fixed;
  width: 50%;
  display: flex;
  height: 100%;
  padding-bottom: 0;
  background-color: #0D223F;
}

#lateralimg img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#logotablet {
  display: none;
}

#reservasbarbarita {
  width: 50%;
  float: right;
  padding: 0;
}

@media screen and (max-width: 900px) {
  #lateralimg {
    display: none;
  }

  #reservasbarbarita {
    width: 100%;
  }

  #logotablet {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #logotablet img {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
}
