div#Feedback {
width: 100%;
margin-bottom: 60px;
display: table;
}
#page-views-counter {
height: 20px;
width: 80px;
padding: 38px 0 30px 0;
margin: 0 10px 0 0;
float: left;
font-size: 0.9rem;
line-height: 0.9rem;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
text-align: center;
cursor: pointer;
background-image: url('../Icones/views--preto--bold.png');
background-size: 22px;
background-position: 50% 10px;
background-repeat: no-repeat;
border-radius: 6px;
background-color: #edeef6;
}
#contact-counter {
height: 20px;
width: 80px;
padding: 38px 0 30px 0;
margin: 0 10px 0 0;
float: left;
font-size: 0.9rem;
line-height: 0.9rem;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
text-align: center;
cursor: pointer;
background-image: url('../Icones/whatsapp--preto--bold.png');
background-size: 17px;
background-position: 50% 12px;
background-repeat: no-repeat;
border-radius: 6px;
background-color: #edeef6;
}
#since {
padding: 22px 0 0 0;
margin: 0;
float: left;
font-size: 0.8rem;
line-height: 1rem;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
}
#since span.data-stamp-strong {
font-weight: 700;
}
#openBanner {
height: auto;
padding: 22px 0 10px 0;
width: 50px;
font-size: 0.5rem;
line-height: 0.55rem;
font-weight: 700;
float: left;
cursor: pointer;
background-image: url('../Icones/share--preto--bold.png');
background-size: 18px;
background-position: 50% 0;
background-repeat: no-repeat;
text-align: center;
}
.overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
display: none;
z-index: 998;
}
.banner {
position: fixed;
bottom: -100%;
left: 0;
right: 0;
width: 360px;
margin: 0 auto;
display: block;
background-color: #fff;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-size: 15px;
line-height: 1.6;
padding: 0 0 10px 0;
transition: bottom 0.3s ease;
z-index: 999;
opacity: 0;
}
.banner.open {
bottom: 0;
opacity: 1;
transform: translateY(0);
}
.close-btn {
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
border: none;
background-color: #000;
padding: 25px 0;
cursor: pointer;
font-size: 20px;
color: #ccc;
font-weight: 700;
}
.advice {
width: 100%;
margin: 0 auto;
padding: 50px 30px 60px 30px;
min-height:450px;
max-height: 90vh;
overflow-y: auto;
}
.advice h2 {
font-weight: 700;
font-size: 16px;
}
.advice h3 {
font-weight: 700;
font-size: 15px;
}
.advice .display-data {
font-weight: 400;
}
.advice p {
font-weight: 400;
}
.advice .reduz {
font-size: 14px;
}
.advice .reduz-reduz {
font-size: 12px;
}
.advice ul {
font-weight: 400;
font-size: 14px;
padding: 0 0 0 20px;
border-left: 2px solid #445043;
list-style: none;
}
.advice ul li {
margin-bottom: 15px;
}
.advice .data-stamp {
font-weight: 700;
font-size: 28px;
}
.advice #tempoDecorrido {
width: auto;
float: left;
font-size: 11px;
font-weight: 700;
margin: 10px 0 20px 0;
text-transform: uppercase;
}
#counter-contact {
width: 280px;
float: left;
margin: 50px 0 0 50px;
}
#potencial-de-retorno {
display: none;
width: calc(100% + 0px);
margin: 60px 0 20px 0;
padding: 20px 20px 20px 30px;
background-color: #d0f5ca;
color: #2d432a;
border-radius: 10px;
}
.info-privative {
width: calc(100% + 50px);
margin: -20px 0 30px -30px;
font-size: 14px;
padding: 25px 20px 20px 30px;
background-color: #f2cdcf;
color: #1f1113;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.calculando {
font-size: 14px;
color: #000;
}
.calculando img {
width: 26px;
}


@media screen and (min-width:800px) {  
.overlay {
z-index: 9999;
}
.banner {
left: 400px;
background-color: #fff;
z-index: 99999;
}
}



@media screen and (min-width:799px) and (max-width:801px) {  
#potencial-de-retorno {
display: block;
}
}