/*Menu*/
@media only screen and (max-width:768px) {
    header .box-menu {padding: 0}
    .logo img{ margin: 0 auto; }
    .menu-topo{position: absolute; z-index: 3;top: 15px;}
    .botao-menu{position:absolute;right:15px;top:-65px;height:40px;bottom:20px; cursor: pointer; width: 40px; background: transparent; padding: 3px; z-index: 2;}
    .botao-menu span{display:block;margin:5px 0;height:5px;width:34px;background:#ffffff ;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}
    .botao-menu.xis{right:15px !important;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}
    .botao-menu.xis span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:8px}
    .botao-menu.xis span:nth-child(2){opacity:0}
    .botao-menu.xis span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);position:absolute;top:8px}
    .header .menu{background: rgba(34,75,155,0.9); position: absolute; z-index: 12; border: 4px solid #fff;width: 100%;  float: right; display: none;top:-5px; right: 0;}
    .header .menu .menu-item.menu-item-has-children,.header .menu .menu-item.menu-item-object-custom{ position: relative;}
    .header .menu .menu-item.menu-item-has-children .sub-menu,.header .menu .menu-item.menu-item-object-custom .sub-menu,.header .menu .item.menu-item-has-children .sub-menu{ display: none; position: relative; width: 100%; top: 0px;}
    .header .menu a{font-size: 14px;font-weight: 700;}
    .menu li{min-height: 40px; border-bottom: 1px solid #fff; width: 100%;}
    .menu li:last-child{ border-bottom: none;}
    .menu li a{ color: #fff; line-height: 35px; font-size: 15px;  padding: 5px 13px; width: 100%;}      .menu > li.menu-item-has-children:after{ content: '+'; position: absolute; right: 5px; top: 9px; color: #fff; padding: 5px; font-size: 15px; font-weight: 700; display: block;width: 40px; height: 30px;text-align: center;}
    .menu > li.menu-item-has-children.vira:after,.menu > li.menu-item-object-custom.vira:after{ content: '-';}
    .menu > li.menu-item-has-children .sub-menu,.menu > li.menu-item-object-custom .sub-menu { background: rgba(255, 255, 255, 1); border: 1px solid #fff;}
    .menu > li.menu-item-has-children .sub-menu a,.menu > li.menu-item-object-custom .sub-menu a {
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        color: #282826;
        padding-left: 20px;
        font-weight: 600;
    }
    .header .menu .sub-menu li {
        border-bottom: 1px solid #282826
    }
}

@media handheld, only screen and (max-width: 1600px) {
    .video-home .grid {
        left: 15%;
    }
}

@media handheld, only screen and (max-width: 1400px) {
    .video-home .grid {
        left: 10%;
    }
}

@media handheld, only screen and (max-width: 768px){
    .mobile{display: block;}
    .desktop{display: none;}

    body {
        overflow-x: auto;
    }

    header.fixed {
        height: 70px;
    }

    .header.fixed .menu {
        margin-top: 0;
    }

    header .logo {
        padding-top: 55px;
        width: 30%;
    }

    header.fixed .logo {
        padding-top: 15px;
    }

    header.fixed .infos-topo {
        display: none;
    }

    header .infos-topo {
        position: fixed;
        top: 0;
        margin-bottom: 0;
    }

    header .infos-topo, header .infos-topo .contacts {
        min-height: 40px;
    }

    header.fixed .botao-menu {
        top: -55px
    }

    header .infos-topo .contacts {
        border: none;
    }

    .secao-video, .secao-video .video-home {
        min-height: 400px;
    }

    .video-home .grid {
        left: 0;
    }

    .video-home .caption {
        top: 20px;
    }

    .video-home .caption span {
        font-size: 22px;
        padding: 10px;
    }

    .video-home .caption h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .video-home .caption h1 strong {
        font-size: 45px;
    }

    .video-home video {
        top: 40px;
    }

    .diferenciais .itens-diferenciais .img {
        display: none;
    }

    .diferenciais .lista-diferenciais {
        justify-content: center;
    }

    .diferenciais .lista-diferenciais .item.first, .diferenciais .lista-diferenciais .item.second, .diferenciais .lista-diferenciais .item.fourth, .diferenciais .lista-diferenciais .item.fifth {
        left: 0;
    }

    .diferenciais .lista-diferenciais .item p {
        width: 100%;
    }

    .diferenciais .lista-diferenciais .item p br {
        display: none;
    }

    .contato .formulario .atendimentos a {
        font-size: 14px;
        line-height: 22px;
    }
}

@media handheld, only screen and (max-width: 480px) {
    header .infos-topo {
        justify-content: center;
        flex-wrap: wrap;
    }

    header > .grid {
        padding-top: 40px;
    }

    header.fixed > .grid {
        padding-top: 0;
    }

    header.fixed .infos-topo {
        display: none;
    }

    header.fixed .logo {
        padding-top: 0;
    }

    header .logo {
        width: 50%;
        padding: 30px 15px 10px 15px;
    }

    header .infos-topo .contacts {
        flex-wrap: wrap;
        justify-content: center;
        padding: 5px 0;
    }

    .header .menu {
        top: -25px;
    }

    .botao-menu {
        top: -60px;
    }

    .video-home .caption span {
        font-size: 16px;
    }

    .video-home .caption h1 strong {
        font-size: 35px;
    }

    .destaque .content {
        flex-wrap: wrap;
        background-repeat: repeat;
        margin-bottom: 0;
    }

    .destaque .content .img, .destaque .content .txt {
        padding-top: 20px;
    }

    .destaque .content .img, .destaque .content .txt {
        width: 100%;
    }

    .destaque .content .last-img {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    .destaque .content .txt .txt-destaque {
        position: relative;
        right: 0;
        top: 0;
    }

    .diferenciais .tit {
        padding-top: 0;
        padding-bottom: 0;
    }

    .diferenciais .tit h1 {
        font-size: 42px;
        line-height: 45px;
        padding-bottom: 10px;
        text-align: center;
    }

    .diferenciais .video .img-video {
        top: 40px;
    }

    .diferenciais .video .img-video img {
        max-width: 35%;
    }

    .diferenciais .video video {
        height: 260px;
    }

    .empresa {
        padding-top: 40px;
    }

    .empresa .tit h1, .missao .tit h1, .produtos .tit h1, .clientes .tit h1, .contato .tit h1 {
        font-size: 38px;
        text-align: center;
    }

    .empresa .gallery .gallery-dots {
        flex-wrap: nowrap;
    }

    .empresa .gallery .gallery-dots li {
        display: flex;
        justify-content: center;
    }

    .empresa .gallery .gallery-dots li img {
        max-width: 80%;
    }

    .empresa .gallery .owl-carousel .owl-nav .owl-prev, .produtos .owl-carousel .owl-nav .owl-prev {
        left: -18px;
        width: 30px;
        height: 30px;
    }

    .empresa .gallery .owl-carousel .owl-nav .owl-prev:after, .produtos .owl-carousel .owl-nav .owl-prev:after {
        bottom: 4px;
        right: 3px;
        height: 20px;
    }

    .empresa .gallery .owl-carousel .owl-nav .owl-next, .produtos .owl-carousel .owl-nav .owl-next {
        right: -18px;
        width: 30px;
        height: 30px;
    }

    .empresa .gallery .owl-carousel .owl-nav .owl-next:after, .produtos .owl-carousel .owl-nav .owl-next:after {
        bottom: 4px;
        right: 2px;
        height: 20px;
        width: 25px;
    }

    .missao .tit {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .missao .itens {
        padding-bottom: 10px;
    }

    .produtos .tit {
        padding-top: 20px;
    }

    .produtos .btn-form a {
        font-size: 20px;
    }

    .produtos .carrossel .owl-carousel .item {
        max-height: inherit;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .produtos .carrossel .owl-carousel {
        max-width: 100%;
    }

    .produtos .owl-carousel .owl-nav {
        top: 18%;
    }

    .produtos .carrossel .owl-carousel .owl-item img {
        width: 61%;
    }

    .produtos .carrossel {
        background-image: url(../images/bkg-tela-mobile.png);
        min-height: 250px;
    }

    .produtos .btn-form {
        top:0;
    }

    .produtos .produtos-galeria {
        padding-bottom: 0;
    }

    .clientes .tit {
        padding-top: 0;
        margin-bottom: 0;
    }

    .clientes .tit h1 {
        max-width: inherit;
    }

    .contato .tit {
        padding-top: 40px;
    }

    .contato .tit h1 {
        width: 100%;
    }

    .contato .mapa {
        position: relative;
        bottom: 0;
    }

    .contato .formulario div.jfilestyle label {
        width: 100%;
        font-size: 14px;
    }

    .contato .formulario div.jfilestyle label:after {
        top: 5px;
        font-size: 30px;
    }

    .contato .formulario .atendimentos {
        padding: 20px 0 0 0;
    }

    .contato .formulario .atendimentos a img {
        padding-right: 10px;
        max-width: 15%;
    }

    footer {
        margin-top: 0;
        padding-top: 0;
    }

    footer .logo-footer {
        padding-top: 50px;
        padding-bottom: 40px;
        display: flex;
        justify-content: center;
    }

    footer .menu-footer {
        padding: 0;
    }

    footer .menu-footer ul {
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    footer .menu-footer ul li {
        width: 50%;
        text-align: center;
        padding-bottom: 35px;
    }

    footer .infos-footer {
        padding: 45px 0 0 0;
    }

    footer .infos-footer .item {
        padding: 0 0 10px 0;
    }

    footer .infos-footer a {
        justify-content: flex-start;
    }

    footer .infos-footer a img {
        padding-right: 15px;
    }

    footer .infos-footer .redes {
        justify-content: flex-start;
        padding-left: 0;
    }

    footer .infos-footer .redes span {
        padding-right: 10px;
    }

    footer .infos-footer .redes a {
        padding-left: 0;
    }

    footer .infos-footer .redes a img {
        padding-right: 7px;
    }

    footer .copyright .grid {
        justify-content: flex-start;
    }

    footer .copyright p {
        font-size: 13px;
    }

    footer .copyright .socci {
        right: 22px;
        top: 30px;
        width: 60px;
    }
}

@media handheld, only screen and (max-width: 425px) {
    .produtos .carrossel .owl-carousel .owl-item img {
        width: 71%;
    }
}

@media handheld, only screen and (max-width: 375px) {
    header .logo {
        padding: 15px;
    }

    .botao-menu {
        top: -50px;
    }

    header .infos-topo a {
        padding-left: 0;
    }

    .botao-menu {
        top: -65px;
    }

    .diferenciais .video .img-video {
        top: 60px;
    }

    .produtos .carrossel .owl-carousel .owl-item img {
        width: 82%;
    }

    .produtos .owl-carousel .owl-nav {
        top: 30%;
    }
}