.form-group {
    /*height: 68px;*/
    margin-bottom: 25px;
}

.form-group.mensagem {
    height: 118px;
    margin-bottom: 6px;
}

.form-group.recaptcha {
    height: 86px;
    margin-top: 15px;
}

.contact-info {float: left;}

#tooltipErro {
    color: red;
    font-size: 11px
}

.alertaBox {
    padding: 10px 20px;
    margin-bottom: 20px;
    font-weight: bold
}

.alertaBox.sucesso {
    background-color: #dff0d8;
    color: #3d7d23
}

.alertaBox.erro {
    background-color: #e6857e;
    color: #8e342e
}

#whatsapp {
    bottom: -150px;
    right: 50px;
    display: inline-block;
    position: fixed;
    z-index: 99999999;
    width: 320px;
    height: 244px;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s
}

#whatsapp .whatsappToogle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2003;
    cursor: pointer
}

#whatsapp.up {
    bottom: 0px;
    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s;
    right: 2%;
    margin-right: 0px;
}

#whatsapp .img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 2001;
    width: 320px;
    height: 250px
}

#whatsapp .img.active {
    display: inline-block
}

#whatsapp .whatsapp1 {
    background: url(whtspp-1.png)
}

#whatsapp .whatsapp2 {
    background: url(whtspp-2.png)
}

.msgWhats {
    width: 268px !important;
    height: 43px !important;
    background-color: transparent !important;
    border: none !important;
    background-repeat: no-repeat;
    background-size: 271px 43px;
    position: absolute;
    bottom: 11px;
    left: 2px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    background: url(whtspp-form-1.png) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 13px;
    z-index: 9999999999999999999999999999999;
}

#whatsapp .whatsapp0 {
    width: 170px;
    height: 47px;
    border-width: 3px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 10px;
    animation: pulse 2s infinite;
    margin-left: 150px;
}

.msgWhats.nada {
    background: transparent url(whtspp-form-2.png) !important
}

.msgWhats.pisca {
    background: transparent url(whtspp-form-1b.png) !important
}

.enviaWhats {
    width: 44px;
    height: 43px;
    background: transparent url(whtspp-form-3.png);
    position: absolute;
    bottom: 11px;
    right: 14px;
    cursor: pointer;
    z-index: 9999999999999999999999999999999;
}

#msgWhats:focus {
    outline: none
}

.slideUpIn {
    -webkit-animation: slideInBottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slideInBottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.slideUpOut {
    -webkit-animation: slideOutBottom 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: slideOutBottom 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both
}

@-webkit-keyframes slideInBottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideInBottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes slideOutBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
}

@keyframes slideOutBottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    10% {
        -moz-box-shadow: 0 0 0 0 #3a1c50;
        box-shadow: 0 0 0 0 #3a1c50
    }
    80% {
        -moz-box-shadow: 0 0 0 10px rgba(58, 28, 80, 0);
        box-shadow: 0 0 0 15px rgba(58, 28, 80, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(58, 28, 80, 0.3);
        box-shadow: 0 0 0 0 rgba(58, 28, 80, 0)
    }
}

@keyframes pulse {
    10% {
        -moz-box-shadow: 0 0 0 0 #3a1c50;
        box-shadow: 0 0 0 0 #3a1c50
    }
    80% {
        -moz-box-shadow: 0 0 0 10px rgba(58, 28, 80, 0);
        box-shadow: 0 0 0 15px rgba(58, 28, 80, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(58, 28, 80, 0.3);
        box-shadow: 0 0 0 0 rgba(58, 28, 80, 0)
    }
}