/* Reset e estilos globais */
* {
    margin: 0;
    box-sizing: border-box;
    font-family: Unbounded, Arial, sans-serif;
}

:root {
    --radius: 1vw;
}

a {
    text-decoration: none;
    color: #1E1E1E;
}

body {
    background-color: #ebebeb; 
}

/* Header e Navegação */
header {
    position:fixed;
    width: 100%;
    z-index: 1000;
    background: transparent;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    margin: 0 auto;
    padding: 0.8rem 2rem;
    position: relative;
    background: #d9d9d9bd;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
}

img {
    color: #1E1E1E;
    font-family: Unbounded;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.176px;
}

.h1-nav {
    color: #1E1E1E;
    font-size: 2vw;
    font-family: Unbounded;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.176px;
    white-space: nowrap;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.menu {
    display: flex;
    list-style: none;
    gap: 2vw;
    align-items: center;
}

.menu a {
    font-size: 1.2vw;
    text-decoration: none;
    color: #1E1E1E;
    font-weight: 500;
    transition: color 0.3s ease;
    white-space: nowrap;
}

/* Layout principal */
main {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    padding: 10px;
}

/* Seção Bem-vindo */
.Bem-vindo {
    border-radius: var(--radius);
    overflow: hidden;
    background: #D9D9D9;
    padding: 1vw;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sem {
    align-items: center;
    display: flex;
    justify-content: center;
}

.logo-sem {
    height: 10vw;
    width: 10vw;
}

.logo {
    height: 100%;
    width: 100%;
}

.BV-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.h1-bv {
    color: #1E1E1E;
    text-align: center;
    font-size: 3.5vw;
    white-space: nowrap;
    padding: 0.6vw;
}

.h2-bv {
    color: #1E1E1E;
    text-align: center;
    font-size: 2.5vw;
    white-space: nowrap;
    padding: 0.6vw;
    font-weight: 500;
}

.BV-content img {
    object-fit:fill;
    border-radius: var(--radius);
    width: 100%;
    height: 100%;
}

/* Redes Sociais */
.redes-sociais {
    min-width: 280px;
    max-width: 100%;
    flex-shrink: 0;
    border-radius: var(--radius);
    background: #D9D9D9;
    align-self: center;
    text-align: center;
    padding: 0.6rem;
    color: #1E1E1E;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 6vw;
    font-weight: 600;
}

.ico_youtube, .ico_instagram, .ico_facebook, .ico_whatsapp {
    height: 3vw;
    width: 3vw;
    fill:#01d158;
}

.social-links a {
    text-decoration: none;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

a.youtube:hover {
	text-decoration: underline;
	background: -webkit-linear-gradient(#e21717, #ff2b2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

a.instagram:hover {
	text-decoration: underline;
	background: -webkit-linear-gradient(#833AB4, #E1306C, #FCAF45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

a.facebook:hover {
	text-decoration: underline;
	background: -webkit-linear-gradient(#1915d7, #1f32fd, #3714fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

a.whatsapp:hover {
	text-decoration: underline;
	background: -webkit-linear-gradient(#28e217, #01d158);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* Content Wrapper */
.cultos-program {
    display: flex;
    gap: 1rem;
    width: 100%;
}

/* Seção Cultos */
.h1-cul {
    color: #1E1E1E;
    text-align: center;
    font-size: 2vw;
    white-space: nowrap;
    border-radius: var(--radius);
    background: #D9D9D9;
    padding: 1vw;
}
.cultos {
    min-width: 280px;
    max-width: 100%;
    height: 100%;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
}
.video {
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
}

.video-container {
    padding-top: 1vw;
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
}

.thumbnail {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--radius);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.programacao {
    border-radius: var(--radius);
    width: 100%;
    height: 100%;
}

.programacao img {
    border-radius: var(--radius);
}

.pro-texto {
    border-radius: var(--radius);
    background-color: #D9D9D9;
    padding: 1vw;
}

.h1-pro {
    font-size: 2vw;
    color: #D9D9D9;
    text-align: center;
    white-space: nowrap;
    border-radius: var(--radius);
    background-color: #1E1E1E;
    padding: 0.5vw;
}

.h2-pro {
    font-size: 1.1vw;
    color: #D9D9D9;
    text-align: center;
    border-radius: var(--radius);
    background-color: #1E1E1E;
    padding: 0.2vw;
}


.h3-pro {
    font-size: 0.9vw;
    color: #1E1E1E;
    text-align: center;
}

.h4-pro {
    font-size: 0.8vw;
    font-weight: 500;
    color: #1E1E1E;
    text-align: center;
}

.pro-grid {
    display: block;
    gap: 0.5vw;
    padding-top: 0.5vw;
}

.dom, .ter, .qua, .qui, .sex, .sab {
    display: grid;
    gap: 0.5vw;
}

.ebd, .cdm, .int, .cdc, .cdv, .mdo, .cdo, .tei, .rhm, .rdj {
    text-align: center;
    border-radius: var(--radius);
    background-color: #1e1e1e10;
    padding: 0.2vw;
}

.div-1 {
    display: grid;
    gap: 0.5vw;
    flex: 1;
}

.div-2 {
    display: grid;
    gap: 0.5vw;
    flex: 1;
}

/* Seção pré-rodapé */
.Pre-rodape {
    border-radius: var(--radius);
    overflow: hidden;
}

.pr-elements {
    height: 7vw;
    display: flex;
    flex-direction: row;
    border-radius: var(--radius);
    background-color: #D9D9D9;
    align-items: center;
    justify-content: center;
    gap: 3.5vw;
}

.logo-rod {
    height: 2.5vw;
    width: 2.5vw;
}

.h1-pr {
    font-size: 0.5vw;
    width: 4.5vw;
}

.h2-pr {
    font-size: 0.5vw;
    font-weight: 400;
    width: 9.5vw;
}

.logo-avi {
    height: 2.5vw;
}

.linha {
    height: 2vw;
    border-left: 0.1vw solid;
    color: #1E1E1E;
}

/* Footer */
.rodape {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 1vw;
    position: relative;
    background: #d9d9d9;
    flex-direction: column;
}

.text-rodape {
    text-align: center;
    color: #1E1E1E;
    font-size: 1.8vw;
    padding: 0.5vw;
    margin: 0;
}

a.maps:hover {
	text-decoration: underline;
	background: #1e1e1e3e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.copyright {
    text-align: center;
    color: #999;
    font-size: 1.7vw;
    padding: 0.5vw;
}

/* Responsividade */
@media (max-width: 800px) {
    :root {
        --radius: 1.5vw;
    }

    .PR-content img {
        width: 100%;
    }

    .pro-grid {
        display: block;
    }

    .play-button {
        width: 10vw;
        height: 10vw;
    }

    .social-links a {
        font-size: 2vw;
    }

    .logo-avi, .linha {
        height: 3vw;
    }

    .h1-pr {
        font-size: 0.7vw;
        width: 6vw;
    }

    .h2-pr {
        font-size: 0.7vw;
        width: 13vw;
    }

    .rodape {
        padding: 1vw;
    }

    .text-rodape {
        font-size: 1.8vw;
        padding: 0.5vw;
        margin: 0;
    }

    .copyright {
        font-size: 1.7vw;
        padding: 0.5vw;
    }
}

@media (max-width: 800px) {
    .h1-pro {
        font-size: 2.1vw;
    }
    .h2-pro {
        font-size: 2vw;
    }
    .h3-pro {
        font-size: 1.5vw;
    }
    .h4-pro {
        font-size: 1.4vw;
    }
    .div-1, .div-2, .dom, .ter, .qua, .qui, .sex, .sab {
        gap: 1vw;
    }
    .div-1 {
        padding-bottom: 1vw;
    }
    .pro-grid {
        padding-top: 1vw;
    }
}

@media (max-width: 500px) {
    :root {
        --radius: 2vw;
    }
    .h1-pro {
        font-size: 2.6vw;
    }
    .h2-pro {
        font-size: 2.5vw;
    }
    .h3-pro {
        font-size: 2vw;
    }
    .h4-pro {
        font-size: 1.9vw;
    }
    .div-1, .div-2, .dom, .ter, .qua, .qui, .sex, .sab {
        gap: 1.5vw;
    }
    .div-1 {
        padding-bottom: 1.5vw;
    }
    .pro-grid {
        padding-top: 1.5vw;
    }
}