*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url(tiny.css) (min-width:300px);
 @import url(small.css) (min-width:600px);
 @import url(big.css) (min-width:900px);

 @media screen and (max-width: 300px) {
 /* estilos */
}
@media screen and (max-width: 600px) {
/* Estilos */
}

/* Fonte Monaco Definida*/
h1 { font-family: monaco, Consolas, "Lucida Console", monospace; 
    font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; 
    line-height: 26.4px; } h3 { font-family: monaco, Consolas, "Lucida Console", monospace;
    font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; 
    line-height: 15.4px; } p { font-family: monaco, Consolas, "Lucida Console", monospace; 
    font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400;
    line-height: 20px; } blockquote { font-family: monaco, Consolas, "Lucida Console",
    monospace; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 
    400; line-height: 30px; } pre { font-family: monaco, Consolas, "Lucida Console", 
    monospace; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 
    400; line-height: 18.5714px; }


  .navbar {
    display: flex;
    align-items: center;
    width: cover;
    background-color:rgba(154, 161, 23, 0.637);
    padding: 0.5rem 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    position: relative;
    z-index: 1000;
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    margin-left: 8rem;
    margin-right: 2rem;
    position: relative;
}

.navbar-menu a {
    text-decoration: none;
    color: #f9f2dc;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    transition: color 0.3s;
}

.navbar-menu a:hover {
    color: rgb(52 82 4);
}

.circle {
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    overflow: hidden;
    position: relative;
}

.circle img {
    position: absolute;
    bottom: 0;
}

.container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
}


h1.letronas{
    color: beige;
}

.introdu{
    background-image: url(aconcheg.png);
    width: cover;
    height: 198px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.fundocarr{
    background-color: #2d630e;
    width: cover;
    height: 40rem;
    position: relative;
    display: flex;
}

.introdu p{
    margin-top: 20%;
}

.zapzap{
    background-color: #38520c;
    width: 200px;
    height: 200px;
    border-radius: 15px;
}

.zip{
    width: 100px;
    height: 100px;
}

.zapzap p{
    color: antiquewhite;
}

.inicio{
    background-color:#81B622;
    width: cover;
    height: 32rem;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 20rem;
}
.inicio img{
    width: 32rem;
    height: 32rem;
    display: flex;
    margin-bottom: 200px;
}

.cont img{
    width: 100%;
}

.cont p{
    margin-top: 20%;
}

.rodape{
    width: cover;
    height: 15rem;
    background-color: #38520c;
}

.pfooteres{
    margin-left: 5rem;
}

.pfooterdi{
    margin-left: 20rem;
}

.rodape p{
    color: antiquewhite;
}

@media (max-width: 768px) {
    .navbar-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: relative;
        top: 2rem; /* Ajuste conforme necessário */
        left: 0;
        background-color: #7ab121;
        text-align: center;
        padding: 1rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        margin-left: 0;
    }

    .navbar-menu.active {
        display: flex;
    }

    .menu-toggle {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        position: absolute; /* Posicionar em relação à navbar */
        top: .5rem; /* Ajuste conforme necessário */
        right: 1rem; /* Ajuste conforme necessário */
        z-index: 1001; /* Garante que o botão de menu toggle esteja acima da navbar */
    }

    .menu-toggle .bar {
        background-color: white;
        height: 3px;
        width: 25px;
        margin: 3px 0;
        display: block;
    }

    .pfooterdi{
        margin-left: 0rem;
        font-size: x-small;
    }
    .pfooteres{
        margin-left: 0rem;
        font-size: x-small;
    }
}


@media screen and
(min-width: 200px) and
(max-width: 640px){

    
    .rodape{
        width: 100%;
        height: auto;
        align-items: center;
    }

    .rodape p{
        text-size-adjust: 12px;
        object-position: center;
        align-items: center;

    }

}

@media screen and
(min-width: 1080px) and
(max-width: 1200px){

    .rodape{
        width: 100%;
        height: 80rem;
        align-items: center;
    }

    .pfooteres{
        margin-left: 5rem;
    }

    .pfooterdi{
        font-size: larger;
    }

    .esquilo{
        height: 1000px;
        width: 1000px;
    }
}
