body, html{
	font-size: 13px;
	background: #fff;
}

.img-responsive{
    width: 100%;
    height: auto; 
}
.noticia-corpo{
    padding-top: 20px;
    padding-bottom: 20px;
}
.pagination{
    padding: 8px;
    margin-bottom: 15px;
}
.pagination a{
    border: solid 1px #1b7694;
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
    padding: 3px 8px;
}
.pagination .anteriorseguinte, .pagination  .current{
    padding: 3px 8px;
}
.caption{
    margin-top: 13px;
}
.caption h5{
    font-size: 1rem;
    color: #5a5a5a;
}
.bgpri{
	background: #009cb3;
}
.bgsec{
	background: #1a717d;
}
.bgter{
	background: #eeeeee;
}
.bggrey, .bggrey .h2-title h2{
	background: #f6f6f6;
}

.clpri{
	color: #009cb3;
}
.clsec{
	color: #1a717d;
}
.clter{
	color: #eeeeee;
}

.clbl{
	color: #00698c;
}
.btn-white{
	background: #fff;
}



/* gerais */

.container-full {
  margin: 0 auto;
  width: 100%;
}

section.sec-t-mar{
	margin-top: 40px;
}

section{
	margin-bottom: 50px;
}

section.opinions{
	padding-top: 40px;
	padding-bottom: 40px;
}

input{
	border-radius: 4px;
}


.btn{
	font-size: .8rem;
	border-radius: 4px;
	box-shadow: none;
	border: none;
	padding: 10px 20px;
}

.btn-primary{
	background: #084750;
}

.if-ico{
	float: left;
	display: block;
	font-weight: 300;
	font-size: 1rem;
	margin-left: 1.6rem;
}
.if-ico i{
	color: #00698c;
	position: relative;
	top: 0.06rem;
	font-size: 1.3rem;
}

.right-nav:after , .left-nav:after , .nav-menu:after, .top-logo:after, .cond-post:after{
  content: "";
  display: table;
  clear: both;
}


/* linls e a href  */
a{
	color: #1b7694;
}

a:hover, .if-ico a:hover, a:hover i{
	color: #009cb3;
}


/* top banner nav */
.navbar-toggle{
	display: none;
	position: absolute;
    right: 30px;
    font-size: 22px;
    padding: 4px;
}

.top-banner{
	background: #eee;
	padding: 9px 0;
}
.left-nav{
	text-align: left;
	float: left;
}
.right-nav{
	text-align: right;
	float: right;
}
.meo-top-nav{
    padding-top: 0.15rem;em;
}
.meo-top-nav img{
	height: 22px;
}

/* top menu nav */

.top-menu{
	padding: 18px 0;
	background: #fff;
}

.top-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-menu ul li {
    float: left;
}

.top-menu li a {
    font-size: 1.12rem;
    display: block;
    text-align: center;
    padding: 12px 13px;
    text-decoration: none;
}

body.fixed-menu{
	margin-top: 80px;
}
.top-menu.fixed-menu{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    border-bottom: solid 1px #e2e2e2;
}
.nav-menu{
	float: right;
}

.top-logo{
	
	float: left;
}

.logo{
	max-height: 43px;
	width: auto;
	height: auto;
}

.top-menu li.search-btn a{
    padding: 3px 10px;
    font-size: 2rem;
}



/* banner */

.bnr-con.row{
	margin-left: 0px;
	margin-right: 0px;
}
.bnr-con .half-col{
    width: 50%;
}

.bnr-con .half-col{
	height: 500px;
}

.bnr-bg-pic{
	display: block;
	background-image:    url(../assets/bnr-pre-bg.jpg);
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    background-color: #009cb3;
    height: 100%;
    width: 100%;
    position: relative;
    transition: all .5s;
}
.bnr-bg-pic:hover {
  opacity: .8;
}

.bnr-con .bnr-pic.full-pic{
	height: 100%;
	padding-right: 5px;
}

.bnr-con .bnr-pic.half-pic{
	height: 50%;
	padding-left: 5px;
}

.bnr-con .bnr-pic.half-pic:first-child{
	padding-bottom: 5px;
}
.bnr-con .bnr-pic.half-pic:last-child{
	padding-top: 5px;
}
.bnr-con .bnr-bg-pic .captions{
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 35px;
}
.bnr-con .bnr-bg-pic .captions h3{
	text-transform: uppercase;
	font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: .2rem;
}

.bnr-con .bnr-bg-pic .captions h1{
	font-weight: 400;
    font-size: 2.6rem;
}

.shadow-bottom {
    background: linear-gradient(180deg,transparent,rgba(0, 0, 0, 0.27));
    top: 50%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 50%;
}


/* last news */

.last-news{
	
}

.last-news h2{
	text-transform: uppercase;
	color: #00698c;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}

.news-post.marg{
    margin-bottom: 25px;
    margin-top: 25px;
}

.news-post .news-img{
	width: 100%;
	height: auto;
}

.news-post .news-img img{
	width: 100%;
	height: auto;
}

.news-post .news-info h1{
	font-weight: 400;
	font-size: 1.5rem;
}
.news-post .news-info h3{
	text-transform: uppercase;
	font-weight: 400;
	color: #777;
    font-size: 1rem;
    margin-top: 1.4rem;
    margin-bottom: .57em;
}

.cond-post{
	display: block;
	width: 100%;
	margin-top: 2rem;
}

.cond-post .news-img{
	width: 45%;
	height: auto;
	float: left;
}

.cond-post .news-img img{
	width: 100%;
	height: auto;
}

.cond-post .news-info{
	width: 55%;
	padding-left: 16px;
	float: right;
}

.cond-post .news-info h1{
	text-align: left;
	font-weight: 500;
	font-size: 1rem;
}
.cond-post .news-info h3{
	text-transform: uppercase;
	font-weight: 400;
	color: #777;
    font-size: 1rem;
    margin-bottom: .57em;
}

/* newsletter-sub */

.block-image-bg{
	margin-top: 40px;
	background-image:    url(../assets/newsletter-bg.jpg);
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    background-color: #009cb3;
    height: auto;
    width: 100%;
    position: relative;
    padding: 20px;
}
.newsletter-sub{
    text-align: center;	
}
.newsletter-sub h2:after{
	content: "";
    height: 1px;
    width: 27%;
    border-top: dashed 1px #b5d3dd;
    display: block;
    position: absolute;
    bottom: .5rem;
    right: 0;
}
.newsletter-sub h2:before{
	content: "";
    height: 1px;
    width: 27%;
    border-top: dashed 1px #b5d3dd;
    display: block;
    position: absolute;
    bottom: .5rem;
    left: 0;
}
.newsletter-sub h2{
	position: relative;
	color: #fff;
	margin-bottom: 1rem;
	font-weight: 300;
}
.newsletter-sub p{
	font-weight: 400;
	color: #fff;
}

.newsletter-sub .btn{
	text-transform: uppercase;

}
.newsletter-sub form input{
	padding: 8px;
    width: 100%;
    border: none;
}

/* adds block */

.adds-block{
	text-align: center;
	width: 100%;
}

.adds-block .add-cont{
	text-align: center;
    margin: auto;
    width: 90%;
}

.adds-block .add-cont img{
	width: 100%;
	display: block;
}

.h2-title {
	width: 100%;
	text-align: center;
	margin-bottom: 14px;
}

.h2-title h2{
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #00698c;
	padding: 10px 30px;
	background: #fff;
	position: relative;
	display: inline-block
}

.h2-title:before{
	content: "";
	height: 1px;
	width: 100%;
	border-top: dashed 1px #b5d3dd;
	display: block;
	position: relative;
    bottom: -1.8rem;
}

/* opinions */
.opinion-block{

}

.bt-arrow{
	display: block;
	width: 10px;
	height: 10px;
	border-left: solid 2px #1a717d;
	border-bottom: solid 2px #1a717d;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
    margin-left: auto;
    margin-bottom: 15px;
    margin-right: auto;
}

.opinion-block .op-info h3{
	font-weight: 400;
}
.opinion-block .op-info h6{
	font-weight: 200;
	margin-top: 15px;
	color: #888;
}

.op-user{
	position: relative;
  	width: 100%;
  	padding: 50px 50px 20px 50px;
}


.op-mask{
	border-radius: 50%;
	border: solid 15px #009cb3;
	border-top-color: #1a717d;
	border-right-color: #1a717d;
	
}
.op-mask img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}

/* full-video */

.full-video{
	width: 100%;
	background: #009cb3;
}

/* noticias */
.dest-news{
	position: relative;
    width: 100%;
    display:block;
}

.dest-news img{
	width: 100%;
}

.dest-news .captions{
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 35px;
}

.dest-news .captions h3{
	text-transform: uppercase;
	font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: .2rem;
}

.dest-news .captions h1{
	font-weight: 400;
    font-size: 2.6rem;
}



/* footer */
.footer{
	padding: 50px 0;
	background: #009cb3;
}

.footer-copy{
	background: #1a717d;
}

.footer-copy-info{
	color: #fff;
	padding: 12px 0;
	font-size: .8rem;
}

.block-links{
	text-align: center;
}

.title-links{
	text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;	
}

ul.footer-links{
	text-align: left;
	display: inline-block;
	list-style: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

ul.footer-links li{
	
}

ul.footer-links li a{
	color: #fff;
    font-size: 1rem;
    padding: 5px;
    display: block;
    font-weight: 100;
}

.footer-social{
	color: #fff;
	text-align: center;
}
.footer-social .if-ico i{
	color: #fff;
	font-size: 2.4rem;
}

.footer-logo{
	display: inline-block;
}
.footer-logo img{
	width: auto;
    max-height: 110px;
    margin-bottom: 11px;
}

.footer .form-group{
	position: relative;
}

.form-input{
	float: left;
	display: inline-block;
	position: relative;
	width: 70%;
    padding-right: 20px;
}

.form-btn{
	float: left;
	display: inline-block;
	position: relative;
	width: 30%;
}

.footer form.newsletter-footer-form input{
	display: block;
    padding: 5px 10px;
    height: 40px;
    width: 100%;
    margin-right: 10px;
    border: none;
    background: transparent;
    border: solid #fff 1px;
    position: relative;
}

.footer form.newsletter-footer-form button{
    font-size: .9rem;
    width: 100%;
    padding: 10px;
    height: 40px;
    display: block;
    color: #039cb3;
    position: relative;
}
.footer .footer-form h3, .footer .footer-form p{
	color: #fff;
	margin-bottom: 20px;
}

.footer form.newsletter-footer-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.footer form.newsletter-footer-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.footer form.newsletter-footer-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.store-banner{
	background-image: url(../assets/block-bg.jpg);
	padding: 50px;
}

.store-banner h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 400;
}

.store-banner p{
	color: #fff;
}

.store-banner .store-logo{
	text-align: center;
}
.store-banner .store-logo img{
	max-height: 110px;
	margin: 20px 0;
}

.add-cont img{
	max-width: 100%;
}
.video-overlay{
	position: absolute;
    bottom: 30px;
    left: 60px;
    color: #fff;
}
.video-overlay-black{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.video-overlay a{
    color: #fff;
    text-decoration: underline;
}
.play{
	top: 45%;
	left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.video-full{
	position: relative;
}

.video-full .caption{
	position: absolute;
    left: 60px;
    bottom: 40px;
    color: #fff;
}

.video-full .caption a{
    color: #fff;
}

.n-m-b{
	margin-bottom: 0px !important;
}
.n-p-b{
	padding-bottom: 0px !important;
}
.p-t-25{
	padding-top: 25px;
}

#search-box{
    display: none;
}
#search-box.open{
    display: block;
}

.search-bar{
    width: 100%;
    height: 50px;
 
    line-height: 1;
    padding-top: 10px;
}
.search-bar input{
    width: 100%;
    border: none;
    border-radius: 0;
    background: #f5f5f5;
    padding: 13px;
}

.icon-play-btn{
    width: 50px;
    height: 50px;
}

@media (min-width: 1566px) {
  	.bnr-con .half-col {
        height: 650px;
  	}
}
@media (min-width: 992px) {
  	.nav-menu.collapse:not(.show){
		display: block;
	}
}
@media (min-width: 1200px) and (max-width: 1565px) {
  	.bnr-con .half-col {
        height: 500px;
  	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  	.bnr-con .half-col {
        height: 450px;
  	}
}
@media (min-width: 768px) and (max-width: 991px) {
  	.bnr-con .half-col {
        height: 400px;
  	}
}
@media (max-width: 767px) {
  	.bnr-con .half-col {
        width: 100%;
        height: auto;
  	}
  	.bnr-con .bnr-pic.full-pic{
  		padding: 0;
  		height: 350px;
  	}
  	.bnr-con .bnr-pic.half-pic:first-child, .bnr-con .bnr-pic.half-pic:last-child{
  		padding: 0;
  		width: 100%;
  		height: 300px;
  	}
  	.bnr-con .bnr-bg-pic .captions h3{
		font-size: 1.1rem;
  	}
  	.bnr-con .bnr-bg-pic .captions h1{
  		font-size: 2.2rem;
  	}
  	.bnr-con .bnr-bg-pic .captions{
  		bottom: 15px;
    	left: 20px;
  	}
}

@media (max-width: 570px) {
  	.bnr-con .bnr-pic.full-pic{
  		height: 300px;
  	}
  	.bnr-con .bnr-pic.half-pic:first-child, .bnr-con .bnr-pic.half-pic:last-child{
  		height: 200px;
  	}
  	
  	.bnr-con .bnr-bg-pic .captions h3{
		font-size: 1rem;
  	}
  	.bnr-con .bnr-bg-pic .captions h1{
  		font-size: 2.1rem;
  	}
}


@media (min-width: 768px) and (max-width: 991px){
	.container {
	    max-width: 100%;
	}
}

@media (max-width: 991px){
	.logo {
	    max-height: 38px;
	}
	.top-menu{
		padding: 0;
		background: #fff;
	}

	.top-menu ul {
	    list-style-type: none;
	    margin: 0;
	    padding: 0;
	    overflow: hidden;
	}
	.top-banner{
		display: none;
	}
	.navbar-toggle{
		display: block;
	}
	.top-menu ul li {
	    float: none;
	}

	.top-menu li a {
	    font-size: 1.12rem;
	    display: block;
	    text-align: center;
	    padding: 12px 13px;
	    text-decoration: none;
	}
	.nav-menu {
	    float: none;
	    text-align: left;
	    display: inline-block;
	    position: relative;
	}
	.top-logo {
		padding: 6px 15px;
	    width: 100%;
	    float: left;
	}

	.top-menu .container{
		padding-left: 0;
		padding-right: 0;
	}
	.nav-menu.navbar-collapse{
		width: 100%;
		border-top: solid 1px #ccc;
	}
}


