@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-SemiboldOblique.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-Oblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar.lead {
  background-color: #a7704b;
}

.image {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button {
  color: #fff;
  background-color: #c82427;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Franciscus, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.button._100 {
  text-align: center;
  width: 100%;
}

.button._100.purple {
  background-color: #9f407d;
}

.button.btn-bluwhite {
  color: #c82427;
  background-color: #fff;
}

.button.btn-mobile {
  display: none;
}

.button.v2 {
  background-color: #ede2c8;
  margin-top: 15px;
}

.button.bluwhite {
  background-color: #fff;
}

.button.blu {
  background-color: #254265;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Franciscus, sans-serif;
  font-weight: 400;
}

.heading.title-sectioncalendar {
  font-size: 32px;
}

.heading.title-sectioncalendar.white {
  color: #fff;
  line-height: 40px;
}

.heading.titlebox {
  color: #ede2c8;
  font-size: 34px;
}

.heading.brown {
  margin-top: 40px;
  font-weight: 600;
}

.heading.leftall, .heading.left {
  text-align: left;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.paragraph.white {
  color: #fff;
  text-align: left;
  line-height: 22px;
}

.paragraph.sub-month {
  margin-top: 10px;
}

.paragraph.black {
  color: #000;
}

.paragraph.p2 {
  display: block;
}

.paragraph.p3 {
  text-align: center;
}

.paragraph.p3.white {
  color: #a7704b;
  text-align: center;
  line-height: 20px;
}

.paragraph.p3.white.leftall {
  color: #fff;
  text-align: left;
  line-height: 22px;
}

.paragraph.p3.left {
  text-align: left;
}

.paragraph.nodesktop {
  display: none;
}

.fixedbar-top {
  z-index: 99999;
  background-color: #c82427;
  position: fixed;
  inset: 0% 0% auto;
}

.fixedbar-top.v2 {
  background-color: #254265;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Franciscus, sans-serif;
  font-size: 18px;
}

.link {
  color: #fff;
}

.section {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero {
  background-color: #a7704b;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.donation-box {
  padding-top: 50px;
}

.section.hero.white {
  background-color: #fff;
  padding-bottom: 20px;
}

.body, .body.donation-page {
  margin-top: 0;
}

.div-block {
  background-color: #fff;
  padding: 10px 20px 20px;
}

.div-block.red {
  background-color: #c82427;
  width: auto;
  height: auto;
}

.div-block.blu {
  background-color: #254265;
}

.div-block-2, .div-block-3 {
  background-color: #fff;
}

.sec2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form {
  background-color: #254265;
  background-image: url('../images/ads-calendario-san-Francesco-2024-2.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form.blu {
  color: #ede2c8;
  -webkit-text-fill-color: inherit;
  background-color: #264264;
  background-image: none;
  background-clip: border-box;
  margin-top: -200px;
  padding-top: 250px;
  padding-bottom: 50px;
  position: relative;
}

.form.donation {
  background-image: none;
  padding-bottom: 0;
  display: block;
}

.heading-3 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Franciscus, sans-serif;
  font-weight: 400;
}

.container {
  text-align: center;
}

.text-field-2 {
  font-family: Franciscus, sans-serif;
  font-size: 15px;
}

.text-field {
  color: #000;
  font-family: Franciscus, sans-serif;
  font-size: 15px;
}

.paragraph-4 {
  color: #fff;
  text-align: left;
  font-family: Franciscus, sans-serif;
  font-size: 18px;
}

.textarea {
  font-family: Franciscus, sans-serif;
}

.checkbox-field {
  text-align: left;
}

.checkbox-label {
  color: #fff;
  text-align: left;
  font-family: Franciscus, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-2 {
  color: #333;
  background-color: #dac08a;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Franciscus, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-4 {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.container-3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-4 {
  width: 200px;
}

.paragraph-3 {
  margin-top: 10px;
  font-family: Franciscus, sans-serif;
}

.columns {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-2 {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.columns-2.hero-ty-container {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-5 {
  margin-top: 20px;
}

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

.heading-4 {
  text-align: center;
  margin-top: 0;
  font-family: Franciscus, sans-serif;
  font-weight: 400;
}

.heading-4.text-head {
  font-size: 32px;
}

.div-block-6 {
  outline-offset: 0px;
  background-color: #fff;
  outline: 3px #333;
  padding: 20px;
}

.div-block-6.border {
  outline-offset: 0px;
  outline: 5px solid #97825c;
}

.heading-5 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Franciscus, sans-serif;
}

.paragraph-5 {
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.image-8 {
  width: 100%;
}

.html-embed {
  margin-bottom: 0;
}

.head {
  font-size: 25px;
  line-height: 22px;
}

.head.title {
  color: #c82427;
  font-size: 18px;
  line-height: 18px;
}

.head.title.blu {
  color: #0d384b;
}

.heading-6 {
  font-family: Franciscus, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-6.headertitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.heading-6.headertitle.purple {
  color: #9f407d;
}

.hero-ty {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-ty.herograzie {
  background-color: #a7704b;
  padding-bottom: 0;
}

.image-9 {
  margin-bottom: -100px;
}

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

.slider {
  background-color: #0000;
  height: 100%;
  display: none;
}

.mask {
  height: 100%;
}

.link-2, .link-3 {
  color: #000;
}

.bold-text {
  color: #0d384b;
}

.text-span {
  color: #9f407d;
}

.text-span-2 {
  color: #ede2c8;
  font-size: 18px;
  font-style: italic;
}

.image-11 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mask-2, .slider-2, .slide {
  width: 100%;
}

.mask-3, .slider-3 {
  height: 100%;
}

.section-2 {
  display: none;
}

.image-12 {
  width: 80%;
  margin-bottom: 10px;
}

.column-2 {
  padding-left: 20px;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  font-weight: 700;
}

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

.column-3 {
  padding-bottom: 0;
}

.column-4 {
  padding-left: 20px;
}

.image-15 {
  display: none;
}

.text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27 {
  font-weight: 700;
}

.hero-stack {
  background-color: #a7704b;
  border-bottom: 0 #e4ebf3;
  padding: 50px 30px;
  position: relative;
}

.hero-stack.white {
  background-color: #fff;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.video {
  margin-top: 50px;
}

.testimonial-stack {
  background-color: #f5f7fa;
  border-bottom: 0 solid #e4ebf3;
  padding: 50px 30px;
  position: relative;
}

.testimonial-card-three {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#0c2544, #0c2544);
  background-position: 0 0;
  border-radius: 10px;
  padding: 40px 100px;
  position: relative;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-top: 0;
  margin-bottom: 24px;
}

.testimonial-text-three {
  color: #fff;
  margin-bottom: 20px;
  font-family: Franciscus, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.bold-text-2 {
  color: #fff;
}

.bold-text-2.txtblack {
  color: #000;
}

.bold-text-3 {
  color: #000;
  font-size: 18px;
}

.bold-text-4 {
  color: #fff;
  text-align: center;
}

.bold-text-4.brown {
  color: #a7704b;
}

.bold-text-4.left {
  text-align: left;
}

.bold-text-5 {
  color: #a7704b;
}

.code-embed-2 {
  border: 10px solid #fff;
  margin-top: 50px;
  box-shadow: 0 2px 11px #00000014;
}

.italic-text {
  color: #fff;
  font-family: Franciscus, sans-serif;
  font-size: 22px;
  font-style: normal;
}

.image-16 {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-6 {
  font-size: 36px;
}

.text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48 {
  font-weight: 600;
}

.section-3 {
  background-color: #a7704b;
}

.text-span-49 {
  color: #a7704b;
  font-weight: 600;
}

.column-6 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67 {
  font-weight: 600;
}

.paragraph-6 {
  color: #fff;
}

.italic-text-2 {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .container-6 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack, .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .button.btn-bluwhite {
    color: #0d384b;
    margin-top: 15px;
  }

  .button.btn-mobile {
    flex-direction: row-reverse;
    align-items: stretch;
    width: 120px;
    display: block;
  }

  .button.btn-mobile.blu {
    margin-bottom: 20px;
  }

  .button.btn-mobile.blu.displaynonemobile {
    display: none;
  }

  .button.btn-mobile.blu.displaynonemobile.w--current {
    display: block;
  }

  .button.btn-mobile.blu.displaynonemobile.btnmobile-2.w--current {
    width: 190px;
  }

  .button.blu {
    margin-top: 15px;
  }

  .heading {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph {
    margin-bottom: 10px;
    display: block;
  }

  .paragraph.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph.sub-month {
    margin-bottom: 10px;
  }

  .paragraph.p2, .paragraph.nodesktop {
    display: block;
  }

  .fixedbar-top {
    inset: auto 0% 0%;
  }

  .section.hero {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.hero.donation-box {
    padding-top: 20px;
    display: none;
  }

  .body {
    margin-top: 0;
  }

  .div-block {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block.red {
    background-color: #0d384b;
    padding-bottom: 10px;
  }

  .sec2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form.blu {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: -250px;
  }

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

  .container-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns {
    display: block;
  }

  .columns-2 {
    background-color: #a7704b;
    flex-flow: column-reverse wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .columns-2.hero-ty-container {
    flex-flow: column wrap-reverse;
  }

  .columns-3 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .heading-4.text-head {
    margin-top: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-6 {
    margin-bottom: 10px;
  }

  .div-block-6.border {
    outline-offset: 0px;
    outline: 2px #9f407d;
  }

  .menu-button, .icon {
    display: none;
  }

  .column {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-2 {
    display: none;
  }

  .html-embed {
    margin-top: 0;
  }

  .hero-ty {
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-bottom: 0;
    display: block;
  }

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

  .columns-4 {
    display: none;
  }

  .slider {
    display: block;
  }

  .icon-3, .icon-4 {
    display: none;
  }

  .container-4 {
    display: block;
  }

  .image-10 {
    width: 150px;
  }

  .image-11 {
    margin-bottom: 0;
  }

  .slider-3 {
    background-color: #fff;
  }

  .section-2 {
    display: block;
  }

  .icon-5 {
    display: none;
  }

  .icon-6 {
    display: block;
  }

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

  .image-12 {
    margin-top: 10px;
  }

  .column-2 {
    padding-bottom: 10px;
  }

  .container-5 {
    margin-bottom: 0;
  }

  .image-13 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .text-span-12, .text-span-13, .text-span-14 {
    font-weight: 700;
  }

  .code-embed {
    padding-top: 200px;
  }

  .code-embed.nopadd {
    padding-top: 0;
  }

  .column-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-5 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .image-14 {
    display: none;
  }

  .image-15 {
    display: block;
  }

  .hero-stack {
    padding-top: 20px;
  }

  .container-6 {
    max-width: none;
  }

  .testimonial-card-three {
    padding: 20px 24px;
  }

  .testimonial-card-heading {
    font-size: 18px;
    line-height: 22px;
  }

  .testimonial-text-three {
    font-size: 16px;
    line-height: 22px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .bold-text-4 {
    font-size: 25px;
    line-height: 25px;
  }

  .italic-text {
    font-size: 16px;
    line-height: 22px;
  }

  .bold-text-6 {
    font-size: 30px;
    line-height: 35px;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-SemiboldOblique.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}