/**@font-face {
    font-family: 'Open Sans';
    src: url('../res/OpenSans-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../res/OpenSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../res/OpenSans-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../res/OpenSans-ExtraBold.ttf');
    font-weight: 800;
}*/

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 0.8em;
	padding-top: 40px;
}

#header{
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	background-color: white;
	z-index: 1000;
}

#header h1{
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1.7em;
	float: left;
	line-height: 20px;
}

#header img{
	display: block;
}

#header img#siot{
	height: 80%;
	margin: 5px 20px;
	float: left;
}

#header img.empresa{
	height: 90%;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

#summary{
	width: 100%;
	/*display: none;*/
}

#summary .section{
	margin-top: 30px;
	display: none;
}

#summary .section:after{
	content:"";
  	display:table;
  	clear:both;
}

#summary .section h2{
	font-weight: 300;
	font-size: 2em;
	text-indent: 10px;
	line-height: 0em;
}

.orange{
	color: #FE7323;
	/*border-top: 1px solid #FE7323;*/
}

.blue{
	color: #3399FF;
	/*border-top: 1px solid #FE7323;*/
}

.red{
	color: #FD0F1C;
	/*border-top: 1px solid #FD0F1C;*/
}

.green{
	color: #2AFE32;
	/*border-top: 1px solid #2AFE32;
	border-spacing: 10px;*/
}

#summary .subsection{
	width: 23%;
	background-color: #A7A7A7;
	/*background-color: #FF7200;*/
	display: block;
	margin: 1%;
	transition: all 0.1s linear;
	float: left;
	color: white;
}

#summary .subsection:hover{
	box-shadow: 1px 1px 1px #000;
	transition: all 0.1s linear;	
}

#summary .subsection h3{
	text-indent: 5px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-size: 2.3em;
	text-overflow: ellipsis;
	line-height: 1.9em;
	height: 1.9em;
	overflow: hidden;
	position: relative;
	word-break: break-all;
}

#summary .subsection h3:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
  height: 1.9em;
  background: linear-gradient(to right, rgba(167, 167, 167, 0), rgba(167, 167, 167, 1) 50%);
}

#summary .subsection ul{
	display: none;
	list-style: none;
	padding: 0px;
}

#summary .subsection ul li a, #summary .subsection h3 a{
	color: white;
	text-decoration: none;
}

#summary .subsection ul li{
	font-size: 1.3em;
	display: block;
	text-align: center;
	line-height: 2em;
	transition: all 0.2s linear;
}

#summary .subsection ul li:hover{
	transition: all 0.2s linear;
	background-color: #706F6F;
	cursor: pointer;
}

#dialog{
	display: none;
}

video{
	width: 600px;
	/*display: block;*/
	/*text-align: center;
	margin-left: auto;
	margin-right: auto;*/
}

footer{
	clear: both;
	display: table;
	width: auto;
	margin: 20px auto;
}

footer img{
	display: none;
	float: left;
	margin: 10px;
	height: 30px;
}

@media screen and (max-width: 1000px) {
    #summary .subsection{
		width: 46%;
	}
}

@media screen and (max-width: 800px){
	#header img.empresa{
		display: none;
	}

	#header h1{
		float: right;
		margin-right: 20px;
	}

	footer img{
		display: table-cell;
	}

	/*video{
		width: 100%;
		height: auto;
	}*/
}

@media screen and (max-width: 600px) {
    #summary .subsection{
		width: 92%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 400px) {
	#header h1{
		font-size: 1.6em;
		line-height: 25px;
	}
}
