.seccion2-spa {
  padding-top: 90px;
  padding-bottom: 15px;
  position: relative;
}
.seccion2-spa .adorno {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 700px;
  width: 100%;
}
.seccion2-spa .adorno::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: url('../img/adorno-fondo2.svg');
  background-size: contain;
  background-position: center;
}
.seccion2-spa .container .divisor {
  margin: 15px auto;
  width: 950px;
}
.seccion2-spa .container .row {
  margin-top: 80px;
}
.seccion2-spa .container .row .item {
  margin-bottom: 60px;
  position: relative;
}
.seccion2-spa .container .row .item .img {
  background-size: cover;
  height: 260px;
  width: 100%;
  position: relative;
}
.seccion2-spa .container .row .item .img .btn-blanco {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 250px;
  display: none;
  transition: 1s;
}
.seccion2-spa .container .row .item .img:hover .btn-blanco {
  display: block;
  transition: 1s;
}
.seccion2-spa .container .row .item .img:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(188, 148, 44, 0.67);
  transition: 1s;
}
.seccion2-spa .container .row .item .texto {
  height: 100px;
  padding-top: 20px;
  background-color: var(--blanco);
}
.seccion2-spa .container .row .item .texto p {
  text-align: center;
  margin: auto;
}
.seccion2-spa .container .row .item .texto .texto17 {
  line-height: 20px;
}
/* ====================================================================================================================================================
   RESPONSIVE DESIGN
   ==================================================================================================================================================== */
@media all and (max-width: 639px) {
  .portadas-gral {
    background-position: -1000px !important;
  }
  .portadas-gral .container .row .content .btn-transparente-negro {
    display: none !important;
  }
  .seccion2-spa .adorno {
    height: 100%;
  }
  .seccion2-spa .adorno::before {
    display: none;
  }
}
