@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "TGS Perfect";
  src: url("../font/tgsperfectbold.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Prizma Fine";
  src: url("../font/PrizmaFine.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
body {
  background-color: #000;
  color: white;
  max-width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

h1 {
  color: #000;
  text-align: center;
  font-family: "TGS Perfect";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 217.391% */
}

h2 {
  color: #FFF;
  font-family: "TGS Perfect";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
  text-transform: uppercase;
}

h4 {
  color: #FFF;
  text-align: center;
  font-family: "Prizma Fine";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 109.091% */
}

button {
  background: #010101;
  padding: 5px 40px;
  border: 0px;
  border-radius: 34px;
  color: #F2DC0C;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 162.5% */
  text-transform: uppercase;
}

p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

a {
  text-decoration: none;
}

.hidden-brD, .hiddenD {
  display: none;
}

.visibleM {
  display: none;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 23px;
    line-height: 40px;
  }
  .hiddenM {
    display: none;
  }
  .hiddenD {
    display: block;
  }
  h2 {
    font-size: 30px;
  }
  body section.beneficios h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .hidden-brM {
    display: none;
  }
  .hidden-brD {
    display: block;
  }
  h2 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  h1 {
    font-size: 20px;
    line-height: 30px;
  }
  body section.beneficios h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .visibleM {
    display: block;
  }
  .visibleD {
    display: none;
  }
}
/* Header  */
.menu {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 30px;
}
.menu img {
  width: 90%;
  padding: 20px 0;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: transparent !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 {
  text-align: center;
  padding: 0px 25px !important;
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 185.714% */
  text-transform: uppercase;
  margin: 60px 0;
}
.menu li.nav-item.ctt a.nav-link {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 34px;
  border: 0.5px solid #000;
  background: #FFF;
  display: block;
  padding: 5px 20px !important;
  line-height: 20px;
  margin: 56px 0;
}
.menu li.nav-item.logom a {
  padding: 0 23px !important;
  margin: -20px 0;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 180px;
}
.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: #CA172D;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.menu li button {
  display: none;
}

button.navbar-toggler {
  border: none;
}

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

.flecha {
  display: none;
}

.btnheader {
  display: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenD {
    display: block;
  }
  .btnheader {
    display: block;
    margin: 12px auto;
  }
  .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 {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding: 5px 0;
  }
  li.nav-item a {
    text-align: center;
  }
  .menu a.nav-link {
    margin: 3px 10px;
    padding: 10px !important;
    color: var(--Blanco, #F8F7F7);
    text-align: center;
    font-family: "Knockout HTF49-Liteweight";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  li.nav-item.active:first-child {
    padding-top: 30px;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li a {
    text-decoration: none;
  }
  .menu li a button {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 24px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
  }
  div#navbarSupportedContent {
    background: #f1db0c;
    border: 1px solid rgba(0, 0, 0, 0.3647058824);
    background-image: url(../imagenes/movil/menubg.png);
    background-position: center;
  }
  .logom {
    display: none;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 100px;
    padding: 0;
  }
  .menu li.nav-item a {
    margin: 0 0 !important;
    border-bottom: 0px solid;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 115% */
    text-transform: uppercase;
  }
  .menu button img {
    width: 150%;
    padding: 0px 0;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 10px;
  }
  li.nav-item.ctt {
    display: none;
  }
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .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: 40px !important;
    width: 30px;
  }
  .flecha {
    display: block;
  }
  .flecha img {
    max-width: 50px;
  }
  .menu li a button {
    width: 100%;
    font-size: 14px;
  }
  .menu .logoH {
    width: 70px;
  }
  .menu li.nav-item a {
    font-size: 18px;
    line-height: 23px;
  }
}
section.banner {
  padding: 250px 0 0;
  background-image: url("../imagenes/Header.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
section.banner img {
  max-width: 70%;
  position: relative;
}
section.banner figure {
  position: relative;
}
section.banner figure:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 13%;
  width: 200px;
  height: 200px;
  background-image: url(../imagenes/personaje.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
}
section.banner h1 {
  position: relative;
  margin-bottom: 0px;
}
section.banner p {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 200% */
}
section.banner button {
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  section.banner {
    padding: 140px 0 0;
  }
  section.banner .bg-banners {
    padding: 50px 0 50px;
    margin: 0px 0;
  }
  .menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    z-index: 9;
  }
  section.banner figure:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 10%;
    width: 150px;
    height: 150px;
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    padding: 60px 0 600px;
    background-image: url("../imagenes/movil/Header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }
  section.banner h3 {
    font-size: 20px;
    font-weight: 700;
  }
  section.banner p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
  }
  section.banner figure:before, .Pizza {
    display: none;
  }
}
.nosotros .container {
  padding: 10%;
}
.nosotros h2 {
  color: #FFF;
  font-family: "TGS Perfect";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 147.368% */
  text-transform: uppercase;
  position: relative;
}
.nosotros h2::after {
  content: "";
  position: absolute;
  background-image: url(../imagenes/Vector1.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 17%;
  bottom: -5px;
  width: 180px;
  height: 5px;
}
.nosotros p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  position: relative;
}
.nosotros p::after {
  content: "";
  position: absolute;
  background-image: url(../imagenes/personaje2.png);
  background-position: center;
  background-repeat: no-repeat;
  right: -10%;
  top: -100%;
  width: 180px;
  height: 180px;
}

@media screen and (max-width: 992px) {
  .nosotros h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .nosotros p::after {
    content: "";
    right: -10%;
    top: -60%;
  }
}
@media screen and (max-width: 767px) {
  .nosotros p::after {
    content: "";
    right: -10%;
    top: -140%;
  }
  .nosotros {
    padding-bottom: 40px;
  }
  .nosotros p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
  }
  .nosotros h2 {
    color: #FFF;
    font-family: "TGS Perfect";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
.beneficios h2 {
  color: #FFF;
  text-align: center;
  font-family: "TGS Perfect";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 115.385% */
  margin-bottom: 60px;
  position: relative;
}
.beneficios h2::after {
  content: "";
  position: absolute;
  background-image: url(../imagenes/flecha.png);
  background-position: center;
  background-repeat: no-repeat;
  left: -4%;
  bottom: -150px;
  width: 40px;
  height: 40px;
}
.beneficios .post {
  text-align: center;
  border-radius: 24px;
  border: 1px solid #FFF;
  background: #000;
  padding: 15px 15px 30px;
  background-image: url(../imagenes/fondopost.png);
  background-position: 0% 70%;
  background-size: auto;
  background-repeat: no-repeat;
}
.beneficios .post figure img {
  width: 100%;
}
.beneficios .post h4 {
  color: #FFF;
  text-align: center;
  font-family: "Prizma Fine";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 96.154% */
  margin: 40px 0;
  position: relative;
}
.beneficios .post h4::after {
  content: "";
  position: absolute;
  background-image: url(../imagenes/Vector1.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 40%;
  bottom: -15px;
  width: 100px;
  height: 5px;
}
.beneficios .post P {
  min-height: 113px;
}

@media screen and (max-width: 992px) {
  .beneficios .post {
    margin: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .beneficios .post {
    margin: 20px 10px;
    height: 450px;
  }
  .beneficios .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 30px 0;
  }
  .beneficios span.swiper-pagination-bullet {
    background: #fff;
  }
  .beneficios span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F2DC0C;
  }
}
.bgtt {
  background-image: url(../imagenes/back-form-galeria.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.form {
  text-align: center;
  padding: 500px 0 100px;
  margin-top: -200px;
  position: relative;
}
section.form::after {
  content: "";
  position: absolute;
  background-image: url(../imagenes/pizza-form.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 200px;
  left: -6%;
  width: 330px;
  height: 680px;
  z-index: 0;
}
section.form::before {
  content: "";
  position: absolute;
  background-image: url(../imagenes/Group.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  right: 0%;
  width: 340px;
  height: 340px;
  z-index: 0;
}
section.form h2 {
  text-align: left;
  color: #000;
  font-family: "TGS Perfect";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 147.368% */
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  margin-top: 50px;
}
section.form h2::after {
  content: "";
  position: absolute;
  background-image: url(../imagenes/Vector2.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 47%;
  bottom: -5px;
  width: 180px;
  height: 5px;
}
section.form p {
  text-align: left;
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  padding-right: 30px;
}
section.form fieldset {
  max-width: 600px !important;
}
section.form .textCont {
  padding: 190px 80px 0 120px;
}
section.form form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
section.form form button, section.form form input, section.form form optgroup, section.form form select, section.form form textarea {
  margin: 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #01397C;
  padding: 5px 10px 15px;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form form ::-moz-placeholder {
  color: #000;
}
section.form form ::placeholder {
  color: #000;
}
section.form form label.hs-error-msg.hs-main-font-element {
  text-align: left;
  color: #000;
  font-size: 12px;
}
section.form form label.hs-error-msg.hs-main-font-element {
  text-align: left;
  color: #000;
  font-size: 12px;
}
section.form form input.hs-button.primary.large {
  border: none;
  margin-top: 30px;
  max-width: 230px;
}
section.form form input.hs-button.primary.large {
  background: #CA172D;
  width: 40%;
  max-width: 600px;
  margin: 20px auto;
  display: block;
  background-color: #000;
  border-radius: 34px;
  color: #FFED00;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.213px; /* 156.74% */
  text-transform: uppercase;
  padding: 5px;
}
section.form form .actions {
  text-align: left;
}

@media screen and (max-width: 992px) {
  .bgtt {
    background-image: url(../imagenes/movil/back-form-galeria.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.form h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  section.form h2::after {
    left: 33%;
    bottom: -5px;
    width: 180px;
    height: 5px;
  }
  section.form::after {
    top: 200px;
    left: -25%;
    width: 330px;
    height: 680px;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  section.form::after {
    top: 120px;
    left: -15%;
    width: 200px;
    height: 420px;
    z-index: 0;
  }
  section.form h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 28px;
    margin-top: 20px;
  }
  .col-md-5.cont-form {
    padding: 0 23px;
  }
  section.form::before {
    content: "";
    position: absolute;
    background-image: url(../imagenes/Group.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: -10%;
    width: 200px;
    height: 200px;
    z-index: 0;
  }
}
.galeria {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.galeria h2 {
  color: #000;
  text-align: center;
  font-family: "TGS Perfect";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 161.538% */
  margin-bottom: 40px;
}
.galeria .col-lg-4 {
  padding: 0;
}
.galeria .col-lg-4.gale1 {
  position: relative;
}
.galeria .col-lg-4.gale1::before {
  content: "";
  position: absolute;
  background-image: url(../imagenes/personaje22.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -13%;
  right: 73%;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.galeria img {
  max-width: 100%;
  width: 100%;
}
.galeria .list {
  padding: 15px 0 10px 80px;
  position: relative;
}
.galeria .list::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 19%;
  width: 1px;
  height: 87%;
  background-color: var(--Azul, #01397C);
}
.galeria .list li {
  color: var(--Azul, #01397C);
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  text-transform: uppercase;
  list-style: none;
}
.galeria .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 0px;
}
.galeria .swiper-pagination-bullet-active {
  background: #54595F;
}
.galeria div.swiper-wrapper {
  padding-bottom: 50px;
}
.galeria .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  color: #F29219;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 0;
}

.swiper.mySwiper2.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding: 40px 0;
}

.swiper-button-next, .swiper-button-prev {
  display: none;
}

@media (min-width: 768px) {
  .galeria .col-md-3 {
    flex: 0 0 auto;
    width: 29%;
  }
}
@media screen and (max-width: 992px) {
  .galeria ul {
    padding: 0;
  }
  .galeria .list {
    padding: 15px 0 10px 50px;
    position: relative;
  }
  .galeria .list::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 9%;
  }
  .galeria .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin: 30px 0;
  }
  .galeria h2 {
    font-size: 26px;
  }
  .galeria::after {
    top: 25%;
  }
}
.mySwiper.movil {
  display: none;
}

@media screen and (max-width: 767px) {
  hr.line80 {
    display: none;
  }
  .mySwiper.destop {
    display: none;
  }
  .mySwiper.movil {
    display: block;
  }
  .galeria {
    padding: 100px 0 100px;
    background-image: url(../imagenes/movil/FondoProductos.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  swiper-container {
    width: 120% !important;
    padding-top: 50px;
    padding-bottom: 50px;
    left: -10% !important;
  }
  .galeria::after {
    top: 29%;
  }
  hr.verMovil.galeriahr {
    max-width: 80%;
    margin: 0 auto 0 -5%;
    background: #293138;
    display: block !important;
    border: 1px solid #293138;
  }
  .galeria .destok {
    display: none;
  }
  .bggalpasos {
    padding: 50px 0 80px;
    background-image: url(../imagenes/movil/LocalesPasos.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .galeria figure.ilustracionGaleria img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
  .swiper-button-prev {
    left: 30% !important;
  }
  .swiper-button-next {
    right: 30% !important;
  }
  .galeria {
    padding: 100px 20px;
  }
  .galeria h2 {
    font-size: 26px;
  }
  .galeria h2 br {
    display: none;
  }
  .galeria .list {
    padding: 15px 0 10px 20px;
    position: relative;
  }
  .galeria .list::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 0%;
  }
  .galeria {
    padding: 60px 20px;
  }
  .galeria h2 {
    color: #000;
    text-align: center;
    font-family: "TGS Perfect";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
  }
  .galeria .col-lg-4.gale1::before {
    content: "";
    position: absolute;
    background-image: url(../imagenes/personaje22.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -22%;
    right: 60%;
    width: 70px;
    height: 70px;
    z-index: 0;
  }
}
.accordion {
  --bs-accordion-border-color: transparent;
}

.propuesta .bgpropuesta {
  background-image: url(../imagenes/RecuadroMorado.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 50px 200px;
  color: black;
}
.propuesta .bgpropuesta h2 {
  color: #000;
  font-family: "TGS Perfect";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 135.714% */
}
.propuesta .bgpropuesta p {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  max-width: 650px;
  margin: 20px 0;
}
.propuesta .bgpropuesta img {
  width: 60%;
  margin: 0 40px 0 auto;
  display: block;
}

@media screen and (max-width: 992px) {
  .propuesta .bgpropuesta p {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 650px;
    margin: 0px 0;
  }
  section.propuesta {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .propuesta .bgpropuesta {
    background-image: url(../imagenes/movil/back-propuesta.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 20px 200px;
    color: black;
    max-width: 95%;
    margin: 0 auto;
  }
  .propuesta .bgpropuesta img {
    width: 60%;
    margin: 0;
    display: block;
  }
  .propuesta .bgpropuesta img {
    width: 50%;
    margin: 0;
    display: block;
  }
}
section.pasos {
  padding: 100px 0 80px;
}
section.pasos h2 {
  color: #FFF;
  text-align: center;
  font-family: "TGS Perfect";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 161.538% */
}
section.pasos h4 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  text-transform: uppercase;
  text-align: left;
}
section.pasos span.number {
  color: #F2DC0C;
  font-family: "Prizma Fine";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 132.143% */
  text-align: center;
}
section.pasos .row {
  padding: 20px 15px;
}
section.pasos .pizzad {
  margin-top: 150px;
}
section.pasos .pizzad img {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  section.pasos .card3 {
    padding: 23px;
  }
}
@media screen and (max-width: 768px) {
  section.pasos {
    position: relative;
  }
  section.pasos::before {
    content: "";
    position: absolute;
    background-image: url(../imagenes/pizzaMedia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 7%;
    bottom: -5px;
    width: 70px;
    height: 120px;
  }
  section.pasos h2 {
    color: #FFF;
    text-align: center;
    font-family: "TGS Perfect";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
  }
  section.pasos h2 br {
    display: none;
  }
  section.pasos .contpizzad {
    display: none;
  }
  section.pasos .row {
    padding: 10px 10px;
  }
}
.video {
  position: relative;
  padding: 100px 0;
}
.video h2 {
  color: #FFF;
  font-family: "Prizma Fine";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  position: relative;
  top: 150px;
  margin-left: 100px;
}
.video h2::after {
  content: "";
  position: absolute;
  background-image: url(../imagenes/Vector1.png);
  background-position: center;
  background-repeat: no-repeat;
  right: -3%;
  bottom: -15px;
  width: 180px;
  height: 5px;
}
.video .video-container {
  text-align: center;
}
.video .cont-video {
  margin: 0 auto;
  max-width: 800px;
  z-index: 9;
}
.video .cont-video iframe {
  display: block;
  margin: 0 auto;
  width: 800px;
  height: 450px;
  border-radius: 25px;
  z-index: 9;
}

@media screen and (max-width: 992px) {
  .video .contVideo {
    max-width: 100%;
  }
  .video .contVideo iframe {
    width: 100%;
  }
  .video h2 {
    color: #FFF;
    font-family: "Prizma Fine";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
    top: 150px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding-left: 15px;
    padding-right: 15px;
  }
  .video .contVideo {
    max-width: 100%;
  }
  .video .contVideo iframe {
    width: 350px !important;
    max-width: 100% !important;
  }
  section.video h2 {
    text-align: left;
    top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px; /* 113.333% */
  }
  section.video h2 br {
    display: block;
  }
  .video h2::after {
    content: "";
    position: absolute;
    background-image: url(../imagenes/Vector1.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 45%;
    bottom: -15px;
    width: 110px;
    height: 5px;
  }
}
.bgbotton {
  background-image: url(../imagenes/footer.png);
  background-position: 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
}

.preguntas {
  padding: 100px 0;
}
.preguntas .row.acordeon.one::after {
  content: "";
  position: absolute;
  background-image: url(../imagenes/flecha.png);
  background-position: center;
  background-repeat: no-repeat;
  left: -7%;
  bottom: 30px;
  width: 40px;
  height: 40px;
}
.preguntas h2 {
  color: #FFF;
  text-align: center;
  font-family: "TGS Perfect";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 161.538% */
  margin-bottom: 40px;
}
.preguntas figure img {
  text-align: center;
  margin: 0 auto 40px;
  display: block;
}
.preguntas .acordeon span.number2 {
  color: #212222;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  display: block;
}
.preguntas .acordeon h3 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  text-transform: lowercase;
}
.preguntas .acordeon p {
  height: 0;
  overflow: hidden;
  text-align: left;
  margin: 0;
  transition: all linear 0.3s;
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 100% */
}
.preguntas .numberAcor {
  color: #FE0200;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.preguntas .intUno svg, .preguntas .intDos svg {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  padding: 9px;
}
.preguntas .intDos {
  display: none;
}
.preguntas .row.acordeon {
  border-radius: 0;
  padding: 20px 0px;
  max-width: 950px;
  margin: 3px auto 16px;
  position: relative;
  border-bottom: 1px solid #000;
}
.preguntas .row.acordeon {
  border-radius: 18px;
  border: 1px solid #FFF;
  background: #000;
}
.preguntas .interuptor {
  text-align: right;
  margin-top: -8px;
}
.preguntas .row.acordeon.open p {
  height: 60px;
  margin-top: 25px;
  transition: all linear 0.3s;
  margin-top: 20px;
}
.preguntas .row.acordeon.open .interuptor .intUno {
  display: none;
}
.preguntas .row.acordeon.open .interuptor .intDos {
  display: block;
}

.bannerFooter h2 br {
  display: none;
}

@media screen and (max-width: 992px) {
  .preguntas h2 {
    font-size: 26px;
  }
  .preguntas .acordeon p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 20px;
  }
  .preguntas .row.acordeon.open p {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .preguntas h2 {
    color: #FFF;
    text-align: center;
    font-family: "TGS Perfect";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
  }
  .acordeon .col-md-8 {
    width: 87%;
  }
  .acordeon .col-md-1 {
    width: 13%;
  }
  .preguntas .acordeon h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .preguntas .row.acordeon.open p {
    height: 210px;
    padding: 0;
  }
  .preguntas .acordeon p {
    font-size: 17px;
  }
  .preguntas .col-md-10 {
    padding-right: 40px;
  }
  .preguntas h2 br {
    display: none;
  }
  .interuptor {
    position: absolute;
    top: 35px;
    right: 20px;
  }
  .interuptor svg {
    width: 20px;
  }
  .preguntas .row.acordeon {
    padding: 15px 10px;
    margin: 20px;
  }
  .preguntas {
    padding: 80px 15px 40px;
  }
  .preguntas .row.acordeon p {
    margin-top: 25px;
    transition: all linear 0.3s;
    margin-top: 20px;
    padding-right: 30px;
  }
  .preguntas .row.acordeon.one::after {
    content: "";
    position: absolute;
    background-image: url(../imagenes/flecha.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -14%;
    bottom: 30px;
    width: 30px;
    height: 30px;
  }
}
.bannerFooter {
  position: relative;
  background-image: url("../imagenes/ImagenFooter.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 100px;
}
.bannerFooter h2 {
  color: #000;
  text-align: center;
  font-family: "TGS Perfect";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 161.538% */
}
.bannerFooter img {
  max-width: 210px;
  display: block;
  margin: 0 20%;
}
.bannerFooter P {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 210% */
  margin: 0 auto;
}
.bannerFooter button {
  padding: 10px 30px;
  margin: 20px auto;
  display: block;
}
.bannerFooter p.copy {
  color: #FFF;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 262.5% */
}

footer {
  padding: 25px 0 20px;
  text-align: center;
}
footer p.copy {
  font-size: 14px;
  text-align: center;
  padding: 19px 0;
}
footer footer p.copy {
  font-size: 14px;
  text-align: center;
  padding: 10px 50px;
}

@media screen and (max-width: 992px) {
  footer p.copy {
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bannerFooter {
    background-image: url("../imagenes/movil/footer.jpg");
    background-position: center;
    background-size: auto;
    padding: 60px 20px;
  }
  .bannerFooter h2 {
    font-size: 18px;
    padding: 10px 0 0;
    text-align: center;
    line-height: 26px;
  }
  .bannerFooter p {
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px; /* 146.667% */
  }
  .bannerFooter button {
    margin-top: 20px;
    width: 100%;
  }
  .bannerFooter {
    position: relative;
    text-align: center;
  }
  footer p.copy {
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }
  footer {
    padding: 15px 0 0px;
    text-align: center;
  }
  .bannerFooter img {
    max-width: 150px;
    display: block;
    margin: 0;
  }
}/*# sourceMappingURL=styles.css.map */