p {
  margin-bottom: 20px;
  line-height: 26px;
}
p b {
  font-weight: 600;
}

section .titulo {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  line-height: 36px;
}

section .subtitulo {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
}

.visitados .info.t {
  padding: 6px 0;
  background-image: none;
}
.visitados .info h3 {
  margin-bottom: 30px;
  line-height: 20px;
}

section ul.list {
  list-style: disc;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 24px;
}

.slideHTML h1 {
  font-size: 32px;
}
.slideHTML h1 span {
  border: none !important;
}
.slideHTML h4 {
  font-size: 22px;
}

.camposmas {
  background-repeat: no-repeat;
  background-color: #e7e7e7;
}

#menu-nav .active a {
  font-weight: bold;
}

footer #menu-nav-footer a {
  font-size: 14px;
}
footer #menu-nav-footer .active a {
  font-weight: bold;
}

.gallery-masonry {
  width: 100%;
}

.gallery-item {
  width: 25%;
  padding: 8px;
  box-sizing: border-box;
}

.gallery-item img {
  width: 100%;
  display: block;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Responsive breakpoints */
@media (max-width: 1200px) {
  .gallery-item {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .gallery-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .gallery-item {
    width: 100%;
  }
}
.text-fmt h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}

.btn {
  border-radius: 50px;
  position: relative;
  padding: 10px 30px 12px;
  font-size: 16px;
  background-color: #000000;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  line-height: 22px;
}

.body-ar section ul.list {
  text-align: right;
  padding-right: 24px;
  padding-left: 0px;
}

@media (max-width: 767px) {
  section .ct {
    padding: 0 15px;
  }
  .visitados {
    display: block;
  }
  .visitados li {
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0 15px;
    max-width: 100%;
  }
  .slideHTML .boton {
    bottom: -132px !important;
  }
}

/*# sourceMappingURL=core.css.map */
