* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    color: #252525;
}

html {
    scroll-behavior: smooth;
}

img {
    pointer-events: none; 
}

.menu {
    pointer-events: all;
}

.menu-lista-2, .menu {
    display: none;
}

/* -- Hover -- */
.home {
    padding-bottom: 1.8px;
    border-bottom: 0.13em solid rgb(255, 255, 255);
}

.institucional, .transparencia, .sejaColaborador, .contato {
    --s: 0.1em;   /* the thickness of the line */
    --c: #ffffff; /* the color */
    
    color: #0000;
    padding-bottom: var(--s);
    background: 
      linear-gradient(90deg,var(--c) 50%,#000 0) calc(100% - var(--_p,0%))/200% 100%,
      linear-gradient(var(--c) 0 0) 0% 100%/var(--_p,0%) var(--s) no-repeat;
    -webkit-background-clip: text,padding-box;
            background-clip: text,padding-box;
    transition: 0.5s;
    padding-bottom: 5px;

}

.institucional:hover, .transparencia:hover, .sejaColaborador:hover, .contato:hover {
    --_p: 100%
}

/* -- Titulo -- */
.titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
}

.titulo h1 {
    color: #252525;
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-align: center;
}
.titulo div {
    width: 78px;
    height: 4px;
    background-color: #43C05F;
    border-radius: 25px;
}

.atividades-titulo {
    margin-top: 60px;
}

/* -- Header -- */
.container {
    max-width: 1100px;
    margin: auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 225px;
    margin-bottom: 5px;
}

header {
    width: 100%;
    padding: 10px 4%;

    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: 1;
}

header.rolagem {
    background-color: #43C05F;
    padding: 3px 4%;

}

header ul {
    list-style-type: none;
}

header ul li {
    display: inline-block;
    margin-left: 60px;
}

header ul li a {
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-weight: 300;

    text-decoration: none;
}

#mobile {
    padding: 0;
}

.contato-mobile{
    margin-bottom: 30px;
}

.menu-lista-2.rolagem {
    padding: 0;
}



/* -- Banner -- */

.banner {
    height: 100vh;
    background-image: url(../img/bannerHome6menor.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;

    text-align: center;
}

.banner h1 {
    font-size: 48px;
    color: white;
    font-weight: 400;
    letter-spacing: 2px;
}

.banner a {
    text-decoration: none;
    color: white;
    letter-spacing: 0.8px;
    background-color: #43C05F;
    border: 2px solid #43C05F;


    padding: 10px 40px;
    font-weight: 300;
    letter-spacing: 2px;
}

.banner a:hover {
    border: 2px solid #43C05F;
    background-color: #2525253b;
    backdrop-filter: blur(2px);
    transition: 0.5s;
}


.banner-animation h1 {
    display: block;
}

.text1 {
    color: white;
    position: relative;
    animation: text 1.5s 1;
}



@keyframes text {
    0% {
        color: rgb(255, 255, 255);
        margin-bottom: -50px;
    }
}





.banner span {
    color: #43C05F;
}

/* Atividades */

.container-atividade {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;

    margin-bottom: 80px;
}

.container-atividade > div {
    border: solid 3px #43C05F;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 50px 70px;
}

.line-atividade {
    width: 118px;
    height: 3px;
    background-color: #43C05F;

    margin: 17px 0 7px 0;
}

.container-atividade > div p {
    font-size: 24px;
}

/* Noticias */

.noticias {
    background-color: #ECECEC;
    padding: 60px 0 130px 0;
}

.container-noticias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.left-noticias, .rigth-noticias {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.box-noticias {
    display: flex;
}

.text-noticias {
    width: 257px;
    height: 166px;

    background-color: #ffffff;
}

.container-noticias p {
    color: #252525;
    font-size: 20px;
    margin-top: 30px;
    margin-left: 25px;
}

.container-noticias .line-noticias {
    width: 24px;
    height: 3px;
    background-color: #43C05F;
    margin: 11px 0 23px 25px;
    border-radius: 25px;
}

.container-noticias a, .container-atividade > div a {
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
    background-color: #43C05F;
    font-weight: 300;

    padding: 6px 30px;
    margin-left: 25px;
}

.container-noticias a:hover, .container-atividade > div a:hover {
    background-color: #2d803f;
    transition: 0.5s;
}

.container-atividade > div a {
    margin: 15px 0 0 0;
}

/* Dança, Música, SCFV */

.space {
    padding-top: 100px;
}

.danca {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap-reverse;

    margin-bottom: 60px;
}

.danca-left {
    width: 490px;
}

.danca p {
    font-size: 16px;
}

/* Carrocel Dança */

.carrocel-danca-main {
    background-color: #ECECEC;
    padding: 25px 0;
}

.carrocel-danca {
    display: flex;
    overflow-x: scroll;
    margin: 40px 0 40px 0;
    padding-bottom: 5px;
}

.carrocel-danca::-webkit-scrollbar {
    width: 10px;
}

.carrocel-danca::-webkit-scrollbar-track {
  background: #ECECEC; 
  border-radius: 25px;

}

.carrocel-danca::-webkit-scrollbar-thumb {
    background: #bebebe; 
    border-radius: 25px;
}

/* Footer */

footer {
    background-color: #43C05F;
}

footer span {
    color: white;
    font-weight: 300;
    letter-spacing: 1px;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;

    padding: 50px 0 50px 0;
}

.left-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info .email {
    display: flex;
    align-items:center;
    gap: 15px;
    margin-bottom: 4px;
}

.info .email img {
    margin-top: 4px;
}

.info .contato-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.info .contato-footer .numero-contato {
    display: flex;
    flex-direction: column;
}

.info .localizacao {
    display: flex;
    gap: 15px;
}

.rigth-footer {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* -- Responsividade -- */

@media (max-width: 1000px) {

    header, main, footer, .danca-left {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* -- Header -- */
    header {
        background-color: #25252577;
        backdrop-filter: blur(2px);
    }

    .flex {
        justify-content: space-between;
    }

    .logo {
        width: 180px;
    }

    .menu {
        display: flex;
    }

    .menu-lista-1 {
        display: none;
    }

    .mobile-menu {
        background-color: #43C05F;
    }

    .menu-lista-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 15px 0;
        width: 100%;
        background-color: transparent;
        background-color: #25252577;
        backdrop-filter: blur(2px);

        position: fixed;
        top: 80px;
        left: 0;

        list-style: none;
        z-index: 1;
    }

    .menu-lista-2.rolagem {
        top: 67px;
    }

    ul.rolagem {
        background-color: #43C05F;
        transition: 0.5s;
    }
    
    .menu-lista-2 li a{
        color: rgb(255, 255, 255);
        letter-spacing: 1px;
        font-weight: 300;
        text-decoration: none;
    }

    .mobile-menu {
        display: none;
    }

    .open {  /* responsavel por ativar e dasativar o .mobile-menu */
        display: block;
    }

    /* -- Banner -- */
    .banner h1 {
        font-size: 36px;
    }

    /* -- Noticias -- */
    .box-noticias {
        flex-direction: column;
    }

    /* -- Footer -- */
    .footer {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .left-footer {
        flex-direction: column;
    }

    .left-footer .logo2 img {
        width: 110px;
    }

    .left-footer .info {
        align-items: center;
        gap: 20px;
    }

    .left-footer .info .email, .contato {
        flex-direction: column;
        gap: 5px;
    }

    .left-footer .info .contato {
        flex-direction: column;
        gap: 5px;
    }

    .left-footer .info .localizacao  {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }

    .left-footer .info .localizacao img  {
        width: 20px;
    }


}

@media (max-width: 700px) {

    /* -- Banner -- */
    .banner h1 {
        font-size: 30px;
    }

    .banner a {
        padding: 9px 30px;
        font-size: 14px;
    }

    .banner {
        background-image: url(../img/bannerHome4.jpg);
    }
    

}

@media (max-width: 450px) {

    /* -- Banner -- */
    .banner {
        background-image: url(../img/bannerHome5.jpg);
    }

    .banner h1 {
        font-size: 24px;
    }

    .danca-rigth img {
        width: 300px;
    }
}

