html, body{
       font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
	font-size: 100%;
	background: #ffffff;
    height: 100%;
}
body a,.grid_1,plan_1,plan_1.one,plan_1.two,i.icon1, i.icon2, i.icon3, i.icon4, i.icon5, i.icon6 {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

main{
  min-height: 100% !important;
}

* html main {
  height: 100%;
}

a:hover{
 text-decoration:none;
}
h4, .h4 {
    font-size: 17px;
}
#ultabs{
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #ultabs li {
    float: none;
      display: inline-block;
  }

input[type="button"],input[type="submit"],li.parallelogram{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
   font-family: 'Raleway', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}	
p{
	margin:0;
	font-family: 'Raleway', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}


.rowItens .shareThis .icon-btn span {
    padding: 8px;
    color: #ffffff;
    margin-right: 1px;
}


.thumbnail {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/*-- Header --*/
.menuFixo {
  position: fixed;
  margin-top: 0 !important;
  top: 0;
  width: 100%;
  background: white;
}

.header .header-up{
  z-index: 500;
  margin-top: 0 !important; 
  top: 0; 
  width: 100%; 
  background: white; 
}

.header .nav-placeholder{
  margin: 0 0 0 0;
}

.header {
    background: #FFF;
    padding: 0 !important;
    z-index: 1000;
}
.header .header-grid{
    line-height: 35px;
    background-color: #20b76b;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    display: table;
    width: 100%;
}
.header-up{
    /*padding-top: 0.3em;*/
    box-shadow: 0px 1px 9px 1px #8ccc8f;
    border-top: 2px solid #ccc;
    z-index: 1000;   
}
.navbar-right {
    float: right !important;
    margin-right: -15px;
}
.header-search{
    width: 25%;
}
/*-- Play button --*/
.head-left .btn-xlarge{
  position: relative;
  vertical-align: center;
  padding: 6px 10px;
  font-size: 14px;
  margin-top: 3px;
  padding-bottom: 5px;
  color: #20b76b;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background-color: #fff; 
  border: 0;
  z-index: 999;

}
.head-left .btn-xlarge:active {
  top: 2px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_right{
  width: 100% !important;
}


.btn-play button.btn-xlarge {
  background-color: #000;
  color: #fff;
}
@media(max-width: 1204px) {
  .btn-play {
    width: 45%;
  }
}
@media(max-width: 995px) {
  .btn-play {
    width: 100%;
  }
}
@media(max-width: 770px) {
  .btn-play {
    width: 70%;
    margin-top: 40px;
  }

}
@media(max-width: 565px) {
  .btn-play {
    width: 80%;
  }
}
@media(max-width: 490px) {
  .btn-play {
    width: 95%;
    font-size: 16px;
  }
}
.head-left .btn-xlarge span {
  font-size: 20px;
  color: #000;
  display: none;
}
.head-left .btn-xlarge:active {
  top: 2px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.head-left .btn-xlarge:hover {
  background: transparent;
}

.aovivoagora {
  font-size: 18px;
}
/*-- Play button --*/

/*--social-icons--*/
.header-social-icons {
    margin-top: 0;
}
.header-social-icons .social-icon {
    color: #fff;
}
ul.social-icons-up {
    margin-top: 0;
}
.social-icons-up li {
    display: inline-block;
    margin-left: 0.3em;
}
.social-icons-up li a {
    color: #fff;
    text-decoration: none;
}
.social-icons-up li .fa-facebook {
    padding:12px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.social-icons-up li .fa-facebook:hover {
    background-color: #3d5b99;
}

.social-icons-up li .fa-whatsapp {
    padding:12px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.social-icons-up li .fa-whatsapp:hover {
    background-color: #78da7d;
}
.social-icons-up li .fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.social-icons-up li .fa-twitter:hover {
    background-color: #00aced;
}

.social-icons-up li .fa-instagram {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.social-icons-up li .fa-instagram:hover {
    background: linear-gradient(#400080, transparent), linear-gradient( 200deg, #d047d1, #ff0000, #ffff00);
}

.social-icons-up li .fa-youtube {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.social-icons-up li .fa-youtube:hover {
    background-color: #e64a41;
}
/*--social-icons--*/

/*-- breadcrumbs --*/

.cs-breadcrumbs {
  background: #efefef;
  padding: 9px 0;
  text-align: left;
  -webkit-box-shadow: 0px -1px 3px #cfcfcf;
  -moz-box-shadow:    0px -1px 3px #cfcfcf;
  box-shadow:         0px -1px 3px #cfcfcf;
}
.cs-breadcrumbs .row{
  margin: 0;
}
span.agile-breadcrumbs {
    color: #000;
    font-size: 20px;
}

span.agile-breadcrumbs a {
  color: #8ccc8f;
  margin: 0 5px;
  text-decoration: none !important;
}

span.agile-breadcrumbs a:hover {
    text-decoration: underline;
}
span.agile-breadcrumbs a i {
    color: #d0eaf7;
    font-size: 16px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
span.agile-breadcrumbs a i:hover {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
/*-- //breadcrumbs --*/

.header_right {
    float: none;
    margin-left: 0em;
    margin-right: 3em;
}
.head-left {
    float: left;
    position: relative;
    width: 9%;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background: none;
    border: none;
    float: right;
}
.navbar-default .navbar-nav > li > a {
  color: #303030;
  text-decoration: none !important;
  font-size: 16px;  
}
.navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 18px;
    text-transform: uppercase;
       font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    font-weight: 600;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #20b76b;
    background: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#20b76b;
}
.navbar-default .navbar-nav > .active > a:before{
	color:#20b76b;
}

/*-- Logo Radio + Ao Vivo --*/
.headerDown{
  z-index: 1;
}
.headerDown .logoRadio img{
    padding: 10px;
    float: right;
}

.aovivo{
  width:100%;
  font-family: arial;
  font-size: 18px;
  padding: 10px;
  margin: 0 auto;
}

.aovivo .label {
  float:left;
  padding:6px 15px;
  margin-right: 10px;
  background: #8ccc8f;
  color:#FFF;
  font-weight: bold;
  text-transform: uppercase;
}
.aovivo .news_title {
  width: 100%;
  color: #f6f6f6;
  line-height: 23px;
  text-align: left;
}

.aovivo .ripple {
  position: relative;
  overflow: hidden;
}

.aovivo .ripple:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.ripple::after {
  animation: ripple 1.5s ease-out  infinite;
}
/*-- Logo Radio + Ao Vivo --*/

/*--banner--*/
.banner {
    margin-top: 15px;
}
.banner img{
    background-size:cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    /*max-height: 500px;*/
}
/*--banner--*/

/*-- blockContent --*/
.blockContent{
    background-color: #f7f7f7;
    margin-top: 40px;
    margin-bottom: 40px;
}
.tituloh2 {
    background: #20b76b;
    border: 0 solid rgba(0,0,0,0.2);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
div.headContent {
  z-index: -1;
  margin-bottom: 25px;
}
div.headContent h2 {
    border-radius: 0 0 5px 5px;
    border-width: 0 1px 1px 1px;
    border-color: rgba(0,0,0,0.1);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    display: inline-block;
    margin: -1px auto 0;
    padding: 4px 28px;
}
div.headContent h2:before, div.headContent h2:after {
    bottom: 4px;
    box-shadow: 0 6px 5px rgba(0,0,0,0.4);
    content: "";
    height: 10px;
    position: absolute;
    width: 47%;
    z-index: -1;
}
div.headContent h2::before {
    left: 3%;
    transform: rotate(-3.5deg);
}
div.headContent h2::after {
    right: 3%;
    transform: rotate(3.5deg);
}
div.headContent span{
    border-radius: 0 0 5px 5px;
    border-width: 0 1px 1px 1px;
    border-color: rgba(0,0,0,0.1);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    display: inline-block;
    margin: -1px auto 0;
    padding: 4px 8px;
    background: #20b76b;
    border: 0 solid rgba(0,0,0,0.2);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.CS_card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.CS_card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    height: 100px;
    text-align: center;
}

.CS_card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.CS_card-title {
    font-size: 17px;
    line-height: 1.2857em;
}

.CS_card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.CS_card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}
.CS_card .imgThumbsCapa{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.CS_card .imgThumbsCapa{
    height: 150px;
}
/*-- blockContent --*/

/*-- Aling Divs --*/
.blockContent .container .rowAlign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.blockContent .container .rowAlign > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

@media(max-width: 768px){
  .blockContent .container .rowAlign {
      display: inline-block;
  }

  .CS_card-block {
    height: auto !important;
  }
}
/*-- Aling Divs --*/

/*-- Agenda e Galeria --*/
.blockContent .rowAgenda {
    margin-bottom: 20px;
}    
.blockContent .rowAgenda .card-agenda {
/*     background: #fff;
box-shadow: 0 0 3px rgba(0,0,0,0.25); */
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.blockContent .rowAgenda .date-body{
  background-color: rgb(136, 142, 142);
  padding-bottom: 5px;
}
.blockContent .rowAgenda .date-body .date-title{
  color: white;
}

.blockContent .rowAgenda .date-body .date-content{
  background-color: 
  white;margin-left: 5px;
  margin-right: 5px;
}
.blockContent .rowAgenda .date-body .date-content p.dia{
  margin: 0; font-size: 28px; 
  font-weight: bold;
}
.blockContent .rowAgenda .nomargin{
  margin: 0;
  font-size: 14px;
}
.blockContent .rowAgenda .card-agenda .agenda-right{
    text-align: left;
}
.blockContent .rowAgenda .card-agenda .agenda-right .listCardAgenda .list-group-item{
  background: none;
  border: none;
  color: black;
  padding: 0;
  font-size: 18px;
}
.blockContent .rowAgenda .card-agenda .agenda-right li{
  color: #515a5a;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.blockContent .rowAgenda .card-agenda .agenda-right ul .fistLi{
   font-family: sans-serif;
   color: black;
}
.blockContent .rowAgenda .card-agenda .agenda-right ul .secondLi{
    margin-top: 20px;
    display: inline;
}
.blockContent .rowAgenda .card-agenda .agenda-right .footerMenu i{
    color: #888e8e;
}
.blockContent .rowAgenda .galeriaList .imgThumbsCapaP{
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;  
}
/*-- Agenda e Galeria --*/

/*-- Btn Download App --*/
.divApp .header-text {
    margin-top: 35px;
    position: relative;
    width: 100%;
    color: #fff;
}

.divApp .header-text h2 {
    font-size: 35px;
}

.divApp .header-text h2 span {
    background-color: #2980b9;
    padding: 5px;
}

.divApp .header-text h3 span {
    background-color: #000;
    padding: 15px;
}
.divApp img{
    width: 200px;
}
/*-- Btn Download App --*/

/*-- Parallax Background --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.jarallax {
    min-height: 400px;
}
/*-- Parallax Background --*/

/*--  --*/
/*--  --*/


/*--footer--*/
.footer {
    background: #20b76b;
    padding: 1em 0;
    margin-top: 3em;
    font-family: 'Raleway';
}
.footer h6 {
    font-size: 1.7em;
    background: #fa4b2a;
    padding: 0.5em 1.7em;
    font-weight: 700;
    color: #fff;
}
.footer p {
    font-size: 0.875em;
    color: #fff;
    margin: 1em 0;
    line-height: 1.8em;
}
.footer-middle p {
    margin: 0;
}
.footer-middle a {
    color: #fa4b2a;
	    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}
.footer h4 {
    font-size: 1.7em;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-family: sans-serif;
}
.mid-btm {
    margin-bottom: 1em;
}
.footer-right li a {
    color: #fff;
    font-size: 0.875em;
    line-height: 1.8em;
}
.footer-right li a:hover{
    color: #fa4b2a;
}
.footer-right li {
	display:block;
}
.name  form input[type="text"] {
  width: 100%;
  color: #333333 ! important;
  outline: none;
  font-size: 16px;
  padding: .5em;
  border: none;
  -webkit-appearance: none;
  margin-bottom:0.5em;
      font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}
.name form input[type="submit"] {
  background:#fa4b2a; 
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  outline: none;
  border: none;
  width: 100%;
      font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}
.name form input[type="submit"]:hover{
	background:#000000;
}

.footerMenu .list-group-item{ 
  background: none;
  border: none;
  color: white;
  padding: 0;
  font-size: 18px;
}
.footerMenu li{
  border:1px solid #c1c1c2;  
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; 
}
.footerMenu li .badge{
 float: none;
 background:none;   
}
.footerMenu li .badge i{
  color: rgb(163, 216, 255);
  font-size: 16px;
}

.footerMenu li a{
    color: white;
}

.footer .socialsFooter a{
    color: white;
}
.footer .socialsFooter .social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
 }
.footer .socialsFooter .social {
    -webkit-transform: scale(0.8);  
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
 }
.footer .socialsFooter #social-fb:hover {
   color: #3d5b99;
}
.footer .socialsFooter #social-tw:hover {
   color: #00aced;
}
.footer .socialsFooter #social-yu:hover {
   color: #e64a41;
}
.footer .socialsFooter #social-wh:hover {
   color: #a4e6a4;
}
/*--footer--*/

.copyright {
    background:#0b2d0d;
    padding: 1em 0;
    text-align: center;
}
.copyright p {
    font-size: 0.875em;
    color: #ffffff;
    line-height: 1.8em;
}
.copyright p a{
    color: #ffffff;
	  font-weight:700;
}
.copyright p a:hover{
    color:#fa4b2a;
}

ul.social li{
	display:inline-block;
	margin:0 0.1em;
}
.social a {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.social a:hover {
  color: #fff;
}
.social a:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.social i {
  position: relative;
  top: 1px;
  font-size: 1.5rem;
  border-radius: 65%;
  -webkit-border-radius: 65%;
  -moz-border-radius: 65%;
  -o-border-radius: 65%;
  -ms-border-radius: 65%;
}

@media (max-width:1024px) {
.navbar-nav > li > a {
    padding: 10px 16px;
}
.head-left {
    width: 3%;
}
.header_right {
    margin-right: 0em;
    margin-right: 0em;
}
.banner p {
    width: 80%;
}
.footer h4 {
    font-size: 1.5em;
}
.footer p {
    font-size: 0.85em;
}

}
/*-- responsive design --*/
@media (max-width:991px) {

.titulo-noticia{
  margin-top: 20px;
  text-align: center !important;
}
.nome-autor{
  display: none;
}
.data-postagem{
  display: none;
}

div.headContent {
  margin-top: 35px;
}

ul.listaDemaisNoticias {
  margin-bottom: 80px !important;
}

.navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 6px;
}
.banner img {
    max-height: 400px;
}

.tab-content>.tab-pane {
    padding: 30px 0 0;
}

.footer-left,.footer-middle,.footer-right {
    float: left;
    width: 33.33%;
}
}
/*-- responsive design --*/
@media (max-width:800px) {
}
/*-- responsive design --*/
@media (max-width:768px) {

    .container .rowAvisos .avisos .blockAviso {
      height: auto !important;
    }
    .headerDown{
        padding-bottom: 0;
    }
    .banner img {
        max-height: 300px;
    }
    .blockContent .headFotos{
        margin-top: 25px;
    }
    .head-left .btn-xlarge{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .headerDown .logoRadio img {
        float: none;
    }
    .aovivo {
        margin-top: 0;
        padding: 0;
        padding-bottom: 20px;
    }
    .copyright .row .col-md-4 p{
        margin-top: 5px;
    }
}
@media(max-width:767px){

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #303030;
    text-align: center;
    position: relative;
    z-index: 99;
}
.navbar-toggle {
    padding: 9px 10px;
    margin-top: 28px;
    margin-bottom: 0px;
    /* margin-right: 145px; */
	   margin-top:2px;
    background-color: transparent;
}

#linhaMenu{
  display: block !important;
}

.navbar-default {
    float: none;
}

#MenuRedeSocias{
  display: none !important;
}

.navbar {
  position: relative;
  min-height: 0px;
  margin-bottom: 0px;
  border: none;
}
.navbar-nav > li > a {
  padding: 0.8em 0em;
  font-size: 1em;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #303030;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-nav {
    margin: 7.5px 0px;
    width: 100%;
    text-align: center;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.navbar-default .navbar-nav > li > a {
	font-size:0.8em;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
     color: #8ccc8f;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #8ccc8f;
    padding: 2px;
    border-radius: 25px;
    /* margin-top: 20px; */
}
.navbar-default .navbar-nav > li > a {
    color: #1D0E05;
}
.header_right {
    float: right;
	width:47%;
}
.head-left {
    width: 20%;
    float: left;
}
.social-icons {
    width: 33%;
    float: right;
	margin-top: 0.88em;
}
}
@media (max-width:736px) {

.header_right {
  float: none;
}
.footer-left, .footer-middle, .footer-right {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}
.footer {
    padding: 2em 0 1em;
}
.footer h4 {
    font-size: 1.4em;
}
.banner h2 {
    font-size: 1.8em;
}
.header {
    padding: 0.5em 0;
}

}
/*-- responsive design --*/
@media (max-width:667px) {
.logo h1 a {
    font-size: 1.1em;
}
.logo p {
    font-size: 13px;
}
.banner h2 {
    font-size: 1.6em;
}
.banner p {
    font-size: 0.95em;
    width: 100%;
}
.navbar-toggle {
    /* margin-right: 126px; */
}

}
/*-- responsive design --*/
@media (max-width:640px) {
.banner img{
    max-height: 250px;
}
.navbar-toggle {
    /* margin-right: 115px; */
}
}
/*-- responsive design --*/
@media (max-width:600px) {
.banner h2 {
    font-size: 1.5em;
}
.navbar-toggle {
    /* margin-right: 107px; */
}
}
/*-- responsive design --*/
@media (max-width:568px) {

    .divApp .header-text h2 {
        font-size: 25px !important;
    }
    .divApp img {
      width: 150px !important;
    }
    .navbar-toggle {
        /* margin-right: 102px; */
    }
    .blockContent .rowAgenda .card-agenda .agenda-right li{
        float: left;
    }
}
/*-- responsive design --*/
@media (max-width:480px) {
.logo h1 a {
    font-size: 1em;
}
.banner img{
    max-height: 200px;
}
.navbar-toggle {
    /* margin-right: 85px; */
}
}
/*-- responsive design --*/
@media (max-width:414px) {
.banner img{
	max-height: 150px;
}
.nav-tabs>li>a {
    padding: 10px 20px;
    font-size: 14px;
}
.footer h4 {
    font-size: 1.3em;
}

.navbar-toggle {
    /* margin-right: 64px; */
}
}
/*-- responsive design --*/
@media (max-width:384px) {
  .divApp .header-text h2 {
    font-size: 20px !important;
  }
.logo h1 a {
    font-size: 0.95em;
}
.logo p {
    font-size: 12px;
}
label.of {
    margin-top: -28px;
    left:23
}
label.on {
    left: 266px;
	 margin-top: -28px;
}
.navbar-toggle {
    /* margin-right: 56px; */
}
.head-left {
    width: 18%;
}
.social-icons {
    width: 35%;
}
}
/*-- responsive design --*/
@media (max-width:375px) {
.head-left {
    width: 4%;
}
.social-icons {
    width: 36%;
}
.header_right {
    width: 58%;
}
.navbar-toggle {
    /* margin-right: 75px; */
}
}
/*-- responsive design --*/
@media (max-width:320px) {

.logo h1 a {
    font-size: 0.857em;
}
.footer-left, .footer-middle, .footer-right {
    padding: 0;
}
.featured-services-grid {
    padding: 0;
}
.social-icons {
    width: 44%;
}
.header_right {
    width: 53%;
}
.head-left {
    width: 3%;
}
.navbar-toggle {
    /* margin-right: 51px; */
}
}
/*-- Sobre --*/
.container h3.main-title {
  font-size: 35px;
  font-weight: 600;
}
.container hr.separa-conteudo {
  border: 1px solid #e4e4e4;
}
.container h2.subtitle {
  font-weight: 600;
}
.container .sobre-text {
  text-align: justify;
  padding-top: 10px;
  font-weight: 500;
  color: #868585;
  font-size: 20px;
  padding-bottom: 65px;
}
.blockContent .row .col-md-3 figure figcaption h3.nome-equipe {
  text-align: center;
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 12px;
}
.blockContent .row .col-md-3 figure figcaption p.desc-equipe {
  text-align: center;
  font-size: 20px;
  padding-bottom: 15px;
}
.blockContent .row .col-md-3 figure img {
  padding-right: 30px;
}
.blockContent .row h3.main-equipe {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 30px;

}
.blockContent .row .col-md-3 figure .imgThumbsCapa{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blockContent .row .col-md-3 figure .imgThumbsCapa{
    height: 250px;
}
.blockContent .row figure:hover {
  box-shadow: 4px 2px 7px #999;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;

}
/*-- Sobre --*/


/*-- Programação --*/
.semCadastroPrograma {
  text-align: center;
  font-size: 40px;
  padding: 150px 150px;
}
.container .block-programacao .row .col-md-4 .imgThumbsCapa{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.container .block-programacao .row .col-md-4 .imgThumbsCapa{
    height: 195px;
    border-radius: 10px;
}

.tabs-programacao a {
  color: #1a582c !important;
  font-size: 25px;
}
.tabs-programacao a {
  padding-right: 15px;
  text-decoration: none !important;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
}
.nav-tabs, .nav-pills {
    text-align:center;
}
.container .block-programacao .row .col-md-8 p.desc {
  text-align: justify;
  font-size: 18px;
  color: #868585;

}
.container .block-programacao .row .col-md-8 h3.titulo-programacao {
  text-align: left;
  font-size: 35px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #4b4b4b;
}

@media(max-width: 991px) {
  .container .block-programacao .row .col-md-4 .imgThumbsCapa {
    margin-bottom: 15px;
  }
}

.container .block-programacao .row .col-md-8 p.nome-locutor {
  text-align: justify;
  color: #545353;
  font-weight: 500;
  padding-bottom: 15px;  
}

.container .block-programacao {
  margin-top: 15px;
}
.block-programacao div.row {
  padding-bottom: 70px;
}
.container ul.nav {
  padding-top: 5px;
}

/*-- Programação --*/

/*-- Notícias --*/
.blockContent .block-noticia .imgThumbsCapa{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blockContent .block-noticia .imgThumbsCapa{
    height: 195px;
}
.blockContent .block-noticia .col-md-6 p.desc-noticia {
  padding-top: 10px;
  color: #615f5f;
  font-weight: 500;
}
.blockContent .block-noticia .col-md-6 p.fonte  {
  color: #615f5f;
  font-size: 16px;
  padding-top: 10px;  
}
.blockContent .block-noticia .col-md-6 p.nome-autor {
   padding-top: 15px;
   color: #615f5f;
   font-size: 16px; 
}
.blockContent .block-noticia .col-md-6 h3.titulo-noticia {
  text-align: left;
  font-size: 22px;
  color:#484848;
}
.blockContent .block-noticia .col-md-6 p.data-postagem {
   font-weight: 600;
   padding-top: 8px;
   color: #615f5f;
}
.blockContent .block-noticia .row {
  padding-bottom: 60px;
}

/*-- Notícias --*/

/*-- Notícia --*/
.container .blockNoticia .imgThumbsCapa{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.container .col-md-8 .blockNoticia .imgThumbsCapa{
    height: 350px;
    border-radius: 5px;
}
.container .col-md-8 .blockNoticia p.texto-noticia {
  padding-top: 15px;
  text-align: justify;
  color: #868585;
}
.container .col-md-8 .blockNoticia p.autor-noticia span, .container .col-md-8 .blockNoticia p.data-noticia span, .container .col-md-8 .blockNoticia p.fonte-noticia span {
  color: #868585;
}
.container .col-md-8 .blockNoticia p.autor-noticia {
  padding-top: 15px;
}

.container .col-md-8 .blockNoticia p.data-noticia {
  padding-top: 8px;
}
.container .col-md-8 .blockNoticia p.fonte-noticia {
  padding-top: 8px;
}
.container .col-md-8 .blockNoticia p.autor-noticia, .container .col-md-8 .blockNoticia p.data-noticia, .container .col-md-8 .blockNoticia p.fonte-noticia i{
  color: #000;
} 
.container .blockContent .main-title {
  font-size: 37px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 25px;
  color: #6b6b6b;
}

.ttl-demais:hover{
  color: #8ccc8f !important;
}
.container .col-md-4 ul.listaDemaisNoticias {
  list-style-type: none;
  margin-bottom: 100px;
}

.container .col-md-4 ul.listaDemaisNoticias li {
  padding-left: 20px;
  font-size: 18px;
  color: #717171;
  font-weight: 600;
  margin-bottom: 10px;
}
.container .blockContent .container .col-md-8 .blockNoticia {
  border: 1px solid #ccc;
  padding-bottom: 10px;
}
.container .blockContent .container .col-md-8 .blockNoticia .texto-noticia {
  padding-right: 10px;
  padding-left: 10px;
}
.container .blockContent .container .col-md-8 .blockNoticia .autor-noticia {
  padding-left: 10px
}
.container .blockContent .container .col-md-8 .blockNoticia .data-noticia {
  padding-left: 10px
}
.container .blockContent .container .col-md-8 .blockNoticia .fonte-noticia {
  padding-left: 10px
}
.rowNoticiasMenores img {
  width: 100%;
  border-radius: 5px;
}
.autor-noticia {
  font-size: 18px;
}
/*-- Notícia --*/
/*-- Menu --*/

.dropdown-menu {
  z-index: 1000;
  width: 100%;
  background: white;  
position: absolute;
}
.dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.dropdown-menu li a:hover {
  color: #8ccc8f;
}

/*-- Contato --*/
.block-endereco h3, .block-telefone h3, .block-email h3 {
  font-size: 30px;
  font-weight: 600;
}
.block-endereco p, .block-telefone p, .block-email p {
  font-size: 18px;
  color: #868585;
}
.block-telefone, .block-email {
  padding-top: 50px;
}
/*-- Contato --*/

/*-- Galeria de Fotos --*/
.fotosAlbum .imgThumbsCapa{
    background-position: center;
    background-size: cover;
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.fotosAlbum .imgThumbsCapa{
  height: 236px;
  width: 100%;
}
.galeriaFotos .img-thumb-bg {
  padding: 0;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 3px;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  width: 100%;
}
.galeriaFotos .img-thumb-bg .caption {
  bottom: 10px;
  height: 100px;
  font-size: 12px;
  position: absolute;
  padding: 0 20px 20px;
  transition: all 0.3s ease-in-out;
}
.galeriaFotos .img-thumb-bg .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
 .galeriaFotos .img-thumb-bg:hover .overlay {
  background: rgba(140,204,143, 0.40);
}
 .galeriaFotos .img-thumb-bg .caption .tag h3 {
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  background-color: #2980B9;
}
.galeriaFotos .img-thumb-bg .caption .title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 20px;
}
.galeriaFotos .img-thumb-bg .caption .title h3 {
  color: #fff;
  font-size: 20px;
}
.galeriaFotos .img-thumb-bg:hover .caption {
  bottom: 40px;
}
.fotosAlbum{
  padding-left: 15px;
  padding-right: 15px;
}
.fotosAlbum .imgThumbsCapa{
  margin-bottom: 20px;
}

.galeriaFotos h3 {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.galeriaFotos h3:hover,
.galeriaFotos h3:focus,
.galeriaFotos h3:active {
  text-decoration: none;
}
.galeriaFotos .img-thumb-bg {
  padding: 0;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 3px;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  width: 100%;
}

.galeriaFotos .img-thumb-bg .caption {
  bottom: 10px;
  height: 100px;
  font-size: 12px;
  position: absolute;
  padding: 0 20px 20px;
  transition: all 0.3s ease-in-out;
}
.galeriaFotos .img-thumb-bg .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.galeriaFotos .img-thumb-bg:hover .overlay {
  background: rgba(140,204,143, 0.60);
}
.galeriaFotos .img-thumb-bg .caption .tag h3 {
  color: #fff;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  background-color: #2980B9;
}
.galeriaFotos .img-thumb-bg .caption .title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 20px;
}
.galeriaFotos .img-thumb-bg .caption .title h3 {
  color: #fff;
  font-size: 20px;
}
.galeriaFotos .img-thumb-bg:hover .caption {
  bottom: 40px;
}
.fotosAlbum{
  padding-left: 15px;
  padding-right: 15px;
}
.fotosAlbum .imgThumbsCapa{
  margin-bottom: 20px;
}
/*-- Galeria de Fotos --*/
/*-- Áudios --*/
.container .block-audios {
  padding-top: 15px;
}
.container .block-audios .row {
  padding-bottom: 60px;
}
.container .block-audios .row .col-md-4 p{
  font-size: 15px;
}
.container .block-audios .row .col-md-4 h3{
  font-size: 22px;
}
.audiosPage {
  margin-bottom: 60px;
}
/*-- Áudios --*/

/*-- Mídias --*/
.serviceBox{text-align: center;margin-top: 60px;position: relative;z-index: 1; margin-bottom: 21px;}
.serviceBox .service-icon{width: 78px;height: 78px;border-radius:3px;background: #fff;margin: 0 auto;position: absolute;top: -34px;left: 0;right: 0;z-index: 1;transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-icon{transform: rotate(45deg);}
.serviceBox .service-icon span{display: inline-block;width: 60px;height: 60px;line-height: 60px;border-radius:3px;background: #727cb6;font-size: 30px;color: #fff;margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all 0.3s ease-out 0s;}
.serviceBox .service-icon span i{transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-icon span i{transform: rotate(-45deg);}
.serviceBox .service-content{background: #fff;border: 1px solid #e7e7e7;border-radius: 3px;padding: 55px 15px;position: relative;}
.serviceBox .service-content:before{content: "";display: block;width: 80px;height: 80px;border: 1px solid #e7e7e7;border-radius: 3px;margin: 0 auto;position: absolute;top: -37px;left: 0;right: 0;z-index: -1;transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-content:before{transform: rotate(45deg);}
.serviceBox .title{font-size: 17px;font-weight: 500;color: #324545;text-transform: uppercase;position: relative;transition: all 0.3s ease-out 0s;}
.serviceBox:hover .title{color: #727cb6;}
.serviceBox .description{font-size: 14px;font-weight: 500;line-height: 24px;margin-bottom: 0; text-align: center !important;}
.serviceBox .read-more{display: block;width: 40px;height: 40px;line-height: 38px;border-radius: 50%;background: #fff;border: 1px solid #e7e7e7;font-size: 14px;color: #c4c2c2;margin: 0 auto;position: absolute;bottom: -17px;left: 0; right: 0;transition: all 0.3s ease-out 0s;}
.serviceBox .read-more:hover{border: 1px solid #727cb6;color: #727cb6;text-decoration: none;}
.serviceBox.green .service-icon span{ background: #008b8b; }
.serviceBox.blue .service-icon span{ background: #8ccc8f !important; }
.serviceBox.orange .service-icon span{ background: #8ccc8f !important; }
.serviceBox.green:hover .title{ color: #008b8b; }
.serviceBox.blue:hover .title{ color: #8ccc8f; }
.serviceBox.orange:hover .title{ color: #8ccc8f; }
.serviceBox:hover .read-more{border: 1px solid #727cb6;color: #727cb6;}
.serviceBox.green:hover .read-more{border: 1px solid #008b8b;color: #008b8b;}
.serviceBox.blue:hover .read-more{border: 1px solid #8ccc8f;color: #8ccc8f;}
.serviceBox.orange:hover .read-more{border: 1px solid #8ccc8f;color: #8ccc8f;}
/*-- Mídias --*/
/*-- Vídeos --*/
.container .rowVideos .col-md-4 iframe {
  /*width: 100%; height: 200px;*/
}
.container .rowVideos .col-md-4 h3.titulo-video {
  font-size: 22px;
  text-align: center;
  margin-top: -15px;
}

.videosPage {
  margin-bottom: 60px;
}

.embed-container { 
 position: relative; 
 padding-bottom: 56.25%; 
 height: 0; 
 overflow: hidden; 
 max-width: 100%; 
 height: auto;
 margin-top: 30px;
 margin-bottom: 30px; 
} 
.embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
}
/*-- Vídeos --*/
/*-- Eventos --*/
.rowBlocodeEventos {
  margin: 0 auto;
  text-align: center;
}
.even_data_inicio {
	text-align: center;
	color: #8ccc8f;
	font-weight: 600;
	padding-bottom: 15px;
}
.even_data_fim {
	text-align: center ;
	color: #8ccc8f;
	font-weight: 600;
	padding-bottom: 15px;
}
.even_info {
	color: #8ccc8f;
	text-align: center;
	font-weight: 600;
}
p.info-add {
	text-align: center !important;
}
.serviceBox{text-align: center;margin-top: 60px;position: relative;z-index: 1; margin-bottom: 21px;}
.serviceBox .service-icon{width: 78px;height: 78px;border-radius:3px;background: #fff;margin: 0 auto;position: absolute;top: -34px;left: 0;right: 0;z-index: 1;transition: all 0.3s ease-out 0s;}
.serviceBox .service-icon span{display: inline-block;width: 60px;height: 60px;line-height: 60px;border-radius:3px;background: #8ccc8f;font-size: 45px;color: #fff;margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all 0.3s ease-out 0s;}
.serviceBox .service-icon span i{transition: all 0.3s ease-out 0s;}
.serviceBox .service-content{background: #fff;border: 1px solid #e7e7e7;border-radius: 3px;padding: 55px 15px;position: relative;}
.serviceBox .service-content:before{content: "";display: block;width: 80px;height: 80px;border: 1px solid #e7e7e7;border-radius: 3px;margin: 0 auto;position: absolute;top: -37px;left: 0;right: 0;z-index: -1;transition: all 0.3s ease-out 0s;}
.serviceBox .title{font-size: 17px;font-weight: 500;color: #324545;text-transform: uppercase;position: relative;transition: all 0.3s ease-out 0s;margin-bottom: 20px;}
.serviceBox:hover .title{color: #8ccc8f;}
.serviceBox .description{font-size: 17px;font-weight: 500;line-height: 24px;margin-bottom: 0; text-align: left !important;}
.serviceBox .read-more{display: block;width: 40px;height: 40px;line-height: 38px;border-radius: 50%;background: #fff;border: 1px solid #e7e7e7;font-size: 14px;color: #c4c2c2;margin: 0 auto;position: absolute;bottom: -17px;left: 0; right: 0;transition: all 0.3s ease-out 0s;}
.serviceBox .read-more:hover{border: 1px solid #8ccc8f;color: #8ccc8f;text-decoration: none;}
.serviceBox.green .service-icon span{ background: #8ccc8f; }
.serviceBox.blue .service-icon span{ background: #8ccc8f; }
.serviceBox.orange .service-icon span{ background: #8ccc8f; }
.serviceBox.green:hover .title{ color: #8ccc8f; }
.serviceBox.blue:hover .title{ color: #8ccc8f; }
.serviceBox.orange:hover .title{ color: #8ccc8f; }
.serviceBox:hover .read-more{border: 1px solid #8ccc8f;color: #8ccc8f;}
.serviceBox.green:hover .read-more{border: 1px solid #8ccc8f;color: #8ccc8f;}
.serviceBox.blue:hover .read-more{border: 1px solid #8ccc8f;color: #8ccc8f;}
.serviceBox.orange:hover .read-more{border: 1px solid #8ccc8f;color: #8ccc8f;}

@media(max-width: 970px){
  .serviceBox .description{font-size: 17px;font-weight: 500;line-height: 24px;margin-bottom: 0; text-align: center !important;}
}

.card-evn {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card-evn:hover {
  box-shadow: 3px 3px 3px #999;  
}

.rowCardEvento {
  margin-bottom: 55px;
}

.rowCardEvento .card-agenda-eventos .boxDay {
  /*border-right: 3px solid #b4b4b4;*/
}

.rowCardEvento .card-agenda-eventos .boxDay h3 {
  color: #8ccc8f;
  text-align: center;
  font-size: 55px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.rowCardEvento .card-agenda-eventos .boxData p {
  color: #6b6b6b;
  padding-left: 5px;
  font-size: 17px;
  font-weight: 500;
  padding-top: 5px;
}

.rowCardEvento .card-agenda-eventos .boxData a {
  color: #75b178;
}

.rowCardEvento .card-agenda-eventos .boxData h3 {
  color: #6b6b6b;
  padding-top: 5px;
  font-size: 22px;
}

@media(max-width: 995px) {
  .rowCardEvento .card-agenda-eventos .boxData {
    padding-left: 25px;
  }

  .rowCardEvento .card-agenda-eventos .boxData h3 {
    font-size: 18px;
  }

}
 /*-- Eventos --*/
 /*-- Avisos --*/
 .container .rowAvisos .avisos .blockAviso h3.titulo-aviso {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #3d8653;
 }
 .container .rowAvisos .avisos .blockAviso p.textoAviso {
  text-align: justify;
  padding-left: 15px;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 15px;
 }
 .container .rowAvisos .avisos .blockAviso p.dataAviso {
  text-align: justify;
  padding-left: 15px;
 }
 .container .rowAvisos .avisos .blockAviso p.autor {
  text-align: justify;
  padding-left: 15px;
 } 
 .rowAvisos {
  margin-bottom: 60px;
 }
.container .rowAvisos .avisos .blockAviso {
  border: 1px solid #8ccc8f;
  padding: 15px 15px 15px 15px;
  border-radius: 10px;
  height: 300px;
}
 /*-- Avisos --*/

 /*-- Publicidade footer*/
.FooterPub {
  margin-top: 60px;
  margin-bottom: -40px;
}
/*-- Publicidade footer*/



.sem_cadastro {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #5f9e62;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.blocoNoticiasOutraPagina {
  padding-bottom: 50px;
}
.blocoNoticiasOutraPagina h3 {
  font-size: 21px;
  color: #6b6b6b;
}
.blocoNoticiasOutraPagina h3:hover {
  color: #8ccc8f;
}

.cshrp-header-logo  {
    padding: 10px 0;
    /* border-top: 2px solid #FFAC3A; */
}
.cshrp-header-logo .logo a {
    font-size: 40px;
    text-decoration: none;
    color: #FFAC3A;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.cshrp-header-logo .logo p {
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    margin: 0px 0;
    font-weight: 600;
    letter-spacing: 2px;
}
.logo {
  text-align: center;
  margin: 0 auto;
}
.mediaBox {
  width: 35%;
  margin: 0 auto;
}
.mediaBox .media {
	color: #6b6b6b !important;
}

.mediaBox .media .cabecalho i{
	text-align: center;
  color: #8ccc8f;
}

.mediaBox .media .conteudo {
	text-align: center;
}

.mediaBox .media .conteudo h3 {
	font-size: 30px;
  padding-top: 10px;
}
.logo img {
  display: block;
  margin: auto;
  width: 160px;
}
