  /* generic */

  .ev-wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }

  .ev-sup-btncalcula {
    font-size: 18px;
    font-weight: bold !important;
  }

  .ev-sup {
    font-size: 12px;
    vertical-align: super;
  }

  .ev-module__title {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 60px;
    text-align: center;
  }

  .ev-module__title.text-align-left {
    text-align: left;
  }

  .ev-module__pretitle {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 27px;
    text-align: center;
  }

  .ev-border-arrow {
    bottom: 30px;
    width: 100%;
    z-index: 10;
  }

  .ev-border-arrow:before,
  .ev-border-arrow:after {
    content: '';
    position: absolute;
    width: 50%;
    left: 0;
    height: 0;
    border-bottom: 23px solid #fff;
    border-right: 35px solid transparent;
  }

  .ev-border-arrow:after {
    right: 0;
    left: auto;
    top: 0;
    border-right: none;
    border-left: 35px solid transparent;
  }

  .ev-border-arrow-grey:before,
  .ev-border-arrow-grey:after {
    border-bottom: 23px solid #f7f7f7;
  }

  .link-aceptar {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .pop-up {
    width: 60% !Important;
    padding: 40px 60px !Important;
    margin: 0 auto !Important;
    background: #fff !Important;
    position: relative !Important;
    border-top-left-radius: 80px !Important;
    border-bottom-right-radius: 80px !Important;
    background: #ffffff !Important;
    max-width: 900px !Important;
    /* padding: 0; */
    width: 100% !Important;
    height: auto !Important;
    position: relative !Important;
    line-height: 0 !Important;
  }

  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer;
    color: black;
  }


  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
  }

  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .mfp-close-btn-in .mfp-close {
    color: #333;
  }

  /* Nuevo hero */
  .nueva_chip {
    background-color: #3DAC69;
    color: #fff;
    top: 1.5em;
    right: 0;
    padding: 1px 8px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto 0 0;
    width: fit-content;
  }
  .material-hero__cta .material-hero__whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    height: 48px;
    padding: 8px 20px;
    border-radius: 24px;
    backdrop-filter: blur(4px);
    background-color: #FFF;
}
.material-hero .material-hero__whatsapp .material-hero__whatsapp-text {
    font-family: 'FiraSansBold', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #1FAF38;
}

.material-hero__awards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    z-index: 1;
}
.material-hero .material-hero__trustpilot.mobile {
    margin-block: 20px;
}

.material-hero__footer {
        position: absolute;
        bottom: 0;
        flex-direction: row;
        column-gap: 0;
        width: 100%;
        padding: initial;
        backdrop-filter: blur(8px);
        background-color: rgba(0, 0, 0, 0.30);
    }


.material-hero__footer .material-hero__awards {
    display: flex
;
    align-items: center;
    column-gap: 8px;
}
.material-hero__footer .material-hero__text {
    font-family: 'FiraSansBold', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: #313131;
    z-index: 1;
}

.material-hero .material-hero__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 8px;
    row-gap: 16px;
    margin: 10px auto 0;
    padding: 16px 20px 19px;
    background-color: #F8F7F5;
    filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.30);
}

  @media (max-width: 768px) {
    .ev-module__pretitle {
      font-size: 18px;
      line-height: 24px;
    }

    .ev-module__title {
      font-size: 36px;
      line-height: 43px;
    }

    .link-aceptar {
      font-size: 10px;
      margin-bottom: 16px;
    }

    .pop-up {
      padding: 32px 20px !Important;
      border-top-left-radius: 52px ! Important;
      border-bottom-right-radius: 52px ! Important;
    }

    .pop-up h2 {
      font-size: 18px;
      margin-top: 8px;
    }

    .pop-up p {
      font-size: 14px;
    }
 
    
        .material-hero__footer .material-hero__awards {
        position: relative;
        bottom: 16px;
        column-gap: 16px;
    }
    
  }

  @media (max-width: 580px) {
    .ev-module__title {
      font-size: 28px;
      line-height: 35px;
    }
  }

  /* pegatina */
  .ev-hero-premio img {
    position: relative !important;
    left: 150px;
    height: auto;
  }

  /* hero */
  .ev-hero {
    position: relative;
    z-index: 1;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }

  .p-hero-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
    max-width: 733px;
    line-height: 100%;
  }

  .p-hero-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .p-hero-title-m {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    max-width: 100vh;
    padding: 20px 20px 20px 20px;
    line-height: 95%;
  }

  .p-hero-text-m {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    max-width: 100vh;
    padding: 20px 20px 0 20px;
  }

  .etiqueta {
    background-color: #60b166;
    color: #fff;
    padding: 2px 12px;
    border-radius: 10px 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    width: fit-content;
  }

  /* arreglo margenes mobile paginas antiguas */
  .no-margins .ev-hero {
    margin-right: 0;
    margin-left: 0;
  }

  .negative-margins .ev-hero {
    margin-right: -15px;
    margin-left: -15px;
  }

  .ev-hero p {
    margin-bottom: 0;
  }

  .ev-hero .bold {
    font-weight: 700;
  }

  .ev-hero .regular {
    font-weight: 500;
  }

  .ev-hero__img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 600px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #dcd5cc;
  }

  .no-premio .ev-hero__img {
    height: 550px;
  }

  .ev-hero__img-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #dcd5cc;
  }

  .ev-hero__title {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0;
    background-color: #f7f7f7;
  }

  .ev-hero__title h1 {
    padding-right: 420px;
    text-align: right;
    font-size: 32px;
    line-height: 38px;
    color: #333;
  }

  .no-video .position-video-form-hero {
    display: none;
  }

  .position-video-form-hero {
    position: absolute;
    right: 640px;
    top: 400px;
    display: none;
  }

  .no-premio .position-video-form-hero {
    top: 400px;
  }

  .btn-video-form-hero {
    position: relative;
    background-color: #fff;
    border-color: #fff;
    color: #ff0033;
    padding: 5px 15px;
    padding-left: 25px;
    text-transform: initial;
    font-size: 15px;
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
  }

  .btn-video-form-hero:hover {
    color: #ff0033;
  }

  .btn-video-form-hero:after {
    position: absolute;
    bottom: 13px;
    left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ff0033;
    margin-left: 13px;
    content: " ";
  }

  .ev-form {
    position: absolute;
    z-index: 20;
    right: 200px;
    top: 110px;
    max-width: 390px;
    right: 5%;
        flex-direction: column;
        row-gap: 16px;
        width: 335px;
        padding: 24px;
        border-radius: 32px;
        background-color: rgba(241, 238, 235, 0.85);
        height: 387px;
  }

  .no-premio .ev-form {
    top: 50px;
  }

  .ev-form__claim {
    position: relative;
    border-top-left-radius: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ev-hero .ev-form__claim-calcula {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 800;
  }

  .ev-form__claim-oferta {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #ff0033;
    margin: 0;
  }

  .ev-form__btn .ev-btn {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    column-gap: 8px;
    width: 100%;
    height: 64px;
    padding: 12px 24px 12px 32px;
    font-family: 'FiraSansBold', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 32px;
    color: #FFFFFF;
    background-color: #F03;
    cursor: pointer;
    margin: 16px 0;
  }

  .ev-form__btn-out {
    position: relative;
  }

  .ev-form__btn-out .ev-btn:hover {
    width: calc(100% + 15px);
  }

  .ev-form__c2c form {
    margin: 10px auto 20px;
  }

  .ev-form__c2c input {
    font-family: 'Fira Sans', sans-serif !important;
  }

  .ev-form__c2c .ev-tel {
    color: #000000;
    font-size: 34px;
    line-height: 1;
  }
  
  .ev-form__media {
    margin: 16px 0 0 0;
  }

  .ev-form__media p {
    margin-right: 10px;
  }

  .ev-form__media a {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    height: 48px;
    padding: 8px 20px;
    border-radius: 24px;
    backdrop-filter: blur(4px);
    background-color: #FFF;
    font-family: 'FiraSansBold', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #1FAF38;
  }

  .ev-form__media-icon {
    width: 32px;
    height: auto;
    cursor: pointer;
    pointer-events: none;
  }

  .ev-form__media a:hover {
    transform: scale(1.1);
  }

  .no-premio .ev-hero-premio {
    display: none;
  }

  .ev-hero-premio {
    position: relative;
    padding: 20px 0;
    background-color: #f3f3f3;
    box-shadow: 0 3px 6px #00000029;
  }

  .ev-hero-premio .d-flex {
    position: relative;
    justify-content: flex-end;
    padding-right: 417px;
    align-items: center;
  }

  .ev-hero-premio__text {
    padding-left: 170px;
  }

  .ev-hero-premio h4,
  .ev-hero-premio .ev-hero-premio__text-title {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
  }

  .ev-hero-premio p {
    font-size: 14px;
    line-height: 20px;
  }

  .ev-hero-premio img {
    width: 100px;
    height: auto;
  }
  
  .ev-form__c2c form {
      margin: 10px auto 4px;
    }

  @media(max-width: 1600px) {
    .position-video-form-hero {
      right: calc(50vw - 160px);
      display: none;
    }

    .ev-form {
      right: calc(50vw - 600px);
    }
  }

  @media (max-width: 1350px) {
    .position-video-form-hero {
      top: 400px;
      right: calc(5% + 440px);
      display: none;
    }

    .ev-form {
      right: 5%;
      top: 56px;
    }

    .ev-hero-premio__text {
      padding-left: 107px;
    }

    .ev-hero-premio img {
      left: 80px;
    }

    .p-hero-title {
      max-width: 733px;
    }
  }

  @media (max-width: 1145px) {
    .ev-hero-premio__text {
      padding-left: 30px;
    }

    .ev-hero-premio img {
      left: 0;
    }

    .p-hero-title {
      max-width: 733px;
    }
  }

  @media (max-width: 900px) {
    .ev-hero__title {
      padding-bottom: 110px;
    }

    .ev-hero__title h1 {
      padding-right: 0;
      text-align: center;
    }

    .position-video-form-hero {
      top: 270px;
      right: 30px;
      display: none;
    }

    .no-premio .position-video-form-hero {
      top: 300px;
    }

    .ev-form {
      padding: 0 calc(50vw - 210px);
      right: auto;
      position: relative;
      /*top: auto;*/
      width: 100%;
      margin: -100px 0 0;
      max-width: 390px;
      min-width: 100%;
    }

    .no-premio .ev-form {
      top: auto;
    }

    .ev-form:before {
      content: '';
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      height: calc(100% - 100px);
      background-color: #f7f7f7;
      z-index: 0;
    }

    .ev-form__claim {
      background-color: #fff;
    }

    .ev-form__btn {
      background-color: #fff;
      position: relative;
    }

    .ev-form__c2c {
      z-index: 1;
      position: relative;
      box-shadow: none;
    }

    .ev-hero-premio .d-flex {
      padding-right: 0;
    }

    .p-hero-title {
      max-width: 400px;
    }
  }

  @media (max-width: 580px) {
    .ev-hero__img {
      height: 721px;
      background-position: center 0px;
      background-attachment: initial;
    }

    .no-premio .ev-hero__img {
      height: 370px;
    }

    .ev-hero__img-bg {
      height: calc(100% - 30px);
      top:-2px;
    }

    .ev-hero__title {
      position: absolute;
      top: 0;
      width: 100%;
      padding: 10px 0;
      background-color: #ffffff;
      padding-bottom: 10px;
      display: none;
    }

    .ev-hero__title h1 {
      color: #000000;
      font-size: 21px;
      line-height: 30px;
    }

    .position-video-form-hero,
    .no-premio .position-video-form-hero {
      top: 230px;
    }

    .ev-form {
      padding: 0;
      margin: -80px 0 0;
      max-width: 100%;
      min-width: 100%;
    }

    .ev-form__claim {
      padding: 20px 30px;
    }

    .ev-form__claim-calcula {
      font-size: 28px;
      line-height: 33px;
    }

    .ev-form__c2c form {
      margin: 10px auto 4px;
    }
  }
  @media (min-width: 768px) {
        .mat-section {
        padding: 96px 20px 0;
        max-width: 1288px;
        margin: 0 auto;
    }
    .material-hero .material-hero__footer {
        position: absolute;
        bottom: 0;
        flex-direction: row;
        column-gap: 0;
        width: 100%;
        height: 58px;
        padding: initial;
        backdrop-filter: blur(8px);
        background-color: rgba(0, 0, 0, 0.30);
    }
    .material-hero__claim__chip {
      display: inline-flex;
      height: 24px;
      padding: 4px 8px;
      font-size: 14px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      flex-shrink: 0;
      border-radius: 16px;
      border: 1px solid #4C69FF;
      background: #4C69FF;
      color: white;
      margin-top: 8px;
    }
    
        .material-hero .material-hero__trustpilot.mobile, .material-hero .material-hero__trustpilot.desktop {
        display: none;
    }
    .material-hero .material-hero__trustpilot.tablet {
        display: block;
    }
        .material-hero__footer .material-hero__text {
        display: inline-block;
        width: initial;
        font-family: 'FiraSansRegular', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #FFF;
    }
       .material-hero__footer .mat-section {
        display: flex;
        width: 100%;
        margin: initial;
        padding: 0 16px;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
    }
  }
    @media only screen and (min-width: 1444px) {
    .material-hero .material-hero__trustpilot.mobile, .material-hero .material-hero__trustpilot.tablet {
        display: none;
    }
        .material-hero .material-hero__trustpilot.desktop {
        display: block;
        width: 464px;
    }
}
