.banner-unete-vipday {
    background: url('/on/demandware.static/-/Library-Sites-MartinelliStore/default/vcea53d2fa9753da4f31a0ed75162b37588792e3e/images/2026/ventas-privadas-mt-0706/VP/LANDINGVP_BANNERWEB_DESK.jpg'); 
    background-size: contain; /* o cover si aceptas recortes */
    background-repeat: no-repeat;
    background-position: center top;
    aspect-ratio: 21/ 9; /* pon el ratio de tu imagen 16/9 */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 0;
    margin-bottom: -1.3%;
  }

  .banner-unete-vipday:hover {
    text-decoration: none;
  }

  .banner-unete-vipday p{
    font-size: 2.5em;
    margin-top: 1.5%;
    width: 80%;
    text-align: center;
    /*border: 1px solid #1c6375;*/
    padding-top: 1%;
    padding-bottom: 1%;
    /*background-color: #1c6375;*/
    color: #ffffff;
    transition: background-color 0.75s;
    font-family:'montserrat-regular';
    font-weight: 300;
    letter-spacing: 0.5px;
    text-decoration: none;
  }

  #firstp {
    margin-top: 0.5%;
  }

  #secondp {
    font-weight: 700;
    font-size: 35px;
  }

  #thirdp b{
    font-weight: 700;
  }


/* Para quitar espacios extra por si los hay */
.banner-unete-vipday *,
.banner-unete-vipday + * {
  margin: 0;
  padding: 0;
}

.banner-unete-vipday a {
  display: block;
  background-color: #1c6375;

}

@media (max-width: 1303px) {
    .banner-unete-vipday p {
        font-size: 1.8em;
        margin-top: 1.5%;
    }

    #secondp {
        font-size: 25px;
    }
}

@media (max-width: 1281px) {
    .banner-unete-vipday p {
        font-size: 1.75em;
    }
}

@media (max-width: 1024px) {
    .banner-unete-vipday p {
        font-size: 1.58em;
    }
}

@media (max-width: 981px) {
    .banner-unete-vipday p {
        font-size: 1.4em;
    }

    #secondp {
        font-size: 21px;
    }
}

@media (max-width: 912px) {
    .banner-unete-vipday p {
        font-size: 1.28em;
     
    }
}

@media (max-width: 853px) {
    .banner-unete-vipday p {
        font-size: 1.28em;
     
    }
}

@media (max-width: 820px) {
    .banner-unete-vipday p {
        font-size: 1.2em;
     
    }
}

@media (max-width: 768px) {
    .banner-unete-vipday p {
        font-size: 1.1em;
      
    }
}


/*@media only screen and (max-width: 767px) {*/
@media (max-width: 767px) {
    .banner-unete-vipday {
        background: url('/on/demandware.static/-/Library-Sites-MartinelliStore/default/vcea53d2fa9753da4f31a0ed75162b37588792e3e/images/2026/ventas-privadas-mt-0706/VP/LANDINGVP_BANNERWEB_MOVIL.jpg');
        background-size: contain; /* o cover si aceptas recortes */
        background-repeat: no-repeat;
        background-position: center top;
        aspect-ratio: 5/ 6.7; /* pon el ratio de tu imagen 16/9 */
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        padding: 0;
        line-height: 0;
        margin-bottom: -80.3%;
    }

    .banner-unete-vipday p {
        font-size: 1.6em;
        margin-top: 0;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
    }

    #firstp {
        margin-top: 18%;
    }

}

@media only screen and (max-width: 541px) {
    .banner-unete-vipday p {
        font-size: 1.2em;
    }

    #secondp {
        font-size: 19px;
    }
}

@media only screen and (max-width: 431px) {

}

@media only screen and (max-width: 414px) {
    .banner-unete-vipday p {
        margin-top: 0.6%;
    }
    #secondp {
        font-size: 17px;
    }
}

@media only screen and (max-width: 390px) {
    .banner-unete-vipday p {
        font-size: 1em;
        margin-top: 0.5%;
    }

    #secondp {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 344px) {
    .banner-unete-vipday p {
        font-size: 0.8em;
        margin-top: 0.4%;
    }

    #secondp {
        font-size: 12px;
    }
}