a.rodape:link {color:#ffffff; text-decoration:none;}
a.rodape:visited {color:#ffffff; text-decoration:none;}
a.rodape:hover {color:#000000; text-decoration:none;}

h1{
	color: #978562;
}

.fonteMenu li a {
  color: #FFF;
}

/*classes-genericas*/
.espacador-horizontal {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0 2px 0 2px;
}
/* destaques */
#area-parceiros {
  background-color: #FFFFFF;
  padding-bottom: 60px;
}
#area-parceiros img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#area-parceiros img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
#owl-demo .item {
  text-align: center;
}
/*barra-topo*/
.barra-topo{
  background-color: #1b754f;;
  margin-top: -50px;
  height: 1px;
  color: #FFF;
}
.barra-topo p{
  margin-top: -5px;
}
.barra-topo img{
  margin-top: -13px;
}

/*navbar*/
.navbar-default .navbar-nav>li>a {
  color: #000;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #000;
  text-decoration:underline;  
}
.navbar-default{
  border-radius: 0px;
  background-color: #efe6d7;
  border-color:#efe6d7;
}
.navbar-header {
  min-height: 60px;
}
.navbar-nav {
  margin-top: 9px;
}
.navbar-brand img{
  margin-top: -10px;
}
.navbar-toggle{
	margin-top: 14px;
}
/*carousel*/
.carousel {
  margin-top: -35px;
}
.carousel-control {
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100)
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.carousel-control:hover, .carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100)
}
/*unidades*/
.nome-unidade{
  border-top: 2px #000 dotted;
  border-bottom: 2px #000 dotted;
  padding: 10px;
}
/*noticias*/
.noticias-link-lermais{
  color: #FFF;
  background-color: #7DB51D;
  padding: 5px;
}
.noticias-link-lermais:hover{
  color: #FFF;
  background-color: #7DB51D;
  padding: 10px;
}
/*parceiros*/
#owl-demo .item {
  margin: 3px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
/*rodape*/
.rodape {
  margin-top: 25px;
  background-color: #978563;
  color:#fff;
}

.rodape a{
  color: #FFF;
}
.rodape a:hover{
  color: #FFF;
}

.barra-rodape p{
  margin-top: 10px;
}
.totop a i{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 25px;
  background: #978563 ;
}
.totop a:hover i {
  background: #efe6d7;
}
.totop a, .totop a:visited{
  color: #FFF;
}
totop a:hover {
  color: #000;
  text-decoration: none;
}
/*barra-rodape*/
.barra-rodape{
  background-color: #efe6d7;
  color: #000;
}

.endereco{
  font-size: 12px;
}
/*outras-paginas*/
.miniaturasUnidades{
  margin-bottom: 5px;
}
.ciamagazinecol1{
  width: 10%;
}
.ciamagazinecol3{
  width: 10%;
}
a {cursor:pointer;}
.btn-vertical-slider{
  margin-left:35px;
  cursor:pointer;
}
.carousel.vertical .carousel-inner .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 100%;
}
.carousel.vertical .prev {
  top: -100%;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -100%;
}
.carousel.vertical .active.right {
  top: 100%;
}
.carousel.vertical .item {
  left: 0;
}​

/*Colored Content Boxes
------------------------------------*/
.service-block {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px;
}

.service-block p,
.service-block h2 {
  color: #fff;
}

.service-block h2 a:hover{
  text-decoration: none;
}

.service-block-light,
.service-block-default {
  background: #fafafa;
  border: solid 1px #eee; 
}

.service-block-default:hover {
  box-shadow: 0 0 8px #eee;
}

.service-block-light p,
.service-block-light h2,
.service-block-default p,
.service-block-default h2 {
  color: #555;
}

.service-block-u {
  background: #72c02c;
}
.service-block-blue {
  background: #3498db;
}
.service-block-red {
  background: #e74c3c;
}
.service-block-sea {
  background: #1abc9c;
}
.service-block-grey {
  background: #95a5a6;
}
.service-block-yellow {
  background: #f1c40f;
}
.service-block-orange {
  background: #e67e22;
}
.service-block-green {
  background: #2ecc71;
}
.service-block-purple {
  background: #9b6bcc;
}
.service-block-aqua {
  background: #27d7e7;
}
.service-block-brown {
  background: #9c8061;
}
.service-block-dark-blue {
  background: #4765a0;
}
.service-block-light-green {
  background: #79d5b3;
}
.service-block-dark {
  background: #555;
}
.service-block-light {
  background: #ecf0f1;
}

/*Funny Boxes
------------------------------------*/
.funny-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #f7f7f7;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.funny-boxes h2 a {
  color: #555;
}

.funny-boxes p a {
  color: #72c02c;
}

.funny-boxes .funny-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px;
}

.funny-boxes .funny-boxes-img img {
  display: block;
  margin: 5px 10px 10px 0;
}

.funny-boxes h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.funny-boxes ul.funny-boxes-rating li {
  display: inline;
}

.funny-boxes ul.funny-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.funny-boxes ul.funny-boxes-rating li i:hover {
  color: #f8be2c;
}

/*Funny Colored Boxes*/
.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i {
  color: #fff;
}

/*Red Funny Box*/
.funny-boxes-red {
  background: #e74c3c;
}

/*Blue Funny Box*/
.funny-boxes-blue {
  background: #3498db;
}

/*Grey Funny Box*/
.funny-boxes-grey {
  background: #95a5a6;
}

/*Turquoise Funny Box*/
.funny-boxes-sea {
  background: #1abc9c;
}

/*Turquoise Top Bordered Funny Box*/
.funny-boxes-top-sea {
  border-top: solid 2px #1abc9c;
}

.funny-boxes-top-sea:hover {
  border-top-color: #16a085;  
}

/*Yellow Top Bordered Funny Box**/
.funny-boxes-top-yellow {
  border-top: solid 2px #f1c40f;
}

.funny-boxes-top-yellow:hover {
  border-top-color: #f39c12;
}

/*Orange Left Bordered Funny Box**/
.funny-boxes-left-orange {
  border-left: solid 2px #e67e22;
}

.funny-boxes-left-orange:hover {
  border-left-color: #d35400;
}

/*Green Left Bordered Funny Box**/
.funny-boxes-left-green {
  border-left: solid 2px #72c02c;
}

.funny-boxes-left-green:hover {
  border-left-color: #5fb611;
}

/*Green Right Bordered Funny Box**/
.funny-boxes-right-u {
  border-right: solid 2px #72c02c;
}

.funny-boxes-right-u:hover {
  border-right-color: #5fb611;
}




