@charset "utf-8";
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	/*padding: 0;*/
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}
	
*{
  margin: 0;
  padding: 0;

}
body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
input::placeholder {
	color: #b3b3b3 !important;
  }
/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	@-ms-viewport {
		width: device-width;
	}

	body {
		background: #e7e7e7;
	}


	body, input, select, textarea {
		font-family: 'Roboto', sans-serif;
		color: #545454;
		font-size: 11pt;
	}

	a {
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			text-decoration: uderline;
		}




/* Container */

	.container {
		margin: 0 auto;
		max-width: calc(100% - 100px);
		width: 1200px;
	}

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

			.container {
				width: 100%;
			}

		}

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

			.container {
				width: 100%;
			}

		}

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

			.container {
				width: 100%;
				max-width: 100%;
			}

		}

/* Section/Article */

 section{
	 width:100%;
	 min-height:760px;
	 padding:0.9%;
	 display:block;
	 float:right;
	 position: relative;
	 margin:0;
}
@media all and (max-width: 1400px) {
	 section{
	 width:100%;
	 padding:0.9%;
	 display:block;
	 float:right;
	 position: relative;
	 margin:0;
	 min-height:495px;
	}
}
@media all and (max-width: 860px) {
	 section{
	 width:100%;
	 padding:0.9%;
	 display:block;
	 float:right;
	 position: relative;
	 margin:0;
	 min-height:495px;
	}
}
#content{
	 width:100%;
	 display:block;
}
	 
	 
#menusecund{
	width:100%;
	background-color: #ecf6fb;
	}
#menusecund h2{
	padding:8px;
	color: #0070a0;
	font-size:16px;
	font-weight:bold;
}


#iconoshome{
	  margin-top: 30px;
	  width:100%;
	  list-style: none;
	  position: relative;
	  display:table;
}
#iconoshome li{
	float:left;
	margin:70px;
	width:178px;
	text-align:center;
	color: #0070a0;
}

#iconoshome li .icoh{
	height:178px;
	width:178px;
	background-color:#eaf0e7;
}
#iconoshome li .icoh:hover{
	height:178px;
	width:178px;
	background-color:#b5dfa3;
}
#iconoshome li .icoh:active{
	height:178px;
	width:178px;
	background-color:#b5dfa3;
}
@media all and (max-width: 1400px) {
	#iconoshome li{
	margin:50px;
	}
}
@media all and (max-width: 860px) {
	#iconoshome li{
	margin:20px;
	}
}
@media all and (max-width: 460px) {
	#iconoshome{
	  margin-top: 10px;
	  width:100%;
	  list-style: none;
	  position: relative;
	  display:table;
	}
	#iconoshome li{
		width:90%;
		text-align:center;
		margin:3.3%;
	}
	#iconoshome li .icoh{
	height:178px;
	width:178px;
	margin:0px auto;
	background-color:#eaf0e7;
}
}




/* HEADER */

	header {
		margin:0;
		box-shadow: 0px 2px 5px #c1c1c1;
		-webkit-box-shadow: 0px 2px 5px #c1c1c1;
	  	-moz-box-shadow: 0px 2px 5px #c1c1c1;
		padding:0.9em;
		height:auto;
		width:100%;
		line-height:0;
		z-index:10;
		/*position: absolute;*/
		top:0;
		background-color:#FFF;
		display: table;
		border-bottom:1px solid #c0c0c0;

	}
	#header{
		display: table;
		width:100%;
		height:auto;
	}
	#header .logo{
		width:104px;
		height:60px;
		margin:0px;
		padding:0;
		float:left;
		background-image:url(../images/logo.svg);
		background-size:100%;
	}
@media screen and (max-width: 860px) {
	header {
		margin:0;
		box-shadow: 0px 2px 5px #c1c1c1;
		-webkit-box-shadow: 0px 2px 5px #c1c1c1;
	  	-moz-box-shadow: 0px 2px 5px #c1c1c1;
		padding:0.1em;
		height:auto;
		width:100%;
		line-height:0;
		z-index:10;
		/*position: absolute;*/
		top:0;
		background-color:#FFF;
		display: table;
		border-bottom:1px solid #c0c0c0;

	}
	#header .logo{
		width:54px;
		height:31px;
		margin:7px;
		padding:0;
		float:left;
		background-image:url(../images/logo.svg);
		background-size:100%;

	}

}
	
/* MENU HEADER*/

nav{
  background: #FFF;
}
nav:after{
  content: '';
  clear: both;
  display: table;
}
nav ul{
  float: right;
  margin-top:10px;
  margin-right: 15px;
  list-style: none;
  position: relative;
  
}
nav ul li{
  display: inline-block;
  margin: 0px 5px;
  border-radius:5px;
  color:#FFF;
  padding:5px;
}


nav ul .reg0{
   background-color:#29abe2;   
}
nav ul .reg1{
   background-color:#0070a0;   
}
nav ul .reg2{
   background-color:#901D86;
}
nav ul .reg3{
   background-color:#51BAB0;
}

nav ul li:hover{
	background-color:#d9f2fe;
	}
nav ul li a{
  line-height: 30px;
  text-decoration: none;
  padding:0px;
  margin-left:5px;
  margin-right:5px;

}
nav ul li:hover{
  background-color:#d9f2fe;
  border: 2px solid inset #29abe2;
  color:#0070a0;
}
nav ul li a:hover{
  background-color:#d9f2fe;
  border: 2px solid inset #29abe2;
  color:#0070a0;
}
nav ul ul li a{
  box-shadow: none;
  border-left: 5px solid #d9f2fe;
  border-bottom: 0px !important;
  line-height:40px !important;
}
nav ul ul li a:hover{
  box-shadow: none;
  border-left: 5px solid #29abe2 !important;
  border-radius: 5px;
}
nav ul ul{
  position: absolute;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  background-color:#d9f2fe;
  border-radius: 5px;
  z-index:1000;
}
nav ul ul ul{
  border-top: none;
}
nav ul li:hover > ul{
  top: 10px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li{
  position: relative;
  margin: 0px;
  width: 150px;
  float: none;
  display: list-item;
}
nav ul ul li a{
  line-height: 50px;
}
nav ul ul ul li{
  position: relative;
  top: -60px;
  left: 150px;
}
 .show, .icon, nav input{
  display: none;
}
.fa-plus{
  margin-left: 40px;
}
@media all and (max-width: 860px) {
	nav{
    float: left;
	width:100%;
  }
  nav ul{
    float: left;
	width:99%;
  }
  .show + a, ul{
    display: none;
  }
  nav ul li{
    display: block;
    width: 100%;
	padding:7px;
	margin:2px;

  }
  

  
  nav ul li:hover{
    display: block;
    width: 100%;
	background-color:#d9f2fe;

  }
  
  nav ul li a{
    box-shadow: none;
	width:100%;
  }
  
  nav ul li a:hover{
    box-shadow: none;
	width:100%;
  }
  .show{
    display: block;
    padding: 0 0px;
    cursor: pointer;
	padding:7px;
  }

  .icon{
    display: block;
    color: #000;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size:25px;
  }

  [id^=btn]:checked + ul{
    display: block;

  }
  nav ul ul li{
    border-bottom: 0px;
  }

}
.content{
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

p{
  font-size: 30px;
  font-weight: 500;
}	
	
/* FOOTER */

	footer {
		margin: 0 0 0 0;
		background-color:#2d4d60;
		padding:1.5em;
		height:auto;
		width:100%;
		  left: 0;
		  bottom: 0;
		  color: white;
		display:table;
		position: relative;
		z-index:5;
		
	}
	#footer{
		padding:0;
		width:100%;
		display:table;
		
	}
	#footer .texto-footer{
		float:left;
	}
	#footer .logos-footer{
		float:right;
	}
	#footer .logos-footer .logo-gbc{
		float:left;
		margin-right:10px;
		margin-top:5px;
	}
	#footer .logos-footer .logo-gbc img{
		width:auto;
	}
	#footer .logos-footer .logo-ctec{
		float:left;
		margin-right:10px;
	}
	#footer .logos-footer .logo-ctec img{
		width:80px;
	}
	#footer .logos-footer .logo-plat{
		float:left;
		margin-top:5px;
	}
	#footer .logos-footer .logo-plat img{
		width:auto;
	}

@media screen and (max-width: 860px) {
		footer {
		position:static;
		z-index:5;
		
	}
	#footer .logos-footer{
		margin:10px auto;
		width:100%;
	}
	#footer .logos-footer .logo-gbc{
		float:left;
		margin-right:10px;
		margin-top:5px;
	}
	#footer .logos-footer .logo-gbc img{
		margin-top:2px;
		width:75px;
	}
	#footer .logos-footer .logo-ctec{
		float:left;
		margin-right:10px;
	}
	#footer .logos-footer .logo-ctec img{
		width:50px;
	}
	#footer .logos-footer .logo-plat{
		float:left;
		margin-top:0px;
	}
	#footer .logos-footer .logo-plat img{
		width:90px;
		
			}

		}

/* Forms */
#respFormu{
	width:40%;
	padding:2.9%;
	display:block;
	position: relative;
	margin:20px auto;
	background-color:#FFF;
	border-radius:8px;
	 box-shadow: 2px 2px 5px #999;
	 -webkit-box-shadow: 2px 2px 5px #999;
	 -moz-box-shadow: 2px 2px 5px #999;
	 text-align:center;
}
#formlogin{
	 width:40%;
	 padding:2.9%;
	 display:block;
	 position: relative;
	 margin:20px auto;
	 background-color:#FFF;
	 border-radius:8px;
	  box-shadow: 2px 2px 5px #999;
	  -webkit-box-shadow: 2px 2px 5px #999;
	  -moz-box-shadow: 2px 2px 5px #999;
}
#formlogin h1, #respFormu h1{
	font-size:24px;
	color:#0070a0;
	padding:10px;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin-left:0px;
}
#formlogin h2, #respFormu h2{
	color:#29abe2;
	padding:10px;
	margin:30px auto;
}

#formlogin h2 a, #respFormu h2 a{
	font-weight:bold;
	color:#0070a0;
}

#formlogin h2:hover{
	color:#0070a0;
	padding:10px;
	margin:30px auto;
	text-decoration:underline;
}

#formlogin .campos{
	width:90%;
	height:45px;
	margin:5px;
	border-radius:5px;
	background-color:#FFF;
	border:1px solid #c0c0c0;
	color:#757575;
	padding:5px;
}
#formlogin .campotexto, #respFormu .campotexto {
	width:90%;
	height:100px;
	margin:5px;
	border-radius:5px;
	background-color:#FFF;
	border:1px solid #c0c0c0;
	color:#757575;
	padding:5px;


}

#formlogin .botform{
	width:100%;
	height:45px;
	margin:0px;
	border-radius:5px;
	background-color:#2d4d60;
	border:1px solid #2d4d60;
	color:#FFF;
	padding:0px;
	font-weight:bold;
}
@media screen and (max-width: 860px) {
 	#formlogin{
		width:95%;
		}
}
#myModalAlert .modal-header{
	background-color: #ff8f22;
	color: #FFF;
}
#myModalAlert .modal-body{
	background-color: #fce3d5;
}
/* Tables */


/* Image */

