.bg-img-2 {
    background-color: #4f2a0e;
    background-size: cover;

    .text-white {
        color:rgb(239 218 165) !important;
    }
}

.icon-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.icon-hover:hover {
    background-color: #0000003d;
}

.icon {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

#whts_widget_box {
    display: none; 

    width: 290px; 
    padding: 16px 22px 0px; 

    position: fixed; 
    right: 5%;
    bottom: 11%; 

    opacity: 1; 
    z-index: 999; 

    transition: all 0.3s ease-out 0s; 
    transform: translate3d(0px, 20px, 0px);
}

#text-whatsapp {
    height:auto; 
    width:100%; 
    max-width:600px; 

    padding:30px; 

    color:#999; 
    font-weight:400; 
    font-size: 14px; 
    font-family:'Ubuntu', Helvetica, Arial, sans-serif; 
    background:#fff; 

    border-radius:3px; 
    border:none; 
    box-shadow:0px 0px 5px 1px rgba(0,0,0,0.1); 


    -webkit-transition: height 2s ease; 
    -moz-transition: height 2s ease; 
    -ms-transition: height 2s ease; 
    -o-transition: height 2s ease; 
    transition: height 2s ease;
}

.botao-whatsapp-flutuante-click {
    position:fixed;
    bottom:5%;
    right:5%;
    
    z-index:1000;
}