
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
*,
*:before,
*:after,
*::after,
*::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100vw !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
    font-family: "Baloo 2", sans-serif;

}
body {
  position: absolute;
  top: 79px !important;
  left: 0;
  overflow: hidden;
  background: #fff;
  font-size: 13px;
  color: #999;
  font-weight: 400;
  height: fit-content;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}
input,
textarea,
select,
.head-acc {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
select * {
  font-family: Arial !important;
}
a {
  color: #999;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover {
  color: #173963;
  text-decoration: none;
}
article embed,
article iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 45vh;
}
strong {
  font-weight: 600;
}
img {
  display: block;
}
a img {
  border: none;
}
article {
  padding: 0;
  margin: 0px;
}
article * {
  text-align: justify;
}
article ul {
  margin-left: 25px;
  margin-bottom: 15px;
  padding: 0px !important;
  line-height: 180%;
  text-align: justify;
  list-style-position: left;
  list-style: square;
}
article ul li {
  padding: 0px !important;
  margin: 0px !important;
  text-align: left;
}
p {
  line-height: 160%;
  margin-bottom: 20px;
  padding: 2px;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 120%;
  margin: 0;
  font-size: 20px !important;
}
figure {
  margin: 0;
  padding: 0;
}
figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bolder,
#barra-doacao *,
.head-acc,
.more,
.home-parceiros,
p.voltar,
.btn-laranja,
.btn-azul,
.btn-amarelo,
.btn-branco,
.btn-verde,
#numeros *,
.filtros p,
.wpcf7-form *,
#formulario-newsletter *,
ul.headline li,
.inc-projetos .btn-saiba,
#escolas.single ul.ensinos,
.tipo,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baloo 2", sans;
}
.anima,
#form-contato * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.hide {
  display: none !important;
}
.alignleft {
  float: left;
  padding: 5px 15px 5px 0 !important;
}
.alignright {
  float: right;
  padding: 0 0 10px 15px;
}
.aligncenter {
  text-align: center !important;
  margin: 0px auto !important;
}
.clear {
  clear: both;
}
.pagenavi {
  margin: 20px 0;
  clear: both;
}
.full {
  width: 100% !important;
  max-width: 100%;
  height: auto;
}
.flex-v {
  display: flex;
  flex-direction: column;
}
.flex-h {
  display: flex;
  flex-flow: row wrap;
}
/*==================================================
HEADER
====================================================*/
.mob-frame {
  display: block;
  margin: 0px;
  border: none;
}

header {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0px 2%;
}
header::before {
  content: '';
  display: block;
  width: 100vw;
  height: 55px;
  position: absolute;
  background: #173963;
  left: 0;
}
/* .homepage {
  margin-top: 30px;
} */
/* @media (max-width:1100px) {
  header::before {
    content: '';
    display: none;
  }
} */
/* header.topo-home {
  position: relative;
  top: 0;
} */
header h1 {
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: -100px;
}
header h1 span {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  color: #fff;
  visibility: hidden;
}
.logo {
  height: 125px;
  width: 343px;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.logo .bg-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 125px;
  max-width: 343px;
}
.logo .bg-logo.bg-logo-svg{
  width: 343px;
}
.logo a {
  z-index: 1;
}
.logo img {
  max-width: 100%;
  display: block;
}
.active {
  opacity: 1;
}
#btn-call {
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 30px;
  right: 30px;
  left: auto;
  z-index: 99;
  display: none;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#btn-call:hover {
  background: #173963;
}
#btn-call:hover .hamburguer div {
  background: #fff;
}
.hamburguer {
  cursor: pointer;
  text-align: center;
  outline: none;
  border: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 2px;
  background-color: #173963;
  margin: 6px 0;
  transition-duration: 0.4s;
}
.toggle .bar1 {
  transform: rotate(-45deg) translate(-15px, 12px);
  -webkit-transform: rotate(-45deg) translate(-15px, 12px);
  background: white;
}
.toggle .bar2 {
  opacity: 0;
}
.toggle .bar3 {
  transform: rotate(45deg) translate(0px, 0px);
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  background: white;
}

#m-response {
  display: flex;
  position: fixed;
  z-index: 99999;
  left: -120%;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #173963;
}
#m-response.inactive {
  animation-name: FechaMenuResponsive;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  -webkit-animation-name: FechaMenuResponsive;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
#m-response.active {
  animation-name: AbreMenuResponsive;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  -webkit-animation-name: AbreMenuResponsive;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
#m-response .fechar a {
  position: relative;
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: block;
}
#m-response .fechar {
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 0px;
  width: 55px;
  height: 55px;
  padding: 0px 10px 0 5px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#m-response .fechar:hover {
  background-color: #3777bc;
}
@-webkit-keyframes AbreMenuResponsive {
  0% {
    left: -100%;
    width: 0px;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}

#m-response ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  display: block;
}
#m-response ul li {
  width: 100%;
  display: block;
  text-align: left;
}
#m-response ul li a {
  color: #fff !important;
  font-size: 17px;
  display: block;
  padding: 10px 14px;
}
#m-response ul li a:hover {
  background-color: #3777bc;
}
.menu-superior {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.menu-superior ul {
  margin: 20px 30px 0 0;
  list-style: none;
  padding: 0;
  text-align: right;
  width: auto;
  list-style-type: none;
  font-size: 13px;
}

.menu-superior > ul > li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 0 10px;
}
.menu-superior ul li a {
  display: block;
  color: #fff;
  font-weight: 600;
  padding: 4px 2px;

  position: relative;
  z-index: 0;
  text-decoration: none;
}
.menu-superior ul li.menu-item-18 a,
.menu-superior ul li.menu-item-19 a {
  color: #5fc8d7;
}
#menu-item-1426.menu-item-1426 a,
#menu-item-1427.menu-item-1427 a,
#menu-item-1428.menu-item-1428 a,
#menu-item-1429.menu-item-1429 a {
  color: #fdb933 !important;
}
.menu-superior > ul > li > a,
.menu-superior > ul > li > a:after,
.menu-superior > ul > li > a:before {
  transition: all 400ms ease;
  text-transform: uppercase;
}
.menu-superior > ul > li > a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #3777bc;
  position: absolute;
  bottom: 0%;
  left: 0;
}
.menu-superior > ul > li > a:hover::after {
  width: 100%;
  z-index: -1;
}
.menu-superior > ul > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.menu-superior > ul ul.sub-menu {
  max-width: 200px;
  z-index: 99999999999999;
  padding: 0;
  position: absolute;
  top: 5px;
  left: 10px;
  text-align: left;
  background: #fff;
  visibility: hidden;
  transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out,
    transform 0.1s ease-in-out;
  transform: translateY(10%);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.menu-superior > ul ul.sub-menu li {
  display: block !important;
  clear: both;
  position: relative;
  text-transform: none;
  font-size: 11px;
}
.menu-superior > ul ul.sub-menu li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.menu-superior > ul ul.sub-menu li a {
  display: block;
  text-decoration: none;
  padding: 13px 13px;
  transition: all 0.01s ease-in-out;
  background: #fff;
  color: #3777bc !important;
  font-weight: 400;
}
.menu-superior > ul ul.sub-menu li:hover > a {
  background: #3777bc;
  color: #fff !important;
}
.menu-superior > ul li.menu-item-19 {
  border-left: 1px solid #fdb933;
}
.topo-home .menu-superior > ul li.menu-item-19 {
  border-left: 1px solid #f15b4e;
}
.menu-superior > ul li.menu-item-19:hover {
  border-color: #f0f0f0;
}
.menu-superior > ul ul.sub-menu,
.menu-superior > ul ul.sub-menu li:last-child a {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.menu-superior ul li.menu-item-has-children {
  background: url(img/menu-seta-down.svg) no-repeat right 10px;
  padding-right: 14px;
}
/*==================================================
CABECALHO
====================================================*/
.cab1 {
  width: 100%;
  min-height: 390px;
  justify-content: flex-end;
  align-items: center;
  -webkit-backface-visibility: hidden;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.cab1 .abs {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 3;
  width: 100%;
  display: block;
}
.cab1 .abs .box {
  z-index: 0;
  height: 85px;
  width: 250px;
  justify-content: center;
  align-items: center;
  background: none;
}
.cab1 .abs .box h1 {
  z-index: 3;
  font-size: 30px !important;
}
.cab1 .abs .box .vetor {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.cab2 {
  width: 100%;
  min-height: 430px;
  justify-content: flex-end;
  align-items: center;
  -webkit-backface-visibility: hidden;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.cab2 .abs {
  position: absolute;
  top: 37%;
  left: 0;
  z-index: 3;
  width: 100%;
  display: block;
}
.cab2 .abs .box {
  z-index: 0;
  max-width: 900px;
  justify-content: flex-end;
}
.cab2 .dots {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.cab2 h1 {
  font-size: 45px !important;
  width: auto;
  padding: 70px 70px 0 0;
}

@media (max-width: 768px) {
  .logo{
    top: -30px;
    position: relative;
  }
  .cab2 {
    width: 100%;
    min-height: 500px;
  }
  .cab2 .abs {
    top: 29%;
  }
    .cab2 h1 {
      padding: 70px 70px 0 0;
      font-size: 36px !important;
      width: auto;
      background: #193864;
      position: relative;
      top:100px;
      left: 10px;
  }
}

.cab2 p {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}
.cab3 {
  width: 100%;
  min-height: 430px;
  justify-content: flex-end;
  align-items: center;
  -webkit-backface-visibility: hidden;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.cab3 .abs {
  position: absolute;
  top: 37%;
  left: 0;
  z-index: 3;
  width: 100%;
  display: block;
}
.cab3 .abs .box {
  z-index: 0;
  max-width: 700px;
  justify-content: flex-end;
}
.cab3 .dots {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cab3 h1 {
  font-size: 45px;
  width: auto;
  padding: 40px 0 0 65px;
}
.cab4 {
  width: 100%;
  min-height: 640px;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
}
.page-11 #cabecalho {
  min-height: 550px;
}
.cab4 h1 {
  font-size: 50px;
}
.cab4 .box {
  max-width: 700px;
  font-size: 15px;
}
/*==================================================
HOME
====================================================*/
#inicio {
  /* margin-bottom: 30px; */
}
#inicio .flex {
  justify-content: flex-end;
  z-index: 0;
  /* max-width: 1150px; */
  /* padding-bottom: 60px; */
}
#inicio .texto {
  max-width: 50%;
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#inicio .texto p {
  max-width: 320px;
}
#inicio h1 {
  font-size: 54px !important;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
#inicio .btn-down {
  position: absolute;
  left: 50%;
  bottom: -23px;
  z-index: 9;
  width: 47px;
  height: 47px;
  background-image: url("img/inicio-seta-down.svg");
  background-size: 23px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
}
#inicio .btn-down:hover {
  background-size: 15px;
  border: 3px solid #fff;
  transform: scale(1.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
#inicio .arabesco {
  position: absolute;
  z-index: 9;
  right: 8%;
  bottom: 0;
}
#inicio .imagem_banner img {
  /* border-radius: 10%; */
  width: 100vw;
  min-height: 392px;
  object-fit: cover;
}
.home-parceiros .ara1 {
  position: absolute;
  top: -100px;
  right: 0;
}
.home-parceiros .flex .col {
  padding: 30px;
  padding-bottom: 50px;
}
.home-parceiros .flex .Left {
  width: 80%;
  justify-content: flex-end;
}
.home-parceiros .flex .Right {
  width: 20%;
}
.home-parceiros .flex .Left article {
  width: 100%;
  max-width: 900px;
  font-size: 20px;
}
.home-parceiros .flex .Left article p {
  font-weight: 400;
}
.home-parceiros .flex .Left article .texto {
  max-width: 400px;
}
.home-parceiros .carrossel {
  margin-top: 40px;
}
.home-escolas .row {
  align-items: center;
}
.home-escolas article {
  max-width: 450px;
  margin:auto;
}
.home-escolas article h3 {
  font-weight: 600;
  text-align: left;
}
.home-escolas figure {
  max-width: 450px;
  padding: 30px 30px 0 0;
  margin: auto;
}
.home-escolas figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.home-escolas figure .dots {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.home-escolas .two {
  margin-top: 40px;
}
.home-escolas .ara1 {
  position: absolute;
  bottom: -20%;
  left: 0%;
  z-index: 3;
}
.home-conteudo .masonry .one {
  transition: all 300ms ease;
  position: relative;
  bottom: 0;
}
.home-conteudo .masonry .one:hover {
  bottom: 5px;
}
.home-conteudo .masonry .box {
  transition: all 300ms ease;
  position: relative;
  bottom: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.home-conteudo .masonry .box:hover {
  bottom: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.home-conteudo .ara1 {
  position: absolute;
  bottom: -3%;
  left: -5%;
  z-index: 0;
}

.home-conteudo .ara2 {
  position: absolute;
  top: 20%;
  right: -10%;
  z-index: 5;
}
.inc-projetos {
  justify-content: center;
  min-height: 50vh;
  -webkit-backface-visibility: hidden;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.inc-projetos article {
  max-width: 90%;
}
.filtro {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
}
.inc-projetos .large-8 {
  max-width: 460px;
}
.inc-projetos h2,
.inc-projetos h3 {
  font-size: 24px;
  margin: 20px 0;
}
.inc-projetos .btn-saiba {
  background: url("img/seta-amarela.png") no-repeat right center;
  font-weight: 600;
  width: 90px;
  display: block;
  padding: 8px 0;
}

/*==================================================
CARROSSEL
====================================================*/
.carrossel {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 50px !important;
}
.carrossel,
.item,
.galeria,
.item,
.depoimentos,
.item {
  width: 100%;
  padding: 0px;
}
.carrossel .item img {
  margin: 0px auto;
  max-width: 90%;
  height: auto;
  display: block;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.slick-slide {
  float: left;
}

.slick-arrow {
  position: absolute;
  z-index: 9;
  bottom: 0%;
  right: 0%;
  left: auto;
  text-indent: -999px;
  overflow: hidden;
  outline: none;
  width: 35px;
  height: 35px;
  color: #000;
  background-color: #5fc8d7;
  background-repeat: none;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-arrow:hover {
  background-color: rgba(210, 171, 102, 0.5);
  border: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.carrossel .slick-prev {
  right: 50px;
  left: auto;
  background-image: url("img/left.png");
  background-position: center center;
}
.carrossel .slick-prev:hover {
  background-color: #173963;
}
.carrossel .slick-next {
  right: 10px;
  left: auto;
  background-image: url("img/right.png");
  background-position: center center;
}
.carrossel .slick-next:hover {
  background-color: #173963;
}
/* GALERIA - SUBPROJETOS */
.galeria {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.galeria .item img {
  width: 95%;
  margin: 0px auto;
  height: 35vh;
  display: block;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  object-fit: cover;
}

.galeria .slick-arrow {
  top: 40%;
  bottom: auto;
}
.galeria .slick-prev {
  left: 0px;
  right: auto;
  background-image: url("img/left.png");
  background-position: center center;
}
.galeria .slick-prev:hover {
  background-color: #173963;
}
.galeria .slick-next {
  right: 0px;
  left: auto;
  background-image: url("img/right.png");
  background-position: center center;
}
.galeria .slick-next:hover {
  background-color: #173963;
}
/* DEPOIMENTOS - SUBPROJETOS */
.depoimentos {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.depoimentos .item .float {
  padding: 60px 20px 20px 20px;
  margin: 60px 10px 0 10px;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.depoimentos .item .nome {
  font-size: 16px;
  padding: 20px 0;
}
.depoimentos .item img {
  display: block;
  margin: 0px auto;
}
.depoimentos .item .foto {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  padding: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fdb933;
}

.depoimentos .slick-arrow {
  top: 50%;
  bottom: auto;
}
.depoimentos .slick-prev {
  left: 0px;
  right: auto;
  background-image: url("img/left.png");
  background-position: center center;
}
.depoimentos .slick-prev:hover {
  background-color: #173963;
}
.depoimentos .slick-next {
  right: 0px;
  left: auto;
  background-image: url("img/right.png");
  background-position: center center;
}
.depoimentos .slick-next:hover {
  background-color: #173963;
}
/*==================================================
BARRA DOAÇÃO
====================================================*/
#barra-doacao {
  justify-content: space-around;
}
#barra-doacao ul {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
#barra-doacao ul li {
  padding: 0;
  font-size: 21px;
  min-height: 125px;
}
#barra-doacao ul li:nth-child(1) {
  width: 30%;
  padding: 0 !important;
}
#barra-doacao ul li:nth-child(2) {
  width: 35%;
  padding: 32px 15px 20px 15px;
}
#barra-doacao ul li:nth-child(3) {
  width: 35%;
  padding: 32px 15px 20px 15px;
}
#barra-doacao ul li:nth-child(1) p {
  margin: 0px auto;
  padding-top: 35px;
  width: 80px;
  line-height: 100%;
  font-size: 27px;
}
.box {
  width: 90%;
  height: 125px;
}
.elemento-ass {
  display: table;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 0;
}
.right-skew {
  position: relative;
}
.right-skew:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 125px;
  background: #f15b4e;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}
#barra-doacao ul li .icone {
  display: block;
}
#barra-doacao ul li a {
  color: #fff;
}
/*==================================================
INSTITUCIONAL
====================================================*/
#pop-proposta .popup {
  max-width: 700px;
  max-height: 550px;
  overflow: auto;
}
#institucional .ara1 {
  position: absolute;
  left: 0;
  top: -35px;
  z-index: 0;
}
#institucional h2,
#institucional h3,
#institucional h4,
#institucional h5 {
  font-size: 24px !important;
}
#institucional .one article {
  max-width: 700px;
}
#institucional .missao article {
  max-width: 600px;
}

#institucional .proposta-img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#institucional .proposta .flex-h {
  align-items: center;
}
#institucional .proposta article {
  margin-bottom: 40px;
}
#institucional .proposta .arabesco {
  position: absolute;
  left: 50%;
  top: -80px;
}
#institucional .proposta blockquote {
  font-size: 12px;
  margin: 30px 0 0 0;
}
#institucional .grupo article {
  max-width: 440px;
}
#institucional .grupo .arabesco {
  position: absolute;
  left: 20%;
  bottom: -50px;
  z-index: 3;
}
/*==================================================
PASTORAL
====================================================*/
#pastoral figure.destaque {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#pastoral .sujeitos {
  width: 100%;
  min-height: 500px;
  -webkit-backface-visibility: hidden;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#pastoral .mes {
  width: 100%;
  min-height: 500px;
  -webkit-backface-visibility: hidden;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#pastoral .blocos .item {
  width: 100%;
  background: #fdb933;
  align-items: center;
  padding: 0 !important;
}
#pastoral .blocos .item p a {
  color: #fff;
  text-decoration: underline;
}
#pastoral .blocos .item:nth-child(even) {
  background: #3777bc;
  flex-direction: row-reverse;
}
#pastoral .blocos .item .col {
  width: 50%;
}
#pastoral .blocos .item .col:nth-child(1) {
  padding: 30px;
}
#pastoral .blocos .item .col img {
  width: 100%;
}
#pastoral .blocos .item .col article {
  max-width: 500px;
}
#pastoral .curriculo article {
  max-width: 870px;
}
#pastoral .curriculo .ara1 {
  position: absolute;
  left: 0;
  top: -50%;
  z-index: 2;
}

/*==================================================
TRANSPARENCIA
====================================================*/
#transparencia section {
  background: #fff;
  z-index: 3;
  margin: 50px auto;
  padding: 35px;
  width: 760px;
  max-width: 98%;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
#transparencia .tabelas {
  max-width: 1200px;
  margin: 0px auto;
}
#transparencia .ara1 {
  top: 10%;
  left: 8%;
  position: absolute;
  z-index: 0;
}
#transparencia .ara2 {
  top: 50%;
  left: 2%;
  position: absolute;
  z-index: 0;
}
#transparencia .ara3 {
  top: 50%;
  right: 0%;
  position: fixed;
  z-index: -1;
}
#transparencia .lista-files {
  width: 100%;
  margin: 30px 0;
}
#transparencia .lista-files .item {
  margin: 10px 0;
}

#transparencia .lista-files h2 {
  font-weight: 600;
  font-size: 15px;
}
#transparencia .lista-files .col:nth-child(1) {
  width: 79%;
  background: #f0f0f0;
  color: #333;
  font-weight: 600;
  font-size: 11px;
  padding: 15px 0 0 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#transparencia .lista-files .col:nth-child(2) {
  width: 20%;
  padding-left: 1%;
}
/*==================================================
PARCEIROS
====================================================*/
.nivel {
  clear: both;
}
.lista-parceiros {
  max-width: 900px;
}
.lista-parceiros h2 {
  margin-bottom: 50px;
}
.lista-parceiros .grid {
  width: 98%;
  grid-gap: 10px;
  margin-bottom: 50px;
}
.lista-parceiros .item {
  padding: 0 10px;

  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  max-width: 240px;
}
.lista-parceiros .item img {
  width: 240px;
  height: auto;
}

/*==================================================
ACC - PASTORAL
====================================================*/
.lista-sujeitos .head-acc,
.lista-sujeitos .item {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 10px 0;
  padding: 0;
}
.lista-sujeitos .head-acc {
  display: block;
  font-size: 1.6em;
  line-height: 160%;
  padding: 14px;
  cursor: pointer;
  background: #3777bc;
}
.lista-sujeitos .item.active {
  background: #fff;
}
.lista-sujeitos .head-acc.active,
.lista-sujeitos .item .head-acc:hover {
  background: #fdb933;
}
.lista-sujeitos .texto {
  padding: 0px 25px;
  font-size: 13px;
  line-height: 130%;
  font-weight: 600;
}
.lista-sujeitos .texto a {
  color: #3777bc !important;
}
.lista-sujeitos .texto ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lista-sujeitos .texto ul li {
  position: relative;
  padding-left: 32px !important;
  display: block;
}
.lista-sujeitos .texto ul li strong {
  font-weight: 600;
}
.lista-sujeitos .texto ul li:after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #5fc8d7;
}
.lista-sujeitos .head-acc:after {
  background: url(img/acc-seta-right.png) no-repeat center center;
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #d2ab66;
  content: "";
}
.lista-sujeitos .head-acc.active:after {
  background: url(img/acc-seta-down.png) no-repeat center center;
}
/*==================================================
ACC - SUB PROJETOS
====================================================*/
#projetos .head-acc,
#projetos > .item {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0;
  margin: 0;
}
#projetos .subtitulo {
  display: block;
  font-size: 20px;
  line-height: 160%;
  padding: 18px 7px;
  background: #3777bc;
}
#projetos .head-acc:after {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  content: "";
}

/*==================================================
ACC - EMPRESA
====================================================*/
#doacoes .one {
  margin-top: 35px;
}
#doacoes .one article {
  max-width: 800px;
}
#doacoes article a {
  color: #2a496f;
  text-decoration: underline;
}
.acordeon-empresa .head-acc,
.acordeon-empresa .item {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.acordeon-empresa .head-acc {
  display: block;
  font-size: 1.6em;
  line-height: 160%;
  padding: 14px;
  padding-left: 55px;
  cursor: pointer;
  background: #3777bc;
  color: #fff;
  position: relative;
}
.acordeon-empresa .item.active {
  background: #fff;
}
.acordeon-empresa .head-acc.active,
.acordeon-empresa .item .head-acc:hover {
  background: #173963;
}
.acordeon-empresa .texto {
  padding: 15px;
  font-size: 13px;
  line-height: 130%;
  background: #f2f2f2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.acordeon-empresa .head-acc:after {
  background: #5fc8d7 url(img/acc-seta-right.png) no-repeat center center;
  background-size: 10px;
  position: absolute;
  left: 15px;
  top: 15px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #d2ab66;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.acordeon-empresa .head-acc.active:after {
  background: #5fc8d7 url(img/acc-seta-down.png) no-repeat center center;
  background-size: 15px;
}
/*==================================================
ACC - PF
====================================================*/
.head-acc .icone {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 2;
  width: 150px;
  max-width: 150px;
  height: 25px;
  text-align: right;
  justify-content: flex-end;
}
.head-acc .icone img {
  width: auto;
  height: 25px;
  display: block;
}
.acordeon-fisica-doe {
  /* transition: all 300ms ease; */
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 220px;
  font-size: 1.6em;
  line-height: 160%;
  padding: 10px 20px 10px 30px;
  cursor: pointer;
  background: #5fc8d7;
  color: #fff;
  position: relative;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
  border-radius: 20px;
}
.acordeon-fisica-doe:hover {
  background: #3777bc;
}
.acordeon-fisica-doe img {
  transition: all 300ms ease;
  max-width: 40px;
}
.acordeon-fisica-doe:hover img{
  filter: invert(1);
}
.acordeon-fisica .item .head-acc:hover .icone,
.acordeon-fisica .item.active .icone {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(invert='1');
}
.acordeon-fisica .head-acc,
.acordeon-fisica .item {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.acordeon-fisica .head-acc {
  display: block;
  font-size: 1.6em;
  line-height: 160%;
  padding: 14px 14px 14px 55px;
  cursor: pointer;
  background: #5fc8d7;
  color: #fff;
  position: relative;
}

.acordeon-fisica .item.active {
  background: #fff;
}
.acordeon-fisica .head-acc.active,
.acordeon-fisica .item .head-acc:hover {
  background: #3777bc;
}
.acordeon-fisica .texto {
  padding: 15px 25px;
  font-size: 13px;
  line-height: 130%;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
}

.acordeon-fisica .head-acc:after {
  position: absolute;
  left: 10px;
  top: 15px;
  background: #f15b4e url(img/acc-seta-right.png) no-repeat center center;

  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #d2ab66;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.acordeon-fisica .head-acc.active:after {
  background: url(img/acc-seta-down.png) no-repeat center center;
}
/*==================================================
DOAÇÕES
====================================================*/
.acordeon-empresa,
.acordeon-fisica {
  max-width: 900px;
}
.acordeon ul li {
  padding-left: 40px;
  margin-bottom: 40px;
  list-style: none;
  position: relative;
  display: block;
}
.acordeon ul li:after {
  background: url("img/setadupla.png") no-repeat left 7px;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 1;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}
.acordeon ol {
  list-style: none;
  margin: 30px 0;
}
.acordeon ol li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 55px;
}
.acordeon ol li:after {
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  width: 55px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
}
.acordeon ol li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.acordeon ol li:nth-child(1)::after {
  background-image: url("img/01.png");
}
.acordeon ol li:nth-child(2)::after {
  background-image: url("img/02.png");
}
.acordeon ol li:nth-child(3)::after {
  background-image: url("img/03.png");
}
.acordeon ol li:nth-child(4)::after {
  background-image: url("img/04.png");
}
.acordeon ol li:nth-child(5)::after {
  background-image: url("img/05.png");
}
.acordeon ol li:nth-child(6)::after {
  background-image: url("img/06.png");
}
.acordeon blockquote h3 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  margin-bottom: 35px;
}
.acordeon blockquote {
  margin-top: 50px;
  background: #5fc8d7;
  padding: 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.pop-generica {
  max-width: 700px;
  max-height: 550px;
  overflow: auto;
}
.pop-generica .close {
  color: #f15b4e !important;
  border: 2px solid #f15b4e !important;
  z-index: 99;
}
.formulario-generico h4 {
  font-size: 30px !important;
  margin-bottom: 15px;
}
.formulario-generico input,
.formulario-generico select {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  margin: 8px;
  padding: 14px;
  color: #173963;
  border: 1px solid #ccc;
  display: block;
  clear: both;
  outline: none;
}
.formulario-generico select {
  color: #173963;
}
.formulario-generico input[type="text"] {
  background: #fff;
}
.formulario-generico input[type="submit"] {
  border: none;
  cursor: pointer;
  font-size: 15px;
}
.formulario-generico ::-webkit-input-placeholder {
  /* Edge */
  color: #173963;
  opacity: 1;
}

.formulario-generico :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #173963;
  opacity: 1;
}
.program-icon {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.program-icon figure {
  flex: 0 0 32px;
}
#donation-steps .step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
#donation-steps .step .custom-number {
  display: inline-grid;
  place-content: center;
  height: 32px;
  flex: 0 0 32px;
  transform: translateY(0.5rem);
  border-radius: 50%;
}
#donation-steps .step .step-content p {
  margin-bottom: 0;
}
.tabs-content section,
#como-doar {
  padding: 1rem;
}
.step-content img {
  width: max(360px, 80%);
}
.info-section {
  padding-top: 2rem;
}
/*.info-section .section-title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.info-section .section-title img {
  width: 40px;
}*/
.link-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin: .5rem;
  padding: .5rem;
  border-radius: 12px;
  border: 1px solid #2e91dd;
}
.link-button:hover {
  background: #ffbc00;
}
.page-template-page-imposto-solidario-child .page-title div {
  display: flex;
  flex-flow: row wrap;
  gap: .5rem;
  color: white;
  justify-content: center;
  align-items: center;
}
.header-menu {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 3rem;
}
.header-menu li a {
  color: orange;
  cursor:pointer;
}
.header-menu li a:hover {
  color:yellow;
}
/*==================================================
BLOG
====================================================*/
#lista-blog .data{
	font-size:12px;
	font-weight:600;
}
#lista-blog .miniatura{
	border:1px solid #ccc;
	min-height:320px;
	width:100%;
	max-width:600px;
	margin:0px auto;
	display:block;
	border-radius: 20px;
}
.single-topo .row{
display:flex; flex-direction:horizontal; align-items: center; max-width:1100px; padding-top:40px;
}
.single-topo{
	padding-top:120px;  
}
.single-topo .abs{
  top:40px;
  
}
.single-topo img{
	border-radius:30px;
	position:relative;
}
.single-topo figure{
	position:relative;
  
}
.single-topo figure::before img{
	border-radius:30px;
	width:80%;
	height:80%;
	content:"";
	display:block;
	position:absolute;
	left:5%;
	top:5%;
	border:1px solid #fff;
	z-index:1;
}

.single h1{
	padding:0 !important;
	margin:0;
	font-size:28px !important;	
}
.single .conteudo{
	max-width:900px;
  padding: 30px;	
}
.single .conteudo p{
	font-size:18px;
	color:#333;
}
.single .conteudo h2{
	font-size:22px !important;
}
.gallery {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.gallery-item {
  flex: 1 1 calc(25% - 10px); /* 4 colunas, descontando o gap */
  max-width: calc(25% - 10px);
  box-sizing: border-box;
	border: none;
}
.gallery-icon img {
  width: 100%;
  height: auto;
  display: block;
  border: none; /* remove qualquer borda */
  border-radius: 6px; /* arredondamento sutil */
}
.gallery-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.masonry {
  width: 96%;
  display: grid;
  grid-gap: 0 20px;
  grid-template-columns: 40% 30% 30%;
  margin: 30px 0;
}
.masonry div {
  width: 100%;
}
.masonry .one div .more a,
.masonry .two div .more a,
.masonry .one div a:hover,
.masonry .two div .more a:hover {
  color: #fff !important;
}
.masonry .filtro {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(23, 55, 79, 0.7);
  background: linear-gradient(
    to top,
    rgba(23, 55, 79, 0.8),
    rgba(255, 255, 255, 0)
  );
}

.masonry .one .box {
  top: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.masonry .filtro,
.masonry .box,
.masonry .two div:last-child img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.masonry .box {
  width: 100%;
  height: 100%;
  padding: 30px;
  justify-content: flex-end;
  z-index: 0;
}
.masonry .two div {
  height: 240px;
}
.masonry .one .box .texto {
  z-index: 3;
}
.masonry .two div:first-child {
  margin-bottom: 15px;
}
.masonry .two div:last-child {
  padding: 0;
}
.bg-verde .masonry .tree div {
  background: #fdb933;
}

/* HEADLINE */
ul.headline {
  margin: 0 0 0 15px;
  padding-left: 0;
}
ul.headline li {
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
  list-style: none;
  border-bottom: 3px solid #36bba5;
  padding-bottom: 4px;
  font-size: 16px;
}
ul.headline li.current_page_item {
  border-color: #36bba5;
  font-weight: 700;
}
.single ul.headline li:first-child {
  border-bottom: 3px solid #36bba5;
  font-weight: 700;
}
.bg-verde ul.headline li {
  border-color: #fff;
}
ul.headline li:not(:first-child),
.bg-verde ul.headline li:not(:first-child),
.homepage ul.headline li:not(:first-child) {
  border-bottom: none !important;
}
ul.headline li a {
  color: #173963;
}
.bg-verde ul.headline li a,
.homepage ul.headline li a {
  color: #fff !important;
}
#lista-blog .item * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#lista-blog .item {
  padding: 12px 20px;
  display: flex;
}
#lista-blog .item figure {
  margin-bottom: 15px;
}
#lista-blog .item figure,
#lista-blog .item .item-content {
  max-width: 50%;
  width: 100%;
  padding: 0 15px;
}
#lista-blog .item figure,
#lista-blog .item figure .mask,
#lista-blog .item figure img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
#lista-blog .item figure .mask {
  width: 100%;
  height: 100%;
  z-index: 9;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
#lista-blog .item figure .mask span {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 27px;
  padding: 4px 10px;
  text-align: center;
  display: block;
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(20px);
}
#lista-blog .item:hover figure .mask {
  opacity: 1;
}
#lista-blog .item:hover figure .mask span {
  transform: translateY(0);
}
#lista-blog .data {
  text-transform: uppercase;
}
/*==================================================
PROJETOS
====================================================*/

.menu-projetos {
  max-width: 1200px;
  margin: 0px auto;
  margin-top: -40px;
  position: relative;
  background: #fdb933;
  padding: 0;
  align-items: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
#projetos .menu-projetos {
  margin-top: -70px;
}

.menu-projetos ul {
  display: flex;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
/* .menu-projetos ul li:after {
  border-right: 1px solid #fff;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
} */
.menu-projetos ul li:last-child::after {
  border: none;
}
.menu-projetos ul li {
  /* position: relative; */
  padding: 0;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 100%;
  flex: 1;
}
.menu-projetos a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
  padding: 10px 15px;
  height: 70px;
  line-height: 150%;
}
.menu-projetos li.current_page_item,
.menu-projetos a:hover {
  background: #36bba5;;
}
.menu-projetos li:first-child,
.menu-projetos li:first-child a {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.menu-projetos li:last-child,
.menu-projetos li:last-child a {
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#conteudo-projeto {
  padding: 20px 50px;
  margin-top: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 12px;
}
/*==================================================
PROJETOS - EDUCACAO
====================================================*/
.empresas {
  margin: 25px 0;
}
.empresas img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.empresas .grid {
  width: 100%;
}
.empresas .grid .item {
  padding: 5px;
}
#numeros {
  max-width: 800px;
}
#numeros p {
  font-size: 30px;
  font-weight: 800;
  margin: 0px !important;
  padding: 0px !important;
  line-height: 100%;
}
#numeros p.valor {
  font-size: 45px;
}
#numeros .flex {
  justify-content: space-around;
}
#numeros .flex .item {
  width: auto;
  max-width: 25%;
  padding: 0 1%;
}
#downloads {
  max-width: 600px;
}
#downloads .item {
  padding: 10px;
}
/*==================================================
ESCOLAS
====================================================*/
#escolas.single ul.ensinos {
  margin: 40px auto;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}
#escolas.single ul.ensinos li {
  list-style: none;
  text-align: center;
  display: inline-block;
  padding: 0 6px;
  width: auto;
  font-weight: 700;
  font-size: 16px;
}
#escolas.single ul.ensinos li p {
  width: 100%;
  display: block;
  background: #e0e0e0;
  padding: 12px 22px;
  color: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
#escolas.single ul.ensinos li:nth-child(1) p {
  background: #36bba5;
}
#escolas.single ul.ensinos li:nth-child(2) p {
  background: #f15b4e;
}
#escolas.single ul.ensinos li:nth-child(3) p {
  background: #3777bc;
}
#escolas.single ul.ensinos li:nth-child(4) p {
  background: #5fc8d7;
}
#escolas.single ul.ensinos li:nth-child(5) p {
  background: #fdb933;
}
#escolas.single .one .inicio {
  max-width: 1024px;
  padding-left: 30px;
}
#escolas.single .one .ara1 {
  position: absolute;
  left: -15%;
  top: 11%;
  z-index: 6;
}
#escolas.single .one .texto .titulo {
  font-size: 43px !important;
  font-weight: 700;
  line-height: 100%;
  max-width: 300px;
}
#escolas.single .one .texto .subtitulo {
  max-width: 250px;
  font-size: 19px;
  font-style: italic;
  margin: 0;
}
#escolas.single .one .texto {
  position: relative;
  z-index: 8;
  max-width: 350px;
}
#escolas.single .two .row {
  align-items: center;
}
#escolas.single article {
  max-width: 400px;
}
#escolas.single .two h1,
#escolas.single .two h2,
#escolas.single .two h3 {
  font-size: 30px !important;
}
.galeria-escola img,
.galeria-escola * {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#escolas.single .contato h3 {
  font-size: 25px;
}
#escolas.single .contato .btn {
  font-size: 13px;
  padding: 12px 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
#escolas.single .contato .leaflet-map {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
}
#escolas.single .contato .mapa {
  padding: 0 10% 10% 0;
  width: 100%;
}
#escolas.single .contato .vetor {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 0;
}

#escolas.single section {
  background: #fff;
  margin: 20px auto;
  padding: 0 20px;
  width: auto;
  max-width: 70%;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
}
#escolas.single section #docs-escola {
  display: flex;
  justify-content: center;
}
#escolas.single section #docs-escola h2 {
  font-size: 26px!important;
}
#escolas.single .lista-files {
  margin: 10px 0 20px;
  width: 100%;
}
#escolas.single .lista-files h2 {
  padding: 5px 0;
  font-size: 24px!important;
  font-weight: normal;
}
#escolas.single .lista-files .item {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#escolas.single .lista-files .item .doc-name {
  background: #f0f0f0;
  padding: 5px 15px;
  border-radius: 8px;
}
#escolas.single .lista-files .item h3 {
  font-weight: normal;
  color: #000;
}

.acf-map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
  position: relative;
  z-index: 9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.acf-map img {
  max-width: inherit !important;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.popup {
  margin: 50px auto;
  padding: 30px 20px;
  width: 96%;
  max-width: 420px;
  position: relative;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.show {
  visibility: visible;
  opacity: 1;
}
.popup .close {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 14px;
  right: 14px;
  text-align: center;
  transition: all 200ms;
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: 2px solid #fff;
}

.popup p {
  padding: 0 20px;
  margin-bottom: 10px !important;
  line-height: 120%;
}
.popup .content {
  padding: 20px;
  max-height: 400px;
  overflow: auto;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.popup .content p {
  padding: 0;
}
/*==================================================
NEWSLETTER
====================================================*/
#newsletter {
  padding: 70px 0;
}
#newsletter .flex-h {
  align-items: center;
  max-width: 1200px;
}
#newsletter .texto {
  max-width: 90%;
}
#newsletter span {
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}
#newsletter h4 {
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: left;
  line-height: 120%;
}
#newsletter .btn-laranja {
  max-width: 200px;
  padding: 10px 20px;
}
#formulario-newsletter input,
#formulario-newsletter select {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  margin: 8px;
  padding: 14px;

  border: 2px solid #ccc;
  display: block;
  clear: both;
  outline: none;
}
#formulario-newsletter .aceite {
  font-size: 13px;
  padding: 5px 8px;
}
#formulario-newsletter .aceite input {
  width: 15px;
  float: left;
  margin: 0;
  margin-right: 10px;
}
#formulario-newsletter select {
  color: #999;
}
#formulario-newsletter input[type="text"] {
  background: #fff;
}
#formulario-newsletter input[type="submit"] {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 19px;
}
#formulario-newsletter ::-webkit-input-placeholder {
  /* Edge */
  color: #ccc;
  opacity: 1;
}

#formulario-newsletter :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}
.fake {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fake li {
  list-style: none;
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.botao-fake {
}
.input-fake {
  border: 1px solid #f15b4e;
  margin-top: 5px;
  padding: 13px 16px;
  font-weight: 600;
  color: #999;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: block;
}
.input-fake:hover {
  cursor: pointer;
}
#formulario-newsletter ::placeholder {
  color: #ccc;
  opacity: 1;
}
#popnews h2 {
  margin: 25px auto;
  width: 85%;
}
/*==================================================
ESCOLAS
====================================================*/
.filtros {
  padding: 25px;
}
.filtros .grid {
  width: 98%;
  max-width: 1000px;
  justify-content: space-around;
}
.filtros .item {
  width: 100%;
  padding: 0 10px;
}
.filtros .col {
  width: auto;
}
.filtros p {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0px;
}
/*==================================================
FOOTER
====================================================*/
#footer {
  padding: 50px 0;
  background: #173963;
  color: #fff;
}
#footer p {
  text-align: left;
  font-size: 12px;
}
#footer .flex {
  margin: 0px auto;
  width: 98%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}
#footer .flex .col {
  width: 25%;
}
#footer .flex .col:not(:first-child) {
  padding: 0 2%;
}
#footer .selo {
  margin-bottom: 30px;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul {
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
}
#footer ul::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #f15b4e;
}
#footer ul li {
  display: block;
  padding: 0;
  margin-bottom: 6px;
}
#footer ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
#footer ul li.sub a {
  font-weight: 600;
  color: #5fc8d7;
  cursor: default;
}
#footer ul li.tit a,
#footer ul li.sub a {
  text-decoration: none !important;
}
#footer ul li.tit a {
  color: #fdb933;
  cursor: default;
  font-size: 20px;
}
#footer ul li.menu-item-52 a {
  color: #5fc8d7;
}
#footer ul li.menu-item-52 {
  border-top: 2px solid #f15b4e;
  margin-top: 15px;
  padding-top: 15px;
  color: #fdb933;
}
/*==================================================
CLASSES
====================================================*/
/* id da page.php */
#padrao {
  margin-top: 75px;
}
#padrao .titulo {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  padding: 15px 0;
  font-size: 20px !important;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi span.current {
  border: 1px solid #36bba5;
  color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #36bba5;
  display: inline-block;
  text-decoration: none;
  margin: 0 0.3em 12px;
  padding: 10px 15px;
  font-size: 13px;
}
.wp-pagenavi span.current {
  background: #f15b4e; /* For IE and older browsers */
  border: 1px solid #f15b4e;
}
.wp-pagenavi a:hover {
  background: #f15b4e;
  border: 1px solid #f15b4e !important;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
/* BTNS */
.rl-load-more {
  background: #36bba5 url("img/more.png") no-repeat center center;
  text-indent: -999px;
  overflow: hidden;
  padding: 15px 35px !important;
  width: 180px;
  border: none;
}
.btn-verde {
  background: #36bba5;
  color: #fff !important;
  padding: 14px 60px;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-position: -30px center;
}
.btn-verde:hover {
  background: #f15b4e;
}
.btn-branco {
  background: #fff;
  color: #173963;
  font-size: 13px !important;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-position: -30px center;
}
.btn-branco:hover {
  background: #f0f0f0;
}
.btn-laranja {
  background: #f15b4e;
  color: #fff !important;
  font-weight: 600;
  padding: 14px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-position: -30px center;
}
.btn-amarelo {
  background: #fdb933;
  color: #fff;
  padding: 14px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-position: -30px center;
}
.btn-azul {
  background: #3777bc;
  color: #fff !important;
  padding: 14px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-position: -30px center;
}
.rl-load-more,
.btn-laranja,
.btn-azul,
.btn-amarelo,
.btn-branco,
.btn-verde {
  text-decoration: none !important;
  top: 8px;
  position: relative;
  z-index: 4;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.rl-load-more:hover,
.btn-laranja:hover,
.btn-azul:hover,
.btn-amarelo:hover,
.btn-branco:hover,
.btn-verde:hover,
.btn-download:hover {
  -webkit-box-shadow: 4px 6px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 6px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 4px 0px rgba(0, 0, 0, 0.2);
}
.btn-download {
  display: block;
  width: 100%;
  background: #5fc8d7 url("img/icon_download.png") no-repeat 95% center;
  color: #173963;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  padding: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.btn-download:hover {
  background: #f15b4e url("img/icon_download.png") no-repeat 95% center;
  color: #fff;
}
.btn-transparencia {
  display: block;
  background: #36bba5 url("img/icon_download.png") no-repeat 91% center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  padding: 14px 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: left;
}
.btn-transparencia:hover {
  background: #5fc8d7 url("img/icon_download.png") no-repeat 91% center;
  color: #fff;
}

/* global */
.tipo {
  font-size: 17px;
  text-transform: capitalize;
}
.leia-tambem {
  font-size: 20px;
}
.borda {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.font-small {
  font-size: 11px;
}
.font-big {
  font-size: 40px !important;
  font-weight: 700;
}
#footer .social a {
  margin: 10px 4px;
}
#footer .social a:hover * {
  fill: #fdb933;
}

.redes {
  width: 210px;
  text-align: center !important;
}
.share {
  border-top: 1px solid #5fc8d7;
  margin-top: 20px;
  padding-top: 20px;
}
.share:hover span {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  height: 1px;
  line-height: 0;
  opacity: 0;
}
.share:hover .redes {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.redes {
  opacity: 0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.redes a {
  color: #3777bc;
  font-size: 25px;
  margin: 10px 0 0 5px;
  padding-top: 15px;
  line-height: 50px;
}
.redes a:hover {
  color: #173963;
}
.grid {
  display: grid;
  width: 99%;
}
.cols-4 {
  grid-template-columns: 25% 25% 25% 25%;
}
.cols-3 {
  grid-template-columns: 33% 33% 33%;
}
.cols-2 {
  grid-template-columns: 50% 50%;
}
.borda {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.tag-doe {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 7;
  max-width: 220px;
  padding: 14px 15px 14px 20px;
  line-height: 100%;
  font-weight: 800;
  font-size: 21px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-box-shadow: -3px 5px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 5px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 5px 6px 0px rgba(0, 0, 0, 0.2);
}
.tag-doe:hover {
  background: #36bba5;
}
.tag-doe span {
  margin: 0 6px;
}
.tag-doe span,
.tag-doe .icone {
  display: inline-block;
}
.tag-doe .icone {
  position: relative;
  top: 5px;
}
.tag-doe a {
  color: #fff !important;
}
.centraliza {
  margin: 0px auto;
}
.upper {
  text-transform: uppercase;
}
/* CORES */
.cor-branco {
  color: #fff;
}
.cor-verde {
  color: #36bba5;
}
.cor-laranja {
  color: #f15b4e;
}
.cor-amarelo {
  color: #fdb933 !important;
}
.cor-azul-escuro {
  color: #173963;
}
.cor-azul-medio {
  color: #3777bc;
}
.cor-azul-claro {
  color: #5fc8d7;
}
.bg-azul-medio {
  background: #3777bc;
}
.bg-azul-claro {
  background: #5fc8d7;
}
.bg-azul-escuro {
  background: #173963;
}
.bg-amarelo {
  background: #fdb933;
}
.bg-verde {
  background: #36bba5;
}
.bg-laranja {
  background: #f15b4e;
}
.bg-branco {
  background: #fff;
}
.relativo {
  position: relative;
}
#back-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  left: auto;
}
#back-top a {
  width: 40px;
  display: block;
  color: #666;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
/* arrow icon */
#back-top span {
  width: 40px;
  height: 40px;
  display: block;
  background: #fff url(img/up-arrow.png) no-repeat center 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-indent: -999px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#back-top a:hover span {
  background-color: #fdb933;
  background-position: center -23px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.ulReset {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
p.voltar {
  clear: both;
  margin: 35px 0;
  width: 100%;
  text-align: left;
}
p.voltar a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  background: transparent url("img/left.png") no-repeat left 48%;
  background-size: 25px;
  padding: 10px 10px 4px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
p.voltar a:hover {
  background: #fdb933 url("img/left.png") no-repeat 5% 48%;
  background-size: 25px;
  padding: 10px 15px 4px 35px;
}
.volta-cab {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.volta-cab div {
  padding: 20px;
  max-width: 940px;
}
.volta-cab a {
  color: #fff !important;
  font-weight: 800;
  background: url("img/voltar-cab.svg") no-repeat 10px center;
  height: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 20px 14px 30px;
}
.volta-cab a:hover {
  color: #fff !important;
  font-weight: 800;
  padding: 14px 20px 14px 35px;
  background: #fdb933 url("img/voltar-cab.svg") no-repeat 15px center;
  height: 40px;
}
.respiro-small {
  padding: 50px 0;
  display: block;
}
.respiro-med {
  padding: 75px 0;
  display: block;
}
.respiro-big {
  padding: 110px 0;
  display: block;
}
/*==================================================
CONTATO
====================================================*/
#contato .ara1 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}
#contato section {
  max-width: 900px;
}
#contato section h2 {
  font-size: 30px;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  text-align: center;
  border: 1px dashed #ccc !important;
  border-collapse: collapse;
}
.wpcf7-validation-errors {
  border-color: black !important;
  color: red;
}
.wpcf7-mail-sent-ok {
  border-color: #ccc !important;
  color: yellow;
}
.wpcf7-not-valid-tip {
  color: red !important;
  margin-bottom: 10px;
  font-weight: 600 !important;
  font-size: 12px !important;
}
#contato ::-webkit-input-placeholder {
  /* Edge */
  color: #173963;
  opacity: 1;
}

#contato :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #173963;
  opacity: 1;
}

#contato ::placeholder {
  color: #173963;
  opacity: 1;
}
#contato .wpcf7-text,
#contato .wpcf7-textarea,
#contato .wpcf7-email {
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  padding: 16px;
  margin-bottom: 10px;
  background: #fff;
  color: #173963;
  border: 1px solid #173963;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#contato .wpcf7-text:focus,
#contato .wpcf7-textarea:focus,
#contato .wpcf7-email:focus {
  outline: none;
  background: #f0f0f0;
  border-color: #ccc;
}
#contato .custom-select {
  font-size: 18px !important;
}
#contato .wpcf7-submit {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 16px;
  line-height: 180%;
  cursor: pointer;
  background: #fdb933;
  color: #fff !important;
  font-weight: 600;
  font-size: 22px;
  border: none;
  width: 100%;
  text-align: center;
}
#contato .wpcf7-submit:hover {
  background: #3777bc;
}
#contato .wpcf7-textarea {
  height: 135px;
}
#contato .wpcf7-select {
  width: 100%;
}
#contato .seletor {
  min-width: 100%;
  width: 100%;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 40px;
}

.select-styled {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 13px;
  background: #5fc8d7 url(img/select.png) no-repeat 98% 50%;
  padding: 12px 16px;
  border: 1px solid #5fc8d7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
ect-styled:hover {
  background-color: #3777bc;
  color: #fff;
}
.select-styled:active,
.select-styled.active {
  background-color: #3777bc;
  border-color: #3777bc;
}
.select-options {
  max-height: 220px;
  overflow: auto;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #101c44;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.select-options li:nth-child(1) {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.select-options li:last-child {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.select-options li {
  background-color: #fff;
  font-size: 13px;
  margin: 0;
  padding: 10px 0 !important;
  text-indent: 15px;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #fff;
  background-color: #3777bc;
}
.select-options li[rel="hide"] {
  display: none;
}
.float-area .select-styled,
.filtros .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ccc;
  font-weight: 600;
  font-size: 13px;
  background: #fff url(img/select2.png) no-repeat 98% 50%;
  padding: 12px 16px;
  border: 2px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.float-area .select-styled {
}

.seletor .select-styled:active,
.seletor .select-styled.active,
.filtros .select-styled:active,
.filtros .select-styled.active {
  background-color: #3777bc;
  border-color: #3777bc;
}
.seletor .select-options,
.filtros .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #101c44;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.float-area {
  width: 98%;
  max-width: 1160px;
  justify-content: center;
  top: -90px;
  position: relative;
}
.seletor {
  display: block;
  width: 275px;
}

/*==================================================
FONTELO
====================================================*/
@font-face {
  font-family: "fontello";
  src: url("font/fontello.eot?16346700");
  src: url("font/fontello.eot?16346700#iefix") format("embedded-opentype"),
    url("font/fontello.svg?16346700#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontello";
  src: url("data:application/octet-stream;base64,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")
      format("woff"),
    url("data:application/octet-stream;base64,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AWNgIy4jICA8ijgjIVktsDossAAWILAIQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbA7LCMgLkawAiVGUlggPFkusSsBFCstsDwsIyAuRrACJUZQWCA8WS6xKwEUKy2wPSwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xKwEUKy2wPiywNSsjIC5GsAIlRlJYIDxZLrErARQrLbA/LLA2K4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKyAAEAKrEABUKzCgIBCCqxAAVCsw4AAQgqsQAGQroCwAABAAkqsQAHQroAQAABAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbMMAgEMKrgB/4WwBI2xAgBEAAA=")
      format("truetype");
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-home:before {
  content: "\e800";
} /* '' */
.icon-search:before {
  content: "\e801";
} /* '' */
.icon-phone:before {
  content: "\e802";
} /* '' */
.icon-ok:before {
  content: "\e803";
} /* '' */
.icon-videocam:before {
  content: "\e805";
} /* '' */
.icon-bookmark:before {
  content: "\e806";
} /* '' */
.icon-location:before {
  content: "\e808";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-angle-left:before {
  content: "\f104";
} /* '' */
.icon-angle-right:before {
  content: "\f105";
} /* '' */
.icon-angle-up:before {
  content: "\f106";
} /* '' */
.icon-angle-down:before {
  content: "\f107";
} /* '' */
.icon-quote-left:before {
  content: "\f10d";
} /* '' */
.icon-quote-right:before {
  content: "\f10e";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-skype:before {
  content: "\f17e";
} /* '' */
.icon-facebook-official:before {
  content: "\f230";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.icon-linkedin-squared:before {
  content: "\f30c";
} /* '' */

img,
object,
embed {
  max-width: 100%;
  height: auto;
}
object,
embed {
  height: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}
/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1250px;
  *zoom: 1;
  justify-content: flex-start;
  text-align: left;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  justify-content: flex-start;
  vertical-align: top;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}
.large-1 {
  position: relative;
  width: 6.25%;
}
.large-2 {
  position: relative;
  width: 12.5%;
}
.large-3 {
  position: relative;
  width: 18.75%;
}
.large-3col {
  position: relative;
  width: 33%;
  min-width: 33%;
  max-width: 33%;
}
.large-4 {
  position: relative;
  width: 25%;
}
.large-5 {
  position: relative;
  width: 31.25%;
}
.large-6 {
  position: relative;
  width: 37.5%;
}
.large-7 {
  position: relative;
  width: 43.75%;
}
.large-8 {
  position: relative;
  width: 50%;
}
.large-9 {
  position: relative;
  width: 56.25%;
}
.large-10 {
  position: relative;
  width: 62.5%;
}
.large-11 {
  position: relative;
  width: 68.75%;
}
.large-12 {
  position: relative;
  width: 75%;
}
.large-13 {
  position: relative;
  width: 81.25%;
}
.large-14 {
  position: relative;
  width: 87.5%;
}
.large-15 {
  position: relative;
  width: 93.75%;
}
.large-16 {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .menu-superior {
    display: none;
  }
  #btn-call {
    display: block;
  }
}
@media (max-width: 845px) {
  .menu-projetos {
    width: 100%;
    margin: 0px auto;
    border-radius: 0px;
  }
  .menu-projetos ul {
    flex-flow: column nowrap;
    justify-content: stretch;
    padding: 10px;
  }
  .menu-projetos li {
    border-radius: 0px !important;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
  }
  .menu-projetos ul li:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #lista-blog{
  width: 100%;
  max-width: 97%;    
  }
  #lista-blog .item *{
    display: block !important;
    width: 100% !important;   
    max-width: 100% !important;   
  }
  #lista-blog .item .btn-laranja{ text-align: center;}
  #lista-blog .item {
  padding: 12px 20px;
  display: block;
  width: 100%;
  max-width: 100%;  
  margin: 25px auto;
}
.cab1.single-topo .abs {  
  bottom: 0px !important;
  left: 0;
  z-index: 3;
  width: 90% !important;
  display: block; 
  position: relative !important;
  top:120px !important;
  max-width: 90% !important;  
}
.single-topo .abs {  
  width: 90% !important;
}
.single-topo{	
  height: auto !important;
  min-height: 300px !important;  
  position: relative !important;
  padding-bottom: 0px !important;
}

.single-topo h1{  
  top:0 !important;
  margin: 0 !important;    
  position: relative;
}
.single-topo .abs .row{
  display: block !important;  
}
.single-topo .abs .last{
  display: none !important;
}
.single-topo .voltar{  
  margin-top: 30px;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: auto;
  
}
  #pastoral figure.destaque {
    position: inherit;
  }
  #contato article * {
    text-align: center;
  }
  #pastoral figure.destaque img {
    max-width: 300px;
    margin: 0px auto;
  }
  .menu-projetos,
  .menu-projetos li:first-child,
  .menu-projetos li:last-child,
  .menu-projetos li:first-child a,
  .menu-projetos li:last-child a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  ul.headline {
    text-align: center;
  }
  #inc-blog .respiro-small,
  .home-conteudo .respiro-small {
    padding: 0;
  }
  .masonry {
    width: 92%;
    display: block;
    margin: 20px auto;
  }

  .masonry .two div {
    height: auto;
    margin-top: 15px;
  }
  .masonry .two div:nth-child(2) {
    display: none;
  }
  .tag-doe {
    padding: 10px 25px;
    font-size: 22px;
    max-width: 300px;
    position: absolute;
  }
  #institucional .ara1,
  #contato .ara1,
  #transparencia .ara1,
  #transparencia .ara2,
  #pastoral .curriculo .ara1,
  .home-conteudo .ara1,
  .home-conteudo .ara2,
  .home-conteudo .ara3,
  #inicio .ara1,
  .home-escolas .ara1,
  .home-parceiros .ara1 {
    display: none;
  }
  .carrossel .slick-prev {
    right: 50%;
    margin-right: 10px
  }
  .carrossel .slick-next {
    right: 41%;
    margin-left: 10px;
  }
  .home-parceiros article * {
    text-align: center;
    margin: 0px auto;
  }
  .home-parceiros .flex {
    display: block;
  }
  .home-parceiros .flex .Left {
    width: 100%;
  }
  .home-parceiros .flex .Right {
    display: none;
  }

  #institucional .proposta-img {
    margin-top: 50px;
  }
  #pastoral .blocos .item {
    display: block;
  }
  #pastoral .blocos .item .col {
    width: 100%;
  }
  .filtros .grid {
    padding: 20px;
    display: block;
  }
  .filtros .grid .item {
    width: 85%;
    margin: 20px auto;
    margin-top: 0;
  }
  .filtros .grid .select-styled {
    height: 40px;
  }
  .filtros .grid p {
    text-align: center;
    font-size: 16px;
    margin: 0px auto;
    margin-top: 15px;
  }
  .cols-4 {
    width: 50%;
  }
  .row {
    max-width: 100%;
    margin: 0 auto;
  }
  .column,
  .columns,
  .large-3col {
    display: block !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .HideOnMobile,
  .HideOnMobile * {
    display: none;
  }
  .imagem_banner {
    /* position: absolute; */
  }
  .button-center {
    display: flex;
    justify-content: center;
  }
  .rl-load-more,
  .btn-laranja,
  .btn-azul,
  .btn-amarelo,
  .btn-branco,
  .btn-verde {
    padding: 10px 20px;
  }

  .respiro-med {
    padding: 40px 0;
  }

  #parceiros .respiro-small {
    padding: 30px 0;
  }

  .lista-parceiros {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lista-parceiros h2 {
    margin-bottom: 10px;
    font-size: 24px!important;
  }
  .lista-parceiros .grid {
    display: grid;
    width: 100%;
    grid-template-columns: max-content;
    justify-content: center;
  }
  .lista-parceiros .grid .item {
    margin: 10px 0;
  }
  .lista-parceiros .item {
    max-width: none;
  }
  #inicio .texto h1 {
    font-size: calc(5vw) !important;
  }
}

@media only screen and (max-width: 690px) {
  #numeros .flex {
    display: block;
  }
  #numeros .flex .item {
    max-width: 100%;
    padding: 2%;
  }
  #transparencia .lista-files .col:nth-child(1) {
    width: 65%;
    padding: 10px;
  }
  #transparencia .lista-files .col:nth-child(2) {
    width: 34%;
  }
  #barra-doacao ul li:nth-child(1),
  #barra-doacao ul li:nth-child(2),
  #barra-doacao ul li:nth-child(3) {
    width: 100%;
  }
  .box {
    width: 100%;
  }
  .elemento-ass {
    display: block;
  }
  .right-skew:before {
    right: 0px;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
  }
  #footer .flex {
    display: block;
    max-width: 400px;
    margin: 0px auto;
  }
  #footer .flex .col {
    width: 100%;
  }
  .fake {
    margin: 0px auto;
    width: 90%;
  }
  .fake li {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #downloads .grid,
  #numeros .grid,
  .empresas .grid {
    display: block;
    text-align: center;
  }
  .empresas .grid img {
    margin: 15px auto;
  }
  .menu-projetos li {
    width: 100%;
    display: block;
    border: none;
  }
  .menu-projetos li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .tag-doe .icone {
    width: 20px;
    height: 20px;
  }
  .tag-doe {
    padding: 10px 20px;
    font-size: 18px;
    max-width: 200px;
    z-index: 10;
    position: absolute;
    /* top: auto; */
  }
  #m-response ul li,
  #m-response ul li a {
    text-align: center;
  }
  .HideOnSmart,
  .hideOnMobile {
    display: none !important;
    visibility: hidden;
  }
  #inicio {
    margin-bottom: 0;
    /* padding-top: 50px; */
  }
}
.pp_pic_holder.pp_default {
  top: 50% !important;
  transform: translateY(-50%);
  position: fixed;
}
.single-escolas-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-escolas-item {
  max-width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single-escolas-row {
    flex-direction: column;
  }
  .single-escolas-item {
    max-width: 100%;
  }
}
.barra_inst {
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 24px;
  width: 100%;
  background: #173963;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  color: #2e91dd;
  text-align: center;
}

.barra_inst li {
  color: #fff;
  float: left;
  list-style-type: none;
  text-align: center;
  padding: 5px 6px 3px;
  transition: .4s
}

.barra_inst li.logo_marista {
  padding: 1px 44px 1px 0;
  transition: .4s
}

.barra_inst li.logo_marista:hover {
  transform: scale(.95)
}

.barra_inst li a {
  color: #fff;
  text-decoration: none;
  transition: .4s
}

.barra_inst li.menu-item:hover {
  padding: 5px 6px 1px
}

.barra_inst li:hover a {
  color: #2e91dd
}
/** Novas páginas e ajustes gerais **/
.buttons-wrapper {
	position: fixed;
	top: 22%;
	right: 0;
	z-index: 11;
	max-width: 230px;
}
.floating-button {
	overflow: hidden;
	position: relative;
	display: block;
	max-width: inherit;
	clear: both;
	float: right;
	margin-bottom: 10px;
	padding: 15px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	font-family: "Baloo 2", sans;
	font-size: 20px;
	font-weight: 600;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	box-shadow: -3px 5px 6px rgba(0, 0, 0, 0.2);
    transition: padding-right .2s linear ;
}
.floating-button:hover {
	padding-right: 25px;
}
.floating-button * {
	position: relative;
}
@media only screen and (max-width: 690px) {
	.buttons-wrapper {
		top: 60%;
		max-width: 160px;
	}
	.floating-button {
		margin-bottom: 7px;
		padding: 10px 15px;
		font-size: 15px;
	}
	.floating-button svg {
		width: 15px;
		height: 13px;
	}
}
#premiacoes .respiro-small .large-16 h2,
#projetos .projetos-wrapper .large-16 h2 {
  	margin-bottom: 70px;
}
#projetos .projetos-wrapper .large-16 h2 {
	padding-top: 70px;
	font-size: 30px !important;
}
.lista-thumbnails {
  max-width: 900px;
}
.lista-thumbnails.projetos {
	padding-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
}
.lista-thumbnails .item {
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  max-width: 240px;
}
.lista-thumbnails.projetos a.item {
	display: block;
	overflow: hidden;
	padding: 0 !important;
}
.lista-thumbnails .item img {
  width: 240px;
  height: auto;
}
.lista-thumbnails .item-caption {
	padding: 30px 10px 40px;
	line-height: 1.5;
}
.lista-thumbnails .item-caption p {
	font-size: 15px;
	color: #3b3c3e;
}
/** Imposto solidário **/
body[class*=imposto-solidario] section {
	position: relative;
}
body[class*=imposto-solidario-child] {
	font-family: "Baloo 2", sans;
}
.align-center {
	justify-content: center;
}
.text-center,
.text-center p {
	text-align: center;
}
.text-left,
.text-left p {
	text-align: left;
}
.custom-title {
	line-height: .9;
	text-transform: uppercase;
	font-size: 50px !important;
	color: #ffbc00;
}
.custom-title span {
	display: table;
	position: relative;
	margin-bottom: 13px;
	padding: 2px 25px 2px 10px;
	line-height: 1;
	text-transform: none;
	font-size: 26px;
	color: #255790;
	background-color: #fff;
	border-radius: 5px;
}
.custom-title span::after {
	content: '';
	width: 8px;
	height: 20px;
	top: 50%;
	right: 0;
	border-width: 10px 8px 10px 0;
	border-color: transparent #255790 transparent transparent;
	border-style: solid;
	display: block;
	position: absolute;
	transform: translateY(-50%);
}
.section-title {
	position: relative;
	display: inline-block;
	margin: 35px 0 20px;
	line-height: .9;
	color: #1a4a81;
}
.section-title img {
	position: absolute;
	top: -25%;
	left: -100px;
	z-index: -1;
}
.section-title span {
	display: table;
	color: #ffbc00;
}
.custom-number {
	clip-path: url(#numbersSvgPath);
}
.content-title {
	margin-bottom: 35px;
	font-weight: bold;
}
.program-icons .columns {
	margin-bottom: 30px;
}
.program-icon {
	display: flex;
	align-items: center;
	height: 100%;
}
.program-icon > figure {
	display: flex;
	align-items: center;
	width: auto;
	max-width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.program-icon > figure img {
	max-width: 70px;
	margin-right: 20px;
}
.program-icon p {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
}
section#page-selection {
	padding: 110px 0;
	background-color: #ededed;
}
section.have-bg-image .page-title .custom-title span {
	padding: 2px 10px;
}
section.have-bg-image .page-title .custom-title span::after {
	display: none;
}
section#page-selection .main-title {
	margin-bottom: 135px;
}
section#page-selection h1 {
	color: #1a4a81;
}
section#page-selection h2 {
	color: #ffbb00;
}
section#page-selection .cards {
	justify-content: center;
}
section#page-selection .cards .columns {
	margin-bottom: 50px;
}
section#page-selection a.card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	max-width: 100%;
	min-height: 350px;
	padding: 40px 50px;
	color: #fff;
	clip-path: url(#cardSvgPath);
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
section#page-selection a.card > svg {
	transform: scale(1);
	transition: all 0.3s ease;
}
section#page-selection a.card:hover > svg {
	transform: scale(1.1);
}
section#page-selection a.card .custom-title {
	color: inherit;
}
section#page-selection a.card .custom-title span::after {
	border-color: transparent currentcolor transparent transparent;
}
section#page-selection a.card img {
	max-width: 110px;
	margin-right: 15px;
}
section#page-head {
	font-family: "Baloo 2", sans;
	background-color: #255790;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section#page-head .columns {
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
}
section#page-head .page-title {
	display: flex;
	align-items: center;
}
section#page-head .page-title > div {
	display: flex;
	align-items: center;
	width: auto;
	max-width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
section#page-head .page-title > div img {
	max-width: 90px;
	margin-right: 15px;
}
section#page-head .page-title p {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2;
}
section#page-head nav {
	display: flex;
	align-items: center;
	float: none;
}
section#page-head nav ul.header-menu {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
section#page-head nav ul.header-menu li {
	display: flex;
	justify-content: center;
	padding: 0 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
section#page-head .header-menu li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
section#page-head .header-menu li a:hover {
	color: #ffbc00;
}
section#page-head .header-menu li a::after {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 13px;
	position: relative;
	width: 13px;
	margin: 10px auto 0;
	border-color: #ffbc00;
	transform: rotate(135deg);
}
section#page-head nav ul.header-menu li a span {
	display: inline-block;
	margin: 0 auto 10px;
	font-weight: 600;
	color: #ffbc00;
	background-color: #214d80;
	border-radius: 50%;
}
section#top-banner {
	position: relative;
}
section#top-banner figure {
	max-height: inherit;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section#top-banner figure img {
	max-height: inherit;
	margin: 0 auto;
	max-width: 75%;
	width: auto;
}
section.info-section {
	color: #3b3c3e;
	font-size: 16px;
}
section.info-section .row {
	align-items: flex-start;
}
section.info-section .section-title + h3 {
	color: #3b3c3e;
	font-weight: normal;
}
section.info-section .section-media {
	position: relative;
	display: inline-block;
}
section.info-section a.section-media::after {
	content: '';
	opacity: 1;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	background-image: url('img/icone-play-transparent.png');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%) scale(1);
	transition: all .2s linear;
	z-index: 1;
}
section.info-section a.section-media:hover::after {
	opacity: 0;
	transform: translate(-50%, -50%) scale(3);
}

section.info-section .section-media img {
	display: inline;
	clip-path: url(#imgSvgPath);
}
section#como-doar {
	padding: 60px 0;
	text-align: center;
	background-color: #ededed;
}
section#como-doar h2,
section#como-doar h3,
section#como-doar p {
	width: 100%;
}
section#como-doar h2 {
	margin-bottom: 15px;
	color: #1a4a81;
}
section#como-doar h3 {
	margin-bottom: 35px;
	font-weight: normal;
	color: #ffbc00;
}
section#como-doar p.section-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9a9a9a;
}
section#como-doar p.section-caption img {
	max-width: 50px;
	margin-right: 15px;
}
section#como-doar .button,
section#como-doar .button:not(.active):hover {
	background-color: #123560;
	border: 1px solid #123560;
}
section#como-doar .button {
	display: block;
	margin-bottom: 30px;
	border-radius: 100px;
	cursor: pointer;
	transition: all 0.3s ease;
}
section#como-doar .button:hover {
	background-color: #0f2b4d;
	border-color: #0f2b4d;
}
section#como-doar .button:not(.active) {
	border-color: #b1b1b1;
	background-color: #d8d8d8;
}
section#como-doar .button :last-child {
	margin-bottom: 0 !important;
}
section#como-doar .button p {
	transition: all 0.3s ease;
}
section#como-doar .button p,
section#como-doar .button:not(.active):hover p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.2;
	font-size: 22px;
	font-weight: 600;
	color: #ffbc00;
}
section#como-doar .button:not(.active) p,
section#como-doar .button:not(.active) p.large {
	color: #b1b1b1;
}
section#como-doar .button p.large,
section#como-doar .button:not(.active):hover p.large {
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}
.donations input[type=radio],
.donations .tabs-content {
	display: none;
}
.donations input:checked + .tabs-content {
	display: block;
}
.tabs-content section:nth-child(1), .tabs-content section:nth-child(2) {
	padding: 75px 0;
	color: #3b3c3e;
	font-size: 16px;
}
.tabs-content section:nth-child(1):not(#donation-usage):not(#donation-steps) {
	background-color: #d8d8d8;
}
.tabs-content section:nth-child(2):not(#donation-usage):not(#donation-steps) {
	background-color: #ededed;
}
section ul li,
section ol li {
	margin-bottom: 15px;
}
section#project-additional .content-title,
section#project-main .content-title {
	color: #1a4a81;
}
section#project-additional .content-title {
	margin-bottom: 20px;
}
section#project-additional .content-subtitle {
	margin-bottom: 35px;
	font-size: 25px !important;
	font-weight: normal;
	color: #0492d4;
}
section#project-main .program-icons {
	padding-top: 30px;
}
section#project-main .program-icon {
	padding: 25px;
	background-color: #fff;
	border-radius: 30px;
}
section#project-main .program-icon > figure img {
	max-width: 65px;
	margin-right: 20px;
}
section#donation-usage {
	padding: 60px 0;
	color: #fff;
	font-size: 16px;
	background-color: #123560;
}
section#donation-usage h2 {
	margin-bottom: 20px;
	font-weight: bold;
	color: inherit;
}
section#donation-usage h3 {
	margin-bottom: 35px;
	font-weight: normal;
	color: #ffbc00;
}
section#donation-steps {
	padding: 85px 0;
}
section#donation-steps .hat {
	margin: 0;
	padding: 0;
}
section#donation-steps .step {
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
}
section#donation-steps .step > span {
	display: inline-block;
	text-align: center;
	width: 65px;
	max-width: 100%;
	height: 65px;
	margin-right: 20px;
	font-size: 40px;
	font-weight: bold;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
section#donation-steps .step .step-content p {
	margin: 0 0 10px;
	padding: 0;
	hyphens: auto;
}
section#donation-steps .step .step-content p a {
	color: inherit;
	text-decoration: underline;
}
section#donation-steps .step .step-content p a:hover {
	text-decoration: none;
}
section#donation-steps a.contact {
	text-decoration: underline;
	font-weight: 600;
}
section#donation-steps a.contact:hover {
	text-decoration: none;
}
@media all and (max-width: 480px) {
	svg.hide-for-small {
		display: none;
	}
	svg.center-on-small {
		right: auto !important;
		left: 70%;
		transform: translateX(-50%);
	}
	section#page-selection a.card img {
		max-width: 75px;
	}
	section#page-selection a.card .custom-title {
		font-size: 32px !important;
	}
	section#page-selection a.card .custom-title span {
		font-size: 20px;
	}
}
@media all and (max-width: 768px) {
	.large-gap {
		display: none;
	}
	.section-title {
		font-size: 35px !important;
	}
	.section-title img {
		max-width: 100px;
		left: -50px;
	}
	.content-title {
		font-size: 22px !important;
	}
	section ul {
		column-count: 1 !important;
		column-gap: 0 !important;
	}
	section#page-selection h1 {
		font-size: 40px !important;
	}
	section#page-selection h2 {
		font-size: 24px !important;
	}
	section#page-head {
		padding: 120px 0 40px;
	}
	section#page-head .page-title {
		flex-direction: column;
	}
	section#page-head .page-title p {
		margin: 30px 0 0 0;
		padding: 25px 20px;
		text-align: center;
		border-top: 2px solid #ffbc00;
	}
	section#page-head .header-menu li a {
		font-size: 16px;
	}
	section#page-head nav ul.header-menu li a span {
		width: 55px;
		height: 55px;
		font-size: 35px;
	}
	section#top-banner {
		max-height: 250px;
	}
	section#top-banner figure img {
		padding: 15px 0;
	}
	section.info-section .large-7 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	section.info-section .large-8 {
		margin-bottom: 40px;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	section.info-section {
		padding-top: 40px;
	}
	section.info-section .section-title + h3 {
		font-size: 22px !important;
	}
	section.info-section .columns,
	section.info-section .columns figure {
		text-align: center;
	}
	section#como-doar {
		margin-top: 40px;
	}
	section#como-doar h2 {
		font-size: 32px !important;
	}
	section#como-doar h3 {
		font-size: 22px !important;
	}
	section#como-doar p.section-caption {
		font-size: 18px;
	}
	section#como-doar .button {
		padding: 20px 30px;
	}
	section#como-doar .button p {
		font-size: 18px;
	}
	section#como-doar .button p.large {
		font-size: 30px;
	}
	section#donation-usage-main h3 {
		font-size: 18px !important;
	}
	section#donation-steps .hat {
		font-size: 18px;
	}
	section#donation-steps .step .step-content,
	section#donation-steps a.contact {
		font-size: 16px;
	}
}
@media all and (min-width: 769px) {
	.section-title {
		font-size: 55px !important;
	}
	.section-title img {
		left: -100px;
	}
	.content-title {
		font-size: 34px !important;
	}
	section#page-selection h1 {
		font-size: 60px !important;
	}
	section#page-selection h2 {
		font-size: 34px !important;
	}
	section#page-head {
		padding: 80px 0 40px;
	}
	section#page-head .page-title p {
		margin: 0 0 0 20px;
		padding: 10px 20px;
		border-left: 2px solid #ffbc00;
	}
	section#page-head .header-menu li a {
		font-size: 20px;
	}
	section#page-head nav ul.header-menu li a span {
		width: 70px;
		height: 70px;
		font-size: 50px;
	}
	section#top-banner {
		max-height: 60vh;
	}
	section#top-banner figure img {
		padding: 30px 0;
	}
	section.info-section {
		padding-top: 90px;
	}
	section.info-section .section-title + h3 {
		font-size: 32px !important;
	}
	section#campanha .large-7,
	section#por-que-ajudar .large-7 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	section#campanha .large-1,
	section#por-que-ajudar .large-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	section#campanha .large-8,
	section#por-que-ajudar .large-8 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	section#como-doar {
		margin-top: 90px;
	}
	section#como-doar h2 {
		font-size: 52px !important;
	}
	section#como-doar h3 {
		font-size: 34px !important;
	}
	section#como-doar p.section-caption {
		font-size: 22px;
	}
	section#como-doar .button {
		padding: 30px 40px;
	}
	section#como-doar .button p {
		font-size: 22px;
	}
	section#como-doar .button p.large {
		font-size: 45px;
	}
	section#donation-usage h3 {
		font-size: 22px !important;
	}
	section#donation-steps .hat {
		font-size: 22px;
	}
	section#donation-steps .step .step-content,
	section#donation-steps a.contact {
		font-size: 18px;
	}
}
@media all and (min-width: 769px) and (max-width: 912px) {
	svg.hide-for-small {
		display: none;
	}
	svg.center-on-small {
		right: auto !important;
		left: 70%;
		transform: translateX(-50%);
	}
	section#page-selection a.card img {
		max-width: 75px;
	}
	section#page-selection a.card .custom-title {
		font-size: 32px !important;
	}
	section#page-selection a.card .custom-title span {
		font-size: 20px;
	}
}
.page-content {
	padding-top: 120px;
	padding-bottom: 80px;
	background-color: #92e6f1;
}
section#page-banner {
	display: flex;
	padding: 80px 0 40px;
	font-family: "Baloo 2", sans;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
section#page-banner .columns {
	position: relative;
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
	align-items: center;
}
section#page-banner .row .columns:only-child,
section#page-banner .row .columns:nth-child(2) {
	justify-content: center;
}
section#page-banner .banner-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
section#page-banner .banner-logo h1 {
	position: absolute;
	visibility: hidden;
}
section#page-banner .banner-logo figure {
	display: block;
}
section#page-banner .banner-logo:only-child figure {
	text-align: center;
}
section#page-banner .banner-logo figure img {
	display: inline-block;
	max-width: 100%;
}
section#page-banner .banner-logo p {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2;
}
section#page-banner .banner-title h1,
section#page-banner .banner-title h2 {
	color: #173963;
	text-transform: uppercase;
	font-size: 65px !important;
}
section#page-description {
	position: relative;
	margin-bottom: 85px;
	color: #fff;
}
section#page-description::before {
	content: '';
	position: absolute;
	display: block;
	width: 114%;
	height: 112%;
	top: -6%;
	left: -7%;
	background-color: #2c77bc;
	transform: skewY(-0.8deg);
	clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
	z-index: 0;
}
section#page-description * {
	position: relative;
}
section#page-description h2 {
	font-weight: normal;
}
section#page-description p:first-of-type {
	margin-top: 0;
}
section#page-description p:last-of-type {
	margin-bottom: 0;
}
section#page-videos {
	margin-bottom: 120px;
}
section#page-videos h2 {
	position: relative;
	display: inline-block;
	color: #173963;
	text-transform: uppercase;
	z-index: 0;
}
section#page-videos h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 120%;
	height: 112%;
	top: -6%;
	left: -10%;
	background-color: #fcb833;
	transform: skewY(-0.5deg);
	clip-path: polygon(6% 0, 94% 0, 100% 100%, 0% 100%);
	z-index: -1;
}
section#page-videos p {
	color: #363434;
}
section#page-videos .videos-wrapper .columns .embeded-video {
	position: relative;
	display: block;
	margin-bottom: 50px;
	z-index: 0;
}
section#page-videos .videos-wrapper .columns:nth-child(even) .embeded-video::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 10px;
	right: -10px;
	background-color: #fcb833;
	clip-path: polygon(0 0, 100% 3%, 92% 100%, 3% 97%);
	z-index: -1;
}
section#page-videos .videos-wrapper .columns:nth-child(odd) .embeded-video::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 10px;
	left: -10px;
	background-color: #f15a4f;
	clip-path: polygon(8% 0, 97% 0, 100% 97%, 0 100%);
	z-index: -1;
}
section#page-videos .videos-wrapper .columns .embeded-video::after {
	content: '';
	opacity: 1;
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	background-image: url('img/icone-play.png');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%) scale(1);
	transition: all .2s linear;
	z-index: 1;
}
section#page-videos .videos-wrapper .columns .embeded-video:hover::after {
	opacity: 0;
	transform: translate(-50%, -50%) scale(3);
}
section#page-videos .videos-wrapper .columns:nth-child(even) .embeded-video img {
	clip-path: polygon(0 0, 100% 3%, 92% 100%, 3% 97%);
}
section#page-videos .videos-wrapper .columns:nth-child(odd) .embeded-video img {
	clip-path: polygon(8% 0, 97% 0, 100% 97%, 0 100%);
}
section#page-gallery h2 {
	position: relative;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	z-index: 0;
}
section#page-gallery h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 120%;
	height: 112%;
	top: -6%;
	left: -10%;
	background-color: #f15a4f;
	transform: skewY(-0.5deg);
	clip-path: polygon(0 0, 100% 0, 93% 93%, 7% 99%);
	z-index: -1;
}
section#page-gallery p {
	color: #0a2754;
}
section#page-gallery .gallery-wrapper {
	padding-top: 80px;
}
section#page-gallery p.gallery-caption {
	text-align: left;
	font-size: 16px;
	font-style: italic;
	color: #0a2754;
}
section#page-gallery .gallery-img {
	display: block;
	margin-bottom: 20px;
	clip-path: url(#gallerySvgPath);
}
section#page-gallery .button-wrapper {
	padding-top: 50px;
}
section#page-gallery a.loading {
	display: inline-block;
}
section#page-gallery a.read-more,
a.download-button {
	display: inline-block;
	padding: 10px 50px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "Baloo 2", sans;
	font-size: 45px;
	font-weight: 600;
	color: #001f6c;
	background-color: #fcb833;
	clip-path: polygon(0 0, 100% 0, 92% 86%, 10% 100%);
}
section#page-gallery a.button:hover,
a.download-button:hover {
	background-color: #d39a2a;
}
section#page-file {
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #ededed;
}
section#page-file a.download-button {
	margin-bottom: 2rem;
}
div.pdfemb-toolbar {
	z-index: 0 !important;
}
.lista-thumbnails.projetos a.item.no-image {
	min-height: 150px;
}
#footer .selo-abcr {
	display: block;
	padding-top: 20px;
}
#footer .selo-abcr a {
	display: inline-block;
	max-width: 100px;
}
@media all and (max-width: 768px) {
	.page-content .large-14 {
		width: 87.5% !important;
		min-width: none !important;
		max-width: none !important;
		margin: 0 auto;
	}
	section#page-banner .banner-logo figure {
		max-width: 300px;
		margin: 0 auto;
	}
	section#page-banner .banner-title h1,
	section#page-banner .banner-title h2 {
		font-size: 35px !important;
	}
	section#page-description {
		padding-top: 10px 20px;
	}
	section#page-description h2 {
		font-size: 26px !important;
	}
	section#page-description p {
		font-size: 20px;
	}
	section#page-videos h2,
	section#page-gallery h2 {
		font-size: 30px !important;
	}
	section#page-videos p,
	section#page-gallery p {
		font-size: 20px;
	}
	section#page-videos .videos-wrapper {
		padding-top: 50px;
	}
	section#page-gallery .large-4 {
		width: 50% !important;
		min-width: none !important;
		max-width: none !important;
		margin: 0 auto;
	}
}
@media all and (min-width: 769px) {
	section#page-banner {
		min-height: 600px;
	}
	section#page-banner.donate {
		min-height: 400px;
	}
	section#page-banner .banner-logo figure {
		max-width: 500px;
	}
	section#page-description {
		padding-top: 30px 0 5px;
	}
	section#page-description h2 {
		font-size: 42px !important;
	}
	section#page-description p {
		font-size: 28px;
	}
	section#page-videos h2,
	section#page-gallery h2 {
		font-size: 56px !important;
	}
	section#page-videos p,
	section#page-gallery p {
		font-size: 28px;
	}
	section#page-videos .videos-wrapper {
		padding-top: 100px;
	}
}
#transparencia section {
	width: auto;
}
/** Multi level accordion **/
.ac-label {
	overflow: hidden;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 15px 20px;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color .15s ease-in-out;
}
.ac-input:checked + label, .ac-label:hover {
	background-color: #e5e5e5;
}
.ac-label::after, .ac-input:checked + .ac-label::after {
	content: "+";
	position: absolute;
	display: block;
	width: 40px;
	height: 100%;
	right: 0;
	top: 0;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	background-color: #e5e5e5;
	transition: background-color .15s ease-in-out;
}
.ac-label:hover:after, .ac-input:checked + .ac-label:after {
  	background-color: #b5b5b5;
}
.ac-input:checked + .ac-label:after {
  	content: "-";
}
.ac-input {
  	display: none;
}
.ac-content, .ac-sub-content {
	opacity: 0;
	height: 0;
	margin-bottom: 0;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}
.ac-input:checked ~ .ac-content,
.ac-sub .ac-input:checked ~ .ac-sub-content {
	opacity: 1;
	height: auto;
}
.ac-sub .ac-input:checked ~ .ac-sub-content {
	margin-bottom: 15px;
}
.ac-sub .ac-input:checked ~ .ac-sub-content:first-of-type {
	padding-top: 25px;
	border-top: 1px solid;
}
/** Accordion sub-level **/
.ac-sub .ac-label {
	background: none;
	font-weight: 600;
	padding: 15px 35px;
	margin-bottom: 0;
}
.ac-sub .ac-label:checked {
	background: none;
	border-bottom: 1px solid #f5f5f5;
}
.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
	left: 0;
	background: none;
}
.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
  background: none;
}
.ac-sub-content {
  padding: 0 25px 0 15px;
}
/** Donation buttons **/
.buttons-container {
  display: inline-flex;
  flex-flow: column;
}
.buttons-container :last-child {
  margin-bottom: 0;
}
.button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 55px;
	flex: 0 0 auto;
	margin-bottom: 20px;
	padding: 10px 20px 10px 30px;
	text-decoration: none !important;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff !important;
	background: #5fc8d7;
	border-radius: 20px;
}
.button:hover {
  background-color: #3777bc;
}
.button img {
  display: inline-flex;
  max-width: 40px;
  margin-left: 10px;
}