@media screen and (max-width: 768px) {
	
    #menu-switch{
        display: table !important;
        margin: auto;
    }
    .body-header_navigation {
        padding: 10px 20px;
    }

    .list_item-1, .list_item-2 {
        display: none !important;
    }

    .logotipo_sobre{
       margin-top: 0px;
   }

   a[href^=tel] { color: inherit; text-decoration: none; }

   .fancybox-content{
       width: 95% !important;
       margin: 0px 2.5% !important;
   }

   .fancybox-slide {
    padding: 20px 0px !important;
}

#sobre h2 {
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
}

#sobre h4, #clientes h2, #servicos h2, #produtos h2{
	text-align: center;
	font-size: 25px;
}

#sobre a {
    font-size: 16px !important;
    border: 1px solid #fff;
}

#clientes p, #produtos p{
	text-align:center;
}

#produtos p{
	font-size: 16px;
}

#galeria h2, #galeria h4 {
    text-align: center;
    font-size: 25px;
}

#form-contato{
	width: 90%;
	margin: auto;
}

#contato p{
	text-align:center;
}

.mapa{
	height: 200px;
}

.dados_contato img{
	display:none;
}


#servicos .img {
    height: 250px;
}

.address-box {
    position: unset;
    width: 100% !important;
}

}

@media only screen and (max-width: 1024px) {
    .body-header_navigation {
        position: relative
    }
    .body-header_navigation .nav-wrapper .navigation .row-list .nav_link {
        font-size: 14px
    }

    .body-header_navigation .nav-wrapper .menu-switch {
      width: 25px;
      height: 25px;
  }

  .body-header_navigation .nav-wrapper:not(.fixed) .navigation {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #eee;
    box-shadow: 0 6px 8px 0px #000c;
    border: none;
    border-bottom: 1px solid #000;
    transition: height .5s, padding .75s ease-in;
    z-index: 9
}
.body-header_navigation .nav-wrapper:not(.fixed) .menu-switch.active~.navigation {
    width: 100%;
    height: 46.6%;
    padding: 15px
}

.link_menu{
    display: inline-block;
    font-size: 14px;
    width: 100%;
}

.menu_top > ul > li > ul {
    width: 90%;
    margin: auto;
    position: inherit;
    padding: 0px 10px;
}

.menu_top > ul > li > ul > li {
  list-style: none;
  text-align: inherit;
  font-size: 12px;
}

.meio .carousel-item{
    height: auto !important;
}
}


@media only screen and (max-width: 860px) {
    .body-header_navigation .nav-wrapper.fixed {
        display: block;
        padding: 10px 7%;
    }
    .body-header_navigation .nav-wrapper.fixed .roll-top {
        top: 15px;
        transform: none
    }
    .body-header_navigation .nav-wrapper.fixed .navigation {
        width: 100%;
        height: 0;
        background: #fff;
        border: none;
        transition: height .5s
    }
    .body-header_navigation .nav-wrapper.fixed .navigation .row-list {
        flex-direction: column
    }
    .body-header_navigation .nav-wrapper.fixed .navigation .row-list .nav_link {
        padding: 5px
    }
    .body-header_navigation .nav-wrapper.fixed .menu-switch.active~.navigation {
        width: 100%;
        height: auto;
        margin: 0
    }

    .loguinho {
        position: unset !important;
        z-index: unset;
        margin-top: unset !important;
    }
}

@media only screen and (max-width: 768px) {
    .body-header_contact .row-list.adresses .list_item .link {
        text-decoration: underline
    }

    .list_item-1, .list_item-2 {
        display: none !important;
    }
}

@media only screen and (max-width: 710px) {
    .body-header_navigation .nav-wrapper {
        padding-right: 0
    }
    .body-header_navigation .nav-wrapper:not(.fixed) .navigation {
        transition: none
    }
    .body-header_navigation .nav-wrapper:not(.fixed) .navigation .row-list {
        flex-direction: column
    }
    .body-header_navigation .nav-wrapper:not(.fixed) .navigation .row-list .nav_link {
        padding: 5px
    }
    .body-header_navigation .nav-wrapper:not(.fixed) .menu-switch.active~.navigation {
        height: auto
    }
    /*.body-header_contact .row-list.adresses .list_item:last-child {
        display: none
        }*/

        .list_item-1, .list_item-2 {
            display: none !important;
        }
    }

    @media only screen and (max-width: 670px) {
        .body-header_contact .row-list.adresses .list_item {
            font-size: .75rem
        }
        .body-header_contact .row-list.adresses .list_item.list_item-2 {
            margin-left: 15px
        }
        .body-header_contact .row-list.socials .list_item {
            width: 27px;
            height: 27px
        }

        .list_item-1, .list_item-2 {
            display: none !important;
        }
    }

    @media only screen and (max-width: 570px) {
        .body-header_contact {
            padding-top: .75rem;
            padding-bottom: .75rem
        }

        .body-header_contact .row-list.socials {
            width: 100%;
            flex-direction: row-reverse;
            justify-content: flex-end
        }

        .list_item-1, .list_item-2 {
            display: none !important;
        }
        .body-header_contact .row-list.socials .list_item {
            width: 35px;
            height: 35px;
            margin: 0
        }
        .body-header_contact .row-list.socials .list_item:not(:last-child) {
            margin: 0;
            margin-left: 10px
        }
        .body-header_contact .row-list.socials .list_item:first-child {
            margin-left: auto
        }
        .body-header_navigation {
            flex-direction: column
        }
        .body-header_navigation .header_logo {
            margin: 15px auto
        }
    }
