/*
Theme Name: Twenty Sixteen Child
Template: twentysixteen
*/

/* ===============================
   FORCAR CENTRALIZACAO TOTAL
   =============================== */

.site,
.site-inner,
.site-footer,
.footer-centralizado {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}

.footer-centralizado {
    padding: 40px 20px;
    margin: 0 auto;
}

.footer-centralizado p {
    margin: 12px 0;
    font-size: 14px;
    color: #333;
}

.empresa-nome {
    font-size: 18px;
}

/* ===============================
   MAPA
   =============================== */

.mapa-google {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.mapa-google iframe {
    width: 100%;
    height: 260px;
    border: 0;
    border-radius: 6px;
}

/* ===============================
   WHATSAPP
   =============================== */

.botao-whatsapp {
    display: inline-block;
    background: #0a7cff;
    color: #fff !important;
    padding: 14px 30px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
}

/* ===============================
   BOTAO COMO CHEGAR FLUTUANTE
   =============================== */

#como-chegar-flutuante {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
}

#como-chegar-flutuante a {
    display: inline-block;
    background: #0a7cff;
    color: #ffffff;
    padding: 14px 26px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    border: 3px solid #00c853;
    animation: piscar-verde 1.8s infinite;
}

/* ===============================
   ANIMACAO PISCANTE
   =============================== */

@keyframes piscar-verde {
    0%   { box-shadow: 0 0 5px #00c853; }
    50%  { box-shadow: 0 0 20px #00c853; }
    100% { box-shadow: 0 0 5px #00c853; }
}
