*{
	box-sizing: border-box;
/*	transition: all .2s linear 0.1s;
*/
} 
 
body, html {

    width: 100%;
    margin: 0px;
    padding: 0px;
	font-family: 'Hind', sans-serif;
    min-width: 100%;
    background: #fff;
    text-align: center;
    font-weight: 400;
    position: relative;
}
html{
    height: 100%;

}
body{
    padding-bottom: 176px;
    min-height: 100%;
     box-sizing: inherit;	
}
body.noscroll{
	overflow: hidden;
}
body.home{
	background: #fff;
	overflow: hidden;
	height: 100%;
}
body.home, body.localizacao{
	padding-bottom: 0;

}
img{
	max-width: 100%;
	vertical-align: top;
}
#video , #video video{
transition: all .2s linear 0s;
	display: none;
}
.fancybox-overlay{
	text-align: center;
}
.fancybox-opened{
	width: auto !important;
	display: inline-block;
}
.fancybox-inner #video, .fancybox-inner #video video{
	display: initial !important;
	max-width: 100%;
	max-height: 100%;
	
}
.fancybox-inner #video video{
	position: relative;
	vertical-align: middle;
	width: auto;
	height: 100%;
}
header{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 40px 20px;
	background: #fff;
}
.home header{
	background: transparent;
}
header > div{
	display: inline-block;
	width: 100%;
}
header > .menu{
	position: absolute;
	left: 20px;
	width: auto;
}
header > .lang{
	position: absolute;
	right: 20px;
	width: auto;
	top: 42px;
}
header > .lang ul{
	font-size: 0;
}
header > .lang ul li{
	display: inline-block;

}
header > .lang ul li a{
	color: #000;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 10px;
	margin-top: 10px;
	line-height: 15px;
	border-right: 1px solid #000;
	display: inline-block;
	opacity: 0.5;
}
.home header > .lang ul li a{
	color: #fff;
	border-right: 1px solid #fff;
}
header > .lang ul li a.actived{
	font-weight: 600;
	opacity: 1;	
}
header > .lang ul li:last-child a{
	border: 0;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999; /* Stay on top */
    top: 0;
    left: 0;
    font-size: 0;
    background-color: rgba(208, 78,70,0.9); /* Black*/
    background-color: rgba(0, 0,0,0.7); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	text-align: left;
	opacity: 0;
}
.sidenav.active{
	opacity: 1;
}
/* The navigation menu links */
.sidenav > a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}



/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: relative;
    margin-top: 40px;
    padding: 0;
    font-size: 36px;
    width: auto;
    display: inline-block;
    color: #fff;
}

.sidenav .fechar{
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	height: 100%;
	background: #000;
	color: #fff;
	font-weight: 100;
	text-align: center;
	z-index: 3;
}
.sidenav .relative{
	position: relative;
}
.sidenav .menus{
	padding: 40px 0;
	margin-left: 10%;
	background: #222222;
	vertical-align: top;
	display: inline-block;
	width: 40%;
	min-height: 100vh;
	top: 0;
	z-index: 2;
	position: relative;
	overflow: auto;
	padding-bottom: 120px;
}
.sidenav .menus .logo_in{
	width: 100%;
	display: inline-block;
	padding: 0 10%;
}
.sidenav .menus nav{
	width: 100%;
	height: auto;
	padding-top:130px;
}
.sidenav .menus nav ul li{
	display: inline-block;
	width: 100%;

}
.sidenav .menus ul li{
	position: relative;
}
.sidenav .menus ul li a{
	display: inline-block;
	width: 100%;
	padding: 0px 10%;
	font-size: 40px;
	color: #fff;
	line-height: 55px;
	font-weight: 400;
	text-align: left;

}
.sidenav .menus ul li a.active, .sidenav .menus ul li a:hover, .sidenav .menus ul li a.active{

	border-left: 1px solid #db001b;
	padding-left:  calc(10% - 1px);
}
.sidenav .menus ul li a.active{
	color: #db001b;
}
.sidenav .menus .menu_mobile > ul > li a{
	font-size: 23px;
	line-height: 40px;
}
/*.sidenav .menus ul li a.close{
	width: 30px;
	height: 70%;
	position: absolute;
	right: 20px;
	top: 0;
	background: url(../images/close.png) no-repeat center center;
	background-size: cover;
	display: none;
	z-index: 2;
	padding: 0;
	border:0;

}
.sidenav .menus ul li.active a.close{
	display: inline-block;
}*/
.sidenav .submenus{
	display: inline-block;
	width: 50%;
	height: 100%;
	position: relative;

}
.sidenav .submenus .close_all{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	display: none;
}
.noscroll .sidenav .submenus .close_all{
	display: inline-block;
}
.sidenav.active .submenus{
	position: fixed;
/*	background: #222222*/
}
.sidenav .submenus .solucoes{
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;

/*	background: rgba(0,0,0,0.9);*/
	transition: all .2s linear 0s;
	font-size: 0;
	width: 100%;
	opacity: 0;
	padding: 50px;
	background: #fff;
	overflow: auto;
}
.sidenav .submenus .solucoes ul{
	text-align: left;
}
.sidenav .submenus ul li{
	width: 32%;
	background: green;
	display: inline-block;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	background: no-repeat center center;
	background-size: cover;
}
.sidenav .submenus ul li:nth-of-type(3n){
	margin-right: 0;
}
.sidenav .submenus ul li img{
	width: 100%;
}
.sidenav .submenus ul li span{
	position: absolute;
	right: 100%;
	transition: all .2s linear 0s;
	width: 100%;
	height: 100%;
	background: #222222;
	text-transform: uppercase;
	background: rgba(219,0,27,0.9);

	font-size: 0px;
	text-align: center;
	color: #fff;
	padding: 15px;
}
.sidenav .submenus  ul li span p{
	vertical-align: middle;
	display: inline-block;
	font-size: 20px;

}
.sidenav .submenus  ul li:hover span{
	right: 0;
}
.sidenav .submenus > div{
	width: 100%;
	font-size: 0;
	position: absolute;
	right: 100%;
	opacity: 0;
	text-align: center;
	height: 100%;
	top: 0;
	transition: all .2s linear 0s;
	background: #222;
/*	background: rgb(0,0,0,0.9);*/

}
.sidenav .submenus .contacto .form{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
	width: 60%;
}
.sidenav .submenus .contacto .form h2, .popup .popup-inner h2{
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 80px;
	width: 100%;
	text-align: center;

}
.sidenav .submenus .contacto .form input, 
.sidenav .submenus .contacto .form textarea,
.popup .popup-inner form input,
.popup .popup-inner form textarea{
	font-size: 17px;
	font-family: 'Hind', sans-serif;
	color: #222222;
	background: rgba(255,255,255,0.9);
	width: 100%;
	border:0;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 10px 20px;

}
.sidenav .submenus .contacto .form input[type="submit"], .popup .popup-inner form input[type="submit"]{
	background: #db001b;
	color: #fff;
}
.sidenav .submenus .active{
	right: 0;
	opacity: 1;
}
.sidenav .submenus .servicos{
	background: #222;
	font-size: 0;
	padding: 50px;
	overflow: auto;
	margin-bottom: 50px;
}
.sidenav .submenus .servicos .content{
	display: inline-block;
	width: 100%;

	padding-bottom: 50px;
	vertical-align: middle;

}
.sidenav .submenus .servicos article{
	display: inline-block;
	width: 100%;
	background: rgba(255,255,255,1);
	background:#222222;

	padding: 50px;
}
.sidenav .submenus .servicos h2{
	font-size: 2vw;
	color: #db001b;
	font-weight: 600;
	padding: 50px 0 30px;
	text-transform: uppercase;

}
.sidenav .submenus .servicos h2:first-child{
	padding-top: 0;
}
.sidenav .submenus .servicos p{
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	font-weight: 300;
	text-align: justify;
}
.sidenav .submenus div > a.close{

	font-size: 50px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/close.png) no-repeat center center;
	background-size: cover;

	z-index: 2;

}
.sidenav .submenus .produtos > a.close, .sidenav .submenus .solucoes > a.close{
	background: url(../images/close_black.png) no-repeat center center;
}
.sidenav .submenus .produtos{
	padding: 50px;
	background: #fff;
	text-align: left;
}
.sidenav .submenus .produtos ul{
	display: inline-block;
	vertical-align: top; 
	width: 100%;
	position: relative;
	min-height: 100%;
}
.sidenav .submenus .produtos ul li{
	width: 100%;
	display: inline-block;
	margin-right: 0;
	position: absolute;
	height: 50%;
	background: transparent;
}
.sidenav .submenus .produtos ul li:nth-of-type(2){
	top: 50%;
}
.sidenav .submenus .produtos ul li a{
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: no-repeat center center;
	background-size: cover;
}
.sidenav .submenus .produtos ul li a img{
	display: none;
}
.sidenav .submenus .produtos ul li a span{
	display: inline-block;
	position: absolute;
	left: -100%;
	top: 0;
	opacity: 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 0px;
	background: rgba(219,0,27,1);

}
.sidenav .submenus .produtos ul li a span .info{
	display: inline-block;
	vertical-align: middle;	
}
.sidenav .submenus .produtos ul li a span p{

	font-weight: 600;
	font-size: 3.5vw;
	width: 100%;
}
.sidenav .submenus .produtos ul li a span p:nth-of-type(2){
	font-size: 13px;
	color: #000;
}
.sidenav .submenus .produtos ul li a:hover span{
	opacity: 1;
	left: 0;
}
.sidenav .submenus .menus #accordion{
	padding: 50px;
	text-align: center;
}
.sidenav .submenus .menus div h3{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	padding-bottom: 10px;
}
.sidenav .submenus .menus div h3:focus, .sidenav .submenus .menus div h3:active{
	border:0;
}
.sidenav .submenus .menus div h3:first-child{
	margin-top: 0;
}
.sidenav .submenus .menus div h3.ui-state-active{
	color: #db001b;
}
.sidenav .submenus .menus div div{
	padding: 20px 0;
	max-width: 700px;
	display: inline-block;
}
.sidenav .submenus .menus div div p{
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	font-weight: 300;
	text-align: justify;

}
.sidenav .menus .menu_mobile > ul{
	margin-top: 50px;
}
.sidenav .menus .redes{
	width: 100%;
	padding: 20px 10%;
	margin-top: 20px;
}
.sidenav .menus .redes a{
	display: inline-block;
	width: auto;
	margin-right: 15px;
}
.sidenav .menus .redes a:last-child{
	margin-right: 0;
}
.sidenav footer{
	width: 100%;
	position: absolute;
	bottom: 50px;
	right:  0;
	font-size: 0px;
	color: #636363;
	font-weight: 600;
}
.sidenav footer p{
	padding-left:10%;
	width: 50%;
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}
.sidenav footer p:last-child{
	text-align: right;
	padding-left: 0;
	padding-right:10%;
}
.sidenav footer a{
	color: #636363;
	text-transform: uppercase;

}
.menu div {
  width: 60px;
  height: 30px;
  position: relative;
  margin: 0px auto;

  cursor: pointer;
}
.menu div span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
transition: all .2s linear 0s;	
}
.home .menu div span{
  background: #fff;

}
.menu div span:nth-child(1) {
  top: 0px;
}

.menu div span:nth-child(2) {
  top: 12px;
  width: 80%;

}

.menu div span:nth-child(3) {
  top: 23px;
  width: 60%;
  background: #db001b;
}


.menu div:hover span:nth-child(1) {
  top: 0px;
  width: 40%;
}

.menu div:hover span:nth-child(2) {
  top: 12px;
  width: 60%;

}

.menu div:hover span:nth-child(3) {
  top: 23px;
  width: 80%;
  background: #db001b;
}


#main {
    padding: 20px;
}
.content{
	position: relative;
/*	width: 63%;
*/	margin: 0 auto;
	max-width: 700px;
}
section{
	text-align: center;
}
.mobile-show{
	display: none !important;
}
.mobile-hidden{
	display: inline-block !important;
}
.slide{
	position: absolute;
	height: 100%;
	overflow: hidden;
	background: #000;
	width: 100%;
}
.slide video{
	min-width: 100%;
	height: auto;
	min-height: 100%;
	opacity: 0.2;
}
.slide .logo{}
.slide .logo_text{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	max-width: inherit;
	top: 0;
	background: url(../images/fundo.png) no-repeat center center;
	font-size: 0;
	opacity: 0;
	-webkit-animation: bummer 4s;
    animation: bummer 4s;
    -webkit-transform: scale(0.5,0.5); 
    transform: scale(0.5,0.5);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes bummer {
    100% {
        -webkit-transform: scale(1,1); 
        opacity: 1;
    }
}

@keyframes bummer {
    100% {
        transform: scale(1,1); 
        opacity: 1;
    }
}
.slide .logo_text .logo_content{
	display: inline-block;
	width: 100%;
	vertical-align: middle;


}
.slide .logo_text .logo_content h2{
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 600;
}
.slide .logo_text .logo_content h3{
	color: #acacac;
	font-size: 1.4vw;
	text-transform: uppercase;
	font-weight: 400;	
	margin-top: 40px;
}


section.video{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}
section.video a{
	color: #fff;
	display: inline-block;
	text-transform: uppercase;	
	text-decoration: none;
	font-size: 14px;
}
section.video a img{
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}
section.pedido{
	position: fixed;
	right: 20px;
	bottom: 28px;
	z-index: 9;
	
}
section.pedido a{
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0.8;
	padding: 5px;
	transition: all .2s linear 0s;
	-webkit-box-shadow: 2px 2px 0 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 0 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 0 0px rgba(0,0,0,0.2);
}
section.pedido a:hover{
	opacity: 1;
	background: rgba(219, 0, 27, 1);

}

.fancybox-overlay {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;

}
body .fancybox-close{
	position: fixed;
	top: 36px;
	right: 36px;
	background: url(../images/close.png) no-repeat center center;
	background-size: cover;
 	transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);


    text-align:center;

}
 
body .fancybox-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);

}

#video.visible{
	display: none;
}
body .fancybox-skin{
	background: transparent;
	-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;

}
section.about{
	position: relative;
	display: inline-block;
	width: 100%;
}

section.about .top{
	padding-top: 200px;
	width: 100%;
	display: inline-block;
}

section.about .top p, section.about .bottom .content > p {
	width: 100%;
	display: inline-block;
	font-size: 99px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	line-height: 70px;
	position: relative;
}
section.about .bottom{
/*	background: #db001b;
*/	padding: 0px 0 100px;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.menu_in section.about .bottom{
	padding: 30px 20px;
	margin-top: 120px;
}
/*section.about .top, section.about .bottom{
	overflow: hidden;
}*/
section.about .bottom .content > p{
	color: #db001b;
	font-size: 83px;
}
section.about .bottom .text{
	width: 100%;
	text-align: justify;
	color: #000;
	font-size: 13px;
	font-weight: 300;
	line-height: 26px;
	display: inline-block;
	margin-top: 50px;
}
.menu_in section.about .bottom ul{
	width: 100%;
}
.menu_in section.about .bottom ul li{
	display: inline-block;
	width: auto;
	margin: 10px 0;
}
.menu_in section.about .bottom ul li a{
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
}
.menu_in section.about .bottom ul li.ui-tabs-active a{
	color: #db001b;
	background: #fff;

}
.menu_in section.missao .content {

}
.menu_in section.missao .content  > div h2{
	font-size: 5vw;
	color: #000;
	font-weight: 600;
	margin-bottom: 40px;
	text-transform: uppercase;

}
section.missao{
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #000;
	padding: 100px 0;
	position: relative;
	overflow: hidden;

}
section.missao .fundo{
	position: absolute;
	right: 0;
	height: 100%;
	opacity:0.1;
	width: 100%;
}
section.missao .fundo img{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 50px;
	position: absolute;
	left: -50%;
}
section.missao h3{
	font-size: 4vw;
	font-weight: 600;
	padding: 20px 0;
}
section.missao h3:first-child{
	padding-top: 0;
}
section.missao p, section.missao ul li{
	color: #000;
	font-size: 13px;
	font-weight: 300;
	text-align: justify;
	line-height: 26px;
}
section.missao ul li strong{
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;

}

section#map{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
section.localizacao{
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background: rgba(255,255,255,0.7);
}
section.localizacao > div{
	vertical-align: middle;
	display: inline-block;
	margin-top: 250px;
}
section.localizacao div h2{
	text-transform: uppercase;
	font-size: 4vw;
	font-weight: 600;
	margin-bottom: 50px;
}
section.localizacao div p{
	line-height: 35px;
	font-size: 20px;
	font-weight: 300;
}
section.localizacao div p a{
	margin: 10px 5px 0;
	display: inline-block;
	color: #000;
}
section.localizacao div p a.email{
	margin:0;
}
section.localizacao div p:last-child{
	margin-top: 20px;
}
section.localizacao.newClass{
	left: -100%;
	opacity: 0;
	overflow: hidden;
}
.botao{
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	z-index: 3;

}
.botao p{
	cursor:pointer;
	font-size: 15px;
/*	background: #db001b;*/
	padding: 10px 20px;
	display: inline-block;
	color: #fff;

	width: 40px;
	height: 40px;
	background: url(../images/open.png) no-repeat center center;
	background-size: cover;
}
.botao p.newClass{
	background: url(../images/close_black.png) no-repeat center center;
	background-size: cover;
}

body > footer{
	width: calc(100% - 40px);
	display: inline-block;
	
	color: #db001b;
	padding: 30px 20px;
	position: absolute;
	bottom: 0;
	left: 20px;
}
.localizacao .slide, body.produtos .slide {
	background: #fff;
}
.slide .info{
	width: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	height: 100%;
    background: rgba(255,255,255,0.9);
    transition:ease 0.25s all;
    z-index: 3;
	font-size: 0;
}
.newClass .slide .info{
	left: 0;
}
.slide .info .content{
	display: inline-block;
	vertical-align: middle;
	padding: 50px;
	width: 60%;
	height: auto;
}
.slide .info .content h1{
	font-size: 5vw;
	width: 100%;
	color: #db001b;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.slide .info .content h2{
	font-size: 14px;
	width: 100%;
	color: #222222;
	font-weight: 600;
	margin-bottom: 50px;

}
.slide .info .content p{
	font-size: 13px;
	line-height: 26px;
	color: #222222;
	text-align:justify;
}
.slide .info .content p a{
	color: #db001b;
	margin-top: 30px;
	display: inline-block;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;

}
.bxslider, .bxslider li{
    height: 100% !important;;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}


footer ul {
	font-size: 0;
}
footer ul li{
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	width: 20%;
	vertical-align: top;

}
footer ul li:nth-of-type(1){
	text-align: left;
}
footer ul li:nth-of-type(2){
	width: 60%;
	text-align: center;
}
footer ul li:nth-of-type(2) img{
	position: relative;
	margin-bottom: 20px;
}
footer ul li:nth-of-type(2) h3:before{
	width: 5%;
	height: 3px;
	background: #000;
	content: "";
	display: inline-block;
}
footer ul li:nth-of-type(2) h3 p{
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
footer ul li:nth-of-type(3){
	text-align: right;
}
footer ul li h2{
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 300;
}
footer ul li:nth-of-type(2) h3{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	color: #000;


}
footer ul li a{
	color: #db001b;
	font-weight: 500;
	margin-right: 5px;

}
/* POPUP */
/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 99999999;
}

/* Inner */
.popup-inner {
    max-width:500px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    background: #222222;
    box-sizing: border-box;
/*    padding-left: 180px;
*/    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
}

/*.popup-inner .imagem{
	width: 100px;
	position: absolute;
	top: 0;
	height: 100%;
	left: 35px;
}
.popup-inner .imagem img{
	max-width: 96%;
	display: inline-block;
	vertical-align: middle;
}*/
.popup.vimeo .popup-inner{
	padding: 0;
}
.popup-inner h2{
	
}
.popup-inner p a{
	color: #000;
}
.popup-inner p a:hover{
	color: #e37c28;
}
.popup-inner a{
	text-decoration: none;
}
.popup-inner p a img{
	margin-left: 10px;
	vertical-align: bottom;
}
/* Close Button */
.popup-close, .popup-close1 {
    width:auto;
    height:auto;
    padding-top:4px;
    display:inline-block;
    position:fixed;
    top: -50px;
    right:-50px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);


    text-align:center;

}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);

}
#popUpDiv{
	position: fixed;
	background: rgba(255,255,255,0.9);
	text-align: center;
	color: #db001b;
	vertical-align: middle;
	top: 0;
	z-index: 9999;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
}
#popUpDiv .text{
	display: inline-block;
	vertical-align: middle;
}
.popup-close1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.mensagem{
	display: none;
}
@media only screen and (max-width: 840px){
	section.about .top p, section.about .bottom .content > p{
		font-size: 12vw;
		line-height: 8vw;
	}
	section.about .top{
		padding-top: 130px
	}
	section.about .bottom .content > p{
		font-size: 10vw;
	}
	section.about .top, section.about .bottom{
		overflow: inherit;
	}
	section.about .bottom .text, section.missao .content{
		width: 90%;
	}
	.stodis{
		overflow: auto !important;
	}
}
@media only screen and (max-width: 480px){
	.sidenav .fechar{
		width: 20px;
		height: 20px;
		background: transparent;
		top: 30px;
		left: 30px;
	}
	.menu div{
		width: 40px;
	}
	header > div{ padding: 0 80px; }
	.sidenav .closebtn{
		margin-top: 10px;
		margin-left: 10%;
		width: 100%;
		height: auto;
		background: transparent;
	}
	.sidenav .menus{
		margin-left: 0;
		width: 100%;
		font-size: 0;
		min-height: auto;
		padding: 30px 0;

	}
	.sidenav .menus .logo_in{
		width: 100%;
	}
	.sidenav .menus .logo_in a{
		padding: 8px 0 ;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.sidenav .menus .logo_in a img{
		max-width: 130px;
	}
	.sidenav .menus nav, .sidenav .menus .menu_mobile{
		padding-top: 30px;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
	
	.sidenav .menus ul li a{
		font-size: 23px;
		line-height: 36px;
		padding: 0px 6%;
	}
	.sidenav .menus ul li a.active, .sidenav .menus ul li a:hover, .sidenav .menus ul li a.active{
		padding-left: calc(6% - 1px);
	}
	.sidenav .menus .menu_mobile > ul{
		margin-top: 5px;
	}
	.sidenav .menus .menu_mobile > ul > li a{
		font-size: 14px;
		line-height: 24px;
	}
	.sidenav .menus .redes{
		padding: 0 10%;

	}
	.sidenav .menus .redes a{
		padding: 0;
	}
	.sidenav .menus .redes a img{
		width: 15px;
	}
	.sidenav footer{
		position: relative;
		display: inline-block;
		bottom: inherit;
		right: inherit;
		text-align: left;
		margin-top: 20px;
		padding: 0 10%;
	}
	.sidenav footer p, .sidenav footer p:last-child{
		width: 100%;
		display: inline-block;
		padding: 0;
		text-align: left;
	}
	header > .lang ul li{
		width: 100%;
	}
	header > .menu{
		padding: 0;
	}
	header > .lang{
		width: 25px;
		right: 10px;
		padding: 0;
		top: 28px;
	}
	header > .lang ul li a, .home header > .lang ul li a{
		font-size: 12px;
		padding: 0 5px;
		border:0;
		margin-top: 0;
	}
	.sidenav.active .submenus{
		position: relative;
		display: inline-block;
		height: auto;
		min-height: auto;
		width: 100%;
	}
	.sidenav .submenus > div, .sidenav .submenus .servicos, .sidenav .submenus .solucoes{
		position: relative;
		height: auto;
		max-height: 00px;
		right: 0;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	.sidenav .submenus .produtos{
		padding: 0;
	}
	.sidenav .submenus .produtos ul li{
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}
	.sidenav .submenus > div.active{
		max-height: 100000px;
	}
	.sidenav .submenus > div > div, .sidenav .submenus > div > ul{
		padding: 20px;
	}
	.sidenav .submenus .produtos ul li a img{
		display: inline-block;
	}
	.sidenav .submenus ul li{
		width: 49%;
	}
	.sidenav .submenus ul li:nth-of-type(3n){
		margin-right: 2%;
	}
	.sidenav .submenus ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.sidenav .submenus ul li span p{
		font-size: 14px;
	}
	.sidenav .submenus .menus div h3, .sidenav .submenus .servicos h2{
		font-size: 17px;
	}
	.sidenav .submenus .servicos article{
		padding: 20px 0;
	}
	.sidenav .submenus .contacto .form{
		width: 100%;
	}
	.sidenav .submenus div > a.close{
		display: none;
	}
	.sidenav .submenus .menus #accordion{
		padding: 20px;
		text-align: center;
	}
	section.missao{
		padding-top: 0;
	}
	section.missao h3{
		font-size: 10vw;
	}
	footer ul li{
		width: 0px;
	}
	footer ul li:nth-of-type(2){
		width: 100%;
	}
	.slide video{
		max-height: 100%;
	}
	.slide .logo_text{
		background: transparent;
	}
	.sidenav .submenus .produtos ul li a span p{
		font-size: 9vw;
	}
	.bx-wrapper .bx-viewport ul{
		padding: 35% 0;
	}
	/*.bx-viewport, .bx-wrapper{
		height: 60% !important;
	}*/
	.slide .info .content{
		width: 90%;
		overflow: auto;
	}
	.slide .info{
		overflow: auto;
		padding-top: 116px;
		margin-bottom: 116px;
	}
	.botao{
		bottom: 20px;
	}
	.botao p{
		width: 20px;
		height: 20px;
		padding: 0;
	}
	.sidenav .submenus .contacto .form h2, .popup .popup-inner h2{
		font-size: 25px;
		margin-bottom: 20px;
	}
	.sidenav .submenus .contacto .form input, .sidenav .submenus .contacto .form textarea, .popup .popup-inner form input, .popup .popup-inner form textarea{
		font-size: 14px;
		padding: 6px 13px;
		border-radius: 0;
		box-shadow: transparent;

		-webkit-appearance: none;
	}
	.popup-close{
		top: 20px;
		right:20px;
		width: 20px;
	}
	body .bx-wrapper .bx-controls-direction a{
		width: 20px;
		height: 20px;
		margin-top: -10px;
		
	}
	body .bx-wrapper .bx-next,body  .bx-wrapper .bx-prev{
		background-size: cover; 
	}
	.slide .info .content p a{
		text-align: left;
	}
	section.pedido a img{
		width: 20px;
	}
	section.localizacao > div{
		margin-top: 120px;
	}
	section.localizacao div p{
		font-size: 14px;
		line-height: 20px;
	}
	section.localizacao div p:last-child a{
		width: 20px;
	}
	.popup .popup-inner form textarea{
		height: 50px;
	}
	.popup .popup-inner h2{
		line-height: 35px;
	}
	section.localizacao div p a.email{
		width: 100%;
	}
	.content{
		width: 90%;
	}
}
@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 840px) 
and (orientation : landscape) { 
	.slide .logo_text{
		background: transparent;
	}
	.sidenav .menus{
		margin-left: 0;
		width: 100%;
		font-size: 0;
		min-height: auto;
		padding: 30px 0;

	}
	.sidenav .menus .logo_in{
		width: 100%;
	}
	.sidenav .menus .logo_in a{
		padding: 8px 0 ;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.sidenav .menus .logo_in a img{
		max-width: 130px;
	}
	.sidenav .menus nav, .sidenav .menus .menu_mobile{
		padding-top: 30px;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
	
	.sidenav .menus ul li a{
		font-size: 23px;
		line-height: 36px;
		padding: 0px 6%;
	}
	.sidenav .menus ul li a.active, .sidenav .menus ul li a:hover, .sidenav .menus ul li a.active{
		padding-left: calc(6% - 1px);
	}
	.sidenav .menus .menu_mobile > ul{
		margin-top: 5px;
	}
	.sidenav .menus .menu_mobile > ul > li a{
		font-size: 14px;
		line-height: 24px;
	}
	.sidenav .menus .redes{
		padding: 0 10%;

	}
	.sidenav .menus .redes a{
		padding: 0;
	}
	.sidenav .menus .redes a img{
		width: 15px;
	}
	.sidenav .fechar{
		width: 20px;
		height: 20px;
		background: transparent;
		top: 30px;
		left: 30px;
	}
	.menu div{
		width: 40px;
	}
	header > .lang ul li{
		width: 100%;
	}
	header > .menu{
		padding: 0;
	}
	header > .lang{
		width: 25px;
		right: 10px;
		padding: 0;
		top: 8px;
	}
	header > .lang ul li a, .home header > .lang ul li a{
		font-size: 12px;
		padding: 0 5px;
		border:0;
		margin-top: 0;
	}
	header > .logo a img{
		max-height: 20px
	}
	header > div{ padding: 0 80px; }
	.sidenav .closebtn{
		margin-top: 10px;
		margin-left: 10%;
		width: 100%;
		height: auto;
		background: transparent;
	}
	.sidenav footer{
		position: relative;
		display: inline-block;
		bottom: inherit;
		right: inherit;
		text-align: left;
		margin-top: 20px;
		padding: 0 10%;
	}
	.sidenav footer p, .sidenav footer p:last-child{
		width: 100%;
		display: inline-block;
		padding: 0;
		text-align: left;
	}
	.sidenav.active .submenus{
		position: relative;
		display: inline-block;
		height: auto;
		min-height: auto;
		width: 100%;
	}
	.sidenav .submenus > div, .sidenav .submenus .servicos, .sidenav .submenus .solucoes{
		position: relative;
		height: auto;
		max-height: 00px;
		right: 0;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	.sidenav .submenus .produtos{
		padding: 0;
	}
	.sidenav .submenus .produtos ul li{
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}
	.sidenav .submenus > div.active{
		max-height: 100000px;
	}
	.sidenav .submenus > div > div, .sidenav .submenus > div > ul{
		padding: 20px;
	}
	.sidenav .submenus .produtos ul li a img{
		display: inline-block;
	}
	.sidenav .submenus ul li{
		width: 49%;
	}
	.sidenav .submenus ul li:nth-of-type(3n){
		margin-right: 2%;
	}
	.sidenav .submenus ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.sidenav .submenus ul li span p{
		font-size: 14px;
	}
	.sidenav .submenus .menus div h3, .sidenav .submenus .servicos h2{
		font-size: 17px;
	}
	.sidenav .submenus .servicos article{
		padding: 20px 0;
	}
	.sidenav .submenus .contacto .form{
		width: 100%;
	}
	.sidenav .submenus div > a.close{
		display: none;
	}
	.sidenav .submenus .menus #accordion{
		padding: 20px;
		text-align: center;
	}
	.sidenav .submenus .contacto .form{
		font-size: 0;
	}
	.sidenav .submenus .contacto .form h2, .popup .popup-inner h2{
		font-size: 25px;
		margin-bottom: 20px;
	}

	.sidenav .submenus .contacto .form input, .sidenav .submenus .contacto .form textarea, .popup .popup-inner form input, .popup .popup-inner form textarea{
		font-size: 14px;
		padding: 6px 13px;
		border-radius: 0;
		box-shadow: transparent;
		
		-webkit-appearance: none;
	}
	.sidenav .submenus .contacto .form input:nth-of-type(2), .sidenav .submenus .contacto .form input:nth-of-type(1){
		width: 49%;
		display: inline-block;
		margin-right: 2%;
	}
	.sidenav .submenus .contacto .form input:nth-of-type(2){
		margin-right: 0;
	}
	.slide .logo_text{
		padding:75px 0;
		height: 100%;
	}
	.slide .logo_text .logo_content{
		height: 90%;
	}
	.slide .logo_text .logo_content img{
		max-height: 100%;
	}
	section.video{
		bottom: 10px;
	}
	header{
		padding: 20px;
	}
	section.about .bottom .text, section.missao .content, section.missao p, section.missao ul li{
		font-size: 12px;
		line-height: 18px;
	}
	.popup{
		overflow: auto;
	}
	.popup-inner{
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	.popup-close, .popup-close1{
		top: 40px;
		right: 40px;
		width: 20px;
		height: auto;
	}
	main{
		position: relative;
		height: auto;
	}
	section.localizacao{
		position: relative;
		height: auto;
		padding-bottom: 60px;
	}
	.botao{
		bottom: 10px;
	}
	.botao p{
		width: 20px;
		height: 20px;
	}
	section.localizacao div p a.email{
		width: 100%;
	}

}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
