/* ==========================================================================
   Table of Contents
   ========================================================================== */
/*

    1. Font Face
    2. General
    3. Utilities
    4. Header
    5. Page Content
    6. Footer
    7. Third Party Elements
    8. Media Queries

 */
/* $variable: #b4b4c4; */
/* ==========================================================================
   1. Font Face - Sets up the website fonts
   ========================================================================== */
/*

@font-face {
  font-family: 'FontFamilyName';
  src: url('../fonts/fontFolder/fontfile.eot');
  src: url('../fonts/fontFolder/fontfile.eot') format('embedded-opentype'),
       url('../fonts/fontFolder/fontfile.woff2') format('woff2'),
       url('../fonts/fontFolder/fontfile.woff') format('woff'),
       url('../fonts/fontFolder/fontfile.ttf') format('truetype'),
       url('../fonts/fontFolder/fontfile.svg#FontFamilyName') format('svg');
}

*/
/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */
body {
  background: #f6f6f6;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

h1, h2, h3,
h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}

h1, h1 a,
h2, h2 a {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  color: #575248;
  font-weight: 200;
  position: relative;
}

.title {
  text-align: center;
}

.title h2,
.title h1 {
  display: inline-block;
  margin-bottom: 35px;
}

.title h1:before,
.title h1:after,
.title h2:before,
.title h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 140px;
  position: absolute;
  top: 50%;
}

.title h1:before,
.title h2:before {
  background: url(../img/line-before.png) left;
  left: -160px;
}

.title h1:after,
.title h2:after {
  background: url(../img/line-after.png) right;
  right: -160px;
}

p, ul, ol {
  margin: 0;
  padding: 0;
}

ol ol, ul ul,
ul ol, ol ul {
  margin: 0.4em 0;
}

a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button {
  cursor: pointer;
}

input[type="text"], textarea {
  display: inline-block;
}

.section {
  padding: 45px 0;
}

/* ==========================================================================
   3. Utilities - These things get used a lot
   ========================================================================== */
.vertical-block {
  text-align: center;
}

.vertical-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.vertical-centered {
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.clear-fix:after {
  content: '';
  display: block;
  clear: both;
}

tbody tr:nth-child(odd) {
  background-color: #ccc;
}

.pointer {
  cursor: pointer;
}

.left {
  float: left;
}

.right {
  float: right;
}

.captcha input{
  width: 82%;
  margin-left: 20px;
}
.captcha{
  width: 100%;
  float: left;
}
.center {
  text-align: center;
}
#leitura .member-box{
  z-index: 1 !important;
}
.hidden {
  display: none;
}

img {
  opacity: 0;
  transition: opacity 1s;
}

.map-fix {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999;
}
.atuacao-institucional .foto3{
  width: 140px !important;
}
.menu-list li {
  display: inline-block;
  float: left;
  list-style: none;
}

.menu-list a {
  display: inline-block;
}

/* ==========================================================================
   4. Header - The top of every page
   ========================================================================== */
header {
  background: white;
  padding: 15px 0;
}
footer .fa{
  font-size: 22px;
}
.navbar-default .navbar-nav > li > a {
  line-height: 100px;
  padding: 0 15px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-size: 22px;
  color: #807c74;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  transition: all 0.2s;
}
.navbar-default .navbar-nav > li > a:hover{
  color: #575248;
}
.member-box .txt h3{
  white-space: normal !important;
}
.navbar-default {
  background: none;
  border: none;
}
.galeria {
  width: 100%;
  margin-top: 20px;
}

#cycle-1 .display-element {
  height: 450px;
  width: 100%;
  background-size: cover!important;
}

#slideshow-2 {
  margin-top: 25px;
}

#slideshow-1 {
  position: relative;
}

#slideshow-1 .cycle-prev,
#slideshow-1 .cycle-next {
  background: black;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  position: absolute;
  top: 215px;
  z-index: 999999;
}

#slideshow-1 .cycle-prev {
  left: 20px;
}

#slideshow-1 .cycle-next {
  right: 20px;
}

#slideshow-1 .cycle-prev i,
#slideshow-1 .cycle-next i {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

#slideshow-2 {
  position: relative;
}

#slideshow-2 .cycle-next,
#slideshow-2 .cycle-prev {
  position: absolute;
  top: 50px;
}

#slideshow-2 .cycle-prev {
  left: -25px;
}

#slideshow-2 .cycle-next {
  right: -25px;
}

#cycle-2 {
  position: relative;
}
.modal-backdrop.in{
  opacity: 0.9;
}
.member-box-modal{
  width: 190px;
  height: 300px;
  margin-right: 20px;
}

#slideshow-2 .cycle-next i,
#slideshow-2 .cycle-prev i {
  color: black;
}

#slideshow-2 .display-element {
  cursor: pointer;
  transition: .5s;
}
.no-active{
  background: transparent !important;
}
.serv-link{
  color: #fff;
}
#slideshow-2 .cycle-slide-active {
  opacity: .25!important;
  cursor: inherit;
}
.btn-more{
  float: right;
  font-size: 16px;
  border: 1px solid #d64444;
  border-radius: 4px;
  color: #d64444;
  padding: 6px;
  transition: .5s;
}
.btn-more:hover{
  background: #d64444;
  color: #fff;
}
.navbar{
  margin: 0;
}
.navbar-brand {
  height: auto;
  padding: 0;
}
.navbar-brand img{
  margin-top: -10px;
}
.contact-area span + span {
  margin-left: 20px;
}

.navbar-brand span {
  display: none;
  padding-left: 20px;
  line-height: 50px;
}

/* ==========================================================================
   5. Page Content - When you click on an individual page
   ========================================================================== */
.btn-green {
  background: #27ac43 !important;
  padding: 10px 30px !important;
  border-radius: 5px !important;
  color: white !important;
  font-size: 16px !important;
  text-transform: uppercase!important; 
  border-bottom: 3px solid #1e8233 !important;
}
.btn-green:hover{
  background: #1e8233 !important;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  transition: all 0.4s;
}

#display-home {
  height: 590px;
  overflow: hidden;
  background: white;
}

#display-home .display-element {
  width: 100%;
  height: 590px;
  background-size: cover!important;
}

#display-home .display-element .txt {
  position: absolute;
  top: 125px;
  text-align: center;
  width: 100%;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#display-home .display-element .txt h3 {
  font-size: 36px;
  margin-bottom: 30px;
}

#display-home .display-element .txt p {
  font-size: 18px;
  margin-bottom: 60px;
}

#display-home .display-pager {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
}

#display-home .display-pager span {
  background: #3C3833;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
  transition: .5s;
  cursor: pointer;
}

#display-home .display-pager span.cycle-pager-active {
  background: white;
  cursor: inherit;
}

#display-home .display-pager span + span {
  margin-left: 5px;
}

#equipe {
  width: 100%;
  overflow: hidden;
}

.carousel-equipe {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
}

.carousel-equipe .cycle-slideshow {
  padding-bottom: 40px;
}

.member-box {
  height: 320px;
  width: 290px;
  display: block;
  background-size: cover!important;
  margin: 0 25px;
  transition: .5s;
  margin-top: 40px;
  position: relative;
  font-family: 'Dosis', sans-serif;
  cursor: pointer;
}

.equipe-container .member-box {
  overflow: hidden;
}

.member-box h3 {
  font-size: 22px;
  color: white;
  padding: 0 30px;
  font-weight: normal;
  margin: 0;
}

.member-box p {
  color: white;
  font-size: 21px;
}

.member-box .txt {
  text-align: center;
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 100%;
  background: url(../img/equipe-gradient.png) repeat-x bottom;
  padding: 102px 0 20px 0;
  transition: .5s;
}

.equipe-container .member-box,
.carousel-equipe .display-element.cycle-slide-active + .display-element + .display-element + .display-element {
  transform: scale(1.2, 1.2);
  position: relative!important;
  z-index: 99999999!important;
}

.equipe-container .member-box .txt,
.carousel-equipe .display-element.cycle-slide-active + .display-element + .display-element + .display-element .txt {
  opacity: 1;
}

.equipe-container .member-box .txt p {
  color: white!important;
}

.carousel-equipe .display-pager {
  position: relative;
  text-align: center;
  z-index: 99999;
  opacity: 1;
}

.carousel-equipe .display-prev,
.carousel-equipe .display-next {
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
}

.carousel-equipe .display-next {
  right: 0;
  cursor: pointer;
}

.carousel-equipe .display-prev {
  left: 0;
  cursor: pointer;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 450px;
}

#atuacao {
  padding: 90px 0 130px;
  background: url(../img/bg-atuacao.jpg) fixed;
}

#atuacao h2,
#atuacao li,
#atuacao span {
  color: white;
}

#atuacao span {
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
}

#atuacao .list-direito {
  border: 1px solid transparent;
  transition: .5s;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 6px;
}
#atuacao .list-direito a{
  color: #fff;
}
#atuacao .list-direito:hover {
  /*border: 1px solid white;*/
}

#atuacao .list-direito ul {
  background: rgba(35, 42, 45, 0.7);
  padding: 30px;
  border-radius: 6px;
}

#atuacao li {
  margin-left: 20px;
}

.data-circle {
  background: #d64444;
  height: 65px;
  width: 65px;
  position: relative;
  border-radius: 100%;
  float: left;
  margin: 15px;
}

.data-circle .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.data-circle .txt span {
  display: block;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.novidade-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #7a766f;
}

.novidade-txt,
.novidade-txt a {
  line-height: 19px;
  font-size: 17px;
  font-weight: 100;
  color: #7a766f;
}

#encontrenos {
  padding-top: 45px;
}

.gmaps {
 /* background: url(../img/bg-map.jpg) center;*/
  text-align: center;
  padding: 75px 0;
  height: 435px;
  position: relative;
}
.gmaps-2 {
  /* background: url(../img/bg-map.jpg) center;*/
   text-align: center;
   padding: 75px 0;
   height: 435px;
   position: relative;
 }
.bg-maps{
    background-color: #000;
    height: 280px;
    opacity: 0.3;
    position: relative;
    top: 0px;
    z-index: 11;
}
.gmaps iframe{
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 10;
}
.gmaps-2 iframe{
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 10;
}
.gmaps p {
  color: white;
  font-size: 18px;
  position: relative;
  top: -165px;
  z-index: 12;
}
.gmaps-2 p {
  color: white;
  font-size: 18px;
  position: relative;
  top: -165px;
  z-index: 12;
}
.gmaps img {
  margin-bottom: 15px;
  position: relative;
  top: -198px;
  z-index: 12;
  left: 122px;
}
.gmaps-2 img {
  margin-bottom: 15px;
  position: relative;
  top: -198px;
  z-index: 12;
}
.gmaps a{
  position: absolute;
  top: 80px;
  right: 105px;
  z-index: 12;
  background: #d64444;
  color: #fff;
}
.gmaps-2 a{
  position: absolute;
  top: 80px;
  right: 105px;
  z-index: 12;
  background: #d64444;
  color: #fff;
}
.desc{
  font-family: 'Dosis', sans-serif;
  font-size: 17px;
  text-align: center;
  font-weight: 300;
}

#leitura{
  padding-top: 80px;
}

#leitura p {
  font-size: 17px;
  color: #7a766f;
}

#leitura .equipe-container{
  margin-top: 0px;
  margin-bottom: 80px;
}

#leitura .equipe-container > div{
  margin-bottom: 64px;
}

.institucional{
  padding-top: 40px !important;
}
.institucional .desc{
  margin-bottom: 20px;
}

.atuacao-institucional{
  background-image: url(../img/bg-institucional.jpg) !important;
  margin-top: 30px;
  background-size: cover !important;
  background-position: center !important;
}

.atuacao-institucional .list-direito{
  border:solid 1px #fff !important;
}
.item-institucional{
  border-bottom:solid 1px #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  list-style: none;
}
.item-institucional:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.item-institucional p{
  color: #fff;
  text-align: left;
}

.atuacao-interna{
 /* background-image: url(../img/bg-atuacao-interna.jpg) !important;*/
  margin-top: 30px;
/*  background-position: bottom !important;
  background-repeat: no-repeat !important;*/
}

.novidades-interna{
  padding: 0;
  margin-bottom: 80px;
}
.conteudo_html{
  text-align: left;
}
.novidades-interna .novidade-block{
  margin-bottom: 30px;
  transition: all 350ms;
}

.novidades-interna .novidade-block img{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.novidades-interna .novidade-block:hover{
  opacity: .75;
}

#novidades .btn-green{
  display: table;
  margin: 15px auto 0;
}

.novidade-leitura .title{
  font-size: 20px;
  line-height: normal;
}

.novidade-leitura img{
  margin-top: 20px;
  margin-bottom: 30px !important;
}

.novidade-leitura p{
  font-size: 18px;
  margin-bottom: 20px;
  color: #7a766f !important;
  font-weight: 300;
}

.novidade-leitura{
  opacity: 1 !important;
} 

.contato p{
  text-align: left;
}

.contato .endereco{
  margin-top: 60px;
  margin-bottom: 60px;
}

.contato .contatos span,
.contato .contatos a{
  color: #27ac43;
  font-size: 27px;
  margin-bottom: 10px;
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
}

#form-contato input,
#form-contato textarea{
  border:solid 1px #dddddd;
  height: 50px;
  margin-bottom: 25px;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  padding-left: 15px;
}
#form-contato input:hover,
#form-contato textarea:hover{
  border-color:#27ac43;
}

#form-contato input:focus,
#form-contato textarea:focus{
  border-color:#27ac43;
  color:#27ac43;
}

#form-contato textarea{
  height: 140px;
}

#form-contato .btn-green{
  float: right;
}

/* ==========================================================================
   6. Footer - The bottom of every page
   ========================================================================== */
footer {
  padding: 45px 0;
  background: #fff;
}

footer p,
footer p a {
  color: #7a766f;
}

footer p a {
  font-weight: bold;
}

footer .social {
  margin-top: 5px;
}

.social li {
  list-style: none;
  display: inline-block;
}

.social li + li {
  margin-left: 5px;
}

.social li a {
  color: #7a766f;
}

footer .right {
  text-align: right;
}

.mtop {
  margin-top: 20px;
}

.ririri {
  text-align: right;
  margin-top: 20px;
}

footer .center {
  font-size: 13px;
  /*margin-top: 20px;*/
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -142px; 
}
.page-wrap {
  content: "";
  display: block;
  margin-top: 30px;
}
footer, .page-wrap:after {
  height: 149px; 
}
.list-direito a:hover{
  /*text-decoration: underline;*/
}
.status{
  display: none;
}
/* ==========================================================================
   7. Third Party Elements - Embeds from other services
   ========================================================================== */
/* ==========================================================================
   8. Media Queries - 
   ========================================================================== */
@media (max-width: 480px) {
  #leitura .equipe-container .member-box{
      width: 100% !important;
   }

   #form-contato .btn-green{
      float: left;
      width: 100%;
    }

    .contato .col-sm-4{
      margin-bottom: 30px;
      padding: 0 30px;
    }
}

@media (max-width: 768px) {
  header {
    padding: 0;
  }
#display-home{
  height: 215px;
  margin-top: 15px;
}
  .navbar-brand span {
    display: block;
  }
  #display-home .display-element{
    height: 215px;
  }
  .navbar-brand img {
    width: 70%;
    margin-top: 10px;
    margin-left: 10px;
  }

  .contact-area {
    display: none;
  }

  .navbar-default .navbar-nav > li > a {
    line-height: 50px;
    padding: 0 8px!important;
  }

  .navbar {
    margin-bottom: 0;
  }

  #display-home .display-element .txt {
    top: 50px;
  }

  .novidade-block + .novidade-block {
    margin-top: 30px;
  }

  footer .col-sm-4 {
    text-align: center!important;
  }
  
  #leitura .equipe-container .member-box{
    width: 220px;
  }

}

@media (max-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media (max-width: 1280px) {
  #leitura .equipe-container .member-box{
     transform: scale(1 , 1);
     margin-left: auto;
  }
  #leitura .equipe-container > div{
    margin-bottom: auto;
  }
}
