*{
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 15px;
}
body{
    overflow-x: hidden;
}
.col-lg-4{
    padding: 0;
}
.bg-box-1{
    background: url(../images/bg-box-matex.jpg)no-repeat center center;
    height: 100vh;
    text-align: center;
    background-size: cover;
}
.bg-box-2{
    background: url(../images/bg-box-2.jpg)no-repeat center center;
    height: 100vh;
    text-align: center;
    background-size: cover;
}
.bg-box-3{
    background: url(../images/bg-alma-agricola.jpg)no-repeat center center;
    height: 100vh;
    text-align: center;
    background-size: cover;
}
.fora-logo{
    height: 141px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.desc-empresa{
    padding:0 85px;
    margin-top: 61px;
    min-height: 40px;
}
.desc-empresa p{
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    min-height: 40px;
}
.btn{
    background-color: #678e57;
    color: #fff;
    font-weight: 700;
    width: 225px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 6.3px 0;
    margin-top: 40px;
}
.btn:hover{
    color: #fff; 
}
.bg-box-2 .btn{
    background-color: #152740;
}
.bg-box-3 .btn{
    background-color: #000;
}
.social{
    margin-top: 28px;
}
.social a{
    width: 40px;
    display: inline-block;
}
.email{
    background: url(../images/ico-mail.png)no-repeat left center;
}
.endereco{
    background: url(../images/ico-local.png)no-repeat left center;
}
.whatsapp{
    background: url(../images/ico-whatsapp.png)no-repeat left center;
}
.itens-footer{
    display: flex;
    justify-content: space-around;
}
.itens-footer p{
    font-size: 14px;
    color: #fff;
    padding-left: 37px;
    margin-bottom: 0;
}
.itens-footer p a{
    color: #fff;
    text-decoration: none;
}
.bg-box-3 .social{
    display: none;
}
.box{
    padding-top: 20%;
}
footer{
    background-color:#000;
    padding: 49px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}
@media only screen and (max-width: 1600px) and (min-width: 1201px)  {
     footer{
       padding: 20px 0px;
     }
     .desc-empresa p{
        min-height: 60px;
     }
}
@media only screen and (max-width: 1200px) {
    .desc-empresa{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 992px) {
    .logo-empresa{
        max-width: 90%;
    }
}
@media only screen and (max-width: 767px) {
  
    .itens-footer{
        flex-direction: column;
    }
    footer{
        padding: 10px 0;
    }
    
}