:root {
  --white: white;
  --black: black;
}

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

.section {
  background-color: red;
}

.html-embed {
  background-color: red;
  margin-bottom: 0;
}

.section-2 {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
}

.text-span {
  color: red;
  background-color: #fff;
  box-shadow: 0 2px 5px #fff;
}

.paragraph {
  color: #000;
  text-align: center;
  text-decoration: underline;
}

.section-3 {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.image {
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.container {
  justify-content: justificar-conteúdo-esticar;
  justify-items: justificar-itens-esticar;
  align-items: alinhar-itens-esticar;
  align-content: alinhar-conteúdo-esticar;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  object-position: 50% 50%;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: block;
  overflow: visible;
}

.heading-2 {
  text-align: center;
}

.body {
  text-align: center;
  background-color: #fff;
}

.heading-3 {
  font-size: 25px;
}

.container-2 {
  margin-top: -25px;
}

.section-4 {
  background-color: #000;
}

.paragraph-2 {
  color: #fff;
  background-color: #3b3a3a;
  padding-bottom: 0;
  font-size: 10px;
}

.html-embed-2 {
  text-align: left;
}

.paragraph-3, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: red;
}

.italic-text {
  color: #000;
}

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

.text-block {
  color: #000;
}

.text-span-7 {
  color: #fff;
  text-align: center;
}

.text-span-8 {
  color: #e20000;
}

.text-span-9 {
  background-color: #da0000;
}

.html-embed-3 {
  text-align: left;
  margin-bottom: 40px;
}

.heading-4 {
  color: #000;
  font-size: 20px;
}

.image-2 {
  margin-bottom: 60px;
}

.section-5 {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.section-6 {
  background-color: #fff;
}

.image-3 {
  margin-top: 60px;
  margin-bottom: 0;
}

.image-4 {
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.html-embed-4 {
  margin-left: 10px;
  margin-right: 10px;
}

.section-7 {
  background-color: #fff;
}

.text-span-10 {
  color: #cd0000;
  text-decoration: underline;
}

.heading-5 {
  margin-bottom: 20px;
}

.section-8 {
  background-color: #d30000;
}

.paragraph-4 {
  color: #fff;
}

.text-span-11 {
  color: #df0000;
}

.text-block-2 {
  color: #000;
  margin-bottom: 60px;
}

.section-9 {
  background-color: #000;
}

.paragraph-5 {
  color: #fff;
}

.container-4 {
  margin-top: 0;
  padding-top: 20px;
}

.image-5 {
  padding-top: 20px;
}

.paragraph-6 {
  font-size: 25px;
  font-style: italic;
  line-height: 30px;
  text-decoration: underline;
}

.text-span-12 {
  color: #ec0000;
}

.text-span-13 {
  color: #ef0000;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 17px;
    line-height: 23px;
  }

  .text-span {
    font-size: 18px;
  }

  .heading-4 {
    font-size: 15px;
  }
}


