/*======= BT CONTENT SLIDER ========*/
.bt-cs {
	position: relative;
	border: none;
}
.slides_container {
	overflow: hidden;
	position: relative;	
}
.bt-cs h3 {
	font-family: 'Fredoka-One';
	color: #499aff;
	line-height: 37px;
	text-indent: 15px;
	text-transform: uppercase;
	background: url(../images/bg-header.png) repeat-x;
	height: 37px;
	margin: 0 !important;	
	font-weight: normal;
	font-size: 12px;
}
.bt-cs h3 a {
	font-family: 'OpenSans-Italic';
	font-weight: bold;
	color: #959595;
	line-height: 37px;
	text-indent: 15px;
	text-transform: uppercase;
	background: url(../images/bg-header.png) repeat-x;
	height: 37px;
	margin: 0 !important;
	font-size: 10px;
	text-decoration:none; 
}
.bt-introtext, .bt-introtext a {
	margin-top: 7%;
}
/*
	Handles - Next/prev buttons
*/
.bt-cs .next,.bt-cs .prev {
	display: block;
	width: 40px;
	height: 33px;
	top:0;
	opacity:0.7;
}

.noticias_asa a{
	color: #838383;
	font-size: 14px;
	font-family: 'OpenSans';
}

.readmore a {
	font-family: OpenSans-Bold;
	color: #95c11e;
	font-size: 12px;
	clear: both;
}

/*
.bt-cs:hover .next, .bt-cs:hover .prev{
	display:block;
} */
.bt-cs .next:hover, .bt-cs .prev:hover{
	opacity:1;
}
.bt-cs a.next {
	background: url(../images/re-right.png) right top no-repeat !important;
	text-indent: -9999px;
	position:absolute;
	z-index:100;
	margin:0;
	padding:0;
	right:0;
}
.bt-cs a.prev {
	background: url(../images/re-left.png) left top no-repeat !important;
	text-indent: -9999px;
	position:absolute;
	z-index:999;
	margin:0;
	padding:0;
	right:34px;
}

/*bullet */
.bt-cs .bt_handles {
	border: 1px solid red;
	position: absolute !important;
	margin:  0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index:101;
}
.bt-cs .bt_handles li {
	float: left;
	margin: 0 1px!important;
	list-style:none;
	padding:0px!important;
	background:none!important;
}
.bt_handles li a {
	display: block !important;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	float: left;
	padding: 12px 0 0 0 !important;
	overflow: hidden;
}
.bt_handles li.current a {
	background-position: 0 -12px;
}

/*numbering */
.bt-cs .bt_handles_num {
	border: 1px solid red;
	position: absolute !important;
	margin:  0 !important;
	padding: 0 !important;
	border: 0 !important;
	z-index:101;
}
.bt-cs .bt_handles_num li {
	float: left;
	margin: 0 1px!important;
	list-style:none;
	padding:0px!important;
	background:none!important;
}
.bt_handles_num li a {
	display: block !important;
	width:12px;
	height:15px;
	line-height:15px;
	background:grey;
	float: left;
	padding:0!important;
	overflow: hidden;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-size:10px;
}
.bt_handles_num li a:hover{
	opacity:0.8;
}
.bt_handles_num li.current a {
	background:orange;
}

/*** CSS STYLE FOR ITEM ****/
.bt-cs .bt-row {
	float: left;
	position: relative;
	overflow: hidden;
	padding: 15px 0;
}
.bt-cs .bt-inner {
	margin: 0;
	position: relative;
	padding: 0 10px;
}
.destaques .bt-inner {
	padding: 0 !important;	
}
.destaques .bt-row {
	padding: 0 !important;
}
.navigation .destaques {
	padding: 0 !important;
}
.bt-cs .bt-inner a {
	text-decoration: none;
}
.bt-cs .bt-inner img {
	max-width:100%;
	/*margin:5px 0px;*/
}
.bt-cs .bt-inner .bt-title {
	clear: both;
	color: #3b3b3b;
	font-weight: bold;
	text-transform: uppercase;
	line-height:150%;
	display:inline-block;
	font-family: OpenSans-Bold;
	font-size: 12px;	
}
.destaques .bt-inner .bt-title {
	position: absolute;
	color: white;
	float: left;
	top: 15%;	
	left: 10%;
	font-size: 10.73px;
	font-family: 'OpenSans-Semibold';
    text-shadow: 2px 2px 2px #000;
}

.destaques .bt-introtext {
    position: absolute;
    color: white;
    float: left;
    top: 20%;
    left: 10%;	
    font-family: 'Fredoka-One';
    line-height: 150%;
    font-weight: normal;
    margin-top: 0;	
    text-align : inherit !important;
    text-shadow: 2px 2px 2px #000;
}


.destaques .readmore {
	position: absolute;
	color: white;
	float: left;
	left: 10%;
	bottom: 20%;	
	font-size: 12px;
	font-family: 'OpenSans-Bold';
	border: 4px solid white;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	color: white;
    text-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;
        -webkit-box-shadow: 2px 2px 2px #000;
        -moz-box-shadow: 2px 2px 2px #000;
}
.destaques a, .destaques a:hover, .destaques a:visited {
	color: white;
}
.destaques .bt_handles {
	position: absolute;
	float: left;
}
.bt-cs .bt-inner .bt-category {
	clear: both;
	color: #4a4a4a;
	font-weight: bold;
	line-height:150%;
}
.bt-cs .bt-center{
	text-align:center;
	margin-bottom: 6%;
}
.bt-cs .bt-extra {
	font-family: OpenSans-Bold;
	clear: both;
	/* margin-top: 5px; */
	color: #95c11e;
	font-size: 12px;
}
.destaques .bt-extra {
	display: none;
}
.bt-cs .bt-date,.bt-cs .bt-author {
	font-weight: normal;
	font-size: 12px;
}
.bt-row-separate {
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #959595;
	margin: 0px 10px;
	margin-bottom: 15px;
}

#btcontentslider116 {
    max-height: 360px;
}

#btcontentslider116 img{
    max-width: 100%;
    min-height: 200px;
}


@media (min-width: 280px) {
    .destaques .bt-introtext {
        font-size: 16px;
        width: 85%;
    }
}

@media (min-width: 480px) {
    .destaques .bt-introtext {
        font-size: 18px;
        width: 60%;
    }
}


@media (min-width: 540px) {
    .destaques .bt-introtext {
        font-size: 19px;
        width: 55%;
    }
}


@media (min-width: 768px) {
    .destaques .bt-introtext {
        font-size: 20px;
        width: 40%;
    }
}


@media (min-width: 980px) {
    .destaques .bt-introtext {
        font-size: 24px;
        width: 30%;
    }
}