@import url('https://fonts.googleapis.com/css2?family=Micro+5+Charted&family=Protest+Revolution&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Micro+5+Charted&family=Protest+Revolution&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


html {
    scroll-behavior: smooth;
}

:root {
    --cor-fundo-topo: #05abab;
    --cor-fundo-body: #dfedfd77;
    /* --cor-fundo-main: rgb(228, 250, 250); */
    --cor-fundo-main: rgb(255, 255, 255);
    --cor-fundo-footer: #05abab;
    --cor-fundo-said-bar: #b1a4a121;
    --cor-topo: #ffffff;
    --cor-link: #000000a7;
    --cor-titulo: #212121eb;
    --cor-geral: #000000c1;
    --cor-borda: #00000022;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: sans-serif;
    background-color: var(--cor-fundo-body);
}


header {
    background-color: var(--cor-fundo-main);
    border-bottom: 5px solid transparent;
    border-image: linear-gradient(to right, var(--cor-fundo-topo), rgba(255, 0, 0, 0.724)) 1;
    box-shadow: 0px 3px 6px 3px #00000022;
}

.interface {
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    padding: 15px 4%;
}

body h2,
h3 {
    padding: 5px 0;
    margin: 10px 0;
    font-size: 1.5rem;
    color: var(--cor-titulo);
    font-weight: 400;
    text-shadow: 0px 2px 5px #0000003b;
}

p {
    margin: 10px 0;
    font-size: 1rem;
    color: var(--cor-geral);
    font-weight: 200;
    text-indent: 20px;
    letter-spacing: .05rem;
}

.topo-menu {
    width: 100%;
    flex-direction: column-reverse;
    display: flex;
    justify-content: space-between;
}

.topo-menu__navegacao {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topo-menu__navegacao ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    margin: 0px 0px 0px -10px;
}

.menu-navegacao {
    width: 760px;
    display: flex;
    justify-content: space-between;
}

.menu-navegacao li {
    list-style: none;
    padding-bottom: 0px;
}

.menu-navegacao a {
    display:flex;
    text-decoration: none;
    color: var(--cor-link);
    font-weight: 400;
    margin-left: -15px;
    padding: 5px 5px;
    transition: all.3s ease-in-out, color 0.3s ease-in-out;

    /* transform: scale(); */
}

.menu-navegacao a:hover {
    color: var(--cor-geral);
    text-decoration: underline;
    transform: scale(1.02);
   
}

.navegacao {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.topo-menu__redes-sociais {
    display: flex;
    justify-content: space-between;
    align-items: right;
}

.topo-menu__redes-sociais i {
    text-decoration: none;
    color: var(--cor-link);
    font-size: 1rem;
    margin-left: 10px;
    padding: 5px 5px 0px 20px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    transform: scale();
}

.topo-menu__redes-sociais i:hover {
    color: var(--cor-geral);
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
    transform: scale(1.05);
    
}

.topo-menu .topo-logo h1,
.topo-menu .topo-logo h2 {
    font-family: "Bebas Neue", sans-serif;
    font-style: inherit;
    font-weight: bolder;
    font-size: 4rem;
    color: white;
    margin: 0px;
    text-shadow: 0px 10px 5px #000000c0;
    text-indent: 0;
    text-align: left;
}

.topo-menu .topo-logo h2 {
    font-size: 2.5rem;
    padding-top: 20px;
}

.topo-menu .topo-logo {
    align-items: left;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 30%;
    top: 40px;
}

.menu-toggle {
    display: none;
    font-size: 2rem;
    background: none;
    border: none;
    color: var(--cor-link);
    cursor: pointer;
    z-index: 101;
    position: relative;
    top: -10px;
    left: 0;
    font-weight: 600;
    padding-left: 0px;
    margin-left: 0px;
}

.said-bar {
    width: 400px;
    height: 100%;
    background-color: var(--cor-fundo-said-bar);
    display: flex;
    flex-direction: column;
    padding: 10px 20px 10px 20px;
    box-shadow: 2px 10px 30px #0000003a;
}

.said-bar .lista-dicas {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.said-bar .lista-dicas li {
    margin-left: -25px;
    font-weight: 600;
    list-style: decimal;
}

.said-bar__ods {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
}

.coleta-seletiva-img img {
    width: 100%;
    height: 100%;
    box-shadow: 2px 10px 10px #0000003a;
    margin: 10px 0px;
}

.ecoponto-img iframe {
    width: 300px;
    height: 100%;
    box-shadow: 2px 10px 10px #0000003a;
    margin: 5px 0px;
}

blockquote {
    color: var(--cor-geral);
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: left;
    justify-content: left;
    font-size: .8rem;
    font-style: italic;
    text-align: left;
}

blockquote p {
    text-indent: 0px;
    padding: 0px 0px;
}

.leia-me__lista {
    margin: 0px 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.leia-me__lista li {
    list-style: none;
    margin: 0px 0px;
    padding: 0px;
    font-size: .9rem;
    color: var(--cor-geral);
    font-weight: 400;
    font-style: italic;
    letter-spacing: .03rem;
    cursor: pointer;
    padding: 3px 0;
}

.leia-me__lista a {
    text-decoration: none;
    color: rgba(0, 0, 255, 0.671);

}

.leia-me__lista li:hover {
    color: rgba(0, 0, 255, 0.671);
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
    transform: scale(1.01);
    cursor: pointer;
}

.leia-me {
    font-weight: 400;
    font-style: italic;
    color: var(--cor-geral);
    font-size: 1rem;
    padding-top: 0px;
}

.said-bar__ods img {
    width: 300px;
    height: 100%;
    box-shadow: 2px 10px 10px #0000003a;
    
    margin-top: 20px;
}

#ods-text {
    margin-top: 30px;
}

main .interface {
    padding-top: 0px;
}

.main__principal {
    background-color: var(--cor-fundo-main);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    border-left: solid 2px var(--cor-borda);
    border-right: solid 2px var(--cor-borda);
}

#muvie-vida-agua {
    margin-bottom: 15px;
}

.buner {
    width: 100%;
    height: 400px;
    background-color: #000000e8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid 2px;
    border-bottom: solid 1px;
}

main .encarte {
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    padding-top: 2px;
}
.encarte img {
    width: 100%;
    
}
main .encarte h2, main .encarte p {
    font-family: "bebas neue", sans-serif;
    text-align: left;
    color: var(--cor-fundo-footer);
    font-weight: 900;
    text-indent: 0px;
    font-size: 4rem;
    padding: 0px;
    margin: 0px;   
}
main .encarte p{
    font-size: 2rem;
}

.main-projetos h2 {
    padding-top: 20px;
}
 main h1{
    margin-bottom: 10px;
 }
.subtitulo {
    display: flex;
    width: 250px;
    margin: 0px;
    padding: 0px;
    justify-content: left;
    align-items: end;
    margin-bottom: 20px;
}

.subtitulo img {
    width: 80px;
    height: 80px;
    box-shadow: 2px 10px 10px #0000003a;
}

.subtitulo h2 {
    padding: 0px 20px;
    margin: 0px;
}

.main-projetos__projetos {
    margin-top: -20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.projetos {
    max-width: 600px;
    height: 380px;
    background-color: var(--cor-fundo-said-bar);
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: 3px;
    box-shadow: 2px 10px 10px #0000003a;
}

.projetos p {
    padding: 0 4%;
    font-size: .9rem;
    color: var(--cor-titulo);
}

.projetos img {
    width: 100%;
    height: 200px;
}

.main-movie {
    background-color: #000000e8;
    text-align: center;
    width: 100%;
    padding: 25px 0;
    margin: 40px 0;
    box-shadow: 2px 10px 10px #0000003a;
}

.button-topo {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #05abab3a;
    color: #00000080;
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 0px 5px #00000080;
}

.button-topo:hover {
    background-color: #05abab;
    color: #000000;
    transition: all 0.5s ease-in-out transform 0.5s ease-in-out;
    transform: scale(1.05);
}

footer {
    width: 100%;
    background-color: var(--cor-fundo-footer);
    color: #030303;
    font-size: 1rem;
    margin-top: 30px;
    margin: auto;
    display: flex;
    border-top: solid #000000f4 1px;
    box-shadow: 0px 0px 6px 5px #000000fa;
    justify-content: space-between;
}

footer .interface {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 50px;
}

.footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 20px;
    margin: 0px 0px;
    border: 2px solid #00000022
}

.footer h3 {
    border-bottom: 2px solid #00000022;
    padding-bottom: 10px;
}

.footer__conteudo-extra ul,
.redes-sociais {
    list-style: none;
    text-align: center;
    padding: 0px 10px;
}

footer .footer a,
li {
    list-style: none;
    text-decoration: none;
    font-size: 1rem;
    color: var(--cor-link);
    font-weight: 400;
    padding-bottom: 10px;
}

.footer a:hover {
    color: #000;
    text-decoration: underline;
}

.redes-sociais a>i {
    transition: all 0.5s ease-in-out;
    transform: scale(1.2);
    padding-right: 10px;
}

.menu-navegacao-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    margin: 0px;
}

.footer__desenvolvimento h3 {
    margin-bottom: 20px;
}

.footer__copy {
    padding: 15px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 1rem;
    color: #ffffff73;
    background-color: #070707;
}

.footer__copy h3 {
    margin: 0px;
    padding: 5px 0px;
    font-size: 1.2rem;
    color: #ffffff73;
    text-align: center;
}

.footer__copy p {
    margin: 0px;
    padding: 5px 0px;
    font-size: .8rem;
    color: #ffffff73;
    text-align: center;
    font-style: italic;
}

.footer__copy a {
    text-decoration: none;
    color: #ffffff73;
    font-weight: 200;
    font-size: .8rem;
    margin: 10px;
    transition: all 0.5s ease-in-out;
}

.footer__copy a:hover {
    color: #f4f0f0;
    text-decoration: underline;
    
    transform: scaley(1.5);
}

.footer__copy i {
    padding: 5px;
    font-size: 1.2rem;
}

abbr {
    text-decoration: none;
    
}