body {
  background-color: #fff;
  font-family: 'Mukta', sans-serif;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: #303030;
}

strong {
    font-weight: bold;
}

a {
  text-decoration: none;}

.ativo {color: #e6b800;
}

p {margin-bottom: 20px;}

.menuresponsivo {
  display: none;
}
----------------------------------------------------------

.nav {
    display: block;
    margin: 0; 
    padding: 0;
}

.nav li {
    display: inline-block;
    list-style: none;
}

.nav .button-dropdown {
    position: relative;
}

.nav li a {
    display: block;
    text-decoration: none;
    text-align: left;
}

.nav li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: #f7f7f9;
    width: 145px;
    z-index: 2;
    padding: 5px 25px 15px;
}

.nav li .dropdown-menu.active {
    display: block;
}

.nav li .dropdown-menu a {
    width: 128px;
    padding: 15px 0px 5px;
}

.nav li .dropdown-menu a:hover {
    padding-left: 20px;
}
/*-------------------- CSS MENU ------------------*/

.menudrop {
  font-size: 14px;
    clear: both;
    background-color: #9f593f;
    text-align: center;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
}

.menudrop li {
  display: inline-block;
}

.menudrop a {
  padding: 20px 16px 17px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 3px solid #9f593f;
}

.menudrop a:hover {
border-bottom: 3px solid #fff;
}

.menudrop a:active {
border-bottom: 3px solid #fff;
}

.menusuperior li{
  display: inline-block;

}

.menusuperior a {
    padding: 34px 19px 34px;
    font-size: 19px;
    font-family: 'Signika', sans-serif;
    color: #303030;
}

.menusuperior a:hover {
color: #e6b800;
}

.menusuperior a:active {
color: #e6b800;}

.menuinferior a{
  color: #303030;
}

.menuinferior a:hover{
  text-decoration: underline;
}


.menuinferior li {
    list-style: none;
    margin-bottom: 20px;
    font-weight: 600;
}

.submenu a {
  font-size: 14px;
  font-weight: 400;
}

.submenu a:hover{
  text-decoration: underline;
}

.submenu li {
  margin-bottom: -2px !important;
}
/*-------------------- FIM CSS MENU ------------------*/

header {
    background-color: #f7f7f9;
    height: 96px;
}

.topo, main, .footer {
    max-width: 1215px;
    margin: 0 auto;
    width: 100%;
}

.logo {
    width: 178px;
    float: left;
    padding-top: 19px;
    margin-right: 385px;
}

footer {
    clear: both;
    background-color: #f7f7f9;
    border-top: 5px solid #e6b800;
    font-family: 'Signika', sans-serif;
}

#bannerhome {
    background: url(../images/bannerhome.jpg);
    height: 560px;
    background-position: top center;
    background-repeat: no-repeat;
}

#bannerhome h4 {
    font-family: 'Mukta', sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    margin-top: 40px;}

h1 {
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #fff;
    text-align: center;
    padding-top: 125px;
}

h2 {
    color: #303030;
    font-size: 30px;
    text-align: center;
    font-family: 'Signika', sans-serif;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 60px;
}

h3 {
    color: #303030;
    font-size: 26px;
    text-align: left;
    font-family: 'Signika', sans-serif;
    font-weight: bold;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
    text-align: left;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

h6 {
    color: #303030;
    font-size: 18px;
    text-align: left;
    font-weight: 800;
}

.ultimo {margin-right: 0px !important;}

.ultimo2 {padding-right: 0px !important;}

.button {
    background-color: #e6b800;
    width: 151px;
    border-radius: 18px;
    padding: 10px 70px 8px;
    margin: 100px auto 0px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.button2 {
    border: 2px solid #e6b800;
    width: 151px;
    border-radius: 18px;
    padding: 10px 70px 8px;
    margin: 60px auto 0px;
    text-align: center;
    text-decoration: none;
    color: #e6b800;
    font-size: 16px;
}

.float {float: left;}

.button:hover, .button3:hover {
    background-color:#CBA200;
}

.button2:hover {
    background-color: #e6b800;
    color: #fff;
}

#contato-home {
    width: 700px;
    float: left;
    margin-right: 136px;
}

.destaqueservicos {
    margin: 0px 0px 100px;
}

.destaqueservicos ul {
    margin-top: 70px;
    height: 220px;
}

.destaqueservicos li {
    width: 260px;
    float: left;
    margin-right: 58px;
}

.destaqueservicos p {
    text-align: center;
    line-height: 28px;
    color: #303030;
 }

 #destaqueservicos01 {
 	background: url(..//images/iconehome_01.svg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 140px;
    background-size: 40%;
}

 #destaqueservicos02 {
 	background: url(..//images/iconehome_02.svg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 140px;
    background-size: 37%;
}

 #destaqueservicos03 {
 	background: url(..//images/iconehome_03.svg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 140px;
    background-size: 42%;
}

 #destaqueservicos04 {
 	background: url(..//images/iconehome_04.svg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 140px;
    background-size: 37%;
}

.destaquemaquinas {
    margin: 0px 0px 100px;
}

.destaquemaquinas ul {
    margin-top: 70px;
    height: 252px;
}

.destaquemaquinas li {
    width: 200px;
    float: left;
    margin-right: 3px;
    height: 50px;
}

.destaquemaquinas a {
    text-align: center;
    line-height: 28px;
    color: #303030;
    text-transform: uppercase;
    font-weight: 600;
}

.destaquemaquinas a:hover {color:#fff;}

#destaquemaquinas01 {
    background: url(..//images/automaticas.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 209px;
    height: 50px;
}

#destaquemaquinas02 {
    background: url(..//images/profissionais.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 209px;
    height: 50px;
}

#destaquemaquinas03 {
    background: url(..//images/industriais.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 209px;
    height: 50px;
}

#destaquemaquinas04 {
    background: url(..//images/gelo.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 209px;
    height: 50px;
}

#destaquemaquinas05 {
    background: url(..//images/filtros.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 209px;
    height: 50px;
}

#destaquemaquinas06 {
    background: url(..//images/outras.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 209px;
    height: 50px;
}

#destaquemaquinas01:hover {
    background: url(..//images/automaticas-hover.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 223px;
}

#destaquemaquinas02:hover {
    background: url(..//images/profissionais-hover.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 223px;
}

#destaquemaquinas03:hover {
    background: url(..//images/industriais-hover.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 223px;
}

#destaquemaquinas04:hover {
    background: url(..//images/gelo-hover.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 223px;
}

#destaquemaquinas05:hover {
    background: url(..//images/filtros-hover.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 223px;
}

#destaquemaquinas06:hover {
    background: url(..//images/outras-hover.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 223px;
}

.contato-home {
    margin: 70px 0px 100px;
}

.conteudo-contato-home {
    width: 700px;
    float: left;
    margin-right: 115px;
    margin-bottom: 50px;
}

.conteudo-contato-home {
    color:#a3a2a2;
}

#mensagem {
    border: 1px solid #e6b800;
    padding: 15px;
    text-align: center;
    margin-bottom: 40px;
}

#mensagem p {
    margin-bottom: 0px;
}

.button3 {
    background-color: #e6b800;
    width: 151px;
    border-radius: 18px;
    padding: 10px 70px 8px;
    float: left;
    text-align: center;
    margin-top: 25px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

/*-------------------------- FOOTER-------------------------------*/

footer {
    clear: both;
    background-color: #f7f7f9;
    border-top: 5px solid #e6b800;
    padding: 40px 0px 0px;
}

.coluna01 {
    float: left;
    width: 110px;
    margin-right: 205px;
}

.coluna02 {
    float: left;
    width: 85px;
    margin-right: 30px;
}

.coluna03 {
    float: left;
    width: 95px;
    margin-right: 80px;
}

.coluna04 {
    float: left;
    width: 150px;
    margin-right: 48px;
}

.coluna05 {
    float: left;
    width: 180px;
    margin-right: 80px;
}

.coluna05 a {
    margin-right: 10px;
}

.coluna06 {
    float: left;
    width: 350px;
    margin-right: 0px;
}

.coluna06 p {
    margin-bottom: 15px;
}

.desenvolvido {
    clear: both;
    text-align: center;
    background-color: #fafafb;
    padding: 20px 0;
}

.desenvolvido p {
    margin-bottom: 0px;
}

.copyright {
    color: #5d330d;
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
}

footer h5 {color: #e6b800;}

/*----------------------------- FIM FOOTER ----------------------------*/

.img-sobre {
    width: 695px;
    float: left;
    margin: 0px 30px 50px 0px;
}

.img-sobre img {
    width: 695px;
    margin-bottom: 30px;
}

.conteudo-sobre {
    margin-top: 50px;
}

.clientes {
    clear: both;
}

#comentarios li {
    background-image: url(..//images/estrelas.png);
    background-repeat-y: no-repeat;
    width: 381px;
    float: left;
    margin-right: 35px;
    text-align: center;
    padding-top: 40px;
}

#logos-clientes {
    background-image: url(..//images/logos_clientes.jpg);
    height: 440px;
    margin: 0px 0px 30px;
}

#comentarios {
    margin: 70px auto;
    height: 177px;
}

.servicos, .servicos2 {
    width: 590px;
    float: left;
    height: 575px;
    margin-right: 35px;
    webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 70px;
}

.servicos h6, .servicos2 h6 {background-color: #f7f7f9;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    text-transform: uppercase;
    font-family: 'Signika', sans-serif;
}

.servicos img, .servicos2 img {
    border-radius: 0px 0px 10px 10px;
}

.servicos p {
    padding: 19px;
    height: 105px;
    margin-bottom: 0px;
    line-height: 28px;
}

.servicos2 p {
    padding: 19px;
    height: 105px;
    margin-bottom: 0px;
    line-height: 28px;
}

#icone_servico01 {
    background-image: url(..//images/iconeinterno_01.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 35px 45px;
    float: left;
    margin-right: 10px;
}

#icone_servico02 {
    background-image: url(..//images/iconeinterno_02.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 35px 45px;
    float: left;
    margin-right: 10px;
}

#icone_servico03 {
    background-image: url(..//images/iconeinterno_03.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 35px 45px;
    float: left;
    margin-right: 10px;
}

#icone_servico04 {
    background-image: url(..//images/iconeinterno_04.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 35px 45px;
    float: left;
    margin-right: 10px;
}

.selecao li {
  text-align: center;
  display: inline-block;
  width: 278px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.selecao h6 {
    margin: 25px auto;
    font-family: 'Mukta', sans-serif;
    text-align: center;
}

.selecao a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 25px 48px;
    border: 1px solid #fff;
}

.selecao a:hover {
    border: 1px solid #ededf2;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

.vermaquina {
    width: 100px;
    border-radius: 18px;
    padding: 10px 30px 8px;
    text-align: center;
    margin: 0px auto;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

a:hover .vermaquina {
    display: block;
    background-color: #e6b800;
    width: 100px;
    border-radius: 18px;
    padding: 10px 30px 8px;
    text-align: center;
    margin: 0px auto;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    cursor: hand;
}

.galeria {
    float: left;
    width: 397px;
}

.informacao {
    max-width: 755px;
    float: right;
    width: 100%;
    background-color: #f7f7f9;
    padding: 30px 30px 0px 30px;
    border-left: 3px solid #e6b800;
    margin-bottom: 70px;
}

.informacao p {
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.informacao h4 {
    font-family: 'Signika', sans-serif;
    font-weight: 600;
}


#gallery_01 {
    margin: 40px 55px;
    width: 245px;
}
/*-------------------------------CONTATO-------------------------------*/

#campos01 {
    width: 591px;
    float: left;
}

#contato01, #contato02 {
    width: 590px;
    float: left;
margin-right: 35px;}

#contato03 {
    width: 590px;
    margin: 50px 0px;
    float: left;
}

#campos01 input {
    border-radius: 8px;
    padding: 8px 15px;
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
    color: #303030;
    font-weight: 300;
    margin-bottom: 20px;
    border: 2px solid #ededf2;
    width: 560px;
}

#campos01 select {
    border-radius: 8px;
    padding: 8px 15px;
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
    color: #303030;
    font-weight: 300;
    margin-bottom: 20px;
    border: 2px solid #ededf2;
    width: 594px;
}

#campos02 {
    float: right;
    width: 589px;
}

#campos02 textarea {
    width: 556px;
    height: 160px;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 8px 15px;
    color: #303030;
    font-weight: 300;
    border: 2px solid #ededf2;
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
}

#enviar {
    border-radius: 18px;
    padding: 8px 140px;
    color: #fff;
    background-color: #e6b800;
    margin-bottom: 20px;
    border: 1px solid #e6b800;
    float: right;
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
}

#enviar:hover {
    background-color: #CBA200;
}

::-webkit-input-placeholder {
   color: #c9c9c9;
}

:-moz-placeholder { /* Firefox 18- */
   color: #c9c9c9;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #c9c9c9;  
}

:-ms-input-placeholder {  
   color: #c9c9c9;  
}

.formulario-de-contato {
    height: 354px;
}

.conteudo-de-contato {clear: both; margin-top: 70px;}

.conteudo-de-contato img {
    width: 60px;
    margin-bottom: 15px;
}

.conteudo-de-contato p {line-height: 30px;}

#icone_email {
    background-image: url(..//images/icone_email.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 0px;
}

/*------------------FIM CONTATO-------------------------------*/

@media only screen and (max-width: 1240px){

.topo, main, .footer {
    max-width: 1070px;
}

.destaqueservicos li {
    width: 233px;
    float: left;
    margin-right: 45px;
}

.logo {
    margin-right: 400px;
}

#destaquemaquinas01, #destaquemaquinas02, #destaquemaquinas03, #destaquemaquinas04, #destaquemaquinas05, #destaquemaquinas06 {
    background-size: 170px;
    height: 45px;
    padding-top: 184px;}

#destaquemaquinas01:hover, #destaquemaquinas02:hover, #destaquemaquinas04:hover, #destaquemaquinas05:hover, #destaquemaquinas06:hover {
    background-size: 180px;
    padding-top: 195px;
}

#destaquemaquinas03:hover {
    background-size: 183px;
    padding-top: 195px;
}

.destaquemaquinas li {
    width: 175px;
}

.destaquemaquinas ul {
    height: 220px;
}

.conteudo-contato-home {margin-right: 40px;}

.img-sobre img {
    width: 590px;
}

.img-sobre {
    width: 590px;
}

#comentarios li {
    width: 333px;
    background-position: center 0px;
}

#logos-clientes {
    height: 385px;
    background-size: 1071px;
}

.selecao li {
    width: 242px;
}

.selecao a {
    padding: 25px 30px;
}

.coluna01 {
    margin-right: 130px;
}

.coluna02 {
    margin-right: 20px;
}

.coluna03 {
    margin-right: 50px;
}

.coluna05 {
    margin-right: 50px;
}

.servicos p {
    height: 132px;
}

.servicos2 p {
    height: 100px;
}

.servicos img, .servicos2 img {
    width: 518px;
}

.servicos {
    width: 517px;
    height: 558px;
}

.servicos2 {
    width: 517px;
    height: 525px;
}

#campos01 select {
    width: 530px;
}

#campos01 input {
    width: 497px;
}

#campos01 {
    width: 530px;
}

#campos02 {
    width: 509px;
}

#contato01, #contato02, #contato03 {
    width: 517px;
}

#mapa {
    width: 517px;
}

#campos02 textarea {
    width: 475px;
}

.informacao {
    max-width: 610px;
}

}

@media only screen and (max-width: 1140px){

.topo, main, .footer {
    max-width: 900px;
}

.slick-next {
    right: -25px !important;
}

.slick-prev {
    left: -38px !important;
}

.menusuperior a {
    padding: 34px 13px 34px;
}

.logo {
    margin-right: 284px;
}

#bannerhome{
    height: 500px;
}

.button {
    margin: 75px auto 0px;
}

.destaqueservicos li {
    width: 210px;
    margin-right: 20px;
}

#destaqueservicos01, #destaqueservicos02, #destaqueservicos04 {
    background-size: 40%;
    padding-top: 120px;

}

#destaqueservicos03 {
    background-size: 45%;
    padding-top: 120px;
}

.destaqueservicos ul {
    height: 225px;
}

.destaqueservicos {
    margin: 0px 0px 80px;
}

.destaquemaquinas li {
    width: 147px;
}

#destaquemaquinas01, #destaquemaquinas02, #destaquemaquinas03, #destaquemaquinas04, #destaquemaquinas05, #destaquemaquinas06 {
    background-size: 145px;
    height: 38px;
    padding-top: 154px;
    font-size: 15px;
}

#destaquemaquinas01:hover, #destaquemaquinas02:hover, #destaquemaquinas04:hover, #destaquemaquinas05:hover, #destaquemaquinas06:hover {
    background-size: 155px;
    padding-top: 165px;
}

#destaquemaquinas03:hover {
    background-size: 158px;
    padding-top: 165px;
}

.destaquemaquinas ul {
    margin-top: 0px;
    height: 200px;
}

.conteudo-contato-home {
    width: 515px;
    margin-right: 55px;
}

.destaquemaquinas {
    margin: 0px 0px 80px;
}


#campos02 {
    width: 440px;
}

#campos02 textarea {
    width: 405px;
}

#campos01, #campos01 select {
    width: 433px;
}

#campos01 input {
    width: 400px;
}

#contato01, #contato02, #contato03 {
    width: 432px;
}

#mapa {
    width: 432px;
}

.coluna01 {
    margin-right: 85px;
}

.coluna02 {
    margin-right: 15px;
}

.coluna03 {
    margin-right: 35px;
}

.coluna05 {
    margin-right: 40px;
}

.coluna06 {
    width: 255px;
}

.servicos {
    width: 437px;
    height: 536px;
    margin-right: 25px;
}

.servicos2 {
    width: 437px;
    height: 476px;
    margin-right: 25px;
}

.servicos p {
    height: 160px;
}

.servicos2 p {
    height: 100px;
}

.servicos img, .servicos2 img  {
    width: 437px;
}

.selecao a {
    padding: 25px 15px;
}

.selecao li {
    width: 196px;
}

.img-sobre {
    width: 570px;
    margin: 0px 30px 0px 0px;
}

.img-sobre img {
    width: 570px;
}

#logos-clientes {
    height: 324px;
    background-size: 901px;
}

#comentarios li {
    width: 283px;
    background-position: center 0px;
    margin-right: 25px;
}

.informacao {
    max-width: 440px;
}

}

@media only screen and (max-width: 959px){

.ultimo-responsivo {margin-right: 0px !important;}

.topo, main, .footer {
    max-width: 705px;
}

.logo img {
    width: 160px;
}

.logo {
    width: 160px;
    padding-top: 25px;
    margin-right: 107px;
}

h1 {
    font-size: 38px;
    padding-top: 85px;
}

#bannerhome h4 {
    margin-top: 28px;
}

h4 {
    font-size: 19px;
}

.button {
    margin: 65px auto 0px;
}

#bannerhome {
    height: 420px;
    background-position: center -45px;
}

.destaqueservicos li {
    width: 332px;
    margin-right: 40px;
    margin-bottom: 40px;
}

#destaqueservicos01, #destaqueservicos02, #destaqueservicos04 {
    background-size: 28%;
    padding-top: 125px;
}

#destaqueservicos03 {
    background-size: 31%;
    padding-top: 125px;
}

.destaqueservicos ul {
    height: 445px;
}

.destaquemaquinas li {
    width: 200px;
    margin-right: 3px;
    height: 50px;
    margin-bottom: 45px;
    margin-right: 25px;
}

#destaquemaquinas01 {
    padding-top: 209px;
    height: 50px;
    background-size: 192px;
}

#destaquemaquinas02, #destaquemaquinas03, #destaquemaquinas04, #destaquemaquinas05, #destaquemaquinas06 {
    padding-top: 209px;
    height: 64px;
    background-size: 192px;
}

#destaquemaquinas01:hover, #destaquemaquinas02:hover, #destaquemaquinas04:hover, #destaquemaquinas05:hover, #destaquemaquinas06:hover {
    padding-top: 223px;
    background-size: 206px;
}

#destaquemaquinas03:hover {
    background-size: 210px;
    padding-top: 223px;
}

.destaquemaquinas ul {
    height: 590px;
}

.destaquemaquinas {
    margin: 0px auto 80px;
    width: 100%;
    max-width: 655px;
}

.conteudo-contato-home {
    width: 400px;
    margin-right: 0px;
}

.slick-prev {
    left: -31px !important;
}

.slick-next {
    right: -11px !important;
}

.selecao li {
    margin-right: 22px;
    width: 210px;
}

.selecao a {
    padding: 25px 20px;
}

.img-sobre img {
    width: 409px;
}

.img-sobre {
    width: 410px;
    margin: 0px 30px 0px 0px;
}

#logos-clientes {
    height: 445px;
    background-size: 703px;
    background-image: url(..//images/logos_clientes2.jpg);
}

h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

#comentarios li {
    width: 218px;
    background-position: center 0px;
    margin-right: 25px;
    background-size: 310px;
    padding-top: 33px;
}

#comentarios {
    margin: 60px auto;
    height: 195px;
}

#campos02 textarea {
    width: 308px;
}

#campos02 {
    width: 340px;
}

#campos01, #campos01 select {
    width: 340px;
}

#campos01 input {
    width: 307px;
}

#contato01, #contato02, #contato03 {
    width: 340px;
    margin-right: 25px;
}

#mapa {
    width: 340px;
    height: 300px;
}

.servicos p {
    height: 191px;
}

.servicos img, .servicos2 img {
    width: 340px;
}

.servicos {
    width: 340px;
    height: 504px;
}

.servicos2 {
    width: 340px;
    height: 447px;
}

.servicos2 p {
    height: 131px;
}

#icone_servico01 {
    padding: 35px 35px;
    margin-right: 11px;
}

.servicos h6, .servicos2 h6 {
    font-size: 17px;
}

.galeria {
    float: left;
    width: 365px;
}

.informacao {
    max-width: 277px;
}

.coluna03 {
    margin-right: 108px;
}

.coluna05 {
    margin-left: 196px;
    margin-bottom: 35px;
}

.coluna06 {
    float: right;
    margin-top: -177px;
}



}

@media only screen and (max-width: 767px){ 

.menuresponsivo {display: block;}

.menusuperior {display: none;}

.menudrop {display: none;} 

.logo {width: 160px;
    padding-top: 25px;
    margin: 0 auto;
    float: none;}  

.vermaquina {
    background-color: #e6b800;
    width: 100px;
    border-radius: 18px;
    padding: 10px 30px 8px;
    text-align: center;
    margin: 0px auto;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    cursor: hand;
}

.topo, main, .footer {
    max-width: 535px;
}

#logos-clientes {
    height: 352px;
    background-size: 555px;
}

#bannerhome {
    height: 332px;
    background-position: center -88px;
}

h1 {
    font-size: 30px;
    padding-top: 60px;
}

.button {
    margin: 50px auto 0px;
}

#bannerhome h4 {
    margin-top: 28px;
}

h2 {
    margin-top: 55px;
}

.destaqueservicos li {
    width: 252px;
    margin-right: 30px;
}

#destaqueservicos01, #destaqueservicos02, #destaqueservicos04 {
    background-size: 33%;
    padding-top: 117px;
}

#destaqueservicos03 {
    background-size: 38%;
    padding-top: 117px;
}

.destaqueservicos ul {
    height: 427px;
}


.destaquemaquinas li {
    width: 227px;
    margin-right: 3px;
}

#destaquemaquinas03 {
    padding-top: 209px;
    height: 50px;
    background-size: 192px;
}

.destaquemaquinas {
    max-width: 460px;
}

.destaquemaquinas ul {
    height: 888px;
}

.slick-next {
    right: -5px !important;
}

.slick-prev {
    left: -24px !important;
}

.slick-slide img {
    width: 112% !important;
}

.conteudo-contato-home {
    width: 535px;
    margin-right: 0px;
    float: none;
    margin-bottom: 25px;
}

.button3 {
    float: none;
    margin: 0 auto;
}

.contato-home {
    margin: 70px 0px 70px;
}

h4 {
    font-size: 17px;
}

.button {
    margin: 40px auto 0px;
}

.galeria {
    float: none;
    width: 365px;
    margin: 0 auto;
}

.informacao {
    max-width: 475px;
    float: left;
    border-top: 3px solid #e6b800;
    border-left: none;
}

.coluna02, .coluna03 {
    display: none;
}

.coluna06 {
    margin-top: -111px;
}

.coluna05 {
    margin-bottom: 35px;
    margin-top: 29px;
    margin-left: 0px;
}

.coluna01 {
    margin-right: 285px;
}

#campos01, #campos01 select, #campos02 {
    width: 536px;
    float: none;
}

#campos01 input, #campos02 textarea {
    width: 502px;
}

#contato01, #contato02, #contato03 {
    width: 536px;
    margin-right: 0px;
    float: none;
    margin: 50px 0px;
}

#mapa {
    width: 536px;
    height: 350px;
}

.formulario-de-contato {
    height: 658px;
}

.servicos {
    width: 536px;
    height: 543px;
    float: none;
}

.servicos2 {
    width: 536px;
    height: 511px;
    float: none;
}

.servicos p {
    height: 107px;
}

.servicos img, .servicos2 img {
    width: 536px;
}

servicos2 p {
    height: 75px;
}

.servicos h6, .servicos2 h6 {
    font-size: 18px;
}

#icone_servico01 {
    padding: 35px 45px;
    margin-right: 10px;
}

.selecao li {
    margin-right: 20px;
    width: 245px;
    margin-bottom: 0px;
}

.selecao a {
    padding: 25px 30px;
}

.img-sobre {
    width: 536px;
    margin: 0px;
}

.img-sobre img {
    width: 536px;
}

#comentarios li {
    width: 536px;
    background-position: center 0px;
    margin-right: 0px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

#comentarios {
    height: 469px;
}

.zoomContainer {
    display: none;
}
}

@media only screen and (max-width: 600px){

.topo, main, .footer, .img-sobre img, .img-sobre, #comentarios li, #campos01, #campos01 select, #campos02, #contato01, #contato02, #contato03, #mapa {
    max-width: 425px;
}

#logos-clientes {
    height: 467px;
    background-size: 425px;
    background-image: url(..//images/logos_clientes3.jpg);
}


.destaqueservicos li {
    max-width: 425px;
    margin-right: 0px;
}

#bannerhome h4 {
    margin: 10px auto;
    width: 430px;
}

.button {
    margin: 30px auto 0px;
}

h1 {
    font-size: 30px;
    padding-top: 50px;
}

#bannerhome {
    height: 340px;
}    

.slick-prev:before, .slick-next:before {
    font-size: 30px;    
}

#comentarios {
    height: 495px;
}

.conteudo-contato-home {
    width: 425px;
}

.selecao li {
    margin-right: 10px;
    width: 200px;
}

.selecao a {
    padding: 25px 10px;
}

.informacao {
    max-width: 365px;
}

.servicos p {
    height: 160px;
}

.servicos2 p {
    height: 103px;
}

.servicos {
    width: 425px;
    height: 529px;
}

.servicos2 {
    width: 425px;
    height: 471px;
}

.servicos img, .servicos2 img {
    width: 425px;
}

#campos01 input, #campos02 textarea {
    width: 391px;
}

.coluna01 {
    margin-right: 85px;
}

.coluna05 {
    margin-bottom: 0px;
    margin-top: 22px;
    margin-left: 0px;
}

.coluna06 {
    margin: 20px 0px;
    float: left;
    width: 350px;
}

.destaqueservicos li {
    width: 425px;
    margin-right: 0px;
}

#destaqueservicos01, #destaqueservicos02, #destaqueservicos04 {
    background-size: 21%;
    padding-top: 117px;
}

#destaqueservicos03 {
    background-size: 22%;
    padding-top: 117px;
}

.destaqueservicos ul {
    height: 840px;
}

.destaquemaquinas ul {
    height: 1815px;
}

.destaquemaquinas {
    max-width: 231px;
}

}

@media only screen and (max-width: 480px){

.topo, main, .footer, .img-sobre img, .img-sobre, #comentarios li, #campos01, #campos01 select, #campos02, #contato01, #contato02, #contato03, #mapa, .servicos, .servicos2, .servicos img, .servicos2 img, .conteudo-contato-home {
    max-width: 290px;
}

#logos-clientes {
    height: 315px;
    background-size: 293px;
}

.selecao li {
    width: 290px;
    margin-right: 0px;
}


#campos01 input, #campos02 textarea {
    width: 255px;
}

.formulario-de-contato {
    height: 703px;
}

#enviar {
    margin: 0 auto 20px;
    float: none;
    padding: 8px 122px;
}

.conteudo-de-contato {
    margin-top: 50px;
}

.coluna01 {
    margin: 0 auto;
    float: none;
}

.coluna05 {
    float: none;
    margin: 22px 26px;
}

.coluna06 {
    margin: 20px auto;
    float: none;
    width: 244px;
}

.servicos p {
    height: 243px;
}

.servicos2 p {
    height: 160px;
}

.servicos {
    height: 555px;
}

.servicos2 {
    height: 471px;
}

.servicos, .servicos2 {
    margin-bottom: 50px;
}

.contato-home {
    margin: 50px 0px 50px;
}

.selecao a {
    padding: 25px 30px;
}

.informacao {
    max-width: 230px;
    margin-bottom: 50px;
}

.informacao h4 {
    font-size: 20px;
}

#gallery_01 {
    margin: 40px auto;
    width: 245px;
}

.galeria {
    float: none;
    width: 290px;
    margin: 0 auto;
}

.galeria_responsivo {
    width: 290px !important;
    height: 290px !important;
}

#bannerhome h4 {
    margin: 10px auto;
    width: 290px;
}

.destaqueservicos li {
    width: 290px;
    margin-right: 0px;
}

#destaqueservicos01, #destaqueservicos02, #destaqueservicos04 {
    background-size: 29%;
    padding-top: 117px;
}

#destaqueservicos03 {
    background-size: 32%;
    padding-top: 117px;
}

.destaqueservicos ul {
    height: 920px;
}
}

