/* ====== AVISOS CARDS FIEIS ====== */
.cards-avisos-fieis {
    display: flex;
    flex-direction: column;
    gap: 1%;
    justify-content: center;
    margin-left: 39vw;
   margin-top: -29vw;
}
.card-aviso-fiel {
    background: #f8f6f4;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 19px 28px 18px 28px;
    min-width: 320px;
    max-width: 370px;
    min-height: 140px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-family: 'Georgia', serif;
    font-size: 1.18rem;
    margin-bottom: 2vh;
    transition: box-shadow 0.2s;
}
.card-aviso-fiel:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.aviso-title {
    font-weight: 500;
    color: #5a3c1a;
    font-size: 1.18rem;
    display: block;
    margin-bottom: 6px;
}
.aviso-destaque {
    color: #3d2b1f;
    font-size: 1.08rem;
    margin: 0 0 0 0;
    font-weight: 500;
}
.aviso-link {
    color: #3d2b1f;
    font-size: 1.08rem;
    margin: 0 0 0 0;
}
.aviso-link a {
    color: #2a5d9f;
    text-decoration: underline;
    word-break: break-all;
    font-size: 1.01rem;
}
.aviso-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-left: 18px;
    margin-top: 8px;
}
.card-aviso-fiel.destaque {
    background: #fff8f6;
    border-radius: 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 32px 0 24px 0;
    min-width: 420px;
    max-width: 520px;
    min-height: 80px;
    margin: 24px auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Georgia', serif;
    font-size: 1.35rem;
    font-weight: 600;
}
.destaque-title {
    color: #7a1a1a;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
}
.cards-horarios {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3vw;
    margin: 4vh 0 6vh 0;
    background: #f7f3ef;
    padding: 2vh 0;
    margin-top: 20vh;
}

.card-horario {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 2.5vh 3vw 2.5vh 3vw;
    min-width: 320px;
    max-width: 350px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 1vw;
}

.card-title {
    font-family: 'Georgia', serif;
    font-size: 2.3vw;
    color: #3a1a0a;
    font-weight: bold;
    margin-bottom: 0.5vh;
    margin-top: 0;
    text-align: center;
}

.card-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 1vh;
    margin-top: 0.5vh;
}

.card-content {
    text-align: center;
    color: #2d1a0a;
    font-size: 1.15vw;
    font-family: 'Georgia', serif;
    margin-top: 0.5vh;
}

.card-content p {
    margin: 0.5vh 0;
    font-weight: 500;
}
body{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f1ed;
}
.nav-bar {
    background-color: #640000;

}

.ul-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    padding: 0;
    margin: 0;
    list-style: none;
    min-height: 90px;
}

.ul-menu li {
    list-style: none;
    margin: 0 1vw;
    display: flex;
    align-items: center;
    height: 100%;
}

.ul-menu li a {
    text-decoration: none;
    color: white;
    font-size: 1.2vw;
    font-weight: bold;
    transition: color 0.2s;
}

.ul-menu li a:hover {
    color: #ffd700;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1vw;
}
.inicio{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    gap: 8vw;
    margin: 0 auto;
}
.menu-logo {
    height: auto;
    width: 6rem;
    display: block;
    margin: 0 auto;
    margin-top: 2vh;
}
.par-img{
    display: flex;
    border-radius: 25px;
    width: 38%;
    height: auto;
    margin-top: -13vh;
       
}
.par-title{
font-weight: bold;
width: 40%;
font-size: 2.5vw;
margin-left: 10vw;
margin-top: -10vh;
}
.sobre{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 2vw;
    
    height: 100vh;
    gap: 4vw;
    margin: 0 auto;
}
.img-sobre{
    border-radius: 25px;
    width: 25%;
    height: 70%;
    object-fit: cover;
    margin-left: 0;
       
}
.ti-sobre{
font-weight: bold;
width: 100%;
font-size: 2.5vw;
margin-top: -1vh;

}
.sobre-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 65%;
}
.txt-sobre{
    width: 100%;
    font-size: 1.6vw;
    margin-top: 2vh;
    align-self: flex-start;
}
.endereco{
    margin-top: -15vh;
}
.end{
    font-weight: bold;
    font-size: 2.5vw;
}
.avisos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2vh;
    margin-top: 0vh;
}
.av{
    font-weight: bold;
    font-size: 2.5vw;
    margin-right: 3.5vw;
}
.comunicados{
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    width: 20%;
    margin: 2vh 0 2vh 12vw;
    padding: 2vh;
}
.comunicados-header{
    display: flex;
    align-items: center;
    gap: 1vw;
    align-self: start;
}
.img-comunicados{
    width: 15%;
    height: auto;
    object-fit: cover;
    margin-left: 0;
}
.ti-comunicados{
    font-weight: bold;
    font-size: 2vw;
    text-align: center;
    color: #640000;
}
.txt-comunicados{

    color: #2d1a0a;
    margin: 1vw 0;
    font-size: 1.5vw;
    color: #2d1a0a;
    text-align: center;
    width: 80%;
}
.num-comunicados{
   font-size: 1.5vw;
    color: #640000;
    font-weight: bold;
    text-align: center;
    margin-top: 2vh;
}
.acao{
    display: flex;
    justify-content:flex-start;
    margin-left: 39.5vw;
    margin-top: -118vh;
    width: 18%;
    border-radius: 20px;

}
.acao2{
    display: flex;
    justify-content:flex-start;
    margin-left: 67vw;
    margin-top: 2vh;
    width: 15%;
    border-radius: 20px;

}
.img-acao{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 25px;
}
.img-acao2{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 25px;
}
.pascoa{
    display: flex;
    justify-content:flex-start;
    margin-left: 66vw;
    margin-top: -46vh;
    width: 18%;
   
    padding: 4vh;
    border-radius: 20px;
    background-color: #fff;
}
.img-pascoa{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 25px;
}
.imagem-promocional{
    display: flex;
    justify-content:flex-start;
    margin-left: 41vw;
    margin-top: 1vh;

    
}
.img-imagem{
    border-radius: 20px;
    width: 30%;
    height: auto;
    object-fit: cover;
    border-radius: 25px;
}
.pix{
    display: flex;
    justify-content:flex-start;
    margin-left: 66vw;
    margin-top: -32.5vh;
    width: 18%;
   
    padding: 4vh;
    border-radius: 20px;
    background-color: #fff;
}
.pix2{
    display: flex;
    justify-content:flex-start;
    margin-left: 66vw;
    margin-top: 2vh;
    width: 18%;
   
    padding: 4vh;
    border-radius: 20px;
    background-color: #fff;
}
.pix3{
    display: flex;
    justify-content:flex-start;
    margin-left: 66vw;
    margin-top: 2vh;
    width: 18%;
   
    padding: 4vh;
    border-radius: 20px;
    background-color: #fff;
}
.pix4{
    display: flex;
    justify-content:flex-start;
    margin-left: 64.5vw;
    margin-top: 2vh;
    width: 18%;
   
    border-radius: 20px;
    background-color: #fff;
}
.pix5{
    display: flex;
    justify-content:flex-start;
    margin-left: 64.5vw;
    margin-top:1vh;
    width: 18%;
   
    border-radius: 20px;
    background-color: #fff;
}
.pix6{
    display: flex;
    justify-content:flex-start;
    margin-left: 1vw;
    margin-top:3vh;
    margin-bottom: 1vh;
    width: 18%;
   
    border-radius: 20px;
    background-color: #fff;
}
.img-pix{
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #df895e;
    border-radius: 25px;
}
.img-pix4{
    width: 120%;
    height: auto;
    object-fit: cover;
    background-color: #df895e;
    border-radius: 25px;
}
.img-pix5{
    width: 120%;
    height: auto;
    object-fit: cover;
    background-color: #df895e;
    border-radius: 25px;
}
.img-pix6{
    width: 120%;
    margin-top: 2vh;
    height: auto;
    object-fit: cover;
    background-color: #df895e;
    border-radius: 25px;
}
.img-pix2{
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #df895e;
    border-radius: 25px;
}
.img-pix3{
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #df895e;
    border-radius: 25px;
}


.imgs{
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    margin: 2vh auto 0 auto;
}
.comunidades{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40vh;
}
.ti-comunidades{
    font-weight: bold;
    font-size: 2.5vw;
    text-align: center;
}
.comunidadesimgs{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2vw;
    margin: 2vh auto 0 auto;
    width: 100%;
}
.img-comunidades{
    width: 15%;
    height: auto;
    object-fit: cover;
    border-radius: 25px;

}
    footer{
        background-color: #640000;
        color: white;
        text-align: center;
        padding: 1vh 0;
        margin-top: 10vh;
    }
    footer img{
        width: 2rem;
        height: auto;
        margin-left: 1vw;
    }
    .aniversariantes{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 10vh;
    }
    .paroquia {
        margin-top: 12vh;
        text-align: center;
    }
    .atv-paroquia {
        width: 70%;
        border-radius: 20px;
    }

/* SLIDE PATROCINADORES */
.slide-patrocinadores {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    background: #fff8f6;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(100,0,0,0.06);
    padding: 5vh 2vw;
    margin: 5vh auto 7vh auto;
    max-width: 540px;
    width: 92vw;
    min-height: 170px;
}

.slide-img-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 90px;
        min-width: 120px;
}

.slide-img {
    width: 50vw;
    max-width: 420px;
    min-width: 140px;
    height: auto;
    max-height: 150px;
    border-radius: 16px;
    box-shadow: 0 2px 8px #0002;
    background: #fff;
    object-fit: contain;
    transition: box-shadow 0.2s, transform 0.2s;
}

.slide-img:hover {
        box-shadow: 0 6px 24px #64000022;
        transform: scale(1.03);
}

.slide-btn {
        background: #640000;
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        font-size: 1.7rem;
        cursor: pointer;
        box-shadow: 0 2px 8px #0001;
        transition: background 0.2s, color 0.2s, transform 0.2s;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 1vw;
}
.slide-btn:hover {
        background: #ffd700;
        color: #640000;
        transform: scale(1.1);
}

@media (max-width: 900px) {
    .slide-img {
        width: 80vw;
        max-width: 98vw;
        min-width: 100px;
        max-height: 120px;
    }
    .slide-patrocinadores {
        padding: 3vh 1vw;
        gap: 1vw;
        max-width: 98vw;
        min-height: 120px;
    }
}

@media (max-width: 600px) {
    .slide-img {
        width: 95vw;
        max-width: 99vw;
        min-width: 70px;
        max-height: 80px;
    }
    .slide-patrocinadores {
        padding: 2vh 0.5vw;
        gap: 0.5vw;
        border-radius: 14px;
        max-width: 99vw;
        min-height: 80px;
    }
    .slide-btn {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
    }
}