.breadcrumbs a,
.btn,
.cta-btn,
.page-numbers,
a,
footer a,
header a {
  text-decoration: none;
}
.bg-inner-banner,
.bg-map,
.bg-why-poores,
.bg-why-poores > *,
.cta-btn,
.cta-btn span,
.img-overlay,
blockquote {
  position: relative;
}
:root {
  --default: #000000;
  --primo: #ff873e;
  --secondo: #003876;
  --terzo: #59c7f8;
  --quarto: #fef200;
  --quinto: #002752;
  --ffamily: "Poppins", sans-serif;
}
body,
html {
  overflow-x: hidden;
}
body {
  color: var(--default);
  font-family: var(--ffamily);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.btn,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}
.h1,
h1 {
  color: var(--secondo);
  font-size: 36px;
  line-height: 46px;
}
.h2,
h2 {
  color: var(--primo);
  font-size: 32px;
  line-height: 42px;
}
.h3,
h3 {
  color: var(--secondo);
  font-size: 28px;
  line-height: 38px;
}
.h4,
h4 {
  color: var(--primo);
  font-size: 24px;
}
.h5,
h5 {
  color: var(--secondo);
  font-size: 22px;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  border-top: 2px solid var(--primo);
  opacity: unset;
}
mark {
  padding: 0;
}
ol li,
ul li {
  padding: 0.5rem 0;
}
blockquote {
  border-left: 5px solid var(--secondo);
  margin: 1rem 0;
  padding: 2rem 2rem 1rem;
}
blockquote p {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
blockquote p:before {
  content: "\f10d";
  font-family: FontAwesome;
  color: var(--primo);
  font-size: 7em;
  opacity: 0.2;
  position: absolute;
  margin-left: -20px;
}
.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}
.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
.aligncenter,
header .logo {
  display: block;
  margin: auto;
}
.small-text {
  font-size: 12px;
}
.med-text {
  font-size: 24px;
  line-height: 34px;
}
.large-text {
  font-size: 32px;
  line-height: 42px;
}
.super-large-text {
  font-size: 40px;
  line-height: 50px;
}
.bomb-large-text {
  font-size: 60px;
  line-height: 60px;
}
.extra-large-text {
  font-size: 80px;
  line-height: 80px;
}
.text-shadow {
  text-shadow: 1px 1px 3px #333;
}
.btn,
.cta-btn {
  text-shadow: none;
  transition: 0.4s;
}
.color-default {
  color: var(--default);
}
.color-primo,
.cta-btn.bg-primo.active span,
.cta-btn.bg-primo:hover span {
  color: var(--primo);
}
.color-secondo {
  color: var(--secondo);
}
.color-terzo,
.cta-btn.bg-terzo.active span,
.cta-btn.bg-terzo:hover span {
  color: var(--terzo);
}
.color-quarto,
.cta-btn.bg-quarto.active span,
.cta-btn.bg-quarto:hover span {
  color: var(--quarto);
}
.color-quinto {
  color: var(--quinto);
}
.black {
  color: #333;
}
.white,
.white a {
  color: #fff !important;
}
.bg-default {
  background-color: var(--default);
}
.bg-primo,
.cta-btn.bg-primo.active .cta-icon,
.cta-btn.bg-primo:hover .cta-icon {
  background-color: var(--primo);
}
.bg-secondo {
  background-color: var(--secondo);
}
.bg-terzo,
.cta-btn.bg-terzo.active .cta-icon,
.cta-btn.bg-terzo:hover .cta-icon {
  background-color: var(--terzo);
}
.bg-quarto,
.cta-btn.bg-quarto.active .cta-icon,
.cta-btn.bg-quarto:hover .cta-icon {
  background-color: var(--quarto);
}
.bg-quinto {
  background-color: var(--quinto);
}
.bg-gray {
  background-color: #f0f0f0;
}
.bg-white {
  background-color: #fff;
}
.bg-why-poores::before,
.cta-btn .cta-icon,
.header-1,
[class^="img-overlay-"] {
  position: absolute;
}
.img-overlay-full {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.img-overlay-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-overlay-center-left {
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
.img-overlay-center-right {
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
}
.img-overlay-top-center {
  top: 0;
  left: 0;
  right: 0;
}
.img-overlay-top-left {
  top: 0;
  left: 10%;
}
.img-overlay-top-right {
  top: 0;
  right: 10%;
}
.img-overlay-bottom-center {
  bottom: 0;
  left: 0;
  right: 0;
}
.img-overlay-bottom-left {
  bottom: 5%;
  left: 10%;
}
.img-overlay-bottom-right {
  bottom: 5%;
  right: 10%;
}
.btn {
  border: none;
  border-radius: 5px;
}
.btn-primo {
  background-color: var(--primo);
  color: #fff !important;
}
.btn-primo:active,
.btn-primo:focus,
.btn-primo:hover {
  background-color: var(--primo) !important;
  color: #fff !important;
}
.btn-secondo {
  background-color: var(--secondo);
  color: #fff !important;
}
.btn-secondo:active,
.btn-secondo:focus,
.btn-secondo:hover {
  background-color: var(--secondo) !important;
  color: #fff !important;
}
.btn-terzo {
  background-color: var(--terzo);
  color: #fff !important;
}
.btn-terzo:active,
.btn-terzo:focus,
.btn-terzo:hover {
  background-color: var(--terzo) !important;
  color: #fff !important;
}
.btn-quarto {
  background-color: var(--quarto);
  color: #fff !important;
}
.btn-quarto:active,
.btn-quarto:focus,
.btn-quarto:hover {
  background-color: var(--quarto) !important;
  color: #fff !important;
}
.btn-quinto {
  background-color: var(--quinto);
  color: #fff !important;
}
.btn-quinto:active,
.btn-quinto:focus,
.btn-quinto:hover {
  background-color: var(--quinto) !important;
  color: #fff !important;
}
.zipinput {
  border: 1px solid #585858;
  box-shadow: none;
  color: #585858;
  max-width: 180px;
  padding: 6px 10px;
  outline: 0;
  text-align: center;
  width: 100%;
}
.zipinput::placeholder {
  color: #585858;
}
.breadcrumbs {
  color: #999;
}
.breadcrumbs a {
  color: #999 !important;
}
.content a {
  color: #03f;
}
.content ul li {
  padding-left: 0.5rem;
}
.content ul li::marker {
  content: "\f105";
  color: var(--primo);
  font: var(--fa-font-solid);
}
.pagination {
  margin: 3rem 0;
}
.page-numbers {
  border: 1px solid var(--secondo);
  padding: 5px 10px;
}
.header-1,
.post {
  padding-bottom: 3rem;
}
.post h3 {
  margin: 1rem 0;
}
.post img {
  display: inline-block;
}
@media (width < 992px) {
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin: 0 auto 1rem;
  }
}
.header-1 {
  background: linear-gradient(
    to bottom,
    rgb(0, 0, 0, 85%) 75%,
    rgb(0, 0, 0, 0)
  );
  width: 100%;
  z-index: 99;
}
.content h3,
.content h4,
.content h5 {
  font-weight: 600;
}
.content p:has(img) {
  padding-right: 1rem;
}
.content p img {
  border-radius: 10px;
  box-shadow: 1rem 1rem var(--secondo);
  margin-bottom: 2rem;
}
.bg-whirl {
  background: url("images/bg-whirl.jpg") center/cover no-repeat;
}
.bg-hero {
  background: url("images/bg-hero.jpg") center/cover no-repeat;
  display: flex;
  align-items: end;
  min-height: 640px;
}
.bg-map {
  background: url("images/bg-map-parallax.jpg") center/cover no-repeat fixed;
}
.bg-why-poores {
  background: url("images/bg-why-poores-parallax.jpg") left center/cover
    no-repeat fixed;
}
.bg-inner-banner > *,
.bg-why-poores > * {
  z-index: 1;
}
.bg-why-poores::before {
  content: "";
  background: rgb(255, 255, 255, 85%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bg-inner-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
  min-height: 320px;
}
.bg-inner-banner:before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 45%;
}
.hero-text {
  margin-bottom: -16px;
}
.hero-text span {
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  font-weight: 800;
  text-shadow: 2px 2px 3px #333;
}
.banner-text {
  margin-bottom: -10px;
}
.banner-text span {
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.callout {
  background-color: #e9f1fb;
  border-radius: 1rem;
  margin: 1rem 0;
  padding: 1.5rem 2rem;
}
.cta-extend {
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
.icon-circle {
  background: var(--secondo);
  border: 10px solid #fff;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  padding: 40px;
}
.cta-btn {
  border: 2px solid var(--secondo);
  border-radius: 3rem;
  display: inline-block;
  padding: 1rem 3rem;
  width: 100%;
  max-width: 360px;
}
.cta-btn span {
  color: var(--secondo);
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  left: 10%;
  transition: left 0.4s;
}
.cta-btn .cta-icon {
  background-color: var(--secondo);
  border-radius: 50%;
  padding: 1rem;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  transition: left 0.4s;
}
.cta-btn.active .cta-icon,
.cta-btn:hover .cta-icon {
  left: calc(100% - 6rem);
}
.cta-btn.active span,
.cta-btn:hover span {
  left: -10%;
}
.cta-btn.bg-terzo.active,
.cta-btn.bg-terzo:hover {
  background-color: var(--secondo);
  border-color: var(--terzo);
}
.cta-btn.bg-primo.active,
.cta-btn.bg-primo:hover {
  background-color: var(--secondo);
  border-color: var(--primo);
}
.cta-btn.bg-quarto.active,
.cta-btn.bg-quarto:hover {
  background-color: var(--secondo);
  border-color: var(--quarto);
}
@media (hover: none) {
  .bg-map,
  .bg-why-poores {
    background-attachment: scroll;
  }
}
@media (width < 576px) {
  .h1,
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .h2,
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .h3,
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .large-text {
    font-size: 28px;
    line-height: 38px;
  }
  .super-large-text {
    font-size: 36px;
    line-height: 46px;
  }
  .bomb-large-text {
    font-size: 40px;
    line-height: 50px;
  }
  .extra-large-text,
  .hero-text span {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 576px) {
  .post img {
    float: right;
    margin-left: 1rem;
  }
  .banner-text span {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (width < 768px) {
  .header-1 {
    background: linear-gradient(
      to bottom,
      rgb(0, 0, 0, 100%) 75%,
      rgb(0, 0, 0, 0)
    );
  }
  .bg-inner-banner {
    margin-top: 4rem;
  }
  .bg-map {
    background-position: 20% center;
  }
  .bg-map:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 65%;
  }
  .bg-map > * {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .li-cols-2,
  .li-cols-3 {
    columns: 2;
    column-gap: 40px;
  }
  [class^="li-cols-"] li {
    break-inside: avoid-column;
  }
  .bg-why-poores::before {
    background: linear-gradient(
      to left,
      rgb(255, 255, 255, 85%) 45%,
      transparent 60%
    );
  }
}
@media (min-width: 992px) {
  .bg-why-poores {
    background-position: center;
  }
  .banner-text span {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1200px) {
  .li-cols-3 {
    columns: 3;
    column-gap: 40px;
  }
  .bg-hero {
    min-height: 873px;
  }
  .cta-border-right {
    border-right: 2px solid #eee;
  }
}
.main-content-area {
  margin-top: 30px;
  margin-bottom: 30px;
}
