.vertical-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  max-height: 195px;
  overflow: hidden;
}

.imagen-header {
  width: 100%;
  height: 70vh;
  position: relative;
}
  .imagen-content {
    background-color: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    justify-content: center;
  }
    .imagen-content p {
      margin-bottom: 0;
    }
    .imagen-content .borde-sm-rojo {
      margin-bottom: 0px !important;
    }
    .imagen-content .borde-sm-negro {
      margin-top: 10px;
      margin-bottom: 0px !important;
      float: right;
      margin-right: 10px;
    }
    .imagen-content .texto1 {
      font-size: 40px;
      color: #fff;
      font-family: 'Raleway', sans-serif;
      height: 60px;
      line-height: 60px;
      font-weight: 700;
      text-align: center;
    }
    .imagen-content .texto2 {
      font-size: 28px;
      color: #e7b331;
      font-family: 'Raleway', sans-serif;
      font-weight: 500;
      height: 40px;
      line-height: 40px;
      text-align: center;
    }
    .borde-sm-blanco {
      width: 50px;
      height: 5px;
      background-color: #fff;
      margin-bottom: 20px;
    }
    .borde-sm-blanco2 {
      width: 50px;
      height: 5px;
      background-color: #fff;
      margin-top: 20px;
      float: right;
    }

/* Información */

.informacion {
  padding: 100px 0;
}
.informacion p {
  font-size: 26px;
}
.informacion p span {
  font-weight: 600;
}
.parrafo2 {
  font-size: 30px !important;
}

/* Fin de Información */

/* Galería */

.slide video {
  width: 100%;
  max-width: 100%;
}
.slide {
  padding: 20px 0px;
  background-color: #fbfbfb;
}
.galeria {
  padding: 50px 0;
  background-color: #fff;
}
.galeria .col-md-6 {
  margin: 5px 0;
  padding: 0 5px;
}
.imagenes-galeria .col-md-6 {
    padding: 0 5px;
}

/* Fin Galería */

/* Categorias y sub-categorias */

.sub-categoria {
  padding: 100px 0;
}

.sub-categoria .container a p{
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 0;
  background-color: #eee;
  color: #444;
  font-size: 18px;
}

.sub-categoria .container a h3{
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 0;
  background-color: #eee;
  color: #444;
  font-size: 18px;
}

.sub-categoria .container a {
  display: block;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
}

.sub-categoria .container a:hover {
  box-shadow: 0 0 15px #666;
}

.sub-categoria .imagen {
  overflow: hidden;
}

.sub-categoria .imagenes-galeria .col-md-6 {
  margin-bottom: 10px;
}

/* Fin Categorias y sub-categorias */

/* Boton devolverse */

.all-post {
  width: 200px;
  height: 58px;
  line-height: 38px;
  padding: 8px;
  background-color: #0069fd;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  margin-top: 50px;
}

.all-post:hover {
  background-color: #424241;
  text-decoration: none;
  color: #fff;
}

/* Fin Boton devolverse */

video {
  max-width: 100%;
  height: auto;
}

/* Pop UP */

.fondo-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 1006;
  cursor: pointer;
}
  .popup {
    width: 300px;
    height: 150px;
    margin-left: -150px;
    margin-top: -75px;
    position: relative;
    top: 50%;
    left: 50%;
    background-color: #f2f2f2;
    border: solid 2px #444;
    cursor: pointer;
  }
  .cerrar-popup {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    color: #444;
    font-weight: bold;
    border: solid 2px #444;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
  }
  .cerrar-popup:hover {
    background-color: #444;
    color: #fff;
  }
  .popup h3 {
    text-align: center;
    color: #444;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 61px;
    line-height: 14px;
  }
  .espacio2 {
    margin-top: 20px;
  }

.fondo-video {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0,0,0,0.6);
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

.videopopup {
  width: 100%;
  max-width: 700px;
  height: auto;
  padding: 0 10px;
  position: relative;
}

.video-popup {
  position: relative;
  display: block;
}

.cerrar {
  position: absolute;
  top: -50px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(52,52,60,.8);
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
}

.video-popup .play {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.video-popup img:hover {
  cursor: pointer;
}

.videopopup video {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .sub-categoria .col-md-6 {
    margin-bottom: 50px;
  }
  .imagen-content .texto1 {
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 0px;
  }
  .imagen-header {
    margin-top: 80px;
    height: 30vh;
  }
  .sub-categoria {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .sub-categoria .imagen {
    max-height: 163px;
  }
  .imagen-content .texto1 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .sub-categoria .imagen {
    max-height: 195px;
  }
}
