.article .artBody .section h2.ladillo,
.article .artBody .section .gaudi-title-section,
.article .artBody h2.obra-modal__titulo,
.article .artBody h3.ladillo, 
.article .artBody .gaudi-sub-section,
.article .summary .c-opening__wrapper .icon__sound {
    color: #6b5a40;
}

.article .summary .c-opening__wrapper .icon__sound:before,
.article .summary .c-opening__wrapper .icon__sound.audio__on:before {
    filter: invert(36%) sepia(3%) saturate(1450%) hue-rotate(355deg) brightness(95%) contrast(85%);
}

*::selection {
  background: #6C5818;
  color: #ffffff;
}

.container .article {
    background: linear-gradient(0deg,rgba(107, 90, 64, 0) 75%, rgba(107, 90, 64, 0.9) 90%, rgba(107, 90, 64, 1) 100%), url(../images/bkg-gloria-desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

#inf-cabecera .cabecera {
    background: #6b5a40;
}

.article .summary .c-opening__wrapper {
    background-color: #ffffff;
}

.article .summary .c-opening__wrapper:before {
    background: url(../images/nubeblanca-repeat.webp) repeat center;
}

.container .article .preBody,
.mainContent .section:nth-child(odd) {
    background-color: white;
}

.container .article .mainContent,
.mainContent .section:nth-child(even) {
    background-color: #efeeeb;
}

.mainContent .section:nth-child(even) {
    padding-top: 6rem;
    margin-bottom: 25rem;
}

.mainContent .section:nth-child(even):last-child {
    margin-bottom: 0;
}

.container .article .summary:after {
    background: url("https://img2.rtve.es/aplicaciones/infografias/rtve_2026/noticias/gaudi-sagrada-familia/cms/images/nubeblanca-repeat.webp") repeat center;
}

.container .article .tit-fachada-gloria{
    color: #6c5819;
    text-align: center;
    font-size: 2.3rem;
    line-height: 2.5rem;
    max-width: 88rem;
    width: 100%;
    margin:6rem auto 1rem;
    font-weight: bold;
}

.container .article .des-fachada-gloria{
    color: #6c5819;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.article .artBody h3.inf-gloria-hotspot__tooltip-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 1rem 0;
    color: #6b5a40;
    letter-spacing: .02em;
    padding-bottom: 0;
}
.article .artBody p.inf-gloria-hotspot__tooltip-desc {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
    height: auto;
    color: #6b5a40;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.mainContent .section:nth-child(odd):before,
.mainContent .section:last-of-type:before {
    content: "";
    display: block;
    background: url('https://img2.rtve.es/aplicaciones/infografias/rtve_2026/noticias/gaudi-sagrada-familia/cms/images/nubeblanca-repeat.webp') repeat center;
    background-size: auto;
    min-height: 38.7rem;
    width: 100vw;
    top: -32.7rem;
    position: absolute;
    z-index: 1;
}

.mainContent .section:nth-child(odd):after,
.mainContent .section:first-of-type:after {
    content: "";
    display: block;
    background: transparent url('https://img2.rtve.es/aplicaciones/infografias/rtve_2026/noticias/gaudi-sagrada-familia/cms/images/nubeblanca-repeat.webp') repeat center;
    background-size: auto;
    min-height: 38.7rem;
    width: 100vw;
    bottom: -32.7rem;
    position: absolute;
    transform: rotate(180deg);
    z-index: 1;
}

.mainContent .section:nth-child(even):before,
.mainContent .section:nth-child(even):after,
.mainContent .section:first-of-type:before,
.mainContent .section:last-of-type:after {
    display: none;
}

.container .article .summary .c-opening__image {
    max-width: 27.7rem;
    margin-top: 6rem;
}

.article .artBody .c-columns__3col p:nth-child(1):before,
.article .artBody .c-columns__3col p:nth-child(2):before,
.article .artBody .c-columns__3col p:nth-child(3):before,
.article .artBody .c-columns__3col p {
    color: #6C5818; 
}

@media (max-width: 600px) {
    .container .article .summary .c-opening__image {
        max-width: 25rem;
    }
    .container .article {
        background-image: url(../images/bg-sin-nubes-gloria-mobile.jpg);
    }
    #inf-cabecera .cabecera__button {
        background: #bead94;
    }
    #inf-cabecera .cabecera__select {
        background: #6b5a40;
    }
    .mainContent .section:nth-child(odd):after, 
    .mainContent .section:first-of-type:after {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 13.7rem;
        bottom: -10.7rem;
    }
    .mainContent .section:nth-child(odd):before, 
    .mainContent .section:last-of-type:before {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 11.7rem;
        top: -9.7rem;      
    }
    .mainContent .section:nth-child(even) {
        padding-top: 8rem;
        margin-bottom: 12rem;
    }
    .mainContent .section:nth-child(odd) {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
