@charset "UTF-8";
/* CSS Document */

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, label, 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, whrapper {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}



.footer {
	background: #ffef00; /* Old browsers */
background: -moz-linear-gradient(left, #ffef00 0%, #c51e6d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffef00 0%,#c51e6d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffef00 0%,#c51e6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffef00', endColorstr='#c51e6d',GradientType=1 ); /* IE6-9 */
	padding-top: 5px;
	padding-bottom: 5px;
}




body {
	
	background-image: url(imgs/bak-azulclaro.jpg);
	background-repeat: repeat-x;

	
}

img {
	max-width: 100%;
}

a:link {
	text-decoration: none;
	color: #264186;
}

a:visited {
	color: #264186;	
}

a:hover {
	color: #535353;
}

.clear {
	clear:both;
}

.whrapper {
	width:100%;
}

.header {
	width: 100%;
	height: 70px;
	background-color: #5b2877;
	
}

.page {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.page2 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.logo {
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width:235px;
	text-align: center;
}

.logo img {
	
}



.menu {
	display: none;
	
}

.menu ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
}

.menu ul li {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.menu ul li a:link {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}


.menu ul li a:visited {
	color: #4C4C4C;
}

.menu ul li a:hover {
		color: #264186;
}

.areacliente {
	font-family: 'EuroCaps',sans-serif;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	margin-top:20px;
}


h2 {
	font-family: "Lato", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	color: #58595b;
	margin-bottom: 20px;
}

h3 {
	font-family: "Lato", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	color: #58595b;
	margin-bottom: 10px;

}

.bold {
	font-weight: 600;
}

h4 {
	font-family: "Lato", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
	color: #58595b;
	margin-bottom: 20px;
}

h5 {
	font-family: "Lato", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	color: #58595b;
	margin-bottom: 15px;
}


h6 {
	font-family: "Lato", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	line-height: 15px;
	font-weight: 300;
	color: #58595b;
}

h6 a:link {
	font-family: "Lato", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	line-height: 15px;
	font-weight: 300;
	color: #58595b;
	text-decoration: underline;
}

h6 a:visited {
	color: #58595b;
}

h6 a:hover {
	color: #5f2872;
}

.areacliente input {
	height:20px;
	margin-top:5px;
}

.areacliente input[type=submit] {
	padding-bottom:25px;
	padding-top:7px;
	padding-left:20px;
	padding-right:20px;
    background:##243d81; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	margin-left:50px;
	color:#fff;
	font-size:14px;
}

/*FIM MENU*/





.banner-home {
	display: block;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: -35px;
	
}

.banner-quemsomos {
	display: block;
	height: 150px;
	background-image: url(img/bannerMOB-quemsomos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4d4d4d;
}

.banner-socio {
	display: block;
	height: 150px;
	background-image: url(img/bannerMOB-socio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4d4d4d;
}

.banner-socios {
	display: block;
	height: 150px;
	background-image: url(img/bannerMOB-socios.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4d4d4d;
}


.banner-contato {
	display: block;
	height: 150px;
	background-image: url(img/bannerMOB-contato.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4d4d4d;
}

.banner-fim-linha {
	width:100%;
	height:4px;
	background-color:#fff;
	
}


.conteudo {
	
	padding-bottom: 30px;


	
}

.footer-linha {
	height:4px;
	background-color:#999999;
	
}

.footer-texto {
	
}

.footer-logo {
	text-align:center;
}


.row {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.rownavegacao {
	width: 100%;
	margin-top: -30px;
	padding-bottom: 50px;
	display: block;
}

.rownavegacao2 {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 10px;
	display: block;
	position: absolute;
	top: 0px;
}


.caixa-texto {
	padding-left: 10%;
	padding-right: 10%;
	
}

.areas {
	/*border-color: #000000;	
	border-bottom-width: thin;
	border-bottom-style: solid;
	*/
	margin-bottom:30px;
	
}

.coluna-1-1 {
	width: 100%;
}

.coluna-1-2 {
	width:100%;	

}

.coluna-1-4 {
	width:100%;	

}

.coluna-1-6 {
	width:100%;	

}

.coluna-4-6 {
	width:100%;	

}

.coluna-1-3 {
	width:100%;	
	
}

.coluna-2-3 {
	width:100%;	

}


.coluna-navegacao {
	width:47%;	
	float:left;
	margin-left:1%;
	margin-right: 2%;
}


.aligncenter {
	text-align:center;	
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

.tx-titulo {
	color: #535353;
	font-family: 'EuroCaps',sans-serif;
	font-style: normal;

	color:#243d81;
	font-weight: 300;
	font-size: 20px;
	margin-bottom:20px;
	margin-top:20px;
}

.tx-subtitulo {
	color: #264186;
	font-family: "runda",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	padding-top: 30px;
}

.tx-subsub {
	color: #000;
	font-family: 'EuroCaps',sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	padding-top: 15px;
	
}

.exemplos {
	/*padding-left:15px;*/
}

.tx-texto {
	color: #000;
	font-family: "runda",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	padding-top: 3px;
	margin-top:5px;
}

.tx-texto-maior {
	color: #000;
	font-family: "runda",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	padding-top: 3px;
	margin-top:5px;
}

.tx-footer {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-right: 5%;
	padding-left: 5%;
}

[role='main'] {
	margin: 5% auto;
}
[role='navigation'] {
	margin: 0 auto;
	width: 100%;
	background-color: #333;		
}
.flexNav-touch [role='navigation'],
.flexNav-no-touch [role='navigation'] {	
	display: none;
}

.menu-button {
	text-align:center;
	display: block;
	padding: 1em;
	background: #243d81;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #fff;
	font-size: 16px;
	background-image: url('img/arrow-down.png');
	background-repeat: no-repeat;
	background-position: 93% 18px;
	cursor: pointer;
}
[role='navigation']:after { /* clearfix */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

[role='navigation'] li {
	position: relative;
	list-style: none;
	display: block;	
	background-color: #383f53;	
	width: 100%;		
}

[role='navigation'] li.item-with-ul {	
	background-color: #222;	
			
}

[role='navigation'] li a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:center;
	display: block;
	color: #fff;
	border-bottom: 1px solid #111;			
}

[role='navigation'] .top-level a {
	position: relative;
	display: block;
	background-color: #383f53;
	padding: 1em;
	z-index: 2;
}
[role='navigation'] li ul {
	width: 100%;
	position: relative;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
[role='navigation'] li ul li {
	float: none;
	width: 100%;			
}

[role='navigation'] li ul li a {
	display: block;
	background-color: #383f53;
			
}

[role='navigation'] .item-with-ul {
	background-image: url('../images/arrow-down.png');
	background-repeat: no-repeat;
	background-position: 93% 18px;	
}
.sub-menu {
	display: none;
}

.sub-menu.open {
	display: block;
}


@font-face {
  font-family: 'EuroCaps';
  src: url('eurocaps.eot');
  src: url('eurocaps.eot?#iefix') format('embedded-opentype'),
       url('eurocaps.woff') format('woff'),
       url('eurocaps.ttf') format('truetype'),
       url('eurocaps.svg#EuroCaps') format('svg');
}

.fontpro,.fontpro-9526 {
  font-family: 'EuroCaps',sans-serif;
}


#pop{display:block;position:absolute;top:120px;left:0%;margin-left:0px;margin-top:-130px;padding:0px;width:100%;height:900px;border:1px solid #d0d0d0;z-index:1000;text-align:center;background-color:rgba(0,0,0,0.70);padding-top:20px;padding-bottom:20px;}

#pop img {
	max-width:100%;
}

.whats {
	margin-top: 10px;
}

.formulario {
	width: 350px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -23px;
}


.botao {
	margin-top: 20px;

}

.voltar {
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;

}

.voltar-visivel {
	display: none;
}

.botao a:link {
	font-family: "Lato", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	background-color: #5b2877;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.botao a:visited {
	color: #ffffff;
}

.botao a:hover {
	color: #ffffff;
	background-color: #8b56a8;
	
}


.spacer1 {
	height: 50px;
}

.spacer2 {
	height: 60px;
}

.spacer3 {
	height: 60px;
}

.spacer4 {
	height: 0px;
}

.icones {
	margin-bottom: 0px;
	margin-top: 10px;
	float: left;
	display: block;
	margin-right: 30px;
}

.icones-img {
	width: 28px;
}

.icones-home-img {
	width: 28px;
}



.fonte {
	margin-top: 30px;
}


.iconelateral {
	display: none;
}


.iconemobile {
	display: block;
}


.icones-filtro {
	margin-bottom: 0px;
	margin-top: 10px;
	display: inline-block;
	width: 120px;
}


.icones-filtro-tx {
	font-size: 13px;
}



@media only screen and (min-width: 700px) {



.menu-button {
	display: none;
}



.menu {
	display: block;
	margin-left: auto;
	padding-top: 0px;
	float: none;
	margin-right: auto;
	text-align:center;
}


.header {
	width:100%;
	height: 100px;
}



.banner-home {
	margin-top: -55px;
	
}




.coluna-1-2 {
	width:45%;	
	float:left;
	margin-left:2%;
	margin-right: 3%;
	
}


.coluna-1-4 {
	width:24%;	
	float:left;
	margin-left:1%;
}

.coluna-1-6 {
	width:18%;	
	float:left;
	margin-left:1%;
}

.coluna-4-6 {
	width:62%;	
	float:left;
	margin-left:1%;
}

.tx-texto {
	
	font-size: 15px;
	line-height: 22px;
	padding-top: 3px;
}

.tx-subtitulo {

	font-size: 18px;

}


.tx-subtitulo:first-child {
	padding-top: 0px;
}


.spacer3 {
	height: 00px;
}
	
.spacer4 {
	height: 60px;
}
	
.icones {
	margin-bottom: 20px;
	margin-top: 10px;
	float: left;
	display: block;
	margin-right: 20px;
}
	
.icones-img {
	width: 44px;
}
	
	.iconelateral {
	display: block;
}

	.iconemobile {
	display: none;
}
	
	
	
h2 {
	
	font-size: 32px;
	line-height: 38px;
	
}

h3 {
	
	font-size: 24px;
	line-height: 28px;

}

h4 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

h5 {
	font-size: 15px;
	line-height: 19px;

}

h6 {
	font-size: 13px;
	line-height: 15px;

}

h6 a:link {
	font-size: 13px;
	line-height: 15px;

}
	
	
	
.rownavegacao {
	
	display: none;
}
	
.rownavegacao2 {
	
	display: none;
}
	
	
.icones-filtro {
	
	width: 150px;
}
	
	
.icones-filtro-tx {
	font-size: 15px;
}	
	
	
}

@media only screen and (min-width: 1000px) {
	
	


.menu {
	display: block;
	padding-top: 90px;
	float: left;
	position:relative;
	margin-left:7%;
}

.page {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
	
.page2 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.tx-texto {
	font-size: 13px;
	line-height: 20px;
	padding-top: 3px;
}
	
	
.coluna-1-2 {
	width:47%;	
	float:left;
	margin-left:1%;
	margin-right: 2%;
	
}
	
	.coluna-1-3 {
	width:33%;	
	float:left;
}

.coluna-2-3 {
	width:66%;	
	float:left;
}

.footer-logo {
	text-align:left;
}

	
.tx-footer {
	text-align: center;
	font-size: 18px;
	padding-right: 0px;
	padding-left: 0px;
}

.voltar {
	padding-top: 70px;
	margin-right: 0px;

}
	
.voltar-visivel {
	display: block;
}




}
