* {
    padding: 0;
    margin: 0;
}
body {
    height: 530vh;
    background-color: var(--bg-black-900);
    overflow-x: hidden;
}
:root {
    --bg-black-900: #f2f2fc;
    --bg-black-100: #fdf9ff;
    --bg-black-50: #e8dfec;
    --fff--:#fff;
    --color-11: #643fe9;
    --color-12: #1055ebd2;
    --color--13: #8f32d5;
    --color--14:#dc48e1;
    --txt-color: #000000;
}
.position {
    margin-left: 15%;
}
.hidden { /* Animação escroll*/
    opacity: 0;
    filter: blur(15px);
    transform: translatey(100%);
    transition: all 2s ease;
}
.anim {
    opacity: 0;
    filter: blur(15px);
    transform: translatex(-100%);
    transition: all 1s ease;
}
.show { /* Animação escroll*/
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
    transition: all 1s ease;
}
  
/*----------------------------MENU----------------------------*/
.menu {
    height: 100vh;
    width: 80px;
    overflow: hidden;
    position: fixed;
    transition: width 0.6s ease-in-out;
    background-color: var(--bg-black-900);
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1);
}
.menu.expandir { 
    width: 20vh; 
    pointer-events: auto; /* Ativa os eventos de ponteiro quando expandido */ 
} 

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.logo img {
    width: 90px;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3%;
}

.button i {
    font-size: 2rem;
    transition: transform 0.8s, color 0.8s;
    margin-top: 50px;
    cursor: pointer;
}
ul {
    margin-top: 50px;
    width: 100%;
    list-style-type: none;
    padding: 0;
}
.item-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.item-menu a {
    width: 100%;
    height: 60px;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    font-size: 20px;
    transition: background-color 0.3s;
    line-height: 10px;
}
.item-menu a:hover {
    background-color: #fff;
}

ul li.item-menu a .icon {
    margin-left: 25px;
}

ul li.item-menu a .icon i {
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer;
}

ul li a .txt-menu {
    font-family: "Sour Gummy", sans-serif;
    font-size: 18px;
    transition: opacity 0.8s, pointer-events 0.8s;
    opacity: 0;
    pointer-events: none;
}
.menu.expandir .txt-menu {
    opacity: 1;
    pointer-events: none;
}

.container-rede {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.icon-rede i {
    font-size: 25px;
    padding: 30px;
    color: #1877F2;
    transition: all 0.5s ease;
    
}
.icon-rede1 i {
    font-size: 25px;
    padding: 10px;
    color: #E4405F;
    transition: all 0.5s ease;
}
.icon-rede i:hover {
    transform: scale(1.2);
    transition: all 0.6s ease;
}
.icon-rede1 i:hover {
    transform: scale(1.2);
    transition: all 0.6s ease;
}
/*----------------------------Home Page----------------------------*/

.container-content {
    height: 100vh;
}
.img-fundo img {
    position: absolute;
    z-index: -1;
    height: 100vh;
    width: 100%;
    margin-top: 0;
}
.home-page {
    position: absolute;
    margin-top: 90px;
}
.home-page h1 {
    font-size: 40px;
    font-family: 'Sour Gummy', sans-serif;
}
.home-page h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.imagem-home {
    width: 30%;
    height: 50%;
    position: absolute;
    margin-left: 60%;
    margin-top: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-1 {
    position: absolute;
    width: 90%;
    margin-top: 10%;
}
.img-2 {
    position: absolute;
    width: 50%;
    margin-left: 30%;
}
.img-3 {
    position: absolute;
    margin-right: 20%;
    width: 60%;
    z-index: 1;
}
/*----------------------------About page----------------------------*/
.container-about {
    height: 100vh;
}
.about h1 {
    font-size: 30px;
    font-family: 'Sour Gummy', sans-serif;
}
.about p {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    text-indent: 35px;
    text-align: justify;
    line-height: 24px;
    width: 90%;
}

/*----------------------------Activities page----------------------------*/
.container-activities {
    height: 100vh;
}
.activities h1 {
    font-size: 30px;
    font-family: 'sour gummy', sans-serif;
}
.activities p {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    text-indent: 35px;
    text-align: justify;
    width: 90%;
}
.container-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 60%;
    margin-left: 15%;
    text-align: center;
}
.cards {
    width: 250px;
    height: 400px;
    border-radius: 1%;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    margin-left: 30px;
    margin-top: 10px;
}
.cards h1 {
    font-size: 20px;
}
.cards p {
    font-size: 15px;
}
.cards img {
    width: 200px;
    height: 200px;
    border-radius: 1%;
    margin-top: 5%;
}
.img-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards .img-card {
    position: relative;
    width: 250px;
    height: 250px;
}

.normal-image, .hover-image {
    position: absolute;
    width: 250px;
    height: 250px;
    transition: opacity 0.4s ease-in-out;
}

.hover-image {
    opacity: 0;
}

.img-card:hover .normal-image {
    opacity: 0;
}

.img-card:hover .hover-image {
    opacity: 1;
}
.container-button { 
    text-align: center;  
    margin-top: 10px;
} 
.button-sobre a { 
    width: 70px;
    display: inline-block; 
    padding: 10px 20px; 
    color: #ffffff; 
    background-color: var(--color--13); 
    border: none; 
    cursor: pointer; 
    position: relative; 
    overflow: hidden; 
    transition: color 0.4s; 
    text-decoration: none; 
} 
.button-sobre a::before { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 100%; 
    width: 0; 
    background-color: var(--color--14);
    transition: width 0.6s; 
    z-index: 0; 
} 
.button-sobre a:hover::before { 
    width: 100%; 
} 
.button-sobre a span { 
    position: relative; 
    z-index: 1; 
    transition: color 0.6s; 
} 

/*----------------------------Eventos----------------------------*/
.container-eventos {
    height: 100vh;
}
.eventos h1 {
    font-family: 'sour gummy', sans-serif;
    font-size: 30px;
}
.eventos p {
    width: 90%;
    text-indent: 35px;
    font-family: 'Nunito', sans-serif;
    text-align: justify;
    font-size: 15px;
}
.container-carrosel-eventos {
    width: 70%;
    margin-left: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pedestal {
    height: 75vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pedestal img {
    height: 100%;
    margin-top: 19%;
}

.container-baner {
    height: 50%;
    width: 60%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper {
    width: 100%;
    height: 40vh;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    border-radius: 5px;
    border-top: 3px solid black;
    border-bottom: 3px solid black; 
}

.wrapper-holder {
    display: grid;
    grid-template-columns: repeat(6, 100%); /* 6 colunas para 6 imagens */
    height: 100%;
    width: 100%; /* Ajuste para considerar todas as imagens */
    animation: slider 20s ease-in-out infinite;
    transition: transform 0.7s ease;
    cursor: pointer;
}

.wrapper-holder div {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 101%;
    transition: transform 0.7s ease;
}

.wrapper-holder div:hover {
    transform: scale(1.1);
}

#slider-img-1 {
    background-image: url(/IMG/card-02.jpg);
}

#slider-img-2 {
    background-image: url(/IMG/card-2.jpg);
}

#slider-img-3 {
    background-image: url(/IMG/card-02.jpg);
}

#slider-img-4 {
    background-image: url(/IMG/card-2.jpg);
}

#slider-img-5 {
    background-image: url(/IMG/card-02.jpg);
}

#slider-img-6 {
    background-image: url(/IMG/card-2.jpg);
}

@keyframes slider {
    0% { transform: translateX(0%); }
    16.66% { transform: translateX(-100%); }
    33.33% { transform: translateX(-200%); }
    50% { transform: translateX(-300%); }
    66.66% { transform: translateX(-400%); }
    83.33% { transform: translateX(-500%); }
    100% { transform: translateX(0%); } /* Volta para a primeira imagem sem espaço em branco */
}
/*----------------------------Doação----------------------------*/
.container-doacao {
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
}
.container-doacao h1 {
    font-family: 'sour gummy', sans-serif;
    font-size: 30px;
}
.container-carrosel { 
    width: 80%; 
    overflow: hidden; 
    position: relative;
    margin-top: 20px; 
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
} 
.carrosel { 
    display: flex; 
    transition: transform 0.5s ease; 
    cursor: grab;
    height: 80vh;
} 
.carrosel .card { 
    min-width: 100%; 
    box-sizing: border-box; 
    padding: 20px; 
    text-align: center; 
    background-color: #f0f0f0; 
} 
.carrosel .card h2 { 
    margin: 0; 
} 
.botao-anterior, .botao-proximo { 
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%); 
    background-color: rgba(0, 0, 0, 0.5); 
    color: white; 
    border: none; 
    padding: 11px; 
    cursor: pointer; 
    border-radius: 50%;
} 
.botao-anterior { 
    left: 10px; 
} 
.botao-proximo { 
    right: 10px; 
}
/*----------------------------end----------------------------*/
.container-end {
    height: 30vh;
    background-color: black;
    color: #fff;
    display: flex;
    justify-content: center;
}
.end-link {
    display: flex;
    width: 60%;
}
.container-end h1 {
    font-family: 'sour gummy', sans-serif;
    margin-top: 10px;
}
.link {
    margin-left: 10%;
}
.patrocino {
    margin-left: 10%;
}
.link a {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    padding: 3px;
}
.end a{
    text-decoration: none;
    color: #fff;
}

/*----------------------------whats----------------------------*/
.whats a{
    position: fixed;
    bottom: 1px;
    right: 10px;
    color: #35c40a;
    text-align: center;
    font-size: 60px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.whats a:hover{
    transform: scale(1.1);
    transition: all 0.5s ease;
}

/*----------------------------Responsividade----------------------------*/
@media (max-width: 414px) {
    * {
        margin: 0;
        padding: 0;
    }
    body {
        overflow-x: hidden;
    }
    /*----------------------------menu----------------------------*/ 
    .logo img {
        width: 70px;
        margin-top: 10px;
    }
    .menu {
        max-width: 60px;
        height: 100vh;
        position: fixed;
    }
    .txt-menu {
        display: none;
    }
    ul li.item-menu a .icon {
        margin-left: 5px;
    }
    ul li.item-menu a .icon i {
        font-size: 20px;
    }
    .item-menu a {
        padding: 10px 0 10px 1%;
        margin-left: 12px;
    }
    .button{
        display: none;
    }
    /*----------------------------sobre page----------------------------*/
    .container-about {
        height: 140vh;
        margin-top: 100px;
    }
    .about h1 {
        font-size: 16px;
    }
    .about p {
        font-size: 10px;
        line-height: 17px;

    }
    /*----------------------------home page----------------------------*/
    .position {
        margin-left: 25%;
    }
    .home-page h1 {
        font-size: 20px;
    }
    .home-page h3 {
        font-size: 13px;
    }
    /*----------------------------atividades page----------------------------*/
    .container-activities {
        height: 120vh;
        margin-top: 120px;
    }
    .activities h1 {
        font-size: 20px;
    }
    .activities p {
        font-size: 10px;
    }
    .container-cards {
        display: flex;
        flex-direction: column;
        margin-top: 60px;
        margin-left: 90px;
    }
    .cards {
        width: 150px;
        height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: none;
    }
    .img-card img {
        width: 90px;
        height: 90px;
    }
    .cards h1 {
        font-size: 12px;
    }
    .cards p {
        font-size: 10px;
    }
    .button-sobre a {
        padding: 5px 6px;
        font-size: 12px;
    }
    /*----------------------------eventos----------------------------*/
    .container-carrosel-eventos {
        width: 60%;
        margin-left: 30%;
        margin-top: 20%;
    }
    .container-baner {
        width: 180px;
        height: 90px;
        position: absolute;
    }
    .wrapper {
        width: 180px;
        height: 150px;
        margin-top: 70px;
        
    }
    .pedestal {
        width: 100px;
        height: 50px;
        margin-top: 80px;
    }
    .pedestal img {
        height: 300px;
        margin-top: 70%;
    }
    .eventos h1 {
        font-size: 20px;
    }
    .eventos p {
        font-size: 10px;
    }
    /*----------------------------doação----------------------------*/
    .container-carrosel {
        width: 70%;
        height:50%;
        margin-left: 25px;
    }
    .container-doacao h1 {
        font-size: 20px;
    }
    /*----------------------------end----------------------------*/
    .end-link h1 {
        font-size: 12px;
    }
    .end-link p {
        font-size: 10px;
    }
    .end-link a {
        font-size: 10px;
    }
    /*----------------------------whats----------------------------*/
    .whats a {
        font-size: 40px;
    }
}