@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Oswald;
  src: url("../font/Oswald-VariableFont_wght.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Oswald;
  src: url("../font/Oswald-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Oswald;
  src: url("../font/Oswald-SemiBold.ttfç") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Oswald;
  src: url("../font/Oswald-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Poppins;
  src: url("../font/Poppins-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  background: transparent;
  position: absolute;
  width: 100%;
  min-height: 90px;
}
div.menu img {
  max-width: 170px;
  margin: 30px 10% 0;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0px;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: #F491A3;
}
div.menu .hamburger {
  position: relative;
  background-color: transparent;
  right: 0px;
  top: 20px;
  height: 30px;
  width: 30px;
  padding: 33px 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin: 0 0 0 auto;
  user-select: none;
}
div.menu .hamburger.is-active {
  background-color: none;
}
div.menu .hamburger.is-active {
  position: fixed;
  background-color: transparent;
  left: initial;
  top: 20px;
  height: 30px;
  width: 30px;
  padding: 20px 20px;
  right: 10%;
}
div.menu ._layer {
  background: #fff;
  margin-bottom: 4px;
  border-radius: 2px;
  width: 28px;
  height: 4px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
div.menu .hamburger:hover .-top {
  transform: translateY(-100%);
}
div.menu .hamburger:hover .-bottom {
  transform: translateY(100%);
}
div.menu .hamburger.is-active .-top {
  transform: translateY(200%) rotate(45deg) !important;
}
div.menu .hamburger.is-active .-mid {
  opacity: 0;
}
div.menu .hamburger.is-active .-bottom {
  transform: translateY(-200%) rotate(135deg) !important;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
}
div.menu .menuppal {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 100%;
  z-index: 1001;
}
div.menu .menuppal ul {
  margin: 0;
  padding: 0;
  padding-top: 40px;
}
div.menu .menuppal ul li {
  list-style: none;
  text-align: center;
  font-family: Oswald;
  font-size: 1.5rem;
  line-height: 3em;
  height: 3em;
  color: #fff;
  text-transform: none;
  font-weight: bold;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  color: #fff;
  zoom: 1.1;
}

@media screen and (max-width: 992px) {
  div.menu img {
    max-width: 120px;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  div.menu {
    min-height: 70px;
  }
  div.menu img {
    max-width: 100px;
    top: 5px;
    margin: 15px;
  }
  div.menu .hamburger {
    padding: 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 2.5em;
  }
  div.menu .menuppal ul {
    margin: 0;
    padding: 0;
    padding-top: 70px;
  }
  div.menu ._layer {
    width: 24px !important;
    height: 3px !important;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

img {
  max-width: 100%;
  width: 100%;
}

h1 {
  color: #F491A3;
  font-family: Oswald;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 102.564% */
}
h1 span {
  color: #005677;
  font-weight: 700;
}

.banner p {
  color: #005677;
  font-family: Poppins;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 142.105% */
}
.banner p b {
  color: #F491A3;
  font-weight: 700;
}

h2 {
  color: #FFF;
  font-family: Oswald;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 102.564% */
}
h2 span {
  color: #005677;
  font-weight: 700;
}

h4 {
  color: #F491A3;
  font-family: Oswald;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 95% */
}
h4 span {
  color: #005677;
  font-weight: 700;
}

p {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 112.5% */
}
p b {
  color: #005677;
  font-weight: 700;
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 10px 30px;
  border-radius: 10px;
  background: #ECC8CF;
  color: #005677;
  font-family: Oswald;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 35.395px; /* 186.287% */
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.bg-1 {
  background-image: url(../imagenes/AboutAndBenefi.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

.bg-2 {
  background-image: url(../imagenes/Pasos.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 27px;
    line-height: 40px; /* 102.564% */
  }
  .banner p {
    font-size: 18px;
  }
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .bg-1 {
    background-image: url(../imagenes/AboutAndBenefi.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .bg-2 {
    background-image: url(../imagenes/Pasos.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
  }
  .swiper-pagination-bullet-active {
    background: #005677;
  }
  .swiper {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none;
  }
  .bg-1 {
    background-image: url(../imagenes/movil/pasosAnd.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .bg-2 {
    background: none;
  }
  h1 {
    font-size: 30px;
    line-height: 33px;
  }
  .banner p {
    font-size: 17px;
    line-height: 22px;
  }
  .btn, .btnbr, input.hs-button.primary.large {
    font-size: 18px;
    line-height: 28.395px;
  }
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
  h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
section.banner {
  background-image: url(../imagenes/fondoTop.png);
  background-size: 45%;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 250px 0 0;
}
section.banner .cont {
  padding-right: 10%;
}
section.banner .cont h1 {
  margin-top: 100px;
  margin-bottom: 20px;
}
section.banner .cont p {
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  section.banner {
    background-image: url(../imagenes/fondoTop.png);
    background-size: 70%;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 200px 0 0;
  }
  section.banner .cont {
    padding-right: 1%;
  }
  section.banner .cont h1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/bannerTop.png);
    background-size: 50% 15%;
    background-position: right top;
    background-repeat: no-repeat;
    padding: 200px 0 100px;
  }
  section.banner .cont {
    padding-right: 0;
  }
  section.banner .cont h1 {
    margin-top: 0;
  }
  section.banner img {
    margin-top: 60px;
  }
}
section.nosotros {
  padding: 260px 15px 0px;
}
section.nosotros h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 150px 15px 0px;
  }
  section.nosotros h2 {
    margin-bottom: 40px;
  }
}
section.beneficios {
  padding: 100px 15px 200px;
}
section.beneficios h2 {
  text-align: center;
  margin-bottom: 80px;
}
section.beneficios .cardSlider {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 26.4px 0px rgba(255, 255, 255, 0.2);
  padding: 30px;
  margin-bottom: 30px;
  min-height: 290px;
}
section.beneficios .cardSlider span {
  display: block;
}
section.beneficios .cardSlider span img {
  text-align: right;
  width: 46px;
  display: block;
  margin: 0 0 60px auto;
}
section.beneficios .cardSlider h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.beneficios .cardSlider p {
  margin-bottom: 0;
  color: #000;
}

@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 100px 15px 100px;
  }
  section.beneficios p {
    font-size: 15px;
    line-height: 22px;
  }
}
section.form {
  max-width: 100%;
  margin: 0 auto;
}
section.form h2 {
  color: #F491A3;
  margin-top: 220px;
  margin-bottom: 30px;
}
section.form p {
  color: #005677;
  max-width: 65%;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 500px;
  padding: 30px 10px 40px 40px;
  margin: 45px 0 0;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #005677;
  padding: 10px 0;
  border-radius: 0;
  color: #005677;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form button::-moz-placeholder, section.form input::-moz-placeholder, section.form optgroup::-moz-placeholder, section.form select::-moz-placeholder, section.form textarea::-moz-placeholder {
  color: #005677;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #005677;
}
section.form input.hs-button.primary.large {
  text-align: center;
  color: #005677;
  font-family: Oswald;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 45.395px; /* 186.287% */
  width: 100%;
  text-transform: uppercase;
  border-radius: 10px;
  background: #ECC8CF;
  border: none;
}
section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
  width: 90%;
}
section.form input.hs-button.primary.large {
  margin: 25px 0;
  display: block;
}
section.form .hs_submit.hs-submit {
  max-width: 93%;
}
section.form .btn, section.form .btnbr, section.form input.hs-button.primary.large {
  line-height: 15px;
}
section.form input.hs-button.primary.large {
  margin: 20px auto !important;
  display: block !important;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  section.form h2 {
    padding: 0 15px;
    margin-top: 30px;
  }
  section.form p {
    padding: 0 15px;
    max-width: 95%;
  }
  section.form form {
    max-width: 510px;
    padding: 30px 0px 40px 15px;
    margin: 0px 0 0;
  }
  section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #005677;
    padding: 10px 0;
    border-radius: 0;
    color: #005677;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  section.form button::-moz-placeholder, section.form input::-moz-placeholder, section.form optgroup::-moz-placeholder, section.form select::-moz-placeholder, section.form textarea::-moz-placeholder {
    color: #005677;
  }
  section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
    color: #005677;
  }
  section.form input.hs-button.primary.large {
    text-align: center;
    color: #005677;
    font-family: Oswald;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 45.395px; /* 186.287% */
    width: 100%;
    text-transform: uppercase;
    border-radius: 10px;
    background: #ECC8CF;
    border: none;
  }
  section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
  section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
    width: 90%;
  }
  section.form input.hs-button.primary.large {
    margin: 25px 0;
    display: block;
  }
  section.form .hs_submit.hs-submit {
    max-width: 93%;
  }
  section.form .btn, section.form .btnbr, section.form input.hs-button.primary.large {
    line-height: 15px;
  }
  section.form input.hs-button.primary.large {
    margin: 20px auto !important;
    display: block !important;
    margin-top: 20px;
  }
}
section.marcas {
  background-image: url(../imagenes/Marca.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 45%;
  padding: 400px 15px 300px;
}
section.marcas h2 {
  top: 140px;
  display: block;
  position: relative;
}
section.marcas .list {
  border-radius: 10px;
  background: #ECC8CF;
  padding: 20px 30px;
  margin: 30px 0;
}
section.marcas .list span.number {
  color: #005677;
  text-align: right;
  font-family: Oswald;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 112.821% */
}
section.marcas .list .text {
  color: #005677;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 142.105% */
  margin-top: 11px;
  display: block;
}
section.marcas .list .text b {
  font-weight: 400;
}
section.marcas .list figure {
  margin: 0;
}
section.marcas .list figure img {
  width: 46px;
}
section.marcas .list.dos {
  background: #F491A3;
}
section.marcas .list.dos span.number {
  color: #fff;
}
section.marcas .list.dos .text {
  color: #fff;
}
section.marcas .list.tres {
  background: #005677;
}
section.marcas .list.tres span.number {
  color: #fff;
}
section.marcas .list.tres .text {
  color: #fff;
}

@media screen and (max-width: 992px) {
  section.marcas {
    background-size: 45%;
    padding: 190px 15px 0px;
    margin-top: -150px;
  }
  section.marcas h2 {
    top: 60px;
  }
  section.marcas .list {
    margin: 0 0 30px;
  }
  section.marcas .list span.number {
    font-size: 22px;
    line-height: 28px;
  }
  section.marcas .list .text {
    font-size: 16px;
    line-height: 22px;
    margin-top: -6px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.marcas {
    background-image: url(../imagenes/movil/lonuestro.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding: 0 15px 0;
    margin-top: 0;
  }
  section.marcas h2 {
    top: 20px;
    padding: 260px 19px 290px;
  }
  section.marcas .list {
    background: #ECC8CF;
    padding: 20px 15px;
    margin: 30px 0;
  }
  section.marcas .list .text b {
    font-weight: 700;
  }
}
section.galeria h2 {
  color: #F491A3;
  text-align: left;
  max-width: 67%;
  margin: 200px auto;
  margin-bottom: 20px;
  line-height: 45px;
}
section.galeria p {
  color: #005677;
  max-width: 67%;
  margin: 0 auto;
}
section.galeria .swiper.mySwiper2 {
  cursor: pointer;
  padding-bottom: 40px;
}
section.galeria .swiper.mySwiper2 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #EF7E88;
}

@media screen and (max-width: 992px) {
  section.galeria h2 {
    max-width: 100%;
    margin: 80px auto 0;
    margin-bottom: 20px;
    line-height: 34px;
  }
  section.galeria p {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding: 0 15px;
  }
  section.galeria p {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
section.datos .bg {
  background-color: #005677;
  padding: 60px;
  border-radius: 20px;
  background: #005677;
}
section.datos .bg .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 600px;
}
section.datos .bg .cont h2 {
  color: #F491A3;
  margin-bottom: 30px;
}
section.datos .bg .cont h2 span {
  color: #FFF;
}
section.datos .bg .cont p {
  max-width: 70%;
}
section.datos .bg .cont p b {
  color: #FFF;
}

@media screen and (max-width: 992px) {
  section.datos .bg {
    padding: 30px;
  }
  section.datos .bg .cont {
    height: 380px;
  }
  section.datos .bg .cont h2 {
    margin-bottom: 20px;
  }
  section.datos .bg .cont p {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.datos .bg {
    max-width: 96%;
    margin: 0 auto;
    padding: 20px;
  }
  section.datos .bg .cont {
    height: auto;
    padding: 20px 0;
  }
  section.datos .bg .cont p {
    font-size: 15px;
    max-width: 100%;
    line-height: 20px;
  }
}
section.video {
  margin-top: 100px;
  padding: 0 0 100px;
}
section.video h2 {
  color: #F491A3;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 150px;
}
section.video p {
  color: #005677;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  section.video h2 {
    margin-top: 40px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 50px 15px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 250px;
    border-radius: 10px;
  }
}
section.pasos {
  padding: 100px 40px 80px;
}
section.pasos h2 {
  text-align: center;
  margin-bottom: 30px;
}
section.pasos p {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}
section.pasos .dos {
  padding-top: 40px;
}
section.pasos .cardSlider {
  border-radius: 20px;
  background: #FFF;
  /* Resplendedor */
  box-shadow: 0px 4px 26.4px 0px rgba(255, 255, 255, 0.2);
  padding: 30px;
  margin-bottom: 30px;
  min-height: 290px;
}
section.pasos .cardSlider span.number {
  color: #F491A3;
  font-family: Oswald;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 47.5% */
  text-transform: uppercase;
  display: block;
}
section.pasos .cardSlider h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
section.pasos .cardSlider p {
  text-align: left;
  margin-bottom: 0;
  color: #000;
}
section.pasos .swiper.mySwiper3 {
  cursor: pointer;
  padding-bottom: 40px;
}
section.pasos .swiper.mySwiper3 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

@media screen and (max-width: 992px) {
  section.pasos {
    padding: 40px 40px 200px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    margin-top: 40px;
    padding: 120px 15px 100px;
    background-image: url(../imagenes/movil/pasos.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  section.pasos h2 {
    font-size: 28px;
  }
  section.pasos p {
    font-size: 15px;
    line-height: 20px;
  }
}
.bannerFooter {
  background-image: url(../imagenes/footer.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  padding: 200px 0 500px;
  position: relative;
}
.bannerFooter::after {
  content: "";
  width: 200px;
  height: 90px;
  background-image: url(../imagenes/logoFooter.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.bannerFooter .row {
  display: block;
}
.bannerFooter h2 {
  color: #F491A3;
  text-align: center;
}
.bannerFooter p {
  color: #005677;
  max-width: 500px;
  margin: 30px auto 40px;
  text-align: center;
}
.bannerFooter .btnbr {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: block;
}
.bannerFooter p.copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  color: white;
}
.bannerFooter p.copy b {
  color: white;
}

@media screen and (max-width: 992px) {
  .bannerFooter {
    padding: 50px 0 300px;
    position: relative;
  }
  .bannerFooter::after {
    content: "";
    width: 80px;
    height: 80px;
    bottom: 3%;
    right: 3%;
  }
  .bannerFooter p.copy {
    font-size: 11px;
    margin: 30px auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter {
    background-image: url(../imagenes/movil/footer.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding: 120px 0 300px;
  }
  .bannerFooter::after {
    content: "";
    width: 120px;
    height: 55px;
    background-image: url(../imagenes/logoFooter.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .bannerFooter h2 br {
    display: none;
  }
  .bannerFooter p.copy {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    color: white;
    font-size: 10px;
  }
}/*# sourceMappingURL=styles.css.map */