.contFix-cont {
    position: fixed;
    bottom: -250px;
    right: 20px;
    z-index: 1;
    background: #3cb371;
    border-radius: 5px;
    font-size: 1.5rem;
    color: #ffffff;
    border: 1px solid #999;
    transition: 0.5s
}

.contFix-cont h3,
.contFix-cont p {
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.contFix-cont:hover {
    bottom: 5px;
}

.contFix-titulo {
    font-family: merienda;
    text-shadow: 1px 1px 1px black;
    padding: 5px 20px;
}

.contFix-cont > p {
    text-shadow: 1px 1px 1px black;
    padding: 5px 20px;
}

.contFix-items {
    display: flex; display: -ms-flexbox; -moz-display: flex;;
    flex-direction: column; -ms-flex-direction: column;
    width: 100%;
}

.contFix-items label {
    text-align: center;
    background: #FDFFFC;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    color: #292929;/* 007991 */
    padding: 10px 0;
}

.contFix-items  input[type=checkbox] + label {
    display: inline-flex;
    cursor: pointer;
    padding: 0.5rem;
    align-items: center;
}

.contFix-items input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #444;
    border-radius: 0.2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
.contFix-items input[type=checkbox] + label:active:before {
    transform: scale(0);
}

.contFix-items  input[type=checkbox] {
    display: none
}

.contFix-items input[type=checkbox]:checked + label:before {
    background-color: MediumSeaGreen;
    border-color: MediumSeaGreen;
    color: #eee;
}

.contFix-button {
    width: inherit;
    text-align: center;
    padding: 10px;
}

.contFix-button a {
    color: #eee;
    text-shadow: 1px 1px 1px black;
    text-align: center;
    position: relative;
    z-index: 4;
}

.contFix-button a::after {
    content: '';
    position: absolute;
    height: 50%;
    width: calc(100% + 14px);
    bottom: -2px;
    left: -10px;
    z-index: 2;
    border: 2px solid #eee;
    border-top: none;
    box-shadow: 0px 1px 2px #444;
}


#whatsapp{
        position:fixed;
        bottom:20px;
        right:20px;
        background:#4ecb5c;
        z-index: 1;
        padding:10px 20px;
        border-radius:15px;
        }

#whatsapp img {
    height: 50px;
}

@media (max-width: 600px) {
    .contFix-cont {
        border-radius: none;
        width: 100%;
        right: 0;
        font-size: 1.3rem;
        bottom: -230px;
    }
    #whatsapp{
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0px;
        padding: 3px 0px;
    }
    #whatsapp img{
        display: table;
        margin: 0 auto;
        height: 50px !important;
        padding: 2px;
    }
}

/* <link rel="stylesheet" href="../css/contatoFixo.css">

<div class="contFix-cont">
    <h3 class="contFix-titulo">
        Fale conosco agora! &darr;
    </h3>
    <p>Selecione o assunto:</p>
    <div class="contFix-items">
        <span class="contFix-perf">Perfuração</span>
        <span class="contFix-manu">Manutenção</span>
        <span class="contFix-piezo">Painéis de Comando</span>
    </div>
    <div class="contFix-button">
        <a href="https://api.whatsapp.com/send?phone=5564999678852&text=Gostaria de fazer um orçamento!!" target="_blank">
                <i class="fab fa-whatsapp"> </i> &#160;Clique Aqui!
        </a>
    </div>
</div>
*/
