@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.box-padding {
  padding-top: 64px;
  padding-bottom: 64px; }

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px; }
  .grid-3 .title {
    font-size: 1.5rem; }
  @media (max-width: 768.99px) {
    .grid-3 {
      display: block; } }

.grid-1-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; }
  .grid-1-2 .image img {
    width: 100%; }
  @media (max-width: 768.99px) {
    .grid-1-2 {
      grid-template-columns: 1fr; } }

.content .text p {
  color: inherit; }

.pad-top-184 {
  padding-top: 184px !important; }
  @media (max-width: 768.99px) {
    .pad-top-184 {
      padding-top: 64px !important; } }

.pad-top-500 {
  padding-top: 500px !important; }
  @media (max-width: 768.99px) {
    .pad-top-500 {
      padding-top: 64px !important; } }

.align-items-center {
  align-items: center; }

.v-mobile {
  display: none !important; }
  @media (max-width: 1024.98px) {
    .v-mobile {
      display: block !important; } }

.color-wt {
  color: #fff; }

.color-1 {
  color: #b82039; }

.color-2 {
  color: #f0c03b !important; }

.color-grey-dark {
  color: #3a3a3a; }

.link--2 {
  color: #f0c03b; }
  .link--2:hover {
    color: #f0c03b; }

@font-face {
  font-family: "Dulcelin";
  src: url("../custom-fonts/dulcelin/Dulcelin.eot");
  src: url("../custom-fonts/dulcelin/Dulcelin.eot?#iefix") format("embedded-opentype"), url("../custom-fonts/dulcelin/Dulcelin.woff2") format("woff2"), url("../custom-fonts/dulcelin/Dulcelin.woff") format("woff"), url("../custom-fonts/dulcelin/Dulcelin.ttf") format("truetype"), url("../custom-fonts/dulcelin/Dulcelin.svg#Dulcelin") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #717171; }

.fs-1-5 {
  font-size: 1.5rem;
  line-height: 1.3rem; }

.fs-3 {
  font-size: 3rem !important; }

.title {
  font-size: 2.3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold; }
  @media (max-width: 768.99px) {
    .title {
      font-size: 1.5rem; } }
  .title--dulcelin {
    font-family: "Dulcelin";
    font-size: 3.5rem; }
    @media (max-width: 768.99px) {
      .title--dulcelin {
        font-size: 2.5rem; } }

.subtitle {
  font-size: 1.5rem; }

.dulcelin {
  font-family: "Dulcelin"; }

.c-navbar {
  background-color: #f1efec;
  padding: 16px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2; }
  .c-navbar .btn--yellow {
    margin-left: auto;
    display: flex;
    width: 100%;
    max-width: 200px; }
    @media (max-width: 1024.98px) {
      .c-navbar .btn--yellow {
        display: none; } }
  .c-navbar .navigation {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .c-navbar .navigation li {
      margin-right: 12px;
      margin-left: 12px;
      text-align: center;
      justify-content: center;
      align-items: center;
      display: flex; }
      .c-navbar .navigation li a {
        color: #4f4f4f;
        font-weight: bold;
        line-height: 1.25rem;
        font-size: 0.95rem;
        transition: color ease-in-out 0.3s; }
        .c-navbar .navigation li a.active {
          color: #f0c03b; }
        .c-navbar .navigation li a:hover {
          color: #b82039;
          text-decoration: none; }
    @media (max-width: 1024.98px) {
      .c-navbar .navigation {
        height: 0;
        overflow: hidden; } }
    @media (max-width: 1024.98px) {
      .c-navbar .navigation.mobile {
        display: flex;
        width: 100%;
        height: 90vh;
        flex-direction: column;
        position: absolute;
        align-items: center;
        justify-content: center;
        background-color: #b82039;
        left: 0;
        top: 92px;
        padding: 42px;
        transition: all ease 0.5s; }
        .c-navbar .navigation.mobile li {
          margin-bottom: 1.5rem; }
          .c-navbar .navigation.mobile li a {
            color: #fff;
            font-size: 1.2rem;
            line-height: 1.2rem; }
            .c-navbar .navigation.mobile li a.dropdown-item {
              color: #b82039 !important; }
            .c-navbar .navigation.mobile li a.active {
              color: #f0c03b; } }

.footer-navigation {
  margin-left: 0;
  padding-left: 1rem;
  list-style-image: url("../img/icons/i-li--red.png"); }
  .footer-navigation li {
    margin-bottom: 12px; }
    .footer-navigation li a {
      color: #717171; }

#mobile-menu-icon {
  margin-left: auto;
  display: none; }
  #mobile-menu-icon img {
    width: 60px; }
  @media (max-width: 1024.98px) {
    #mobile-menu-icon {
      display: block; } }

.btn--yellow {
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: #f0c03b;
  padding: 12px 16px;
  border: 2px solid #f0c03b;
  border-radius: 32px;
  color: #b82039;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  transition: all ease-in-out 0.3s; }
  .btn--yellow.with-icon img {
    width: 14px;
    margin-right: 8px !important; }
  .btn--yellow.with-icon:hover {
    border-color: #f0c03b;
    color: #b82039;
    text-decoration: none; }
    .btn--yellow.with-icon:hover img {
      animation: heartBeat 1s linear 0s infinite; }
  .btn--yellow:hover {
    border-color: #b82039;
    color: #b82039;
    background-color: rgba(240, 192, 59, 0.5);
    text-decoration: none; }

.btn--yellow__submit {
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: #f0c03b;
  padding: 12px 16px;
  border: 2px solid #f0c03b;
  border-radius: 32px;
  color: #b82039;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  transition: all ease-in-out 0.3s; }
  .btn--yellow__submit.with-icon img {
    width: 14px;
    margin-right: 8px !important; }
  .btn--yellow__submit.with-icon:hover {
    border-color: #f0c03b;
    color: #b82039;
    text-decoration: none; }
    .btn--yellow__submit.with-icon:hover img {
      animation: heartBeat 1s linear 0s infinite; }
  .btn--yellow__submit:hover {
    border-color: #b82039;
    color: #b82039;
    background-color: rgba(240, 192, 59, 0.5);
    text-decoration: none; }
  .btn--yellow__submit:hover {
    color: #fff !important;
    border-color: #f0c03b; }

.btn--red {
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: #b82039;
  padding: 12px 16px;
  border: 2px solid #b82039;
  border-radius: 32px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  transition: all ease-in-out 0.3s; }
  .btn--red.with-icon img {
    width: 14px;
    margin-right: 8px !important; }
  .btn--red.with-icon:hover {
    border-color: #b82039;
    color: #fff;
    text-decoration: none; }
    .btn--red.with-icon:hover img {
      animation: heartBeat 1s linear 0s infinite; }
  .btn--red:hover {
    border-color: #fff;
    color: #fff;
    background-color: rgba(184, 32, 57, 0.5);
    text-decoration: none; }

.btn--green {
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: #4ac959;
  padding: 12px 16px;
  border: 2px solid #4ac959;
  border-radius: 32px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  transition: all ease-in-out 0.3s; }
  .btn--green.with-icon img {
    width: 14px;
    margin-right: 8px !important; }
  .btn--green.with-icon:hover {
    border-color: #4ac959;
    color: #fff;
    text-decoration: none; }
    .btn--green.with-icon:hover img {
      animation: heartBeat 1s linear 0s infinite; }
  .btn--green:hover {
    border-color: #fff;
    color: #fff;
    background-color: rgba(74, 201, 89, 0.5);
    text-decoration: none; }

.social-midia {
  display: flex;
  padding: 0;
  margin: 0; }
  .social-midia li {
    list-style: none;
    margin-right: 16px; }
    .social-midia li img {
      width: 16px; }
    .social-midia li a {
      opacity: 0.75;
      transition: opacity ease-in-out 0.2s; }
      .social-midia li a:hover {
        opacity: 1; }

.social-midia--2 {
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 32px; }
  .social-midia--2 li {
    list-style: none;
    margin-right: 16px; }
    .social-midia--2 li img {
      width: 16px; }
    .social-midia--2 li a {
      opacity: 1;
      background-color: #b82039;
      padding: 8px 12px;
      border-radius: 4px;
      opacity: 0.8;
      transition: opacity ease-in-out 0.2s; }
      .social-midia--2 li a:hover {
        opacity: 1; }

#banner-carousel.owl-carousel.owl-theme {
  background-color: #b82039; }
  #banner-carousel.owl-carousel.owl-theme .item {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center; }
    @media (max-width: 768.99px) {
      #banner-carousel.owl-carousel.owl-theme .item {
        background-position-y: top; } }
    @media (max-width: 576.99px) {
      #banner-carousel.owl-carousel.owl-theme .item {
        height: 60vh; } }
    #banner-carousel.owl-carousel.owl-theme .item .all-link {
      width: 100%;
      height: 100%; }
  #banner-carousel.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f0c03b;
    display: flex; }
    #banner-carousel.owl-carousel.owl-theme .owl-nav button.owl-next,
    #banner-carousel.owl-carousel.owl-theme .owl-nav button.owl-prev {
      padding: 24px !important;
      margin: 0 !important;
      font-size: 12px !important;
      border-radius: 0;
      line-height: 0; }
      #banner-carousel.owl-carousel.owl-theme .owl-nav button.owl-next:hover,
      #banner-carousel.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
        background-color: rgba(0, 0, 0, 0.3); }
      #banner-carousel.owl-carousel.owl-theme .owl-nav button.owl-next span,
      #banner-carousel.owl-carousel.owl-theme .owl-nav button.owl-prev span {
        font-size: 38px;
        color: #fff; }

.banner-1 {
  background-image: url("../img/banners/banner-1.jpg"); }
  @media (max-width: 768.99px) {
    .banner-1 {
      background-image: url("../img/banners/mobile/banner-1.jpg"); } }

.banner-2 {
  background-image: url("../img/banners/banner-2.jpg"); }
  @media (max-width: 768.99px) {
    .banner-2 {
      background-image: url("../img/banners/mobile/banner-2.jpg"); } }

.banner-3 {
  background-image: url("../img/banners/banner-3.jpg"); }
  @media (max-width: 768.99px) {
    .banner-3 {
      background-image: url("../img/banners/mobile/banner-3.jpg"); } }

.banner-4 {
  background-image: url("../img/banners/banner-4.jpg"); }
  @media (max-width: 768.99px) {
    .banner-4 {
      background-image: url("../img/banners/mobile/banner-4.jpg"); } }

#banner-top {
  position: relative;
  height: 70vh;
  background-color: red;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #banner-top.v2 {
    height: 360px; }
    @media (max-width: 1024.98px) {
      #banner-top.v2 {
        height: 240px; } }
  #banner-top::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65); }
  #banner-top .container {
    position: relative;
    z-index: 2; }

.content-box-1 {
  display: grid;
  grid-template-columns: 580px 1fr;
  justify-content: center;
  align-items: center;
  position: relative; }
  .content-box-1 .image img {
    width: 100%; }
  .content-box-1 .content {
    padding: 64px; }
    @media (max-width: 768.99px) {
      .content-box-1 .content {
        padding: 15px; } }
  @media (max-width: 1024.98px) {
    .content-box-1 {
      grid-template-columns: 420px 1fr; } }
  @media (max-width: 768.99px) {
    .content-box-1 {
      grid-template-columns: 1fr; } }

.content-box-2 {
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; }
  .content-box-2 .content .image img {
    border-radius: 16px; }
  .content-box-2 .content .title {
    font-size: 1.7rem; }
  .content-box-2 .content .subtitle {
    font-size: 1.3rem; }
  .content-box-2 .content .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify; }
  @media (max-width: 1024.98px) {
    .content-box-2 .mini-block-red {
      margin-top: -20px; } }
  @media (max-width: 768.99px) {
    .content-box-2 {
      grid-template-columns: 1fr; } }

.mini-block-yellow {
  width: 360px;
  height: 260px;
  padding: 32px;
  border-radius: 16px;
  background-color: #f0c03b; }
  .mini-block-yellow p {
    margin: 0;
    padding: 0;
    color: #3a3a3a; }
  @media (max-width: 768.99px) {
    .mini-block-yellow {
      width: auto;
      height: auto;
      padding: 15px; } }

.mini-block-red {
  background-color: #b82039;
  padding: 32px;
  padding-right: 128px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  position: absolute;
  right: 0;
  width: 450px;
  margin-top: -40px; }
  .mini-block-red p {
    margin: 0;
    padding: 0;
    color: #fff; }
  @media (max-width: 768.99px) {
    .mini-block-red {
      position: relative;
      margin-top: 32px !important;
      width: auto;
      height: auto;
      border-radius: 16px;
      padding: 15px; } }

.content-box-3 {
  display: flex; }
  .content-box-3 .text {
    padding-right: 32px;
    text-align: justify; }
    @media (max-width: 768.99px) {
      .content-box-3 .text {
        padding-right: 0; } }
    .content-box-3 .text .image {
      display: grid;
      display: grid;
      grid-template-columns: 480px 250px;
      gap: 24px;
      height: 190px;
      overflow: hidden;
      margin-bottom: 16px; }
      .content-box-3 .text .image img {
        max-width: 100%;
        margin: 0 auto; }
      @media (max-width: 768.99px) {
        .content-box-3 .text .image {
          grid-template-columns: 1fr;
          overflow: unset;
          height: auto; } }
  .content-box-3 .side {
    background-color: #b82039;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    max-height: 560px; }
    @media (max-width: 1024.98px) {
      .content-box-3 .side {
        max-height: unset;
        margin-bottom: 32px; } }
    .content-box-3 .side ul {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      height: 100%; }
      @media (max-width: 1024.98px) {
        .content-box-3 .side ul {
          align-items: flex-start; } }
      .content-box-3 .side ul li {
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 1024.98px) {
          .content-box-3 .side ul li {
            margin: 16px 0; } }
        .content-box-3 .side ul li img {
          width: 72px;
          margin-right: 16px; }
        .content-box-3 .side ul li span {
          color: #fff;
          font-size: 1.2rem;
          font-weight: bold; }
  @media (max-width: 1024.98px) {
    .content-box-3 {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px; } }
  @media (max-width: 768.99px) {
    .content-box-3 {
      display: block; } }

.content-box-4 {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 32px;
  padding-bottom: 100px;
  align-items: center;
  position: relative; }
  @media (max-width: 1024.98px) {
    .content-box-4 {
      grid-template-columns: 1fr;
      padding-bottom: 0; } }
  .content-box-4 .images {
    position: relative; }
    .content-box-4 .images img {
      display: block; }
      @media (max-width: 1024.98px) {
        .content-box-4 .images img {
          margin: 0 auto; } }
      .content-box-4 .images img:nth-of-type(1) {
        width: 400px; }
        @media (max-width: 1024.98px) {
          .content-box-4 .images img:nth-of-type(1) {
            max-width: 100%; } }
      .content-box-4 .images img:nth-of-type(2) {
        width: 360px;
        position: absolute;
        bottom: -100px;
        right: 0;
        z-index: 2;
        border: 8px solid #fff; }
        @media (max-width: 1024.98px) {
          .content-box-4 .images img:nth-of-type(2) {
            position: relative;
            right: unset;
            bottom: unset;
            max-width: 100%; } }
  .content-box-4 .mini-block-yellow {
    width: 680px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 32px;
    z-index: 3; }
    @media (max-width: 1024.98px) {
      .content-box-4 .mini-block-yellow {
        position: relative;
        right: unset;
        bottom: unset;
        width: 100%; } }

.content-box-5 {
  position: relative;
  margin-top: 64px;
  max-height: 320px;
  padding-top: 64px;
  padding-bottom: 64px;
  background-image: url("../img/bg/bg-4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 768.99px) {
    .content-box-5 {
      max-height: 100%; } }
  .content-box-5::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #b82039;
    z-index: 2;
    mix-blend-mode: multiply; }
  .content-box-5 .title--dulcelin {
    font-size: 5rem; }
  .content-box-5 .content-header {
    position: relative;
    z-index: 3; }
  .content-box-5 .text {
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.15); }

.content-box-6 {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  background-image: url("../img/bg/bg-6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .content-box-6::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2; }
  .content-box-6 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 3; }
    @media (max-width: 768.99px) {
      .content-box-6 .container {
        grid-template-columns: 1fr; } }
    .content-box-6 .container p {
      color: #fff; }
    .content-box-6 .container .image {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .content-box-6 .container .image img {
        width: 420px;
        position: absolute;
        bottom: -100px;
        border-radius: 16px;
        box-shadow: 8px 8px 8px -1px rgba(0, 0, 0, 0.15); }
        @media (max-width: 768.99px) {
          .content-box-6 .container .image img {
            position: relative;
            bottom: unset;
            max-width: 100%; } }

.content-box-7 {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
  align-items: center; }
  .content-box-7 .text .icon {
    width: 64px;
    margin: 32px auto;
    text-align: center;
    display: block; }
  .content-box-7 .image img {
    max-width: 100%;
    border-radius: 16px; }
  @media (max-width: 768.99px) {
    .content-box-7 .image {
      text-align: center; } }
  @media (max-width: 768.99px) {
    .content-box-7 {
      display: block; } }

.content__header {
  margin-bottom: 24px; }

.content__header--2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px; }
  .content__header--2 .icon img {
    width: 76px;
    margin-right: 24px; }
    @media (max-width: 768.99px) {
      .content__header--2 .icon img {
        margin-right: 0;
        margin-bottom: 24px; } }
  @media (max-width: 768.99px) {
    .content__header--2 {
      flex-direction: column; } }
  @media (max-width: 768.99px) {
    .content__header--2 .title,
    .content__header--2 .subtitle {
      text-align: center; } }

.heart-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b82039;
  padding: 8px 16px;
  position: absolute;
  width: 60vw;
  border-radius: 16px; }
  .heart-box .icon {
    margin-right: 24px;
    margin-left: -29px; }
    .heart-box .icon img {
      width: 75px; }
  .heart-box .text p,
  .heart-box .text span {
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 0; }
  @media (max-width: 1024.98px) {
    .heart-box {
      width: 100%; } }
  @media (max-width: 768.99px) {
    .heart-box {
      position: relative; } }

.heart-box--quote {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 16px; }
  @media (max-width: 576.99px) {
    .heart-box--quote {
      display: block; } }
  .heart-box--quote.red {
    background-color: #b82039; }
  .heart-box--quote.yellow {
    background-color: #f0c03b; }
  .heart-box--quote.white {
    background-color: #fff; }
    .heart-box--quote.white .text p,
    .heart-box--quote.white .text span {
      color: #b82039;
      font-weight: bold; }
  .heart-box--quote .icon {
    margin-right: 24px !important;
    margin-left: -29px !important; }
    @media (max-width: 576.99px) {
      .heart-box--quote .icon {
        margin: 16px auto !important;
        text-align: center; } }
    .heart-box--quote .icon img {
      width: 75px; }
  .heart-box--quote .text p,
  .heart-box--quote .text span {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold; }

.display-box {
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .display-box--red {
    background-color: #b82039;
    color: #fff;
    text-align: center; }
  .display-box p {
    margin-bottom: 0; }
  .display-box img {
    width: 40px;
    margin-right: 16px; }

.bg-color-1 {
  background-color: #b82039; }

.bg-color-grey-dark {
  background-color: #3a3a3a; }

.bg-color-grey-light {
  background-color: #f0f0f0; }

.bg-donate {
  background-image: url("../img/bg/bg-7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative; }
  .bg-donate::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1; }

.cta-1 {
  background-image: url("../img/bg/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 390px;
  margin-bottom: 90px; }
  @media (max-width: 768.99px) {
    .cta-1 {
      flex-direction: column;
      padding: 20px; } }
  .cta-1 .cta__left-block {
    margin-right: 64px; }
    @media (max-width: 768.99px) {
      .cta-1 .cta__left-block {
        margin-right: 0; } }
    .cta-1 .cta__left-block .title .dulcelin {
      font-size: 6rem;
      font-weight: normal; }
      @media (max-width: 768.99px) {
        .cta-1 .cta__left-block .title .dulcelin {
          font-size: 4rem; } }
  .cta-1 .cta__right-block {
    margin-top: 90px; }
    @media (max-width: 768.99px) {
      .cta-1 .cta__right-block {
        margin-top: 32px; } }
    .cta-1 .cta__right-block .image {
      margin-top: 64px;
      display: block;
      width: 480px; }
      @media (max-width: 768.99px) {
        .cta-1 .cta__right-block .image {
          display: none; } }
      .cta-1 .cta__right-block .image img {
        width: 100%;
        border-radius: 24px; }

.testimonial {
  padding-top: 64px;
  padding-bottom: 64px;
  background-image: url("../img/bg/bg-2.jpg"); }

#testimonials-carousel .item {
  width: 80%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding-top: 32px; }
  #testimonials-carousel .item .author h5 {
    font-weight: bold;
    color: #3a3a3a; }
  #testimonials-carousel .item .author span {
    font-style: italic; }
  #testimonials-carousel .item .author img {
    width: 48px;
    margin: 0 auto;
    padding-bottom: 16px; }

.partners {
  background-image: url("../img/bg/bg-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  padding-top: 64px;
  padding-bottom: 64px; }
  .partners .title {
    margin-bottom: 18px; }
    @media (max-width: 768.99px) {
      .partners .title {
        text-align: center; } }
  .partners .btn-wrapper {
    text-align: center; }

@media (max-width: 768.99px) {
  #partners-carousel {
    margin-top: 64px; } }
#partners-carousel .item {
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768.99px) {
    #partners-carousel .item {
      margin: auto; } }
#partners-carousel .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 94%;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 768.99px) {
    #partners-carousel .owl-nav {
      display: none; } }
  #partners-carousel .owl-nav button.owl-next,
  #partners-carousel .owl-nav button.owl-prev {
    background: #b82039;
    padding: 24px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
    border-radius: 64px !important;
    line-height: 0;
    opacity: 0.9;
    transition: opacity ease-in-out 0.3s;
    overflow: hidden;
    backface-visibility: hidden; }
    #partners-carousel .owl-nav button.owl-next:hover,
    #partners-carousel .owl-nav button.owl-prev:hover {
      opacity: 1; }
    #partners-carousel .owl-nav button.owl-next span,
    #partners-carousel .owl-nav button.owl-prev span {
      font-size: 38px;
      color: #fff; }
  #partners-carousel .owl-nav button.owl-next {
    margin-right: -45px !important; }
    @media (max-width: 768.99px) {
      #partners-carousel .owl-nav button.owl-next {
        margin-right: 110px !important; } }
  #partners-carousel .owl-nav button.owl-prev {
    margin-left: -45px !important; }
    @media (max-width: 768.99px) {
      #partners-carousel .owl-nav button.owl-prev {
        margin-left: 150px !important; } }

.blog {
  padding-top: 64px;
  padding-bottom: 64px;
  background-image: url("../img/bg/bg-4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #b82039; }
  @media (max-width: 768.99px) {
    .blog {
      background-image: unset; } }
  .blog .container {
    display: flex; }
    @media (max-width: 768.99px) {
      .blog .container {
        flex-direction: column; } }
  .blog .title {
    position: relative; }
    .blog .title .element {
      position: absolute;
      top: -20%;
      left: 57%;
      width: 72px; }
      @media (max-width: 768.99px) {
        .blog .title .element {
          width: 40px; } }
    .blog .title .dulcelin {
      font-size: 5rem;
      font-weight: normal; }
      @media (max-width: 768.99px) {
        .blog .title .dulcelin {
          font-size: 3rem; } }
  .blog__posts {
    background-color: #f0c03b;
    position: absolute;
    right: 0;
    width: 680px;
    padding: 32px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px; }
    @media (max-width: 1024.98px) {
      .blog__posts {
        position: relative;
        width: auto;
        border-radius: 16px; } }
    @media (max-width: 768.99px) {
      .blog__posts {
        margin-top: 32px;
        padding: 30px 15px; } }

.post {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768.99px) {
    .post {
      flex-direction: column; } }
  .post a:hover {
    text-decoration: none; }
    .post a:hover .post__title {
      color: #b82039; }
  .post__image img {
    width: 110px;
    border-radius: 12px; }
  @media (max-width: 768.99px) {
    .post__image {
      margin-bottom: 24px; } }
  .post__content {
    margin-left: 32px; }
    @media (max-width: 768.99px) {
      .post__content {
        margin-left: 0;
        text-align: center; } }
  .post__title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #3a3a3a; }
  .post__meta {
    font-size: 0.9rem;
    color: #3a3a3a; }
  .post:not(:last-of-type) {
    margin-bottom: 24px; }

.posts--2 .post__content {
  margin-left: 16px; }
.posts--2 .post__title {
  font-size: 1rem;
  font-weight: normal;
  color: #717171; }
.posts--2 .post__image img {
  width: 92px;
  border-radius: 12px; }
@media (max-width: 768.99px) {
  .posts--2 .post {
    justify-content: start; } }

.newsletter {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f0f0f0; }
  .newsletter.newsletter--red {
    background-color: #b82039 !important; }
    .newsletter.newsletter--red .title {
      color: #fff; }
    .newsletter.newsletter--red p {
      color: #fff; }
    .newsletter.newsletter--red #newsletter-form button[type="submit"] {
      background-color: #f0c03b !important;
      border: 1px solid #f0c03b !important; }
  .newsletter .title {
    color: #3a3a3a; }
  .newsletter .container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .newsletter .container .left {
      width: 360px;
      margin-right: 64px; }
      @media (max-width: 1024.98px) {
        .newsletter .container .left {
          width: auto;
          margin-right: 0; } }
    @media (max-width: 1024.98px) {
      .newsletter .container {
        flex-direction: column;
        text-align: center; } }
  .newsletter #newsletter-form .input-newsletter {
    width: 640px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1024.98px) {
      .newsletter #newsletter-form .input-newsletter {
        width: auto; } }
    .newsletter #newsletter-form .input-newsletter input {
      border: 1px solid #f0f0f0;
      border-top-left-radius: 64px;
      border-bottom-left-radius: 64px;
      padding: 12px 32px;
      width: 75%;
      box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.2);
      position: relative;
      z-index: 2; }
    .newsletter #newsletter-form .input-newsletter button[type="submit"] {
      background-color: #b82039;
      color: #fff;
      padding: 12px 32px;
      border: 1px solid #b82039;
      border-top-right-radius: 64px;
      border-bottom-right-radius: 64px;
      margin-left: -3px;
      opacity: 1;
      transition: all ease-in-out 0.3s; }
      .newsletter #newsletter-form .input-newsletter button[type="submit"]:hover {
        background-color: #f0c03b;
        border-color: #f0c03b; }

.list-1 li {
  display: flex;
  align-items: center;
  margin-bottom: 24px; }
  .list-1 li img {
    margin-right: 16px;
    width: 64px; }

.list-2 {
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px; }
  @media (max-width: 768.99px) {
    .list-2 {
      display: block; } }
  .list-2 li {
    display: flex;
    align-items: center; }
    @media (max-width: 768.99px) {
      .list-2 li {
        display: block; } }
    .list-2 li .icon {
      margin-right: 24px; }
      .list-2 li .icon img {
        width: 100px; }
    .list-2 li .title {
      font-size: 1.5rem;
      color: #3a3a3a;
      font-weight: bold; }

.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px; }
  .contact-list li img {
    margin-right: 8px; }
  .contact-list li a:hover {
    color: #f0c03b; }

.c-form .form-control {
  padding: 16px !important; }

.schedule-cards {
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px; }
  .schedule-cards .schedule-card__item {
    box-shadow: -6px 6px 6px -1px rgba(0, 0, 0, 0.1); }
  .schedule-cards .schedule-card__header img {
    max-width: 100%; }
  .schedule-cards .schedule-card__meta {
    background-color: white;
    padding: 16px; }
  .schedule-cards .schedule-card__title {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #b82039; }
  .schedule-cards .schedule-card__date {
    display: block;
    margin-bottom: 16px; }
    .schedule-cards .schedule-card__date img {
      width: 24px;
      margin-right: 14px; }
  .schedule-cards .schedule-card__hour {
    display: block; }
    .schedule-cards .schedule-card__hour img {
      width: 24px;
      margin-right: 14px; }

.gallery-block.grid-gallery {
  padding-bottom: 60px;
  padding-top: 60px; }

.gallery-block.grid-gallery .heading {
  margin-bottom: 50px;
  text-align: center; }

.gallery-block.grid-gallery .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase; }

.gallery-block.grid-gallery a:hover {
  opacity: 0.8; }

.gallery-block.grid-gallery .item img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s; }

.gallery-block.grid-gallery .item {
  margin-bottom: 20px; }

.gallery-block.grid-gallery .item a.lightbox {
  overflow: hidden;
  height: 230px;
  display: block; }

.gallery-block.grid-gallery .item .title {
  text-align: center;
  margin-top: 12px;
  font-size: 1.5rem; }

@media (min-width: 576px) {
  .gallery-block.grid-gallery .scale-on-hover:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; } }
.whats-popup {
  background-color: #25d366;
  display: flex;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
  padding: 16px;
  box-shadow: -4px 4px 4px -1px rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 0.2s; }
  .whats-popup:hover {
    transform: scale(1.1); }

.album {
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  .album__item {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: -4px 4px 4px -1px rgba(0, 0, 0, 0.3); }
    .album__item:hover .album__title {
      height: 100%;
      opacity: 1;
      transition: height ease-in-out 0.3s; }
  .album__title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(240, 192, 59, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s; }
    .album__title span {
      text-align: center;
      font-size: 1.3rem;
      color: #fff;
      font-weight: bold;
      width: 90%; }

header {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  z-index: 3; }
  @media (max-width: 1024.98px) {
    header.container {
      margin: 0 !important;
      padding: 0 !important;
      max-width: 100% !important; } }
  @media (max-width: 1024.98px) {
    header {
      position: relative;
      top: unset;
      left: unset;
      transform: unset; } }
  header .wrapper {
    display: flex;
    flex-direction: column;
    width: 100%; }

.logo.logo-top img {
  width: 200px;
  margin-right: -20px;
  margin-left: -20px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1024.98px) {
    .logo.logo-top img {
      display: none; } }

.logo-mobile {
  display: none; }
  @media (max-width: 1024.98px) {
    .logo-mobile {
      width: 80px;
      margin-right: 32px;
      display: block; } }

.top-bar {
  background-color: #b82039;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 12px; }
  .top-bar .social-midia img {
    width: 12px; }
  @media (max-width: 768.99px) {
    .top-bar {
      display: none; } }

.info {
  display: flex; }
  .info div {
    margin-right: 16px; }
  .info span,
  .info a {
    color: #fff;
    margin-left: 7px;
    font-size: 0.8rem; }
  .info img {
    width: 14px; }

footer {
  padding-top: 64px;
  padding-bottom: 64px; }
  footer .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px; }
    @media (max-width: 1024.98px) {
      footer .container {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768.99px) {
      footer .container {
        grid-template-columns: 1fr; } }
  footer .widget-1 .logo {
    margin-bottom: 16px; }
    footer .widget-1 .logo img {
      width: 120px; }

.widget__title {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #3a3a3a; }
  .widget__title hr {
    border-top: 3px solid #b82039;
    width: 48px;
    margin: 12px 0; }

div[class^="widget-"] {
  padding: 24px 0; }

.about {
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  justify-content: center;
  align-items: center;
  position: relative; }
  .about .image img {
    width: 100%; }
  @media (max-width: 1024.98px) {
    .about {
      padding-bottom: 134px; } }
  @media (max-width: 768.99px) {
    .about {
      grid-template-columns: 1fr;
      padding-bottom: 64px; } }

main#page-aberto-a-comunidade .content-box-5 {
  background-image: url("../img/bg/bg-5.jpg");
  margin-top: 0; }
  main#page-aberto-a-comunidade .content-box-5::after {
    background-color: rgba(0, 0, 0, 0.5);
    mix-blend-mode: normal; }
    @media (max-width: 768.99px) {
      main#page-aberto-a-comunidade .content-box-5::after {
        display: none; } }
  main#page-aberto-a-comunidade .content-box-5 .text {
    margin-top: 42px; }
  @media (max-width: 768.99px) {
    main#page-aberto-a-comunidade .content-box-5 {
      background: #f0c03b; } }
@media (max-width: 1024.98px) {
  main#page-aberto-a-comunidade .pad-top-500 {
    padding-top: 600px !important; } }
@media (max-width: 768.99px) {
  main#page-aberto-a-comunidade .pad-top-500 {
    padding-top: 64px !important; } }

#page-doacoes .content-box-4 .mini-block-yellow {
  bottom: unset;
  top: 120px;
  box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.15); }
  @media (max-width: 1024.98px) {
    #page-doacoes .content-box-4 .mini-block-yellow {
      position: relative;
      top: 0; } }
#page-doacoes .content-box-4 .images img:nth-of-type(1) {
  width: 400px;
  border: 8px solid #fff;
  position: relative;
  z-index: 2; }
  @media (max-width: 1024.98px) {
    #page-doacoes .content-box-4 .images img:nth-of-type(1) {
      margin-bottom: 32px; } }
@media (max-width: 768.99px) {
  #page-doacoes .list-2 {
    text-align: center; } }
@media (max-width: 768.99px) {
  #page-doacoes .list-2 li {
    margin: 32px 0; } }
@media (max-width: 768.99px) {
  #page-doacoes .list-2 li .icon {
    margin-right: 0; } }

.online-donations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  justify-content: center;
  align-items: center; }
  @media (max-width: 768.99px) {
    .online-donations {
      grid-template-columns: 1fr; } }
  .online-donations h2.title {
    font-size: 2.5rem;
    color: #fff; }
    @media (max-width: 768.99px) {
      .online-donations h2.title {
        font-size: 1.8rem; } }
  .online-donations h3.title {
    font-size: 1.5rem; }
    @media (max-width: 768.99px) {
      .online-donations h3.title {
        text-align: center; } }
  @media (max-width: 768.99px) {
    .online-donations a[class^='btn'],
    .online-donations button[class^='btn'] {
      text-align: center; } }
  .online-donations .donation-value {
    font-size: 16px;
    background-color: #fff;
    padding: 3px 6px;
    border-radius: 32px; }
    .online-donations .donation-value.red {
      color: #b82039; }
    .online-donations .donation-value.green {
      color: #4ac959; }
    .online-donations .donation-value.yellow {
      color: #f0c03b; }
  .online-donations .donations-buttons {
    width: 460px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px; }
    @media (max-width: 768.99px) {
      .online-donations .donations-buttons {
        width: 100%;
        grid-template-columns: 1fr; } }
    @media (max-width: 768.99px) {
      .online-donations .donations-buttons li {
        text-align: center; } }
  .online-donations .business-donation {
    margin-top: 64px; }
  .online-donations .left {
    background: #fff;
    padding: 24px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px; }
    @media (max-width: 768.99px) {
      .online-donations .left {
        order: 2; } }
  .online-donations .right {
    background-color: #f0c03b;
    padding: 32px;
    border-radius: 16px;
    position: relative; }
    .online-donations .right .images {
      width: 240px;
      height: 320px;
      border-radius: 16px;
      background-color: #fff;
      position: absolute;
      right: -50px;
      bottom: -40px;
      overflow: hidden; }
      .online-donations .right .images img {
        width: 100%; }
      @media (max-width: 1024.98px) {
        .online-donations .right .images {
          display: none; } }
      @media (max-width: 768.99px) {
        .online-donations .right .images {
          order: 1; } }

/*# sourceMappingURL=style.css.map */
