@font-face { font-family: L1296f; src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAQwAAsAAAAABlQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFY2H0EIY21hcAAAAYQAAABKAAABcOEoo6pnbHlmAAAB0AAAAKAAAACsH7S7J2hlYWQAAAJwAAAALAAAADYa/OexaGhlYQAAApwAAAAcAAAAJAfcBB1obXR4AAACuAAAAAgAAAAIBBoAAGxvY2EAAALAAAAABgAAAAYAVgAAbWF4cAAAAsgAAAAeAAAAIAEOAEJuYW1lAAAC6AAAASkAAAIWm5e+CnBvc3QAAAQUAAAAGwAAACxqQQEEeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGTiZZzAwMrAwDSLaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgcHjA8YGB+AeRGgUmgRhABAMh1CpYAAHic7ZCxDYAwEAPPykOBGIEqNbNQsb/YJPkY2CKWzpJPXz2wACU5kwDdiJErrewLm31QfRPDP7T2d+5wo5WZ3X18y796QR0aJglRAAB4nGNgYgAC5s/MLxgUGEwZGFQZzczNTE3U1dTVlNjZ2NlExMXExYyNzM3MGcWM7BnNTFSVQHImQAEzI5CcCEgV89t/d7XEJcxNomKux0SZmJkBGTmujnYmjMpsgmxybH+XhHq6a2pra7p7roQxUhgljGzsnNMjw4xNTIzDIs+BGOJiGv9esrHJsAk80NRwcV/s5qKhCWS4LXYHMgAtJyaZeJxjYGRgYADioKt+2vH8Nl8ZuJlfAEUYbn+9WIRMM38Gi3MwMIF4AFrFDEl4nGNgZGBgfsEABCxSIJL5MwMjAypgAgAyCQIEAAAAAAQaAAAAAAAAAFYAAHicY2BkYGBgYjADYgYwi4GBCwgZGP6D+QwADfQBUQAAeJxlkD1uwkAUhMdgSAJSghQpKbNVCiKZn5IDQE9Bl8KYtTGyvdZ6QaLLCXKEHCGniHKCHChj82hgLT9/M2/e7soABviFh3p5uG1qvVq4oTpxm/Qg7JOfhTvo40W4S38o3MMbpsJ9POKdO3j+HZ0BSuEW7vEh3Kb/KeyTv4Q7eMK3cJf+j3APK/wJ9/HqDdPIFLEp3FIn+yy0Z3n+rrStUlOoSTA+WwtdaBs6vVHro6oOydS5WMXW5GrOrs4yo0prdjpywda5cjYaxeIHkcmRIoJBgbipDktoJNgjQwh71b3UK6YtKvq1VpggwPgqtWCqaJIhlcaGyTWOrBUOPG1K1zGt+FrO5KS5zGreJCMr/u+6t6MT0Q+wbaZKzDDiE1/kg+YO+T89EV6oAAAAeJxjYGKAAC4G7ICJkYmRmYEp04CBAQAEbQCxAA==) format('woff');font-weight: normal;font-style: normal;}
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
.btn-primary {
  color: #fff;
}

.form-inline label {
  margin-right: 10px;
}

.cufa-donations {
  background: #F2F2F2;
  padding: 40px 0 60px;
  position: relative;
}
.cufa-donations .container {
  max-width: 808px;
}
@media (min-width: 800px) {
  .cufa-donations h5 {
    font-size: 32px;
  }
}
@media (min-width: 800px) {
  .cufa-donations p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.cufa-donations-title {
  margin: 0 0 20px !important;
}
.cufa-donations-item {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #222831;
  flex: 1 0 calc(50% - 1rem);
  font-family: "Open Sans Bold";
  line-height: 100%;
  margin: 1rem 0 0 0;
  padding: 27px 0;
  text-transform: uppercase;
}
.cufa-donations-item:nth-child(1), .cufa-donations-item:nth-child(3) {
  margin-right: 1rem;
}
@media (min-width: 800px) {
  .cufa-donations-item:nth-child(1), .cufa-donations-item:nth-child(3) {
    margin-right: 30px;
  }
}
@media (min-width: 800px) {
  .cufa-donations-item {
    flex-basis: auto;
    font-family: "Open Sans";
    font-size: 14px;
    margin-right: 30px;
    padding: 30px 0;
  }
}
@media (min-width: 800px) {
  .cufa-donations-item:last-child {
    margin-right: 0;
  }
}
.cufa-donations-text {
  display: block;
}
.cufa-donations-value {
  display: block;
  color: #E78E00;
  font-size: 16px;
  line-height: 40px;
}
@media (min-width: 800px) {
  .cufa-donations-value {
    font-family: "Open Sans Extra Bold";
    line-height: 60px;
  }
}
.cufa-donations-value strong {
  font-size: 40px;
}
@media (min-width: 800px) {
  .cufa-donations-value strong {
    font-size: 62px;
  }
}
.cufa-donations-buttons {
  position: relative;
  z-index: 10;
}
@media (min-width: 800px) {
  .cufa-donations-buttons .btn {
    flex: 1 0 calc(50% - 15px);
  }
}
.cufa-donations-buttons .btn-sm {
  height: 51px;
  line-height: 51px;
}
.cufa-donations-theme-image {
  background: url(/wp-content/themes/cufa/assets/dist/cufa-frontend-donnations-themed-bg.jpg);
  background-position: center top;
  background-size: auto 100%;
  color: #fff;
}
@media (min-width: 800px) {
  .cufa-donations-theme-image {
    height: 445px;
    padding: 0;
  }
}

.cufa-donations {
  background: none;
  padding-top: 125px;
}
@media (min-width: 800px) {
  .cufa-donations {
    background-image: url(/wp-content/themes/cufa/assets/dist/cufa-frontend-cufa-bg-doacoes.jpg);
    background-position: center center;
    color: #fff;
    height: 445px;
    padding-top: 40px;
  }
}
.cufa-donations:before {
  background-image: url(/wp-content/themes/cufa/assets/dist/cufa-frontend-cufa-bg-doacoes-mobile.png);
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  display: block;
  height: 125px;
  top: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 800px) {
  .cufa-donations:before {
    display: none;
  }
}
.cufa-donations:after {
  background-image: url(/wp-content/themes/cufa/assets/dist/cufa-frontend-cufa-hero-overlay.png);
  background-repeat: repeat-x;
  background-size: auto 80px;
  background-position: center bottom;
  content: "";
  display: block;
  height: 125px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 800px) {
  .cufa-donations:after {
    bottom: 0;
    height: 286px;
    top: initial;
  }
}

.cufa-projects-header {
  font-size: 14px;
  margin: 0 auto;
  max-width: 275px;
}
@media (min-width: 800px) {
  .cufa-projects-header {
    max-width: none;
  }
}
@media (min-width: 800px) {
  .cufa-projects-header h3 {
    font-size: 32px;
  }
}
.cufa-projects-header p {
  margin: 20px 0 0;
}
@media (min-width: 800px) {
  .cufa-projects-header p {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  .cufa-projects .cufa-projects-loop {
    padding: 60px 0 !important;
  }
}
@media (min-width: 800px) {
  .cufa-projects .cufa-projects-loop .splide__pagination {
    bottom: -38px;
  }
}
.cufa-projects .btn {
  height: 49px;
  line-height: 49px;
  padding: 0 24px;
}
@media (min-width: 800px) {
  .cufa-projects .btn {
    margin-top: 20px;
  }
}

.cufa-projects {
  margin-top: 35px;
  padding: 35px 0;
}

.cufa-news-loop {
  font-size: 12px;
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .cufa-news-loop {
    margin-top: 28px;
    font-size: 14px;
  }
}
.cufa-news-loop-item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 8px;
  flex-basis: calc(50% - 3.5px);
  height: 178px;
  margin-top: 7px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 800px) {
  .cufa-news-loop-item {
    flex-basis: calc(25% - 7px);
    margin-left: 7px;
  }
}
@media (min-width: 1280px) {
  .cufa-news-loop-item {
    flex-basis: calc(25% - 16px);
    height: 343px;
    margin-left: 16px;
    margin-top: 16px;
  }
}
.cufa-news-loop-item-horizontal {
  flex-basis: 100%;
  height: 168px;
}
@media (min-width: 800px) {
  .cufa-news-loop-item-horizontal {
    flex-basis: 50%;
    margin-left: 0;
    height: 178px;
  }
}
@media (min-width: 1280px) {
  .cufa-news-loop-item-horizontal {
    height: 343px;
  }
}
.cufa-news-loop-item:nth-child(even) {
  margin-right: 7px;
}
@media (min-width: 800px) {
  .cufa-news-loop-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 800px) {
  .cufa-news-loop-item:nth-child(4) {
    margin-left: 0;
    flex-basis: calc(25% - 3.5px);
  }
}
@media (min-width: 1280px) {
  .cufa-news-loop-item:nth-child(4) {
    margin-left: 0;
    flex-basis: calc(25% - 8px);
  }
}
@media (min-width: 800px) {
  .cufa-news-loop-item:nth-child(4) + * {
    flex-basis: calc(25% - 3.5px);
  }
}
@media (min-width: 800px) {
  .cufa-news-loop-item:nth-child(4) + * {
    flex-basis: calc(25% - 8px);
  }
}
.cufa-news-loop-item:nth-child(7n) {
  margin-right: 7px;
}
.cufa-news-loop-item:nth-child(7n) ~ :nth-child(odd) {
  margin-right: 7px;
}
.cufa-news-loop-item:nth-child(7n) ~ :nth-child(even) {
  margin-right: 0;
}
.cufa-news-loop-item:nth-child(12n) {
  margin-right: 7px !important;
}
.cufa-news-loop-item:nth-child(12n) ~ :nth-child(odd) {
  margin-right: 0 !important;
}
.cufa-news-loop-item:nth-child(12n) ~ :nth-child(even) {
  margin-right: 7px !important;
}
.cufa-news-loop-item-vertical ~ .cufa-news-loop-item-horizontal {
  margin-right: 0 !important;
}
@media (min-width: 800px) {
  .cufa-news-loop-item-vertical ~ .cufa-news-loop-item-horizontal {
    flex-basis: calc(50% - 7px);
    margin-left: 7px;
  }
}
@media (min-width: 1280px) {
  .cufa-news-loop-item-vertical ~ .cufa-news-loop-item-horizontal {
    flex-basis: calc(50% - 16px);
    margin-left: 16px;
  }
}
.cufa-news-loop-event-date {
  font-size: 20px;
  margin-left: 18px;
  position: absolute;
  top: 30px;
}
.cufa-news-loop-item-highlight .cufa-news-loop-event-date {
  margin-left: 12px;
}
.cufa-news-loop-item-highlight {
  background-size: auto 100%;
  border-radius: initial;
  color: #fff;
  font-size: 24px;
  height: 430px;
  flex-basis: 100%;
  margin: 0 !important;
}
.cufa-news-loop-item-highlight .cufa-news-loop-post-title {
  font-size: 30px;
}
.cufa-news-loop-inner {
  color: #fff;
  padding: 15px 12px;
  
  
  
}

.cufa-news-loop-inner a {
  color: inherit;
}
.cufa-news-loop-post-title {
  font-size: 18px;
}
@media (min-width: 1280px) {
  .cufa-news-loop-post-title {
    font-size: 24px;
  }
}

.cufa-home-news {
  margin: 30px 0 0;
  position: relative;
}
.cufa-home-news:after {
  background: url(/wp-content/themes/cufa/assets/dist/cufa-frontend-loading.gif);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 50%;
  margin: 0 0 0 -30px;
  height: 60px;
  opacity: 0;
  top: 200px;
  transition: opacity 300ms ease-in-out;
  position: absolute;
  visibility: hidden;
  width: 60px;
}
.cufa-home-news .container {
  transition: opacity 300ms;
}
.cufa-home-news-header {
  max-width: 971px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .cufa-home-news-header-title {
    font-size: 32px;
  }
}
.cufa-home-news-filter {
  color: #828282;
  font-size: 10px;
  margin-top: 8px;
  position: relative;
}
@media (min-width: 800px) {
  .cufa-home-news-filter {
    flex: 1 0 calc(25% - 7px) !important;
    margin-right: 7px;
    font-size: 15px;
  }
}
.cufa-home-news-filter:last-child {
  margin-right: 0;
}
.cufa-home-news-filter:nth-child(even) {
  flex: 0 0 60.5%;
}
.cufa-home-news-filter:nth-child(odd) {
  flex: 0 0 calc(37.5% - 7px);
  margin-right: 7px;
}
.cufa-home-news-filter input {
  border: 1px solid #828282;
  border-radius: 3px;
  height: 26px;
  padding-left: 7px;
  width: 100%;
}
.cufa-home-news-filter input::placeholder {
  color: #C4C4C4;
}
@media (min-width: 800px) {
  .cufa-home-news-filter input {
    height: 41px;
    padding-left: 15px;
  }
}
.cufa-home-news-filter select {
  background: #F1F1F1;
  border: none;
  border-radius: 3px;
  font-size: inherit;
  height: 26px;
  width: 100%;
}
@media (min-width: 800px) {
  .cufa-home-news-filter select {
    height: 41px;
    padding: 0 15px;
  }
}
.cufa-home-news .icon-submit {
  align-items: center;
  background: none;
  border: none;
  color: #666666;
  font-size: 10px;
  display: flex;
  height: 26px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.cufa-home-news .icon-submit:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: L1296f;
  font-weight: normal;
  content: '\e000';
}
@media (min-width: 800px) {
  .cufa-home-news .icon-submit {
    height: 41px;
    font-size: 20px;
  }
}
.cufa-home-news .btn {
  height: 49px;
  line-height: 49px;
  margin-top: 21px;
  padding: 0 24px;
}
@media (min-width: 800px) {
  .cufa-home-news .btn {
    margin-top: 24px;
  }
}
.cufa-home-news.loading .container {
  opacity: 0.3;
}
.cufa-home-news.loading:after {
  opacity: 1;
  visibility: visible;
}

.chosen-container-single .chosen-single {
  height: 26px;
  line-height: 26px;
}
@media (min-width: 800px) {
  .chosen-container-single .chosen-single {
    height: 41px;
    line-height: 41px;
  }
}

.cufa-home-favelas .splide__pagination {
  bottom: 70px;
}
@media (min-width: 800px) {
  .cufa-home-favelas .splide__pagination {
    bottom: 22px;
  }
}

.cufa-favelas {
  margin: 65px 0 0;
}
.cufa-favelas-item {
  padding-top: 209px;
  position: relative;
}
@media (min-width: 800px) {
  .cufa-favelas-item:after {
    background: linear-gradient(355.84deg, #000000 3.39%, rgba(196, 196, 196, 0) 90.87%);
    bottom: 0;
    content: "";
    height: 138px;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 800px) {
  .cufa-favelas-item {
    padding-top: 47px;
    padding-bottom: 59px;
  }
}
@media (min-width: 800px) {
  .cufa-favelas-item.is-active {
    border-top-right-radius: 21px;
    overflow: hidden;
  }
}
.cufa-favelas-item.is-active + .is-visible {
  border-top-left-radius: 21px;
  overflow: hidden;
}
.cufa-favelas-item.is-active + .is-visible img {
  left: 0;
  right: initial;
}
.cufa-favelas-item.is-active img {
  right: 0;
}
.cufa-favelas-image {
  top: 0;
  width: 100%;
}
@media (min-width: 800px) {
  .cufa-favelas-image {
    height: 100% !important;
    width: auto !important;
  }
}
.cufa-favelas-inner {
  background: #0B681C;
  border-radius: 8px;
  color: #fff;
  height: 492px;
  margin: 0 auto;
  max-width: 292px;
  padding: 55px 45px 80px;
  position: relative;
  z-index: 10;
}
@media (min-width: 800px) {
  .cufa-favelas-inner {
    max-width: 285px;
  }
}
@media (min-width: 800px) {
  .splide__slide.is-active .cufa-favelas-inner {
    background: #128D29;
    text-align: right;
  }
}

@media (min-width: 800px) {
  .splide__slide.is-visible .cufa-favelas-inner {
    margin: 0 0 0 auto;
  }
}

@media (min-width: 800px) {
  .splide__slide.is-visible + .is-visible .cufa-favelas-inner {
    margin: 0 auto 0 0;
  }
}

.cufa-favelas-title {
  font-size: 20px;
}
.cufa-favelas-description {
  font-size: 19px;
}

@media (min-width: 992px) {
  .cufa-partners-loop-container {
    margin: 0 auto;
    max-width: 1072px;
  }
}
.cufa-partners-item {
  flex: 0 0 calc(25%);
  padding: 7px;
}
@media (min-width: 414px) {
  .cufa-partners-item {
    flex: 0 0 calc(20%);
  }
}
@media (min-width: 800px) {
  .cufa-partners-item {
    flex: 0 0 calc(16.6%);
  }
}
@media (min-width: 992px) {
  .cufa-partners-item {
    flex: 0 0 150px;
    padding: 15px;
  }
}
.cufa-partners-item img {
  border: 1px solid #D9D9D9;
  height: auto;
  width: 100%;
}
.cufa-partners-item-active img {
  border-color: #E78E00;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
}

.cufa-partners {
  margin: 30px 0;
}
.cufa-partners .cufa-partners-title {
  font-size: 25px;
}
@media (min-width: 800px) {
  .cufa-partners .cufa-partners-title {
    font-size: 32px;
  }
}

.cufa-partners {
  padding: 30px 0 15px;
  margin-bottom: 65px;
}
.cufa-partners-loop {
  margin-top: 23px;
}

/*# sourceMappingURL=cufa-frontend-home.style.min.css.map*/