.base-menu{
    width: 100%;
}
.top-menu{
    width: 100%;
    padding: 12px 21px 13px 21px;
    display: flex;
    background-color: #8BC04A;
}
.titulo-menu{
    color: #FFF;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 5px;
}
.titulo-menu span{
    color: #4B9E38 !important; 
    font-size: 12px !important;
    font-weight: 600 !important;
}
.menu {
    margin-top: 36px;
}

.menu ul{
    list-style: none;
    display: flex;
    padding-left: 10px;

    padding-bottom: 0;
}
.menu ul li{
    margin-right: 32px;
    display: flex;
    width: 126px;
    height: 43px;
    padding: 13px 41px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
}
.menu ul li a{
    color: #4B9E38;
    text-align: center;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.menu-banner{
    width: 100%;
    height: 100vh;
    background-color: #4B9E38;
}
.lado-foto{
    background-image: url('../img/fundo1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left;
    width: 100%;
    padding-top: 50px;
    position: relative;
}
.people{
    position: absolute;
    top: 50px;
    left: 10px;
    z-index: 0;
}
.banner-menu{
    margin-top: 85px;
    margin-left: 10px;
}
.banner-menu h4{
    color: #FFF;
    font-family: Archivo;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner-menu h4 span{
    color: #E1F782 !important;
}
.banner-menu p{
    color: #ffffffcc;
    font-family: Archivo;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 14px;
}
.banner-menu a{
    display: inline-flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #4B9E38;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    background: #FFF;
    margin-top: 37px;
    text-decoration: none;
}

@media (max-width:1100px) {
    .base-menu{
        width: 100%;
    }
    .top-menu{
        width: 100%;
        padding: 12px 21px 13px 21px;
        display: flex;
        background-color: #8BC04A;
    }
    .titulo-menu{
        color: #FFF;
        font-family: Archivo;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-left: 5px;
    }
    .titulo-menu span{
        color: #4B9E38 !important; 
        font-size: 12px !important;
        font-weight: 600 !important;
    }
    .menu {
        margin-top: 36px;
        display: none;
    }
    .lado-foto{
        display: none;
    }
    .menu ul{
        list-style: none;
        display: none;
        flex-direction: column;
    }
    .menu ul li{
        margin-right: 0.5px !important;
        margin-bottom: 20px;

    }
    .menu-banner{
        width: 100%;
        height: auto !important;
        background-color: #4B9E38;
        padding-bottom: 20px;
    }

}