@charset "UTF-8";
/* Css App */
/* Large devices Desktops  */
/* Medium devices  */
/* Extra small devices   */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
a, a:hover, a:focus,
input, input:hover, input:focus,
button, button:hover, button:focus,
select, select:hover, select:focus,
textarea, textarea:hover, textarea:focus {
  outline: none !important;
  text-decoration: none !important; }

/**
 *
 * Central de Doações
 *
 **/
header .logotipo {
  margin-top: 18px; }

header .header-itens .doacoes-central {
  padding-bottom: 18px;
  background: #2391c1;
  height: 54px; }

header .header-itens .doacoes-central .central {
  padding-top: 18px;
  float: left; }

header .header-itens .doacoes-central .central img {
  float: left;
  padding: 0 0 0 30px; }

header .header-itens .doacoes-central .central p {
  float: left;
  color: #fff;
  font-family: "Lato";
  font-weight: 900;
  font-size: 18px;
  padding: 0 0 0 10px;
  margin-top: 0;
  line-height: 17px; }

/**
 *
 * Faça sua Doação
 *
 **/
header .header-itens .doacoes-top {
  background: #cc3333; }

header .header-itens .doacoes-top .doacao {
  height: 54px;
  border: 1px solid #cc3333;
  background: #cc3333;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

header .header-itens .doacoes-top .doacao img {
  float: left;
  padding: 16px 0 0 20px; }

header .header-itens .doacoes-top .doacao p {
  float: left;
  color: #fff;
  font-family: "Lato";
  font-weight: 900;
  padding: 16px 0 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

header .header-itens .doacoes-top .doacao a:hover {
  text-decoration: none; }

@keyframes hearthPulse {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }

header .header-itens .doacoes-top .doacao:hover img {
  animation-name: hearthPulse;
  animation-duration: 1s;
  animation-iteration-count: infinite; }

/**
 *
 * Rede Social
 *
 **/
header .header-itens .redes-sociais {
  margin-top: 15px;
  display: block;
  float: right; }

header .header-itens .redes-sociais li {
  float: left;
  display: block;
  margin-left: 20px;
  transition: all 0.3s ease-in-out; }

header .header-itens .redes-sociais li:hover {
  opacity: 0.5; }

/**
 *
 * Navbar
 *
 **/
header .menu {
  padding: 0;
  height: 90px; }

header .menu .navbar {
  background: none;
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 0;
  border-radius: 0; }

header .menu .container-fluid {
  padding: 0; }

header .menu .navbar .navbar-collapse {
  padding: 0; }

header .menu .navbar li {
  height: 90px; }

header .menu .navbar li:first-child a {
  margin-left: 0; }

header .menu .navbar li:last-child a {
  margin-right: 0; }

header .menu .navbar li a {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 34px 27px 36px 27px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* .menu .dropdown:hover .dropdown-itens{
	display: block;
} */
.dropdown-itens {
  position: absolute;
  display: block;
  top: 90px;
  background: #fff;
  z-index: 99999;
  width: 210px;
  padding: 10px 0;
  margin-left: -52px;
  display: none; }

.dropdown-itens--ajuda {
  margin-left: -40px;
  width: 234px; }

.dropdown-itens--transparencia {
  margin-left: -15px; }

.dropdown-item {
  padding: 10px 0;
  text-align: center;
  height: auto !important;
  margin: 0; }

.dropdown-link {
  font-family: 'Lato';
  font-weight: 300;
  color: #000;
  font-size: 14px;
  margin: 0 !important; }

.dropdown > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  width: 100%;
  float: left;
  display: block;
  height: 10px;
  background: url("../img/default/drop-icon.png") no-repeat center 0; }

/**
 *
 *	Slider
 *
 **/
.slider {
  float: left;
  width: 100%;
  display: block; }

.slider .slick-slide {
  margin: 0; }

.slider .slick-slider {
  margin-bottom: 0 !important; }

.slick-slider {
  margin-bottom: 0; }

.slider img {
  width: 100%; }

.slider .slick-dots {
  bottom: 5px; }

.slider .slick-dots li button::before {
  color: #fff;
  font-size: 8px; }

.slick-prev {
  background: url("../img/default/slide-prev.png") no-repeat center 0;
  width: 54px;
  height: 54px;
  left: 30px;
  z-index: 99999; }

.slick-next {
  background: url("../img/default/slide-next.png") no-repeat center 0;
  width: 54px;
  height: 54px;
  right: 30px; }

.slick-arrow:before {
  content: ""; }

.banner-imagem {
  width: 100%;
  float: left;
  display: block;
  height: 324px;
  background-size: cover !important;
  padding-top: 126px; }

.banner-imagem__titulo {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 36px;
  color: #fff;
  margin: 0;
  text-align: center; }

.banner-imagem__subtitulo {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: center;
  margin-top: 5px; }

.banner-imagem .divisor {
  width: 100px;
  height: 6px;
  background: #fff;
  margin: 0 auto;
  float: none;
  display: block;
  margin-top: 18px; }

/**
 *
 * Doe
 *
 **/
.doe {
  background: #cc3333;
  padding: 46px 0;
  float: left;
  width: 100%;
  display: block; }

.doe .doe-text .image,
.doe .doe-text .doe-titulo {
  float: left;
  display: block; }

.doe .doe-text .doe-titulo h2 {
  font-size: 48px;
  font-family: 'Lato';
  font-weight: 900;
  color: #fff;
  float: left;
  display: block;
  margin: 0 0 0 18px; }

.doe .doe-text .doe-titulo div {
  width: 1px;
  height: 36px;
  background: #fff;
  float: left;
  display: block;
  margin: 12px 18px 0 18px; }

.doe .doe-text .doe-subtitulo p {
  font-size: 14px;
  font-family: 'Droidserif-Bold-Italic';
  color: #fff;
  padding-top: 8px; }

.doe .doe-now {
  width: 100%;
  background: #fff;
  height: 54px;
  border: solid 1px #fff;
  padding-top: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.doe .doe-now a {
  font-size: 24px;
  font-family: 'Lato';
  font-weight: 900;
  color: #cc3333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.doe .doe-now:hover {
  background: none; }

.doe .doe-now:hover a {
  color: #fff; }

.doe .doe-now a:hover {
  text-decoration: none; }

/**
 *
 * Footer
 *
 **/
footer .footer-top {
  background: #000;
  float: left;
  width: 100%;
  display: block;
  padding: 36px 0; }

footer .footer-top .logo-endereco .imagem {
  float: left;
  display: block; }

footer .footer-top .logo-endereco > ul {
  float: left;
  display: block;
  width: 100%;
  padding-top: 18px; }

footer .footer-top .logo-endereco > ul li {
  float: left;
  display: block;
  margin-right: 15px; }

footer .footer-top .logo-endereco .endereco {
  float: left; }

footer .footer-top .logo-endereco .endereco ul {
  padding: 0 30px 0 0; }

footer .footer-top .logo-endereco .endereco ul li {
  list-style: none;
  margin: 0 0 5px 0; }

footer .footer-top .logo-endereco .endereco h2 {
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 900;
  color: #fff;
  margin: 0 0 18px 0; }

footer .footer-top .logo-endereco .endereco ul li p {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #fff;
  margin: 0; }

footer .footer-top .numero-redes .numero {
  width: 185px;
  height: 36px;
  border: solid 1px #fff;
  border-radius: 50px;
  float: right;
  margin-top: 30px; }

footer .footer-top .numero-redes .numero img {
  margin: 8px 0 0 14px; }

footer .footer-top .numero-redes .numero p {
  float: right;
  padding: 4px 14px 0 0;
  font-size: 18px;
  font-family: 'Montserrat-Light';
  color: #fff; }

footer .footer-top .numero-redes ul {
  float: right;
  margin-top: 18px; }

footer .footer-top .numero-redes ul li {
  float: left;
  display: block;
  margin-right: 20px; }

footer .footer-bottom {
  float: left;
  display: block;
  width: 100%;
  background: #1a1a1a;
  height: 54px; }

footer .footer-bottom .rights {
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #fff;
  padding-top: 18px; }

footer .footer-bottom .logo-rodape img {
  float: right;
  margin-top: 18px; }

/**
 *
 * Max-Width: 1199px;
 *
 **/
@media (max-width: 1199px) {
  header .header-itens .doacoes-top .doacao img {
    padding-left: 0; }
  header .header-itens .doacoes-central .doacao {
    margin-left: 14px; }
  header .header-itens .redes-sociais ul li {
    margin-left: 14px; }
  header .menu .navbar li a {
    padding: 9px 7px;
    margin: 26px 8px;
    font-size: 13px; }
  header .header-itens .doacoes-top .doacao p {
    font-size: 12px; }
  footer .footer-top .logo-endereco > ul li {
    margin-right: 10px; } }

/**
 *
 * Max-Width: 991px;
 *
 **/
@media (max-width: 991px) {
  header .header-itens .doacoes-top,
  header .header-itens .doacoes-central {
    display: none; }
  header .logotipo {
    margin-bottom: 36px; }
  header .logotipo img {
    margin: 0 auto;
    float: none;
    display: block; }
  .doe .doe-text .doe-titulo {
    width: 100%;
    display: block;
    text-align: center; }
  .doe .doe-text .doe-titulo h2 {
    width: 100%;
    text-align: center; }
  header .menu .navbar li a {
    padding: 5px 19px;
    margin: 18px 0px 13px 0px;
    font-size: 12px; }
  .doe .doe-text .image {
    display: none; }
  .doe .doe-now {
    float: left;
    width: 100%;
    display: block; }
  /**
	 *
	 * Footer
	 *
	 **/
  .logo-endereco {
    float: left;
    display: block;
    width: 100%;
    margin-top: 18px; }
  .numero-redes {
    float: left;
    display: block;
    width: 100%;
    margin-top: 18px; }
  footer .footer-bottom .rights {
    font-size: 10px;
    padding-top: 20px; } }

/**
 *
 * Max-width 767px
 *
 **/
@media (max-width: 767px) {
  header .header-itens .doacoes-central {
    display: none;
    margin: 0 auto; }
  header .menu .navbar-default .navbar-toggle {
    position: absolute;
    top: -90px;
    right: 0; }
  header .logotipo {
    margin-bottom: 18px; }
  header .menu {
    height: 0; }
  header .menu .navbar {
    border: none; }
  header .menu .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    float: left;
    z-index: 999999;
    background: #fff;
    top: -65px;
    right: 15px; }
  .dropdown-itens {
    top: 0;
    margin-bottom: 5px;
    background: #ddd;
    margin-left: 0;
    width: 100%;
    position: relative; }
  .dropdown-item {
    padding: 5px 0; }
  .dropdown-item:hover {
    background: #ccc; }
  header .menu .navbar li {
    height: auto;
    border-bottom: 1px solid #eee; }
  header .menu .navbar li:last-child {
    border-bottom: none; }
  .dropdown-itens {
    padding: 0; }
  .dropdown > a:after {
    display: block;
    float: right !important;
    width: 10px; }
  header .menu .navbar li a {
    padding: 5px 15px;
    margin: 0; }
  .doe .doe-text {
    margin-bottom: 32px;
    margin: 0 auto;
    display: block;
    float: none;
    width: 430px; }
  .doe .doe-now {
    float: left;
    width: 100%;
    display: block; }
  .doe .doe-text .doe-subtitulo,
  .doe .doe-text .doe-titulo div {
    display: none; }
  footer .footer-top .logo-endereco .imagem,
  footer .footer-top .logo-endereco .endereco,
  footer .footer-top .numero-redes {
    width: 100%;
    float: left;
    display: block; }
  footer .footer-top .logo-endereco .imagem img {
    margin: 0 auto;
    display: block; }
  footer .footer-top .logo-endereco .endereco ul {
    margin: 0 auto;
    display: block;
    width: 280px;
    text-align: center;
    margin-top: 18px; }
  footer .footer-top .numero-redes .numero {
    margin: 0 auto;
    display: block;
    float: none;
    margin-top: 18px; }
  footer .footer-top .numero-redes ul {
    float: none;
    display: block;
    margin: 0 auto;
    width: 160px;
    margin-top: 18px;
    left: 20px; }
  footer .footer-bottom {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    text-align: center; }
  footer .footer-bottom .logo-rodape img {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block; }
  /** Retirar depois que subir a doação **/
  header .header-itens .doacoes-central .central {
    width: 100%; }
  footer .footer-top .logo-endereco > ul {
    float: none;
    display: table;
    margin: 0 auto;
    width: 115px; }
  footer .footer-top .logo-endereco .endereco ul {
    padding-right: 0; }
  footer .footer-top .logo-endereco .endereco h2 {
    text-align: center; }
  .footer-top .numero-redes img {
    margin: 0 auto;
    float: none;
    display: block; } }

/**
 *
 * Max-Width: 560px;
 *	
 **/
@media (max-width: 560px) {
  header .header-itens .doacoes-central {
    width: 100%; }
  header .header-itens .doacoes-central .central,
  header .header-itens .doacoes-central .doacao {
    float: left;
    width: 100%;
    display: block; }
  header .header-itens .doacoes-central .doacao {
    margin: 18px 0; } }

.initial .title h1 {
  font-size: 36px;
  font-family: 'Lato';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0; }

.initial .title h2 {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #666666;
  margin: 0; }

.initial .title img {
  margin-top: 18px; }

.initial .news {
  display: block;
  float: left;
  width: 100%;
  padding: 72px 0 54px 0; }

.initial .news .title {
  padding-bottom: 54px; }

.initial .news > .items > .item a:hover {
  text-decoration: none; }

.initial .news > .items > .item img {
  margin-bottom: 18px; }

.initial .news > .items > .item div.category {
  font-size: 10px;
  font-family: 'Montserrat';
  font-weight: 500;
  color: #fff;
  background: #63ba3a;
  width: 64px;
  height: 18px;
  padding-top: 4px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 18px;
  line-height: 10px;
  text-align: center; }

.initial .news > .items > .item h2.item-title {
  color: #000;
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 900;
  margin: 0 0 10px 0;
  text-align: center; }

.initial .news > .items > .item p.item-content {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #666666;
  font-size: 14px;
  margin: 0;
  text-align: center; }

.initial .news > .items .botao {
  width: 238px;
  height: 54px;
  background: #fff;
  border: solid 1px #63ba3a;
  background: #63ba3a;
  margin: 0 auto;
  margin-top: 54px;
  display: block;
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.initial .news > .items .botao:hover {
  background: #fff; }

.initial .news > .items .botao h1 {
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 500;
  color: #fff;
  margin: 17px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.initial .news > .items a:hover,
.initial .news > .items .botao:hover a h1 {
  text-decoration: none;
  color: #63ba3a; }

.initial .texts .item .read-more {
  padding-top: 1px; }

/**
 *
 * Link
 *
 **/
.initial .link {
  width: 100%;
  float: left;
  display: block;
  height: 504px;
  padding: 126px 0 72px 0;
  background-image: url(../img/inicial/how-to-help.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.initial .link .link-title {
  margin-bottom: 54px; }

.initial .link .link-title h1 {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 60px;
  color: #fff;
  margin: 0 0 18px 0; }

.initial .link .link-title h2 {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin: 0; }

.initial .link .carousel .item {
  padding: 0 15px; }

.initial .link .carousel img {
  margin: 0 auto;
  float: none;
  display: block; }

.initial .link .carousel p {
  font-size: 14px;
  font-family: 'Montserrat-Light';
  color: #fff;
  text-transform: uppercase;
  margin: 0; }

.initial .link .carousel .item a:hover {
  text-decoration: none; }

.initial .link .carousel .slick-prev,
.initial .link .carousel .slick-next {
  display: none !important; }

.initial .link .carousel .slick-dots {
  bottom: -70px;
  z-index: 999999; }

.initial .link .carousel .slick-dots li button::before {
  color: #fff;
  font-size: 8px; }

.initial .link .botao {
  width: 328px;
  height: 54px;
  background: none;
  border: solid 1px #fff;
  margin: 0 auto;
  margin-top: 0;
  display: block;
  float: none;
  padding-top: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.initial .link .botao:hover {
  background: #fff;
  border: solid 1px #fff; }

.initial .link .botao h1 {
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 400;
  color: #fff;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.initial .link a:hover,
.initial .link .botao:hover a h1 {
  text-decoration: none;
  color: #2693c2; }

/**
 *
 * Texts
 *
 **/
.initial .texts {
  padding: 72px 0;
  float: left;
  width: 100%;
  display: block; }

.initial .texts .item h2 {
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 900;
  color: #000;
  margin: 36px 0 18px 0; }

.initial .texts .item p {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #666666;
  margin: 0; }

.initial .texts .item .read-more {
  font-size: 10px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #fff;
  background: #63ba3a;
  border: solid 1px #63ba3a;
  width: 69px;
  height: 18px;
  text-transform: uppercase;
  margin: 0 auto;
  float: none;
  display: block;
  padding-top: 2px;
  margin-top: 18px; }

.initial .texts .item .read-more:hover {
  color: #63ba3a;
  background: #fff;
  border: solid 1px #63ba3a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.initial .texts .item a:hover {
  text-decoration: none; }

/**
 *
 * Max-Width: 1199px;
 *
 **/
@media (max-width: 1199px) {
  .initial .news > .items > .item h2.item-title {
    font-size: 16px; }
  .doe .doe-text .doe-titulo h2 {
    font-size: 35px; }
  .doe .doe-text .doe-titulo div {
    margin-top: 4px; }
  .doe .doe-text .doe-subtitulo p {
    padding-top: 1px; } }

/**
 *
 * Max-Width: 991px;
 *
 **/
@media (max-width: 991px) {
  .initial .news > .items > .item {
    height: auto;
    margin-bottom: 36px; }
  .initial .news > .items > .item img {
    margin: 0 auto;
    margin-bottom: 18px; }
  .initial .link .botao {
    margin-top: 43px; }
  .initial .link .carousel .slick-dots {
    bottom: -46px; }
  .initial .texts .item {
    height: auto;
    margin-bottom: 36px; }
  .doe .doe-now {
    margin-top: 36px; } }

/**
 *
 * Max-width 767px
 *
 **/
@media (max-width: 767px) {
  .initial .link .link-title h1 {
    font-size: 36px; }
  .initial .link .carousel p {
    font-size: 12px; }
  .initial .link .botao {
    margin-top: 72px; } }

/**
 *
 * Max-Width: 560px;
 *	
 **/
@media (max-width: 600px) {
  .initial .link .link-title h1 {
    font-size: 26px; }
  .initial .link .link-title h2 {
    font-size: 18px; }
  .initial .link .botao {
    margin-top: 54px; } }

/**
 *
 * Max-Width: 400px;
 *	
 **/
@media (max-width: 400px) {
  .doe .doe-text {
    width: 100%;
    float: left;
    display: block; }
  .doe .doe-text .image {
    display: none; }
  .doe .doe-text .doe-titulo {
    width: 100%;
    text-align: center; }
  .doe .doe-text .doe-titulo h2 {
    font-size: 26px;
    text-align: center;
    float: none;
    margin: 0; }
  .initial .link .link-title {
    margin-bottom: 54px; }
  .initial .link .botao {
    width: 100%; }
  .initial .link .botao h1 {
    font-size: 10px; } }

.about .title {
  padding-bottom: 72px; }

.about .title h1 {
  font-size: 36px;
  font-family: 'Lato';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0; }

.about .title h2 {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #666666;
  margin: 0; }

.titulo__divisor {
  width: 100px;
  height: 6px;
  background: #2391c1;
  margin: 0 auto;
  float: none;
  margin-top: 18px; }

.data-sociofundador {
  margin-top: 72px;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #666; }

.data-sociofundador h2 {
  color: #2391c1;
  font-family: 'Lato';
  text-align: center;
  font-weight: 900;
  margin-bottom: 36px; }

.about .title img {
  margin-top: 18px; }

.about .submenu {
  background: #e6e6e6;
  width: 100%;
  height: 72px;
  float: left; }

.about .submenu ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  padding-top: 15px; }

.about .submenu ul li {
  float: left;
  display: block;
  padding: 10px 20px;
  border: solid 1px #e6e6e6;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.about .submenu ul li.active {
  border-color: #cccccc;
  background: #fff; }

.about .submenu ul li a {
  font-family: 'Montserrat-Light';
  font-size: 14px;
  color: #006faf; }

.about .submenu ul li a:focus,
.about .submenu ul li a:hover {
  text-decoration: none; }

.about .content {
  float: left;
  display: block;
  width: 100%;
  padding: 72px 0; }

.about .item-choice {
  display: none; }

.about .item-choice.active {
  display: block; }

.about .content .data,
.about .content .data p {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #666666;
  line-height: 24px; }

.about .content .data h2 {
  font-family: "Lato";
  font-weight: 900;
  color: #000;
  font-size: 18px; }

.about .content .data h3 {
  font-family: "Montserrat";
  font-weight: 900;
  color: #666;
  font-size: 14px; }

.about .content .data p {
  margin-bottom: 18px; }

.about .presidentes a {
  padding: 10px 20px;
  background: #fff;
  color: #006faf;
  border: solid 1px #cccccc;
  border-radius: 50px;
  display: block;
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.about .presidentes .botao {
  width: 250px;
  margin: 0 auto;
  float: none;
  display: block;
  margin-bottom: 36px; }

.about .presidentes a:hover {
  background: #006faf;
  border: solid 1px #006faf;
  color: #fff; }

/**
 *
 * About Gallery
 *
 **/
.about .gallery {
  float: left;
  display: block;
  width: 100%;
  background: #e6e6e6;
  padding: 72px 0; }

.about .gallery .item {
  padding: 15px; }

.about .gallery .item a:hover {
  text-decoration: none; }

.about .gallery .item a p {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #666;
  padding-top: 18px; }

.about .gallery .slick-prev,
.about .gallery .slick-next {
  display: none !important; }

.slick-slide img {
  margin: 0 auto;
  float: none;
  display: block; }

.content-principios img {
  margin: 0 auto;
  float: none;
  display: block; }

.content-principios h2 {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 18px 0 36px 0; }

.content-principios p {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #666;
  text-align: center; }

/**
 *
 * Max-Width: 1199px;
 *
 **/
@media (max-width: 1199px) {
  .about .submenu ul li {
    padding: 10px 14px; }
  .about .submenu ul li a {
    font-size: 12px; } }

/**
 *
 * Max-Width: 991px;
 *
 **/
@media (max-width: 991px) {
  .about .submenu ul li {
    padding: 5px 10px;
    margin-top: 5px; }
  .about .submenu ul li a {
    font-size: 10px; } }

/**
 *
 * Max-Width: 767px;
 *
 **/
@media (max-width: 767px) {
  .about .content .data {
    padding: 0 15px; }
  .slick-slide img {
    margin: 0 auto;
    float: none;
    display: block; } }

.data-servicos {
  float: left;
  width: 100%;
  display: block;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #666;
  margin-bottom: 72px; }

.data-servicos:last-child {
  margin-bottom: 0; }

.data-servicos h2 {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 24px;
  color: #000;
  margin-bottom: 36px; }

.help {
  float: left;
  display: block;
  width: 100%; }

.help .title {
  padding-bottom: 72px; }

.help .title h1 {
  font-size: 24px;
  font-family: 'Montserrat-Light';
  color: #006faf;
  margin: 0;
  text-transform: uppercase; }

.help .title h2 {
  font-size: 14px;
  font-family: 'Droidserif-Italic';
  color: #666666;
  margin: 0; }

.help .title img {
  margin-top: 18px; }

.help .content {
  float: left;
  display: block;
  width: 100%;
  padding: 72px 0; }

.help .content .item {
  display: none; }

.help .content .item.active {
  display: block; }

.help .content .data {
  width: 100%;
  display: block;
  float: left; }

.help .content .data,
.help .content .data p {
  font-size: 14px;
  font-family: 'Droidserif-Regular';
  color: #666666; }

.help .content .data p {
  margin-bottom: 18px; }

.help .content .data > img {
  float: none;
  display: block;
  margin: 0 auto;
  padding-bottom: 36px; }

.help .content .data .tabelanota {
  width: 100% !important; }

.help .content .data .tabelanota td {
  border: solid 1px #000 !important; }

/**
 *
 * Items
 *
 **/
.help .content .item > .data > .items {
  margin-top: 72px; }

.help .content .item > .data > .items > .item {
  display: block; }

.help .content .item > .data > .items > .item img {
  margin: 0 auto;
  display: block;
  float: none; }

.help .content .item > .data > .items > .item p {
  margin-top: 0;
  font-family: 'Montserrat-Light';
  font-size: 14px;
  color: #666;
  text-transform: uppercase; }

.help .content .item > .data > .items > .item a:focus,
.help .content .item > .data > .items > .item a:hover {
  text-decoration: none; }

/**
 *
 * Pessoa Física
 *
 **/
.help .empresas,
.help .pessoa-fisica {
  background: #e6e6e6; }

.help .content .item .botao {
  width: 452px;
  height: 36px;
  background: #fff;
  border: solid 1px #cccccc;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 54px;
  display: block;
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.help .content .item .botao:hover {
  background: #006faf;
  border: solid 1px #006faf; }

.help .content .item .botao h1 {
  font-size: 12px;
  font-family: 'montserrat-light';
  color: #006faf;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.help .content .item a:hover,
.help .content .item .botao:hover a h1 {
  text-decoration: none;
  color: #fff; }

.help .content .item {
  display: block;
  padding-bottom: 18px; }

.help .empresas .content .data img {
  padding-bottom: 18px; }

/**
 *
 * Max-Width: 991px;
 *
 **/
@media (max-width: 991px) {
  .help .content .item {
    height: 150px;
    margin-bottom: 36px; }
  .help .empresas,
  .help .pessoa-fisica {
    float: left;
    display: block;
    width: 100%; }
  .help .empresas .content {
    width: 100%;
    float: left;
    display: block; }
  .help-pages .content .item > .data > .items .item {
    height: 240px !important;
    float: left;
    display: block;
    width: 100%; }
  .help-pages .content .item > .data > .items .item img {
    margin: 0 auto;
    float: none;
    display: block; } }

/**
 *
 * Max-Width: 767px;
 *
 **/
@media (max-width: 767px) {
  .help .content .data {
    float: left;
    display: block;
    width: 100%;
    padding: 0 15px; }
  .help .content .item > .data > .items > .item {
    text-align: center; }
  .help .content .item {
    height: auto;
    margin: 0;
    padding: 0; }
  .help-pages .content .item > .data > .items .item {
    height: auto !important; } }

/**
 *
 * Max-Width: 500px;
 *
 **/
@media (max-width: 500px) {
  .help .content .item .botao {
    width: 100%;
    height: auto;
    padding-bottom: 10px; } }

.blog .title {
  padding-bottom: 72px; }

.blog .title h1 {
  font-size: 24px;
  font-family: 'Montserrat-Light';
  color: #006faf;
  margin: 0; }

.blog .title h2 {
  font-size: 14px;
  font-family: 'Droidserif-Italic';
  color: #666666;
  margin: 0; }

.blog .title img {
  margin-top: 18px; }

.blog .submenu {
  background: #e6e6e6;
  width: 100%;
  height: 72px;
  float: left; }

.blog .submenu {
  margin-bottom: 72px; }

.blog .submenu .item {
  width: 100%;
  height: 36px; }

.blog .submenu .theme-blue {
  background: #63ba3a;
  border: solid 1px #63ba3a;
  margin-top: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.blog .submenu button:focus,
.blog .submenu input:focus {
  outline: none; }

.blog .submenu .item img {
  float: left;
  padding: 4px 0 0 7px; }

.blog .submenu .item.gallery img {
  padding: 7px 0 0 7px; }

.blog .submenu .item p {
  font-family: 'Lato';
  font-weight: 900;
  color: #fff;
  font-size: 14px;
  float: left;
  padding: 8px 0px 0px 24px; }

.blog .submenu .item select {
  margin-top: 17px;
  width: 100%;
  height: 36px;
  border: solid 1px #cccccc;
  border-radius: 3px;
  background: #f1f2f2;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #666666;
  padding-left: 10px; }

.blog .submenu .theme-blue:hover,
.blog .submenu .theme-blue:focus {
  background: #5c9e3d;
  border-color: #5c9e3d; }

.blog .submenu .search {
  margin-top: 17px;
  width: 100%;
  height: 36px;
  border: solid 1px #cccccc;
  border-radius: 3px;
  background: #f1f2f2;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #666666; }

.blog .submenu .search button {
  background: none;
  border: none;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 3px 0 0 0;
  float: left; }

.blog .submenu .search input {
  background: none;
  border: none;
  width: 125px;
  margin: 6px 7px 0 0;
  float: right; }

/**
 *
 * Posts
 *
 **/
.blog .content .post {
  padding-bottom: 72px; }

.blog .content .post .data {
  font-family: "Montserrat";
  font-weight: 300;
  color: #666;
  font-size: 14px;
  margin: 0; }

.blog .content .post .title {
  font-family: "Lato";
  font-weight: 900;
  color: #000;
  font-size: 24px;
  margin: 0;
  padding: 0; }

.blog .content .post .category-redes {
  float: left;
  width: 100%;
  display: block;
  padding-top: 18px; }

.blog .content .post .category-redes .category span {
  margin-left: 10px; }

.blog .content .post .category-redes .posted span {
  margin-left: 5px; }

.blog .content .post .category-redes .category p {
  font-size: 10px;
  font-family: 'Montserrat';
  color: #fff;
  background: #63ba3a;
  width: 64px;
  height: 18px;
  padding-top: 4px;
  display: block;
  text-align: center;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  float: left; }

.blog .content .post .category-redes span {
  font-family: "Montserrat";
  font-weight: 300;
  color: #666666;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  float: left; }

.blog .content .post .category-redes a {
  font-family: "Montserrat";
  font-weight: 300;
  color: #000;
  font-size: 12px;
  margin: 0 0 0 5px;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.blog .content .post .category-redes a:focus,
.blog .content .post .category-redes a:hover {
  color: #000;
  text-decoration: none; }

.blog .content .post .category-redes .redes {
  float: right; }

.blog .content .post .content-post {
  padding: 36px 0 0 0;
  float: left;
  display: block;
  width: 100%; }

.blog .content .post .content-post img {
  margin-bottom: 36px;
  max-width: 100%;
  display: block; }

.blog .content .post .content-post p {
  font-family: "Lato";
  font-weight: 300;
  color: #666;
  font-size: 14px;
  padding-bottom: 36px;
  margin-bottom: 0;
  line-height: 24px; }

.blog .content .post .content-post ul {
  padding: 0;
  margin: 0; }

.blog .content .post .content-post ul li,
.blog .content .post .content-post ul li a {
  float: left;
  display: block;
  font-family: "Montserrat";
  font-weight: 300;
  color: #000;
  font-size: 14px; }

.blog .content .post .content-post ul li {
  margin-right: 5px; }

.blog .content .post .content-post ul li.tags::after {
  content: ",";
  color: #666; }

.blog .content .post .content-post ul li {
  font-family: "Montserrat";
  font-weight: 300;
  color: #666;
  font-size: 14px; }

.blog .content .post .content-post ul li:first-child {
  font-weight: 700; }

.blog .content .post .content-post .images {
  float: left;
  display: block;
  width: 100%;
  padding: 36px 15px; }

.blog .content .post .content-post .botao {
  width: 170px;
  height: 36px;
  background: #63ba3a;
  border: solid 1px #63ba3a;
  color: #fff;
  display: block;
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.blog .content .post .content-post .botao:hover {
  background: #fff;
  border: solid 1px #63ba3a; }

.blog .content .post .content-post .botao h1 {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #fff;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.blog .content .post .content-post a:hover,
.blog .content .post .content-post .botao:hover a h1 {
  text-decoration: none;
  color: #63ba3a; }

.blog-tag {
  float: left;
  display: block;
  width: 100%;
  margin-top: 36px !important; }

.blog-tag li:first-child {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  color: #666; }

.blog-tag li a {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #2391c1;
  text-decoration: underline; }

/**
 *
 * Pagination
 *
 **/
.blog .content .paginacao {
  width: 100%;
  display: block;
  float: none;
  margin: 0 auto;
  margin-bottom: 54px;
  text-align: center; }

.blog .content .paginacao .pagination {
  margin-top: 0; }

.blog .content .paginacao .pagination li:first-child {
  margin-right: 30px; }

.blog .content .paginacao .pagination li a,
.blog .content .paginacao .pagination li span {
  border-radius: 3px;
  border: solid 1px #ccc;
  color: #666;
  background: #fff;
  margin: 0 1px;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 18px;
  height: 54px;
  width: 54px;
  padding-top: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.blog .content .paginacao .pagination li a:hover {
  background: #0a77b5;
  color: #fff; }

.blog .content .paginacao .pagination li.active a,
.blog .content .paginacao .pagination li.active span {
  background: #0a77b5;
  color: #fff; }

.blog .content .paginacao .pagination li:first-child a,
.blog .content .paginacao .pagination li:first-child span {
  margin: 0;
  font-size: 30px;
  margin-right: 30px;
  padding-top: 2px; }

.blog .content .paginacao .pagination li:last-child a,
.blog .content .paginacao .pagination li:last-child span {
  margin: 0;
  font-size: 30px;
  margin-left: 30px;
  padding-top: 2px; }

/**
 *
 * Max-Width: 1199px;
 *
 **/
@media (max-width: 1199px) {
  .blog .submenu .item p {
    padding-left: 7px; }
  .blog .submenu .search input {
    width: 94px; }
  .blog .submenu .item p {
    padding: 8px 0px 0px 10px;
    font-size: 11px; } }

/**
 *
 * Max-Width: 991px;
 *
 **/
@media (max-width: 991px) {
  .blog .submenu {
    height: auto;
    float: left;
    width: 100%;
    z-index: 999999; }
  .blog .submenu .row > .col-md-2 {
    float: left;
    width: 100%;
    display: block; }
  .blog .submenu .item {
    margin-bottom: 18px; }
  .blog .submenu .theme-blue {
    text-align: center;
    margin-bottom: 0; }
  .blog .submenu .theme-blue p {
    float: none; }
  .blog .content {
    float: left;
    display: block;
    width: 100%; }
  .blog .submenu .search input {
    float: left;
    width: 400px;
    margin-left: 20px; }
  .blog .submenu .search input:focus {
    outline: none; }
  .blog .content .post {
    float: left;
    display: block;
    width: 100%; } }

/**
 *
 * Max-Width: 767px;
 *
 **/
@media (max-width: 767px) {
  .blog .content .post .content-post .images {
    padding: 36px; } }

/**
 *
 * Max-Width: 500px;
 *
 **/
@media (max-width: 500px) {
  .blog .content .post .category-redes .category,
  .blog .content .post .category-redes .redes {
    float: left;
    width: 100%;
    display: block;
    margin-top: 5px; } }

/**
 *
 * Max-Width: 400px;
 *
 **/
@media (max-width: 400px) {
  .blog .submenu .search input {
    width: 222px; } }

.clipping {
  float: left;
  width: 100%;
  display: block; }

.clipping .title {
  padding-top: 72px;
  padding-bottom: 72px; }

.clipping .title h1 {
  font-size: 24px;
  font-family: 'Montserrat-Light';
  color: #006faf;
  margin: 0;
  text-transform: uppercase; }

.clipping .title h2 {
  font-size: 14px;
  font-family: 'Droidserif-Italic';
  color: #666666;
  margin: 0; }

.clipping .title img {
  margin-top: 18px; }

/**
 *
 * Menu
 *
 **/
.clipping .menu {
  margin-bottom: 72px; }

.clipping .menu .bloco {
  width: 100%;
  float: left;
  display: block; }

.clipping .menu h2 {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 24px;
  color: #000;
  margin: 72px 0 18px 0;
  width: 100%;
  float: left;
  display: block; }

.clipping .menu .menu-item {
  padding: 18px 10px 16px 10px;
  border-bottom: 1px solid #ccc;
  list-style: none;
  float: left;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.clipping .menu .menu-item:hover {
  background: #eee; }

.clipping .menu .menu-item:first-child {
  border-top: 1px solid #ccc; }

.clipping .menu .menu-item a p,
.clipping .menu .menu-item a img {
  float: left;
  margin: 0;
  margin-right: 15px; }

.clipping .menu .menu-item a:hover {
  text-decoration: none; }

.clipping .menu a .item-titulo {
  float: left; }

.clipping .menu a .item-titulo p {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #666;
  float: left;
  width: 100%;
  display: block;
  margin: 0; }

.clipping .menu a .item-titulo p:first-child {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  color: #000; }

/**
 *
 * Pagination
 *
 **/
.clipping .menu .paginacao {
  width: 100%;
  display: block;
  float: left;
  margin: 0 auto;
  margin-top: 72px;
  text-align: center; }

.clipping .menu .paginacao .pagination {
  margin-top: 0; }

.clipping .menu .paginacao .pagination li:first-child {
  margin-right: 30px; }

.clipping .menu .paginacao .pagination li a {
  border-radius: 3px;
  border: solid 1px #ccc;
  color: #006faf;
  background: #fff;
  margin: 0 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.clipping .menu .paginacao .pagination li a:hover {
  background: #006faf;
  color: #fff; }

.clipping .menu .paginacao .pagination li.active a {
  background: #006faf;
  color: #fff; }

.clipping .menu .paginacao .pagination li:first-child a {
  margin: 0;
  margin-right: 30px; }

.clipping .menu .paginacao .pagination li:last-child a {
  margin: 0;
  margin-left: 30px; }

/**
 *
 * Max-Width: 767px;
 *
 **/
@media (max-width: 767px) {
  .clipping .menu {
    float: left;
    display: block;
    width: 100%; } }

/**
 *
 * Max-Width: 500px;
 *
 **/
@media (max-width: 500px) {
  .clipping .menu .menu-item a img {
    display: none; } }

.contato {
  float: left;
  display: block;
  width: 100%; }

.contato .title {
  padding-top: 72px;
  padding-bottom: 72px; }

.contato .title h1 {
  font-size: 24px;
  font-family: 'Montserrat-Light';
  color: #006faf;
  margin: 0; }

.contato .title h2 {
  font-size: 14px;
  font-family: 'Droidserif-Italic';
  color: #666666;
  margin: 0; }

.contato .title img {
  margin-top: 18px; }

.contato .formulario {
  margin-top: 72px; }

.contato .formulario form div {
  margin-bottom: 18px; }

.contato .formulario form div label {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12px;
  color: #000;
  float: left;
  display: block;
  width: 100%; }

.contato .formulario form div label.error {
  padding-left: 0;
  color: #a94442; }

.contato .formulario form div input,
.contato .formulario form div select,
.contato .formulario form div textarea {
  width: 100%;
  height: 54px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 10px;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #666666; }

.contato .formulario form div textarea {
  padding: 10px;
  height: 108px; }

.contato .formulario form div.button {
  margin-top: 36px;
  margin-bottom: 72px; }

.contato .formulario form div.button button {
  float: none;
  margin: 0 auto;
  display: block;
  border-radius: 0;
  width: 165px;
  height: 54px;
  background: #63ba3a;
  border: none;
  color: #fff;
  font-family: "Lato";
  font-weight: 900;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.contato .formulario form div.button button:hover,
.contato .formulario form div.button button:focus {
  background: #3f8a3a; }

/**
 *
 * Maps
 *
 **/
.maps {
  float: left;
  width: 100%;
  display: block; }

.maps iframe {
  margin-bottom: -5px; }

/**
 *
 * Max-Width: 767px;
 *
 **/
@media (max-width: 767px) {
  .maps {
    height: 300px; }
  .maps iframe {
    height: 300px; } }

.doe-page .submenu {
  background: #e6e6e6;
  width: 100%;
  height: 72px;
  float: left; }

.doe-page .submenu ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  padding-top: 15px; }

.doe-page .submenu ul li {
  float: left;
  display: block;
  padding: 10px 20px;
  border: solid 1px #e6e6e6;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.doe-page .submenu ul li.active {
  border-color: #cccccc;
  background: #fff; }

.doe-page .submenu ul li#sair {
  border-color: #cccccc;
  background: #cccccc; }

.doe-page .submenu ul li#sair span {
  color: #e34949;
  margin-right: 5px; }

.doe-page .submenu ul li a {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 900;
  color: #000; }

.doe-page .submenu ul li a:focus,
.doe-page .submenu ul li a:hover {
  text-decoration: none; }

.doe-page .title {
  padding-top: 72px;
  padding-bottom: 72px; }

.doe-page .menu-doe .title {
  padding-top: 0; }

.doe-page .title h1 {
  font-size: 36px;
  font-family: 'Lato';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0; }

.doe-page .title h2 {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #666666;
  margin: 0; }

.titulo__divisor {
  width: 100px;
  height: 6px;
  background: #2391c1;
  margin: 0 auto;
  float: none;
  margin-top: 18px; }

.doe-page .title img {
  margin-top: 18px; }

.doe-page .content .data {
  padding-bottom: 72px; }

.doe-page .content .data,
.doe-page .content .data p {
  font-size: 14px;
  font-family: 'Droidserif-Regular';
  color: #666666; }

.doe-page .content .data p {
  margin-bottom: 18px; }

/**
 * Menu Doe
 **/
.doe-page .menu-doe {
  float: left;
  width: 100%;
  display: block;
  background: #e6e6e6;
  padding: 72px 0; }

.doe-page .menu-doe-2 {
  float: left;
  width: 100%;
  display: block;
  background: #fff;
  padding: 0 0 72px 0; }

.doe-page .menu-doe-2 table {
  font-family: 'Lato';
  font-size: 14px;
  color: #666666; }

.doe-page .menu-doe-2 table b {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 14px;
  color: #666666; }

.doe-page .menu-doe-2 table a {
  font-family: 'Lato';
  font-size: 14px;
  color: #006faf; }

.doe-page .menu-doe-2 table td {
  padding: 10px 25px; }

.doe-page .menu-doe .item .circle:focus,
.doe-page .menu-doe .item .circle:hover {
  cursor: pointer; }

.doe-page .menu-doe .item .circle {
  width: 161px;
  height: 161px;
  border: solid 5px #FF4747;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.doe-page .menu-doe .item .circle img {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 6px; }

.doe-page .menu-doe .item .circle p {
  font-size: 24px;
  font-family: 'Montserrat';
  font-weight: 500;
  color: #FF4747;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.doe-page .menu-doe .item .circle.escolha p {
  font-size: 14px;
  padding: 0 10px; }

.doe-page .menu-doe .item .circle.active {
  background: #FF4747; }

.doe-page .menu-doe .item .circle.active p {
  color: #fff; }

/**
 * Menu Doe
 **/
.doe-page .formulario-login {
  float: left;
  display: block;
  width: 100%;
  background: #fff; }

.doe-page .formulario form div {
  margin-bottom: 18px; }

.doe-page .formulario form div label {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 12px;
  color: #000;
  float: left;
  display: block;
  width: 100%;
  text-transform: uppercase; }

.doe-page .formulario form div input,
.doe-page .formulario form div select,
.doe-page .formulario form div textarea {
  width: 100%;
  height: 54px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 10px;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #666666; }

.doe-page .formulario form div textarea {
  padding: 10px;
  height: 108px; }

.doe-page .formulario form div.doe-item img {
  margin: 0 auto;
  display: block; }

.doe-page .formulario form div.button {
  margin-top: 36px;
  margin-bottom: 72px; }

.doe-page .formulario form div.button button,
.doe-page .formulario form div.button input[type='submit'] {
  float: none;
  margin: 0 auto;
  display: block;
  border-radius: 0;
  width: 165px;
  height: 54px;
  background: #63ba3a;
  border: none;
  color: #fff;
  font-family: "Lato";
  font-weight: 900;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.doe-page .formulario form div.button button:hover,
.doe-page .formulario form div.button button:focus,
.doe-page .formulario form div.button input[type='submit']:focus,
.doe-page .formulario form div.button input[type='submit']:focus {
  background: #3f8a3a; }

/**
 *
 * Doe Páginas
 *
 **/
.doe-page .novo-doador {
  float: left;
  width: 100%;
  display: block;
  height: 162px;
  background: #e6e6e6; }

.doe-page .novo-doador .button {
  width: 373px;
  height: 54px;
  background: #63ba3a;
  border: none;
  padding-top: 9px;
  float: none;
  display: block;
  margin: 0 auto;
  margin-top: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.doe-page .novo-doador p {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #666;
  font-size: 14px;
  text-align: center;
  margin: 18px 0; }

.doe-page .novo-doador .button a {
  color: #fff;
  font-family: "Lato";
  font-weight: 900;
  font-size: 24px; }

.doe-page .novo-doador .button:hover {
  background: #3f8a3a; }

/**
 *
 * Pagamentos
 *
 **/
.doe-page .menu-doe-2 #ps-container-opcoes-pagamento > div a > div {
  width: 161px;
  height: 161px;
  border: solid 5px #006faf;
  border-radius: 100px;
  text-align: center;
  float: none;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.doe-page .menu-doe-2 #ps-container-opcoes-pagamento > div a:hover > div {
  background: #006faf; }

.doe-page .menu-doe-2 #ps-container-opcoes-pagamento > div a > div img {
  margin: 0 auto;
  float: none;
  display: block;
  margin-top: 30px;
  margin-bottom: 10px; }

.doe-page .menu-doe-2 #ps-container-opcoes-pagamento > div a > div p {
  font-family: 'Lato';
  color: #006faf;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.doe-page .menu-doe-2 #ps-container-opcoes-pagamento > div a:hover > div p {
  color: #fff; }

.pagseguro .menu-doe-2 .title {
  padding: 72px 0 36px 0; }

.pagseguro .menu-doe-2 .data {
  padding-bottom: 0; }

a#ps-botao-pagamento {
  float: none;
  margin: 0 auto;
  display: block;
  width: 240px;
  height: 54px;
  background: #60b05b;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-family: "Montserrat-Light";
  font-size: 24px;
  line-height: 39px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a#ps-botao-pagamento:hover,
a#ps-botao-pagamento:focus {
  background: #3f8a3a; }

ul#ps-botao-pagamento {
  display: table;
  margin: 0 auto;
  margin-top: 18px;
  float: none; }

ul#ps-botao-pagamento li {
  float: left;
  display: block;
  text-align: center;
  margin-right: 10px; }

ul#ps-botao-pagamento li a {
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  color: #006faf; }

ul#ps-botao-pagamento li img {
  float: none;
  display: block;
  margin: 0 auto; }

/**
 *
 * Max-Width: 1199px;
 *
 **/
@media (max-width: 1199px) {
  .doe-page .menu-doe .item .circle {
    width: 131px;
    height: 131px; }
  .doe-page .menu-doe .item .circle img {
    padding-top: 22px; }
  .doe-page .menu-doe .item .circle p {
    font-size: 16px; }
  .doe-page .menu-doe .item .circle.escolha p {
    font-size: 12px; }
  .doe-page .menu-doe-2 #ps-container-opcoes-pagamento > div a > div {
    width: 131px;
    height: 131px; }
  .doe-page .menu-doe-2 #ps-container-opcoes-pagamento > div a > div img {
    margin-top: 15px; }
  .doe-page .menu-doe-2 #ps-container-opcoes-pagamento > div a > div p {
    font-size: 12px; } }

/**
 *
 * Max-Width: 991px;
 *
 **/
@media (max-width: 991px) {
  .doe-page .form {
    float: left;
    display: block;
    width: 100%; }
  .doe-page .menu-doe .item .circle {
    width: 161px;
    height: 161px;
    margin: 0 auto;
    float: none;
    display: block;
    margin-bottom: 18px; }
  .doe-page .menu-doe .item .circle img {
    padding-top: 29px; }
  .doe-page .menu-doe .item .circle p {
    font-size: 20px; }
  .doe-page .menu-doe .item .circle.escolha p {
    font-size: 16px; }
  .doe-page .menu-doe-2 #ps-container-opcoes-pagamento > div a > div {
    width: 161px;
    height: 161px;
    margin-bottom: 18px; }
  .doe-page .menu-doe-2 #ps-container-opcoes-pagamento > div a > div img {
    margin-top: 25px; }
  .doe-page .menu-doe-2 #ps-container-opcoes-pagamento > div a > div p {
    font-size: 16px; }
  .doe-page .submenu select {
    margin-top: 18px; } }

@media (max-width: 767px) {
  .doe-page .content .data {
    padding: 0 20px; }
  .doe-page .novo-doador .button {
    width: 280px;
    padding-top: 13px; }
  .doe-page .novo-doador .button a {
    font-size: 18px; } }

.transparencia {
  float: left;
  display: block;
  width: 100%; }

/**
 *
 * Transparência - Menu
 *
 **/
.transparencia .submenu {
  background: #e6e6e6;
  width: 100%;
  height: 72px;
  float: left; }

.transparencia .submenu select {
  margin-top: 17px;
  width: 100%;
  height: 36px;
  border: solid 1px #cccccc;
  border-radius: 3px;
  background: #f1f2f2;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 12px;
  color: #666666;
  padding-left: 10px; }

.transparencia .submenu .item {
  margin-top: 17px;
  width: 100%;
  height: 36px;
  border: solid 1px #cccccc;
  border-radius: 3px;
  background: #f1f2f2;
  font-family: 'DroidSerif-Italic';
  font-size: 14px;
  color: #666666; }

.transparencia .submenu .item button {
  background: none;
  border: none;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 6px 0 0 6px;
  float: left; }

.transparencia .submenu .item input {
  background: none;
  border: none;
  width: 217px;
  margin: 6px 7px 0 0;
  float: right;
  font-family: 'Lato';
  font-weight: 300;
  color: #000; }

.transparencia .submenu .item input.presidencia {
  width: 215px; }

.transparencia .submenu .relatorios {
  padding: 7px 20px;
  background: #006faf;
  color: #fff;
  border: solid 1px #006faf;
  display: block;
  margin-top: 17px;
  float: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.transparencia .submenu .relatorios:hover {
  background: #fff;
  border: solid 1px #006faf;
  color: #006faf; }

.transparencia .title {
  padding-top: 72px;
  padding-bottom: 72px; }

.transparencia .title h1 {
  font-size: 24px;
  font-family: 'Montserrat-Light';
  color: #006faf;
  margin: 0; }

.transparencia .title h2 {
  font-size: 14px;
  font-family: 'Droidserif-Italic';
  color: #666666;
  margin: 0; }

.transparencia .title img {
  margin-top: 18px; }

.transparencia .content {
  margin: 72px 0;
  float: left;
  display: block;
  width: 100%;
  line-height: 24px; }

.transparencia table {
  margin-bottom: 72px;
  width: 100%; }

.transparencia table tr td {
  padding: 17px 10px;
  line-height: 24px; }

.transparencia table tr td:first-child {
  width: 40%;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-align: right;
  text-transform: uppercase; }

.transparencia table tr td:last-child {
  width: 60%;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #666666;
  text-align: left; }

.table-striped > tbody > tr {
  background: #fff; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff; }

/**
 *
 * Pagination
 *
 **/
.transparencia .paginacao {
  width: 100%;
  display: block;
  float: none;
  margin: 0 auto;
  margin-bottom: 54px;
  text-align: center; }

.transparencia .paginacao .pagination {
  margin-top: 0; }

.transparencia .paginacao .pagination li:first-child {
  margin-right: 30px; }

.transparencia .paginacao .pagination li a,
.transparencia .paginacao .pagination li span {
  border-radius: 3px;
  border: solid 1px #ccc;
  color: #006faf;
  background: #fff;
  margin: 0 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.transparencia .paginacao .pagination li a:hover {
  background: #006faf;
  color: #fff; }

.transparencia .paginacao .pagination li.active a,
.transparencia .paginacao .pagination li.active span {
  background: #006faf;
  color: #fff; }

.transparencia .paginacao .pagination li:first-child a,
.transparencia .paginacao .pagination li:first-child span {
  margin: 0;
  margin-right: 30px; }

.transparencia .paginacao .pagination li:last-child a,
.transparencia .paginacao .pagination li:last-child span {
  margin: 0;
  margin-left: 30px; }

@media (max-width: 1199px) {
  .transparencia .submenu .item input {
    width: 170px; } }

@media (max-width: 991px) {
  .transparencia .submenu {
    height: auto;
    padding-bottom: 18px; }
  .transparencia .content {
    float: left;
    width: 100%;
    display: block; }
  .transparencia .submenu .item input {
    float: left;
    width: 500px;
    margin-left: 10px; } }

@media (max-width: 767px) {
  .transparencia .submenu .item input {
    width: 300px; }
  .transparencia table tr td {
    font-size: 12px; } }

@media (max-width: 400px) {
  .transparencia .submenu .item input {
    width: 170px; }
  .transparencia .paginacao .pagination {
    width: 100px !important; }
  .transparencia .paginacao .pagination li {
    display: none; }
  .transparencia .paginacao .pagination li:last-child,
  .transparencia .paginacao .pagination li:first-child {
    display: block;
    margin: 0; }
  .transparencia .paginacao .pagination li:first-child a,
  .transparencia .paginacao .pagination li:first-child span {
    margin: 0; } }
