@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-color: #4d5793;
	padding-top: 5px;
	padding-bottom: 5px;
}




body {
	
}

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

a:visited {
	color: #264186;	
}

a:hover {
	color: #535353;
}

.clear {
	clear:both;
}
.supertitle{
    font-weight: bolder;
    text-transform: uppercase;
}
.superlista{
	margin-left:20px;
}
.superlista li{
	font-size: 13px;
    line-height: 20px;
    padding-top: 3px;
   font-family: "runda",sans-serif;
    font-style: normal;
    font-weight: 300;
}
.whrapper {
	width:100%;
}

.header {
	width: 100%;
	
}

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

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

.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;
	font-size: 16px;
	position:relative;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	margin-top:30px;
	margin-bottom: 30px;
}

.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;
	height: 150px;
	background-image: url(img/bannerMOB-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4d4d4d;
}

.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;
}

.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-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%;	

}



.aligncenter {
	text-align:center;	
}

.alignleft {
	text-align:left;
}

.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: 10px;
}
.wp-fixed {
	display: block;right: 10px;bottom:10px; position: fixed;
}
.wp-btn{
	background: #24cd63;
    color: #fff;
    border: 0;
    border-radius: 10px;">
   
}
.wp-btn i{
	font-size: 34px;
    color: #fff;
    float: left;
}
.wp-btn a {
	float: left;margin-top: 10px; color: #fff; margin-left: 10px
}

.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: 'EuroCaps',sans-serif;
	color: #fff;
	text-align: center;
	font-size: 14px;
	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;
}



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



.menu-button {
	display: none;
}

.logo {
	margin-left: 10px;
	padding-top: 40px;
	padding-left: 20px;
}

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


.header {
	width:100%;
}


.areacliente {
	font-family: 'EuroCaps',sans-serif;
	font-family: 14px;
	position:absolute;
	top:5px;
	right:10px;
	margin-top:0px;

	
}

.areacliente input {
	height:15px;
	margin-top:0px;
}


.areacliente input[type=submit] {
	padding-bottom:20px;
	padding-top:2px;
	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;
}

.banner-home {

	height: 316px;
	background-image: url(img/banner-home.jpg);
	background-position:center;
	
}

.banner-quemsomos {

	height: 316px;
	background-image: url(img/banner-quemsomos.jpg);

}

.banner-socio {

	height: 316px;
	background-image: url(img/banner-socio.jpg);

}

.banner-socios {

	height: 316px;
	background-image: url(img/banner-socios.jpg);

}


.banner-contato {

	height: 316px;
	background-image: url(img/banner-contato.jpg);

}


.coluna-1-2 {
	width:49%;	
	float:left;
	margin-left:1%;
}


.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;
}


}

@media only screen and (min-width: 1000px) {
	
	
.logo {
	padding-top: 40px;
	float: left;
	padding-left: 20px;
}

.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;
}

.tx-texto {
	font-size: 13px;
	line-height: 20px;
	padding-top: 3px;
}
	
	.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: 14px;
	padding-right: 0px;
	padding-left: 0px;
}






}




