﻿html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

body {
	background-color: #e3e3e3;	
	color: #333;
	font-family: "Source Sans Pro",sans-serif;
	margin: 0px;
	padding: 0px;
	background-position: top;
	background-size: auto;
	width: 100%;
    height: 100%;	
}

#all{
	height:100%;
	width:100%;
	margin:auto;
}

/* div das Páginas do TOPO */
#principal {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	z-index: 1;
}


#container-topo {
	width: 100%;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e3e3e3;
	position: relative;
}

#logo-box {
	width: 40%;
	height: 150px;
	float: left;
	position:relative;
	display: block;
}

.logo-img{
	height: 130px;
	margin-top: 10px;
	margin-left: 25%;
	margin-right: 0px;
	margin-bottom: 0px;
	position:relative;
}


#traducao-box {
	width: 50%;
	float: right;
	position:relative;
	height: 130px;
}

#traducao {
	text-transform: uppercase;
	padding: 20px 110px 0px 20px;
	float: right;
}

#traducao ul {
	list-style: none;
}

#traducao > ul > li {
	float: left;	
}

.ico-trad {
	width: 57px;
	position: relative;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	-webkit-box-shadow: 0px 2px 2px #6e6e6e;
	-moz-box-shadow: 0px 2px 2px #6e6e6e;
	box-shadow: 0px 5px 5px #6e6e6e;
	cursor: pointer;
	margin-right: 10px;
}
.ico-trad:hover {
	width: 57px;
	position: relative;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	-webkit-box-shadow: 0px 2px 2px #6e6e6e;
	-moz-box-shadow: 0px 2px 2px #6e6e6e;
	box-shadow: 0px 5px 5px #6e6e6e;
	cursor: pointer;
	margin-right: 10px;
	margin-top: -5px;
}


#asd{
	width: 35%;
	float: right;
	position: relative;
	display: none;
}
.ico-trad-menu {
	width: 20%;
	position: relative;
	float: left;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	cursor: pointer;
	margin-top: 13px;
	margin-right: 15px;
}




/* MENU */


a { color: #FFF; }

h1 {
  margin-top: 100px;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  font-family: 'roboto', sans-serif;
}

#container {
  margin: 0 auto;
  max-width: 890px;
}

p { text-align: left; }
 .toggle, [id^=drop] {
 display: none;
}


#espaco{
	width:30px;
}

nav {
  margin: 0;
  padding: 0;
  background-color: #030808;
  border-bottom: medium solid #B3080A;
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

	
	
nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #030808;
}

nav a {
  display: block;
  padding: 5px 30px 5px 30px;
  color: #FFF;
  font-size: 15px;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Segoe UI",Arial,sans-serif;
  font-weight: 400;
}

nav ul li ul li:hover { background: #0c1e1e;}

nav a:hover { background-color: #0c1e1e;}

nav ul ul {
  display: none;
  position: absolute;
  top: 70px;
	border-top: solid #B3080A;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 270px;
  float: none;
  display: list-item;
  position: relative;
	z-index: 30;
}

nav ul ul ul li {
  position: relative;
  top: -70px;
  left: 170px;
}

li > a:after { content: ' ▼'; }

li > a:only-child:after { content: ''; }

#enable-disable{
	display: none;
}





/* div das Páginas do MEIO */
#imagen-meio{
	background: url('../images/background.jpg');
	overflow: hidden;
    width: 100%;
    height: 100%;
}

#container-meio {
	background-image: url(../images/transparencia.png);
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 30px;
	float: left;
}

#container-campo1{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 45px;
	mmargin-bottom: 35px;
	border-bottom: 0px solid #011a2c;
	position:relative;
	float: left;
}

#container-campo2{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 56px;
	margin-bottom: 56px;
	border-bottom: 0px solid #011a2c;
	position:relative;
	background-color:#DDDADA;
	padding-top: 10px;
	padding-bottom: 30px;
}

#container-campo3{
	width: 85%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 56px;
	margin-bottom: 30px;
	border-bottom: 0px solid #011a2c;
	position:relative;
	padding: 30px;
}

#titulo h2 {
	float: none;
	color: #ec1d25;
	text-align: left;
	position: relative;
	padding-left: 30px;
	margin-bottom: 30px;
	font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
	font-size: 30px;
	margin-top: -10px;
}



#caixa {
	background-color: #01212c;
    position: relative;
	float: left;
    width:45%;
	margin-top: 0px;
	margin-left: 3.1%;
	margin-right: 0%;
	margin-bottom: 35px;
	padding-top: 3px;
	display: block;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	-webkit-box-shadow: 0px 2px 2px #6e6e6e;
	-moz-box-shadow: 0px 2px 2px #6e6e6e;
	box-shadow: 0px 5px 5px #6e6e6e;
	cursor: pointer;
	border: 1px solid #0a4f82;
}

#caixa:hover {
	cursor: pointer;
	filter: drop-shadow(0px 0px 7px #000000);
}
.demo-3 figure img:hover {
	filter: grayscale(100%);
	transition: is;
}

#caixa a, a:active {
	text-decoration: none;
}

#caixa h3 {
	width: 100%;
	float: none;
	color: #ec1d25;
	text-align:center;
	position: relative;
}

.demo-3 {
    position:relative;
    width:100%;
    overflow:hidden;
    margin-right: 0px;
	padding-right: 0px;
	list-style: none;
}
.demo-3 figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
	margin-right: 40px;
}
.demo-3 figure img {
    display:block;
    position:relative;
    z-index:10;
	width: 100%;
	margin-left: -20px;
}
.demo-3 figure figcaption { 
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.demo-3 figure h2 {
    font-family:'Lato';
    color:#fff;
    font-size:15px;
    text-align:left;
	width: 100%;
	margin-top: -0px;
}
.demo-3 figure p {
    display:block;
    font-family:'Lato';
    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.demo-3 figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
	margin-left: -20px;
    padding:32px 32px;
    background-color:rgba(26,76,110,0.5);
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
}


#texto-novidades{
	text-align: justify;
	padding: 30px;
}

#parceiria-yaskawa {
	padding-left: 60%;
	width: 30%;
	display: block;
}


#cabecalho-tub{
	padding-left: 50px;
}

#texto-tub{
	text-align: justify;
}

#video-tub{
    position: relative;
	float: left;
	display: block;
	margin-right: 0%;
	margin-left: 0%;
	padding-left: 0%;
	padding-top: 1%;
	width: 100%;
}
#vid-borda {
	padding: 15px;
}



/* div das Páginas do Rodape */

#container-rodape {
	background-color: #000a11;
	width: 100%;
	height: 230px;
	border-top: 6px solid #BFBFBF;
	position: relative;
	float: left;
	display: block;
}

#logo-footer {
	width: 37%;
	position: relative;
	float: left;
	display: block;
	padding-top: 37px;
}

.logo-img-footer{
	margin-top: 25px;
	margin-left: 0%;
	margin-right: 50px;
	margin-bottom: 0px;
	position:relative;
	width: 65%; 
	float: right;
}


#cont-a {
	width: 30%;
	padding: 30px 30px 0px 30px;
	float: left;
	display: block;
	margin-right: 0px;
	position: relative;
}
#cont-a h2 {
	width: 100%;
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	border-bottom: 1px solid #011a2c;
	text-align: left;
}
#cont-a p {
	color: #FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Verdana', 'sans-serif';
	font-size: 13px;
	line-height: 200%;
	text-decoration: none;
}



#social-box{
	width: 25%;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
}

#social {
	text-transform: uppercase;
	float: left;
}

#social ul {
	list-style: none;
	margin-left: -30px;
	padding-top: 125px;
}

#social > ul > li {
	float: left;
	padding-right: 10px;
	display: block;
	
}

.ico-social {
	width: 30px;
}



#footer-direitos {
	background-color: #030808;
	width: 100%;
	height: 50px;
	position: relative;
	float: left;
}
#footer-direitos h6 {
	text-align: right;
	color: #9F9F9F;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 20px 110px 0px 20px;
	margin: 0px;
}
#footer-direitos h6 a, a:active {
	text-decoration: none;
	color:#9F9F9F;
}
#footer-direitos h6 a:hover {
	text-decoration: underline;
	color:#9F9F9F;
}




/* SOBRE */
#sobre-box-left{
	width: 220px;
	margin-left: 33px;
	margin-right: 7%;
	background-color: #fff;
	padding: 17px 17px 10px 17px;
	position: relative;
	float: left;
	border: solid 1px #ccc;
	margin-bottom: 15px;
	}
#sobre-box-img{
	width: 220px;
	position: relative;
	float: left;
	border: solid 1px #ddd;
	margin-bottom: 15px;
}
#sobre-box-left h4{
	width: 100%;
	text-align: center;
	color: #000a11;
	text-transform: uppercase;
}
#sobre-box-texto{
	text-align: center;
	color: #ec1d25;
	font-size: 12px;
	margin-top: -17px;
}
#sobre-box-right{
	width: 94%;
	margin-left: 33px;
	margin-right: 33px;
	line-height: 200%;
	text-align: justify;
	position: relative;
	margin-bottom: 15px;
}



/* PAFINA DE CONTATOS */

#informacao-esquerda{
	width: 47%;
	float: left;
	padding-bottom: 5px;
	margin-top: -15px;
}
#informacao-direita{
	width: 47%;
	padding: 0px 15px 15px 15px;
	float: right;
}
#boxinf{
	background-color: #FFFFFF; 
	border-bottom: solid #ec1d25;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
}
#mapa-borda{	
	border: 1px solid #8d8d8d;
}

/* FORMULÁRIOS */



/* PÁGINA DE PARCEIROS*/
#caixa-yaskawa{
	width: 55%;
	margin-left: 22%;
	margin-right: 22%;
	margin-bottom: 50px;
	background-color: #FFFFFF;
	border: solid 1px #929292;
	padding: 10px;
	padding-bottom: 15px;
}
#logoyaskawa{
    width: 90%;
    display: block;
	position: relative;
	margin-left: 5%;
	filter: grayscale(0);
	transform: scale(1.1);
}
#logoyaskawa:hover{
    width: 90%;
    display: block;
	position: relative;
	margin-left: 5%;
	filter: grayscale(50%);
	transition: is;
}
#texto-parceiros{
	text-align: center;
	font-size: 25px;
	color: #00111d;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid;
	border-bottom-color: #ec1d25;
}

#caixa-talos{
	width: 35%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 25px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	border: solid 1px #929292;
	padding: 10px;
	padding-bottom: 25px;
}
#logotalos{
    width: 50%;
    display: block;
	position: relative;
	margin-left: 25%;
	margin-top: 0px;
	filter: grayscale(0);
	transform: scale(1.1);
}
#logotalos:hover{
    width: 50%;
    display: block;
	position: relative;
	margin-left: 25%;
	margin-top: 0px;
	filter: grayscale(50%);
	transition: is;
}

#caixa-tec-mei{
	width: 35%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 25px;
	float: right;
	position: relative;
	background-color: #FFFFFF;
	border: solid 1px #929292;
	padding: 10px;
	padding-bottom: 25px;
}
#logotec-mei{
    width: 35%;
    display: block;
	position: relative;
	margin-left: 35%;
	margin-top: 0px;
	filter: grayscale(0);
	transform: scale(1.1);
}
#logotec-mei:hover{
    width: 35%;
    display: block;
	position: relative;
	margin-left: 35%;
	margin-top: 0px;
	filter: grayscale(50%);
	transition: is;
}


#servico-esquerda{
	width: 47%;
	float: left;
	position: relative;
	margin-right: 5px;
	margin-left: 27px;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: justify;
}

#servico-direita{
	width: 43%;
	float: right;
	position: relative;
	margin-right: 27px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#servico-img{
	width: 100%;
	position: static;
	float: left;
	border: solid 1px #ddd;
	padding: 5px;
	background: #FFFFFF;
	margin-left: -10px;
}

#textogeral{
	line-height: 1.5;
	text-align: justify;
	margin-top: -3px;
}
#textogeral-vid{
	margin-left: 30px !important;; 
	margin-right: 30px !important;
	line-height: 1.5;
	text-align: justify;
	margin-top: -3px;
}




