.mainBannerSobrecoste .btn {
  width: 100%;
  display: flex;
}
.mainBannerSobrecoste .section-cont {
  padding: 42px 24px;
  border-radius: 16px;
  border: 1px solid rgba(34, 36, 39, 0.12);
  background: #FFFFFF;
}
.mainBannerSobrecoste .section-sup {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.mainBannerSobrecoste .section-tit1 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 32px;
}
.mainBannerSobrecoste .mensaje-ok,
.mainBannerSobrecoste .mensaje-ko,
.mainBannerSobrecoste .btn-evaluado {
  display: none;
}
.mainBannerSobrecoste form .btn {
  margin-top: 24px;
}
.mainBannerSobrecoste .mensaje-ok,
.mainBannerSobrecoste .mensaje-ko {
  margin-top: 24px;
  text-align: center;
}
.mainBannerSobrecoste .mensaje-ok strong,
.mainBannerSobrecoste .mensaje-ko strong {
  font-weight: 600;
}
.mainBannerSobrecoste .mensaje-ok .contentStyledText,
.mainBannerSobrecoste .mensaje-ko .contentStyledText {
  font-weight: 300;
}
.mainBannerSobrecoste .mensaje-ok .contentStyledText strong,
.mainBannerSobrecoste .mensaje-ko .contentStyledText strong {
  font-weight: 600;
}
.mainBannerSobrecoste .mensaje-ok .contentStyledText > *:last-child,
.mainBannerSobrecoste .mensaje-ko .contentStyledText > *:last-child {
  margin-bottom: 0;
}
.mainBannerSobrecoste .mensaje-ok .blq,
.mainBannerSobrecoste .mensaje-ko .blq {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid;
}
.mainBannerSobrecoste .mensaje-ok .blq {
  border-color: #74DCB4;
  background-color: #EFFBF6;
}
.mainBannerSobrecoste .mensaje-ok .blq .contentStyledText > *:first-child {
  margin-bottom: 0;
}
.mainBannerSobrecoste .mensaje-ok .blq .contentStyledText > *:first-child strong {
  color: #00796f;
  letter-spacing: 1.08px;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
}
.mainBannerSobrecoste .mensaje-ok .blq .contentStyledText > *:nth-child(2) {
  margin-bottom: 16px;
}
.mainBannerSobrecoste .mensaje-ok .blq .contentStyledText > *:nth-child(3) {
  margin-bottom: 10px;
}
.mainBannerSobrecoste .mensaje-ok .blq .contentStyledText > *:nth-child(3) strong {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.mainBannerSobrecoste .mensaje-ok .blq .btn {
  margin-top: 16px;
}
.mainBannerSobrecoste .mensaje-ok .blq + * {
  margin-top: 14px;
}
.mainBannerSobrecoste .mensaje-ko .blq {
  border-color: #d3d6d8;
  background-color: #fcfcfd;
}
.mainBannerSobrecoste .mensaje-ko .blq .contentStyledText > *:first-child {
  margin-bottom: 10px;
}
.mainBannerSobrecoste .mensaje-ko .blq .contentStyledText > *:first-child strong {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 1440px) {
  .mainBannerSobrecoste {
    width: 452px;
    margin-bottom: 80px;
    left: calc(50% + 110px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .mainBannerSobrecoste {
    width: 363px;
    margin-bottom: 60px;
    left: calc(50% + 120px);
  }
}
@media (min-width: 1024px) {
  .mainBannerSobrecoste {
    max-height: calc(var(--viewportHeight) - 140px);
    overflow: auto;
  }
  .mainBannerSobrecoste .section-cont {
    transition: background-color 0.5s ease, border-color 0.5s ease;
  }
  .mainBannerSobrecoste.activo .section-cont {
    background-color: #e3fbf8;
    border: 1px solid #00857b;
  }
  .mainBannerSobrecoste .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mainBannerSobrecoste {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mainBannerSobrecoste {
    margin-bottom: 52px;
  }
}/*# sourceMappingURL=mainBannerSobrecoste.css.map */