.seccion1-gallery {
  padding: 180px 0;
  padding-bottom: 0;
}
.seccion1-gallery .container-fluid {
  padding: 0;
}
.seccion1-gallery .container-fluid nav {
  margin: 0;
}
.seccion1-gallery .container-fluid nav #nav-tab {
  text-align: center;
  border-bottom: 0;
}
.seccion1-gallery .container-fluid nav #nav-tab .nav-link {
  border: 0;
}
.seccion1-gallery .container-fluid nav #nav-tab .nav-link:first-child {
  margin-left: auto;
}
.seccion1-gallery .container-fluid nav #nav-tab .nav-link:last-child {
  margin-right: auto;
}
.seccion1-gallery .container-fluid nav #nav-tab .nav-link.active {
  background-color: transparent;
  color: var(--cafe);
  border: 0;
  position: relative;
}
.seccion1-gallery .container-fluid nav #nav-tab .nav-link.active::before {
  content: url('../../assets/images/gallery/adornito.svg');
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.seccion1-gallery .container-fluid .tab-content {
  padding-top: 80px;
}
.seccion1-gallery .container-fluid .tab-content .tab-pane .row {
  margin: 0;
}
.seccion1-gallery .container-fluid .tab-content .tab-pane .row .item {
  width: 25%;
  height: 460px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.seccion1-gallery .container-fluid .tab-content .tab-pane .row .item:hover:before {
  display: block;
}
.seccion1-gallery .container-fluid .tab-content .tab-pane .row .item:hover .iconito {
  display: block;
}
.seccion1-gallery .container-fluid .tab-content .tab-pane .row .item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  opacity: 0.74;
  width: 100%;
  height: 100%;
  background: var(--cafe);
  display: none;
}
.seccion1-gallery .container-fluid .tab-content .tab-pane .row .item .iconito {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  z-index: 2;
  display: none;
}
.seccion1-gallery .container-fluid .tab-content .tab-pane .row .item .iconito .icono {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
   ==================================================================================================================================================== */
@media (max-width: 639px) {
  .seccion1-gallery {
    padding-top: 50px;
  }
  .seccion1-gallery .container-fluid nav {
    margin: 0;
  }
  .seccion1-gallery .container-fluid nav #nav-tab {
    text-align: center;
    border-bottom: 0;
  }
  .seccion1-gallery .container-fluid nav #nav-tab .nav-link {
    margin: auto;
    width: 50%;
  }
  .seccion1-gallery .container-fluid .tab-content {
    padding-top: 50px;
  }
  .seccion1-gallery .container-fluid .tab-content .tab-pane .row .item {
    width: 50%;
    height: 200px;
  }
}
