.intro .intro-img {
  width: 50%;
}

.columnSobre {
  width: 25%;;
}

.columnSobre1 {
  float: left;
  width: 25%;
  padding: 5px;
}

.columnSobre2 {
  float: right;
  width: 50%;
  padding: 10px;
  height: 200px;
}

/* Clearfix (clear floats) */
.rowSobre::after {
  content: "";
  clear: both;
  display: tab
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.body1 {
  /* background-image: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../assets/obras/1/1.jpg"); */
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

/* .cta .cta-inner {
  position: relative;
  padding: 2rem;
  margin: 0.3rem;
} */

.center_imageThis {
  text-align: center;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
}

body1 {
  background-image: none;
  background-attachment: none;
}

.indx {
  margin-inline: 1rem;
  padding-top: 0, 5rem;
  padding-bottom: 0, 5rem;
  --bs-bg-opacity: 2;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  border-radius: 0.3rem !important;
  border-bottom-right-radius: 0, 5rem !important;
  border-top-right-radius: 0, 5rem !important;
}

.indx:hover {
  border-bottom-left-radius: 3rem !important;
  border-top-right-radius: 3rem !important;
  transform: translateY(-30px);
}

.indx:hover h5 {
  padding-top: 2rem;
  background-color: none !important;
  color: white !important;
  background-color: none;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  transform: translateY(-15px);
}

.indx1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  --bs-bg-opacity: 2;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  /* border-radius: 0.3rem !important; */
  /* border-bottom-right-radius: 0,5rem !important;
  border-top-left-radius: 0,5rem !important; */
}

.indxBg {
  background-image: url("../assets/obras/1/16.JPG");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5rem;
}

/* .indxBg1:hover{
  background-image: url("../assets/obras/1/15.JPG");

}  */

.w-60 {
  width: 60% !important;
}

.w-67 {
  width: 67% !important;
}

.w-73 {
  width: 73% !important;
}

div.gallery2 {
  margin: 10px;
  float: left;
  width: 250px;
}

div.gallery3 {
  margin: 3px;
  float: left;
  width: 181px;
}

.cta {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.centerThis{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ctaObras {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: rgba(230, 167, 86, 0.9);
}
.ctaObras .cta-innerObras {
  position: relative;
  padding: 1rem;
  margin: 0.5rem;
}
.ctaObras .cta-innerObras:before {
  border-radius: 0.5rem;
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
  z-index: -1;
}

@media screen and (max-width: 500px) {
  div.disappear {
    display: none;
  }
}

