#whatsApp * {
    user-select: none;
    -webkit-user-selct: none;
}
#whatsApp.page .whatsdiv {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    bottom: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) translateY(-50%) translateX(-50%) !important;
    -moz-transform: scale(1) translateY(-50%) translateX(-50%) !important;
    -ms-transform: scale(1) translateY(-50%) translateX(-50%) !important;
    -o-transform: scale(1) translateY(-50%) translateX(-50%) !important;
    transform: scale(1) translateY(-50%) translateX(-50%) !important;
}
#whatsApp .backshadow {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 9998;
    display: none;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#whatsApp .backshadow.open {
    display: block;
}
#whatsApp .backshadow.show {
    opacity: 1;
}
#whatsApp .backgroundzap {
    background-color: #eee7de;
    width: 100vw;
    height: 100vh;
    display: block;
    opacity: 1;
    position: relative;
}
#whatsApp .backgroundzap:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
}
#whatsApp .backgroundzap .topo {
    padding: 30px 50px;
    color: #fff;
    width: 100vw;
    background-color: #55bca6;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
    #whatsApp .backgroundzap .topo {
        text-align: center;
    }
}
#whatsApp .backgroundzap .topo img {
    vertical-align: -12px;
    margin-right: 15px;
    max-width: 35px;
}
#whatsApp .whatsdiv {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: fixed;
    background-color: #eee7de;
    right: 25px;
    bottom: 25px;
    z-index: 10000;
    overflow: hidden;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.001);
    transform: scale(0.0001);
    width: 0px;
    height: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#whatsApp .whatsdiv.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: 280px;
    width: 480px;
}
@media only screen and (max-width: 991px) {
    #whatsApp .whatsdiv.show {
        width: 100%;
        max-width: 480px;
        bottom: inherit;
        top: 50%;
        left: 50%;
        height: auto;
        -webkit-transform: scale(1) translateY(-50%) translateX(-50%);
        -moz-transform: scale(1) translateY(-50%) translateX(-50%);
        -ms-transform: scale(1) translateY(-50%) translateX(-50%);
        -o-transform: scale(1) translateY(-50%) translateX(-50%);
        transform: scale(1) translateY(-50%) translateX(-50%);
    }
}
@media only screen and (max-width: 767px) {
    #whatsApp .whatsdiv.show {
        width: calc(100% - 30px);
    }
}
#whatsApp .whatsdiv .step {
    height: 0px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
}
#whatsApp .whatsdiv .step.show {
    height: 280px;
    z-index: 1000;
}
@media only screen and (max-width: 991px) {
    #whatsApp .whatsdiv .step.show {
        height: auto;
    }
}
#whatsApp .whatsdiv .header {
    background-color: #2bbea4;
    padding: 15px 25px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
    #whatsApp .whatsdiv .header {
        padding: 15px;
        text-align: center;
        line-height: 16px;
    }
}
#whatsApp .whatsdiv .header i {
    font-size: 22px;
    vertical-align: -3px;
    margin-right: 7px;
}
#whatsApp .whatsdiv .header img {
    max-width: 19px;
    margin-right: 7px;
    vertical-align: -4px;
}
#whatsApp .whatsdiv .header span {
    display: inline;
}
#whatsApp .whatsdiv .body {
    padding: 30px 50px;
}
@media only screen and (max-width: 991px) {
    #whatsApp .whatsdiv .body {
        padding: 15px;
    }
}
#whatsApp .whatsdiv .body form {
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    margin-top: -30px;
}
@media only screen and (max-width: 991px) {
    #whatsApp .whatsdiv .body form {
        margin-top: 0px;
        padding: 15px;
    }
}
#whatsApp .whatsdiv .body form input {
    padding: 10px;
    border: 1px #d3d3d5 solid;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
}
#whatsApp .whatsdiv .body form .mauticform-row.mauticform-has-error input {
    background-color: rgba(255, 0, 0, 0.022);
    border: 1px #f4662f solid;
}
#whatsApp .whatsdiv .body form .mauticform-errormsg {
    display: none;
}
#whatsApp .whatsdiv .body button {
    border: none;
    display: block;
    margin: 0 auto;
    background-color: #6cdf84;
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    outline: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
#whatsApp .whatsdiv .body button:hover {
    background-color: #2bbea4;
    color: #fff;
}
#whatsApp .whatsdiv .body button:not(:last-child) {
    margin-bottom: 10px;
}
#whatsApp .whatsIcon {
    position: fixed;
    bottom: 15px;
    right: 25px;
    z-index: 9998;
    background-color: #25d366;
    color: #fff;
    text-decoration: none;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#whatsApp .whatsIcon.hidden {
    width: 0px;
    height: 0px;
    font-size: 0px;
    opacity: 0;
}
#whatsApp .whatsIcon img {
    max-width: 25px;
} /*# sourceMappingURL=style.css.map */
