/* ========================
Botão whatsapp
======================== */
.whatsapp-container {
    background-color: #EFEAE2;
    position:fixed;
    width:310px;
    height:240px;
    bottom:50px;
    right:50px;
    z-index:999;
    font-size:16px;
    color:#404040 !important;
    font-weight:300 !important;
    border-radius:5px;
    display:none;

}
.whatsapp-container-x {
    position: absolute;
    top:10px;
    right:10px;
    border: 1px solid white;
    color:white;
    padding:0px 5px 0px 5px;
    border-radius:50%;
    font-weight:bold;
    font-size:12px;
    cursor:pointer;
}
.whatsapp-container-header {
    border-radius:5px 5px 0px 0px;
    color:white;
    background-color:#0F5349;
    width:100%;
    font-size:18px;
    padding:10px 20px;
}

.whatsapp-container input {
    border-radius: 20px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left:15px;
    height:40px;
    font-size:14px;
}
.whatsapp-submit {
    background:linear-gradient(to right, #0F5349, #0F5349);
    padding:10px 10px;
    font-size:14px;
    border: none;
    color: white;
}
.whatsapp-float {
    position:fixed;
    width:50px;
    height:50px;
    bottom:20px;
    right:20px;
    background-color:#25d366;
    color:#FFF !important;
    border-radius:40px;
    font-size:30px;
    z-index:100;
    box-shadow: 2px 2px 3px rgb(0, 0, 0, 0.28);
    transition: 0.3s;
    cursor:pointer;
}
.whatsapp-float:hover {
    bottom:22px;
    right:22px;
}
.whatsapp-my-float {
    bottom:10px;
    position:absolute;
    left: 13px;
}


/* =========================
Select button
========================= */
.whatsapp-container .select-multiple {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    border:none!important;
    background-image: none;
    background: #5c6664;
    color: #fff;
    flex: 1;
    padding: 0 20px;
    cursor:pointer;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border-radius:20px;
    border:none !important;
}
.whatsapp-container .select-multiple::-ms-expand {
    display: none;
}
.whatsapp-container .select {
    border-radius:20px;
    position: relative;
    display: flex;
    height: 40px;
    line-height: 3;
    overflow: hidden;
    width:100%;
}
.whatsapp-container .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #2b2e2e;
    cursor:pointer;
    pointer-events:none;
    transition:.25s all ease;
}
.whatsapp-container .select:hover::after {
    color: #23b499;
}




/*  Contact info */
.form-control:focus { 
    border-color: #AE9C5E !important
    /*linear-gradient(to left, #72542D, #AE9C5E) !important*/
}
.btn-appsun {
    color: white;
    padding: 15px 30px;
    width: auto;
    text-align: center;
    font-size: 16px;
    display: inline;
    margin: auto;
    border-radius: 5px;
    background: linear-gradient(to left, #72542D, #AE9C5E) !important;
    cursor: pointer;
}