:root {
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --redlighter: #ff5a6d;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

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

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

body {
  height: 100%;
  color: rgba(0, 0, 0, .74);
  background-color: #edeff2;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  display: block;
}

.brand-text {
  color: #f6e6e7;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
  display: block;
  overflow: visible;
}

.section {
  background-color: #f5f5f5;
  padding: 63px 40px;
  position: relative;
}

.section.section-gray {
  background-color: #f5f5f5;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: block;
}

.memorial-para-as-vitimas {
  color: #fff;
  background-color: #cf404d;
  padding: 44px 40px;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  color: #c90000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  column-count: auto;
  overflow-wrap: normal;
  margin-bottom: 15px;
  padding-top: 0;
  font-size: 50px;
  font-weight: 400;
  text-decoration: none;
}

.hero-subheading {
  color: #792d2d;
  margin-bottom: 25px;
  font-size: 30px;
  display: none;
  overflow: visible;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
  transition: background-color .3s, border .3s, color .3s;
}

.hollow-button.white:hover {
  border-color: var(--salmon);
  background-color: var(--salmon);
  color: #fff;
}

.hollow-button.red {
  color: #fff;
  background-color: #cf404d;
  border-color: #cf404d;
}

.hollow-button.red:hover {
  background-color: rgba(0, 0, 0, 0);
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #792d2d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 400;
  text-decoration: underline;
}

.section-subheading.center {
  color: rgba(115, 115, 115, .74);
  text-align: center;
  margin-top: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.section-title-group {
  margin-top: 24px;
  margin-bottom: 20px;
}

.form-field {
  min-height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 50px;
  background-color: #f7f7f7;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
  display: none;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: var(--salmon);
}

.grid-image {
  text-align: left;
  margin-bottom: 19px;
}

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 0;
  position: static;
  top: 0%;
}

.left-navigation {
  width: 329px;
  height: 100%;
  background-color: #520f0f;
  background-image: url('../images/Symbol.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 15px;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: #cf404d;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
  display: none;
}

.banner {
  height: 100%;
  background-image: linear-gradient(#f2f1ed, #f2f1ed);
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

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

.div-block {
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form {
  padding-top: 0;
  display: block;
}

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

.herocontainer {
  margin-top: -37px;
  padding-top: 0;
}

.image {
  display: inline-block;
}

.div-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 14px;
  display: none;
}

.feature-image {
  max-width: 80%;
}

.card {
  margin-top: 0;
  display: block;
}

.link-news {
  color: #d22e2e;
  display: inline;
}

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

.heading {
  margin-bottom: 0;
}

.search-button {
  background-color: var(--indian-red);
  border-radius: 4px;
}

.search-button:hover {
  background-color: var(--redlighter);
}

.search-input {
  border-radius: 4px;
}

.search {
  margin-bottom: 0;
  display: none;
}

.button-2 {
  background-color: var(--indian-red);
  text-align: left;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 460px;
}

.button-2:hover {
  background-color: var(--redlighter);
}

.text-block {
  color: #4e4e4e;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.image-2 {
  width: 175px;
  height: 200px;
  border-radius: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 5px;
}

.link-2 {
  color: var(--indian-red);
  -webkit-text-stroke-color: #cf404d;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: stretch;
  margin-top: 5px;
  margin-left: 5px;
  display: block;
  position: static;
}

.link-2:hover {
  color: var(--salmon);
}

.paragraph-2 {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.collection-item {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 7px;
  padding-right: 7px;
}

.div-block-3 {
  height: 620px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin: 5px 0 0;
  display: flex;
}

.heading-2, .text-block-2 {
  margin-bottom: 5px;
}

.next {
  background-color: #cf404d;
  border-radius: 4px;
}

.next:hover {
  background-color: var(--salmon);
}

.text-block-3, .icon, .text-block-4 {
  color: #fff;
}

.previous {
  background-color: #cf404d;
  border-radius: 4px;
}

.previous:hover {
  background-color: #fd7072;
}

.paragraph-3 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.columns {
  margin-top: 25px;
  margin-bottom: 0;
}

.icon-2 {
  color: #fff;
}

.pagination {
  margin-top: 10px;
}

.image-3 {
  float: left;
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
  position: static;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-2 {
  margin-top: 5px;
}

.heading-3, .heading-4, .heading-5, .heading-6, .heading-7 {
  color: #9c0808;
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: #49647b;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

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

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

  .align-right {
    text-align: center;
  }

  .hero-heading {
    font-size: 37px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .grid-fours {
    width: 33.333%;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

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

  .herocontainer {
    margin-top: -30px;
  }
}

@media screen and (max-width: 479px) {
  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .banner {
    height: 450px;
  }

  .image-2 {
    align-self: center;
  }
}


