/** Generated by FG **/
@font-face {
    font-family: 'rock';
    src: url('../pw-fonts/ROCK.eot');
    src: local(''), url('../pw-fonts/ROCK.woff') format('woff'), url('../pw-fonts/ROCK.ttf') format('truetype'), url('../pw-fonts/ROCK.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
}

/* PAGINA DE ERRO 404 - NAO MECHER */

#erro-total {
    width: 700px;
    height: 270px;
    margin: 15px 0;
}

#imagem-centralizada {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#texto-404 {
    width: 100%;
    font-family: Calibri;
    font-size: 22px;
    text-align: center;
}

#aguarde {
    width: 100%;
    font-family: Calibri;
    font-size: 19px;
    text-align: center;
    margin: 5px 0;
}

.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 600px;
}

/* #####################FINAL###################### */

/* all pages */

.fancybox-container *{
    color: #fff!important;
}
.fancybox-navigation .fancybox-button{
    width: 50px!important;
    height: 50px!important;
}
a {
    text-decoration: none;
}

.logo-pw {
    text-align: center;
}

.logo-pw div p:first-child a {
    color: #878787;
    font: 12px Helvetica;
    margin-top: -8px;
    display: block
}

.logo-pw div {}

.logo-pw div a span {
    color: transparent
}
a.whatsapp-plug-icon:hover {
    color: #4CAF50!important;
    cursor: pointer;
}

.global {
    margin: 0 auto;
    position: relative;
    z-index: -9999;
    margin-top: 200px;
}

.conteudo-pages {
    min-height: 500px;
    margin: 0 auto;
    background: #efefef;
    position: relative;
    z-index: -999;
}

.texto-pages {
    font: 15px/25px "Calibri";
    color: #000;
    text-align: justify;
    background: #fff;
}

.texto-pages h1 {
    font: 25px "Calibri";
    padding-left: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.logo img {
    width: 170px;
}
.texto-pages h2 {
    font: 20px "Calibri";
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}

.slick-track {
    max-width: none;
}

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

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

.slider img {
    max-width: 100%;
}

.slider2 .slick-active {
    opacity: 0.6 !important;
}

.slider2 .slick-center {
    opacity: 1 !important;
}

.slider2 .slick-slide {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -os-transition: all 0.3s;
}


.slider2 .slick-prev {
    right: 50px;
    left: initial;
    top: 0px;
}

.slider2 .slick-next {
    top: 0px;
    right: 0px;
}

.menu-resp {
    display: none;
}

.contato {}

.contato input {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #c3c3c3;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important;
    padding: 20px;
}

.contato textarea {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important;
    resize: none;
    height: 200px;
    border: 1px solid #c3c3c3;
}

.contato .submit {
    cursor: pointer;
    background: #ec3337;
    color: #fff;
}


body {
    overflow-x: hidden;
    position: relative;
    z-index: -999999;
}




.fundo-slider {
    overflow: hidden;
    position: relative;
    display: flex;
}

.fundo-slider img {
    max-width: initial !important;
}

.slogan-total {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 50%;
    text-align: center;
    z-index: 9999;
    width: 700px;
}

    

div#message-error-form {
    color: #fff;
}

div#message-error-form span {
    color: #fff;
}

    

.slogan {
    width: 700px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slogan .titulo {
    font: 50px "rock";
    font-weight: lighter;
    color: #fff;
    margin-bottom: 10px;
    visibility: hidden;
    text-shadow: 3px 3px 12px #000;
}

.slogan .conteudo {
    font: 25px "calibri";
    font-weight: lighter;
    color: #fff;
    visibility: hidden;
    text-shadow: 3px 3px 3px #000;
}



.conteudo-pages .texto-empresa strong {
    font: 18px/30px "rock";
    font-weight: bold;
    color: #ec3337;
}

.linha-topo-total {
    border-bottom: 1px solid #DDDDDD;
    /* position: fixed; */
    /* width: 100%; */
    /* z-index: 999; */
    /* background: #fff; */
    /* top: 0; */
}

.linha-topo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.linha-topo .item {
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
    font-family: 'Fredoka One', cursive;
}

.linha-topo .item i {
    font-size: inherit;
    color: inherit;
}

.linha-topo .item a{
    font: 20px "rock";
    color: #000;
    padding: 10px 20px;
}

.topo-total {
}

.topo {
    width: 1200px;
    margin: -15px auto;
}

.topo > div {
    width: 100%;
    text-align: center;
}

.topo .logo {
    padding: 30px 0px;
}

.menu {}

.menu li {
    display: inline-block;
}

.menu li a {
    display: block;
    padding: 15px 30px;
    font-size: 18px;
    font-family: 'Fredoka One', cursive;
}

.menu li:last-child a {
    border-right: none;
}

.menu li a:hover {
    color: #ec3337;
}

.menu li a.ativo {
    /* color: #ec3337; */
    /* box-shadow: 0px 2px 0px 0px #373435 inset; */
}



.box-01-total {
    padding: 40px 0px;
}

.box-01 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-01 .item {
    width: 285px;
    margin: 20px 0px;
    text-align: center;
    position: relative;
    visibility: hidden;
    transform: none !important;
}

.box-01 .item:hover .conteudo {
    box-shadow: 0px 0px 0px 2px #ec3337, 0px 5px 8px 0px #373435;
    background: linear-gradient(to bottom, #fff, #f8f8f8);
    opacity: 1;
    transition: opacity 0.5s;
}

.box-01 .item:hover .img::before {
    opacity: 1;
    transition: opacity 0.5s;
}

.box-01 .item:hover .conteudo::before {
    opacity: 1;
}

.box-01 .item:hover .conteudo::after {
    opacity: 1;
}

.box-01 .item .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.box-01 .item .img::before {
    opacity: 0;
    content: "Saiba Mais";
    font: 34px "calibri";
    text-transform: uppercase;
    font-weight: lighter;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(236, 51, 55, 0.8);
    transition: opacity 0.5s;
}

.box-01 .item .img img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.box-01 .item .titulo {
    font: 25px "rock";
    font-weight: lighter;
    color: #000;
    margin-bottom: 20px;
}

.box-01 .item .conteudo {
    font: 16px "calibri";
    font-weight: lighter;
    color: #666;
    margin-bottom: 10px;
    padding: 15px 10px;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    opacity: 0;
    text-align: left;
    transition: opacity 0.5s;
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: opacity 0.5s;
}

.box-01 .item .conteudo::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ec3337;
}

.box-01 .item .conteudo::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: -17px;
    left: 20px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}



.box-02-total {}

.box-02 {
    display: table;
}

.box-02 .item {
    width: 33.333333333333333333%;
    float: left;
    position: relative;
    text-align: center;
    visibility: hidden;
}

.box-02 .item:hover .conteudo {
    /* opacity: 1; */
    transition: all 0.5s;
}

.box-02 .item .img {
    width: 100%;
    height: auto;
    margin-bottom: -3px;
}

.box-02 .item .img img {
    width: 90%;
    height: auto;
    min-height: 100%;
}

.box-02 .item .conteudo {
    font: 16px "calibri";
    font-weight: lighter;
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    width: 90%;
    background: #ec3337;
    border: 5px solid #a30100;
    box-sizing: border-box;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.box-02 .item .conteudo .titulo {
    font: 30px "rock";
    font-weight: lighter;
    color: #fff;
    padding: 0px 20px;
    margin-bottom: 10px;
}



.box-03-total {
    padding: 40px 0px;
    background: #000;
}

.box-03 {
    width: 800px;
    margin: 0 auto;
}

.box-03 > .titulo {
    font: 40px "rock";
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.box-03 .box {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-03 .item {
    width: 48%;
}

.box-03 .item input {
    background: #eee;
    border: 1px solid #ccc;
    font: 18px "calibri";
    color: #999;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    outline: none !important;
    margin-bottom: 20px;
}

.box-03 .item input:last-child {
    margin-bottom: 0px;
}

.box-03 .item textarea {
    background: #eee;
    border: 1px solid #ccc;
    font: 18px "calibri";
    color: #999;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    outline: none !important;
    resize: none;
    height: 100%;
}

.box-03 .submit {
    margin: 0 auto;
    font: 20px "calibri";
    width: 100%;
    display: table;
    background: #ec3337;
    padding: 15px 20px;
    color: #fff;
    border: none;
    cursor: pointer;
}



.mapa {
    display: flex;
    position: relative;
    align-items: center;
}

.mapa img{
    width: 100%;
}

.mapa img.m950, .mapa img.m600, .mapa img.m450{
    display: none;
    height: auto;
    align-items: center;
}

.mapa-contato img.m950, .mapa-contato img.m600, .mapa-contato img.m450{
    display: none;
    height: auto;
    align-items: center;
}

.rodape-total {}

.rodape {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.rodape > div {
    padding: 20px 0px;
    font: 20px "rock";
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto-rodape i {
    font-size: inherit;
    color: inherit;
    margin: 0px 5px;
}
.texto-rodape a {
    padding: 20px 0px;
    font: 20px "rock";
    color: #000;
}

.rodape .social img {
    padding: 5px;
}

.logo-pw {}

.texto {
    width: 1200px;
    margin: 0px auto;
    padding: 20px;
    position: relative;
    z-index: 999;
}

.conteudo-pages h1 {
    font: 30px "rock";
    margin: 0 auto;
    padding: 20px;
}

.conteudo-pages .texto-empresa p {
    font: 20px/30px "rock";
    text-align: justify;
    padding: 60px;
    background: #ffffffc4;
    box-shadow: 1px 1px 1px 1px #dadada;
    border-radius: 30px 0px 30px 0px;
    z-index: 999;
    position: relative;
}

.conteudo-pages h1:after {
    content: ' ';
    display: block;
    width: 140px;
    height: 3px;
    background: linear-gradient(to right, red, #efefef);
    margin: 3px 0px;
}

.empresa {
    position: relative;
}
.contato {
    width: 1200px;
    display: flex;
    margin: 0px auto;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

.info {
    font: 18px/80px "rock";
    background: #fff;
    padding: 80px 20px;
    box-shadow: 1px 1px 1px 1px #dadada;
    border-radius: 30px 0px 30px 0px;
}
.info p {
    font: 18px/60px "rock";
}

.info i {
    font-size: 20px;
}
.empresa-02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0px;
}

.empresa-02 .item {
    width: 340px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px #dadada;
    border-radius: 30px 0px 30px 0px;
    height: 180px;
    padding: 20px;
}

.empresa-02 .item p {
    font: 19px/30px "rock";
    text-align: center;
}

.empresa-02 h2 {
    font: 22px/30px "rock";
    font-weight: bold;
    color: #ec3337;
    text-align: center;
}
.img-empresa {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: -1;
}

.img-empresa img {
    width: 640px;
    filter: grayscale(100%);
}
.produtos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.gallery, .gallery2, .gallery3, .gallery4, .gallery5, .gallery6, .gallery7 {
   /* width: 500px; */
   display: flex;
   justify-content: center;
   margin: 30px 0px;
}
.galeria-total .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1400px;
}

.galeria-total .gallery img {
    border-radius: 20px;
    border: 2px solid #ec3337;
}
.produtos .item .img {
    display: flex;
    align-items: center;
    transition: 0.5s;
    height: 240px;
    justify-content: center;
}

.produtos .texto {
    width: inherit;
    padding: 20px 10px;
    text-align: center;
    font: 20px calibri;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    background: #efefef;
    margin-top: 30px;
}

.produtos .texto i{
    font-size: 8px;
    color: #ec3337;
    margin: 0px 5px;
}

div#port .item:hover .img {
    box-shadow: 0px 0px 4px 0px #fe1010;
}

.produtos .item:hover .img {
    transform: scale(1.1);
}
.fancybox-bg {
    background: #d4d4d4!important;

}
.clientes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.clientes img {
    margin: 25px;
}
   .logo {
        text-align: left !important;
    }

    .topo .logo {
        width: 200px;
    }

    .topo {
        display: flex;
        align-items: center;
    }
.menu-fixo {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0;
    border-bottom: 1px solid #c8c8c8;
}
.empresa-03 {
    padding: 60px;
    background: #ffffffc4;
    box-shadow: 1px 1px 1px 1px #dadada;
    border-radius: 30px 0px 30px 0px;
    margin-top: 30px;
}

.empresa-03 p {
    font: 20px/30px "rock";
}

.empresa-03 h2 {
    font: 22px/30px "rock";
    font-weight: bold;
    color: #ec3337;
    text-align: center;
}
.produtos p {
    font: 17px/25px "rock"!important;
}

.produtos h2 {
    font: 22px/30px "rock";
}
.produtos strong {
    font: 17px/25px "rock";
    font-weight: 600;
}
.fancybox-caption {
    font-size: 40px!important;
    opacity: 1!important;
    visibility: visible!important;
    text-align: center;
    color: white!important;
    font-weight: bold!important;
}
li.sub-menu {
    position: relative;
}

li.sub-menu ul {
    position: absolute;
    width: 290px;
    text-align: left;
    background: #f5f5f5;
    display: none;
}

li.sub-menu ul li a {
    border-right: 0px;
}

li.sub-menu:hover ul {
    display: block;
}
.orcamento {
    position: fixed;
    bottom: 0;
    margin: 10px;
    padding: 10px;
    font-size: 14px;
    background: #e72227;
    color: #fff;
    text-align: center;
    font: 23px "rock";
    box-shadow: 1px 1px 1px 1px #040404;
    border-radius: 10px;
    left: 0;
}
.box-imgs {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.box-imgs img {
	border-radius: 20px;
	transition: 0.5s;
}

.box-imgs img:hover {
	transform: scale(1.05);
	transition: 0.5s;
}

.box-produtos-total {
	width: 1200px;
	margin: 30px auto;
}
.box-produtos .texto p {
	font-family: calibri;
	font-size: 20px;
	padding: 10px 0px;
	text-align: justify;
}

.texto.dois {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
video {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}
@media only screen and (max-width:1200px) {
    * {
        max-width: 100%;
        box-sizing: border-box;
    }

  
   
    .rodape div {
        width: 100%;
        margin: 20px 0px;
        text-align: center;
    }

    .linha-topo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
     .box-02 .item {
        width: 50%;
        float: left;
        position: relative;
        text-align: center;
    }
    .empresa-02 .item{
height: 220px;
        margin-bottom: 20px;
    }
    .conteudo-pages .texto-empresa p{
        padding: 30px;
    }
    .empresa-02{
        justify-content: space-around;
    }
    .menu li a{
        padding: 20px;
    }
    .info{
        margin-right: 20px;
    }
}


@media only screen and (max-width:950px) {
    .menu-resp {
        display: block;
        background: url('../pw-images/menu-resp.png') center no-repeat;
        padding: 40px;
        cursor: pointer;
    }

    .menu {
        display: none;
    }

    .menu li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
    }

    .mapa iframe{
        display: none;
    }
    .mapa-contato iframe{
        display: none;
    }
    
    .mapa img.m950{
        display: flex;
        width: 100%;
    }
    .mapa-contato img.m950{
        display: flex;
        width: 100%;
    }
    
}

@media only screen and (max-width:900px) {
    .conteudo-pages .texto .contato{
        flex-wrap: wrap;
                padding: 0px;

    }
     .info {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
         padding: 10px 20px;
}
    
    .conteudo-pages .contato form{
        width: 100%
    }
    
    
}

@media only screen and (max-width:720px) {
    
    .empresa-02 .item{
        width: 100%;
        height: inherit;
    }
}
@media only screen and (max-width:600px) {
    .box-02 .item {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
    }
    .box-03-total {
    padding: 20px 0px;
}
    .box-03 > .titulo {
    font: 35px "rock";
    }
    .mapa img.m950{
        display: none;
    }
    .mapa img.m600{
        display: flex;
        width: 100%;
    }
    .mapa-contato img.m950{
        display: none;
    }
    .mapa-contato img.m600{
        display: flex;
        width: 100%;
    }
    .rodape div {
    margin: 10px 0px;
}
    .rodape > div {
    padding: 10px 0px;
    
}
    .texto-rodape a {
    padding: 0px 0px;
}
}

@media only screen and (max-width:450px) {
    
    .linha-topo .item {
    padding: 10px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    font: 18px "rock";
}
    .linha-topo .item a {
    font: 18px "rock";
    }
    .box-03 > .titulo {
    font: 30px "rock";
}
    .rodape > div {
    font: 18px "rock";
    }
    .texto-rodape a {
    font: 18px "rock";
    }
    .box-03 .item {
    width: 100%;
}
    .box-03 .item textarea{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .box-03 .box{
        padding: 0px 10px;
    }
    
     .mapa img.m600{
        display: none;
        width: 100%;
    }
    .mapa img.m450{
        display: flex;
        width: 100%;
    }
    .mapa-contato img.m600{
        display: none;
        width: 100%;
    }
    .mapa-contato img.m450{
        display: flex;
        width: 100%;
    }
    .conteudo-pages .texto-empresa p {
    padding: 20px;
        font: 18px/25px "rock";
}
    .conteudo-pages .texto {
   
    padding: 10px;
    }
    .info p {
    font: 16px/50px "rock";
}
    .info i {
    font-size: 18px;
}
    
    }

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

.linha-topo .item {
   
    font: 16px "rock";
}
    .rodape > div {
    font: 16px "rock";
}
    .info {
   
    background: none;
    box-shadow: none;
    padding: 0px;
}
    .info p {
    font: 14px/50px "rock";
}
    .info i {
    font-size: 15px;
}
}
