@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,600,700,900&display=swap);

#whatsapp-btn {
  position: fixed;
  bottom: 70px;
  left: 20px
}

#whatsapp-btn button {
  position: absolute;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite
}

#whatsapp-btn button:hover,
#whatsapp-btn button:focus {
  background: #FFFFFF;
  color: #25D366
}

#whatsapp-btn .fa-whatsapp {
  font-size: 2em
}

#whatsapp-btn .box-option {
  display: none;
  background-color: #eee5de;
  width: 220px;
  padding: 5px 15px;
  position: absolute;
  bottom: 5px;
  border-radius: 19px;
  border: 1px solid #d2ccc5;
  font-size: 13px
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #25d366
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #25d366;
    box-shadow: 0 0 0 0 #25d366
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
  }
}

.custom-toggler.navbar-toggler {
  border-color: transparent
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar__principal {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1)
}

.navbar__principal ul li {
  margin: 0 15px
}

.navbar__principal ul li a {
  color: #666473;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
}

.navbar__principal ul li a:hover {
  -webkit-transition: 1s;
  transition: 1s;
  color: #002c7e
}

.navbar__principal ul li .btn__junte-se {
  color: #002c7e;
  border: 0
}

.navbar__principal .navbar-brand img {
  width: 200px
}

@media (min-width: 992px) and (max-width: 1178px) {
  .navbar__principal ul li a {
    font-size: 9px
  }
}

.junte-se {
  position: relative;
  background-color: #f6f6f8
}

.junte-se h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #666473
}

.junte-se .fa-youtube-square,
.junte-se .fa-instagram,
.junte-se .fa-twitter-square,
.junte-se .fa-facebook-square {
  font-size: 20px;
  color: #666473 !important;
  margin-top: 5px
}

.junte-se .tag__increva-se {
  position: absolute;
  width: 332px;
  height: 250px;
  border-radius: 10px;
  -webkit-box-shadow: 0 16px 43px -7px rgba(154, 153, 162, 0.25);
  box-shadow: 0 16px 43px -7px rgba(154, 153, 162, 0.25);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  top: -170px;
  left: 100%
}

.junte-se .tag__increva-se .btn__inscreva-se {
  width: 249px;
  height: 50px;
  border-radius: 30px;
  -webkit-box-shadow: 0 21px 23px -11px rgba(255, 86, 6, 0.32);
  box-shadow: 0 21px 23px -11px rgba(255, 86, 6, 0.32);
  background-image: linear-gradient(256deg, #ff9b00, #ff8330);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.2px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s
}

.junte-se .tag__increva-se .btn__inscreva-se:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all .3s;
  transition: all .3s
}

.junte-se .tag__increva-se h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #666473
}

@media (max-width: 991px) {
  .junte-se {
    padding: 30px 0 !important
  }

  .junte-se .tag__increva-se {
    top: auto;
    position: relative;
    left: auto;
    width: 100%;
    height: auto
  }
}

.sobre__home,
.principios__home {
  background-color: #f6f6f8
}

.sobre__home h3,
.principios__home h3 {
  color: #001267;
  font-family: 'Poppins', sans-serif;
  font-weight: 700
}

.sobre__home p,
.sobre__home span,
.principios__home p,
.principios__home span {
  color: #9c9c9c;
  font-weight: 400
}

.sobre__home .btn__saiba,
.principios__home .btn__saiba {
  width: 249px;
  height: 60px;
  border-radius: 30px;
  -webkit-box-shadow: 0 21px 23px -11px rgba(255, 86, 6, 0.32);
  box-shadow: 0 21px 23px -11px rgba(255, 86, 6, 0.32);
  background-image: linear-gradient(256deg, #ff9b00, #ff8330);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.2px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s
}

.sobre__home .btn__saiba:hover,
.principios__home .btn__saiba:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all .3s;
  transition: all .3s
}

.sobre__home .foto__conselho,
.principios__home .foto__conselho {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 24px 0 rgba(236, 236, 239, 0.9);
  box-shadow: 0 12px 24px 0 rgba(236, 236, 239, 0.9)
}

.sobre__home .card__principios,
.principios__home .card__principios {
  background-color: #21104a;
  border-radius: 7px;
  height: 305px;
  border: 0;
  -webkit-box-shadow: 0 12px 24px 0 rgba(236, 236, 239, 0.9);
  box-shadow: 0 12px 24px 0 rgba(236, 236, 239, 0.9)
}

.sobre__home .card__principios h4,
.principios__home .card__principios h4 {
  font-family: 'Poppins', sans-serif;
  color: #f1c40f;
  font-weight: 700
}

.sobre__home .card__principios p,
.principios__home .card__principios p {
  color: #fff;
  font-size: 12px
}

.sobre__home .card__principios figure,
.principios__home .card__principios figure {
  text-align: right;
  padding: 10px
}

.sobre__home .card__principios figure img,
.principios__home .card__principios figure img {
  max-width: 50px
}

.sobre__home .card__footer,
.principios__home .card__footer {
  position: relative;
  bottom: 20px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.sobre__home .card__footer .icon,
.principios__home .card__footer .icon {
  border: 5px solid #fff;
  background-color: #fed201;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sobre__home .card__footer figure img,
.principios__home .card__footer figure img {
  width: 100%;
  padding: 10px
}

.noticias__home {
  background: #f6f6f8
}

.noticias__home h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700
}

.noticias__home .card__noticias {
  border-radius: 7px;
  border: 0;
  overflow: hidden;
  min-height: 230px;
  width: 100%;
  -webkit-box-shadow: 0 12px 24px 0 rgba(236, 236, 239, 0.9);
  box-shadow: 0 12px 24px 0 rgba(236, 236, 239, 0.9)
}

.noticias__home .card__noticias:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all .3s;
  transition: all .3s
}

.noticias__home .card__noticias h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  color: #333333;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif
}

.noticias__home .card__outras {
  -webkit-box-shadow: 0 12px 24px 0 rgba(236, 236, 239, 0.9);
  box-shadow: 0 12px 24px 0 rgba(236, 236, 239, 0.9);
  border-radius: 7px;
  background-color: #fff
}

.noticias__home .card__outras a,
.noticias__home .card__outras p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700
}

.noticias__home .card-img-overlay {
  top: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #000 100%)
}

.apoiadores {
  background-color: #fed201;
  background-image: url(../imgs/bg-apoiadores.png);
  background-position: top center;
  background-size: cover
}

.apoiadores h3 {
  color: #939393
}

.pagina__historia {
  background: url(../imgs/bg-historia.jpg) no-repeat top center;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 1000px
}

.pagina__historia h5 {
  color: #34495e
}

@media (max-width: 600px) {
  .pagina__historia {
    min-height: auto
  }
}

.pagina__quem-somos {
  background: url(../imgs/bg-quem-somos-1.jpg) top center no-repeat;
  background-size: contain;
  height: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pagina__quem-somos h3 {
  font-family: 'Poppins'sans-serif;
  font-weight: 700
}

.pagina__quem-somos h6 {
  color: #666
}

.pagina__quem-somos .card {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 50px 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 50px 5px;
  border-radius: 8px;
  overflow: hidden
}

.pagina__quem-somos .card .card-img-overlay {
  top: auto;
  padding: 10px;
  background-color: #21252985;
  bottom: 0px
}

.pagina__quem-somos .card .card-img-overlay h5 {
  color: #ffc107;
  font-size: 13px;
  font-weight: bold;
  margin: 0
}

.pagina__quem-somos .card .card-img-overlay p {
  color: #fff;
  margin: 0;
  font-size: 12px
}

@media (max-width: 540px) {
  .pagina__quem-somos .card {
    height: 255px
  }

  .pagina__quem-somos .card .card-img-overlay h5 {
    font-size: 12px
  }
}

.noticias__internas h1 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 700
}

.noticias__internas p {
  font-size: 14px !important;
  color: #666 !important;
  margin: 8px 0
}

.doacao {
  background-color: #2b282b;
  background: url(../imgs/bg-doacao.jpg) bottom center no-repeat;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.doacao h2 {
  color: #fff;
  font-weight: 900
}

.doacao .btn__doar {
  width: 250px;
  background: #1ABC9C;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  padding: 20px
}

.doacao .btn__doar:hover {
  background: #16a085;
  color: #fff
}

.menu__doacao {
  background: #2B282B
}

.menu__doacao .custom-toggler.navbar-toggler {
  border-color: transparent
}

.menu__doacao .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.menu__doacao img {
  width: 250px
}

.menu__doacao a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px
}

.menu__doacao a:hover {
  color: #F1C40F
}

.menu__doacao .btn__doar {
  width: 250px;
  height: 50px;
  background: #1ABC9C;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid
}

.menu__doacao .btn__doar:hover {
  background: #16a085;
  color: #fff
}

.motivos h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #F1C40F
}

.motivos p {
  font-size: 16px;
  line-height: 24px;
  color: #676770
}

.motivos .swiper-container {
  overflow: unset !important;
  padding: 40px 0
}

.motivos .swiper-box {
  background: #FFFEFE;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  height: 330px
}

.motivos .swiper-box h6 {
  font-size: 16px;
  line-height: 19px;
  color: #676770;
  font-weight: bold
}

.motivos .swiper-box p {
  font-size: 12px;
  line-height: 18px;
  color: #676770
}

.motivos .btn__doarEmpresa,
.motivos .btn__doarPessoa {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.2px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px;
  background: #23b580
}

.motivos .btn__doarEmpresa:hover,
.motivos .btn__doarPessoa:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #16a085
}

@media (max-width: 990px) {
  .doacao {
    height: auto
  }
}

* {
  font-family: 'Work Sans', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern"1;
  font-feature-settings: "kern"1;
  letter-spacing: 0.3px
}

body {
  max-width: 1920px;
  margin: auto !important
}

a,
a:focus,
a:hover {
  text-decoration: none !important;
  outline: 0 !important
}

section {
  padding-top: 20px;
  padding-bottom: 20px
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.modal {
  overflow: unset
}

.form-group label {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.5px
}

.form-group .form-control {
  border: 1px solid #dee5ff;
  font-size: 15px;
  border-radius: 8px;
  background-color: transparent
}

html {
  scroll-behavior: smooth
}

.junte-se-a-nos {
  background-color: #fff
}

.junte-se-a-nos h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #666473
}

.junte-se-a-nos .btn__enviar {
  width: 249px;
  height: 60px;
  border-radius: 30px;
  -webkit-box-shadow: 0 21px 23px -11px rgba(255, 86, 6, 0.32);
  box-shadow: 0 21px 23px -11px rgba(255, 86, 6, 0.32);
  background-image: linear-gradient(256deg, #ff9b00, #ff8330);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.2px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s
}

.junte-se-a-nos .btn__enviar:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all .3s;
  transition: all .3s
}

.footer__brasil {
  background-color: #fff
}

.footer__brasil h6 {
  color: #666473;
  font-size: 16px;
  margin: 10px 0;
  font-family: 'Poppins', sans-serif
}

.footer__brasil p,
.footer__brasil a,
.footer__brasil h5 {
  color: #666473;
  font-size: 16px
}

.footer__brasil p:hover,
.footer__brasil a:hover,
.footer__brasil h5:hover {
  -webkit-transition: 1s;
  transition: 1s;
  color: #002c7e
}

.footer__brasil ul li {
  padding: 10px 0
}

.footer__brasil .rede__social li a {
  color: #666473 !important
}

.footer__brasil .rede__social li a:hover {
  -webkit-transition: 1s;
  transition: 1s;
  color: #002c7e
}

.forgeDesign a {
  color: #000;
  font-size: 12px
}

@media (max-width: 540px) {
  .btn {
    width: 100% !important
  }

  .pagina__historia,
  .pagina__quem-somos {
    background-image: none
  }
}

.tooltip-main {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-weight: 700;
  background: #f3f3f3;
  border: 0;
  color: #000;
  margin: 4px 121px 0 5px;
  float: right;
  text-align: left !important
}

.tooltip-qm {
  float: left;
  margin: -2px 0px 3px 4px;
  font-size: 12px
}

.tooltip-inner {
  max-width: 300px !important;
  height: 40px;
  font-size: 12px;
  padding: 10px 15px 10px 20px;
  background: #FFFFFF;
  color: #666666;
  border: 0;
  text-align: left
}

.tooltip.show {
  opacity: 1
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f00
}

.step-app>.step-steps>li {
  margin: 0 0 20px 0px
}

.step-app>.step-content {
  border: 0
}

/*# sourceMappingURL=custom.css.map */