@media only screen and (min-width: 768px){
    .image-top{
        height: 100vh;
    }

    .image-somos{
        height: 90vh;
    }

    .image-motivo{
        height: 80vh;
    }

    .image-contato{
        height: 90vh;
    }

    .image-prod{
        margin-top: 10px;
        margin-left: 8px;
        display:inline-flex;
        width: 30%;
        height: 400px;
        border: 10px solid #297750;
        background-repeat: no-repeat;
        background-position: center;

    }
    
    .info-prod{
        margin-top: 10px;
        margin-left: 12px;
        display: inline-block;
        width: 30%;
        height: 50px;
        padding: 8px ;
    }

    .ref-img1{
        height: 80vh;
    }
    
    .eng-top{
        height: 90vh;
    }


}

@media only screen and (min-width: 1080px){
    .image-top{
        height: 120vh;
    }

    .image-somos{
        height: 120vh;
    }

    .image-motivo{
        height: 100vh;
    }

    .image-contato{
        height: 110vh;
    }

    .image-prod{
        margin-top: 10px;
        margin-left: 8px;
        display: inline-flex;
        width: 31.1%;
        height: 400px;
        border: 10px solid #297750;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .info-prod{
        margin-top: 10px;
        margin-left: 12px;
        display: inline-block;
        width: 31.1%;
        height: 50px;
        padding: 8px ;

    }

    .ref-img1{
        height: 110vh;
    }

    .eng-top{
        height: 100vh;
    }

}


@media only screen and (min-width: 1080px){


}

