div.titulo {
    background-image: url(../../public/images/bg-faq.jpg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
    padding-bottom: 25px;
    background-color: #1aadef;
}

.faq{
    padding-top: 20px;
}

.not-float{
    float: none;
    margin: 0 auto;
}

.subtitulo {
   text-align: center;
   margin-top: -20px;
   margin-bottom: 40px;
}

.title-blue {
    line-height: 19px;
    font-weight: bold;
    margin-top: -13px;
    min-height: 0px;
    font-size: 16px;
    color: #62bfd9;
    margin-bottom: 10px;
}

.panel-body {
    line-height: 18px;
}

.contato {
    background-color: #e65a00;
    background-image: none !important;
    text-align: center;
    padding-bottom: 40px;
}

.paralax {
    height: 695px;
    background-image: url('../../public/images/faq-paralax.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.texto-wpp {
    transform: translate(15px, 43px);
    font-weight: bold;
}

.linha {
    border: 0.9px solid;
    width: 65px;
    transform: translate(15px, 21px);
    margin-top: 9px;
    margin-bottom: 9px;
}

.icon-box-chat {
    transform: translate(11px, 21px);
}

.texto-chat {
    transform: translate(13px, 24px);
    margin-left: 17px;
    font-weight: bold;
}

button.revela-box {
    position: fixed;
    padding: 0px 9px;
    background-color: #34adef;
    border: 1px solid #35b0ef;
    right: 0px;
    transform: translate(0, 83px);
    display: none;
    font-size: 20px;
    color: #fff;
}
