*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
:root{
    --branco: #FFFFFF;
    --verde: #7ED321;
    --preto: #000000;
    --verde-escuro: #1C4701;
    --verde-acizentado: #7ED32166;
    --cinza: #9F9F9F;
}

.cabecalho{
    width: 100%;
    height: 120px;
    background-color: var(--branco);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.logo-link{
    text-decoration: none;
}
.cabecalho h1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: var(--preto);
}
.cabecalho h1 span{
    color: var(--verde);
}
.links a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color:var(--preto);
    text-decoration: none;
    margin-left:30px ;
    padding: 10px 15px;
}
.botao-cabecalho{
    color:var(--verde-escuro);
    background-color: var(--verde-acizentado);
    border-radius: 15px;
    padding: 10px 15px;
    justify-content: center;
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

body{
    background-color: var(--branco);
}

.frase{
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color:var(--preto);
    justify-content: center;
    line-height: 1.2;
    max-width: 400px;
    width: 340px;
    height: 234px;
    top: -28px;
}
.inscrever-principal{
    width: 220px;
    height: 51px;
    border-radius: 15px;
    background-color: var(--verde);
    color: var(--verde-escuro);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}
.texto{
    display: flex;
    flex-direction: column;
    gap:25px;
    width: 371;
    height: 351;
    top: -28px;
}
.img-1 {
    max-width: 100%;
    height: auto;
    justify-content: center;
}
.home{
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}
.quem-somos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 687px;
    width: 100%;
    margin: 30px auto;
    gap: 20px;
    padding: 0 20px;
}
.titulo-quem-somos{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: var(--preto);
    text-align: center;
}
.info-quem-somos{
    width: 687px;
    height: 176px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-align: justify;
    color:var(--preto)
}
.imagem-quemSomos img{
    max-width: 100%;
    height: auto;
}
.blog{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1084px;
    width: 100%;
    margin: 0 auto;
}
.titulo-blog{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: var(--preto);
    text-align: center;
    margin: 30px auto;
}
.post {
    display: flex;
    gap: 0;
    margin-bottom: 60px;
    align-items: center;
    width: 100%;
    max-width: 1084px;
}
.post .imagens img{
    width: 308px;
    height: auto;
}
.conteudo-do-post{
    max-width: 780px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--preto);
    text-align: justify;
    margin-bottom: 0;
    margin-top: 20px;
}
.titulos-do-post{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 32px;
    color: var(--preto)
}
.inscricao{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 48px;
    color: var(--preto);
    margin-top: 40px;
    text-align: center;
}
.inscrever{
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin:20px auto;
    padding: 0 20px;
    flex-wrap: wrap;
}
.conteudo-form{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
    width: 100%;
    max-width: 1200px;
}
.campo{
 display: flex;
 align-items: flex-start;
 margin-bottom:20px;
}
.campo label{
    width: 100px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--preto);
    margin-right: 20px;
    text-align: right;
}
.campo input{
    width: 419px;
    height: 43px;
    border-radius: 7px;
    border: 1px solid var(--cinza);
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;

}
.campo textarea{
    width: 419px;
    height: 160px;
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    box-sizing: border-box;
}
.botao-enviar{
    width: 100%;
    max-width: 539px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
}
button{
    background-color:var(--verde);
    color: var(--verde-escuro);
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    width: 141px;
    height: 42px;
    border: none;
}
.img-inscricao{
    margin-top: 20px;
    max-width: 100%;
    height: auto;
}
.menu-hamburguer {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
    z-index: 2000;
    position: relative;
}
.menu-hamburguer span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: var(--verde);
    border-radius: 3px;
    transition: 0.3s ease-in-out;
}
.dog-icon {
    display: none;
}
.logo-mobile {
    display: none;
}
@media (max-width: 768px) {
    
    .menu-hamburguer {
        display: flex;
        display: flex;
        position: fixed;
        top: 30px;
        right: -90px;
        left: auto;
        z-index: 2000;
    }
     .logo-mobile {
        display: block;
        position: absolute;
        top: 5px;
        left: 15px; 
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 32px; 
        color: var(--preto);
        text-decoration: none;
    }
    .logo-mobile span {
        color: var(--verde);
    }

    .links {
        position: fixed; 
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--branco);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 176px;
        gap: 16px;
        transition: 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 1500;
    }
    .links.menu-aberto {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    .links a {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 30px;
        color: var(--preto);
        margin: 0;
    }
    .links .botao-cabecalho {
        background-color: var(--verde);
        color: var(--verde-escuro);
        width: 200px;
        height: 50px;
        font-size: 20px;
        margin-top: 20px;
    }

    .dog-icon {
        display: block;
        position: static;
        width: 194px;
        height: 194px;
        top:509px;
        left:91px;
        opacity: 1;
        margin-top: 60px;
    }
    .menu-hamburguer.ativo span {
        background-color: var(--preto);
    }
    .menu-hamburguer.ativo span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .menu-hamburguer.ativo span:nth-child(2) {
        opacity: 0;
    }
    .menu-hamburguer.ativo span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
.info-quem-somos {
        width: 100%;
        max-width: 687px;
        height: auto;
    }
    .campo input, .campo textarea {
        width: 100%;
        max-width: 419px;
    }
    .conteudo-form, .quem-somos, .post, .home {
        width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}