/*
Whatsapp
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('../../../../../../../use.fontawesome.com/releases/v5.0.7/css/all.css');



.whatsapp p {
    margin: 1px 0;
    text-align: left;
}

.whatsapp {
    font-family: 'Poppins', sans-serif !important;
    width: 380px;
    max-width: calc(100% - 40px);
    position: fixed;
    right: 20px;
    bottom: 90px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 9999999999;
}

.whatsapp__content {
    display: none;
    max-height: calc(100vh - 160px);
    background-color: #ffffff;
    overflow: auto;
}

.whatsapp__content::-webkit-scrollbar {
    width: 7px;
    background-color: rgb(209 216 212 / 70%);
}

.whatsapp__content::-webkit-scrollbar-thumb {
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.whatsapp__header {
    padding: 20px 25px 90px 25px;
    background: linear-gradient(180deg, #029374 0%, #00a884 100%);
}

.whatsapp__title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.8em;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    margin-top: 0;
}

.whatsapp__description {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.1em;
    color: #ffffff;
    text-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.08);
    margin-top: 0;
}

.whatsapp__header.is-scroll .whatsapp__title,
.whatsapp__header.is-scroll .whatsapp__description {
    opacity: 0.9;
}

.whatsapp__contact {
    width: 88%;
    padding: 15px;
    margin: 15px auto;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.whatsapp__contact--float {
    margin-top: -70px;
}

.whatsapp__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.whatsapp__avatar {
    width: 50px;
    margin-right: 12px;
    border: 4px solid #c0c4c3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.whatsapp__name {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.2em;
    color: #333333;
    font-weight: 500 !important;
}

.whatsapp__legend {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1em;
    color: #666666;
    margin-top: -5px !important;
}

.whatsapp__link {
    font-family: 'Poppins', sans-serif !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1em;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
    background-color: #1de9b6;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.whatsapp__link:hover,
.whatsapp__link:focus {
    color: #ffffff;
}

.whatsapp__icon__link {
    font-size: 1.4em;
    margin-right: 10px;
}

.whatsapp__button {
    font-family: 'Poppins', sans-serif !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 180px !important;
    position: fixed;
    right: 20px !important;
    bottom: 20px !important;
    font-size: 1em;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0 !important;
    background-color: #00a783;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out, height 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out, border-radius 0.2s ease-in-out;
}
.whatsapp__button:hover,
.whatsapp__button:focus {
    color: #ffffff;
}

.whatsapp__button span {
    font-family: 'Poppins', sans-serif !important;
    color: #ffffff;
}
.whatsapp__button i {
    color: #ffffff;
}


.whatsapp__icon--button {
    margin-right: 10px;
    font-size: 30px;
}



/* Posição do botão whatsApp Left */
.whatsapp__left {
    left: 20px !important;
    right: auto;
}
.whatsapp__left .whatsapp__button {
    left: 20px !important;
    right: auto;
}






/* 768px */
@media (max-width: 48em) {
    .whatsapp {
        right: 10px;
        bottom: 80px;
    }

    .whatsapp__button {
        width: 60px !important;
        height: 60px !important;
        right: 10px;
        bottom: 10px;
        -webkit-border-radius: 25%;
        -moz-border-radius: 25%;
        border-radius: 50%;
    }

    .whatsapp__icon--button {
        margin-right: 0;
    }

    .whatsapp__hidden {
        display: none;
    }
}


/**
 * VERSAO 2.0
 */
 .whatsapp__header .whatsapp__logo { 
    height: 45px;
}

.whatsapp__label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.whatsapp__field {
    color: #444444;
    font-weight: 500;
    background-color: #f1f1f1;
    border: none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    outline: none;
    width: 100%;
    padding: 0 8px;
}
.whatsapp__field:focus, 
.whatsapp__field:active {
    border: 0 !important;
    box-shadow: none !important;
}


.whatsapp__send {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 40px;
    background-color: #00a783;
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    outline: none;
    cursor: pointer;
}

.whatsapp__icon--send {
    width: 20px;
}




/**
 * VERSAO 2.1
 */

/* Formulario Lead */
.whatsapp__form-lead { display: flex; flex-direction: column; }

.whatsapp__form-lead .whatsapp__field { padding: 8px; margin-bottom: .5em; }

.whatsapp__form-lead .whatsapp__send { width: 100%; color: #FFF !important; font-weight: 500; }
.whatsapp__form-lead .whatsapp__send img { margin-right: 10px; }
.whatsapp__form-lead .whatsapp__send-disabled { background-color: #ccc; }