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

.logo {
  font-family: Merriweather, serif;
}

.headline-h1 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1em;
}

.headline-h1.center {
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

.paragraph.center {
  text-align: center;
  margin-bottom: 0;
}

.div-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #9b212f;
  border: 1px solid #c87e07;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 25px;
  padding: 10px 8px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 35px;
}

.text-block-45 {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 30px;
}

.section {
  color: #fff;
  background-color: #9c1d2e;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg2 {
  color: #000;
  background-color: #fff;
  position: relative;
}

.section.hero {
  background-image: url('../images/BG-01.png');
  background-position: 50%;
  background-size: auto;
}

.highlight {
  background-color: #0000008c;
  padding-left: 15px;
  padding-right: 15px;
}

.highlight.v2 {
  color: #fff;
  background-color: #9c1d2e;
  font-weight: 600;
}

.form-block {
  margin-top: 23px;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field {
  color: #0d0d0d;
  background-color: #e1e1e1;
  border-radius: 5px;
  height: 46px;
  margin-bottom: 12px;
  font-size: 18px;
}

.submit-button {
  background-color: #27a12c;
  background-image: url('../images/arrow.svg');
  background-position: 68%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 5px;
  width: 100%;
  margin-top: 13px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 65px;
  font-size: 22px;
}

.submit-button.pulse {
  background-position: 98%;
  font-family: Montserrat, sans-serif;
  display: block;
}

.submit-button.pulse.block {
  text-align: center;
  background-image: none;
  max-width: 500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.submit-button.pulse {
  background-position: 98%;
  display: block;
}

.submit-button.pulse.block {
  text-align: center;
  background-image: none;
  max-width: 500px;
  margin: 30px auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
}

.submit-button.pulse.block.suport {
  background-color: #ffffff57;
  border: 1px solid #fff;
}

.legend {
  font-family: Montserrat, sans-serif;
}

.section-bg1 {
  color: #fff;
  background-color: #9c1d2e;
  background-image: url('../images/bg-red.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 300px;
}

.image-2 {
  border-radius: 25px;
  margin-bottom: 20px;
}

.columns {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-5 {
  background-color: #9b212f;
  border: 2px solid #880d1b;
  border-radius: 15px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 15px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-6 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.div-block-6.block-1 {
  color: #fff;
  border-bottom: 2px solid #880d1b;
  border-right: 2px solid #880d1b;
}

.div-block-6.block-3 {
  color: #fff;
  border-bottom: 2px solid #880d1b;
}

.div-block-6.block-2 {
  border-right: 2px solid #880d1b;
}

.text-block-44 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.text-block-44.center {
  text-align: center;
}

.text-block-46 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

.text-block-46.center {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.seta {
  margin: 46px auto -159px;
  display: block;
  position: static;
  inset: auto 50% 0%;
}

.calendary {
  border-bottom: 1px solid #00000029;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.date {
  color: #000;
  text-align: center;
  background-color: #e8ddb6;
  border-radius: 15px;
  width: 48%;
  margin-right: 20px;
  padding: 15px;
}

.date-number {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.1em;
}

.paragraph-agenda {
  width: 52%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

.paragraph-agenda.center {
  text-align: center;
  font-size: 22px;
}

.columns-2 {
  background-color: #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column-4 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  position: sticky;
  top: 15px;
}

.image-5 {
  border-radius: 15px;
  position: static;
}

.column-2 {
  color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.title-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}

.section-7 {
  background-color: #000;
  padding-top: 27px;
  padding-bottom: 27px;
}

.container-18 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-43 {
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
}

.link-final {
  color: #fff;
}

.section-bg2 {
  color: #fff;
  background-color: #9c1d2e;
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/bg-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto 110%;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-7 {
  margin-bottom: -57px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-7 {
  background-color: #0000002e;
  border-radius: 15px;
  margin-top: 30px;
  padding: 15px;
}

@media screen and (max-width: 479px) {
  .headline-h1, .headline-h1.center {
    font-size: 20px;
  }

  .paragraph {
    font-size: 15px;
  }

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

  .div-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
    font-family: Montserrat, sans-serif;
  }

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

  .div-block-3 {
    display: none;
  }

  .section.bg2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.hero {
    background-image: url('../images/Textura.png');
    background-position: 50%;
    background-size: cover;
  }

  .form-block {
    margin-top: 19px;
  }

  .submit-button {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button.pulse.block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .legend {
    text-align: center;
    font-size: 12px;
    line-height: 1.1em;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

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

  .div-block-6.block-1 {
    border-bottom-style: none;
    border-right-style: none;
  }

  .div-block-6.block-3 {
    border-bottom-style: none;
  }

  .div-block-6.block-2 {
    border-right-style: none;
  }

  .text-block-44 {
    margin-top: 13px;
    margin-bottom: 17px;
    font-size: 19px;
    line-height: 26px;
  }

  .text-block-46 {
    margin-top: 13px;
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 26px;
  }

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

  .date-number {
    font-size: 14px;
  }

  .title {
    font-size: 30px;
  }

  .paragraph-agenda {
    font-size: 15px;
  }

  .columns-2 {
    border-radius: 0;
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-4 {
    padding-top: 0;
    padding-left: 0;
    position: relative;
  }

  .image-5 {
    width: 100%;
    margin-bottom: 30px;
  }

  .column-2 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 14px;
    padding-right: 14px;
    position: static;
  }

  .title-2 {
    margin-top: 13px;
    margin-bottom: 17px;
    font-size: 30px;
    line-height: .9em;
  }

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

  .text-block-43 {
    font-size: 11px;
    line-height: 1.1em;
  }

  .section-bg2 {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-6 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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