@font-face {
  font-family: Ixi social;
  src: url('../fonts/ixi_social.eot') format("embedded-opentype"), url('../fonts/ixi_social.woff') format("woff"), url('../fonts/ixi_social.ttf') format("truetype"), url('../fonts/ixi_social.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Social E Contactos;
  src: url('../fonts/social-e-contactos.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Setas E Social;
  src: url('../fonts/setas-e-social.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #f12b34;
  --midnight-blue: #19345c;
  --white-smoke: #ebebeb;
  --grey: #818484;
}

.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;
}

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

h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
}

p {
  color: #707070;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 160%;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--red);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-style: normal;
  line-height: 120%;
}

.button {
  float: right;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 200px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 15px 20px;
  font-weight: 600;
}

.button:hover {
  color: #000;
  background-color: #fff;
  font-weight: 600;
}

.button.glow {
  background-color: var(--red);
  border-style: none;
  border-radius: 8px;
  margin-top: 35px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.button.glow:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.nav-menu {
  float: left;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-weight: 600;
  line-height: 100px;
}

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

.nav-link.black {
  color: #1f1f1f;
  padding-left: 0;
  padding-right: 10px;
  font-size: 13px;
  line-height: 120px;
}

.nav-link.black:hover {
  text-decoration: underline;
}

.nav-link.black.donate {
  display: none;
}

.nav-link.black._2 {
  padding-right: 40px;
}

.nav-link._5 {
  display: none;
}

.contain {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px 15px 30px;
  font-size: 14px;
}

.dropdown-link:hover {
  color: #fff;
  text-decoration: underline;
}

.dropdown-link.w--current {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-list {
  width: 200px;
}

.dropdown-list.w--open {
  background-color: var(--midnight-blue);
  color: #fff;
  width: 250px;
  padding-top: 15px;
  padding-bottom: 20px;
  top: 90px;
}

.navbar {
  background-color: #0000;
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar._2 {
  background-color: #fff;
  height: 135px;
  padding: 5px 0;
  position: fixed;
  box-shadow: 0 2px 5px #00000014;
}

.brand {
  background-image: url('../images/logotipo_anaso_original.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 120px;
  margin-right: 3%;
}

.brand._2 {
  background-image: url('../images/Nmodules_Logo_horizontal_ORIGINAL.png');
}

.shadow {
  height: 135px;
}

.button-2 {
  background-color: #0b317c;
  border-radius: 8px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
}

.button-2:hover {
  background-color: #2e6ae2;
}

.slide-nav {
  font-size: 7px;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.overlay {
  z-index: 10;
  background-color: #19345cb8;
  padding-top: 136px;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.paragraph {
  color: #fff;
  text-shadow: 1px 1px 9px #00000096;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 150%;
}

.slide-2 {
  background-image: url('../images/WhatsApp-Image-2023-03-28-at-01.41.48.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._10 {
  background-image: url('../images/WhatsApp-Image-2023-03-28-at-00.01.23.jpeg');
}

.div-block {
  color: #fff;
  width: 60%;
  padding-right: 50px;
}

.div-block._70 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  text-transform: uppercase;
  text-shadow: 1px 1px 9px #0000007d;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 120%;
}

.slider {
  height: 600px;
}

.hero-section {
  height: 600px;
  position: relative;
}

.destaques {
  padding: 100px 0;
}

.titulos-h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-2._500 {
  margin-bottom: 15px;
}

.link {
  color: var(--red);
  font-size: 15px;
  font-weight: 700;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
}

.link-block {
  text-decoration: none;
}

.div-block-3 {
  height: 400px;
}

.link-block-2 {
  text-decoration: none;
  display: block;
}

.div-block-4 {
  border-radius: 8px;
  height: 400px;
  position: relative;
}

.div-block-5 {
  color: #333;
  padding-top: 25px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.heading-2:hover {
  text-decoration: underline;
}

.text-block {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
}

.link-block-3 {
  color: #333;
  margin-bottom: 35px;
  text-decoration: none;
  display: flex;
}

.div-block-6 {
  width: 150px;
  height: 150px;
}

.div-block-7 {
  flex: 1;
  padding-top: 5px;
  padding-left: 20px;
}

.text-block-2 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 130%;
}

.text-block-3 {
  color: #bbb;
  margin-bottom: 5px;
}

.text-block-4 {
  color: #a0a0a0;
  margin-bottom: 10px;
  font-size: 16px;
}

.text-block-5 {
  z-index: 5;
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 0;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 25px;
}

.section {
  background-color: var(--white-smoke);
  padding: 100px 0;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-4 {
  margin-bottom: 25px;
  margin-right: 25px;
  text-decoration: none;
  display: block;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.collection-list {
  margin-right: -25px;
}

.div-block-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 300px;
}

.div-block-9 {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 300px;
  padding: 35px;
  position: relative;
}

.text-block-6 {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #81848414;
  border-radius: 8px;
  padding: 12px;
  font-weight: 700;
}

.text-block-6._100 {
  position: absolute;
  inset: auto 35px 35px;
}

.text-block-7 {
  color: #333333e0;
  font-size: 20px;
  line-height: 130%;
}

.doar {
  background-image: linear-gradient(#19345cbf, #19345cbf), url('../images/6C623D7B-E11B-4CD6-B3B0AD5DB7A812EE_source.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-10 {
  color: #fff;
}

.doadores {
  padding: 100px 0;
}

.div-block-11 {
  height: 150px;
  margin-bottom: 50px;
  margin-right: 50px;
  display: block;
}

.collection-list-2 {
  margin-right: -50px;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-2 {
  color: #fff;
  width: 80%;
  font-size: 16px;
}

.div-block-13 {
  padding-top: 25px;
  display: flex;
}

.heading-3 {
  color: #002b6c;
  margin-top: 0;
  margin-bottom: 25px;
}

.heading-3.trust {
  color: #fff;
  margin-bottom: 35px;
  font-size: 19px;
}

.heading-3._3 {
  color: #fff;
  text-transform: uppercase;
}

.div-block-12 {
  background-image: url('../images/logotipo_anaso_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 100px;
  margin-bottom: 25px;
}

.contain-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

._2 {
  padding-left: 50px;
}

.link-4 {
  border: 1px solid var(--red);
  width: 50px;
  height: 50px;
  color: var(--red);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-family: Setas E Social, sans-serif;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.section-2 {
  background-color: #112441;
  padding: 100px 0;
}

.link-3 {
  color: #fff;
  text-transform: none;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

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

.section-3 {
  padding: 80px 0 100px;
}

.section-3.cinza {
  background-color: #ebebeb52;
}

.grid-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  margin-bottom: 50px;
}

.section-4 {
  padding: 55px;
}

.paragraph-3 {
  font-size: 18px;
}

.heading-5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.heading-5:hover {
  text-decoration: underline;
}

.heading-5._3 {
  font-size: 21px;
}

.heading-7 {
  line-height: 130%;
}

.paragraph-4 {
  color: #333333ba;
}

.div-block-14 {
  background-image: url('../images/IMG_6871-2.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 500px;
}

.section-5 {
  background-color: var(--white-smoke);
  padding: 80px 0;
}

.section-6 {
  background-color: var(--midnight-blue);
  padding: 100px 0;
}

.grid-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-16 {
  color: #fff;
  border: 1px dashed #f7f7f757;
  border-radius: 5px;
  padding: 45px;
}

.text-block-8 {
  color: var(--red);
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 100%;
}

.paragraph-5 {
  color: #fff;
}

.grid-7 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
}

.div-block-17 {
  background-image: url('../images/Imagem-WhatsApp-2023-09-13-às-07.41.16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 500px;
}

.div-block-17.presi {
  background-image: url('../images/WhatsApp-Image-2023-03-28-at-01.41.48.jpeg');
  background-position: 100%;
}

.div-block-18 {
  padding-top: 50px;
  padding-left: 50px;
}

.heading-8 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.heading-8._8 {
  text-transform: none;
  font-size: 33px;
}

.div-block-19 {
  margin-bottom: 50px;
  margin-right: 25px;
}

.collection-list-3 {
  margin-right: -25px;
}

.div-block-20 {
  border-radius: 8px;
  height: 300px;
}

.div-block-21 {
  height: 150px;
  padding-top: 25px;
  overflow: hidden;
}

.heading-9 {
  margin-bottom: 15px;
  font-size: 22px;
}

.text-block-9 {
  color: #333333cf;
  font-size: 19px;
  line-height: 140%;
}

.grid-8 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
}

.paragraph-6 {
  margin-bottom: 50px;
}

.heading-10 {
  margin-bottom: 10px;
  font-size: 23px;
}

.text-block-10 {
  font-size: 18px;
}

.section-7 {
  padding: 80px 50px 100px 0;
}

.section-8 {
  padding: 80px 50px 100px;
}

.div-block-22 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 500px;
}

.div-block-23 {
  width: 80%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote {
  border-left-color: var(--red);
  font-style: italic;
}

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

.section-9 {
  padding: 80px 0 100px;
}

.link-block-5 {
  margin-bottom: 35px;
  margin-right: 35px;
  text-decoration: none;
  display: block;
}

.div-block-24 {
  border-radius: 8px;
  height: 270px;
}

.div-block-25 {
  color: #242424;
  height: 200px;
  padding-top: 25px;
  overflow: hidden;
}

.div-block-7-copy {
  flex: 1;
  padding-top: 5px;
  padding-left: 0;
}

.grid-9 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.div-block-26 {
  border-left: 1px dashed #d5d5d5;
  padding-top: 0;
  padding-left: 35px;
}

.heading-11 {
  margin-bottom: 50px;
}

.heading-12 {
  margin-bottom: 20px;
}

.div-block-27 {
  margin-bottom: 35px;
}

.div-block-28 {
  border-radius: 8px;
  height: 500px;
}

.text-block-11 {
  color: #333333a3;
  font-size: 24px;
}

.div-block-29 {
  padding-top: 25px;
}

.link-block-6 {
  margin-bottom: 25px;
  text-decoration: none;
  display: block;
}

.text-block-12 {
  color: #333;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.section-9-copy {
  background-color: var(--white-smoke);
  padding: 80px 0 100px;
}

.div-block-30 {
  background-color: #fff;
  border-radius: 8px;
  height: 580px;
  margin-bottom: 35px;
  margin-right: 35px;
  padding: 35px;
  position: relative;
}

.div-block-31 {
  height: 350px;
}

.div-block-32 {
  height: 120px;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}

.link-block-7 {
  text-decoration: none;
  display: block;
  position: absolute;
  inset: auto 35px 25px;
}

.link-block-7:hover {
  text-decoration: underline;
}

.heading-13 {
  margin-bottom: 25px;
  font-weight: 700;
}

.section-10 {
  padding: 80px 0 100px;
}

.div-block-18-copy {
  padding-top: 100px;
  padding-left: 0;
  padding-right: 50px;
}

.text-block-13 {
  color: #3333339c;
  font-size: 18px;
}

.link-5 {
  border: 1px dashed var(--red);
  max-width: 200px;
  color: var(--midnight-blue);
  text-align: center;
  background-color: #f12b3429;
  border-radius: 8px;
  margin-top: 25px;
  padding: 15px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.link-5:hover {
  background-color: var(--red);
  color: #fff;
}

.slider-2 {
  height: 550px;
}

.slide-nav-2 {
  display: none;
}

.div-block-33 {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 60px;
}

.lig {
  color: var(--red);
  margin-bottom: 20px;
  font-family: Social E Contactos, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.div-block-39 {
  margin-top: 80px;
}

.map {
  border-radius: 8px;
  height: 600px;
}

.div-block-45 {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
}

.div-block-46 {
  background-image: url('../images/banco-bic-fb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 60px;
}

.div-block-46.bfa {
  background-image: url('../images/transferir-2.png');
  background-position: 50%;
}

.div-block-47 {
  flex: 1;
  padding-left: 20px;
}

.div-block-44 {
  padding-right: 0;
}

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

.heading-25 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-7 {
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 150%;
}

.div-block-48 {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.section-11 {
  padding: 80px 0 100px;
}

.div-block-49 {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-bottom-color: #c6c6c6;
  border-radius: 5px;
  padding: 40px;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.main-head {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}

.main-head.cinza {
  color: #333;
  text-align: left;
}

.contain-3 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.paragraph-8 {
  margin-bottom: 50px;
}

.div-block-50 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-4 {
  margin-right: -25px;
}

.collection-list-5 {
  margin-right: -35px;
}

.text-block-6-copy {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #81848414;
  border-radius: 8px;
  padding: 12px;
  font-weight: 700;
  position: absolute;
  inset: auto 35px 20px;
}

.text-block-6-copy._100 {
  position: absolute;
  inset: auto 35px 35px;
}

.div-block-51 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.img-doenca {
  background-image: url('../images/EuropaPress_2014629_tuberculosis_NoticiaAmpliada.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 550px;
}

.div-block-52 {
  width: 60%;
  margin-bottom: 50px;
}

.link-block-8 {
  background-color: #fff;
  border-radius: 5px;
  height: 240px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 32px;
  text-decoration: none;
  display: block;
  box-shadow: 0 2px 5px #0000000f;
}

.link-block-8:hover {
  border: 1px solid #19345c52;
}

.div-block-53 {
  width: 70px;
  height: 50px;
  margin-bottom: 93px;
}

.text-block-14 {
  color: #000;
  font-size: 24px;
}

.div-block-54 {
  margin-bottom: 50px;
  display: flex;
}

.link-6 {
  color: var(--midnight-blue);
  align-items: center;
  margin-right: 15px;
  font-family: Setas E Social, sans-serif;
  font-size: 27px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  transform: rotate(-45deg);
}

.tab-link-tab-3 {
  border-radius: 5px;
  margin-right: 10px;
  font-size: 17px;
}

.tab-link-tab-3.w--current {
  background-color: var(--midnight-blue);
  color: #fff;
  font-weight: 700;
}

.tab-pane-tab-1 {
  padding-top: 35px;
}

.link-block-9 {
  color: #1f1f1f;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #00000014;
}

.collection-list-wrapper {
  margin-right: -25px;
}

.div-block-55 {
  border-radius: 5px;
  flex: none;
  width: 170px;
  height: 170px;
}

.div-block-56 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 25px;
  display: flex;
}

.text-block-15 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-16 {
  color: var(--grey);
  font-size: 18px;
}

.text-block-17 {
  color: #1f1f1f8a;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}

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

.div-block-57 {
  margin-bottom: 35px;
  display: flex;
}

.text-block-18 {
  align-items: center;
  font-size: 21px;
  line-height: 130%;
  display: flex;
}

.info-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-58 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 44px;
  display: flex;
}

.div-block-59 {
  border-radius: 5px;
  width: 220px;
  height: 220px;
}

.div-block-60 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 35px;
  display: flex;
}

.heading-31 {
  margin-bottom: 20px;
  font-size: 34px;
}

.text-block-19 {
  margin-bottom: 15px;
  font-size: 21px;
}

.div-block-61 {
  background-color: #fff;
  padding: 46px;
}

.div-block-62 {
  display: flex;
}

.text-block-20 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}

.div-block-63 {
  border: 1px solid #e6e6e6;
  border-radius: 200px;
  flex: none;
  width: 60px;
  height: 60px;
}

.div-block-64 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.div-block-65 {
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 35px;
  padding-bottom: 15px;
}

.text-block-21 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}

.text-block-21._5 {
  margin-bottom: 5px;
}

.paragraph-10 {
  margin-bottom: 0;
}

.image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.image._1 {
  border-radius: 8px;
}

.image._2 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-left: 0;
}

.image._4 {
  border-radius: 200px;
}

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

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

.img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.grid-13, .grid-14, .grid-15 {
  grid-template-columns: 1fr 1fr 1fr;
}

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

@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }

  .button {
    display: none;
  }

  .nav-menu {
    background-color: var(--midnight-blue);
    width: 70%;
    height: 100vh;
    padding-top: 50px;
  }

  .nav-link {
    padding-left: 50px;
    line-height: 90px;
  }

  .nav-link.black {
    color: #fff;
    padding-left: 40px;
    line-height: 80px;
  }

  .nav-link.black.donate {
    background-color: var(--red);
    display: block;
  }

  .nav-link._5 {
    background-color: #69ac5a;
    display: block;
  }

  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-link {
    padding-left: 50px;
  }

  .dropdown-link:hover {
    color: #fff;
  }

  .dropdown {
    display: block;
  }

  .dropdown-list.w--open {
    background-color: #0e1f39;
    position: static;
  }

  .navbar {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar._2 {
    height: 95px;
  }

  .brand {
    width: 250px;
    height: 80px;
  }

  .menu-button {
    color: #616161;
    height: 80px;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .shadow {
    height: 95px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .overlay {
    height: 100%;
    padding-top: 151px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 18px;
  }

  .div-block {
    width: 80%;
  }

  .heading {
    font-size: 42px;
  }

  .slider {
    height: 100%;
  }

  .hero-section {
    height: 70vh;
  }

  .destaques {
    padding: 70px 0 50px;
  }

  .titulos-h2 {
    font-size: 28px;
  }

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

  .section {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .link-block-4 {
    margin-right: 20px;
  }

  .collection-list {
    margin-right: -15px;
  }

  .div-block-8 {
    height: 200px;
  }

  .div-block-9 {
    padding: 24px;
  }

  .text-block-6._100 {
    font-size: 13px;
  }

  .text-block-7 {
    font-size: 18px;
  }

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

  .doadores {
    padding: 80px 0 50px;
  }

  .div-block-11 {
    margin-bottom: 25px;
    margin-right: 50px;
  }

  .collection-list-2 {
    margin-right: 0;
  }

  .paragraph-2 {
    width: 90%;
  }

  .div-block-13 {
    padding-top: 10px;
  }

  .heading-3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .div-block-12 {
    height: 80px;
  }

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

  ._2 {
    padding-left: 0;
  }

  .link-4 {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .section-2 {
    padding: 80px 0 70px;
  }

  .section-3 {
    padding: 70px 0;
  }

  .heading-5._3 {
    font-size: 16px;
  }

  .section-5, .section-6 {
    padding: 70px 0;
  }

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-16 {
    padding: 35px 25px;
  }

  .text-block-8 {
    font-size: 43px;
  }

  .div-block-17 {
    height: 400px;
  }

  .div-block-18 {
    padding-left: 0;
  }

  .heading-8._8 {
    font-size: 29px;
  }

  .div-block-19 {
    margin-right: 15px;
  }

  .collection-list-3 {
    margin-right: -15px;
  }

  .div-block-20 {
    height: 200px;
  }

  .heading-9 {
    font-size: 19px;
    line-height: 120%;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .section-7, .section-8 {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    height: 350px;
  }

  .div-block-23 {
    width: 100%;
  }

  .section-9 {
    padding: 70px 0 80px;
  }

  .link-block-5 {
    margin-right: 15px;
  }

  .div-block-24 {
    height: 220px;
  }

  .div-block-25 {
    padding-top: 15px;
  }

  .grid-9 {
    grid-template-columns: 2.5fr;
  }

  .div-block-26 {
    margin-top: 50px;
  }

  .heading-12 {
    font-size: 33px;
  }

  .div-block-28 {
    height: 400px;
  }

  .section-9-copy {
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-30 {
    height: 500px;
    margin-right: 15px;
    padding: 20px;
  }

  .div-block-31 {
    height: 270px;
  }

  .heading-13 {
    font-size: 16px;
  }

  .section-10 {
    padding: 70px 0;
  }

  .div-block-18-copy {
    padding-top: 50px;
    padding-right: 0;
  }

  .div-block-33 {
    padding: 25px;
  }

  .div-block-39 {
    margin-top: 35px;
  }

  .map {
    height: 400px;
  }

  .div-block-44 {
    padding-right: 0;
  }

  .section-11 {
    padding: 37px 0 70px;
  }

  .main-head {
    font-size: 32px;
  }

  .contain-3 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-50 {
    width: 100%;
  }

  .collection-list-4, .collection-list-5 {
    margin-right: -15px;
  }

  .text-block-6-copy {
    position: absolute;
    inset: auto 20px 15px;
  }

  .text-block-6-copy._100 {
    font-size: 13px;
  }

  .img-doenca {
    height: 450px;
  }

  .link-block-9 {
    flex-direction: column;
  }

  .div-block-55 {
    width: 100%;
    height: 210px;
    margin-bottom: 25px;
  }

  .div-block-56 {
    padding-left: 0;
  }

  .text-block-15 {
    font-size: 21px;
  }

  .text-block-17 {
    font-size: 11px;
  }

  .section-12 {
    padding-top: 50px;
  }

  .info-wrapper {
    width: 100%;
  }

  .div-block-58 {
    padding: 25px;
  }

  .heading-31 {
    font-size: 32px;
  }

  .div-block-61 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }

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

  .overlay {
    padding-top: 123px;
  }

  .div-block {
    width: 100%;
  }

  .heading {
    font-size: 41px;
  }

  .hero-section {
    height: 70vh;
  }

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

  .link-block-4 {
    height: auto;
  }

  .div-block-8 {
    height: 250px;
  }

  .div-block-9 {
    height: auto;
    padding-bottom: 93px;
  }

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

  .section-3.cinza {
    padding-top: 50px;
  }

  .div-block-14 {
    height: 350px;
  }

  .grid-6, .grid-7 {
    grid-template-columns: 1fr;
  }

  .div-block-17 {
    height: 300px;
  }

  .div-block-18 {
    padding-top: 0;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .section-7 {
    padding-top: 60px;
  }

  .div-block-22 {
    height: 300px;
  }

  .heading-12 {
    font-size: 28px;
  }

  .text-block-11 {
    font-size: 21px;
  }

  .div-block-30 {
    height: auto;
  }

  .div-block-31 {
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    min-height: 500px;
  }

  .section-10 {
    padding-top: 50px;
  }

  .div-block-18-copy {
    padding-top: 0;
  }

  .slider-2 {
    height: 450px;
  }

  .div-block-49 {
    padding: 30px 25px;
  }

  .main-head.cinza {
    font-size: 27px;
    line-height: 100%;
  }

  .contain-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-52 {
    width: 100%;
  }

  .link-block-8 {
    height: auto;
    margin-right: 0;
  }

  .div-block-53 {
    margin-bottom: 47px;
  }

  .link-block-9 {
    flex-direction: row;
  }

  .div-block-55 {
    width: 80px;
    height: 80px;
  }

  .div-block-60 {
    padding-left: 25px;
  }
}

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

  p {
    font-size: 16px;
  }

  .nav-menu {
    width: 80%;
  }

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

  .navbar._2 {
    height: 82px;
  }

  .brand {
    width: 150px;
    height: 70px;
  }

  .menu-button {
    padding-top: 19px;
  }

  .shadow {
    height: 82px;
  }

  .button-2 {
    font-size: 14px;
  }

  .overlay {
    height: 100%;
    padding-top: 146px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .div-block {
    padding-right: 0;
  }

  .heading {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 120%;
  }

  .slider {
    height: 100%;
  }

  .hero-section {
    height: 70vh;
  }

  .titulos-h2 {
    font-size: 24px;
  }

  .div-block-2 {
    margin-bottom: 35px;
  }

  .link {
    font-size: 12px;
  }

  .div-block-4 {
    height: 300px;
  }

  .div-block-5 {
    padding-top: 15px;
  }

  .heading-2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .link-block-3 {
    flex-direction: column;
  }

  .div-block-6 {
    width: 100%;
    height: 200px;
  }

  .div-block-7 {
    padding-top: 10px;
    padding-left: 0;
  }

  .text-block-5 {
    margin-top: 15px;
    margin-left: 15px;
  }

  .link-block-4, .collection-list {
    margin-right: 0;
  }

  .div-block-8 {
    height: 200px;
  }

  .div-block-9 {
    height: auto;
    padding: 20px 20px 121px;
  }

  .doar {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .paragraph-2 {
    width: 100%;
    font-size: 16px;
  }

  .link-3 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .section-3 {
    padding-top: 50px;
  }

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

  .heading-5._3 {
    font-size: 17px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .div-block-17 {
    height: 250px;
  }

  .heading-8._8 {
    font-size: 25px;
    line-height: 120%;
  }

  .heading-10 {
    font-size: 19px;
  }

  .text-block-10 {
    font-size: 15px;
  }

  .section-7 {
    padding-bottom: 50px;
  }

  .section-8 {
    padding-top: 60px;
  }

  .div-block-22 {
    height: 250px;
  }

  .section-9 {
    padding-top: 60px;
  }

  .link-block-5 {
    margin-right: 15px;
  }

  .div-block-25 {
    height: auto;
  }

  .div-block-26 {
    padding-left: 25px;
  }

  .heading-12 {
    font-size: 24px;
  }

  .div-block-28 {
    height: 250px;
  }

  .text-block-11 {
    line-height: 19px;
  }

  .section-9-copy {
    padding-top: 50px;
  }

  .div-block-31 {
    min-height: 350px;
  }

  .link-block-7 {
    bottom: 15px;
    left: 20px;
    right: 20px;
  }

  .slider-2, .map {
    height: 350px;
  }

  .div-block-45 {
    flex-direction: column;
  }

  .div-block-46 {
    background-position: 0%;
  }

  .div-block-47 {
    padding-left: 0;
  }

  .section-11 {
    padding-top: 50px;
  }

  .heading-17 {
    font-size: 20px;
  }

  .main-head {
    font-size: 28px;
    line-height: 130%;
  }

  .contain-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .collection-list-4 {
    margin-right: -15px;
  }

  .text-block-6-copy {
    font-size: 13px;
    position: absolute;
    inset: auto 20px 15px;
  }

  .heading-26 {
    font-size: 16px;
  }

  .heading-27 {
    font-size: 15px;
  }

  .heading-28 {
    font-size: 12px;
  }

  .heading-29 {
    font-size: 11px;
  }

  .heading-30 {
    font-size: 28px;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .img-doenca {
    height: 250px;
  }

  .link-block-8 {
    padding: 25px;
  }

  .div-block-53 {
    width: 60px;
    margin-bottom: 36px;
  }

  .text-block-14 {
    font-size: 22px;
  }

  .link-block-9 {
    flex-direction: column;
    margin-right: 0;
    padding: 20px;
  }

  .collection-list-wrapper {
    margin-right: 0;
  }

  .div-block-55 {
    width: 100%;
    height: 170px;
    margin-bottom: 15px;
  }

  .text-block-15 {
    font-size: 19px;
  }

  .tabs-menu {
    display: flex;
    overflow: auto;
  }

  .div-block-58 {
    flex-direction: column;
  }

  .div-block-59 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-60 {
    padding-left: 0;
  }

  .heading-31 {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 110%;
  }

  .div-block-61 {
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .text-block-21 {
    font-size: 14px;
  }
}

#w-node-_0f707e02-f573-56c7-4735-19113ed275cc-3ed275c9, #w-node-_0f707e02-f573-56c7-4735-19113ed275d1-3ed275c9, #w-node-_0f707e02-f573-56c7-4735-19113ed275dc-3ed275c9, #w-node-_5329159c-5c57-9947-6631-75076a4f8108-ab4171b7, #w-node-_14fbccbd-8767-b529-4749-311c742ee258-ab4171b7, #w-node-_02664bf8-250d-5093-0413-e1f13e9a28d4-ab4171b7, #w-node-_02664bf8-250d-5093-0413-e1f13e9a28db-ab4171b7, #w-node-_02664bf8-250d-5093-0413-e1f13e9a28e2-ab4171b7, #w-node-_508557f6-9a6f-0bd3-e008-8b1714fb2b52-ab4171b7, #w-node-_3ce3ff5e-0f8b-9644-a67c-4f4273472888-ab4171b7, #w-node-c07bf167-ae77-887f-72ec-579b4936fe33-ab4171ba, #w-node-c07bf167-ae77-887f-72ec-579b4936fe34-ab4171ba, #w-node-b0c390ce-f2e0-416a-6ab1-2e4e2f2f4738-ab4171be, #w-node-b0c390ce-f2e0-416a-6ab1-2e4e2f2f4743-ab4171be, #w-node-b0c390ce-f2e0-416a-6ab1-2e4e2f2f474e-ab4171be, #w-node-c98a08ff-1084-129d-d3c5-ba4f70c73f83-e6af63d4, #w-node-c98a08ff-1084-129d-d3c5-ba4f70c73fbd-e6af63d4, #w-node-_99ff1b60-3841-7398-aa2f-006aa08b85bd-abe819c5, #w-node-_99ff1b60-3841-7398-aa2f-006aa08b85c2-abe819c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Ixi social';
  src: url('../fonts/ixi_social.eot') format('embedded-opentype'), url('../fonts/ixi_social.woff') format('woff'), url('../fonts/ixi_social.ttf') format('truetype'), url('../fonts/ixi_social.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social E Contactos';
  src: url('../fonts/social-e-contactos.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Setas E Social';
  src: url('../fonts/setas-e-social.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}