@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
html{font-size:100%;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;}
html,button,input,select,textarea{font-family: "Roboto", sans-serif;}
body{margin:0; font-size: 14px; font-family: 'Roboto', 'Open Sans', sans-serif, Helvetica;color: #303030; font-weight: 300;}
a:focus{outline:thin dotted;}
a:active,a:hover{outline:0;}
h1{font-size:2em;margin:0.67em 0;font-weight: 400;}
h2{font-size:1.5em;margin:0.83em 0;font-weight: 400;}
h3{font-size:1.17em;margin:1em 0;font-weight: 400;}
b,strong{font-weight:bold;}
p,pre{margin:1em 0;}
dl,menu,ol,ul{margin:0}
menu,ol,ul{padding:0}
nav ul,nav ol{list-style:none;list-style-image:none;}
img{border:0;-ms-interpolation-mode:bicubic;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}
form{margin:0;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}
button,input{line-height:normal;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}
*,
*::before,
*::after { 
  box-sizing: border-box;
}



	
/*** TEMPLATE ***/

/**HEADER**/

header {
	display:block;
	-webkit-box-shadow: 0 1px 4px 0 rgb(0, 0, 0);
    -moz-box-shadow: 0 1px 4px 0 rgb(0, 0, 0);
    box-shadow: 0 1px 4px 0 rgb(0, 0, 0);
	position: fixed;
	background-color: #273d53;
	width: 100%;
	}

.topBar {
	display:flex;
	max-width:1200px;
	min-width:0;
	margin: 0 auto;
	}

.topBar a {
	text-decoration:none;
	color: #aec6e2;
	}

.topBar a:hover {
	color: #fff;
	text-decoration:underline;
	}

.logo {
	flex:1;
	padding: 0.7em 0 0.7em 1.5em; 
	/*background-color: pink;*/
	}

.logo a{
	font-size:1.2em;
	color: #fff;
	font-weight: 400;
	}
	
.hide {
	display:none;
	}

.navTop {
	display:flex;
	align-items: center;
	justify-content: flex-end;
	flex:3;
	font-weight: 400;
	}	

.menuItem {
	text-align: right;
	align-self: center;
	}

.COL {
	/*background-color: cyan;*/
	padding: 0;
	text-align: center;
	flex:1;
	}
	
.COL a{
	color: #fff;
	}


.PL {
	/*background-color: green;*/
	display: none;
	}

.CT {
	/*background-color: orange;*/
	display: none;
	}
	
.MENU {
	background-color: #203142;;
	font-size: 60%;
	margin-right:1em;
	padding: 1.2em 0.4em;	
	/*border: 3px rgba(255,255,255,0.3);
	border-style: solid none;*/
	border-radius: 50%;
	text-align: center;
	}

/**MAIN**/

main {
 background-color: rgb(230, 230, 230)/*#e1e0cd*/;
	width: 100%;
	padding-top:2.8em;
}	

.centro {
	max-width:1200px;
	margin: 0 auto;
	padding: 0 0.5em;q
	}
	
/**FOOTER**/

footer {
	background-color: #49617d;
	width: 100%;
	
	-webkit-box-shadow: inset 0 3px 5px -3px #000;
		-moz-box-shadow: inset  0 3px 5px -3px #000;
		box-shadow: inset 0 3px 5px -3px #000;}
	
#footerBar {
	max-width: 1200px;
	margin: 0 auto;	
	padding: 3em;
	line-height: 2em;
	display:flex;
	flex-direction: column;
}
	
.navFooter {
flex:1;
	}
	
.navFooter a{
	color: #fff;
	text-align: left;
	text-decoration:none;
	font-size:1.2em;
	}

.navFooter li{
	text-align: left;
	}
	
	
#contato,
#contato a,
#contato h1,
#contato h2,
#contato p
 {
	color: #fff;
	text-align: left;
	font-size:1rem;
	text-decoration:none;
	line-height:1.5rem;
	padding:0;
	margin: 0;
	}
	
#contato {margin-top: 2rem;}
	
#disclaimer {
	margin: 0 auto;	
	background-color: #273d53;
	-webkit-box-shadow: inset 0 3px 5px -3px #000;
	-moz-box-shadow: inset  0 3px 5px -3px #000;
	box-shadow: inset 0 3px 5px -3px #000;

	}
	
#copyrights {max-width: 1200px;
	margin: 0 auto;	
	padding: 1em 2em;
	color:#aec6e2;
	font-size:0.8em;
	}

/*HOME*/

.banner {
	width: 100%;
	background-color: #a7bbd4;
	display:flex;
	justify-content:center;
	-webkit-box-shadow: 0 3px 5px -3px #000;
	-moz-box-shadow: 0 3px 5px -3px #000;
	box-shadow: 0 -3px 5px 3px #000;
	}

.banner_img {
	margin: 1.2em 0 0 0;
	max-width:1200px;
	width:100%;
	display:block;
	}

.destaques {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	}

.destaque {
	padding: 1em;
	max-width: calc (100% / 3);
	flex:1;
	}

.destaque a {
	text-decoration:none;
	color: #555;
}
	
.destaque h1 {
	color:#666;
	}

.destaque p {
	font-size: 1.2em;
	line-height: 1.5em;
	}

	.destaque img {
		width:100%;
		height: auto;
		-webkit-box-shadow: 0 3px 5px -3px #000;
		-moz-box-shadow: 0 3px 5px -3px #000;
		box-shadow: 0 3px 5px -3px #000;
	}


/**INSTITUCIONAL**/
	
.institucional {
	display: flex;
	flex-direction: column;
	margin-top: 2em;
	padding-bottom: 2em;
}	
	
.txt_institucional {
	margin: 1.5em;	
	font-size: 1.2em;
	line-height:1.5em;
	color: #555;
	/*	border: 1px dotted green;*/
	}

.txt_institucional h1 {font-size:1.5em;}	

.txt_institucional h2 {font-size:1.3em;}

.txt_institucional a {color: #000;}

.img_institucional {
	margin: 0 1em;
}
	
.img_institucional img {
	width:100%;
	height: auto;
	-webkit-box-shadow: 0 3px 5px -3px #000;
    -moz-box-shadow: 0 3px 5px -3px #000;
    box-shadow: 0 3px 5px -3px #000;
}	
	
/*CATEGORIA*/

.txt_col {
	margin: 1.5em;	
	font-size: 1.2em;
	line-height:1.5em;
	color: #555;
/*	border: 1px dotted green;*/
	}

	.txt_col h1 {font-size: 1.5em;}
	.txt_col h2 {font-size: 1.25em;}


.thumbs {
	max-width:1200px;
	/*background-color: yellow;*/
	padding: 0 0 2em 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	}
	
.thumbs:after {
  content: "";
  flex: auto;
}
	
.produto {
	/*background-color: green;*/
	padding:0.5em;
	margin: 0 auto;
	max-width: 50%;
	}
	
.produto a {
	text-decoration: none;
	color: #555;
	line-height: 1.5em;
	font-size: 1.2em;
	}



.responsive_img {
	-webkit-box-shadow: 0 3px 5px -3px #000;
    -moz-box-shadow: 0 3px 5px -3px #000;
    box-shadow: 0 3px 5px -3px #000;
	width: 100%;
	height: auto;
	}

	.responsive_img img {max-width:100%; height: auto;}

	.left {
		padding-left:0.5em;
	}
	
/**DETALHE**/
.detalheNav {
	display:flex;
	background-color: orange;
		justify-content: space-between;
		align-items: center;
		margin: 2em;
	}
	
.detalheNav a {
	padding: 1em;
	}
	
	
/**FORM**/

.full {
		background-color: #203142;
		-webkit-box-shadow: inset 0 3px 5px -3px #000;
		-moz-box-shadow: inset  0 3px 5px -3px #000;
		box-shadow: inset 0 3px 5px -3px #000;}

.formulario {
	display:flex; 
	flex-direction: column;
	/*border:1px solid blueviolet;*/
	}
	
.form_txt{
	display:flex;
	flex-direction: column;
flex:1;
margin:1.5em 1.5em 0 1.5em;
/*border:2px dotted yellow;*/
color: #fff;
font-size: 1.3em;
line-height: 1.5em;
	}

.form_txt p {margin-top: 0;}

.form_txt h3{margin-top:0.5em;}

#form_in {
	display:flex;
	flex:1;
	margin: 1em;
/*	border:2px dotted orange;*/
	align-items: center;
	}
form {width:100%;}

.row {padding:0.5em; display:flex; flex-direction: column;}

.row label {
	width:100%;
	padding: 0 0 0.5em 0.5em;
	color:#fff;
	font-size: 1.5em;
}
.row input {
	height: 2.5em;
	width:100%;
	}

.send {padding:1em 0.5em 0.5em 0.5em; color: #fff; width:10em;}
input[type=submit] {background-color: #203142; color: #fff; border: 1px solid #fff;}
input[type=submit]:hover{background-color: #2d435a;}
input[type=text] {background-color: #203142; color: #fff; border: 1px solid #fff;}
input[type=text]:hover {background-color: #2d435a;}
input[type=text]:focus {background-color: #172431; outline:none;}

/* 
* Any styling that should be applied to screen widths larger
* than a mobile device: tablet, laptop, desktop, etc. 
*/



@media only screen and (min-width: 700px) {

.navTop {
	display:flex;
	align-items: center;
	justify-content: flex-end;
	}	


.menuItem {
	text-align: right;
	align-self: center;
	padding: 0 2em;
	}

.MENU {display:none;}
.PL, .CT {display:block;}


.destaques {
	flex-flow: row;
	}

	.txt_col h1 {font-size: 2em;}
	.txt_col h2 {font-size: 1.5em;}	

.produto {
	/*background-color: green;*/
	padding:1em 0.5em;
	margin: 0 auto;
	max-width: 25%;
	}

.produto a {
	font-size: 1.5em;
	}	
	
#footerBar {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;	
	padding: 2em;
	line-height: 2em;
	flex-direction: row;
}
	
.navFooter a{
	color: #fff;
	text-align: left;
	text-decoration:none;
	font-size:1em;
	}
	
#contato,
#contato a,
#contato h1,
#contato h2,
#contato p
 {
	color: #fff;
	text-align: right;
	font-size:1rem;
	text-decoration:none;
	line-height:1.5rem;
	padding:0;
	margin: 0;
	}
	
	
.institucional {
	flex-direction: row;
}		

.txt_institucional {max-width: 50%;}

.img_institucional {
	max-width: 50%;
	margin: 1.5em 1.5em 1.5em 0;
}

.formulario {
	display:flex; 
	flex-direction:row;
	}

	.form_txt{
		flex:1;
		margin:4em;
		/*border:2px dotted yellow;*/
		color: #fff;
		font-size: 1.2em;
		line-height: 1.5em;
			}
			.form_txt p {margin: 1em 0}			

			#form_in {
				margin: 3em 3em 3em 0;
				}
				.row label {
					font-size: 1.2em;
				}			

}
/* Styling */



@media only screen and (min-width: 950px) {
.hide {display:inline;}
}

@media only screen and (min-width: 1200px) {

/*foto bem wide no banner_home e sรณ tlva no proprio tag html*/
/* Styling */

}

