/* WHATSAPP PLUGIN */

.whatsapp_section {
    max-width: 60px;
    height: 60px;
    width: 100%;
    padding: 0 !important;
    background-color: #00C954;
    border-radius: 72%;
    position: fixed;
    bottom: 2em;
    display: flex;
    transition: all 150ms ease-in;
    cursor: pointer;
    right: 2em;
    z-index: 999;
}

.wpta_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.whatsapp_btn a img {
    max-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

.whatsapp_section .et_pb_row_19 {
    padding: 0;
}

.whatsapp_btn a {
    display: flex;
    align-items: center;
}

.whatsapp_section:hover {
    box-shadow: 1px 1px 10px black;
}