/***************************************************/
/******************* responsive ********************/
/***************************************************/
@media screen and (max-width : 1024px){
    .contacts .eachprod {
        width: 100%;
        text-align: center;

    }
    form{
        width: 100%;
        margin: 0 auto;
        float: none!important;

    }
    .logo {

        width: 200px;
    }
}
@media screen and (max-width : 768px) {}
@media screen and (max-width : 640px) {
	.middle { width:40% !important; }
    hr {
        display: none;
    }
    .eachprod {
        width: 45%;
    }
    .contacts .setCenter form {
        width: 95%;
    }
    .contacts input {
        width: 100%;
    }
    .contacts textarea {
        width: 100%;
    }
    .setores{
        width: 100%!important;
    }
    .logo {
        width: 95px;
    }
    #poper{
        display: block;
    }
    .menupc{
        display: none;
    }
    .menumobile{
        display: none;
    }


     }
@media screen and (max-width : 480px) {
    
	.middle { width:40% !important; }
	.menuBase li {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width : 360px) {
	.middle { width:100% !important; }
}