.main-banner {
  position: relative;
  background-color: #000000; }
  .main-banner .blured-bg {
    height: calc(100% + 5px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: blur(60px); }
  .main-banner .banner-bg-desk {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .main-banner .banner-bg-desk {
        display: none; } }

.banner {
  height: calc(100vh - 50px);
  height: calc(var(--vh, 1vh) * 100 - 50px);
  width: 100vw;
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: url("../assets/background-desktop.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  font-family: 'Saira Condensed', sans-serif;
  margin-top: 50px;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .banner {
      min-height: 640px;
      background-image: url("../assets/background-mobile.webp");
      background-position: center bottom; } }
  .banner .text-content {
    margin: auto auto auto 8vw;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media only screen and (max-width: 1024px) {
      .banner .text-content {
        margin: auto auto auto 2vw; } }
    @media only screen and (max-width: 767px) {
      .banner .text-content {
        width: 100%;
        margin: 7vh auto 0;
        padding: 0 18px;
        text-align: center;
        align-items: center;
        justify-content: center; } }
    @media screen and (max-width: 767px) and (max-height: 800px) {
      .banner .text-content {
        margin: 20px auto 0; } }
    .banner .text-content .text-desktop {
      width: 33vw;
      max-width: 500px;
      min-width: 350px; }
      @media only screen and (max-width: 767px) {
        .banner .text-content .text-desktop {
          display: none; } }
    .banner .text-content .text-mobile {
      display: none; }
      @media only screen and (max-width: 767px) {
        .banner .text-content .text-mobile {
          display: flex;
          width: 80vw;
          max-width: 400px; } }
  .banner .oferta-btn {
    width: 400px;
    height: 73px;
    font-weight: 700;
    border-radius: 8px;
    background: transparent linear-gradient(270deg, #FF0026 0%, #700036 100%);
    text-align: center;
    color: #fff;
    display: flex;
    margin: 64px auto 0 0;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    letter-spacing: 1.15px;
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      .banner .oferta-btn {
        width: 100%;
        max-width: 400px;
        min-width: 316px;
        height: 50px;
        font-size: 18px;
        letter-spacing: 1.2px;
        margin: 20px auto 0; } }

/*# sourceMappingURL=banner.css.map */
