p{
  font-family: 'Nunito Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #4E505B;
  line-height: 35px;
}

header {
  padding-top: 2%;
}

header p{
  margin: 60px 0 45px;
}

h2 {
  font-family: 'Oswald ExtraLight', 'Oswald Regular', 'Oswald';
  font-weight: 250;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 3px;
  color: #B66443;
}

h3{
  font-family: 'Nunito Sans Bold', 'Nunito Sans';
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 35px
}

.btn-primary {
  position: relative;
  padding: 5px 22px;
  transition: all 0.2s ease;
  background: transparent;
  border-color: transparent;
  text-align: left;
  line-height: 45px;
}

.btn-primary:hover, .btn-primary:visited, .btn-primary:focus, .btn-primary:active, .btn-secondary:hover, .btn-secondary:visited, .btn-secondary:focus, .btn-secondary:active {
  background: transparent;
  border-color: transparent;
}

.btn-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #87C658;
  width: 56px;
  height: 60px;
  transition: all 0.3s ease;
}

.btn-primary:hover:before {
  width: 100%;
  background: #bcda7c;
}

.btn-primary span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
  color: #00733f;
}

.btn-primary svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #087741;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.btn-primary:hover svg {
  transform:  translate(5px, 0px);
}
header .btn-primary:hover svg {
  transform: rotate(0deg) translate(5px, 0px);
}

header .btn-primary svg {
  transform: rotate(0deg);
}

header .btn-primary {
  padding: 5px 22px;
  line-height: 23px;
  width: 260px;
}

header .video{
  padding-top: 15%;
}

a.btn-secondary {
  position: relative;
  padding: 5px 22px;
  transition: all 0.2s ease;
  background: transparent;
  border-color: transparent;
  text-align: left;
  line-height: 45px;
}

.btn-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #5a8e40; /*#FFB72B;*/
  width: 56px;
  height: 60px;
  transition: all 0.3s ease;
}
.btn-secondary:hover:before {
  width: 100%;
  background: #5a8e40; /*#ffc053;*/
}

.btn-secondary span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
  color:#ffffff; /* #c47c55;*/
}

.btn-secondary svg {
  stroke: #ffffff; /*#b66443;*/
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.btn-outline-primary {
  border: 2px solid;
  border-color: #165da2;
  padding: 15px 40px;
  font-size: 14px;
  line-height: 11px;
  font-weight: 500;
  font-style: normal;
  color:#165da2;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #165da2;
  outline: none;
  border-color: transparent;
}
.btn-outline-primary.focus, .btn-outline-primary:focus, .btn.focus, .btn:focus {
  box-shadow: none;
}

img.logo_pea{
  margin-top: 90px;
}

footer {
  font-family: 'Nunito Sans';
  background-color: #40AF49;
  padding: 45px 0;
  color: #fff;
}
footer p{
  color:#ffffff;
}
footer a{
  color:#fff;
  text-decoration:underline;
  font-weight: 700;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.698);
}

/*INTERAÇÔES*/

marquee {
  width: 100%;
  font-family: 'Oswald Medium', 'Oswald Regular', 'Oswald';
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 1px;
  color: #FFFFFF;
  padding: 65px 0;
}
marquee span {
  padding-right: 140px;
}

.u04-subscribe {
  overflow: hidden;
  position: relative;
  width:100%;
  height: 150px;
}
.u04-subscribe__wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 87.5%;

}
.u04-subscribe__marquee {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity .5s;
    width: auto;
}
.u04-subscribe__marquee[data-animation-play-state="run"] .u04-subscribe__marquee-content {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.u04-subscribe__marquee-content {
  line-height: 1;
  margin: 0;
  margin-top: 0px;
  -webkit-animation: marquee 18s linear infinite both;
  animation: marquee 18s linear infinite both;
  animation-play-state: running;
  color: #fff;
  padding-right: 2em;
  pointer-events: none;
  display: flex;
  font-family: 'Oswald Medium', 'Oswald Regular', 'Oswald';
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
/* *, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
} */

.u04-subscribe__marquee-content span {
  padding-right: 140px;
  white-space: nowrap;
}
.u04-subscribe__marquee-content span:first-child{
  padding-right: 140px;
}









section#outros_projetos_realizados .owl-carousel .item {

}

button.owl-prev {
  position: absolute;
  left: 0;
  height: 300px;
  top: 0;
  width: 100px;
  margin: 0;
  padding: 0;
  height: 100%;
}
button.owl-next {
  position: absolute;
  right: 0;
  height: 300px;
  top: 0;
  width: 100px;
  margin: 0;
  padding: 0;
  height: 100%;
}
button.owl-prev:hover {
  cursor: url('../img/arrow-left-white.png'), auto !important;
}
button.owl-next:hover {
  cursor: url('../img/arrow-right-white.png'), auto !important;
}

section#outros_projetos_realizados .owl-carousel .owl-stage {
  padding-left: 230px;
  width: 11000px !important;
  padding-top: 5%;
}
.owl-dots {
  display: none;
}
button.owl-next span, button.owl-prev span {
  display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}
button:focus {
  outline: none;
}

span.titulo {
  font-family: 'Nunito Sans Bold', 'Nunito Sans';
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  letter-spacing: 1px;
  display: block;
}
#outros_projetos_realizados span.titulo{
  width: 480px;
}
span.unidade {
  font-family: 'Nunito Sans';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1px;
  color: #4E505B;
}

span.unidade small {
  font-size: 14px;
  color: rgba(78, 80, 91, 0.698039215686274);
}

.estado_PR span.titulo {
  color: #00A0A4;
}

.estado_SC span.titulo {
  color: #F3A71D;
}

.estado_RJ span.titulo {
  color: #b46342
}

.estado_RS span.titulo {
  color: #3fac49
}

.estado_SP span.titulo {
  color: #9b66bb
}

section#outros_projetos_realizados .owl-carousel .owl-item img.img-principal {
  width: inherit !important;
}

section#outros_projetos_realizados .owl-carousel .item img.img_principal{
  position: relative;
}
section#outros_projetos_realizados .owl-carousel .item img.img_estado {
  position: absolute;
  top: -40px;
  right: -30px;
  z-index: 100;
  width: auto;
}

section.conheca_outros_projetos{
  height: 530px;
}
.conheca_outros_projetos .green-bg{
  background-color: #bcd97c;
}
.conheca_outros_projetos .blue-circle{
  display: block;
  background-color: #1ab5b9;
  border-radius: 9999px;
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: -3rem;
  top: -2.5rem;
  z-index: -1;
}

#conheca_relatorios_anteriores .owl-stage .owl-item .item span.titulo {
  font-size: 20px;
  text-align: center;
}
#conheca_relatorios_anteriores .owl-stage .owl-item .item span.ttl_01 {
  color: #00A0A4;
}
#conheca_relatorios_anteriores .owl-stage .owl-item .item span.ttl_02 {
  color: #F3A71D;
}
#conheca_relatorios_anteriores .owl-stage .owl-item .item span.ttl_03 {
  color: #3FAC49;
}
#conheca_relatorios_anteriores .owl-stage .owl-item .item span.ttl_04 {
  color: #B46342;
}
#conheca_relatorios_anteriores .owl-stage .owl-item .item span.ttl_05 {
  color: #9B66BB;
}

.impactamos {
  font-family: 'Oswald Medium', 'Oswald Regular', 'Oswald';
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 1px;
  color: #FFFFFF;
  background-image: url("../img/textura-1.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-right: 30%;
}
section.bomjesus_unesco {
  padding: 160px 0;
}
.img_principal_topo {
  margin-top: 20px;
}
.gradient{
  background-color: #fff;
  background: linear-gradient(45deg, rgba(255,255,255,1) 97%, rgba(188,218,124,1) 78%);
  padding: 80px;
}
section._one{
  padding:80px 0;
}
section._two {
  background-color: #FFEEA0;
  padding: 115px 0 0;
}

.modal-dialog {
  max-width: 700px;
}
.modal-body {
  padding: 1.4rem;
}

@media (max-width: 768px){
  .conheca_outros_projetos .green-bg{
    background-color: #1ab5b9;
  }
  .impactamos{
    background-color: #ffeea0;
    background-size: 100% 100%;
    font-size: 30px;
    padding: 5% 10% 3% 0;
  }
  .u04-subscribe{
    height: 90px;
  }
  .u04-subscribe__marquee-content{
    font-size: 25px;
  }
  section#outros_projetos_realizados .owl-carousel .owl-stage{
    padding-top: 10%;
  }
  section#outros_projetos_realizados .owl-carousel .owl-item img.img_principal {
    display: block;
    width: 100%;
  }
  section#outros_projetos_realizados .owl-item {
    width: 240px !important;
  }
  span.titulo {
    font-size: 20px;
    line-height: 22px;
  }
  span.unidade{
    font-size: 15px;
  }
  span.unidade small{
    font-size: 13px;
  }
  section.conheca_outros_projetos {
    background-color: #18b6b9;
    /* background-image: url(../img/2018-relatorio.png); */
    background-image: none;
    background-size: contain;
    background-position-y: 0;
    margin-top: 25%;
  }
  .btn-secondary:before{
    width: 100%;
  }
  .btn-primary{
    margin: auto;
  }
  .btn-primary:before{
    width: 100%;
  }
  section.bomjesus_unesco {
    padding: 30px 0;
  }
  img.logo_pea{
    margin-top: 0px;
  }
  .img_principal_topo {
    margin-top: 0px;
  }
  #outros_projetos_realizados span.titulo {
    width: 220px;
  }
  .gradient{
    background-color: #fff;
    background: linear-gradient(45deg, rgba(255,255,255,1) 97%, rgba(188,218,124,1) 78%);
    padding: 50px 20px;
  }
  p{
    font-size: 15px;
    line-height: 30px;
  }
  section._one {
    padding: 50px 0;
  }
  section._two {
    padding: 75px 0 0;
  }
  h2{
    font-size: 30px;
  }
  .btn-primary:before{
    background: #BCDA7C;
  }
  .btn-secondary:before{
    background-color:#FFC053;
  }
  h3{
    font-size: 25px;
  }
  header p {
    margin: 30px 0 30px;
  }
  .video{
    padding-top: 0;
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  .ajuste_tela {
    margin: 0 auto !important;
    max-width: 100% !important;
  }

  .ajuste_tela img {
    display: block !important;
  }
}
 
