.banner-campana-lateral {
    position: fixed;
    top: 65%;
    right: 8px;
    z-index: 200;
}
.banner-suscripcion-lateral{
    position: fixed;
    top: 55%;
    right: 8px;
    z-index: 200;
}
 .banner-campana-lateral .close-banner,  .banner-suscripcion-lateral .close-banner  {
    width: 25px;
    height: 25px;
    margin-left: auto;
    background-color: #535353;
    border: 1px solid black;
    border-radius: 25px;
    opacity: 0.7;
}
.banner-campana-lateral .close-banner span ,.banner-suscripcion-lateral .close-banner span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: normal;
}
.banner-campana-lateral .box-campana, .banner-suscripcion-lateral .box-campana {
    width: 60px;
    height: 60px;
}
.banner-campana-lateral .box-campana img, .banner-suscripcion-lateral .box-campana img {
    max-width: 100%;
}
#boxes #closeright {
    background-size: 11px;
    border: 3px solid #fff;
    border-radius: 1000px;
    display: block;
    height: 23px;
    position: absolute;
    right: 0px;
    top: -9px;
    width: 23px;
    z-index: 9999;
}
#boxes #dialog_suscripcion {
    border-left: none;
    border-right: none;
    border-top: none;
    height: auto !important;
}
.img-heder img{
    width: 100%;
}
#img-suscripcion{
    display: flex;
}
#boxes h4.title-modal{
    color: #1755F8;
    z-index: 99;
    text-align: center;
    margin: 0 0 8px 0;
    font-size: 1.2em;
    font-weight: bold;
    position: relative !important;
}
#boxes #captacion  h2.title-modal-oferta{
    position: relative;
    text-align: center;
    color: #1755F8;
    font-weight: bold;
}
.img-info-modal{
    width: 50%;
    margin-right: 10px;
}
.info_modal {
    display: flex;
}
.text-info-modal p {
    color: #4318FF;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    text-underline-position: from-font;
}
 #captacion #btn_google_suscribir .btn-google-icon {
    background: url(https://cuponassets.cuponatic-latam.com/front/frontendAll/images/iconos/g-logo.png) no-repeat center center;
    background-size: cover;
    display: inline-block;
    left: 30px;
    width: 20px;
    height: 20px;
}
#captacion #btn_google_suscribir {
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #adadad;
    box-shadow: 0px 1px 8px rgba(154, 154, 154, 0.903475), 0px 3px 3px rgba(178, 178, 178, 0.0988309), 0px 3px 11px #E8EAFC;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none !important;
    font-size: 1em;
    margin-bottom: 1em;
    color: #000000;
    font-family: Montserrat, Arial, sans-serif;
}
#boxes .titulo-errores {
    position: absolute;
    left: 20%;
    top: 50%;
    z-index: 99999999999;
    display: none;
    color: #ffffff;
    font-weight: 600;
}
#boxes .titulo-errores button {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -webkit-appearance: button;
    -moz-user-select: none;
    -ms-user-select: none;
    padding-left: 5px;
}