:root {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.no-webp .box-chat {
    background: url(/public/uploads/bg-chat.webp) 0 0 no-repeat
}

.webp .box-chat {
    background: url(/public/uploads/bg-chat.webp) 0 0 no-repeat
}

.whatsApp_widget {
    bottom: 10px;
    position: fixed;
    right: 10px;
    z-index: 999
}

.whatsApp_widget .btn-whatsapp i {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    color: #fff;
    font-size: 1.625rem
}

.whatsApp_widget .box-chat {
    background-size: 380px;
    border-radius: 6px;
    bottom: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: none;
    position: absolute;
    right: 10px;
    width: 280px;
    z-index: 9999
}

.whatsApp_widget .box-chat .close-widget-top {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 14px;
    width: 22px;
    z-index: 99999
}

.whatsApp_widget .box-chat .head {
    background: #00bfa5;
    border-radius: 6px 6px 0 0;
    color: #fff;
    overflow: hidden;
    padding: 10px 14px
}

.whatsApp_widget .box-chat .head figure {
    background: #fff;
    border-radius: 50%;
    float: left;
    height: 36px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 36px
}

.whatsApp_widget .box-chat .head figure img {
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    width: 100%
}

.whatsApp_widget .box-chat .head .fa-whatsapp {
    font-size: 1.375rem;
    margin-top: 5px;
    display: none
}

.whatsApp_widget .box-chat .head .empresa {
    color: #fff;
    font-size: 13px;
    line-height: .9375rem;
    margin-left: 40px;
    padding-left: 4px
}

.whatsApp_widget .box-chat .head .empresa span {
    display: block
}

.whatsApp_widget .box-chat .head .empresa .tt1 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.whatsApp_widget .box-chat .head .empresa .tt2 {
    font-weight: 700
}

.whatsApp_widget .box-chat .head .phone {
    background: #00bfa5;
    border: 1px solid #00bfa5;
    border-radius: 50%;
    display: inline-block;
    height: 34px;
    position: relative;
    top: 2px;
    vertical-align: middle;
    width: 34px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.whatsApp_widget .box-chat .head .phone:hover {
    border: 1px solid #00bfa5;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .2)
}

.whatsApp_widget .box-chat .head .phone a {
    color: #fff;
    display: block;
    height: 30px;
    width: 30px
}

.whatsApp_widget .box-chat .head .phone i {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute
}

.whatsApp_widget .box-chat .head .close-widget {
    display: inline-block;
    font-size: 1.125rem;
    margin-left: 8px;
    padding: 8px 6px 0;
    vertical-align: middle
}

.whatsApp_widget .box-chat .head .close-widget a {
    color: #00bfa5
}

.whatsApp_widget .box-chat .head .close-widget a:hover {
    color: #00bfa5
}

.whatsApp_widget .box-chat .body {
    font-size: .8125rem;
    padding: 15px
}

.whatsApp_widget .box-chat .body .tag-label {
    background: #d4eaf4;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px 0 hsla(35, 14%, 59%, .32), 0 0 1px 0 #a39f98;
    box-shadow: 0 1px 1px 0 hsla(35, 14%, 59%, .32), 0 0 1px 0 #a39f98;
    color: #686868;
    margin: 0 auto 15px;
    padding: 3px 6px;
    width: 34px
}

.whatsApp_widget .box-chat .body .welcome_text {
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .09);
    line-height: 1rem;
    margin: 4px 0;
    padding: 10px 10px 8px
}

.whatsApp_widget .box-chat .body .welcome_text #msg-time {
    color: #999;
    display: block;
    font-size: .6875rem;
    text-align: right
}

.whatsApp_widget .box-chat .foot {
    background: hsla(0, 0%, 100%, .5);
    border-radius: 0 0 6px 6px;
    padding: 15px;
    width: 100%
}

.whatsApp_widget .box-chat .foot a {
    color: #fff;
    display: block;
    text-decoration: none
}

.whatsApp_widget .box-chat .foot .input-group-text {
    cursor: pointer
}

.whatsApp_widget .box-chat .foot .form-control {
    resize: none
}

.whatsApp_widget .box-chat .foot .send_msg {
    background: #00bfa5;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
    color: #fff;
    height: 40px;
    line-height: 2.5rem;
    padding: 0 12px;
    position: relative;
    width: 100%
}

.whatsApp_widget .box-chat .foot .send_msg i.mdi-send {
    border-left: 1px solid #00bfa5;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px
}

.whatsApp_widget .sonar-wrapper {
    margin: auto;
    padding: 12px 10px 10px;
    z-index: 0
}

.whatsApp_widget .sonar-wrapper .sonar-emitter {
    background-color: #00bfa5;
    border-radius: 9999px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    height: 48px;
    margin: auto;
    position: relative;
    width: 48px
}

.whatsApp_widget .sonar-wrapper .sonar-wave {
    background-color: #00bfa5;
    border-radius: 9999px;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.whatsApp_widget .sonar-wave {
    -webkit-animation: sonarWave 1.5s linear infinite;
    animation: sonarWave 1.5s linear infinite
}

@-webkit-keyframes sonarWave {
    0% {
        opacity: .6
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes sonarWave {
    0% {
        opacity: .6
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.arrow_box {
    background: #00bfa5;
    border: 1px solid #cdcdcd;
    position: relative
}

.arrow_box:after,
.arrow_box:before {
    border: solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0
}

.arrow_box:after {
    border-color: rgba(99, 213, 58, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px
}

.arrow_box:before {
    border-color: transparent;
    border-right-color: #cdcdcd;
    border-width: 11px;
    margin-top: -11px
}