section .sc-container,
section .st-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
section#s-banner #content-info-banner > h2,
section#s-banner #content-info-banner > h4,
section#s-banner #content-info-banner > span {
  line-height: 20px;
  font-family: "Muller bold";
}
section#s-laberinto #content-info-lab,
section#s-orpheo,
section.s-btn-comprar > div > a {
  background-repeat: no-repeat;
  background-size: cover;
}
section#s-orpheo,
section#s-viacrucis,
section#s-virgen-g {
  padding: 50px 0;
  background-position: center;
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section .st-container {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Verdana Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
    sans-serif;
}
section .st-container h2 {
  color: #00e5e5;
  text-align: center;
}
section .sc-container {
  width: 100%;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
section#s-banner,
section#s-banner #content-info-banner {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
}
section#s-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
}
section#s-banner > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
section#s-banner > div img,
section#s-coro img,
section#s-laberinto #content-info-lab > img,
section#s-molinete > img,
section#s-pietat > img,
section#s-salmuera > img,
section#s-tunel #content-img-tunel > img,
section.s-btn-comprar > div,
section.s-btn-comprar > div > a > img {
  width: 100%;
}
section#s-banner #content-info-banner {
  width: 90%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
section#s-banner #content-info-banner > h2 {
  margin-bottom: 10px;
}
section#s-banner #content-info-banner > span {
  background-color: #f28706;
  margin-bottom: 4px;
}
section#s-banner #content-info-banner > p {
  font-size: 12px;
}
section#s-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 20px;
}
section#s-text > p {
  text-align: justify;
  margin-bottom: 10px;
  color: #606060;
  font-family: "Muller bold";
  font-size: 14px;
}
section#s-text > a {
  font-size: 10px;
  background: red;
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
}
section#s-3-image {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
section#s-3-image #content-fondo-orange {
  width: 100%;
  height: 40px;
  background-color: #f28706;
  position: absolute;
  z-index: 1;
}
section#s-3-image #content-3-images {
  width: 100%;
  position: absolute;
  height: 150px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#s-laberinto,
section#s-laberinto #content-image-lab,
section#s-nave,
section#s-pietat {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
section#s-3-image #content-3-images > a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
section#s-3-image #content-3-images > a > img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #e67e0e;
  padding: 3px;
}
section#s-laberinto,
section#s-nave,
section#s-pietat {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#s-laberinto #content-image-lab {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/catedral/src/img/catedral/linea-azul.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#articulos-carousel,
section#s-laberinto #content-image-lab > img {
  width: 80%;
}
section#s-laberinto #content-info-lab {
  width: 90%;
  background-image: url(/catedral/src/img/catedral/fondo_linea-azul.webp);
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section#s-laberinto #content-info-lab > p {
  color: #fff;
  padding: 15px 10px;
  text-align: center;
}
section#s-n-vida > div,
section#s-nartex > div,
section#s-nucama > div,
section#s-plaza,
section#s-virgen-g > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#s-plaza #content-info-plaza,
section#s-z-comercial #content-info-plaza {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section.s-btn-comprar,
section.s-btn-comprar > div > a > span {
  -webkit-box-pack: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
}
section#s-plaza #content-info-plaza > p,
section#s-z-comercial #content-info-plaza > p {
  color: #606060;
  font-family: "Muller bold";
  font-size: 12px;
  text-align: justify;
  margin-bottom: 10px;
  padding: 40px 20px 0;
}
section#s-plaza #content-info-plaza > span {
  color: #fff;
  font-family: "Muller bold";
  font-size: 12px;
  text-align: justify;
  background-color: #829b29;
  padding: 4px 10px;
}
section#s-plaza #content-image-plaza,
section#s-z-comercial #content-image-plaza {
  width: 30%;
  margin: 0 20px;
}
section#s-plaza #content-image-plaza > img,
section#s-z-comercial #content-image-plaza > img {
  width: 100%;
  padding: 4px;
  border: 1px solid #6b7f16;
}
section.s-btn-comprar {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 10px;
}
section.s-btn-comprar > div > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 4px 0 0;
  background-image: url(/catedral/src/img/catedral/fondo_banner-azul-rey.webp);
  background-position: center;
}
section.s-btn-comprar > div > a > span {
  font-size: 20px;
  font-family: "Muller bold";
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
section.s-btn-comprar > div > a > span > span {
  background-color: red;
  padding: 0 4px;
}
section.s-btn-comprar > div > a > span > img {
  width: 30px;
}
section.s-btn-comprar > div > a > p {
  padding-bottom: 4px;
}
section#s-orpheo {
  width: 100%;
  background-image: url(/catedral/src/img/catedral/fondo_orpheo.webp);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#s-orpheo > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#s-molinete,
section#s-tunel #content-img-tunel {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
section#s-orpheo > div img,
section#s-viacrucis > div > div:last-child img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #d33d45;
}
section#s-orpheo > div p {
  width: calc(100% - 150px);
  color: #fff;
  font-family: "Muller medium";
  font-size: 12px;
  margin: 0 20px;
}
section#s-molinete {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 30px;
}
section#s-molinete > p {
  width: 90%;
  padding-top: 20px;
  color: #606060;
  font-family: "Muller bold";
  font-size: 12px;
  text-align: justify;
}
section#s-coro > div,
section#s-show {
  padding: 20px 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
section#s-tunel,
section#s-tunel > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
}
section#s-coro > div p,
section#s-nucama > div > p,
section#s-pietat > div > div p,
section#s-show p,
section#s-virgen-g > div > div p {
  text-align: justify;
  font-family: "Muller medium";
}
section#s-tunel {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
section#s-tunel > div {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
section#s-viacrucis,
section#s-viacrucis > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
}
section#s-tunel #content-img-tunel {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 4px;
  border: 1px solid #6b7f16;
}
section#s-tunel #content-info-tunel {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  left: 40px;
  top: 60%;
}
section#s-tunel #content-info-tunel h3 {
  color: #829b29;
  background-color: #fff;
  padding: 2px 8px;
  margin-bottom: 6px;
  font-size: 14px;
}
section#s-tunel #content-info-tunel p {
  background-color: #829b29;
  color: #fff;
  padding: 10px;
  font-size: 12px;
}
section#s-viacrucis {
  background-image: url(/catedral/src/img/catedral/fondo_viacrucis_cupula.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 375px) {
  section#s-viacrucis {
    padding: 70px 0;
  }
}
@media screen and (max-width: 414px) {
  section#s-viacrucis {
    padding: 70px 0;
  }
}
section#s-viacrucis > div {
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#s-coro,
section#s-viacrucis > div > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
section#s-viacrucis > div > div:last-child {
  width: 150px;
  position: relative;
}
section#s-viacrucis > div > div:last-child img:last-child {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -20px;
  bottom: -20px;
}
section#s-viacrucis > div > div:first-child {
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section#s-viacrucis > div > div:first-child p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: "Muller medium";
  font-size: 12px;
  margin: 0 20px 0 0;
}
section#s-viacrucis > div > div:first-child h3 {
  width: 100%;
  color: #bd2c2f;
  background-color: #fff;
  padding: 2px 20px;
  margin-bottom: 10px;
}
section#s-coro {
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}
section#s-coro > div,
section#s-nave #content-image-lab {
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
section#s-coro > div {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/catedral/src/img/catedral/fondo_coro.webp);
}
section#s-coro > div h3 {
  color: #f18305;
  background-color: #fff;
  padding: 2px 20px;
  margin-bottom: 10px;
}
section#s-coro > div p,
section#s-show p {
  color: #fff;
  font-size: 14px;
}
section#s-nave #content-image-lab {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
}
section#s-nave #content-image-lab > img {
  width: 80%;
  padding: 6px;
  border: 1px solid #bd2c2f;
}
section#s-nave #content-info-lab {
  width: 90%;
  background-color: #bd2c2f;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}
section#s-n-vida,
section#s-z-comercial {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
}
section#s-nave #content-info-lab > p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
}
section#s-n-vida {
  width: 100%;
  padding: 20px;
  background-image: url(/catedral/src/img/catedral/fondo_nave-de-la-vida.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}
section#s-n-vida > div img {
  width: 150px;
}
section#s-n-vida > div p {
  width: calc(100% - 150px);
  color: #fff;
  font-family: "Muller medium";
  font-size: 10px;
  margin: 0 0 0 20px;
}
section#s-tres-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
section#s-tres-img img {
  width: 100px;
  height: 90px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #829b29;
}
section#s-pietat > div > div h3,
section#s-show h3 {
  padding: 2px 20px;
  margin-bottom: 10px;
  background-color: #fff;
}
section#s-tres-img img:nth-child(2) {
  width: 120px;
  height: 110px;
}
section#s-show {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/catedral/src/img/catedral/fondo_show-mapping.webp);
}
section#s-show h3 {
  color: #829b29;
}
section#s-pietat > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/catedral/src/img/catedral/fondo_pietat.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
section#s-pietat > div > div {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
}
section#s-pietat > div > div h3 {
  color: #02505a;
  font-size: 14px;
}
section#s-pietat > div > div p {
  color: #fff;
  font-size: 12px;
}
section#s-pietat > div > img {
  width: 40%;
}
section#s-z-comercial {
  width: 100%;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
section#s-z-comercial #content-info-plaza > span {
  width: 100%;
  height: 20px;
  background-color: #bd2c2f;
}
section#s-nucama {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/catedral/src/img/catedral/fondo_nucuma.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
}
section#s-espejo-a,
section#s-espejo-a #content-image-lab {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
section#s-nucama > div > p {
  width: calc(100% - 150px);
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
}
section#s-nucama > div img {
  width: 150px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #e57700;
}
section#s-espejo-a {
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}
section#s-espejo-a #content-image-lab {
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/catedral/src/img/catedral/linea-fondo_espejo-de-agua.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section#s-espejo-a #content-info-lab,
section#s-salmuera {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
section#s-espejo-a #content-image-lab > img {
  width: 90%;
  border: 4px solid #829b29;
}
section#s-espejo-a #content-info-lab {
  width: 80%;
  background-color: #829b29;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
section#s-espejo-a #content-info-lab > p {
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  font-size: 12px;
}
section#s-salmuera {
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/catedral/src/img/catedral/fondo_museo-salmuera.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
section#s-nartex,
section#s-nartex > div > div,
section#s-salmuera > div {
  display: -webkit-box;
  display: -ms-flexbox;
}
section#s-salmuera > div {
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
section#s-salmuera > div > p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 8px;
}
section#s-salmuera > div > img {
  width: 100%;
  margin: 15px 0;
  border: 4px solid #fff;
}
section#s-nartex {
  width: 100%;
  padding: 74px 0;
  background-image: url(/catedral/src/img/catedral/fondo_nartex.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#s-nartex > div img {
  width: 180px;
  height: 160px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #fff;
  margin-top: 30px;
}
section#s-nartex > div > div {
  width: calc(100% - 100px);
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
}
.card-personaje p,
section#s-virgen-g,
section#s-virgen-g > div > div {
  display: -webkit-box;
  display: -webkit-box;
}
section#s-nartex > div > div p {
  color: #fff;
  font-family: "Muller medium";
  font-size: 12px;
  margin: 0 20px;
}
section#s-nartex > div > div h3 {
  color: #829b29;
  background-color: #fff;
  padding: 2px 20px;
  margin-bottom: 10px;
  margin-left: 20px;
}
section#s-virgen-g {
  width: 100%;
  background-image: url(/catedral/src/img/catedral/fondo_Capilla-virgen-guasa.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#s-virgen-g > div img {
  width: 180px;
  border-radius: 50% 50% 0 0;
  padding: 5px;
  border: 1px solid #829b29;
  margin-top: 30px;
}
section#s-virgen-g > div > div {
  width: calc(100% - 150px);
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
}
section#s-virgen-g > div > div p {
  color: #fff;
  font-size: 12px;
  margin: 0 20px;
}
section#s-virgen-g > div > div h4 {
  color: #fff;
  padding: 2px 20px;
  font-size: 16px;
}
section#s-virgen-g > div > div h3 {
  color: #02505a;
  background-color: #fff;
  font-family: "Muller medium";
  padding: 2px 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 16px;
}
@media screen and (min-width: 920px) {
  section .st-container,
  section#s-text {
    width: 45% !important;
  }
  section#s-banner {
    background-image: url(/catedral/src/img/catedral/banner-desk.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
  section#s-banner > div,
  section#s-coro,
  section#s-espejo-a #content-image-lab > img,
  section#s-laberinto #content-image-lab > img,
  section#s-laberinto #content-info-lab,
  section#s-n-vida > div,
  section#s-nartex > div,
  section#s-nave #content-image-lab,
  section#s-nucama > div,
  section#s-orpheo > div,
  section#s-pietat,
  section#s-salmuera,
  section#s-tunel > div,
  section#s-viacrucis > div,
  section#s-virgen-g > div {
    width: 45%;
  }
  section#s-plaza #content-info-plaza > p,
  section#s-text > p {
    font-size: 16px;
  }
  section#s-text > a {
    font-size: 16px;
    margin-top: 30px;
  }
  section#s-3-image #content-fondo-orange {
    height: 95px;
  }
  section#s-3-image #content-3-images,
  section#s-tres-img {
    width: 45%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section#s-3-image #content-3-images > a {
    width: 200px;
    height: 200px;
  }
  section#s-laberinto {
    margin-top: 90px;
  }
  section#s-plaza {
    width: 45%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
  }
  section#s-plaza #content-info-plaza {
    width: 60%;
  }
  section#s-plaza #content-image-plaza {
    width: 30%;
    margin: 0;
  }
  section#s-espejo-a #content-info-lab,
  section#s-nave #content-info-lab,
  section.s-btn-comprar > div {
    width: 40%;
  }
  section#s-orpheo {
    background-image: url(/catedral/src/img/catedral/fondo-orpheo-desk.webp);
    background-repeat: round;
    background-position: inherit;
  }
  section#s-orpheo > div img {
    width: 300px;
    height: 300px;
  }
  section#s-espejo-a #content-info-lab > p,
  section#s-n-vida > div p,
  section#s-nartex > div > div p,
  section#s-nave #content-info-lab > p,
  section#s-nucama > div > p,
  section#s-orpheo > div p,
  section#s-salmuera > div > p,
  section#s-tunel #content-info-tunel p,
  section#s-viacrucis > div > div:first-child p,
  section#s-virgen-g > div > div p,
  section#s-z-comercial #content-info-plaza > p {
    font-size: 18px;
  }
  section#s-molinete > p {
    width: 45%;
    font-size: 18px;
    text-align: center;
  }
  section#s-nartex > div > div h3,
  section#s-show h3,
  section#s-tunel #content-info-tunel h3,
  section#s-viacrucis > div > div:first-child h3,
  section#s-virgen-g > div > div h3,
  section#s-virgen-g > div > div h4 {
    font-size: 25px;
  }
  section#s-viacrucis {
    background-image: url(/catedral/src/img/catedral/fondo-viacrucis-desk.webp);
    background-repeat: round;
    background-position: inherit;
  }
  section#s-viacrucis > div > div:last-child {
    width: 250px;
  }
  section#s-viacrucis > div > div:last-child img {
    width: 250px;
    height: 250px;
  }
  section#s-viacrucis > div > div:last-child img:last-child {
    width: 150px;
    height: 150px;
    left: -30px;
    bottom: -30px;
  }
  section#s-viacrucis > div > div:first-child {
    width: 50%;
  }
  section#s-nave #content-image-lab > img {
    width: 100%;
  }
  section#s-espejo-a #content-image-lab,
  section#s-n-vida,
  section#s-nucama {
    background-repeat: round;
    background-position: inherit;
  }
  section#s-n-vida > div img,
  section#s-nucama > div img {
    width: 300px;
  }
  section#s-nartex > div img,
  section#s-tres-img img,
  section#s-virgen-g > div img {
    width: 250px;
    height: 230px;
  }
  section#s-tres-img img:nth-child(2) {
    width: 300px;
    height: 280px;
  }
  section#s-show p {
    width: 50%;
    font-size: 18px;
    text-align: center;
  }
  section#s-pietat > div > div h3 {
    font-size: 25px;
    padding: 0 20px;
  }
  section#s-pietat > div > div p {
    font-size: 18px;
    padding: 0 20px;
  }
  section#s-z-comercial {
    width: 45%;
    margin-top: 90px;
  }
  section#s-nartex {
    background-image: url(/catedral/src/img/catedral/fondo-natex-desk.webp);
    background-repeat: round;
    background-position: inherit;
  }
  section#s-virgen-g {
    background-image: url(/catedral/src/img/catedral/fondo-capilla-desk.webp);
    background-repeat: round;
    background-position: inherit;
  }
}
@media screen and (max-width: 320px) {
  section#s-3-image {
    height: 120px;
  }
  section#s-3-image #content-3-images > a {
    width: 80px;
    height: 80px;
  }
  section#s-orpheo > div img,
  section#s-viacrucis > div > div:last-child img {
    width: 100px;
    height: 100px;
  }
  section#s-orpheo > div p {
    width: calc(100% - 100px);
    font-size: 10px;
  }
  section#s-tunel #content-info-tunel {
    width: 80%;
    left: 21px;
  }
  section#s-viacrucis {
    padding: 70px 0;
  }
  section#s-viacrucis > div > div:last-child,
  section#s-virgen-g > div img {
    width: 100px;
  }
  section#s-viacrucis > div > div:last-child img:last-child {
    width: 60px;
    height: 60px;
    left: -10px;
    bottom: -10px;
  }
  section#s-nartex > div > div p,
  section#s-viacrucis > div > div:first-child p,
  section#s-virgen-g > div > div p {
    font-size: 10px;
  }
  section#s-n-vida {
    padding: 50px 20px;
  }
  section#s-n-vida > div img {
    width: 90px;
  }
  section#s-n-vida > div p {
    width: calc(100% - 90px);
  }
  section#s-tres-img img {
    width: 80px;
    height: 70px;
  }
  section#s-tres-img img:nth-child(2) {
    width: 100px;
    height: 90px;
  }
  section#s-nartex {
    padding: 76px 0;
  }
  section#s-nartex > div img {
    width: 100px;
    height: 80px;
  }
  section#s-nartex > div > div h3 {
    font-size: 14px;
  }
  section#s-virgen-g > div > div {
    width: calc(100% - 100px);
  }
  section#s-virgen-g > div > div h3,
  section#s-virgen-g > div > div h4 {
    font-size: 12px;
  }
}
section#s-historia-catedral {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 60px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
#content-articulos {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  padding-bottom: 50px;
}
#content-articulos .title-h,
#content-personajes .title-h {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #706e6f;
  margin-top: 40px;
  margin-bottom: 50px;
}
#content-articulos .title-h span,
#content-personajes .title-h span {
  width: 10%;
  height: 4px;
  background-color: #839b29;
}
.card-articulo {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  gap: 30px;
}
#content-articulos .card-articulo h2 {
  color: #706e6f;
  font-size: 22px;
  font-weight: 500;
}
#content-articulos .card-articulo a {
  background-color: #8d0d02;
  border-radius: 20px;
  color: #fff;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 20px 0 0;
}
#content-personajes {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding-bottom: 50px;
}
.card-personaje a {
  background-color: #8d0d02;
  border-radius: 20px;
  color: #fff;
  padding: 5px 30px;
  border: none;
}
.card-personaje p {
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  color: #706e6f;
  font-size: 16px;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 30px;
}
@media screen and (min-width: 992px) {
  #personajes-carousel {
    width: 60%;
  }
  .card-articulo h2,
  .card-personaje h2 {
    font-size: 25px;
  }
  .card-personaje p {
    font-size: 18px;
  }
  .card-personaje {
    padding: 30px;
    gap: 50px;
  }
  #content-articulos .title-h h1 {
    font-size: 35px;
  }
}
