@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("../font/Lato-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Paytype";
  src: url("../font/Paytype.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Paytype";
  src: url("../font/PaytypeBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
body {
  font-family: Lato;
}

.veni {
  font-family: "Paytype";
}

h2 {
  font-family: Paytype;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  color: #E41770;
}

p {
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.d-sm-block {
  display: flex !important;
}

button, body .form input.hs-button.primary.large, li.nav-item.active {
  transition: transform 0.2s ease;
}

hr.line80 {
  background: #293138;
  margin: 70px 0;
  max-width: 60%;
}

.verMovil {
  display: none;
}

@media screen and (max-width: 992px) {
  body section h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  p {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  body section h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
  p {
    font-size: 17px;
  }
  .d-sm-block {
    display: none !important;
  }
  .verMovil {
    display: block;
    background: #293138;
  }
}
/* Header  */
.bgp {
  background-image: url("../imagenes/Fondo-Conocenos-y-Header.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu {
  background: #fff !important;
  margin-top: 15px;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: #FF8200 !important;
  border-radius: 30px;
  padding: 2px 20px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu a.nav-link {
  padding: 10px 30px !important;
  color: #FFF;
  text-align: center;
  font-family: Paytype;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
}
.menu .logoH:hover {
  animation: heartBeat 0.5s forwards; /* Cambia "bounce" por cualquier otra animación */
}
.menu svg.bi.bi-arrow-right-short {
  width: 56px;
  font-size: 50px;
  height: 40px;
  color: #000;
  background: #FF8200;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}

.banner {
  color: #000;
  background-image: url("../imagenes/Header.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 130px;
}
.banner .row {
  max-width: 1080px;
  margin: 0 auto;
}
.banner h1 {
  color: #E41770;
  font-family: Paytype;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
}
.banner h3 {
  color: #FF8200;
  font-family: Paytype;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.banner hr {
  max-width: 60px;
  color: #E41770;
  border: 3px solid #e41770;
  background: #e41770;
  opacity: 1;
}
.banner p {
  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin: 25px 0;
}
.banner a {
  text-decoration: none;
}
.banner a button {
  color: #FFF;
  text-align: center;
  font-family: Paytype;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #E41770;
  padding: 10px 40px;
  border-radius: 20px;
  border: 0;
  margin: 0;
  max-width: -moz-max-content;
  max-width: max-content;
}
.banner figure {
  text-align: center;
}
.banner figure img {
  max-width: 100%;
  margin: 0 auto;
}

.menu li button {
  display: none;
}

button.navbar-toggler {
  border: none;
}

button.navbar-toggler img {
  max-width: 50px !important;
}

.flecha {
  display: none;
}

.btnheader {
  display: none;
}

@media screen and (max-width: 992px) {
  .btnheader {
    display: block;
    margin: 12px auto;
  }
  .banner h1 {
    font-size: 38px;
  }
  .banner h1 span {
    font-size: 55px;
  }
  .banner h3 {
    font-size: 25px;
  }
  .banner .franjaYellow {
    max-width: 78%;
    padding: 5px;
  }
  .banner p {
    font-size: 18px;
  }
  .banner .container {
    max-width: 94%;
  }
  .menu .navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    display: flex !important;
    text-align: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }
  li.nav-item.active {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding: 5px 0;
  }
  li.nav-item.active a {
    text-align: center;
    padding: 12px 0 !important;
  }
  li.nav-item.active:first-child {
    border-top: 1px white solid;
    padding-top: 30px;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li a {
    text-decoration: none;
  }
  .menu li a button {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Paytype;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #E41770;
    padding: 10px 40px;
    border-radius: 20px;
    border: 0;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 10px;
  }
  .banner {
    padding: 46px 0 20px;
  }
  .banner .container-fluid {
    background-image: url(../imagenes/movil/header.jpg);
  }
  .banner hr {
    display: none;
  }
  .banner figure img {
    max-width: 100%;
    margin: 80px auto 0;
  }
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .banner h1 {
    font-size: 35px;
    line-height: 45px; /* 135.714% */
  }
  .banner h1 span {
    font-size: 30px;
    line-height: 35px;
  }
  .banner .franjaYellow {
    max-width: 84%;
    padding: 5px;
    font-size: 15px;
    line-height: 25px;
  }
  .banner p {
    font-size: 18px;
    line-height: 25px;
  }
  .menu figure img {
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none !important;
    border: none !important;
    width: 90px !important;
  }
  button.navbar-toggler img {
    max-width: 56px !important;
    width: 300px;
  }
  .flecha {
    display: block;
  }
  .flecha img {
    max-width: 50px;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: auto;
  margin-bottom: 70px;
}

swiper-slide img {
  display: block;
  width: 100%;
}

section {
  position: relative;
}
section::after {
  position: absolute;
  content: "";
  background-image: url(../imagenes/Conocenos.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 20%;
  right: 10%;
  width: 15px;
  height: 120px;
}

.pqe::after {
  background-image: url(../imagenes/beneficios.png);
}

.form::after {
  background-image: url(../imagenes/contacto.png);
}

.galeria::after {
  background-image: url(../imagenes/Productos.png);
  top: 13%;
}

.datos::after {
  background-image: url(../imagenes/datos.png);
}

.numeros::after {
  background-image: url(../imagenes/locales.png);
}

.pasos::after {
  background-image: url(../imagenes/pasos.png);
}

.preguntas::after {
  background-image: url(../imagenes/faq.png);
  top: -40px;
}

.menu::after, section.banner::after, section.video::after {
  display: none;
}

@media screen and (max-width: 992px) {
  section::after {
    top: 22%;
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  section::after {
    top: 53%;
    right: 3%;
    height: 80px;
  }
  section.pqe::after {
    top: 18%;
  }
}
.bienvenido {
  padding: 150px 0;
}
.bienvenido h2 {
  color: #FFF;
  font-family: Paytype;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 30px;
}
.bienvenido .pBienvenido {
  color: #FFF;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.bienvenido .pBienvenido b {
  font-weight: 800;
}
.bienvenido swiper-container {
  width: 70%;
  padding-top: 0px;
  padding-bottom: 10px;
}

:host {
  --swiper-theme-color: $segundo-color !important;
}

@media screen and (max-width: 992px) {
  .bienvenido {
    padding: 0 0 170px;
  }
  .bienvenido h2 {
    margin-top: 0;
  }
  .bienvenido img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bienvenido {
    padding: 60px 15px;
  }
  .bienvenido h2:after {
    left: -6px;
    width: 170px;
  }
  .bienvenido h2 {
    text-align: center;
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    text-align: left;
  }
  .bienvenido img {
    max-width: 100%;
    width: 100%;
  }
  .bienvenido .isologo1 img {
    max-width: 17%;
    margin: 15px auto;
    display: block;
  }
  .bienvenido p {
    font-size: 18px;
  }
  .bienvenido .pBienvenido {
    font-size: 18px;
    line-height: 25px;
  }
  hr.verMovil.about {
    display: none;
  }
  .banner figure img {
    max-width: 100%;
    margin: 80px auto 0;
  }
  .bienvenido swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.pasos2 {
  padding: 80px 0 80px;
  position: relative;
  z-index: 0;
}
.pasos2 h2 {
  color: #E41770;
}
.pasos2 .pasosInt {
  padding: 80px 10% 0;
}
.pasos2 .pasosInt .row {
  margin: 20px 0;
}
.pasos2 .pasosInt .number {
  text-align: center;
}
.pasos2 .pasosInt h5 {
  color: #FF8200;
  font-family: Paytype;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pasos2 .pasosInt p {
  color: #000;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 400px;
}

@media screen and (max-width: 992px) {
  .pasos2 {
    padding: 60px 0;
  }
  .pasos2 .bgWhite h4 {
    font-size: 22px;
  }
  .pasos2 .bgWhite p {
    font-size: 15px;
  }
  .pasos2 .pasosInt {
    padding: 80px 0 0;
  }
  .pasos2 .pasosInt h5 {
    text-align: left;
  }
  .pasos2 .pasosInt p {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .pasos2 h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .row.pasosInt {
    text-align: center;
  }
  .row.pasosInt .col-md-6 {
    border-bottom: 1px solid white;
    max-width: 80%;
    display: block;
    margin: 40px auto 0;
  }
  .row.pasosInt .number {
    font-size: 35px;
    line-height: 35px;
  }
  .row.pasosInt h5 {
    font-size: 18px;
  }
  .row.pasosInt p {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pasos2 {
    padding-top: 0;
  }
  .pasos2 h2 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 0;
    padding: 10px 25px;
  }
  .pasos2 .bgWhite {
    margin: 7px;
  }
  .pasos2 .bgWhite h4, .pasos2 .bgWhite p {
    margin: 0;
  }
  .pasos2 figure img {
    max-width: 60px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin: 5px 0;
  }
  .row.pasosInt {
    text-align: center;
  }
  .row.pasosInt .col-md-6 {
    border-bottom: 1px solid white;
    max-width: 100%;
    display: block;
    margin: 0 auto 0;
  }
  .row.pasosInt .number {
    font-size: 35px;
    line-height: 35px;
  }
  .row.pasosInt h5 {
    font-size: 18px;
  }
  
  .row.pasosInt p {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
body .form {
  padding: 200px 0 230px;
  background-image: url("../imagenes/Fondo-Contacto.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
body .form h2 {
  color: #FFF;
  font-family: Paytype;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 25% 0 0;
  position: relative;
}
body .form h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #FF8200;
}
body .form p {
  max-width: 440px;
}
body .form hr {
  margin: 0 0 100px !important;
  width: 80%;
  display: block;
  margin: 0 auto;
}
body .form input, body .form select, body .form textarea {
  border-radius: 40px;
  width: 100% !important;
  color: #FFF;
  background-color: transparent;
  border: 1px solid white;
  padding: 2px 15px;
  min-height: 35px;
  color: #FFF;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .form input::-moz-placeholder, body .form select::-moz-placeholder, body .form textarea::-moz-placeholder {
  color: white;
  opacity: 0.8;
}
body .form input::placeholder, body .form select::placeholder, body .form textarea::placeholder {
  color: white;
  opacity: 0.8;
}
body .form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
body .form input.hs-button.primary.large {
  margin-top: 15px;
  min-width: 50%;
  float: left;
  background: #ff8200;
  color: #FFF;
  text-align: center;
  font-family: Paytype;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 80%;
  border: none;
}
body .form form {
  max-width: 500px;
}

@media screen and (max-width: 992px) {
  body .form input, body .form select {
    font-size: 16px;
  }
  body .form h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    padding-top: 30px;
  }
  body .form::after {
    content: "";
    left: -9%;
  }
}
@media screen and (max-width: 767px) {




  body .form hr {
    margin: 0 0 0 !important;
    width: 80%;
    display: block;
  }
  section.form::after {
    top: 15%;
    right: 3%;
    height: 80px;
    display: none;
  }
  .galeria h2 {
    font-size: 35px;
    line-height: 37px;
  }
  body .form::before {
    top: 3%;
    right: 10%;
    width: 75px;
    height: 75px;
  }
  body .form h2 {
    font-size: 28px;
    line-height: 35px;
    text-align: left;
  }
  body .form {
    padding: 150px 0 150px;
    background-position: 100%;
  }
  body .form input.hs-button.primary.large {
    min-width: 99%;
  }
  section#contacto {
    padding: 150px 15px;
  }
}

.productos .col-br {
  margin: 60px 0;
}
.productos .bg-blak {
  border-radius: 15px;
  background: #FF8200;
  margin: 15px 0;
}
.productos .bg-blak p {
  color: #FFF;
  text-align: center;
  font-family: Paytype;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  line-height: 30px;
  padding: 20px 0;
}
.productos .bg-blak figure {
  margin: 0 !important;
}
.productos .bg-blak figure img {
  width: auto;
  min-width: 70px;
  height: 70px;
  padding: 16px;
  background: #e41770;
  left: -12px;
  position: relative;
  border-radius: 18px 30px 30px 18px;
}

section.productos .row {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .productos .col-md-3.col-xs-3 {
    max-width: 25%;
  }
  .productos .col-md-9.col-xs-9 {
    max-width: 75%;
  }
  .productos .col-br {
    margin: 30px 0;
    padding: 0 20px;
  }
}
.sliderpasos {
  padding: 200px 0 230px;
  background-image: url("../imagenes/Fondopasos.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.sliderpasos::after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: 15%;
  left: 0;
  background-image: url(../imagenes/plusPasos.png);
  z-index: 1;
}
.sliderpasos h2 {
  color: white;
}
.sliderpasos h4 {
  color: #FF8200;
  font-family: Paytype;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sliderpasos p {
  color: #000;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sliderpasos .swiper {
  width: 100%;
  height: 100%;
}
.sliderpasos .swiper .swiper-wrapper {
  padding: 60px 30px;
}
.sliderpasos span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E41770;
}
.sliderpasos .swiper-slide {
  background-color: white;
  padding: 20px 30px 20px 0;
  border-radius: 30px;
}
.sliderpasos .swiper-slide img {
  display: block;
  width: 100%;
  min-width: 75px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: -20px;
  top: 32px;
  max-width: 80px;
  height: auto;
}
.cardSlider {
  min-height: 120px;
  display: flex;
  align-content: stretch;
  align-items: center;
}


@media screen and (max-width: 1100px) {
  .sliderpasos .swiper-slide img {
    width: 100%;
    min-width: 75px;
    height: 100%;
    left: -20px;
    top: 32px;
    max-width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .sliderpasos .swiper-slide img {
    width: 100%;
    min-width: 75px;
    height: 100%;
    left: -30px;
    top: 45px;
    max-width: 80px;
    height: auto;
  }
  .cardSlider {
    min-height: 160px;
    display: flex;
    align-content: stretch;
    align-items: center;
  }

}

@media screen and (max-width: 767px) {

  .sliderpasos h2 br{
    display: none;
  }
  .sliderpasos {
    padding: 120px 0 80px;
    background-image: url(../imagenes/Fondopasos.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

  .sliderpasos .swiper-slide {
    background-color: white;
    padding: 10px 30px 0px 0;
    border-radius: 30px;
  }
  .sliderpasos .swiper-slide img {
    width: 100%;
    min-width: 55px;
    height: 100%;
    left: -30px;
    top: 38px;
    max-width: 65px;
    height: auto;
    left: -18px !important;
  }

  .cardSlider {
    min-height: 180px;
  }


  .sliderpasos::after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 15%;
    left: 0;
    background-image: url(../imagenes/plusPasos.png);
    z-index: 1;
  }
  .sliderpasos figure {
    margin: 0 0 -5px;
  }
  .sliderpasos figure img {
    max-width: 90px;
    width: 60%;
    margin: 0 auto;
    display: block;
    top: -30px;
    left: -40% !important;
    position: relative;
  }
  .sliderpasos .col-md-10 {
    padding: 0 0 0 70px;
  }
  .sliderpasos .swiper .swiper-wrapper {
    padding: 60px 0;
  }
}
.preguntas {
  padding: 80px 0;
}
.preguntas h2 {
  margin-bottom: 40px;
}
.preguntas h3 {
  color: #FF8200;
  font-family: Paytype;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.preguntas .acordeon p {
  color: #000;
  height: 0;
  overflow: hidden;
}
.preguntas .numberAcor {
  color: #FE0200;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.preguntas .intDos {
  display: none;
}
.preguntas .row.acordeon {
  border-bottom: 1px solid #FE0200;
  padding: 20px 0;
  max-width: 950px;
  margin: 3px auto 5px;
  position: relative;
}
.preguntas .interuptor {
  text-align: right;
}
.preguntas .row.acordeon.open p {
  height: 60px;
  margin-top: 25px;
  transition: all linear 0.3s;
}
.preguntas .row.acordeon.open .interuptor .intUno {
  display: none;
}
.preguntas .row.acordeon.open .interuptor .intDos {
  display: block;
}

@media screen and (max-width: 767px) {
  .acordeon .col-md-8 {
    width: 87%;
  }
  .acordeon .col-md-1 {
    width: 13%;
  }
  .preguntas h3 {
    font-size: 22px;
    margin-top: 10px;
    line-height: 32px;
  }
  .preguntas .row.acordeon.open p {
    height: 110px;
  }
  .preguntas .acordeon p {
    font-size: 17px;
  }
  .preguntas .col-md-10 {
    padding-right: 30px;
  }
  .preguntas h2 br {
    display: none;
  }
  .interuptor {
    position: absolute;
    top: 35px;
    right: 0;
  }
  .interuptor svg {
    width: 20px;
  }
}
/* Estilos personalizados */
#contenedor-principal {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

/* Footer  */
footer {
  background-color: #ffffff;
  background: url("../imagenes/footer.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 100px 0 10px;
  color: #000000;
  position: relative;
  z-index: 0;
  text-align: center;
}
footer .container {
  border-radius: 25px;
  background: #FF8200;
  padding: 100px 0 0;
}
footer .container img {
  max-width: 100%;
  padding: 0px 0;
}
footer h2 {
  color: #fff;
  font-size: 25px;
}
footer p {
  color: #fff;
  text-align: left;
}
footer button {
  color: #FFF;
  background-color: #E41770;
  text-align: center;
  border-radius: 25px;
  font-family: Paytype;
  padding: 10px 35px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 158.333% */
  margin: 0;
  display: block;
  border: none;
}
footer a {
  text-decoration: none;
}
footer p.copy {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-top: 60px;
}

@media screen and (max-width: 992px) {
  footer button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer {
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 10px 0 10px;
    color: #000000;
    position: relative;
    z-index: 0;
    text-align: center;
  }
  figure img {
    max-width: 300px;
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  footer button {
    font-size: 15px;
    border-radius: 28px;
    padding: 5px 10px;
    width: 100%;
  }
  footer p.copy {
    font-size: 12px;
  }
  footer h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
  }
  footer p {
    font-size: 15px !important;
    font-size: 18px;
    line-height: 25px;
    margin: 30px 0;
  }
  footer .container {
    border-radius: 25px;
    background: #FF8200;
    padding: 30px 20px 0px;
    max-width: 90%;
  }
}/*# sourceMappingURL=styles.css.map */