.lf-imagen-wrapper{
    width: 100%;
}
.lf-precioantiguo span{
    font-weight: bold;
    color: #001978 !important;
}
.lf-precioantiguo{
    text-decoration: line-through;
    color: #d50057;
}
.lf-precionuevo {
    color: #d50057;
    font-weight: bold;
    font-size: 2em;
}
.lf-boton-compra-wrapper {
    background-color: #ff7514;
    color: white !important;
    padding: 10px 20px;
    border-radius: 40px;
    margin-top: 1em;
    display: inline-block;
}
.form-surface{
    background: white;
    margin: 2em auto;
    max-width:600px;
    padding: 1em 2em;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #0000001a;
}
.cont-capa-flotante-fullscreen::-webkit-scrollbar { 
    display: none;
}
.cont-capa-flotante-fullscreen {
    font-family: 'MTTMilano';
    transition: background-color 0.3s;
    width: 100%;
    word-wrap: break-word;
    right: 0;
    z-index: 1;
    color: #001978;
    padding: 0;
    text-align: left;
    top: 0;
    height: 100%;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none; 
    overflow-y: scroll;
    z-index: 9999;
}

.cont-capa-flotante-fullscreen .tituloprincipal {
    font-size: 1.8em;
    /*line-height: 1em; */
}
.cont-capa-flotante-fullscreen .subcontenido{
    font-size:1.4em;
}
.cont-capa-flotante-fullscreen hr {
    border: 0;
    margin: 1em 0;
    border-bottom: 1px solid #e7e7e7;
}
.cont-capa-flotante-fullscreen .form-group label {
    margin: 0;
    font-size: 18px;
}

.close-banner {
    cursor: pointer;
    color: #001978;
}
.close-banner-box{
    text-align:right!important;
}
.close-banner{
    font-size:1.4em;
}
.js-lf-nogracias{
    font-size: 1em;
    cursor: pointer;
}
.align-right{
    text-align:right;
}
.js-lf-nogracias:hover{
    text-decoration:underline;
}