/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
button,
input,
select,
textarea {
    color: #222;
	font-family: 'open_sansregular';
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


input:focus{outline:none;}

a {
   outline: none!important;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font-family: 'open_sansregular';
    font: 16px/26px;
	
}

a:hover {  opacity: 0.6; }

.rodape {
    width: 90%;
    margin: 0 5%;
}

.rodape .rodape-box-01, .rodape-box-02, .rodape-box-03{
	width:300px ;
	float:left;
	}

.rodape-box-02 h2 {font: 22px 'open_sansregular'; color: #2f455b;}
.rodape-box-02 p {font: 14px Arial, Helvetica, sans-serif; color: #8f8f8f; margin: 0; padding: 18px 0 18px 0;}
.rodape-box-02 .veja-mais {font: 14px 'open_sansregular'; text-transform: uppercase; color: #fff; padding: 5px 16px; text-decoration: none; background-color: #2f455b;}
.rodape-box-02 .veja-mais:hover {text-decoration: underline;}

.rodape-redes-sociais {
	float: right;
	text-align: center;
	display: block;
	width: 450px;
}

.rodape-redes-sociais a {padding-right: 9px;}

.rodape-logo {
	text-align: center;
	display: block;
	width: 100%;
	clear: both;
	padding-top: 50px;
}

.rodape-logoLevitron img {float: right; margin-top: -25px; opacity: 0.5;}
.rodape-logoLevitron img:hover {float: right; margin-top: -25px; opacity: 1;}

/* ===================
    ALL: Orange Theme
   =================== */


.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
	background-color:#eeeff3; 
}


.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

.menu-main
{
	height:36px;
	background: #2f455b;
	border-top: 3px solid #426A94;
	font-family:"open_sans_semibold" !important;
	z-index: 9999;
}

nav a {
    display: block;
    margin-bottom: 10px;
	font-size:14px;
    text-decoration: none;
    color: white;
	background: #2f455b;
	padding-top:9px;
    
}


    nav li:last-child div {
	 	border:none;
    }

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Gabriel's styles
   ========================================================================== */


.menu ul { 
    margin: 0;
    padding: 0;
}

.menu ul li a {
    display: block;
/*    margin-bottom: 10px;*/
    padding: 5px 0 6px 0;
	text-align:center;
	font-size:14px;
    text-decoration: none;
    color: #818285;
}
.menu ul li:first-child a{
	background:#2f455b url(../img/restrito.png) 146px 2px no-repeat;
	padding-right:28px;
	padding-left: 6px;
	color:#b7cce0;
	float:right;
	background-position-x: 96%;
	background-position-y: 4px;
	} 
	
#voltar-topo {position: fixed; width: 50px; height: 50px; bottom: 20px; right: 20px}
#tabela-como-calcular-as-prestacoes tr td{padding: 10px; border-left: 0; border-right: 0;}

.campo-busca{
	margin-top: 10px;
	float:left;}
	
.campo-busca input[type="text"]{
	width:287px;
	background:url(../img/lupa.jpg) no-repeat;
	padding-left: 40px;
	border-top:none;
	border-left:none;
	border-right:none;}

.campo-busca input[type="button"]{
	padding:4px 20px;
	background:#71a7da;
	color:#FFF;
	border:none;
	}	
.bg-gradient{
	width:100%;
	z-index: -1;
	height:30px;
	position:absolute;
background: -moz-linear-gradient(left,  rgba(173,173,173,0) 37%, rgba(173,173,173,0.24) 72%, rgba(107,107,107,0.43) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(37%,rgba(173,173,173,0)), color-stop(72%,rgba(173,173,173,0.24)), color-stop(100%,rgba(107,107,107,0.43))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(173,173,173,0) 37%,rgba(173,173,173,0.24) 72%,rgba(107,107,107,0.43) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(173,173,173,0) 37%,rgba(173,173,173,0.24) 72%,rgba(107,107,107,0.43) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(173,173,173,0) 37%,rgba(173,173,173,0.24) 72%,rgba(107,107,107,0.43) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(173,173,173,0) 37%,rgba(173,173,173,0.24) 72%,rgba(213, 213, 213, 0.43) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adadad', endColorstr='#6e6b6b6b',GradientType=1 ); /* IE6-9 */

}

.banner{
	width:100%;
	background:#e08437;}
.banner img{
	max-width:100%;}	
.main-bg-cinza{
	background:#eff1f6;}
#comprar-administradora-padding {
	padding: 0;
}
.comprar-administradora h2, .midia .midia-box01 h2{
	font-weight:normal;
	font-size:21px;
	color:#818285;
	}
	
.comprar-administradora h2, .midia .midia-box02 h2{
	font-weight:normal;
	font-size:21px;
	color:#818285;
	}	
.comprar-administradora h2 span{
	font-size:22px;
	font-weight:bold !important;
	color:#818285;
	}		
	
.estados, .categoria{
	border: none;
	padding: 2px 50px 2px 0;}

.campo-categoria input[type="button"]{
	background:#71a7da;
	color:#FFF;
	padding:5px 20px;
	border:none;}	
.consorcio-padding {
	padding: 15px 0;
}
.consorcio section p{
	color:#3a6ea1;
	font-size:15px;
	font-family: 'open_sansregular';
	border-right: 1px solid #c6dcf0;
	margin:9px 0 0 0;}

.consorcio section:last-child p{
	border: none;
	padding:0;
	border-right: 1px solid #71A7DA}

.consorcio section:first-child{}	

/*.consorcio section:last-child{
	padding:0 0 0 26px !important;}	*/
	

.consorcio section img{
	margin:0 13px 0 0;
	float:left;}

.shadow01{
	height:25px;
	background:url(../img/shadow01.jpg) center center no-repeat;}
	
.shadow02{
	height:26px;
	background:url(../img/shadow02.jpg) center center no-repeat;}

.midia-box02 span
{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #71a7da;
}
.midia-box01{
	width:42% !important;
	padding-right:6%;
	margin-left:13px;
	margin-top: -10px}
	
.midia-box02{
	margin-top: -10px}	

.midia-box02 p{
	font: 16px 'open_sansregular';
	color: #818285;
	margin: 0px;
	}	
	


.midia-box02 .blog {
	font: 13px 'open_sansregular';
	color: #71a7da;
	display: block;
	float: right;
	margin: 0;
	padding: 5px 0 22px 0;
	text-decoration: none;
	clear: right;
}

.midia-box02 .blog:hover {text-decoration: underline;}
	
.midia-box02{
	width:50% !important;}	

.midia-box01 ul {list-style: none;}

.midia-box01 ul li {border-bottom: 1px solid #ccc; margin-bottom: 22px; height: 92px; padding-bottom: 0px;}

.midia-box01 ul li:last-child {border-bottom: none; margin-bottom: 0; height: 127px; padding-bottom: 0;}

.midia-box01 .midia-box-texto {width: 330px; float: left; padding-top:5px;} 

.midia-box01 img{
	float:left;
	margin-top: 9px;
	margin-right: 27px;
	}	
	
.midia-box01 span{
	font-size:14px;
	display:block;
	margin-bottom: 5px;
	font-weight: bold;
	color:#71a7da;
	}
	
.midia-box01 span.fonte-noticia{
	font-size:12px;
	display:block;
	margin-bottom: 5px;
	font-weight: bold;
	color:#71a7da;
	}

.midia-box01 p{
	font-size: 16px 'open_sansregular';
	display:block;
	margin: 10px 0 5px 0;
	color:#929395;
	}

.midia-box01 .veja-mais{
	font: 16px 'open_sansregular';
	color:#2f455b;
	float: right;
	}	
	
.main article .campo-estados .estados, .main article .campo-categoria .categoria {width: 391px; padding: 4px 10px 3px 7px; background-color: transparent; -webkit-appearance: none;}

.administradoras {padding: 10px 0 30px 0;}
.administradoras h1 {font: 22px 'open_sansregular' !important; color:#2f455b; margin-top: 0; padding-bottom: 25px;}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        margin-bottom: 0;
		height:28px;
		padding-top: 8px;
    }
	
	    nav a:hover {
		background-color:#4D6F92;
    }
	
	    nav div {
        float: left;
        margin-bottom: 0;
		border-right: 1px solid #888B94;
    }

	.menu a {
        float:right;
        width:  19%;
        margin: 0;
        padding: 20px 2%;
        margin-bottom: 0;
    }


    .menu li:first-child a {
        margin-left: 0;
    }

    .menu li:last-child a {
        width: 10%;
    }

	.menu li:nth-child(4) a {
        width: 16%;
    }
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li, .menu ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

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


/* ============
    WIDE: Menu
   ============ */

    .title {
		margin-top:0;
        float: left;
		margin-left: 7px;
    }
	
	.menu {
		width: 74%;
		float:right;
    }

    nav {
        width: 1000px;
		margin: 0 auto;
    }

/* ============
    WIDE: Main
   ============ */
   	.consorcio-padding .consorcio section:first-child{
		width: 207px;
		padding-left:25px !important;
		padding-right: 25px}
		
   	.consorcio-padding .consorcio section{
		float:left;
		width:23%;
		padding-right:21px;
		}

    .main article section {
        float: left;
        /*width: 30%;*/
    }
	
	 .main article .campo-estados {
		float:left;
        width: 25%;
    }
	
	.main article .campo-estados, .main article .campo-categoria {
		background: url(../img/select-bg.jpg) no-repeat top right #FFF;
		border: 1px solid #818285; 
		margin-top: 30px;
		margin-right: 20px;
		overflow: hidden;
		}
		
		.campo-categoria-enviar{
			background: #71a7da;
			color: #FFF;
			margin-top: 30px;
			padding: 5px 20px;
			border: none;
		}
		
	 .main article .campo-categoria {
		float:left;
        width: 28%;
    }

}

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

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1000px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
	
	.wrapper-rodape {
        width: 1203px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
	
	.rodape-shadow01 {}
	
	.rodape-shadow02 {}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    /*content: "";*/
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}


.clearfix:before,
.clearfix:after {
    content: "";	
    display: table;
}


.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
		
.fundoOportunidade{
	background-image:url(../img/bg-oportunidadesFinal.jpg);
	background-position:center;
}
.marginRight{margin: 0 25px;}

.divFundoOp{height:400px; width:100%;}


















/* ==========================================================================
   Victor Vidotti
   ========================================================================== */




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


/* ============
    WIDE: Menu
   ============ */

    .title {
		margin-top:0;
        float: left;
		margin-left: 7px;
    }
	
	.menu {
		width: 76%;
		float:right;
    }

    nav {
        width: 1000px;
		margin: 0 auto;
    }

/* ============
    WIDE: Main
   ============ */
   	

    .main article. .nome-do-associado {
        float: left;
        width: 43%;
    }
	
	 .main article .campo-estados {
		float:left;
        width: 29%;
	
    }
	
	 .main article .campo-categoria {
		float:left;
        width: 29%;
    }
	
.redessociais
{	
    font: 22px 'open_sansregular';
    color: #2f455b;
}