/* generic */
.ev-wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.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;
}
@media (max-width: 768px){
  .ev-module__pretitle {
    font-size: 18px;
    line-height: 24px;
  }
  .ev-module__title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 580px){
  .ev-module__title {
    font-size: 28px;
    line-height: 35px;
  }
}

/* hero */
.ev-hero {
    position: relative;
    z-index: 1;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 80px;
}
/* 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: 650px;
    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: static;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}
.ev-hero__title {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0;
    background-color: #f7f7f7;
}
.ev-hero__title h1 {
    padding-right: auto;
    text-align: inherit;
    font-size: 22px;
    line-height: 20px;
    color: #333;
}
.no-video .position-video-form-hero {
  display: none;
}
.position-video-form-hero {
  position: absolute;
  right: 640px;
  top: 350px;
}
.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: 30;
    right: 200px;
    top: 40px;
    max-width: 390px;
}
.no-premio .ev-form {
    top: 50px;
}
.ev-form__claim {
    position: relative;
    border-top-left-radius: 45px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.896796218487395) 26%, rgba(255,255,255,0.6530987394957983) 100%);
}
.ev-hero .ev-form__claim-calcula {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #333;
    margin-top: 0;
    margin-bottom: 8px;
}
.ev-form__claim-oferta {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #ff0033;
    margin: 0;
}
.ev-form__btn .ev-btn {
    position: relative;
    display: block;
    z-index: 2;
    width: 100%;
    height: 90px;
    line-height: 90px;
    border: none;
    border-radius: 0 0 40px 0;
    font-size: 28px;
    text-align: center;
    padding: 0 10px 0 10px;
    background-color: #ff0033;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.ev-form__btn .ev-btn:before,
.ev-form__btn .ev-btn:after {
    content: '';
    position: absolute;
    background-color: #fff;
    transform: rotate(45deg);
    width: 22px;
    height: 5px;
    border-radius: 3px;
    top: 34px;
    right: 30px;
}
.ev-form__btn .ev-btn:before {
    top: 47px;
    transform: rotate(-45deg);
}
.ev-form__btn-out {
    position: relative;
    background-color: #fff;
}
.ev-form__btn-out:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 10px;
    height: 10px;
    left: -14px;
    bottom: -8px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ab192d;
    border-right: 10px solid transparent;
    transform: rotate(45deg);
}
.ev-form__btn-out .ev-btn {
    border-radius: 0 45px 45px 0;
    box-shadow: 0px 3px 6px #00000029;
    left: -15px;
    transition: width 0.3s;
}
.ev-form__btn-out .ev-btn:hover {
    width: calc(100% + 15px);
}
.ev-form__c2c {
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
}
.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: 25px;
    line-height: 1;
}
.ev-form__media {
    position: relative;
    background-color: #f3f3f3;
    padding: 20px 30px;
    box-shadow: 0px 5px 6px #00000029;
    border-bottom-right-radius: 45px;
}
.ev-form__media p {
    margin-right: 10px;
}
.ev-form__media a {
    cursor: pointer;
    display: block;
    height: 60px;
    transition: transform 0.2s ease-in;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px #00000015;
    padding: 4px;
}
.ev-form__media-icon {
    width: 150px;
    height: auto;
    cursor: pointer;
    pointer-events: none;
}
.ev-form__media a:hover{
    transform: scale(1.1);
}

@media(max-width: 1600px) {
  .position-video-form-hero {
    right: calc(50vw - 160px);
  }
  .ev-form {
      right: calc(50vw - 600px);
  }
}
@media (max-width: 1350px) {
  .position-video-form-hero {
    top: 350px;
    right: calc(5% + 440px);
  }
  .ev-form {
    right: 5%;
  }
  .ev-hero-premio__text {
    padding-left: 200px;
  }
  .ev-hero-premio img {
    left: 80px;
  }
}
@media (max-width: 1145px) {
  .ev-hero-premio__text {
    padding-left: 120px;
  }
  .ev-hero-premio img {
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@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;
    }
    .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__btn-out:before {
        z-index: 0;
    }
    .ev-form__c2c {
        z-index: 1;
        position: relative;
        box-shadow: none;
    }
    .ev-hero-premio .d-flex {
        padding-right: 0;
    }
}
@media (max-width: 580px){
  .ev-hero {
    margin-bottom:20px;
  }
  .ev-hero__img {
        height: 394px;
        background-position: center 0px;
        background-attachment: initial;
    }
    .no-premio .ev-hero__img {
        height: 332px;
    }
    .ev-hero__img-bg {
        height: calc(100% - 30px);
        top: 30px;
    }
    .ev-hero__title {
      position: absolute;
      top: 0;
      width: 100%;
      padding: 10px 0;
      background-color: #ffffff;
      padding-bottom: 10px;
    }
    .ev-hero__title h1 {
      color: #081a2b;
      font-size: 24px;
      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: -15px auto 15px;
    }
}