﻿.imagem-servico {
    width: 100%;
    margin-bottom: 15px;
}

.whatsapp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2147483646;
}

.icone-whatsapp {
    display: block;
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 85px;
}

.cor-primaria {
    color: #348fe2;
}

.fonte-clientes {
    color: #dddddd;
}

.logo-cliente {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.container-logo-cliente {
    padding-left: 50px !important;
    padding-right: 50px !important;
    text-align: center;
    margin-bottom: 75px;
}

.legenda-cliente {
    margin-top: 10px;
    font-weight: bold;
}

.quadro-clientes {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #242a30;
    color: #707478;
    padding: 20px;
    z-index: 2147483647;
    -webkit-box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.64);
    box-shadow: 0px 0px 19px 3px rgba(0,0,0,0.64);
    text-align: center;
}

.btn-cookies {
    margin-top: 6px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}