@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);.secundary-banner {
  padding: 0 15px;
}
.secundary-banner .banner-container {
  max-width: 1440px;
  margin: 0 auto 32px;
}
.secundary-banner .image-module {
  min-height: 450px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 769px) {
  .secundary-banner .image-module {
    max-height: 300px;
    min-height: 300px;
  }
}
.secundary-banner .image-module .banner-img-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.secundary-banner .banner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 769px) {
  .secundary-banner .banner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.secundary-banner .banner-row .order-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 769px) {
  .secundary-banner .banner-row .order-1 {
    width: 100%;
  }
}
.secundary-banner .banner-row .order-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 769px) {
  .secundary-banner .banner-row .order-2 {
    width: 100%;
  }
}
.secundary-banner .banner-row .isDesktop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 769px) {
  .secundary-banner .banner-row .isDesktop {
    display: none !important;
  }
}
.secundary-banner .banner-row .isMobile {
  display: none;
}
@media (max-width: 769px) {
  .secundary-banner .banner-row .isMobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-height: 300px;
  }
}
.secundary-banner .description-module .content-inner {
  width: 100%;
  max-width: 420px;
  color: #fff;
  padding: 20px 0;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 769px) {
  .secundary-banner .description-module .content-inner {
    padding: 20px;
    max-width: inherit;
  }
}
.secundary-banner .description-module .content-inner .content-title h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 30pt;
  line-height: 36pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .secundary-banner .description-module .content-inner .content-title h2 {
    font-size: 26pt;
    line-height: 30pt;
  }
}
.secundary-banner .description-module .content-inner .description-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
}
@media (max-width: 769px) {
  .secundary-banner .description-module .content-inner .description-text p {
    line-height: 19px;
  }
}
.secundary-banner .description-module .content-inner .description-text p,
.secundary-banner .description-module .content-inner .description-text span {
  color: #fff !important;
}
@media (max-width: 769px) {
  .secundary-banner .description-module .content-inner .description-text {
    font-size: 16px;
  }
}
.secundary-banner .description-module .content-inner .link {
  margin-top: 1rem;
}
@media (max-width: 769px) {
  .secundary-banner .description-module .content-inner .link {
    margin: 1rem 0 20px 0;
  }
}
.secundary-banner .description-module .content-inner .link a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: auto;
  max-width: 252px;
  height: auto;
  min-height: 3rem;
  margin: 0 0;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 27px;
  background-color: #DA291C;
  color: white;
}
@media (max-width: 769px) {
  .secundary-banner .description-module .content-inner .secButton {
    margin-bottom: 0;
  }
}

.reverse .banner-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 769px) {
  .reverse .banner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}