:root {
    --cor-principal: rgb(5, 44, 17);
    --cor-secundaria: rgb(222, 228, 235);
}

body {
    background-color: #e5ebe4;
}

main,
.content {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.menu-principal {
    width: 100%;
    background-color: #4b524b;
    height: 60px;
}

.logo {
    float: left;
    padding: 0px;
    width: 70%;
    position: absolute;

}

.redes-sociais ul li {
    margin-left: 15%;
    display: inline-block;
    float: left;
    list-style: none;
}

.redes-sociais {
    width: 30%;
    float: right;

}

.texto-destaque {
    text-align: center;
}

.texto-destaque strong {
    color: #202020;
}

.texto-destaque h1 {
    text-transform: uppercase;
    font-size: 30px;
    color: #403e3e;
}

.texto-destaque p {
    font-size: 15px;
    color: #575454;

}

.texto-pagina {
    font-size: 15px;
    color: #575454;
    text-align: left;
}



.texto-pagina2 {

    color: #575454;
    text-align: right;
}

.texto-pagina2 p {
    font-size: 19px;
    color: #575454;
    padding-left: 2%;
    text-align: justify;
    margin-left: 2%;
}

.texto-pagina2 h1 {
    text-transform: uppercase;
    font-size: 30px;
    color: #403e3e;
    text-align: left !important;
}

nav {
    max-width: 350px;
    width: 20%;
    background-color: rgb(28, 117, 10);
    position: absolute;
    top: 0;

}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    border-bottom: 1px solid var(--cor-secundaria);
}

nav ul li a {
    background-color: var(--cor-principal);
    color: #FFF;
    padding: 10px;
    display: block;
    text-decoration: none;
    transition: background .3s;
    text-transform: uppercase;
}

nav ul li a:hover {
    background-color: var(--cor-secundaria);
    color: var(--cor-principal);
}

.container1 {
    width: 100%;
    margin: auto;
    position: relative;

}

.container1 img {
    width: 100%;

}

.col-100 {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    background-color: #2f5c24 !important;
}

.background-image {
    background-image: url('../img/back.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 90%;
    margin: 5%;
    padding: 1%;
}

.container {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

.border {
    height: 369px;
    width: 290px;
    background: transparent;
    border-radius: 10px;
    transition: border 1s;
    position: relative;
}

.border:hover {
    border: 1px solid #fff;
}

.card {
    height: 379px;
    width: 300px;
    background: #808080;
    border-radius: 10px;
    transition: background 0.8s;
    overflow: hidden;
    background: #000;
    box-shadow: 0 70px 63px -60px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.card0 {
    background: url(../img/maquinas.png) center center no-repeat;
    background-size: 300px;
}

.card0:hover {
    background: url(../img/maquinas.png) left center no-repeat;
    background-size: 600px;
}

.card0:hover h2 {
    opacity: 1;

}

.card:hover .g {
    opacity: 1;
}

.card1 {
    background: url(../img/marca.png) center center no-repeat;
    background-size: 300px;
}

.card1:hover {
    background: url(../img/marca.png) left center no-repeat;
    background-size: 600px;
}

.card1:hover h2 {
    opacity: 1;

}

.card1:hover .g {
    opacity: 1;
}

.card2 {
    background: url(../img/plantio.png) center center no-repeat;
    background-size: 300px;
}

.card2:hover {
    background: url(../img/plantio.png) left center no-repeat;
    background-size: 600px;
}

.card2:hover h2 {
    opacity: 1;

}

.card2:hover .g {
    opacity: 1;
}

h2 {
    display: inline-block;
    color: #fff;
    margin-left: 20px;
    opacity: 0;
    transition: opacity 1s;
}

.g {
    opacity: 0;
    transition: opacity 1s;
}

.texto {
    position: absolute;
    margin-left: 10px;
    color: #fff;
    height: 130px;
    top: 226px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}