












/* Definições de CSS do tema personalizado */

/*RECURSO DO BOTÃO WHATSAPP*/

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(73 154 80 / 0.8)0%)
}
70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
}
}
@keyframes pulse {
    10% {
        -moz-box-shadow: 0 0 0 0 rgb(62 130 80 / 0.8)130 67 / 80%) 108 62);
    box-shadow: 0 0 0 0 rgb(95 188 80 / 80%);
}
80% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
}
100% {
    -moz-box-shadow: 0 0 0 0 rgb(64 132 80 / 80%);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
}
}
#iluriaWhatsappWidget {
    animation: pulse 1s infinite;
    border-radius: 50%;
    text-align: center;
}

#social-media-icons {
    display: flex;
    margin-top: 15px;
    min-width: 180px;
    justify-content: center;
}

.security-stamps-container {
    margin-top: 16px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.security-stamps-container {
    margin-top: 1px;
}

#social-media-icons {
    margin-top: 1px;
}

#canvas-inner-body {
    padding-bottom: 5px;
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
}

/* se não exibir, fazer ajuste 08/07
#iluria-popup-container .iluria-popup img {
    /* display: none; */
}
*/