@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body{
	font-family: 'Roboto Condensed', sans-serif;
    margin:0;
	padding:0;
    
	height: 100%;
	min-height: 100%;
	width:100%;
}

.scroll{
	overflow:hidden;
}

.relativo{
    position:relative;
}

.centro{
    margin:0 auto;
    text-align:center;
}

.direita{
    float:right!important;
}

.esquerda{
    float:left!important;
}

/* NO PADDING */

.bb{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:30px;
	padding-bottom:15px;
}

.nop-1{
	padding-top:0!important;
}

.nop-2{
	padding-right:0!important;
}

.nop-3{
	padding-bottom:0!important;
}

.nop-4{
	padding-left:0!important;
}

/* NO MARGIN */

.nom-1{
	margin-top:0!important;
}

.nom-2{
	margin-right:0!important;
}

.nom-3{
	margin-bottom:0!important;
}

.nom-4{
	margin-left:0!important;
}


.bt{
	border:none;
	display:block;
	margin:45px auto 30px auto;
	font-size:16px;
	width:165px;
	padding:10px 30px;
	color:#6EC9AB;
	background:url(../imagens/bt.png) center center no-repeat;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.bt:hover{
	border:none;
	cursor:pointer;
	color:#ffffff;
	background:url(../imagens/bt-hover.png) center center no-repeat;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}


/* MENU */

#menu{
	position:absolute;
	top:50px;
	right:50px;
	cursor:pointer;
	z-index:1;
	color:#fff;
	font-size:40px;
}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(18,60,98); /* Black fallback color */
    background-color: rgba(18,60,98, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}




/* BG */

.bg-0{
	position:relative;
	overflow:hidden;
	background:#fff;
	padding:60px 0 90px 0;
}

.bg-1{
	position:relative;
	overflow:hidden;
	background:#f0f0f0;
	min-height:0;
}

.bg-1 i{
	position:absolute;
	top:60px;
	right:15px;
	color:#ff862c;
	font-size:45px;
	cursor:pointer;
}

/* TOPO */

.topo{
    width:100%;
	height:60%;
	position:relative;
	overflow:hidden;
	background:rgba(0,98,163,0.9) center center no-repeat url(../imagens/bg_top.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-top:3px solid #ff862c;
}

.topo .cor{
	background:rgba(18,60,98, 0.9) url(../imagens/pattern_.png);
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
}

.topo .cor .logos{
	opacity:0.9;
	text-align:center;
	margin:0 auto;
    max-width:90%;
	cursor:pointer;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.topo .cor .logos img{
	margin:0 15px;
	max-width:100%;
}


.topo span{
	display:block;
	position:absolute;
	bottom:15%;
	text-align:center;
	left:50%;
	font-size:30px;
	color:#ff862c;
	width:320px;
	margin-left:-160px;
}

.topo span b{
	display:block;
	font-size:18px;
}

.pag{
	padding:60px 0 90px 0;
	overflow:hidden;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.pag span{
	font-size:30px;
	font-weight:bold;
	padding-bottom:60px;
	display:block;
	color:#193e60;
}

.pag span b{
	display:block;
	font-size:18px;
	color:#404040;
}

.pag .dia{
	padding:30px 15px;
	background:#e5e5e5;
	overflow:hidden;
	border-bottom:1px solid #d0d0d0;
	font-size:18px;
	line-height:40px;
}

.pag .dia.um{
	padding:30px 15px;
	background:#f0f0f0;
	overflow:hidden;
	border-bottom:1px solid #d0d0d0;
	font-size:18px;
	line-height:40px;
}

.pag .dia b{
	display:block;
	font-size:24px;
	padding-bottom:15px;
}

.pag .dia b.hor{
	float:left;
	height:40px;
	width:60px;
	overflow:hidden;
	color:#193e60;
	font-size:18px;
	text-align:center;
}

.pag p{
	font-size:18px;
	line-height:30px;
}

.botoes {
	width:100%;
	background:#f0f0f0;
	overflow:hidden;
}

.botoes .col-md-3{
	padding:0!important;
	margin:0!important;
}
.botoes .col-md-6{
	padding:0!important;
	margin:0!important;
}

.botoes .box{
	text-align:center!important;
	background:#f0f0f0;
	text-align:center;
	transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
	cursor:pointer;
	font-size:24px;
	padding:60px 30px;
	color:#ff862c;
	border-bottom:2px solid #ff862c;
}

.botoes .box:hover{
	background:#e0e0e0;
	transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
	cursor:pointer;
	border-bottom:2px solid #6097d8;
	color:#6097d8;
}

.botoes .box i{
	display:block;
	font-size:32px;
	padding-bottom:15px;
	font-weight:bold;
}

.botoes .box.esq{
	background-color:#f5f5f5;
}

.botoes .box.esq:hover{
	background-color:#e0e0e0;
}

.botoes .box.dir{
	background-color:#ebebeb;
}

.botoes .box.dir:hover{
	background-color:#e0e0e0;
}

.patrocinio{
	border-left:1px dashed #e0e0e0;
	padding-left:30px;
	padding-bottom:30px;
	overflow:hidden;
}

.bg-0 .col-md-4{
	padding:0!important;
	margin:0!important;
}

.patrocinio span.titulo{
	display:block;
	padding:0 0 30px 0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#193e60;
}

.patrocinio i{
	width:45%;
	margin:0 2% 2% 0;
	float:left;
	height:80px;
	border:1px solid #e0e0e0;
	background:no-repeat center center;
	-webkit-background-size: 90px;
    -moz-background-size: 90px;
    -o-background-size: 90px;
    background-size:90px;
}

.patrocinio.rouanet i{
	width:30%!important;
	margin:0 2% 2% 0;
	float:left;
	height:80px;
	border:1px solid #e0e0e0;
	background:no-repeat center center;
	-webkit-background-size: 90px;
    -moz-background-size: 90px;
    -o-background-size: 90px;
    background-size:90px;
}

.bts{
	display:block;
	padding-bottom:60px;
}

.paginas p{
	font-size:16px;
	padding-bottom:30px;
}

.paginas .row{
	
}

.paginas p img{
	display:block;
	margin:0 auto;
	text-align:center;
}

.paginas .foto{
	width:100%;
	height:240px;
	background:no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.paginas .cor{
	background:rgba(18,60,98, 0.7) url(../imagens/pattern.png);
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
}

.paginas span{
	font-size:20px;
	color:#ff862c;
	font-weight:bold;
	display:block;
	text-align:center;
	width:100%;
}

.paginas button{
	background:#6097d8;
	color:#fff;
	padding:5px 15px;
	border:none;
}


/* FOOTER */

.footer{
	background:#193e60;
	color:#fff;
	padding:60px 0;
	border-top:3px solid #ff862c;
}

.footer span.titulo{
	display:block;
	padding:0 0 45px 0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

.footer i{
	width:100%;
	margin:0 2% 2% 0;
	float:left;
	height:140px;
	border-bottom:3px solid #ff862c;
	background:#fff no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:80%;
}

/* COPY */

.copy{
	background:#153552;
	color:#fff;
	font-size:14px;
	text-align:right;
	height:60px;
	display:flex;
	align-items:center;
	text-align:center;
}

.copy a{
	color:#fff;
}

.copy a:hover{
	text-decoration:underline;
}


/* ----------------------------------------------------------- */



@media screen and (max-width: 340px) {

.topo{
    width:100%;
	height:80%;
	position:relative;
	overflow:hidden;
	background:right center no-repeat url(../imagens/bg_top.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-top:3px solid #ff862c;
}

.topo .cor .logos{
	text-align:center;
	margin:0 auto;
    max-width:80%;
	cursor:pointer;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.topo .cor .logos img{
	margin:15px auto;
	max-width:80%;
}

.pag{
	padding:60px 0 90px 0;
	overflow:hidden;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.pag span{
	font-size:20px;
	font-weight:bold;
	padding-bottom:30px;
	display:block;
	color:#193e60;
}

.pag span b{
	display:block;
	font-size:16px;
	color:#404040;
}

.pag .dia{
	padding:15px 15px;
	background:#e5e5e5;
	overflow:hidden;
	border-bottom:1px solid #d0d0d0;
	font-size:18px;
	line-height:18px;
}

.pag .dia.um{
	padding:15px 15px;
	background:#f0f0f0;
	overflow:hidden;
	border-bottom:1px solid #d0d0d0;
	font-size:18px;
	line-height:18px;
}

.pag .dia b{
	display:block;
	font-size:16px;
	padding-bottom:15px;
}

.pag .dia b.hor{
	float:left;
	padding:15px 0;
	width:100%;
	overflow:hidden;
	color:#193e60;
	font-size:16px;
	text-align:center;
}

.pag p{
	font-size:14px;
	line-height:16px;
}

.botoes {
	width:100%;
	background:#f0f0f0;
	overflow:hidden;
}

.botoes .col-md-3{
	padding:0!important;
	margin:0!important;
}

.botoes .box{
	text-align:center!important;
	background:#f0f0f0;
	text-align:center;
	transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
	cursor:pointer;
	font-size:24px;
	padding:10px 15px;
	color:#ff862c;
	border-bottom:2px solid #ff862c;
}

.botoes .box:hover{
	background:#e0e0e0;
	transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
	cursor:pointer;
	border-bottom:2px solid #6097d8;
	color:#6097d8;
}

.botoes .box i{
	float:left;
	font-size:32px;
	padding-bottom:15px;
	font-weight:bold;
}

.botoes .box.esq{
	background-color:#f5f5f5;
}

.botoes .box.esq:hover{
	background-color:#e0e0e0;
}

.botoes .box.dir{
	background-color:#ebebeb;
}

.botoes .box.dir:hover{
	background-color:#e0e0e0;
}

.patrocinio{
	border-left:1px dashed #e0e0e0;
	padding-left:30px;
	padding-bottom:30px;
	overflow:hidden;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	min-width:100%;
}

.footer i{
	width:100%;
	margin:0 2% 2% 0;
	float:left;
	height:140px;
	border-bottom:3px solid #ff862c;
	background:#fff no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:50%;
}

#menu{
	position:absolute;
	top:50px;
	right:50px;
	cursor:pointer;
	z-index:1;
	color:#fff;
	font-size:40px;
	display:none;
}

.bg-1 i{
	position:absolute;
	top:60px;
	right:15px;
	color:#ff862c;
	font-size:45px;
	cursor:pointer;
	z-index:999999;
}

}

@media screen and (min-width: 341px) and (max-width: 480px) {

.topo{
    width:100%;
	height:65%;
	position:relative;
	overflow:hidden;
	background:right center no-repeat url(../imagens/bg_top.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-top:3px solid #ff862c;
}

.topo .cor .logos{
	text-align:center;
	margin:0 auto;
    max-width:80%;
	cursor:pointer;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.topo .cor .logos img{
	margin:15px auto;
	max-width:80%;
}

.botoes {
	width:100%;
	background:#f0f0f0;
	overflow:hidden;
}

.botoes .col-md-3{
	padding:0!important;
	margin:0!important;
}

.botoes .box{
	text-align:center!important;
	background:#f0f0f0;
	text-align:center;
	transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
	cursor:pointer;
	font-size:24px;
	padding:10px 15px;
	color:#ff862c;
	border-bottom:2px solid #ff862c;
}

.botoes .box:hover{
	background:#e0e0e0;
	transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
	cursor:pointer;
	border-bottom:2px solid #6097d8;
	color:#6097d8;
}

.botoes .box i{
	float:left;
	font-size:32px;
	padding-bottom:15px;
	font-weight:bold;
}

.botoes .box.esq{
	background-color:#f5f5f5;
}

.botoes .box.esq:hover{
	background-color:#e0e0e0;
}

.botoes .box.dir{
	background-color:#ebebeb;
}

.botoes .box.dir:hover{
	background-color:#e0e0e0;
}

.patrocinio{
	border-left:1px dashed #e0e0e0;
	padding-left:30px;
	padding-bottom:30px;
	overflow:hidden;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	min-width:100%;
}

.footer i{
	width:100%;
	margin:0 2% 2% 0;
	float:left;
	height:140px;
	border-bottom:3px solid #ff862c;
	background:#fff no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:50%;
}

#menu{
	position:absolute;
	top:50px;
	right:50px;
	cursor:pointer;
	z-index:1;
	color:#fff;
	font-size:40px;
	display:none;
}

.bg-1 i{
	position:absolute;
	top:60px;
	right:15px;
	color:#ff862c;
	font-size:45px;
	cursor:pointer;
	z-index:999999;
}



}

@media screen and (min-width: 481px) and (max-width: 600px) {



}

@media screen and (min-width: 601px) and (max-width: 740px) {



}

@media screen and (min-width: 741px) and (max-width: 990px) {



}

@media screen and (min-width: 991px) and (max-width: 1024px) {



}

@media screen and (min-width: 1171px) and (max-width:1280px) {



}

@media screen and (min-width: 1281px) and (max-width: 1366px) {



}

@media screen and (min-width: 1440px) and (max-width: 1600px){



}