 /*======== 4. gallery filter Styles ===========*/
.gallery-filter-1 {
  border-top: 1px solid  #A5A8AC;
  border-bottom: 1px solid  #A5A8AC;
  margin-top: 43px;
  margin-bottom: 30px;
}
.gallery-filter-1 li {
  display: inline;
}
.gallery-filter-1 li:after {
  content: '/';
  display: inline-block;
  color: #666;
  margin: 0 10px;
}
.gallery-filter-1 li:last-child:after {
  content: '';
}
.gallery-filter-1 li.active span,
.gallery-filter-1 li:hover span {
  color: #127FCE;
}
.gallery-filter-1.color-b li.active span,
.gallery-filter-1.color-b li:hover span {
  color: #a37f4f;
}
.gallery-filter-1 li.active span:after,
.gallery-filter-1 li:hover span:after,
.gallery-filter-1 li.active span:before,
.gallery-filter-1 li:hover span:before {
  width: 100%;
}
.gallery-filter-1 li span {
  display: inline-block;
  font-size: 13px;
  line-height: 51px;
  color: #666666;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.gallery-filter-1 li span:after {
  content: ' ';
  width: 0%;
  height: 1px;
  background: #127FCE;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.gallery-filter-1 li span:before {
  content: ' ';
  width: 0%;
  height: 1px;
  background: #127FCE;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.gallery-filter-1.color-b li span:after {
  background: #a37f4f;
}
.gallery-filter-1.color-b li span:before {
  background: #a37f4f;
}



/*======== 10. gallery Styles ===========*/
#gallery-1 {
  padding: 50px 0 0;
}

@media (min-width:767px) and (max-width:1200px)  {
  #gallery-1 {
  padding: 50px 0 0;
 }
}

#gallery-2 {
  padding: 175px 0 0;
}

@media (min-width:767px) and (max-width:1200px)  {
  #gallery-2 {
  padding: 50px 0 0;
 }
}


/*======== 11. image-gallery Styles ===========*/
.image-gallery-1 {
  position: relative;
}
.image-gallery-1 .single-gallery-1 {
  padding: 0 15px;
  margin-bottom: 30px;
  float: left;
  box-sizing: border-box;
}
.image-gallery-1 .single-gallery-1.mix {
  display: none;
}
.image-gallery-1 .single-gallery-1.span-8 {
  width: 66.66666667%;
}
.image-gallery-1 .single-gallery-1.span-6 {
  width: 50%;
}
.image-gallery-1 .single-gallery-1.span-4 {
  width: 33.33333333%;
}
.image-gallery-1 .single-gallery-1.span-3 {
  width: 25%;
}
.single-gallery-1:hover .img-holder-1 img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-gallery-1:hover .img-holder-1 .content .title-holder {
  opacity: 1;
  filter: alpha(opacity=100);
}
.single-gallery-1:hover .img-holder-1 .content .image-view {
  top: 0%;
}
.single-gallery-1:hover .img-holder-1 .content .link-view {
  bottom: 0%;
}
.single-gallery-1 .img-holder-1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-gallery-1 .img-holder-1 img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.single-gallery-1 .img-holder-1 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.single-gallery-1 .img-holder-1 .content .title-holder {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  top: 37%;
  background: rgba(232, 162, 12, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
}
.single-gallery-1 .img-holder-1 .content .title-holder h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.single-gallery-1 .img-holder-1 .content .image-view {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  top: -25%;
  background: rgba(232, 162, 12, 0.55);
}
.single-gallery-1 .img-holder-1 .content .image-view a {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
.single-gallery-1 .img-holder-1 .content .link-view {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: -25%;
  background: rgba(232, 162, 12, 0.55);
}
.single-gallery-1 .img-holder-1 .content .link-view a {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
.single-gallery-1 .modal-content {
  display: none;
}

/*======== gallery page one Styles ===========*/
#gallery-1.gallery-page-one {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*======== gallery page two Styles ===========*/
#gallery-1.gallery-page-two {
  padding-top: 50px;
  padding-bottom: 0px;
}
.gallery-page-two .image-gallery-1 .single-gallery-1 {
  margin: 0;
  padding: 0;
}
.gallery-page-two .image-gallery-1 .single-gallery-1 .img-holder-1 {
  display: block;
}
.gallery-page-two .image-gallery-1 .single-gallery-1 img {
  width: 100%;
  height: 100%;

}
/*======== gallery page three Styles ===========*/
#gallery-1.gallery-page-three {
  padding-top: 0px;
  padding-bottom: 50px;
}
#gallery-1.gallery-page-three .gallery-filter-1 {
  margin-top: 0;
}
.gallery-page-three .image-gallery-1 .single-gallery-1:hover .img-holder-1 img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.gallery-page-three .image-gallery-1 .single-gallery-1:hover .img-holder-1 .content .title-holder {
  background: #E8A20C;
}
.gallery-page-three .image-gallery-1 .single-gallery-1:hover .img-holder-1 .content .title-holder h4 {
  color: #fff;
}
.gallery-page-three .image-gallery-1 .single-gallery-1:hover .img-holder-1 .content .link-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-page-three .image-gallery-1 .single-gallery-1 .img-holder-1 {
  display: block;
  text-align: right;
  padding-bottom: 20px;
}
.gallery-page-three .image-gallery-1 .single-gallery-1 .img-holder-1 .content .image-view {
  background: rgba(0, 0, 0, 0.65);
}
.gallery-page-three .image-gallery-1 .single-gallery-1 .img-holder-1 .content .link-view {
  top: 24.8%;
  bottom: auto;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  filter: alpha(opacity=0);
  height: 69%;
}
.gallery-page-three .image-gallery-1 .single-gallery-1 .img-holder-1 .content .title-holder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: left;
  width: 100%;
  height: 60px;
  left: 60px;
  top: auto;
  display: block;
  background: #2A2A2A;
  bottom: 0;
  z-index: 3;
  padding-left: 30px;
}
.gallery-page-three .image-gallery-1 .single-gallery-1 .img-holder-1 .content .title-holder h4 {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #7E7E7E;
}


/*======== sliding gallery Styles ===========*/
.sliding-gallery {
  padding-top: 80px;
}
.sliding-gallery.dark-bg {
  background: #F2F2F2;
}
#gallery-1.sliding-gallery {
  padding-bottom: 0;
}
.sliding-gallery .bx-wrapper {
  margin: 0;
}
.sliding-gallery .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  margin: 0;
  padding: 0;
}
.sliding-gallery .section-title {
  margin-bottom: 45px;
}
.sliding-gallery .image-gallery-1 .single-gallery-1 {
  padding: 0;
  margin: 0;
}
.sliding-gallery .image-gallery-1 .single-gallery-1 .img-holder-1 {
  display: block;
}


/**/


.section-title {
  margin-bottom: -12px !important;
}
.section-title h2 {
  color: #000;
  font-weight:bold; 
}


.linea {
    width: 10%;
    height: 3px;
    background-color: #45AEE7;
    margin-left: 45%;
    margin-right: 45%
}


.linea-2 {
    width: 10%;
    height: 3px;
    background-color: #A37F4F;
    margin-left: 45%;
    margin-right: 45%
}


.logo-galeria {
  text-align: center;
  padding-bottom: 20px;
}


/* img-small */

.img-small {
  width: 100%;
}