@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Bitter);


@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}





@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.ttf?qxglzd') format('truetype'), url('fonts/icomoon.woff?qxglzd') format('woff'), url('fonts/icomoon.svg?qxglzd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, h1, h2, h3, p, a, img, ul, li, form, label, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}
a { text-decoration: none; }
ul { list-style: none; }
input, textarea, select {
	margin: 0;
	outline: none;
	border: none;
	font-family: 'Open Sans', 'Helvetica', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
[required]{ box-shadow: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -0-box-sizing: border-box;
  box-sizing: border-box;
}
/* Library */
.t02 {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.t08 {
	-webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
}
.t15 {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.case.layout {
	position: relative;
	width: 100%;
 padding: 0 50px;
 margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .case.layout {
    padding: 0px;
  }
}
/* Elements */
body {
  font-family: 'Open Sans', 'Helvetica', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  color: #000;
  overflow-x: hidden;
}

.subtop{
  position: relative;
  float: left;
  width: 100%;
  height: 35px;
  top: 0px;
  background: #0f9246;
  z-index: 1001;
}
.welcome{
  color: #fff;
  font-size: 0.8rem;
  position: relative;
  top: 10px;
  float: left;
}
.telefone{
  font-size: 0.9rem;
  position: relative;
  top: 8px;
  float: right;
  color: #fff;
}
.socio{
  position: relative;
  float: right;
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  margin-right: 20px;
  top: 35px;
  left: 10px;
  border-radius: 0px 0px 20px 20px;
  padding: 15px 20px 15px 10px;
}
.socio2{
  top: 45px;
  left: 75px;
}
.facebook{
  position: relative;
  float: right;
  width: 35px;
  height: 35px;
  background: #750707 url(../img/icons/facebook.png) center no-repeat;
  margin-left: 20px;
}
.facebook:hover{
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .subtop{
    display: none;
  }
}
#header {
  position: relative;
  float: left;
  width: 100%;
  height: 105px;
  background: #fff;
  border-bottom: 5px solid #eee;
}
@media screen and (max-width: 768px) {
  #header {
    height: 75px;
    z-index: 300;
  }
}
#header .case.layout {
  padding: 0px;
}
@media screen and (max-width: 768px) {
  #header .case.layout {
    padding: 0;
  }
}
#header .logo {
  position: absolute;
  left: 50px;
  top: 5px;
  z-index: 100;
}
#header .logo img {
  width: 150px;
  height: 91px;
}
@media screen and (max-width: 768px) {
  #header .logo {
    top: 10px;
    left: 50%;
    margin-left: -50px;
    padding: 0;
    background: none;
    box-shadow: none;
    display: block;
  }
  #header .logo img {
    width: 99px;
    height: 60px;
  }
}

#menu-collapse {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: none;
  z-index: 400;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: all;
  transition: 0.2s ease-in-out;
  transition-property: all;
}
#menu-collapse:before {
  content: "\e900";
  float: left;
  width: 100%;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 70px;
  font-size: 25px;
  color: #0f9246;
}
#menu-collapse.active:before {
  content: "\e901";
  color: #0f9246;
}
@media screen and (max-width: 768px) {
  #menu-collapse {
    display: block;
  }
}
#menu-overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-property: opacity, visibility;
  -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-property: opacity, visibility;
  -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-property: opacity, visibility;
  -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-property: opacity, visibility;
  transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: opacity, visibility;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu-overflow.active {
  opacity: 1;
  visibility: visible;
}
#menu {
  position: absolute;
  top: 70px;
  width: 100%;
  height: 30px;
  z-index: 999;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #menu {
    position: fixed;
    top: 75px;
    left: -80%;
    width: 80%;
    height: 100%;
    height: -webkit-calc(100% - 75px);
    height: -moz-calc(100% - 75px);
    height: -o-calc(100% - 75px);
    height: -ms-calc(100% - 75px);
    height: calc(100% - 75px);
    background: #FFF;
    overflow: auto;
    z-index: 200;
    -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-property: left;
    -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-property: left;
    -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-property: left;
    -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-property: left;
    transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition-property: left;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #menu.active {
    left: 0;
  }
  #menu .case {
    padding: 0;
    width: 100% !important;
  }
}
#menu > .case {
  position: static;
}
#menu > .case > ul {
  float: right;
}
#menu > .case > ul > li {
  float: left;
  height: 30px;
  padding: 0 10px;
  display: inline-block;
}
#menu > .case > ul > li:last-child {
  border-right: none;
}
#menu > .case > ul > li > a {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  pointer-events: all;
  font-size: 1.4em;
  color: #000;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: color, border-bottom-color;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: color, border-bottom-color;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: color, border-bottom-color;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: color, border-bottom-color;
  transition: 0.2s ease-in-out;
  transition-property: color, border-bottom-color;
}
@media screen and (min-width: 769px) {
  #menu > .case > ul:hover > li > a.active {
    color: #555;
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #menu > .case > ul > li:hover > a,
  #menu > .case > ul > li:hover > a.active,
  #menu > .case > ul > li > a.active {
    color: #0f9246;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
  }

  #menu > .case > ul > li.sub > a {
    position: relative;
  }
  #menu > .case > ul > li.sub > a:before {
    content: "\e902";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #333;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform, transform;
    -moz-transition: 0.2s ease-in-out;
    -moz-transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform, transform;
    -o-transition: 0.2s ease-in-out;
    -o-transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform, transform;
    -ms-transition: 0.2s ease-in-out;
    -ms-transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform, transform;
    transition: 0.2s ease-in-out;
    transition-property: -webkit-transform, -moz-transform, -o-transform, -ms-transform, transform;
  }
  #menu > .case > ul > li.sub > a.active {
    background: #f5f5f5;
  }
  #menu > .case > ul > li.sub > a.active:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > a {
    height: auto;
    padding: 20px;
    line-height: 1;
    text-align: left;
    text-transform: none;
    font-size: 1.6em;
    font-weight: 600;
    color: #333;
    border-bottom: 1px outset rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 769px) {
  #menu > .case > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, visibility;
    -moz-transition: 0.2s ease-in-out;
    -moz-transition-property: opacity, visibility;
    -o-transition: 0.2s ease-in-out;
    -o-transition-property: opacity, visibility;
    -ms-transition: 0.2s ease-in-out;
    -ms-transition-property: opacity, visibility;
    transition: 0.2s ease-in-out;
    transition-property: opacity, visibility;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul {
    position: relative;
    top: 0;
    float: left;
    padding: 0;
    background: transparent;
    display: none;
  }
}
#menu > .case > ul > li.sub {
  pointer-events: all;
}
#menu > .case > ul > li.sub:hover > .menu-materials {
  opacity: 1;
  visibility: visible;
}
#menu > .case > ul > li > .menu-materials {
  position: absolute;
  top: 30px;
  width: 200px;
}

@media screen and (min-width: 769px) {
  #menu > .case > ul > li > .menu-materials {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, visibility;
    -moz-transition: 0.2s ease-in-out;
    -moz-transition-property: opacity, visibility;
    -o-transition: 0.2s ease-in-out;
    -o-transition-property: opacity, visibility;
    -ms-transition: 0.2s ease-in-out;
    -ms-transition-property: opacity, visibility;
    transition: 0.2s ease-in-out;
    transition-property: opacity, visibility;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > .menu-materials {
    position: relative;
    top: 0;
    float: left;
    padding: 0;
    background: transparent;
    display: none;
  }
  #menu > .case > ul > li > a.active + .menu-materials {
    display: block;
  }
  #menu > .case > ul > li > .menu-materials.ln1 {

    left: 0;
    margin-left: 0;
    width: 100% !important;
  }
}

#menu > .case > ul > li > .menu-materials ul {
  float: left;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > .menu-materials ul {
    width: 100% !important;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0.1);
  }
}
#menu > .case > ul > li > .menu-materials ul li {
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > .menu-materials ul li {
    width: 100% !important;
    height: auto;
  }
}
#menu > .case > ul > li > .menu-materials ul li a {
  float: left;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  pointer-events: all;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #FFF;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: color, background-color;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: color, background-color;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: color, background-color;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}
#menu > .case > ul > li > .menu-materials ul li a:hover {
  color: #111;
  background: #ec9314;
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > .menu-materials ul li a {
    height: auto;
    padding: 15px;
    padding-left: 30px;
    line-height: 1;
    text-transform: none;
    text-align: left;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }

  #menu > .case > ul > li > .menu-materials.ln1 {
    left: 0;
    margin-left: 0;
    width: 100% !important;
  }
}



@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul .case ul {
    width: 100% !important;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul .case ul li {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul .case ul li a {
    height: auto;
    padding: 20px;
    line-height: 1;
    text-transform: none;
    text-align: left;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
}






/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#painel {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  top: 0px;
}
#painel ul,
#painel ul li {
  position: relative;
  float: left;
  width: 100%;
  outline: none;
}
#painel .img {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 26%;
  background: #EEE;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #painel .img {
    padding-bottom: 37.5%;
    background-position: center;
  }
}
#painel ul li a {
  float: left;
  width: 100%;
}
#painel .pager {
  position: absolute;
  top: 0;
  width: 50px;
  width: 5.0rem;
  height: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #painel .pager {
    display: none !important;
  }
}
@-webkit-keyframes pagerleft {
  0% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 50% 50%;
  }
  50% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 20% 50%;
  }
  100% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 50% 50%;
  }
}
@keyframes pagerleft {
  0% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 50% 50%;
  }
  50% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 20% 50%;
  }
  100% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 50% 50%;
  }
}
.pager.left {
  left: 0px;
  background: url(../img/arrow/arrow-painel-left.png) no-repeat 50% 50%;
}
#painel .pager.left:hover {
  -webkit-animation: pagerleft 1s ease infinite;
  -moz-animation: pagerleft 1s ease infinite;
  -khtml-animation: pagerleft 1s ease infinite;
  animation: pagerleft 1s ease infinite;
}
@-webkit-keyframes pagerright {
  0% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 50% 50%;
  }
  50% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 80% 50%;
  }
  100% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 50% 50%;
  }
}
@keyframes pagerright {
  0% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 50% 50%;
  }
  50% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 80% 50%;
  }
  100% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 50% 50%;
  }
}
.pager.right {
  right: 0px;
  background: url(../img/arrow/arrow-painel-right.png) no-repeat 50% 50%;
}
#painel .pager.right:hover {
  -webkit-animation: pagerright 1s ease infinite;
  -moz-animation: pagerright 1s ease infinite;
  -khtml-animation: pagerright 1s ease infinite;
  animation: pagerright 1s ease infinite;
}








#wrapper{
  position: relative;
  float: left;
  width: 100%;
}


.busca{
  position: relative;
  float: left;
  width: 100%;
  background: #eee;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.search{
  position: relative;
  float: right;
  width: 100%;
  margin-top: 10px;
}
.search input{
  position: relative;
  float: left;
  padding: 6px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 80%;
  margin-right: 10px;
}
.search .but{
  position: relative;
  background: url(../img/search.png) center no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  top: -4px;
}
.search .but:hover{
  background: url(../img/s2.png) center no-repeat;
}
#frm select{
  position: relative;
  float: left;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #wrapper{
    margin-top: 0px;
  }
  .busca {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    top: 0;
  }
  .search{
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .fone,
  .mail,
  .search{
    height: 70px;
  }
  #frm select{
    width: 100%;
  }
  .search input{
    width: 87%;
    margin-right: 0;
    margin-top: 10px;
  }
  .search .but{
    position: absolute;
    top: 40px;
    right: 0;
  }
}



.subpaginas{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}


/* LINKS */
.atalhos {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.atalhos2 {
  float: left;
  width: 65%;
  padding-bottom: 40px;
}
.atalhos3 {
  float: right;
  width: 30%;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .atalhos2,
  .atalhos3 {
    width: 100%;
  }
}
#links {
  position: relative;
  float: left;
  width: 100%;
  display: table;
  text-align: center;
}
.icons{
  position: relative;
  width: 130px;
  height: 90px;
  margin: 0px 10px 20px 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff+0,eee+75,eee+100;Grey+3D+%234 */
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(top,  #fff 0%, #eee 75%, #eee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fff 0%,#eee 75%,#eee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fff 0%,#eee 75%,#eee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
}
#links a{
  display: inline-block;
  vertical-align: top;
}
#links a:hover .icons{
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
#links a:hover .icons img{
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}


#wrapper .home-links{
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  #wrapper .home-links{
    padding-bottom: 20px;
  }
}
#wrapper .home-links,
#wrapper .home-links ul,
#wrapper .home-links ul li .home-links-title,
#wrapper .home-links ul li .home-links-text {
  float: left;
  width: 100%;
  text-align: center;
}
#wrapper .home-links ul li:last-child {
  margin-right: 0;
}
#wrapper .home-links ul li a {
  float: left;
}
@media screen and (max-width: 768px) {
 #wrapper .home-links ul li a{
  width: 100%;
}
}
#wrapper .home-links ul li:hover .home-links-icon {
  background: #333;
  color: #fff;
}
#wrapper .home-links ul li {
  position: relative;
  width: 30%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
 #wrapper .home-links ul li {
  width: 100%;
  margin: 20px 0;
}
}
#wrapper .bgh{
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px #888;
}
#wrapper .home-links ul li .bgh .home-links-icon.juridico {
  background-image: url(../img/icons/juridico.jpg);
  position: relative;
  float: left;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
  -webkit-transition: 0.8s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.8s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.8s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.8s ease-in-out;
  -ms-transition-property: all;
  transition: 0.8s ease-in-out;
  transition-property: all;
}
#wrapper .home-links ul li .bgh .home-links-icon.assembleias {
  background-image: url(../img/icons/assembleias.jpg);
  position: relative;
  float: left;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
  -webkit-transition: 0.8s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.8s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.8s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.8s ease-in-out;
  -ms-transition-property: all;
  transition: 0.8s ease-in-out;
  transition-property: all;
}
#wrapper .home-links ul li .bgh .home-links-icon.odonto {
  background-image: url(../img/icons/odonto.jpg);
  position: relative;
  float: left;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
  -webkit-transition: 0.8s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.8s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.8s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.8s ease-in-out;
  -ms-transition-property: all;
  transition: 0.8s ease-in-out;
  transition-property: all;
}
#wrapper .home-links ul li:hover .bgh .home-links-icon.juridico,
#wrapper .home-links ul li:hover .bgh .home-links-icon.assembleias,
#wrapper .home-links ul li:hover .bgh .home-links-icon.odonto{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#wrapper .home-links ul li .home-links-title {
  font-size: 1.7em;
  font-weight: 600;
  color: #333;
  height: 50px;
}
#wrapper .home-links ul li .home-links-text {
  font-size: 1.4em;
  color: #555;
}



.newsjm {
  width: 100%;
  float: left;
  text-align: center;
  background: #eee;
  border-top: 5px solid #ccc;
  padding: 20px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .newsjm {
    height: auto;
  }
}
.newsjm .titulo {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.newsjm .titulo .imagem {
  float: left;
  position: absolute;
  width: 400px;
  height: 60px;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  left: 50%;
  margin-left: -200px;
  padding-right: 10px;
  color: #333;
  background: #eee;
  padding-left: 10px;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .newsjm .titulo .imagem {
    font-size: 1.6rem;
  }
}
.newsjm .titulo .imagem span{
  color: #45331d;
  font-weight: bold;
}
.newsjm .titulo .line {
  float: left;
  width: 100%;
  background: #999;
  margin-top: -5px;
  height: 2px;
}
.newsjm a img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  background-position: center center;
  background-size: cover;
  height: 182.25px;
}
.newsjm .atuacao {
  position: relative;
  display: inline-block;
  width: 20%;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: all;
  transition: 0.2s ease-in-out;
  transition-property: all;
  margin-left: 10px;
  margin-right: 20px;
}
.newsjm .atuacao:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .newsjm .atuacao {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.newsjm .title {
  text-align: left;
  color: #000;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 15px;
  height: 50px;
}
.newsjm .title2 {
  position: relative;
  text-align: left;
  color: #444;
  width: 100%;
  font-size: 0.7rem;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 10px;
}
.newsjm .icoclock{
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  background: url(../img/clock.png) center;
  margin-right: 5px;
}
.newsjm .text {
  text-align: justify;
  color: #333;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  float: left;
  line-height: 15px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .newsjm .text {
    height: 100px;
  }
}

@media screen and (max-width: 400px) {
  .newsjm .title,
  .newsjm .title2,
  .newsjm .text {
    height: auto;
  }
}
.newsjm .mais {
  position: relative;
  width: 350px;
  height: 40px;
  left: 50%;
  margin-left: -175px;
  background: #0f9246;
  border-radius: 30px;
  z-index: 9;
  display: table;
  float: left;
  margin-top: 30px;
}
.newsjm .mais span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
}
.newsjm .mais:hover {
  background: #000;
}
@media screen and (max-width: 400px) {
  .newsjm .mais {
    width: 250px;
    margin-left: -125px;
  }
}







/* NOTÍCIAS */
.news {
  float: left;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .news {
    width: 100%;
  }
}
#noticias {
  float: left;
  width: 100%;
}
#noticias ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #noticias ul {
    padding: 10px;
  }
}
#noticias ul li {
  float: left;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #noticias ul li {
    width: 100%;
  }
}
#noticias ul li.lft {
  float: left;
}
#noticias ul li.rgt {
  float: right;
}
#noticias ul li.big {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #noticias ul li.big {
    padding: 10px;
  }
}
#noticias ul li.big a .img {
  width: 300px;
  height: 225px;
}
@media screen and (max-width: 768px) {
  #noticias ul li.big a .img {
    width: 100px;
    height: 75px;
  }
}
#noticias ul li.big a .info .title {
  font-size: 1.7em;
}
@media screen and (max-width: 768px) {
  #noticias ul li.big a .info .title {
    font-size: 1.3em;
  }
}
#noticias ul li a {
  float: left;
  width: 100%;
  padding: 5px;
  margin-bottom: 30px;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0 0 5px #CCC;
  display: table;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  #noticias ul li a {
    margin-bottom: 20px;
  }
}
#noticias ul li a .img {
  float: left;
  width: 100px;
  height: 75px;
  background: #dddddd no-repeat center;
  background-size: cover;
  margin-right: 10px;
}
#noticias ul li a .info {
  width: 100%;
  line-height: 1.5em;
  padding-right: 5px;
  display: table-cell;
  vertical-align: middle;
}
#noticias ul li a .info .title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  color: #333;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#noticias ul li a .info .data {
  float: left;
  width: 100%;
  font-size: 1.2em;
  color: #888;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #noticias ul li a .info .data {
    display: none;
  }
}
#noticias ul li a .info .text {
  float: left;
  width: 100%;
  text-align: justify;
  font-size: 1.3em;
  color: #333;
}
@media screen and (max-width: 768px) {
  #noticias ul li a .info .text {
    display: none;
  }
}
#noticias ul li a:hover {
  box-shadow: 0 0 5px #333;
}
#noticias ul li a:hover .info .title {
  color: #0f9246;
}
.botao {
  position: relative;
  float: left;
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
  background: #0f9246;
  padding: 10px 40px;
  border-radius: 30px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: all;
  transition: 0.2s ease-in-out;
  transition-property: all;
}
.botao:hover {
  background: #000;
}
@media screen and (max-width: 900px) {
  .botao {
    margin-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .botao {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    margin-top: 20px;
  }
}


.titulos {
  color: #0f9246;
  float: left;
  position: relative;
  background: #fff;
  z-index: 2;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 2.6em;
  font-weight: bold;
  padding: 13px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .titulos {
    float: left;
    background: #0f9246;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 2.2em;
    vertical-align: middle;
    padding: 20px;
    color: #fff;
    z-index: 100;
    font-weight: 600;
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .titulos:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #0f9246;
    border-width: 30px;
    margin-left: -30px;
  }
}
.texto{
  position: relative;
  float: left;
  width: 100%;
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 40px;
}
.texto a{
  color: #000;
}
.texto a:hover{
  color: #777;
}
.col60{
  position: relative;
  float: left;
  width: 60%;
  padding-right: 40px;
}
.col40{
  position: relative;
  float: right;
  width: 40%;
}
.col40 img{
  width: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px #999;
  border-radius: 5px;
}
.imagem{
  text-align: center;
}
@media screen and (max-width: 600px) {
  .col60,
  .col40{
    padding-right:  0px;
    width: 100%;
  }
  .col40 img{
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .nopad {
    padding: 0px;
  }
  .imagem img{
    width: 100%;
  }
}
.divlinha {
  position: relative;
  float: left;
  z-index: 1;
  background: #0f9246;
  width: 100%;
  height: 5px;
  top: -33px;
}
@media screen and (max-width: 768px) {
  .divlinha {
    display: none;
  }
}



.linkin{
  position: relative;
  width: 100%;
  float: left;
  margin-top: 40px;
  text-align: center;
}

a.confira{
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  background: #0f9246;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 50px;
}
a.confira:hover{
  background: #000;
}


.indicadores{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.indic{
  position: relative;
  float: right;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .indic{
    float: left;
    width: 100%;
  }
}



.bsub{
  position: relative;
  float: left;
  padding: 10px 30px;
  background: #111;
  color: #fff !important;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}
.bsub:hover{
  background: red;
}






#uPaginacao {
  float: left;
  width: 100%;
  font-family: 'Open Sans', Arial;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px dashed #888;
  border-bottom: 1px dashed #888;
  padding: 10px 0px 10px 0px;
}
#uPaginacao .pagina,
.pagina:visited {
  padding: 5px 10px 5px;
  background: #39c367;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  border-radius: 50px;
}
#uPaginacao .pagina:hover {
  color: #fff;
  background: #59e387;
  /* Old browsers */
}
#uPaginacao span {
  padding: 5px 10px 5px;
  color: #fff;
  border: 1px solid #048930;
  font-size: 13px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  background: #048930;
  /* Old browsers */
  border-radius: 100%;
}
.subpaginas2 .texto14 {
  font-size: 1.2em;
  text-align: justify;
  line-height: 1.2em;
}
@media screen and (max-width: 900px) {
  .subpaginas2 .texto14 {
    text-align: center;
  }
}
.subpaginas2 .data {
  float: left;
  width: 100%;
  font-size: 1em;
  color: #888;
  padding: 5px;
  margin-bottom: 5px;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .subpaginas2 .data {
    text-align: center;
  }
}
.subpaginas2 .img img {
  position: relative;
  float: left;
  width: 50%;
  margin: 0px 10px 5px 0px;
}
@media screen and (max-width: 900px) {
  .subpaginas2 .img img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .subpaginas2 .img img {
    width: 100%;
  }
}
.subpaginas2 .galeria {
  float: left;
  width: 100%;
  border-top: 1px dashed #1e5799;
  margin-top: 10px;
  padding-top: 5px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.subpaginas2 .galeria .gCase {
  float: left;
  width: 100%;
}
.subpaginas2 .galeria .gTitle {
  float: left;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #1e5799;
  border-bottom: 1px dashed #1e5799;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.subpaginas2 .galeria .gCase .gImg {
  float: left;
  width: 22%;
  margin: 0px 18px 10px 0px;
}
.subpaginas2 .galeria .gCase .gImg img {
  float: left;
  width: 100%;
  opacity: 0.8;
  border-radius: 5px;
}
.subpaginas2 .galeria .gCase .gImg img:hover {
  opacity: 1;
}
a.back,
a.back:visited {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #111;
  text-decoration: none;
  font-size: 1rem;
}
a.back:hover {
  color: #888;
  text-decoration: underline;
}
.titulo {
  font-size: 1.2em;
  font-weight: bold;
  color: #030829;
  text-transform: uppercase;
  padding-bottom: 10px;
  text-align: left;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .titulo {
    text-align: center;
    margin-top: 20px;
  }
}




.convenios {
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .convenios {
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100%;
  }
}
.convenios .noticia2 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 5px dotted #ccc;
  padding-bottom: 20px;
}
.convenios .noticia2:hover {
  opacity: 0.7;
}
.convenios .foto2 img {
  position: relative;
  float: left;
  width: 150px;
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  .convenios .foto2 img {
    width: 100% !important;
  }
}
.convenios .title-noticia {
  position: relative;
  float: left;
  width: 85%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}
.convenios .texto-noticia {
  position: relative;
  float: left;
  width: 85%;
  font-size: 1rem;
  color: #333;
  text-align: left;
}






.evento {
  float: left;
  width: 100%;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.evento:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .evento {
    height: 100%;
    margin-bottom: 30px;
  }
}
.evento .data {
  float: left;
  width: 8%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4rem;
  color: #FFF;
  background: #c06270;
  padding: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f9246+0,35bc6e+100 */
  background: #0f9246; /* Old browsers */
  background: -moz-linear-gradient(top,  #0f9246 0%, #35bc6e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #0f9246 0%,#35bc6e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #0f9246 0%,#35bc6e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f9246', endColorstr='#35bc6e',GradientType=0 ); /* IE6-9 */

  margin-right: 15px;
  border-radius: 3px;
}
.evento .data b{
  font-size: 1.2rem;
}
@media screen and (max-width: 900px) {
  .evento .data {
    width: 100%;
  }
}

.evento span.title {
  float: left;
  width: 80%;
  line-height: 1em;
  font-size: 1.6rem;
  margin-bottom: 3px;
}
@media screen and (max-width: 900px) {
  .evento span.title {
    width: 100%;
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.evento span.local {
  float: left;
  width: 80%;
  font-size: 1em;
  color: #777;
}
@media screen and (max-width: 900px) {
  .evento span.local {
    width: 100%;
  }
}
#bkg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url(../img/cLoad.gif) no-repeat center;
  z-index: 999998;
  display: none;
}
.agenda_view {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -200px;
  width: 600px;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 999999;
  display: none;
}
@media screen and (max-width: 768px) {
  .agenda_view {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0px;
    margin-top: 0px;
  }
}
.agenda_view .case {
  padding: 10px;
}
.agenda_view .case .title {
  position: relative;
  float: left;
  width: 100%;
  font-size: 2.0em;
  color: #333;
  border-bottom: 1px solid #EEE;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.agenda_view .case .title b {
  font-size: 0.8em;
  color: #333;
  font-weight: normal;
}
.agenda_view .case .title .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) no-repeat center;
  cursor: pointer;
}
.agenda_view .case .text {
  float: left;
  width: 100%;
  height: 310px;
  overflow: auto;
  font-size: 1.4em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .agenda_view .case .text {
    height: 100%;
  }
}





.links1{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.links1 li{
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 10px;
  background: #eee;
  text-align: left;
}
.links1 li.ftli{
  margin-right: 0px;
  font-weight: bold;
  width: 20%;
  text-align: right;
  text-transform: uppercase;
}
.links1 li.scli{
  width: 75%;
}
.links1 li:nth-of-type(2n+0){
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .links1 li.ftli,
  .links1 li.scli{
    float: left;
    width: 100%;
    text-align: center;
  }
  .links1 li:nth-of-type(2n+0){
    margin-bottom: 15px;
  }
}





.svinuh{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.svinuh li{
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 10px;
  background: #eee;
  text-align: left;
}
.svinuh li.svin1,
.svinuh li.svin2,
.svinuh li.svin3{
  margin-right: 0px;
  width: 32%;
  text-align: left;
}
.svinuh li:nth-of-type(3n+0){
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .svinuh li.svin1,
  .svinuh li.svin2,
  .svinuh li.svin3{
    float: left;
    width: 100%;
    text-align: center;
  }
}





.galle {
  padding-left: 3px;
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  display: table;
}
.galle .gali {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 250px;
  padding-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
  margin: 2%;
}
@media screen and (max-width: 768px) {
  .galle .gali {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
    margin: 0px;
    padding-left: 0px;
  }
}
.galle .gali .img {
  overflow: hidden;
  float: left;
  border: 5px solid #ffffff;
  background: #FFFFFF;
  width: 250px;
  height: 150px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.galle .gali:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.galle .gali .info {
  padding-top: 8px;
  float: left;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .galle .gali .info {
    margin-left: 20px;
  }
}
.galle .gali .info .galiTitle {
  float: left;
  width: 100%;
  font-size: 1.4em;
  color: #333;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 600;
}
.galle .gali .info .subinfo span {
  float: left;
  font-size: 1em;
  color: #555;
  text-align: left;
  margin-right: 10px;
}
#galeria-header {
  float: left;
  width: 100%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #galeria-header {
    text-align: center;
  }
}
#galeria-header span.title1 {
  float: left;
  width: 100%;
  font-size: 1.4em;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
#galeria-header span.text {
  float: left;
  width: 100%;
  font-size: 1em;
  color: #555;
  margin-top: 10px;
  margin-bottom: 15px;
}
#galeria {
  float: left;
  width: 100%;
  text-align: center;
}
#galeria .empty {
  float: left;
  width: 100%;
  font-size: 1.4em;
  margin-bottom: 14px;
}
#galeria .foto {
  float: left;
  width: 100%;
  overflow: hidden;
}
.galle .foto{
  width: 250px;
  display: inline-block;
  position: relative;
  margin: 20px;

}
#galeria a.fancybox {
  display: inline-block;
  width: 200px;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #galeria a.fancybox {
    width: 40%;
  }
}
#galeria .foto:hover {
  z-index: 999999;
}
#galeria .foto img {
  width: 100%;
  max-height: 150px;
  min-height: 150px;
}
#galeria .foto .info {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20%;
  height: 100%;
  padding: 10px 0px 0px 10px;
  background: #003366;
  background: rgba(0, 51, 102, 0.8);
  opacity: 0;
  text-align: left;
  color: #FFF;
}
#galeria .foto:hover .info {
  opacity: 1;
}
#galeria .foto .info .title1 {
  float: left;
  width: 20%;
  font-size: 1.6em;
}
#galeria .foto .info .count {
  float: left;
  width: 20%;
  font-size: 1.2em;
  color: #AAA;
}
#galeria .foto .info .cliks {
  float: left;
  width: 20%;
  font-size: 1.2em;
  color: #AAA;
}








#downloads {
  float: left;
  width: 100%;
}
#downloads .file {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #AAA;
  padding: 20px 0 20px 0;
}
#downloads .file:hover {
  background: #eee;
}
#downloads .file .ext {
  position: relative;
  float: left;
  width: 75px;
  height: 75px;
  background: #EEE;
  line-height: 65px;
  text-align: center;
  font-size: 1.2em;
  color: #555;
  margin: 0 10px 0 20px;
}
@media screen and (max-width: 768px) {
  #downloads .file .ext {
    display: none;
  }
}
#downloads .file .ext b {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 0.6em;
  color: #999;
  line-height: 0px;
  margin-top: -17px;
}
#downloads .file .ext:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background: url(../img/shadow.png) bottom no-repeat;
  background-size: 100%;
}
#downloads .file .title {
  float: left;
  width: 85%;
  text-align: justify;
  font-size: 1.2em;
  color: #555;
  border-bottom: 1px solid #EEE;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #downloads .file .title {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
#downloads .file .text {
  float: left;
  width: 85%;
  text-align: justify;
  font-size: 1em;
  color: #999555;
  border-bottom: 1px solid #EEE;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #downloads .file .text {
    text-align: center;
    width: 100%;
  }
}
#downloads .file .title2 {
  float: left;
  width: 100%;
  text-align: justify;
  font-size: 1.2em;
  color: #555;
  border-bottom: 1px solid #EEE;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #downloads .file .title2 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
#downloads .file .text2 {
  float: left;
  width: 100%;
  text-align: justify;
  font-size: 1em;
  color: #999555;
  border-bottom: 1px solid #EEE;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #downloads .file .text2 {
    text-align: center;
    width: 100%;
  }
}
#downloads .file .data1 {
  width: 100%;
  float: left;
  font-size: 1.2em;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #downloads .file .data1 {
    text-align: center;
    width: 100%;
  }
}
#downloads .file a.download,
a.download:visited {
  float: left;
  padding: 7px 20px;
  text-align: center;
  font-size: 0.8em;
  border-radius: 50px;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: all;
  transition: 0.2s ease-in-out;
  transition-property: all;
  background: #222;
}
@media screen and (max-width: 768px) {
  #downloads .file a.download,
  a.download:visited {
    padding: 20px;
    width: 100%;
  }
}
#downloads .file a.download:hover {
  background: #000;
  color: #FFF;
}
#downloads .file a.download:active {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -khtml-transform: scale(0.98);
  transform: scale(0.98);
}










.conteudo {
  float: left;
  width: 100%;
}
.coluna50 {
  float: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .coluna50 {
    width: 100%;
  }
}
.coluna50.left {
  padding-right: 30px;
}
.coluna50.right {
  border-left: 1px solid #DDD;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .coluna50.right  {
    border-left: none;
    padding-left: 0px;
    margin-top: 20px;
  }
  .coluna50.left {
    padding-right: 0px;
  }
}
.conteudo .text {
  float: left;
  width: 100%;
  font-size: 1em;
  color: #333;
}
.conteudo .text.margin-bottom {
  margin-bottom: 20px;
}
.form {
  float: left;
  width: 100%;
}
.form .field {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.form .field:last-child {
  margin-bottom: 0;
}
.form .field label {
  float: left;
  width: 100%;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}
.form .field label b {
  font-weight: 400;
  color: #F00;
}
.form .field input[type="checkbox"]{
  margin-right: 10px;
}
.form .field .campo {
  float: left;
  width: 100%;
  padding: 10px;
  font-size: 1em;
  color: #333;
  border: 1px solid #DDD;
  border-radius: 3px;
}
.form .field .campo:hover {
  border-color: #AAA;
}
.form .field .campo:focus {
  border-color: #555;
}
.form .field textarea.campo {
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
}
.form .field .campo.telefone {
  width: 200px;
}

.form .field.jm1 {
  width: 16% !important;
  margin-right: 2%;
}
.form .field.jm1:last-child {
  margin-right: 0;
}
.form .field.jm2 {
  width: 48% !important;
  margin-right: 2%;
}
.form .field.jm2:last-child {
  margin-right: 0;
}
.form .field.jm3 {
  width: 25% !important;
}
@media screen and (max-width: 768px) {
  .form .field.jm1,
  .form .field.jm2,
  .form .field.jm3 {
    width: 100% !important;
    margin-right: 0;
  }
}
.form .field .botao {
  font-size: 0.8em;
  color: #FFF;
  background: #333 no-repeat 15px center;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form .field .botao:hover {
  background-color: #000;
}
.form .field .botao:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.form .field .botao.sucess:active,
.form .field .botao.error:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form .field .botao.wait {
  background-color: #DDD;
  background-image: url(../img/loader/loader-20-888-ddd.GIF);
  padding-left: 50px;
  color: #888;
}
.form .field .botao.sucess {
  background-color: #009B08;
  background-image: url(../img/icons/check-20-fff.png);
  padding-left: 50px;
  color: #FFF;
}
.form .field .botao.error {
  background-color: #900;
  background-image: url(../img/icons/error-20-fff.png);
  padding-left: 50px;
  color: #FFF;
}
#localizacao {
  float: left;
  width: 100%;
  margin-top: 40px;
}
#contato{
 margin-top: 20px;
 margin-bottom: 20px;
}
#contato .title{
  float: left;
  width: 100%;
  font-size: 1.8em;
  font-weight: 400;
}
#contato .title b,
#localizacao .title b {
  color: #333;
  font-weight: 400;
}
#contato .tel,
#contato .tel:visited {
  float: left;
  width: 100%;
  font-size: 1.4em;
  font-weight: 400;
  color: #333;
}
#contato .email {
  float: left;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 20px;
}
#mapa.contato,
#mapa.localizacao {
  float: left;
  width: 100%;
  height: 363px;
  background: #EEE;
  margin-top: 20px;
  margin-bottom: 20px;
}
#mapa.localizacao {
  margin-top: 0;
}



@media screen and (max-width: 768px) {
  .texto {
    padding: 10px;
  }
}




.mantido{
  position: relative;
  width: 100%;
  float: left;
  background: #fff;
  border-top: 5px solid #ccc;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
}
.mantido .ttmant{
  position: relative;
  width: 100%;
  float: left;

}
.mantido .sistema {
  position: relative;
  width: 300px;
  height: 107px;
  background: url(../img/logo/sistema.jpg);
  margin: 20px;
  display: inline-block;
}
.mantido .cna {
  position: relative;
  width: 166px;
  height: 74px;
  background: url(../img/logo/cna.jpg);
  margin: 20px;
  display: inline-block;
}
#footer {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  background: #07632e;
  border-top: 5px solid #023718;
  font-size: 1.2em;
  height: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    text-align: center;
    line-height: normal;
    padding: 10px;
  }
}
#footer .textfot {
  float: left;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #footer .textfot {
    width: 100%;
    margin-top: 0px;

  }
}

#footer .senar {
  position: absolute;
  width: 150px;
  right: 120px;
  height: 74px;
  background: url(../img/logo/logo-senar.png);
  margin: 20px;
  display: inline-block;
}
#footer .arco {
  float: right;
  width: 46px;
  height: 40px;
  background: url(../img/icons/arco.png);
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #footer .arco {
    float: none;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center; 
    margin-top: 5px;
    display: inline-block;
  }
  #footer .senar {
    position: relative;
    float: none;
    right: 0px;
    margin: 0;
    margin-top: 5px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center; 
    margin-left: 0px;
    display: inline-block;
  }
}
