/*capa flotante suscripción a newsletter*/
.cont-capa-flotante-newsletter {
    transition: all 0.3s;
    display: none;
    border-radius: 5px;
    position: fixed;
    bottom: 100px;
    min-height: 120px;
    width: 300px;
    word-wrap: break-word;
    background-color: #e5eaff;
    right: 15px;
    z-index: 1;
    color: #001978;
    padding: 20px;
    text-align: left; 
}
.cont-capa-flotante-newsletter .lf-icon-mail {
    font-size: 30px; 
}
.cont-capa-flotante-newsletter .text-news {
    font-size: 20px;
    line-height: 22px; 
}
.cont-capa-flotante-newsletter hr {
    border: 0;
    border-bottom: 2px solid #001978; 
}
.cont-capa-flotante-newsletter .form-group label {
    margin: 0;
    font-size: 18px;
}
.cont-capa-flotante-newsletter .form-group .form-check-label {
    line-height: 17px;
    font-size: 13px;
    margin: 5px 0 0 20px;
}
.cont-capa-flotante-newsletter .form-group .form-check-label a {
    text-decoration: underline !important;
}
.close-banner {
    cursor: pointer;
    color: #001978;
}
.close-banner-box{
    text-align:right!important;
}
.js-lf-nogracias{
    font-size: 10px;
    float: right;
    cursor: pointer;
}
.js-lf-nogracias:hover{
    text-decoration:underline;
}