/* =============================================================================
   BODY
   ========================================================================== */

html, body {
	height: 100%;
	margin: 0px;
}

body{
	background: #eeeeee;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:28px;
	color:#363636;
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
	padding:0px;
}


.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* MOBILE */
@media (max-width: 960px){
	.row-flex {
	}
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}


h1 { font-family: 'Open Sans', sans-serif; font-size: 24px; line-height: 30px; text-transform:uppercase; letter-spacing:-1px; color: #000000; margin-bottom:10px; font-weight:700; }
h2 { font-family: 'Open Sans', sans-serif; font-size: 22px; line-height: 22px; text-transform:uppercase; letter-spacing:-1px; color:#0d2261; margin-bottom:10px; font-weight:700; }
h3 { font-family: 'Open Sans', sans-serif; font-size: 28px; line-height: 32px; text-transform:uppercase; letter-spacing:-1px; color: #000000; margin-bottom:10px; font-weight:800; }

.TextoAzulDescricao { font-family: 'PT Sans', sans-serif; font-size: 20px; line-height: 26px; color: #0d2261; font-weight:400; }
.TextoInternoAzul { font-family: 'PT Sans', sans-serif; font-size: 20px; line-height: 25px; color: #0d2261; font-weight:800; }


.botaoBuscar {
	background:#53b33a url(../images/bt_busca.png) center center no-repeat;
	width:100%;
	height:46px;
	cursor:pointer;
	border:0px;
	content: "";
}

.FormBusca {
	font-size: 17px;
	width:100%;
	background-color: #ffffff;
	text-align: left;
	background-color:#FFFFFF;
	color: #555555;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right:15px;
	border: 0px solid #d3d3d3;
}



#EfeitoIMG{ 
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in
}

#EfeitoIMG:hover{ 
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in
}

.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:20px;
}

.video iframe, .video object, .video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#todoform { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } 


/* PARA O LINK MASTER*/	
A:link {text-decoration:none;color:#000000;}
A:visited {text-decoration:none;color:#000000;}
A:active {text-decoration: none;color:#3b6eb3;}
A:hover {text-decoration:none;color:#3b6eb3;}