body {
    --AgroMartColor: #006A34;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    z-index: 9;
}

a {
    text-decoration: none;
    z-index: 9;
}

.container {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
}



.box-btn {
    display: flex;
    flex-direction: column;
    z-index: 9;
}

.logo {
    width: auto;
    z-index: 9;

}


.titulo {
    color: var(--AgroMartColor);
    font-size: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    z-index: 9;
}

.btn {

    color: var(--AgroMartColor);
    width: 500px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid var(--AgroMartColor);
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    align-content: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 9;
}

.btn:hover {
    background-color: var(--AgroMartColor);
    color: white;
    z-index: 9;
}

.ico {
    margin-right: 6px;
    z-index: 9;
}


footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    z-index: 9;
}

footer a {
    font-weight: bold;
    color: var(--AgroMartColor);
    z-index: 9;
}

@media (max-width: 500px) {

    .logo {
        margin-top: 10px;
        width: 320px;
        z-index: 9;

    }

    .titulo {
        font-size: 23px;
        margin: 20px 10px;
        text-align: center;
        z-index: 9;

    }

    .btn {

        color: var(--AgroMartColor);
        width: 320px;
        height: 40px;
        border-radius: 10px;
        border: 1px solid var(--AgroMartColor);
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
        align-content: center;
        font-size: 16px;
        font-weight: bold;
        z-index: 9;

    }


}

.container::before {
    content: '';
    position: absolute;
    background-image: url(/img/IMG\ BG.png);
    background-size: 600px;
    background-repeat: no-repeat;
    z-index: 1;
    width: 600px;
    height: 600px;
    opacity: 0.29;
    bottom: -150px;
    right: 10px;
}

footer {
    z-index: 999;
    text-align: center;
    margin-top: 43%;
    z-index: 9;

}

@media (max-width: 1200px) {
    .titulo {
        text-align: center;
        z-index: 9;
    }
}