.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;
}