#icon-whats {
    /* position: absolute; */
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 0!important;
    /* background: transparent url(https://d335luupugsy2.cloudfront.net/cms/files/1446/1588875979/$5u0ndp8vgxo) center center no-repeat; */
    background: transparent url('../../../img/whats-icon.png') center center no-repeat;
    z-index: 900;
    box-shadow: none;
    outline: none;
    width:60px !important;
    height:61px !important;
    background-size: 60px 60px !important;
    cursor: pointer;
    border: 0 !important;
}

.section-whats {
    position: absolute;
    bottom: 100px;
    right: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    width: 500px;
    border-radius: 5px;
    font-family: Open Sans, sans-serif;
    background-color: #ebe5de;
    display: none;
}



/*** Cabeçalho do formulário Whats***/
.div-header {
    background-color: #265c54;
    padding: 20px;
    position: relative;
    border-radius: 5px 5px 0 0;

}

.text-title {
    display: block;
    color: #e5e5e5;
    width: 80%;
}

.icon-close {
    color: #e5e5e5;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}



/*** Corpo do formulário Whats ***/
.div-body {
    background-color: #ebe5de;
    padding: 20px;
}



/*** Rodapé do formulário whats ***/
.div-footer {
    background-color: #ebe5de;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}


/*** Configurações de input ***/
.input-whats {
    width: 450px;
    height: 30px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #cacaca;
    border-radius: 5px;
    margin: 10px 0 10px 0;
    color:#616161;
}

.input-whats:focus {
    outline: none !important;
    border: 2px solid #265c54;
    border-radius: 5px;
    color:#616161;
}

.input-whats-2 {
    width: 245px;
    height: 30px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #cacaca;
    border-radius: 5px;
    margin: 10px 0 10px 0;
}

.input-whats-2:focus {
    outline: none !important;
    border: 2px solid #265c54;
    border-radius: 5px;
}

.errorInput {
    border: 2px solid #85221e; 
}

.js-pais {
    width: 200px;
}

/*** Configurações de botões ***/
.button-iniciar-conversa {
    display: block;
    background-color: #53a451;
    border-radius: 5px;
    border-width: 0px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    width: 440px;
    padding: 10px;
}

.button-iniciar-conversa:hover, .button-iniciar-conversa:focus {
    background-color: #448742;
    color: #FFFFFF;
}

.span-error {
    font-size: 15px;
    color: #85221e;
    padding: 2px;
    border-radius: 3px;
}

.div-error {
    display: none;
    background-color: #e6c3c6;
    margin: 15px 15px 0 15px;
    padding: 10px;
    border-radius: 5px;
}

/*** configuração para tablet ***/
@media (max-width: 576px) {
    .section-whats {
        position: absolute;
        bottom: 100px;
        right: 10px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        width: 300px;
        border-radius: 5px;
        font-family: Open Sans, sans-serif;
        background-color: #ebe5de;
        display: none;
    }

    .input-whats {
        width: 250px;
        height: 30px;
    }
    
 
    .input-whats-2 {
        width: 45px;
        height: 30px;
    }

    .button-iniciar-conversa {
        width: 240px;
        padding: 10px;
    }
}