﻿.wp_input {
    margin: 0px 5px 16px 5px;
    padding: 12px 10px;
    display: block;
    width: -webkit-fill-available;
    min-width: 95%;
    border: 1px solid #fff;
    border-radius: 6px;
}
.wp_input:focus{
    outline:none;
}
.wp_iniciar {
    display: block;
    text-align: center;
    margin: 20px 5px 5px 5px;
    padding: 15px;
    color: #fff;
    border-radius: 9px;
    background-color: rgba(83,164,81,1);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto';
}
.wp_iniciar:hover{
    color:#fff;
    background-color: rgba(83,164,81,1);
    opacity:0.8;
    text-decoration:none;
}
.wp_iniciar:focus{
    color:#fff;
    text-decoration:none;
}

.wp_cabecalho{
    background-color: rgb(38, 92, 84);
    padding: 20px 76px 20px 15px;
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto';
}

.form_whatsapp{
    max-width: 550px;
    right: 12px;
    position: absolute;
    padding: 20px;
    bottom:0;
}

.box_whatsapp{
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 85%);
    height: 100%;
    width: 100%;
    z-index: 999;
}
.wp_form {
    background-color: rgb(235, 229, 222);
    padding: 20px;
    text-align: center;
}

.wp_close{
    position: absolute;
    right: 0;
    margin-right: 30px;
    top: 0;
    margin-top: 25px;
}

.wp_close svg{
    width: 12px;
    height: 12px;
    fill: #ffffff;
}

.wp_cta {
    position: fixed;
    bottom: 0;
    margin-bottom: 45px;
    right: 0;
    margin-right: 40px;
    z-index: 9998;
}
    .wp_cta img {
        animation: wptransform 1.5s alternate infinite 3s;
        width: 80px;
    }
.wp_cta:hover{
    opacity:0.9;
}

@keyframes wptransform {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

#wp_br{
    display:none;
}
#wp_en{
    display:none;
}

.wp_visible{
    display:block !important;
}

.invalido{
    box-shadow: 0 0 2px #d70000;
    border: 1px solid #ff8181;
}
