.mainContent {
  padding-top: 0 !important;
}

.aside-ahorro {
  position: fixed;
  z-index: 15;
}
.aside-ahorro .ahorro-btn1 {
  cursor: pointer;
  position: absolute;
  z-index: -1;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}
.aside-ahorro .ahorro-btn1:before, .aside-ahorro .ahorro-btn1:after {
  content: "";
  -webkit-mask-image: url("../../images/iconos/arrow-grey5.svg");
          mask-image: url("../../images/iconos/arrow-grey5.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.aside-ahorro .ahorro-btn1 span {
  text-transform: uppercase;
  white-space: nowrap;
}
.aside-ahorro .ahorro-cont {
  padding: 30px 34px 40px;
  border: 2px solid #000000;
}
.aside-ahorro .ahorro-cont .ahorro-btn2 {
  width: 15px;
  height: 12px;
  -webkit-mask-image: url("../../images/iconos/arrow.svg");
          mask-image: url("../../images/iconos/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
}
.aside-ahorro .ahorro-cont .ahorro-tit {
  font-size: 43px;
  font-weight: 900;
  line-height: 42px;
}
.aside-ahorro .ahorro-cont .ahorro-txt {
  padding-block: 15px;
  margin-block: 30px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size: 64px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
.aside-ahorro .ahorro-cont .ahorro-des {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.aside-ahorro .ahorro-cont .ahorro-des:before, .aside-ahorro .ahorro-cont .ahorro-des:after {
  content: "";
  width: 15px;
  height: 12px;
  -webkit-mask-image: url("../../images/iconos/arrow.svg");
          mask-image: url("../../images/iconos/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: rotate(-90deg);
}
.aside-ahorro .ahorro-cont .ahorro-des span {
  font-size: 18px;
  font-weight: 900;
}
.aside-ahorro .ahorro-cont .ahorro-plataformas {
  display: flex;
  gap: 12px;
}
.aside-ahorro .ahorro-cont .ahorro-plataformas img {
  height: 34px;
  display: block;
}
.aside-ahorro + .aside-ahorro-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: none;
}
@media (min-width: 1440px) {
  .aside-ahorro {
    left: calc(50% + 388px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .aside-ahorro {
    left: calc(50% + 172px);
  }
}
@media (min-width: 1024px) {
  .aside-ahorro {
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.2s;
    transition-delay: 0.2s;
  }
  .aside-ahorro .ahorro-btn1 {
    padding: 32px 20px;
    border: 2px solid white;
    border-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ee3f3f;
    color: #1d1d1b;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(0);
    transition-delay: 0;
    flex-direction: column;
    gap: 32px;
  }
  .aside-ahorro .ahorro-btn1:before, .aside-ahorro .ahorro-btn1:after {
    width: 30px;
    height: 24px;
    background-color: #1d1d1b;
  }
  .aside-ahorro .ahorro-btn1 span {
    font-size: 43px;
    font-weight: 700;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
  .aside-ahorro .ahorro-cont {
    width: 300px;
    border-radius: 10px;
    background-color: #ee3f3f;
    position: relative;
  }
  .aside-ahorro .ahorro-cont .ahorro-btn2 {
    background-color: #000000;
    transform: scaleX(-1);
  }
  .aside-ahorro .ahorro-cont .ahorro-btn2:hover {
    background-color: #1d1d1b;
  }
  .aside-ahorro .ahorro-cont .ahorro-des:before, .aside-ahorro .ahorro-cont .ahorro-des:after {
    background-color: #000000;
  }
  .aside-ahorro.switch {
    left: 100% !important;
    transition-delay: 0s;
  }
  .aside-ahorro.switch .ahorro-btn1 {
    transition-duration: 0.2s;
    transition-delay: 0.2s;
    transform: translateY(-50%) translateX(-100%);
  }
}
@media (max-width: 1023px) {
  .aside-ahorro {
    width: 300px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .aside-ahorro .ahorro-btn1 {
    width: 100%;
    padding: 16px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #1d1d1b;
    color: #ee3f3f;
    bottom: 0;
    left: 0;
    gap: 20px;
    transform: none;
    transition: transform 0.2s 0.4s;
  }
  .aside-ahorro .ahorro-btn1:before, .aside-ahorro .ahorro-btn1:after {
    width: 20px;
    height: 16px;
    background-color: #ee3f3f;
    transform: rotate(90deg);
  }
  .aside-ahorro .ahorro-btn1 span {
    font-size: 28px;
    font-weight: 900;
  }
  .aside-ahorro .ahorro-cont {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #000000;
    color: #ee3f3f;
    position: absolute;
    left: 0;
    top: 100%;
    transition: transform 0.2s;
  }
  .aside-ahorro .ahorro-cont .ahorro-btn2 {
    background-color: #ee3f3f;
    transform: rotate(-90deg);
  }
  .aside-ahorro .ahorro-cont .ahorro-btn2:hover {
    background-color: #1d1d1b;
  }
  .aside-ahorro .ahorro-cont .ahorro-des:before, .aside-ahorro .ahorro-cont .ahorro-des:after {
    background-color: #ee3f3f;
  }
  .aside-ahorro.switch-mobile .ahorro-btn1 {
    transform: translateY(100%);
    transition-delay: 0s;
  }
  .aside-ahorro.switch-mobile .ahorro-cont {
    transform: translateY(-100%);
    transition-delay: 0.2s;
  }
  .aside-ahorro.switch-mobile + .aside-ahorro-backdrop {
    display: block;
  }
}

.hero {
  display: flex;
  align-items: center;
  position: relative;
}
.hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ee3f3f;
}
.hero .container {
  position: relative;
}
.hero .hero-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-cont .hero-img img {
  width: 100%;
}
.hero .hero-cont .hero-right .hero-tit {
  font-weight: 900;
}
.hero .hero-cont .hero-right .hero-mobile {
  text-align: center;
}
.hero .hero-cont .hero-right .hero-mobile .hero-img {
  width: 240px;
  margin: 45px auto;
}
.hero .hero-cont .hero-right .hero-txt {
  font-weight: 700;
}
.hero .hero-cont .hero-right .hero-plataformas {
  display: flex;
}
.hero .hero-cont .hero-right .hero-plataformas img {
  display: block;
}
.hero .hero-scroll {
  width: 30px;
  height: 24px;
  background-image: url("../../images/iconos/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes scroll {
  0% {
    bottom: 24px;
  }
  50% {
    bottom: 36px;
  }
  100% {
    bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .hero .hero-cont {
    width: 1040px;
    margin-inline: auto;
    gap: 100px;
  }
  .hero .hero-cont .hero-right .hero-tit {
    font-size: 90px;
    line-height: 0.9;
  }
}
@media (max-width: 1439px) {
  .hero .hero-scroll {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hero .hero-cont {
    gap: 80px;
  }
  .hero .hero-cont .hero-right .hero-tit {
    font-size: 80px;
    line-height: 0.9;
  }
}
@media (min-width: 1024px) {
  .hero {
    min-height: calc(var(--viewportHeight) - 140px);
    padding-bottom: 140px;
  }
}
@media (max-width: 1023px) {
  .hero {
    min-height: calc(var(--viewportHeight) - 120px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero {
    padding-bottom: 120px;
  }
  .hero .hero-cont {
    gap: 50px;
  }
  .hero .hero-cont .hero-right .hero-tit {
    font-size: 60px;
    line-height: 64px;
    line-height: 58px;
  }
}
@media (min-width: 768px) {
  .hero:before {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .hero .hero-cont .hero-left {
    width: 280px;
    flex-shrink: 0;
  }
  .hero .hero-cont .hero-right {
    flex-grow: 1;
  }
  .hero .hero-cont .hero-right .hero-tit,
  .hero .hero-cont .hero-right .hero-txt {
    margin-bottom: 30px;
  }
  .hero .hero-cont .hero-right .hero-mobile {
    display: none;
  }
  .hero .hero-cont .hero-right .hero-plataformas {
    width: 270px;
    justify-content: space-between;
  }
  .hero .hero-cont .hero-right .hero-plataformas img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: 50px;
  }
  .hero .hero-cont .hero-left {
    display: none;
  }
  .hero .hero-cont .hero-right {
    text-align: center;
  }
  .hero .hero-cont .hero-right .hero-tit {
    max-width: 320px;
    margin-inline: auto;
    font-size: 44px;
    line-height: 48px;
    line-height: 42px;
  }
  .hero .hero-cont .hero-right .hero-txt {
    margin-bottom: 20px;
  }
  .hero .hero-cont .hero-right .hero-plataformas {
    gap: 12px;
    justify-content: center;
  }
  .hero .hero-cont .hero-right .hero-plataformas img {
    height: 34px;
  }
}

.section-cont {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section-cont {
    max-width: 730px;
  }
}
@media (max-width: 767px) {
  .section-cont {
    max-width: 320px;
  }
}

.proceso {
  color: #ee3f3f;
}
.proceso .proceso-top {
  text-align: center;
}
.proceso .proceso-top .section-tit1 {
  max-width: 460px;
  margin-inline: auto;
}
.proceso .listado-pasos {
  display: flex;
}
.proceso .listado-pasos .paso {
  border: 2px solid;
  border-radius: 10px;
  position: relative;
}
.proceso .listado-pasos .paso .paso-tit {
  line-height: 1;
  font-weight: 900;
  display: flex;
  align-items: center;
}
.proceso .listado-pasos .paso .paso-tit .paso-indice {
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 1;
}
.proceso .listado-pasos .paso .paso-txt,
.proceso .listado-pasos .paso .paso-nota {
  padding-inline: 6px;
}
.proceso .listado-pasos .paso .paso-txt p,
.proceso .listado-pasos .paso .paso-nota p {
  margin-bottom: 0;
}
.proceso .listado-pasos .paso .paso-txt p + p,
.proceso .listado-pasos .paso .paso-nota p + p {
  margin-top: 15px;
}
.proceso .listado-pasos .paso .paso-txt {
  margin-top: 10px;
  text-align: justify;
}
.proceso .listado-pasos .paso .paso-txt a {
  color: #ee3f3f;
  text-decoration: underline;
}
.proceso .listado-pasos .paso .paso-txt a:hover {
  text-decoration: none;
}
.proceso .listado-pasos .paso .paso-txt ul {
  padding-left: 12px;
}
.proceso .listado-pasos .paso .paso-nota {
  margin-top: 2px;
  font-size: 9px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .proceso .listado-pasos .paso {
    width: 350px;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .proceso .listado-pasos .paso {
    width: 329px;
    padding: 20px 10px;
  }
}
@media (min-width: 768px) {
  .proceso .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .proceso .proceso-top + .listado-pasos {
    margin-top: 90px;
  }
  .proceso .listado-pasos {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
  }
  .proceso .listado-pasos .paso .paso-tit {
    margin-top: -10px;
    font-size: 30px;
    gap: 14px;
  }
  .proceso .listado-pasos .paso .paso-tit .paso-indice {
    width: 62px;
    font-size: 107px;
  }
  .proceso .listado-pasos .paso .paso-tit big {
    font-size: 45px;
  }
  .proceso .listado-pasos .paso:nth-child(even):before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #ee3f3f;
    position: absolute;
    top: 50%;
    right: calc(100% + 2px);
    transform: translateY(-50%);
  }
  .proceso .listado-pasos .paso + .paso:nth-child(odd):before {
    content: "";
    width: 380px;
    height: 30px;
    background-image: url("../../images/iconos/conector-xl.png");
    background-size: 380px 33px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
  }
  .proceso .listado-pasos .paso + .paso:nth-child(odd):last-child {
    margin-inline: auto;
  }
  .proceso .listado-pasos .paso + .paso:nth-child(odd):last-child:before {
    width: 190px;
    background-image: url("../../images/iconos/conector-xs.png");
    background-size: 190px 33px;
  }
}
@media (max-width: 767px) {
  .proceso .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .proceso .section-cont {
    max-width: 320px;
  }
  .proceso .proceso-top .btn {
    width: 100%;
    display: flex;
  }
  .proceso .proceso-top + .listado-pasos {
    margin-top: 30px;
  }
  .proceso .listado-pasos {
    flex-direction: column;
    gap: 10px;
  }
  .proceso .listado-pasos .paso {
    padding: 14px;
  }
  .proceso .listado-pasos .paso .paso-tit {
    font-size: 20px;
    gap: 12px;
  }
  .proceso .listado-pasos .paso .paso-tit .paso-indice {
    width: 42px;
    font-size: 72px;
  }
  .proceso .listado-pasos .paso .paso-tit big {
    font-size: 24px;
  }
  .proceso .listado-pasos .paso + .paso:before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #ee3f3f;
    position: absolute;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
  }
}

.nosotros {
  position: relative;
}
.nosotros::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ee3f3f;
}
.nosotros .container {
  position: relative;
}
.nosotros .section-tit1 {
  margin-bottom: 15px;
}
.nosotros .section-tit2 {
  margin-bottom: 40px;
}
.nosotros .nosotros-txt {
  text-align: justify;
}
.nosotros .metodo .listado-pasos .paso {
  display: flex;
}
.nosotros .metodo .listado-pasos .paso .paso-indice {
  width: 25px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 39px;
  line-height: 1;
  font-weight: 900;
}
.nosotros .metodo .listado-pasos .paso p {
  margin-bottom: 0;
}
.nosotros .metodo .listado-pasos .paso p strong {
  background-color: #000000;
  color: #ee3f3f;
  font-weight: 700;
}
.nosotros .nosotros-pie {
  border-radius: 10px;
  background-color: #000000;
  color: #ee3f3f;
  display: flex;
}
.nosotros .nosotros-pie p {
  margin-bottom: 0;
}
.nosotros .nosotros-pie .pie-tit {
  font-weight: 400;
}
.nosotros .nosotros-pie .pie-tit strong {
  font-weight: 900;
}
.nosotros .nosotros-pie .pie-txt {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .nosotros .metodo .metodo-intro + .listado-pasos {
    padding-left: 34px;
    margin-left: 34px;
  }
  .nosotros .nosotros-pie .pie-tit + .pie-txt {
    padding-left: 34px;
    margin-left: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nosotros .metodo .metodo-intro + .listado-pasos {
    padding-left: 23px;
    margin-left: 23px;
  }
  .nosotros .nosotros-pie .pie-tit + .pie-txt {
    padding-left: 23px;
    margin-left: 23px;
  }
}
@media (min-width: 768px) {
  .nosotros:before {
    border-radius: 15px;
  }
  .nosotros .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .nosotros .nosotros-top + .metodo {
    margin-top: 90px;
  }
  .nosotros .metodo {
    display: flex;
  }
  .nosotros .metodo .metodo-intro {
    width: 280px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .nosotros .metodo .metodo-intro .section-tit2 {
    margin-bottom: 0;
  }
  .nosotros .metodo .metodo-intro + .listado-pasos {
    border-left: 2px solid;
  }
  .nosotros .metodo .listado-pasos .paso {
    gap: 10px;
  }
  .nosotros .metodo .listado-pasos .paso + .paso {
    margin-top: 30px;
  }
  .nosotros .metodo + .nosotros-pie {
    margin-top: 90px;
  }
  .nosotros .nosotros-pie {
    padding: 20px 50px;
  }
  .nosotros .nosotros-pie .pie-tit {
    width: 274px;
    font-size: 27px;
    line-height: 1;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .nosotros .nosotros-pie .pie-tit + .pie-txt {
    border-left: 2px solid;
  }
}
@media (max-width: 767px) {
  .nosotros .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .nosotros .section-tit1,
  .nosotros .section-tit2 {
    text-align: center;
  }
  .nosotros .nosotros-top + .metodo {
    margin-top: 45px;
  }
  .nosotros .metodo .listado-pasos .paso + .paso {
    margin-top: 20px;
  }
  .nosotros .metodo + .nosotros-pie {
    margin-top: 45px;
  }
  .nosotros .nosotros-pie {
    padding: 15px 40px;
    flex-direction: column;
  }
  .nosotros .nosotros-pie .pie-tit {
    font-size: 22px;
    line-height: 1;
  }
  .nosotros .nosotros-pie .pie-tit + .pie-txt {
    padding-top: 15px;
    border-top: 2px solid;
    margin-top: 15px;
  }
}

.faqs {
  color: #ee3f3f;
}
.faqs .collapse {
  padding: 20px;
  border: 2px solid;
  border-radius: 10px;
}
.faqs .collapse .collapse-root {
  color: #ee3f3f;
  align-items: flex-start;
  gap: 40px;
}
.faqs .collapse .collapse-root:focus {
  color: #f16565;
}
.faqs .collapse .collapse-root:hover {
  color: #f58c8c;
}
.faqs .collapse .collapse-root .contentTitle {
  font-weight: 900;
  text-align: left;
}
.faqs .collapse .collapse-root i {
  margin-top: 8px;
}
.faqs .collapse .collapse-root i:before {
  content: "";
  width: 15px;
  height: 12px;
  background-color: #ee3f3f;
  -webkit-mask-image: url("../../images/iconos/arrow-grey5.svg");
          mask-image: url("../../images/iconos/arrow-grey5.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: block;
}
.faqs .collapse .collapse-root i.icon-opened {
  transform: rotate(90deg);
}
.faqs .collapse .collapse-root i.icon-closed {
  transform: rotate(-90deg);
}
.faqs .collapse .collapse-cont {
  padding-top: 23px;
  text-align: justify;
}
.faqs .collapse .collapse-cont > *:last-child {
  margin-bottom: 10px;
}
.faqs .collapse .collapse-cont a {
  color: #ee3f3f;
  text-decoration: underline;
}
.faqs .collapse .collapse-cont a:hover {
  text-decoration: none;
}
.faqs .collapse .collapse-cont ul {
  padding-left: 12px;
}
.faqs .collapse + .collapse {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .faqs .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .faqs .collapse .collapse-root .contentTitle {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .faqs .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .faqs .section-tit1 {
    text-align: center;
  }
  .faqs .collapse .collapse-root .contentTitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.planes {
  position: relative;
}
.planes::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ee3f3f;
}
.planes .container {
  position: relative;
}
.planes .planes-top {
  text-align: center;
}
.planes .planes-top .planes-tit {
  margin-bottom: 30px;
  font-weight: 900;
}
.planes .listado-planes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.planes .listado-planes .plan {
  border: 2px solid;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.planes .listado-planes .plan .plan-tit {
  font-weight: 900;
}
.planes .listado-planes .plan .plan-pvp {
  padding-top: 15px;
  border-top: 2px solid;
  margin-top: 15px;
  font-weight: 900;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.planes .listado-planes .plan .plan-pvp .plan-pvp-iva {
  font-weight: 700;
}
.planes .listado-planes .plan .plan-nota {
  padding-top: 15px;
  border-top: 2px solid;
  text-align: center;
}
.planes .listado-planes .plan .plan-nota p {
  margin-bottom: 15px;
}
.planes .listado-planes .plan .plan-nota strong {
  font-weight: 900;
}
.planes .listado-planes .plan .plan-des {
  padding-top: 20px;
  border-top: 2px solid;
  margin-bottom: 15px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.planes .listado-planes .plan .plan-des:before, .planes .listado-planes .plan .plan-des:after {
  content: "";
  width: 15px;
  height: 12px;
  background-color: #000000;
  -webkit-mask-image: url("../../images/iconos/arrow.svg");
          mask-image: url("../../images/iconos/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: rotate(-90deg);
}
.planes .listado-planes .plan .plan-des span {
  font-weight: 900;
}
.planes .listado-planes .plan .plan-plataformas {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.planes .listado-planes .plan .plan-plataformas img {
  height: 34px;
  display: block;
}
.planes .listado-planes .plan:nth-child(even) {
  background-color: #000000;
  color: #ee3f3f;
}
.planes .listado-planes .plan:nth-child(even) .plan-des:before, .planes .listado-planes .plan:nth-child(even) .plan-des:after {
  background-color: #ee3f3f;
}
.planes .planes-pie {
  text-align: center;
}
.planes .planes-pie .pie-tit {
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.planes .planes-pie .pie-txt p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .planes .listado-planes .plan {
    padding: 30px 34px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .planes .listado-planes .plan {
    padding: 30px 13px 40px;
  }
}
@media (min-width: 768px) {
  .planes:before {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .planes .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .planes .planes-top .planes-tit {
    font-size: 38px;
    line-height: 1.1;
  }
  .planes .planes-top + .listado-planes {
    margin-top: 60px;
  }
  .planes .listado-planes .plan {
    width: 0;
    max-width: 350px;
    min-width: 329px;
    flex-grow: 1;
  }
  .planes .listado-planes .plan .plan-tit {
    font-size: 44px;
    line-height: 48px;
  }
  .planes .listado-planes .plan .plan-pvp .plan-pvp-int {
    margin-top: -20px;
    font-size: 176px;
    letter-spacing: -12px;
  }
  .planes .listado-planes .plan .plan-pvp .plan-pvp-int big {
    font-size: 224px;
  }
  .planes .listado-planes .plan .plan-pvp .plan-pvp-comma,
  .planes .listado-planes .plan .plan-pvp .plan-pvp-dec {
    font-size: 64px;
  }
  .planes .listado-planes .plan .plan-pvp .plan-pvp-iva {
    font-size: 32px;
  }
  .planes .listado-planes .plan .plan-nota,
  .planes .listado-planes .plan .plan-des {
    font-size: 18px;
  }
  .planes .listado-planes + .planes-pie {
    margin-top: 90px;
  }
  .planes .planes-pie .pie-tit {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .planes .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .planes .planes-top .planes-tit {
    font-size: 36px;
    line-height: 1;
  }
  .planes .planes-top + .listado-planes {
    margin-top: 40px;
  }
  .planes .listado-planes {
    max-width: 280px;
    margin-inline: auto;
    flex-direction: column;
  }
  .planes .listado-planes .plan {
    padding: 20px 20px 20px;
  }
  .planes .listado-planes .plan .plan-tit {
    font-size: 32px;
    line-height: 48px;
  }
  .planes .listado-planes .plan .plan-pvp .plan-pvp-int {
    margin-top: -16px;
    font-size: 154px;
    letter-spacing: -12px;
  }
  .planes .listado-planes .plan .plan-pvp .plan-pvp-int big {
    font-size: 196px;
  }
  .planes .listado-planes .plan .plan-pvp .plan-pvp-comma,
  .planes .listado-planes .plan .plan-pvp .plan-pvp-dec {
    font-size: 56px;
  }
  .planes .listado-planes .plan .plan-pvp .plan-pvp-iva {
    font-size: 28px;
  }
  .planes .listado-planes .plan .plan-nota,
  .planes .listado-planes .plan .plan-des {
    font-size: 15px;
  }
  .planes .listado-planes + .planes-pie {
    margin-top: 45px;
  }
  .planes .planes-pie {
    max-width: 240px;
    margin-inline: auto;
  }
  .planes .planes-pie .pie-tit {
    font-size: 42px;
  }
}

.blog {
  color: #ee3f3f;
}
.blog .blog-cont .section-tit2 {
  margin-bottom: 10px;
}
.blog .blog-cont .blog-destacado {
  margin-bottom: 30px;
}
.blog .blog-cont .blq-btn {
  text-align: center;
}
.blog .blog-cont .blq-btn .btn {
  min-width: 240px;
  border-color: #ee3f3f;
  background-color: #ee3f3f;
  color: #000000;
}
.blog .blog-cont .blq-btn .btn:focus:after {
  content: "";
  border: 1px solid #000000;
  border-radius: inherit;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
.blog .blog-cont .blq-btn .btn:hover {
  border-color: #ee3f3f;
  background-color: #FFFFFF;
  color: #ee3f3f;
}
.blog .blog-cont .blq-btn .btn:hover:focus:after {
  content: "";
  border: 1px solid #ee3f3f;
  border-radius: inherit;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
@media (min-width: 768px) {
  .blog {
    background-color: #ee3f3f;
  }
  .blog .blog-cont {
    padding: 100px 40px;
    border-radius: 15px;
    background-color: #FFFFFF;
  }
  .blog .blog-cont .section-tit1 {
    margin-bottom: 60px;
    font-size: 56px;
  }
  .blog .blog-cont .blq-btn {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .blog .blog-cont {
    padding-block: 50px;
  }
  .blog .blog-cont .section-tit1 {
    margin-bottom: 45px;
  }
  .blog .blog-cont .blq-btn {
    margin-top: 30px;
  }
}

@media (min-width: 1770px) {
  section .container {
    zoom: 1.25;
  }
  section .hero {
    min-height: calc(var(--viewportHeight) - 175px);
    padding-bottom: 175px;
  }
}
@media (min-width: 2360px) {
  section .container {
    zoom: 1.6;
  }
  section .hero {
    min-height: calc(var(--viewportHeight) - 224px);
    padding-bottom: 224px;
  }
}
@media (min-width: 3540px) {
  section .container {
    zoom: 2.5;
  }
  section .hero {
    min-height: calc(var(--viewportHeight) - 350px);
    padding-bottom: 350px;
  }
}/*# sourceMappingURL=inicioFront.css.map */