.banner-sorteo {
  padding: 22px 10px 24px;
  background-color: #ffffff;
  background-image: url(https://estaticos-cdn.prensaiberica.es/mkt/piano/fdv/promo/sorteo/fdv-portamerica-banner-tablet-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: 100%;
}
.caja-banner {
    flex-direction: column;
    justify-content: center;
    width: 93%;
    text-align: left;
}
.banner-logo {
    width: 70px;
 margin-right: 0px;
margin-top: 3px;
margin-bottom: 0;
}
.texto-banner {
  color: #cf335c;
  font-size: 17px;
  line-height: 120%;
  width: 50%;
  text-align: left;
  margin-bottom: 10px;
}
.enlace-banner {
    padding: 6px 6px;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    background-color: #cf335c;
    transition: background-color ease 0.6s, opacity ease 0.6s;
    text-decoration: none;
}
@media (max-width: 700px) {
  .banner-sorteo {
    padding: 22px 10px 24px;
    background-color: #ffffff;
    background-image: url(https://estaticos-cdn.prensaiberica.es/mkt/piano/fdv/promo/sorteo/fdv-portamerica-banner-mobile-2.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-position: center;
  }
}
@media (max-width: 515px) {
    .texto-banner {
      max-width: 174px;
      font-weight: 700;
      font-size: 13px;
      margin-bottom: 20px;
      color: #cf335c;
    }
}
@media (max-width: 393px) {
    .banner-sorteo {
      background-size: cover;
    }
}