.thumbnail-type-2 {
  margin-bottom: 30px !important;
  width: 100%;
  margin: 0px auto;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.thumbnail-type-2 img{
    width: 100%;
}

.thumbnail-type-2:hover span {
  display: flex;
}

.thumbnail-type-2 span {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #d5a421;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* width: 100%; */
  width: 100%;
  height: 100%;
  text-align: center;
  /* padding-top: 152px; */
  font-style: normal !important;
  /* left: 10px; */
  font-size: 20px;
}

.thumbnail-type-2 span i {
  font-size: 45px;
}

#gallery2 img {
  border: 8px solid #d5a421;
}

#gallery2 .none {
  position: absolute;
  right: 0px;
  margin-right: 10px;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title {
  visibility: hidden;
  /* font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; */
  position: relative;
  /* text-shadow: none; */
  z-index: 8050;
  text-align: center;
  font-size: 23px;
  padding-bottom: 10px;
  color: #d5a421;
  font-weight: bold;
}

.fancybox-skin {
  position: relative;
  /* background: #f9f9f9; */
  background: #d5a421;
  color: #444;
  text-shadow: none;
  padding: 8px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

.fancybox-nav span {
  /* position: absolute; */
  /* top: 50%; */
  width: 40px;
  height: 40px;
  /* margin-top: -18px; */
  cursor: pointer;
  z-index: 8040;
  /* visibility: hidden; */
  border-radius: 5px;
  border: 1px solid #d5a421;
  display: block;
  line-height: 40px;
  font-size: 20px;
}

.button-open {
  margin-bottom: 55px;
}

.btn-primary {
  /* color: #ffffff; */
  background-color: #d5a421;
  border-color: #d5a421;
  font-size: 24px;
}

.btn-primary:hover {
  background-color: #d5a421;
  border-color: #d5a421;
}

.thumbnail-type-2:hover span {
  color: #d5a421;
}

.thumbnail-type-2:hover i {
  color: #d5a421;
}

.secciones {
  margin-right: 0px;
}

.thumbnail-type-2 .caption .title {
  /* margin-top: 15px; */
  /*  padding: 10px 15px;*/
  font-weight: 700;
  color: #d5a421;
  transition: 0.3s;
  background-color: #0e0c0d;
  font-size: 20px;
  /*height: 55px;*/
  /*width: 104.5%;*/
  /* margin: 0px 10px; */
  margin-bottom: 0;
  line-height: 40px;
}

.title {
  text-align: center;
  margin-top: 0px;
}

img.img-face-galleries {
  width: 200px;
  margin-top: -20px;
}

.title_visit {
  font-size: 30px;
}

a.link_visit:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .thumbnail-type-2 span {
    width: 100% !important;
    height: 100% !important;
  }

  .caption {
    position: relative;
  }
}
