:root {
  --crimson: #e5403c;
  --deep-sky-blue: #28a9e8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 23px;
}

h3 {
  color: #667483;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: #667483;
  margin-top: 1px;
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

h5 {
  color: #667483;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  opacity: .65;
  color: #13283f;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #28a9e8;
  text-decoration: underline;
}

ul {
  opacity: .65;
  color: #13283f;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lora, sans-serif;
}

li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  margin-top: 11px;
  padding: 4px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
  transition: border .2s, background-color .2s, color .2s;
  display: inline-block;
}

.button:hover {
  background-color: #eeba47;
  border-color: #eeba47;
}

.button.top-donate-button {
  float: right;
  border-color: var(--crimson);
  background-color: var(--crimson);
  letter-spacing: 0;
  text-transform: none;
  background-image: url('../images/right-arrow.svg'), url('../images/heart-simple-shape-silhouette.svg');
  background-position: 116%, 15px;
  background-repeat: no-repeat, no-repeat;
  background-size: 11px, 15px 15px;
  width: 158px;
  height: 40px;
  margin-top: 10px;
  margin-left: 25px;
  padding-top: 8px;
  padding-left: 45px;
  padding-right: 25px;
  font-family: Asap, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: border .2s, background-color .2s, color .2s, background-position .2s, padding .2s;
}

.button.top-donate-button:hover {
  border-color: var(--crimson);
  background-color: var(--crimson);
  background-position: 91%, -26px;
  padding-left: 15px;
  padding-right: 40px;
}

.button.white-outline {
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  padding: 10px 30px;
  font-family: Asap, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.button.white-outline:hover {
  color: var(--deep-sky-blue);
  background-color: #fff;
}

.button.donation-form-button {
  border-color: var(--crimson);
  background-color: var(--crimson);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
  padding: 10px 30px;
  font-family: Asap, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.button.donation-form-button:hover {
  background-color: #d8312d;
  border-style: solid;
  border-color: #d8312d;
}

.button.yellow {
  border-color: var(--crimson);
  background-color: var(--crimson);
  letter-spacing: 1px;
  padding: 10px 30px;
  font-family: Asap, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.button.yellow:hover {
  background-color: #d8312d;
  border-color: #d8312d;
}

.button.submit-button {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  line-height: 33px;
}

.button.submit-button:hover {
  background-color: #eeba47;
  border-color: #eeba47;
}

.top-section {
  background-color: #fff;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 29px;
}

.logo-container {
  float: left;
  text-decoration: none;
}

.navbar {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .32);
}

.nav-link {
  opacity: .65;
  color: #13283f;
  text-align: left;
  letter-spacing: -.5px;
  text-transform: none;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Asap, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .2s;
}

.nav-link:hover {
  opacity: 1;
  color: var(--deep-sky-blue);
  background-color: rgba(0, 0, 0, 0);
}

.nav-link:active {
  float: none;
}

.nav-link.w--current {
  opacity: 1;
  color: var(--deep-sky-blue);
  border-top-width: 1px;
  border-top-color: #000;
}

.nav-link.dropdown-nav-link {
  color: #13283f;
  letter-spacing: -.5px;
  padding-right: 22px;
  font-size: 15px;
  transition-property: color;
}

.nav-link.dropdown-nav-link:hover {
  opacity: 1;
  color: var(--deep-sky-blue);
}

.nav-link.dropdown-nav-link.w--open {
  opacity: 1;
  color: var(--crimson);
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu {
  float: right;
  text-align: right;
  justify-content: flex-end;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.home-slider {
  background-color: #fff;
  height: 600px;
}

.home-slider.hidden {
  display: none;
}

.home-slide {
  background-image: url('../images/covid.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.home-slide._0 {
  background-image: url('../images/5fca0c298dd41.image.jpg');
  background-position: 50%;
}

.home-slide._0.ame2020 {
  background-image: url('../images/aaron-burden-lPCu8HnGU2E-unsplash-1.jpg');
}

.home-slide._0.adocao {
  background-image: url('../images/adote.jpg');
}

.home-slide._0.adocao.univ {
  background-image: url('../images/Treinamento-nova-data-1.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-slide._0.adocao.lancamento {
  background-image: url('../images/dev.jpg');
  background-position: 50% 70%;
}

.home-slide._0.centro-juvenil {
  background-image: url('../images/maio--22---Centro-Juvenil-1.jpeg');
}

.home-slide._0.marmitex {
  background-image: url('../images/WhatsApp-Image-2022-05-18-at-9.11.03-AM-1_1.jpeg');
}

.home-slide-container {
  color: #fff;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.home-slide-content-wrapper {
  width: 60%;
  font-size: 15px;
}

.home-slide-content-wrapper.short {
  width: 45%;
}

.slide-title {
  color: #fff;
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.slide-title._2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-family: Asap, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 37px;
}

.slide-title._2.sm-all {
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
}

.section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.color {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.section.top-line {
  border-top: 1px #000;
}

.section.red {
  background-color: var(--deep-sky-blue);
}

.title-wrapper {
  margin-bottom: 35px;
}

.title-wrapper.centered {
  text-align: center;
  margin-bottom: 45px;
}

.section-title {
  margin-top: 0;
  font-family: Asap, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
}

.section-title.subtitle {
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.section-title.column-intro-title {
  color: #667483;
  margin-bottom: 24px;
  font-family: Asap, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
}

.section-title.column-intro-title.bigger {
  font-size: 45px;
  line-height: 110%;
}

.info-icon-wrapper {
  float: none;
  background-color: var(--crimson);
  width: 60px;
  height: 63px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 19px;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.image-section {
  background-image: url('../images/DSC02089_1920x1080.JPG');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 13px;
}

.item-block {
  text-align: center;
  height: 140px;
  padding: 25px 15px;
  position: relative;
}

.item-block.stories {
  text-align: left;
  height: auto;
  padding: 28px;
  font-size: 13px;
  line-height: 19px;
}

.item-block-wrapper {
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.item-block-wrapper.zero-pad {
  margin-bottom: 0;
}

.intro-text {
  opacity: .65;
  color: #13283f;
  margin-bottom: 22px;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.intro-text._50 {
  width: 50%;
}

.left-column {
  padding-right: 35px;
}

.right-column {
  padding-left: 35px;
}

.info-row {
  margin-top: 45px;
}

.round-icon-wrapper {
  background-color: var(--crimson);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.process-row {
  text-align: center;
  align-items: flex-start;
  display: flex;
}

.header-right-block {
  float: right;
  margin-top: 8px;
}

.dropdown:hover {
  color: var(--deep-sky-blue);
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}

.dropdown-link {
  color: #474747;
  text-align: justify;
  text-transform: none;
  font-family: Asap, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #333;
  background-color: #f1f1f1;
}

.dropdown-link.w--current {
  color: var(--crimson);
}

.home-slider-arrow {
  color: #eeba47;
  background-color: rgba(55, 66, 79, .75);
  width: 40px;
  height: 60px;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 15px;
  transition: width .2s, background-color .2s;
}

.home-slider-arrow:hover {
  background-color: #000;
  width: 50px;
}

.home-slide-overlay {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(55, 66, 79, .8) 64%);
  width: 100%;
  height: 100%;
}

.home-slide-overlay.off {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 49%, #f1bf2c 76%);
}

.container {
  flex: 1;
  position: relative;
}

.section-divider-line {
  background-color: var(--deep-sky-blue);
  width: 90px;
  height: 2px;
  margin-top: 20px;
  display: inline-block;
}

.highlight-image-block {
  color: #fff;
  background-image: url('../images/dsc00197.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.highlight-image-block._2 {
  background-image: url('../images/fundo.jpg');
  background-size: cover;
}

.highlight-image-block.sos {
  display: none;
}

.highlight-block-overlay {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  padding: 35px 30% 35px 35px;
  transition: background-color .2s;
}

.highlight-block-overlay:hover {
  background-color: rgba(0, 0, 0, .5);
}

.small-info-block {
  width: 91%;
}

.link {
  color: #1ca6ac;
}

.link:hover {
  color: #e95500;
}

.link.footer-link {
  color: #13283f;
  text-decoration: none;
}

.link.footer-link:hover {
  text-decoration: none;
}

.image-section-overlay {
  color: #fff;
  background-color: rgba(55, 66, 79, .75);
  width: 100%;
  height: 100%;
  padding-top: 155px;
  padding-bottom: 155px;
}

.image-section-text-block {
  float: left;
  width: 50%;
}

.small-info-title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 20px;
}

.light-image-section-overlay {
  background-color: #f0f4f6;
  padding-top: 90px;
  padding-bottom: 90px;
}

.light-image-section-overlay.with-image {
  padding-bottom: 90px;
}

.footer-contact-list {
  opacity: 1;
  padding-left: 0;
  padding-right: 15px;
}

.footer-contact-list.left {
  text-align: left;
  padding-left: 35px;
}

.footer-contact-list-item {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.footer-contact-list-item.nopad {
  padding-left: 0;
  font-weight: 700;
}

.footer-contact-icon {
  width: 17px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}

.footer-contact-icon.brands {
  font-family: "Fa brands 400", sans-serif;
}

.footer-contact-icon.brands.social {
  width: auto;
  font-size: 30px;
  position: static;
}

.footer-contact-icon.brands.social.small {
  font-size: 25px;
  position: relative;
  top: -3px;
}

.page-header {
  background-image: url('../images/Photo-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-header.our-mission {
  background-image: url('../images/Photo-4.jpg');
  background-size: cover;
}

.page-header.about-us {
  background-image: none;
}

.page-header-overlay {
  background-color: var(--deep-sky-blue);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-header-overlay.projects {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .22) 41%, var(--deep-sky-blue) 92%), url('../images/pig.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.page-header-overlay.projects.school {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .43), var(--deep-sky-blue) 92%), url('../images/school.jpg');
}

.page-header-overlay.projects.care {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .43), var(--deep-sky-blue) 92%), url('../images/care.jpg');
}

.page-header-overlay.projects.health {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .43), var(--deep-sky-blue) 92%), url('../images/health.jpg');
}

.page-header-overlay.projects.generic {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .43), var(--deep-sky-blue) 92%), url('../images/Blog-image-3.jpg');
  background-position: 0 0, 50%;
}

.page-header-overlay.projects.todos {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .43), var(--deep-sky-blue) 92%), url('../images/fundo.jpg');
}

.page-header-overlay.projects.timor {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .19) 34%, var(--deep-sky-blue) 84%), url('../images/t-1.jpg');
}

.page-header-overlay.projects.prata {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .22) 41%, var(--deep-sky-blue) 92%), url('../images/prata-1.jpg');
}

.page-header-overlay.projects.covid {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .22) 41%, var(--deep-sky-blue) 92%), url('../images/fam.jpg');
}

.page-header-overlay.projects.jade {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .22) 41%, var(--deep-sky-blue) 92%), url('../images/jade-1.jpg');
}

.page-header-overlay.projects.ucrania {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .22) 41%, var(--deep-sky-blue) 92%), url('../images/WhatsApp-Image-2022-04-04-at-2.50.39-PM.jpeg');
  background-position: 0 0, 50%;
}

.page-header-overlay.projects.petropolis {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .22) 41%, var(--deep-sky-blue) 92%), url('../images/WhatsApp-Image-2022-04-25-at-7.29.09-AM.jpeg');
  background-position: 0 0, 50% 67%;
}

.page-header-overlay.projects.pernambuco {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .22) 41%, var(--deep-sky-blue) 92%), url('../images/SOS-PE---destruição-1.jpeg');
  background-position: 0 0, 50% 55%;
}

.page-header-overlay.projects.itabuna {
  background-image: linear-gradient(302deg, rgba(92, 185, 219, .22) 41%, var(--deep-sky-blue) 92%), url('../images/03-01----SOS-Bahia---Altamir---Lenara.jpeg');
  background-position: 0 0, 50%;
}

.page-header-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Asap, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.page-header-title.subtitle {
  text-transform: none;
  font-family: Lora, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.stories-block-image {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}

.stories-block-image:hover {
  opacity: .9;
}

.volunteer-col-left {
  padding-right: 0;
}

.volunteer-col-right {
  padding-left: 0;
}

.volunteer-image-block {
  background-image: url('../images/Volunteer.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 580px;
}

.volunteer-image-block.contact {
  background-image: url('../images/bolsa-universitaria.jpg');
  border-radius: 5px;
  height: 100%;
  position: relative;
}

.volunteer-form {
  background-color: #eaeaea;
  height: 580px;
  margin-bottom: 0;
  padding: 55px;
}

.volunteer-form.contact {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-top: 0;
  padding-right: 0;
}

.volunteer-form.contact.obreiro {
  margin-top: 50px;
  padding-bottom: 0;
  padding-left: 0;
}

.field {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 55px;
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 14px;
}

.field:focus {
  border-color: var(--deep-sky-blue);
  box-shadow: none;
}

.field.area {
  height: 100px;
}

.field.area:focus {
  border-color: var(--deep-sky-blue);
}

.field.first {
  height: 55px;
  margin-bottom: 10px;
}

.large-image-block {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-bottom: 35px;
}

.large-image-block._1 {
  background-image: url('../images/sos.jpg');
}

.large-image-block._2 {
  background-image: url('../images/jade.jpg');
}

.large-image-block._3 {
  background-image: url('../images/prata.jpg');
}

.large-image-block._4 {
  background-image: url('../images/timor.jpg');
}

.large-image-block._5 {
  background-image: url('../images/WhatsApp-Image-2022-04-04-at-2.50.39-PM.jpeg');
}

.large-image-block._6 {
  background-image: url('../images/WhatsApp-Image-2022-04-25-at-7.29.09-AM.jpeg');
}

.large-image-block._7 {
  background-image: url('../images/SOS-PE---crianças-no-abrigo.jpeg');
}

.large-image-block._8 {
  background-image: url('../images/03-01----SOS-Bahia---Altamir---Lenara.jpeg');
}

.large-image-block-overlay {
  background-color: rgba(0, 0, 0, .25);
  background-image: linear-gradient(to right, black -2%, var(--deep-sky-blue) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0) 59%);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 150px 55px 55px;
}

.donation-popup {
  z-index: 3000;
  background-color: rgba(238, 186, 71, .9);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.popup-window {
  background-color: #fff;
  width: 500px;
  margin-top: 12%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 0 13px rgba(0, 0, 0, .2);
}

.popup-title {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.popup-title.subtitle {
  margin-top: 14px;
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 13px;
}

.popup-content-block {
  padding: 35px 45px;
  position: relative;
}

.popup-form {
  background-color: #f3f3f3;
  margin-bottom: 0;
  padding: 45px;
}

.close-popup-button {
  opacity: .2;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 39px;
  right: 30px;
}

.close-popup-button:hover {
  opacity: 1;
}

.progress-bar-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 34px;
  line-height: 30px;
}

.progress-bar-title.w {
  color: #fff;
  text-align: left;
  line-height: 40px;
}

.dropdown-icon {
  color: #8f8f8f;
  margin-right: 5px;
  font-size: 11px;
}

.overall-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.success-bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.error-bg {
  color: #d90303;
  padding-bottom: 4px;
  font-size: 12px;
}

.logo-image {
  float: left;
  height: 50px;
  margin-top: 9px;
  margin-right: 13px;
}

.icon, .icon-2 {
  color: #fff;
}

.navbar-2 {
  background-color: #fff;
  height: 75px;
  padding-top: 8px;
}

.brand {
  margin-left: 50px;
}

.p-w {
  opacity: 1;
  color: #fff;
}

.h4-w {
  color: #fff;
  display: inline-block;
}

.image {
  opacity: .47;
  filter: invert() contrast(200%);
  margin-top: -83px;
  position: absolute;
  top: 0;
  right: 0;
}

.columns-extended {
  display: flex;
}

.div-breadcrumbs {
  color: rgba(19, 40, 63, .68);
  background-color: #fff;
  border-radius: 50px;
  width: 50%;
  height: 30px;
  margin-top: -93px;
  padding-top: 5px;
  padding-left: 19px;
  font-family: Lora, sans-serif;
  position: absolute;
}

.txtblock-inline {
  font-family: Asap, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.txtblock-inline.arrow {
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 9px;
}

.link-blue {
  color: rgba(17, 36, 56, .68);
  text-decoration: none;
}

.link-blue.active {
  color: var(--crimson);
  font-family: Asap, sans-serif;
  font-size: 12px;
}

.spacer {
  height: 50px;
}

.spacer._25 {
  height: 25px;
}

.spacer.mob-only {
  display: none;
}

.columns-pics.inv {
  flex-direction: row-reverse;
  display: flex;
}

.html-embed {
  font-family: Lora, sans-serif;
}

.link-fb {
  color: #13283f;
  margin-top: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.icos-fa {
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 35px;
}

.p-footer {
  margin-bottom: 5px;
  font-family: Asap, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.columns {
  display: flex;
}

.search {
  z-index: 99;
  float: right;
  align-items: flex-start;
  width: 250px;
  height: 39px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.search-button {
  float: right;
  background-color: var(--deep-sky-blue);
  font-family: "Fa solid 900", sans-serif;
}

.search-input {
  float: left;
  border: 0 #000;
  width: 82%;
  margin-bottom: 0;
  font-family: Asap, sans-serif;
  font-size: 14px;
}

.column {
  padding-bottom: 50px;
}

.image-3 {
  margin-bottom: 20px;
}

.container-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-title-search {
  font-family: Asap, sans-serif;
  font-size: 17px;
}

.txt-link-search {
  font-family: Asap, sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-4 {
  filter: saturate(0%);
}

.columns-2 {
  align-items: center;
  display: flex;
}

.column-2 {
  padding-right: 50px;
}

.link-gray {
  color: #13283f;
  text-decoration: none;
}

.link-gray:hover {
  text-decoration: underline;
}

.h3-w {
  color: #fff;
}

.columns-margin {
  margin-bottom: 50px;
}

.div-assinatura {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px dashed #13283f;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 13px;
}

.div-assinatura.avulsa {
  min-height: 100px;
}

.pic-mobile {
  display: none;
}

.rich-text {
  margin-bottom: 50px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._2columns {
  grid-template-columns: 1fr 1fr;
}

html.w-mod-js [data-ix="hide-donation-popup"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-popup-window"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="slider-title"], html.w-mod-js [data-ix="slider-title-2"], html.w-mod-js [data-ix="slider-title-3"], html.w-mod-js [data-ix="slider-title-4"], html.w-mod-js [data-ix="fade-in-scroll"], html.w-mod-js [data-ix="fade-in-scroll-2"], html.w-mod-js [data-ix="fade-in-scroll-3"], html.w-mod-js [data-ix="fade-in-scroll-4"], html.w-mod-js [data-ix="fade-in-scroll-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

@media screen and (min-width: 1280px) {
  .home-slide._0.adocao.univ {
    background-position: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .home-slide._0.adocao.univ {
    background-position: 84%;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
    line-height: 23px;
  }

  .button.top-donate-button {
    float: none;
    letter-spacing: 0;
    width: 200px;
    height: 40px;
    margin-top: 19px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    font-size: 15px;
    line-height: 26px;
    display: block;
  }

  .button.white-outline {
    line-height: 26px;
  }

  .button.donation-form-button {
    margin-top: -1px;
  }

  .button.yellow {
    margin-top: 8px;
  }

  .top-section {
    height: 70px;
    font-size: 29px;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    opacity: 1;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    max-width: 1000px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 25px;
    transition: background-color .2s;
  }

  .nav-link:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link.w--current {
    color: #fff;
    padding-left: 0;
  }

  .nav-link.w--current:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link.dropdown-nav-link {
    opacity: 1;
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .3);
    width: 100%;
    padding-left: 0;
  }

  .nav-link.dropdown-nav-link:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link.dropdown-nav-link.w--open {
    background-color: var(--crimson);
    color: #fff;
    max-width: none;
    padding-left: 22px;
  }

  .nav-menu {
    background-color: var(--deep-sky-blue);
    max-width: 1000px;
    padding-top: 15px;
    padding-bottom: 22px;
  }

  .home-slider {
    height: 520px;
  }

  .home-slide._0.adocao.lancamento {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-slide-container {
    padding-top: 92px;
    padding-left: 65px;
    padding-right: 65px;
  }

  .home-slide-content-wrapper {
    width: 67%;
  }

  .home-slide-content-wrapper.short {
    width: 52%;
  }

  .slide-title._2 {
    margin-bottom: 16px;
    font-size: 39px;
    line-height: 35px;
  }

  .section {
    padding: 45px;
    font-size: 13px;
  }

  .title-wrapper.centered {
    margin-bottom: 20px;
  }

  .section-title {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 26px;
  }

  .section-title.subtitle {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .section-title.column-intro-title {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 27px;
  }

  .section-title.column-intro-title.home {
    font-size: 32px;
    line-height: 34px;
  }

  .info-icon-wrapper {
    margin-bottom: 6px;
  }

  .image-section {
    background-attachment: scroll;
  }

  .footer {
    padding-top: 45px;
    font-size: 12px;
    line-height: 19px;
  }

  .item-block {
    height: 130px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .item-block.stories {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-text {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .left-column {
    padding-left: 0;
    padding-right: 15px;
  }

  .right-column {
    padding-left: 25px;
  }

  .info-row {
    margin-top: 21px;
  }

  .process-row {
    flex-direction: column;
    align-items: center;
  }

  .header-right-block {
    margin-top: 4px;
  }

  .dropdown {
    width: 100%;
    max-width: none;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .dropdown-link {
    color: #fff;
    background-color: #2397cf;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .home-slider-arrow {
    width: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-divider-line {
    margin-top: 9px;
  }

  .highlight-block-overlay {
    padding: 25px 20% 25px 25px;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .light-image-section-overlay {
    padding: 45px;
  }

  .light-image-section-overlay.with-image {
    padding-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .page-header.about-us {
    min-height: 200px;
  }

  .page-header-overlay {
    justify-content: space-between;
    align-items: center;
    min-height: 200px;
    padding: 79px 45px 45px;
    display: block;
  }

  .page-header-overlay.projects {
    padding-top: 45px;
  }

  .page-header-title {
    font-size: 23px;
    line-height: 31px;
  }

  .page-header-title.subtitle {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 26px;
  }

  .volunteer-image-block {
    height: 550px;
  }

  .volunteer-image-block.contact {
    height: 490px;
  }

  .volunteer-form {
    height: 550px;
    padding: 35px;
  }

  .volunteer-form.contact {
    height: auto;
  }

  .field.first {
    margin-top: 20px;
  }

  .large-image-block {
    margin-bottom: 21px;
  }

  .large-image-block-overlay {
    padding: 100px 45px 45px;
  }

  .progress-bar-title {
    font-size: 31px;
    line-height: 28px;
  }

  .progress-bar-title.w {
    text-align: center;
  }

  .dropdown-icon {
    color: #fff;
    margin-right: 30px;
    font-size: 20px;
  }

  .overall-column {
    padding-bottom: 50px;
  }

  .logo-image {
    height: 40px;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    background-color: #e3ae3a;
    width: 50px;
    height: 40px;
    margin-top: -56px;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button:hover {
    background-color: #ca982b;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .footer-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand {
    margin-top: 2px;
    margin-left: 45px;
  }

  .h4-w {
    font-size: 20px;
  }

  .image {
    max-width: 67%;
  }

  .columns-extended {
    flex-direction: column;
  }

  .div-breadcrumbs {
    margin-top: -58px;
  }

  .menu-button-2 {
    background-color: var(--deep-sky-blue);
    color: #fff;
    margin-right: 10px;
  }

  .menu-button-2.w--open {
    background-color: var(--crimson);
  }
}

@media screen and (max-width: 767px) {
  .button.top-donate-button {
    background-position: 9px;
    width: 200px;
    margin-right: 50px;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 15px;
  }

  .top-section {
    height: 55px;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    line-height: 10px;
  }

  .nav-link.dropdown-nav-link.w--open {
    padding-left: 22px;
  }

  .home-slider {
    height: auto;
  }

  .home-slide-container {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 12px;
  }

  .home-slide-content-wrapper {
    width: 72%;
    font-size: 13px;
    line-height: 16px;
  }

  .slide-title {
    font-size: 17px;
    line-height: 24px;
  }

  .slide-title._2 {
    font-size: 30px;
    line-height: 26px;
  }

  .section {
    padding: 25px;
  }

  .title-wrapper {
    margin-bottom: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 16px;
  }

  .section-title.subtitle {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .section-title.column-intro-title {
    margin-bottom: 14px;
    line-height: 22px;
  }

  .footer {
    padding-top: 25px;
  }

  .item-block {
    height: auto;
    padding-bottom: 30px;
  }

  .item-block-wrapper {
    margin-bottom: 20px;
  }

  .right-column {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
  }

  .small-info-block {
    width: 100%;
  }

  .image-section-overlay {
    padding: 55px 25px;
  }

  .image-section-text-block {
    width: 70%;
  }

  .light-image-section-overlay {
    padding: 25px;
  }

  .light-image-section-overlay.with-image {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .page-header-overlay {
    padding: 25px;
  }

  .page-header-title {
    font-size: 26px;
    line-height: 23px;
  }

  .page-header-title.subtitle {
    margin-bottom: 0;
    font-size: 15px;
  }

  .volunteer-col-left {
    padding-left: 0;
  }

  .volunteer-col-right {
    padding-right: 0;
  }

  .volunteer-image-block {
    height: auto;
  }

  .volunteer-image-block.contact {
    height: 200px;
  }

  .volunteer-form {
    height: auto;
    padding: 25px;
  }

  .volunteer-form.contact {
    height: auto;
  }

  .large-image-block-overlay {
    background-color: rgba(0, 0, 0, .35);
    padding: 25px;
  }

  .popup-window {
    width: 90%;
    margin-top: 25px;
  }

  .popup-content-block {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .popup-form {
    padding: 25px;
  }

  .progress-bar-title {
    font-size: 22px;
    line-height: 21px;
  }

  .overall-column {
    padding-bottom: 9px;
  }

  .logo-image {
    margin-right: 4px;
  }

  .menu-button {
    text-align: center;
    margin-top: -48px;
    margin-right: 10px;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row, .info-blocks-col-left {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 17px;
    line-height: 20px;
  }

  h4 {
    font-size: 20px;
    line-height: 22px;
  }

  .button {
    margin-top: 7px;
  }

  .button.top-donate-button {
    background-image: url('../images/right-arrow.svg');
    background-position: 88%;
    background-repeat: no-repeat;
    background-size: 11px;
    width: auto;
    height: 45px;
    margin-right: 0;
    padding-top: 6px;
    padding-left: 15px;
    font-size: 20px;
  }

  .button.top-donate-button:hover {
    padding-right: 15px;
  }

  .button.white-outline {
    font-size: 15px;
    line-height: 24px;
  }

  .top-section {
    height: 52px;
    padding-top: 7px;
  }

  .nav-link, .nav-link.dropdown-nav-link {
    font-size: 20px;
  }

  .nav-menu {
    padding-left: 22px;
    padding-right: 22px;
  }

  .home-slider {
    height: auto;
  }

  .home-slide._0.adocao.univ, .home-slide._0.adocao.lancamento {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-slide-container {
    padding: 25px;
  }

  .home-slide-content-wrapper, .home-slide-content-wrapper.short {
    width: 100%;
  }

  .slide-title {
    margin-bottom: 9px;
  }

  .slide-title._2 {
    margin-bottom: 11px;
    font-size: 32px;
    line-height: 34px;
  }

  .section {
    padding: 50px 20px 20px;
  }

  .section.color {
    padding-top: 50px;
    padding-bottom: 30px;
    line-height: 20px;
  }

  .section.top-line {
    padding-bottom: 50px;
  }

  .title-wrapper {
    margin-bottom: 15px;
  }

  .section-title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 34px;
  }

  .section-title.subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .section-title.column-intro-title {
    font-size: 32px;
    line-height: 34px;
  }

  .info-icon-wrapper {
    height: 70px;
    margin-bottom: 25px;
    padding-top: 20px;
  }

  .footer {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 13px;
  }

  .item-block {
    padding-top: 20px;
  }

  .item-block-wrapper {
    margin-bottom: 25px;
  }

  .intro-text {
    font-size: 16px;
    line-height: 24px;
  }

  .left-column {
    padding-right: 0;
  }

  .right-column {
    padding-top: 15px;
  }

  .header-right-block {
    margin-top: 0;
  }

  .dropdown-link {
    font-size: 20px;
  }

  .dropdown-link.w--current {
    color: #246686;
  }

  .home-slide-overlay {
    background-color: rgba(0, 0, 0, .2);
  }

  .home-slide-overlay.off {
    background-color: rgba(0, 0, 0, .45);
    background-image: none;
  }

  .highlight-block-overlay {
    padding: 20px 40px 20px 20px;
  }

  .image-section-overlay {
    padding: 50px 20px;
  }

  .image-section-text-block {
    width: 100%;
  }

  .small-info-title {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .light-image-section-overlay, .light-image-section-overlay.with-image {
    padding: 50px 20px;
  }

  .footer-contact-list {
    padding-right: 0;
    list-style-type: none;
  }

  .footer-contact-list.left {
    list-style-type: disc;
  }

  .footer-contact-list-item {
    padding-left: 0;
  }

  .footer-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-contact-icon.brands.social {
    font-size: 20px;
  }

  .footer-contact-icon.brands.social.small {
    font-size: 18px;
  }

  .page-header.about-us {
    min-height: 300px;
  }

  .page-header-overlay {
    background-image: url('../images/worldmap-2.png');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .page-header-overlay.projects.school {
    flex-direction: row;
    display: block;
  }

  .page-header-overlay.projects.care {
    background-position: 0 0, 50%;
  }

  .page-header-overlay.projects.health {
    background-position: 0 0, 50%;
    display: block;
  }

  .page-header-overlay.projects.generic {
    display: block;
  }

  .page-header-overlay.projects.prata {
    background-position: 0 0, 50%;
  }

  .page-header-overlay.projects.covid {
    background-position: 0 0, 10%;
    display: block;
  }

  .page-header-overlay.projects.jade {
    flex-direction: row;
    display: block;
  }

  .page-header-overlay.projects.ucrania, .page-header-overlay.projects.petropolis, .page-header-overlay.projects.pernambuco, .page-header-overlay.projects.itabuna {
    background-position: 0 0, 10%;
    display: block;
  }

  .page-header-title {
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 34px;
  }

  .page-header-title.subtitle {
    font-size: 17px;
    line-height: 24px;
  }

  .page-header-title.sm {
    margin-bottom: 15px;
    font-size: 23px;
  }

  .stories-block-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .volunteer-image-block.contact {
    height: 250px;
    margin-bottom: 25px;
  }

  .volunteer-form {
    padding: 20px;
  }

  .volunteer-form.contact {
    padding-left: 0;
  }

  .field {
    height: 60px;
    font-size: 16px;
  }

  .large-image-block {
    margin-bottom: 10px;
  }

  .large-image-block-overlay {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 200px;
    padding: 20px;
    display: flex;
  }

  .popup-title {
    font-size: 20px;
  }

  .popup-title.subtitle {
    margin-top: 4px;
    font-size: 15px;
    line-height: 11px;
  }

  .popup-content-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .close-popup-button {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .progress-bar-title {
    font-size: 19px;
    line-height: 17px;
  }

  .progress-bar-title.w.bigger {
    font-size: 26px;
    line-height: 30px;
  }

  .overall-column {
    padding-bottom: 50px;
  }

  .logo-image {
    height: 40px;
  }

  .menu-button {
    width: 30px;
    height: 35px;
    margin-top: -45px;
    padding-top: 8px;
  }

  .brand {
    margin-top: 5px;
    margin-left: 10px;
  }

  .div-breadcrumbs {
    width: 88%;
  }

  .spacer.mobile {
    height: 25px;
    display: none;
  }

  .spacer.mob-off {
    display: none;
  }

  .columns-pics.inv, .columns {
    flex-direction: column;
  }

  .search {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
  }

  .search-button {
    background-color: #198fc9;
  }

  .search-input {
    width: 86%;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-link-search {
    opacity: .65;
    color: #13283f;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .columns-2 {
    flex-direction: column;
  }

  .column-2 {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-margin {
    margin-bottom: 0;
  }

  .pic-mobile {
    margin-bottom: 20px;
    display: block;
  }

  .video-2 {
    margin-top: 10px;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}