/* ========================
Botão wpp
======================== */
.wpp-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;

}
.wpp-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;
}
.wpp-container-header {
    border-radius:5px 5px 0px 0px;
    color:white;
    background-color:#0F5349;
    width:100%;
    font-size:18px;
    padding:10px 20px;
}

.wpp-container input {
    border-radius: 20px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left:15px;
    height:40px;
    font-size:14px;
}
.wpp-submit {
    background:linear-gradient(to right, #0F5349, #0F5349);
    padding:10px 10px;
    font-size:14px;
    border: none;
    color: white;
}
.wpp-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;
}
.wpp-float:hover {
    bottom:22px;
    right:22px;
}
.wpp-my-float {
    bottom:10px;
    position:absolute;
    left: 13px;
}


/* =========================
Select button
========================= */
.wpp-container select {
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border:0!important;
   background: var(--green-wp);
   background-image: none;
   flex: 1;
   padding: 0 20px;
   color:#fff;
   cursor:pointer;
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
}
.wpp-container select::-ms-expand {
   display: none;
}
.wpp-container .select {
   position: relative;
   display: flex;
   height: 40px;
   line-height: 3;
   background: var(--green-wp);
   overflow: hidden;
    border-radius:20px;
   width:100%;
}
.wpp-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;
}
.wpp-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;
}