img {
  width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

#categorias .saturday {
  display: -webkit-flexbox !important;
  display: -ms-flexbox !important;
  display: flex;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  width: 100%;
}

#categorias div .cuadro {
  width: 100%;
  height: 320px;
  margin: auto;
  padding-top: 80px;
  text-align: center;
}

#categorias div .cuadro img {
  height: 85px;
  width: auto;
  margin-bottom: 10px;
}

#categorias div .cuadro h2 {
  color: #fff;
}

#categorias div a {
  display: block;
  margin: auto;
  width: 200px;
  padding: 10px;
  text-decoration: none;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 22px;
  text-align: center;
  border: solid 1px #fff;
}

#categorias div a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}

#categorias div .tamanio {
  height: 400px;
  background-color: #000;
}

#categorias div .fondo {
  background: url("../imagenes/categorias/saturday.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#categorias div .fondo img {
  width: 300px;
  height: auto;
}

#categorias a img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#categorias a .titulo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 80px;
  border: solid 3px white;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-left: -100px;
  margin-top: -40px;
  font-size: 30px;
}

@media screen and (max-width: 1170px) {
  #categorias a {
    width: 50% !important; } }
@media screen and (max-width: 768px) {
  #categorias a {
    width: 100% !important; } }

.video {
  padding: 120px 0px;
  background-color: #fff;
}

.dark {
  background-color: #000;
}

.oscuro {
  color: #fff;
}

@media screen and (max-width: 1170px) {
  .video {
    padding: 40px 0px; } }

.video-wrap video {
  width: 100%;
  height: auto;
}

.events {
  padding-top: 0px;
}

.events img {
  margin-top: 0px !important;
  margin-bottom: 50px !important;
}

.opacidad {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.titulo2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 80px;
  border-top: solid 3px white !important;
  border-right: solid 3px white !important;
  border-left: solid 3px white !important;
  border-bottom: solid 3px white !important;
  line-height: 80px;
  text-align: center;
  color: #fff !important;
  margin-left: -150px;
  margin-top: -40px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.view-all {
  padding: 50px !important;
}

@media screen and (max-width: 768px) {
  .view-all {
    padding: 10px !important;
  }
  .opacidad {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .events img {
    padding-bottom: 0px !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .dos {
    display: none;
  }

  .events div:hover .opacidad {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
  }

}

.titulo3 {
  margin: 50px auto;
  width: 200px;
  height: 60px;
  border-top: solid 3px #1e1e1e !important;
  border-right: solid 3px #1e1e1e !important;
  border-left: solid 3px #1e1e1e !important;
  border-bottom: solid 3px #1e1e1e !important;
  line-height: 55px;
  text-align: center;
  color: #fff !important;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: #1e1e1e !important;
  text-decoration: none !important;
}

footer {
  background-color: #01b0ff;
  color: #fff;
}

.otro-padding {
  padding-top: 158px !important;
}

/* Login */

.inicio {
  width: 250px;
  height: 150px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -125px;
  margin-top: -75px;
}

.inicio input {
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  padding: 5px;
}

.enviar {
  border: solid 2px #1e1e1e;
  background: none;
  font-size: 24px !important;
}

.categorias a:hover {
  text-decoration: none;
  color: #000;
}

.formulario input, .formulario select {
  width: 100%;
  padding: 10px;
  font-size: 18px;
}

.clear {
  clear: both;
}

.espacio {
  width: 100%;
  height: 20px;
  display: block;
}

/* INICIO MODIFICAR ADMIN */

.padding-all {
  padding: 15px;
}

.galeria {
  text-align: center;
  display: block;
  margin: 20px auto;
}

.galeria img {
  margin: auto !important;
}

.descarga {
  position: absolute;
  bottom: 20px;
  width: 30px;
  height: 30px;
  right: 50%;
  margin-right: -15px;
  display: block;
  background: url(../imagenes/download.png);
  background-size: contain;
  border-bottom: none !important;
  display: none;
}

@media screen and (max-width: 768px) {

  .descarga {
    position: absolute;
    bottom: 20px;
    width: 30px;
    height: 30px;
    right: 20px;
    margin-right: 0px;
    display: block;
    background: url(../imagenes/download.png);
    background-size: contain;
    border-bottom: none !important;
  }

}

.fotico {
  display: block;
  overflow: hidden;
}

.imagen_next, .imagen_next a {
  width: 100%;
  height: 300px;
  display:  block;
  padding: 0px !important;
}

.imagen_next {
  background-color: #000;
}

.imagen_next a h2 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 60px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  margin-left: -150px;
  margin-top: -30px;
  font-weight: bold;
}

.imagen_next a h2 span {
  font-style: italic;
  text-transform: capitalize;
  font-weight: 100;
}

.special-events {
  margin-bottom: 20px;
}

.special-events h3 {
  text-align: center;
  margin-bottom: 50px;
}
.special-events a {
  display: block;
  margin: auto;
  width: 200px;
  padding: 10px;
  text-decoration: none;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 22px;
  text-align: center;
  color: #000;
  border: solid 2px #000;
}
.special-events a:hover {
  border: solid 2px #000;
  background-color: #000;
  color: #fff;
}

/* PEZ FONDO */

.pez-fondo {
  background: url("../imagenes/pez/fondo.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 450px;
  display: block;
  padding: 50px;
  background-attachment: fixed;
}

.pez-content {
  width: 300px;
  margin: auto;
}

.pez-content a {
  display: block;
  margin: auto;
  margin-top: 55px;
  width: 300px;
  padding: 10px;
  text-decoration: none;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 22px;
  text-align: center;
  border: solid 1px #fff;
}

.pez-content a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}

.oscuro {
  background-color: #000;
}

.oscuro h1, .oscuro h2, .oscuro h3, .oscuro h4, .oscuro h5, .oscuro h6 {
  color: #fff;
}

.oscuro .bar {
  background-color: #fff!important;
}

.oscuro .top-nav header .menu-trigger.active .bar {
  background-color: #fff!important;
}

.oscuro .top-nav nav#main .nav ul li a {
  color: #fff!important;
}

.oscuro .top-nav header.affix {
  background-color: #000!important;
}

.pez-about .row {
  align-items: center;
  display: flex;
}

.pez-about .col-md-6 {
  margin: 50px 0px;
}

.pez-about .col-md-6 h2 {
  margin-bottom: 50px;
  font-size: 60px;
}

.pez-about p {
  font-size: 23px;
}

.oscuro footer {
  background-color: #000;
}

.pez-restaurant {
  background: url(../imagenes/pez/fondo-restaurant.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 700px;
}

.pez-restaurant .row {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 650px;
}

.pez-restaurant p {
  text-align: center;
  font-size: 28px;
}

.pez-three {
  padding: 100px;
}

.pez-three .row {
  display: flex;
  align-items: center;
  height: 450px;
  justify-content: center;
}

.pez-three .col-md-8 {
  text-align: center;
}

.pez-three .col-md-8 h2 {
  text-align: center;
  margin-bottom: 70px;
}

.pez-three .col-md-8 img {
  max-width: 600px;
}

.pop-up-background {
  background: rgba(0,0,0,0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.pop-up {
  min-width: 320px;
  width: 40%;
  height: 400px;
  background-color: #000;
  display: block;
  box-shadow: 0px 0px 10px #000;
  text-align: center;
  position: relative;
}
.pop-up img {
  width: 250px;
  height: auto;
  margin: 30px 0px;
}
.pop-up h2 {
  font-size: 48px;
}
.pop-up .btn-cerrar {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  border-radius: 50%;
  background-color: #111;
  cursor: pointer;
  transition: all ease .3s;
  -moz-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}
.pop-up .btn-cerrar:hover {
  background-color: #fff;
  color: #111;
}

/* FIX GALERÍA DE IMÁGENES */

.galeria_cuadrados {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
  .cuadrado {
    width: 100%;
    background: #000;
    position: relative;
  }
  .cuadrado img {
    transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    opacity: 0.8;
  }
  .cuadrado:hover img {
    opacity: 0.5;
  }
  .cuadrado .extra {
    position: absolute;
    top: 15px;
    left: 25px;
    right: 25px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #fff;
  }
  .cuadrado .titles {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    bottom: 70px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  }
  .cuadrado .subtitle, .cuadrado .title {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #fff;
    opacity: 1 !important;
  }

.jumbotron {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-prin {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
  .slide-prin {
    padding: 70px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .slide-prin .bg {
    background-size: cover !important;
    background-position: center bottom;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .slide-prin .titulo_informacion {
    position: relative;
    text-align: center;
    z-index: 1;
    width: 100%;
  }
    .slide-prin .titulo_informacion h1 {
      color: #000;
      font-size: 45px;
      line-height: 42px;
    }

@media (min-width: 769px) {
  .cuadrado {
    width: 50%;
  }
  .slide-prin .titulo_informacion h1 {
    font-size: 72px;
    line-height: 66px;
  }
  .slide-prin .titulo_informacion {
    width: 60%
  }
}
@media (min-width: 1170px) {
  .slide-prin .titulo_informacion h1 {
    font-size: 100px;
    line-height: 95px;
  }
}
@media (min-width: 1271px) {
  .cuadrado {
    width: 25%;
  }
}
@media all and (max-width: 768px) {
  .slide-prin {
    height: 600px !important;
  }
  .slide-prin .titulo_informacion {
    max-width: 460px;
  }
}
@media all and (max-width: 991px) {
  .pez-three {
    padding: 50px 0px;
  }
  .hiden-in-mobile {
    display: none !important;
  }
}
