@font-face {
    font-family: raleway;
    src: url('../fonts/Raleway-Regular.ttf') format("truetype");
}

@font-face {
    font-family: roboto;
    src: url('../fonts/Roboto-Regular.ttf') format("truetype");
}

body {
    max-width: 100vw;
    overflow-x: hidden;
}

a {
    margin: 0px;
    border: 0px solid #000000;
    color: white;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.menu-topo {
    width: 100vw;
    height: 40px;
    top: 0px;
    position: fixed;
    z-index: 10;
    background-color: #853921;
    box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
    .menu-topo {
        height: 60px;
    }
}

.grid-menu-topo {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    height: 100%;
    width: 100%;
    box-shadow: 0 3 9;
}

@media screen and (max-width: 768px) {
    .grid-menu-topo {
        grid-template-columns: 1fr 3fr 1fr;
    }
}

.icons-menu-topo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-row: 1/2;
    grid-column: 9/12;
}

@media screen and (max-width: 768px) {
    .icons-menu-topo {
        display: flex;
        grid-row: 1/2;
        grid-column: 2/3;
        justify-content: center;
    }
}

.img-icons-menu-topo {
    height: 17px;
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.8s ease-out;
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
}

.img-icons-menu-topo:hover {
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transform: scale(1.35);
    opacity: 1;
}

.img-whats-menu-topo {
    height: 17px;
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.8s ease-out;
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
}

.img-whats-menu-topo:hover {
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transform: scale(1.35);
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .img-whats-menu-topo {
        display: none;
    }
}

.bkg-home {
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    z-index: -2;
    background-color: #180000;
}

@media screen and (max-width: 768px) {
    .bkg-home {
        display: none;
    }
}

.bkg-home-resp {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    grid-template-rows: 1fr 3.0fr 1fr 1fr 1fr;
    grid-gap: 5px;
    z-index: -2;
    background-color: #180000;
}

@media screen and (min-width: 769px) {
    .bkg-home-resp {
        display: none;
    }
}

.bkg-home-foto {
    z-index: 0;
    background-image: url('../images/livrospb.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.15;
    background-attachment: fixed;
    grid-row: 1/11;
    grid-column: 1/13;
}

.bkg-home-foto-resp {
    z-index: 0;
    background-image: url('../images/livrospb.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.15;
    background-attachment: fixed;
    grid-row: 1/7;
    grid-column: 1/4;
}

.logo-home {
    grid-row: 3/6;
    grid-column: 3/6;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: flex-start;
}

.logo-home-resp {
    grid-row: 2/3;
    grid-column: 2/3;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.img-logo-home {
    width: 70%;
    opacity: 0.9;
}

.img-logo-home-resp {
    width: 85%;
    opacity: 0.9;
}

.menu-home {
    display: flex;
    z-index: 1;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
    grid-row: 3/6;
    grid-column: 6/11;
}

@media screen and (max-width: 768px) {
    .menu-home {
        display: none;
    }
}

.menu-item {
    margin-left: 1.75em;
    opacity: 0.7;
    font-family: raleway;
    color: #ffffff;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    background-color: transparent;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-item:hover {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    opacity: 1;
}

.tracos {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    grid-column: 3/6;
    grid-row: 6/9;
}

.img-tracos {
    width: 100%;
    height: 50%;
    opacity: 0.5;
}

.contatos-home {
    grid-column: 7/11;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-gap: 5px;
    grid-row: 6/9;
}

.contatos-home-resp {
    grid-column: 2/3;
    grid-row: 3/4;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3fr 1fr;
    justify-content: center;
    align-items: center;
}

.telefone-fixo {
    display: flex;
    color: #ffffff;
    align-items: flex-end;
    justify-content: flex-end;
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 1.5em;
    margin-bottom: 0px;
}

.telefone-celular {
    display: flex;
    color: #ffffff;
    align-items: flex-end;
    justify-content: flex-end;
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 1.5em;
    margin-bottom: 0px;
}

.email {
    display: flex;
    color: #ffffff;
    align-items: flex-end;
    justify-content: flex-end;
    grid-row: 2/3;
    grid-column: 1/2;
    font-size: 0.8em;
    margin-bottom: 0px;
    height: 100%;
    text-align: right;
    opacity: 0.7;
    font-family: raleway;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
}

.email:hover {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    opacity: 1;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    font-size: 0.9em;
}

.email-rodape {
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
}

.email-rodape:hover {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    opacity: 1;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    font-size: 1em;
    color: white;
}

.email-resp {
    display: flex;
    color: #ffffff;
    align-items: flex-start;
    justify-content: center;
    grid-row: 2/3;
    grid-column: 1/2;
    font-size: 0.6em;
    text-align: center;
    opacity: 0.6;
    font-family: raleway;
}

.telefones-home {
    display: flex;
    justify-content: flex-end;
    grid-row: 1/2;
    grid-column: 1/2;
    color: #ffffff;
    font-size: 2em;
    height: 100%;
    align-items: flex-end;
    text-align: right;
    opacity: 0.6;
    font-family: roboto;
}

.telefones-home-resp {
    grid-row: 1/2;
    grid-column: 1/2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    font-size: 1.5em;
    height: 100%;
    text-align: center;
    opacity: 0.6;
    font-family: roboto;
}

.icon-whats-home {
    height: 20px;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
}

.icon-whats-home:hover {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transform: scale(1.2);
    opacity: 1;
}

.endereco-home {
    grid-row: 9/10;
    grid-column: 3/11;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.texto-endereco-home {
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 0.9em;
    font-family: raleway;
}

.assinatura {
    grid-row: 10/11;
    grid-column: 10/13;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assinatura-resp {
    grid-row: 5/6;
    grid-column: 2/3;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assinatura-resp-footer {
    grid-row: 5/6;
    grid-column: 2/3;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.assinatura-texto {
    color: #ffffff;
    text-align: right;
    font-size: 8px;
    opacity: 0.6;
    font-family: raleway;
}

.img-assinatura {
    height: 12px;
}

.endereco-menu-topo {
    grid-row: 1/2;
    grid-column: 2/9;
    display: flex;
    align-items: center;
}

.endereco-home-resp {
    grid-row: 4/5;
    grid-column: 2/3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.endereco-resp {
    color: #fff;
    font-family: raleway;
    font-size: 0.6em;
    opacity: 0.6;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .endereco-menu-topo {
        display: none;
    }
}

.link-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-normal {
    width: 100%;
    height: 40px;
    margin-top: 40px;
    z-index: 9;
    background-color: #535353;
}

@media screen and (max-width: 768px) {
    .menu-normal {
        display: none;
    }
}

.grid-menu-normal {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

.logo-menu-normal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-row: 1/2;
    grid-column: 3/6;
    max-height: 100%;
}

.image-logo-menu {
    height: 20px;
}

.links-menu-normal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-row: 1/2;
    grid-column: 6/11;
}

.telefone-menu-topo {
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 0.75em;
    font-family: roboto;
    font-weight: bolder;
}

.bkg-pages {
    width: 100vw;
    height: 100vh;
    top: 0px;
    position: fixed;
    z-index: -10;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../images/acordopb.jpg');
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .bkg-pages {
        display: none;
    }
}

.bkg-pages-resp {
    width: 100vw;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    grid-template-rows: auto auto auto auto;
    z-index: -2;
    background-color: #ffffff;
}

@media screen and (min-width: 769px) {
    .bkg-pages-resp {
        display: none;
    }
}

.conteudo-pages-resp {
    width: 100%;
    grid-row: 3/4;
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    grid-template-rows: auto auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .conteudo-pages-resp {
        display: none;
    }
}

.titulo-pages-resp {
    display: flex;
    grid-row: 1/2;
    grid-column: 2/3;
    align-items: flex-start;
    justify-content: flex-start;
}

.titulo-resp {
    color: #853921;
    font-family: raleway;
    text-align: left;
}

.texto-pages-resp {
    display: flex;
    grid-row: 2/3;
    grid-column: 2/3;
    align-items: flex-start;
    justify-content: center;
}

.texto-resp {
    color: #535353;
    font-family: raleway;
    text-align: justify;
    white-space: normal;
    font-size: 0.8em;
}

.img-bkg-pages {
}

.grid-bkg-pages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 70px auto;
}

@media screen and (max-width: 768px) {
    .grid-bkg-pages {
        display: none;
    }
}

.retangulo-texto-page {
    opacity: 0.7;
    background-color: #ffffff;
    grid-row: 2/3;
    grid-column: 3/11;
    height: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 100px auto;
    grid-gap: 10px;
    margin-bottom: 75px;
    border: 1px solid #535353;
}

.titulo-pagina {
    font-family: raleway;
    color: #853921;
}

.div-titulo-pagina {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-row: 1/2;
    grid-column: 1/2;
    padding-left: 3em;
    padding-right: 3em;
}

.div-texto-pagina {
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    grid-row: 2/3;
    grid-column: 1/3;
}

.texto-pagina {
    font-family: raleway;
    text-align: justify;
}

.footer {
    min-height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #535353;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
}

@media screen and (max-width: 768px) {
    .footer {
        display: none;
    }
}

.footer-resp {
    width: 100%;
    grid-row: 4/5;
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    grid-template-rows: auto auto auto auto auto;
    padding-top: 30px;
    padding-bottom: 5px;
    background-color: #535353;
}

@media screen and (min-width: 769px) {
    .footer-resp {
        display: none;
    }
}

.footer-titulo-resp01 {
    display: flex;
    grid-row: 1/2;
    grid-column: 2/3;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-titulo-resp02 {
    display: flex;
    grid-row: 3/4;
    grid-column: 2/3;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-titulo-resp {
    color: #fff;
    font-family: raleway;
    text-align: left;
    font-weight: bold;
}

.footer-conteudo-resp01 {
    display: flex;
    grid-row: 2/3;
    grid-column: 2/3;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-conteudo-resp02 {
    display: flex;
    grid-row: 4/5;
    grid-column: 2/3;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-google-resp {
    height: 200px;
    width: 100%;
}

.footer-conteudo-resp {
    color: #fff;
    font-family: raleway;
    text-align: left;
    font-size: 0.8em;
}

.logo-footer {
    grid-row: 1/3;
    grid-column: 1/2;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #853921;
}

.grid-footer {
    grid-row: 1/2;
    grid-column: 3/11;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 3fr;
    min-height: 50px;
}

.img-logo-footer {
    max-width: 90%;
}

.endereco-footer {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    border-right: 2px solid #853921;
    align-items: flex-start;
    justify-content: center;
    grid-row: 2/3;
    grid-column: 2/3;
}

.texto-endereco-footer {
    font-family: raleway;
    color: #ffffff;
    font-size: 10px;
}

.titulo-footer {
    font-family: raleway;
    font-size: 16;
    color: #ffffff;
    font-weight: bolder;
    text-align: left;
}

.titulo-col2-footer {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    border-right: 2px solid #853921;
    align-items: center;
    justify-content: flex-start;
    grid-row: 1/2;
    grid-column: 2/3;
}

.titulo-col3-footer {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-row: 1/2;
    grid-column: 3/4;
    border-right-style: none;
    border-right-color: #853921;
}

.mapa-footer {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-row: 2/3;
    grid-column: 3/4;
}

.assinatura-footer {
    padding-top: 20px;
    grid-row: 2/3;
    grid-column: 10/13;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tamanho-form {
    width: 100%;
}

.div-texto-contato {
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    grid-row: 2/3;
    grid-column: 1/3;
}

.tamanho-input {
    width: 100%;
    border-radius: 0.1em;
    padding: 10px 5px;
    border: 2px solid #535353;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: raleway;
    color: #535353;
}

.tamanho-input:focus {
    border: 3px solid #535353;
    box-shadow: 2px 2px 7px 0 rgba(53, 53, 53, 0.5), -2px -2px 7px 0 rgba(53, 53, 53, 0.5);
}

.tamanho-text-area {
    width: 100%;
    border-radius: 0.1em;
    padding: 10px 5px;
    border: 2px solid #535353;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: raleway;
    color: #535353;
}

.tamanho-text-area:focus {
    border: 3px solid #535353;
    box-shadow: 2px 2px 7px 0 rgba(53, 53, 53, 0.5), -2px -2px 7px 0 rgba(53, 53, 53, 0.5);
}

.btn-form {
    border-radius: 2px;
    font-family: raleway;
    color: #535353;
    background-color: #ffffff;
    border: 2px solid #535353;
    padding: 5px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-form:hover {
    color: #fff;
    background-color: #535353;
}

.menu-responsivo {
    width: 100vw;
}

@media screen and (max-width: 768px) {
    .menu-responsivo {
        height: 60px;
        margin-top: 60px;
        grid-column: 1/4;
        grid-row: 1/2;
        position: relative;
    }
}

@media screen and (min-width: 769px) {
    .menu-responsivo {
        display: none;
    }
}

.grid-menu-responsivo {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows: 100%;
    height: 100%;
}

.grid-menu-responsivo-pages {
    grid-column: 2/3;
    grid-row: 1/2;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: 100%;
    height: 100%;
}

.menu-responsivo-pages {
    width: 100vw;
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
    grid-template-rows: 1fr;
    background-color: #535353;
}

@media screen and (max-width: 768px) {
    .menu-responsivo-pages {
        height: 60px;
        margin-top: 60px;
        grid-column: 1/4;
        grid-row: 1/2;
        position: relative;
    }
}

@media screen and (min-width: 769px) {
    .menu-responsivo-pages {
        display: none;
    }
}

.telefone-menu-responsivo {
    display: flex;
    grid-column: 1/2;
    grid-row: 1/2;
    justify-content: flex-start;
    align-items: center;
}

.texto-telefone-menu-responsivo {
    color: #ffffff;
    margin-bottom: 0px;
    text-align: left;
    font-size: 0.6em;
    font-family: roboto;
    font-weight: bolder;
}

.botao-menu {
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 1/2;
    grid-column: 2/3;
}

.botao-menu-pages {
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 1/2;
    grid-column: 2/3;
}

.botao-menu-hamburger {
    font-size: 1.75em;
    color: white;
    z-index: 20;
}

.botao-menu-hamburger:hover {
    color: #c9c9c9;
}

.botao-menu-hamburger:active {
    font-size: 2em;
    color: white;
}

.mysidenav-resp {
}

@media screen and (min-width: 768px) {
    .mysidenav-resp {
        display: none;
    }
}

/*=== MENU ===*/
/* The sidebar menu */
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 22; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #180000; /* Black*/
    opacity: 0.95;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

@media screen and (min-width: 768px) {
    #main {
        display: none;
    }
}

/* The sidebar links */
.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.link-sidenav {
    font-family: raleway;
    font-size: 1.2em;
    color: white;
}

/* The button used to open the sidebar */
.openbtn {
    font-size: 2em;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: transparent;
    color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s; /* If you want a transition effect */
    z-index: 21;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

.foto-bkg-pages {
    height: 75px;
    width: 100%;
    grid-row: 2/3;
    grid-column: 1/4;
    background-image: url('../images/acordopb.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
    opacity: 0.5;
}

.fale-com-advogado {
    width: 100%;
    height: 50%;
    background-color: #ff0000;
    color: #ffffff;
    font-family: raleway;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 21;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -o-transition: 1s ease-out;
}

.fale-com-advogado:hover {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.fale-com-advogado-resp {
    width: 100%;
    height: 100%;
    z-index: 21;
    display: flex;
    text-align: center;
    background-color: #ff0000;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.texto-fale-com-advogado-resp {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.8em;
}