html, body { margin:0; height: 100%;}

body {
  background: #454545;
  font-family: "Open Sans", sans-serif;
  font-size:1.1em;
  color: #1a1a1a;
  line-height: 1.2;
}



a {
    color: #7c2768;
    outline: medium none;
}

a:link {
    text-decoration: none;
}

a:hover {
    color: #555555;
    outline: medium none;
}

img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
	
 
img {
    max-width: 100%;
    height: auto;
    }

input {
    outline: medium none;
}

table, td {
    border: 0 none;
    margin: 0;
    padding: 0;
}

td {
    vertical-align: top;
}

hr {
    margin-top: 10px;
}

iframe {
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.left {float: left !important;}
.right {float: right !important;}




.page-wrap {
  min-height: 100%;
}


.page-wrap:after {
  content: "";
  display: block;
}




.dow-wrapper {
    background: url("/files/91/9119.png") no-repeat scroll left center #eee;
    margin: 20px 0;
    padding: 8px 10px 24px 88px;
    border-radius: 5px;
}

.dow-wrapper a h2 {
    color: #333333;
    margin:0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 600;
}

.dow-wrapper a:hover h2 {
    color: #e14045;
}

.dow-wrapper small {
    color: #666666;
}

.form-description {
    margin-bottom: 12px;
}

.form-input {
    margin-bottom: 8px;
}

.form-button {
    padding: 10px 0;
}

.form-textline {
    margin-top: 3px;
    width: 100%;
}

.form-text {
    height: 300px;
    margin-top: 3px;
    width: 100%;
}

.form-email {
    margin-top: 3px;
    width: 100%;
}


form {
    margin: 0;
    padding: 0;
}


textarea {
    border: 1px dotted #999;
    color: #555;
    font-size: 18px;
    padding: 10px;
}


input[type="text"] {
    border: 1px dotted #999;
    color: #555;
    font-size: 18px;
    height: 35px;
    padding-left: 10px;
}

input[type="submit"] {
    background: none repeat scroll 0 0 white;
    border: 1px dotted #999;
    font-size: 17px;
    font-weight: bold;
    padding: 7px 10px;
}

input[type="submit"]:hover {
    background: none repeat scroll 0 0 #9c005a;
    color: white;
    cursor: pointer;
}


.hidden {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}



#top-bar {
    background: none repeat scroll 0 0  rgba(132, 2, 100, 0.8);
    padding: 7px 0;
    color: #FFF;
    font-weight: bold;
    font-family: Arial,Verdana,Helvetica,sans-serif;
}

#top-bar .container {
    height: auto;
    overflow: auto;
}

.top-link {
    color:#FFF;
    font-weight: bold;
}

.top-link:hover {
    color:#ffaaea;
}


#logo {
    margin: 0 auto;
}


#menu .container {
    background: none repeat scroll 0 0  rgba(132, 2, 100, 0.8);
    height: auto;
    overflow: auto;
}

#menu .home {
    margin-top:-1px;
}

#menu input[type=text] {
    background:#FFF; 
    border:0 none;
    border-radius: 10px 0 0 10px;
    padding-left: 8px;
    -webkit-border-radius: 10px 0 0 10px;
    height: 22px;
    width:90%;
    float:left;
    font-size: 1em;
}

#menu input[type=submit] {
    background: url("/files/87/8752.png") no-repeat scroll 0 0 rgba(255, 255, 255, 1);
    border: 0 none;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0; 
    width: 9%;
    height: 22px;
    float:left;
}




/* -- MENU MENU MENU MENU MENU MENU MENU MENU MENU -- */

#rmenu {
 display: table-cell;
}

#rmenu-bar div {
 align:left;
}

#rmenu-items {
 float: left;
 margin: auto;
}

.rmenu-item {
 float:left;
 padding: 0;
 vertical-align: middle;
 height: 4em;
 background: -webkit-linear-gradient(top, #b466a1, #9c3684);
 background: -moz-linear-gradient(top, #b466a1, #9c3684);
 background: -ms-linear-gradient(top, #b466a1, #9c3684);
 background: -o-linear-gradient(top, #b466a1, #9c3684);
 background: linear-gradient(to bottom, #b466a1, #9c3684);
}

.rmenu-item:hover {
 background: -webkit-linear-gradient(top, #b466a1, #ffffff);
 background: -moz-linear-gradient(top, #b466a1, #ffffff);
 background: -ms-linear-gradient(top, #b466a1, #ffffff);
 background: -o-linear-gradient(top, #b466a1, #ffffff);
 background: linear-gradient(to bottom, #b466a1, #ffffff);
}

.rmenu-item a {
 font-size: 1.2em;
 font-weight: 600; 
 text-decoration: none;
 color: white;
 line-height: 3.4em;
 padding: 0em 1.2em;
 display: table-cell;
 white-space: nowrap;
}

.rmenu-item a:hover {
 cursor: pointer;
 color: #7c2768;
}


#rmenu-collapsed-items {
 color: white;
 z-index: 3;
 display: block;
}

#rmenu-collapsed-items .rmenu-item {
 height: auto;
 overflow: auto;
 width: 100%;
}

#rmenu-hidden {
 background: transparent;
 width: 0;
 height: 0;
 overflow: hidden;
}

#rmenu-collapsed-icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
    display: block;
    float: right;
    padding-left:5px;
    height: 45px;
    padding-top: 3px;
    line-height: 3em;
    overflow: hidden;
    width: 45px;
}

#rmenu-logo {
 display: table-cell;
}



/* ---- responsive */

.image-left-mobile {
 text-align: center;
 clear: both;
 display: table;
 padding-bottom: 2em;
}

.image-right-mobile {
 text-align: center;
 clear: both;
 display: table;
 padding-bottom: 2em;
}

.mobile-stack-off div {
 padding: 1.5em 3em;
 display:table-cell;
}

.mobile-stack-on div {
 padding: 1.5em 3em 1.5em 3em;
 display:block;
}

.mobile-hide-off img {
 display:block;
}

.mobile-hide-on img {
 display:none;
}






#high .container {
    background: none repeat scroll 0 0  rgba(237, 237, 237, 0.8);
    min-height:520px;
}


#high .genericbox {
    background: url("/files/14/14454.png") no-repeat scroll bottom right  rgba(255, 255, 255, 1);
    padding: 15px;
    height: 208px;
    margin: 15px 0;
}

#high .genericbox p {
    padding: 0 100px 0 0;
    max-height: 107px;
    overflow: hidden;
}

#high .genericbox h1{
    color:#840264;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

#high .genericbox h2{
    font-size: 12px;
    margin-top: 4px;
}


#high .genericbox .img-responsive {
    float: right;
}

#high iframe {
    z-index: -1;
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 217px;
}






/* Marquee Agenda Marquee*/
.marquee {
    background: none repeat scroll 0 0 rgba(132, 2, 100, 0.8);
    padding: 10px;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 30s linear infinite;
    color: #FFF;
}

.marquee p {
    padding:0;
    margin: 0;
}

.marquee:hover {
    animation-play-state: paused
}

@keyframes marquee {
    0%   { text-indent: 58em }
    100% { text-indent: -108em }
}

.marquee a {
    color: #FFF;
    margin-right: 10px;
    padding-right: 18px;
    background: url("/files/87/8756.png") no-repeat scroll top right  rgba(0, 0, 0, 0);
}

.marquee a:last-child {
    background: none;
}





/* NEWSLETTER FORM*/

.newsletter {
    background: none repeat scroll 0 0 rgba(132, 2, 100, 0.8);
    padding: 0 0 6px 0;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    color: #FFF;
    height: 34px;
}

.newsletter-txt {
    padding: 10px 0 0 12px;
    float: left;
    font-weight: 700;
    width: 35%;
    overflow: hidden;
}

.newsletter-form {
    padding-top: 7px;
    float: right;
    width: 55%;
    overflow: hidden;
}

.newsletter-form input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 5px 0 0 5px;
    height: 20px;
    float: left;
    width: 80%;
    color:#333;
    font-size: 1em;
}

.newsletter-form input[type="submit"] {
    background: url("/files/87/8757.png") no-repeat scroll 0 0 rgba(180, 102, 161, 1);
    border: 0 none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    float: left;
    height: 20px;
    overflow: hidden;
    width: 15%;
}




/* NEWS NEWS NEWS */

#center-content .container {
    background: none repeat scroll 0 0  rgba(237, 237, 237, 0.8);
    height: auto;
    overflow: auto;
}

#center-content .col-sm-8 {
    padding-left: 5px;
}

#center-content .col-sm-8 .col-md-4{
    padding: 0 0 10px 0;
}

#center-content .news {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    padding:10px;
    margin-left:10px;
    display: table;
}



#center-content .news .img-news, 
#center-content .news-small .img-news{
    width: 100%;
}


#center-content .news-img {
    overflow: hidden;
    position: relative;
}


#center-content .news h1 {
    font-size: 1.4em;
    color: #9c3482;
    padding: 5px 0 0 0;
}


#center-content .news-small { 
    padding: 8px 10px 12px 10px;
}

#center-content .news-small-line {
    border-bottom: 1px dotted #666;
    margin: 3px 10px;
}

#center-content .news-small-line:nth-child(10) {
    border-bottom: none;
}

#center-content .news-small-total {
    margin-left:10px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    position: relative;
}


#center-content .news-small .news-small-img {
    display: block;
    float: left;
    width: 60px;
    height:70px;
    overflow: hidden;
    margin-right: 10px;
}


#center-content .news-small .img-news{
    width: 150px;
}

#center-content .data {
    bottom: 0;
    left: 0;
    position: absolute;
    width: auto;
    z-index: 8;
}


#center-content .data .dia {
    background: none repeat scroll 0 0 rgba(132, 2, 100, 0.8);
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    z-index: 50;
}

#center-content .data .mes {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #ffffff;
    float: left;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 49;
}


#center-content .news-small h1 {
    font-size: 0.9em;
    padding: 0;
    margin: 5px 0;
}

#center-content .news-small h2 {
    font-size: 1em;
    padding: 0;
    margin: 0;
}

#center-content .news-more {
    right: 10px;
    position: absolute;
    bottom: 10px;
    text-align: right;
    color: #333;
}

#center-content .news-more a {
    color: #333;
}


#center-content .news-more a:hover {
    color: #9c3482;
}






/* REDES E DESTAQUES */

#center-content .social {
    background: none repeat scroll 0 0 rgba(251, 251, 251, 1);
    border: 3px solid #fff;
    margin: 0 0 10px 0;
}

#center-content .social-icons {
    height: 35px;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

#center-content .social-facebook, #center-content .social-twitter, #center-content .social-youtube, #center-content .social-instagram, #center-content .social-linkedin{
    height: 35px;
    width: 25%;
    display: block;
    float: left;
}

.social-facebook, .social-instagram, .social-linkedin{
    border-right: 1px solid #ededed;
}

.social-youtube, .social-instagram, .social-linkedin{
    border-bottom: 1px solid #e5e5e5;
}


.social-facebook a, .social-twitter a, .social-youtube a, .social-instagram a, .social-linkedin a {
    display: block;
    background: url("/files/39/39586.png") no-repeat scroll top center transparent;
    height: 35px;
    width: 100%;
}


.social-facebook a {
    background-position: center top;
}


.social-twitter a {
    background-position: center -35px;
    opacity: 0.8;
    filter: alpha(opacity=80); 
}


.social-youtube a {
    background-position: center -70px;
    opacity: 0.8;
    filter: alpha(opacity=80); 
}


.social-instagram a {
    background-position: center -109px;
    opacity: 0.8;
    filter: alpha(opacity=80); 
}

.social-linkedin a {
    background-position: center -145px;
    opacity: 0.8;
    filter: alpha(opacity=80); 
}



.social-facebook a:hover, .social-twitter a:hover, .social-youtube a:hover, .social-instagram a:hover, .social-linkedin a:hover   {
    opacity: 1;
    filter: alpha(opacity=100); 
}






.social-connect{
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
    max-height: 165px;
    padding: 0 10px;
}

#center-content .areas{
    padding: 0 0 10px 0;
    height: auto;
    max-width: 100%;
    overflow: hidden;
}

#center-content .col-sm-8 .areas{
   padding: 0 0 0 10px;
}






/* Weather Weather Weather */

#weather{
    max-width:100%;
    max-height:100%;
    overflow: hidden; 
    margin: 0;
}

#forecast{
    max-width:100%;
    max-height:100%;
    overflow: hidden; 
    margin: 0 0 10px 0;
}


.day {
	position: relative;
	z-index: 0;
	background: linear-gradient(to bottom, #9d3483, #bb3e9c) repeat scroll 0 0 rgba(255, 255, 255, 0);
	overflow: hidden;
	display: inline-block;
	width: 100%;
	float: left;
	color: #ffffff;
        border-bottom: 1px solid #862c6f;
}

.day .left{
	width: 70%;
	height: 94px;
	float: left;
}

.day .right{
	background: linear-gradient(to bottom, #7c2967, #8f2f78) repeat scroll 0 0 rgba(255, 255, 255, 0);
	width: 30%;
	height: 94px;
	float: right;
	font-family: century gothic,arial;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
}

.day .city {
    bottom: 52px;
    font-family: century gothic,Arial;
    font-size: 11px;
    position: absolute;
    text-align: right;
}


.day #deg {
    bottom: 14px;
    color: #ffffff;
    font-family: century gothic,Arial;
    font-size: 32px;
    position: absolute;
    text-align: right;
    font-weight: bold;
}


.day #forecastdeg-max0 {
    margin-left:13px;
    padding-left:15px;
    background: url("/weather/max.png") no-repeat scroll left center transparent;
    margin-top: 30px;
}

.day #forecastdeg-max0 span, .day #forecastdeg-min0 span{
    font-weight: normal;
}

.day #forecastdeg-min0{    
    margin-left:13px;
    padding-left:15px;
    background: url("/weather/min.png") no-repeat scroll left center transparent;
    margin-top: 2px;
}

.day .darksky {
    margin-top: 10px;
    text-align: center;
}

.day .darksky a{
    font-family: Arial;
    font-size: 7px;
    color: #ca609f;
}

.top .deg{
	font-weight: bold;
}

.top .text{
	width: 100%;
	text-align: center;
	color: white;
	margin-bottom: 5px;
	margin-top: -70px;
	font-size: 25px;
}

.top input{
	position: relative;
	z-index: 1;
	font-family: 'Open Sans', sans-serif;
	width: 200px;
	background-color: rgba(0,0,0,0);
	border: 0px;
	outline: 0;
}

.top input:focus{
	outline: 0;
	border: 0px;
}

.week{
    background: linear-gradient(to bottom, #8f2f78, #7c2967) repeat scroll 0 0 rgba(255, 255, 255, 0);
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 100%;
}

.week ul{
    display: inline-block;
    height: 100%;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.week ul li {
        color: #fff;
	float: left;
	width: 25%;
        height: 100%;
	margin: 0;
	text-align: center;
        border-right: 1px solid #772763;
}

.week ul li:last-child{
        border-right: 0;
}


.week ul li p {
	text-transform: uppercase;
	font-weight: normal;
        font-family: Arial,Verdana,Helvetica,sans-serif;
        font-size: 9px;
	margin: -10px 0 0 0;
	padding: 0;
        text-align: center;
}

.week ul li p{
	font-weight: bold;
}

.week ul li div
{
	z-index: 1;
	margin: 5px 0 15px 20px;
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
}




.day .city-img{
    height: 94px;
    position: absolute;
    width: 130px;
}

#weather .city-img div
{
	z-index: 1;
	margin: 5px 0 5px 20px;
        width: 85px; 
        height: 85px; 
        background-size: 90% 90%;
}

.clear-day {background: url("/weather/clear-day.svg") no-repeat scroll left center transparent}
.clear-night {background: url("/weather/clear-night.svg") no-repeat scroll left center transparent}
.fog {background: url("/weather/fog.svg") no-repeat scroll left center transparent}
.hail {background: url("/weather/hail.svg") no-repeat scroll left center transparent}
.partly-cloudy-day{background: url("/weather/partly-cloudy-day.svg") no-repeat scroll left center transparent}
.partly-cloudy-night {background: url("/weather/partly-cloudy-night.svg") no-repeat scroll left center transparent}
.rain {background: url("/weather/rain.svg") no-repeat scroll left center transparent}
.sleet {background: url("/weather/sleet.svg") no-repeat scroll left center transparent}
.snow {background: url("/weather/snow.svg") no-repeat scroll left center transparent}
.thunderstorms {background: url("/weather/thunderstorms.svg") no-repeat scroll left center transparent}
.tornado {background: url("/weather/tornado.svg") no-repeat scroll left center transparent}
.wind {background: url("/weather/wind.svg") no-repeat scroll left center transparent}
.cloudy {background: url("/weather/cloudy.svg") no-repeat scroll left center transparent}




/* -- MENU FUNDO MENU FUNDO -- */

#nav-bottom .container {
    background: none repeat scroll 0 0  rgba(237, 237, 237, 0.8);
    height: auto;
    overflow: auto;
    padding-bottom:30px;
    margin-bottom:15px;
    font-size: 0.9em;
}

#nav-bottom a {
    color: #1a1a1a;
}

#nav-bottom ul, #nav-bottom li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


#nav-bottom .s1 {
    color: #7c2768;
    font-size: 1.4em;
    font-weight: bold; 
    display: block;
    padding-bottom: 10px;
}

#nav-bottom .s2 {
    font-size: 1.1em;
    font-weight: bold;
}


#nav-bottom .level2 li, #nav-bottom .level3 li {
    font-size: 1em;
    margin: 3px 0;
}

#nav-bottom .level2 li a, #nav-bottom .level3 li a {
    color: #1a1a1a;
    font-size: 1em;
}


#nav-bottom .level3 {
    margin-bottom: 12px;
}

#nav-bottom .level3 li {
    list-style-type: square;
    margin: 4px 0 1px 10px;
}



#nav-bottom .level1 li a:hover, #nav-bottom .level2 li a:hover, #nav-bottom .level3 li a:hover {
    color: #7c2768;
}

#nav-bottom .l1 {
    padding-top: 10px;
}

#nav-bottom .l2 {
    padding-top: 6px;
}








footer {
    background: none repeat scroll 0 0 rgba(132, 2, 100, 0.9);
    color: #fff;
    font-size: 1em;
    padding: 20px 0;
    height: auto;
    overflow: auto;
    width: 100%;
    text-align: center;
}

footer .txt-tlf {
    line-height: 1.3;
}

footer .txt-tlf a {
    color:#FFF;
    font-weight: 600;
}

footer .txt-tlf a:hover {
    color:#ffaaea;
}

footer .qn2, footer .txt-omni {
    padding-top:5px;
}





/* -- ATALHO TOPO -- */

#toTop {
    background: url("/files/87/8797.png") no-repeat scroll left top transparent;
    border: medium none;
    bottom: 60px;
    display: none;
    height: 42px;
    left: 50%;
    margin-left: 550px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    transition: all 0s ease 0s;
    width: 42px;
    z-index: 10;
    outline: medium none;
}

#toTop:hover {
    background-position: right 0;
    outline: medium none;
}



/* -- Twitter Twitter Twitter Twitter Twitter Twitter -- */

.twitter-title {padding:10px 4px 0 4px; font-size: 1.1em; color: #3b5998; font-weight:600; font-family: inherit;}
#twitter-news {min-height: 88px; margin: 0; padding:0 4px 10px 4px;     overflow: hidden;}
#twitter-news a {text-decoration: none; color:#3b5998;}
#twitter-news a:hover {text-decoration: underline !important; color: #9197a3;}
#twitter-news span {display:inline-block;}
#twitter-news ul, #twitter-news ul li {margin: 0px 0px 1em !important; padding: 0px !important; width: 100%; list-style: none; background: url(none);}
#twitter-news .user,#twitter-news .interact {display: none;}
#twitter-news p {float: left; margin: 0; padding: 0; line-height: 1.1;}
#twitter-news p::after {content: "..."}
#twitter-news .timePosted {margin: 8px 0; font-size: 0.8em; color: #999;}





#cookies-eu-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 1;
    background: #111;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    z-index: 9;
}


#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
    line-height: 1.4;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
}
#cookies-eu-more {
    margin-left: 7px;
}

#cookies-eu-reject {
    background: none;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    border: 1px solid #666;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #fff;
    background: #222;
    color: #fff;
}





.social-connect{display:none}