

.qesbanner p {
    margin: 0;
}
.qesbanner {
    display: block;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    padding: 18px 0;
    width: 100vw;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
    z-index: 99;
}
@media (min-width: 851px){
    .qesbanner{
        display: none;
    }
}
.qesbanner > a {
    text-decoration: none;
}

.qesbanner--anuncio {
    color: #747474;
    font-family: Arial;
    font-size: 10px;
    letter-spacing: 0.22px;
    line-height: 6px;
    position: absolute;
    right: 6%;
    top: 10px;
}

.qesbanner--close{
    position: absolute;
    right: -15px;
    top: -1px;
    font-size: 14px;
}

.qesbanner--title {
    color: #0066CC;
    font-family: Arial;
    font-size: 21px;
    letter-spacing: -0.66px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 12px;
}

.qesbanner--button {
    width: max-content;
    min-width: 162px;
    border-radius: 19px;
    background-color: #6CB75D;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    justify-content: space-evenly;
    padding: 5px;
}

.qesbanner--button:hover {
    background-color: #4F9149;
}

.qesbanner--button__bgicon {
    flex: 0 0 auto;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qesbanner--button__icon {
    width: 60%;
    height: auto;
    position: absolute;
    z-index: 5;
}

.qesbanner--button__text {
    flex: 1 1 100%;
    padding: 2px 5px 0;
}

.qesbanner--button__text p {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.6px;
    line-height: 22px;
    text-align: center;
}

.qesbanner--footer {
    padding: 5px 10px 0;
}
.qesbanner--footer p {
    color: #B3B3B3;
    font-family: Arial;
    font-size: 8px;
    letter-spacing: -0.25px;
    line-height: 10px;
    text-align: center;
}