.btn-lg-whats {
    border-radius: 100px;
    height: 45px;
    padding: 9px 24px 15px;
}

.btn-div-whats, .btn-whatsapp {
    position: fixed;
    right: 20px;
	z-index: 999;
}

.btn-div-whats{
	width: 20em;
	bottom: 130px;
	background-color: #008069;
	border-radius: 10px;
}

.btn-whatsapp {
	bottom: 80px;
	padding: 0.65em 1em;
}

.btn-whatsapp svg {
	font-size: 18px;
	position: relative;
	top: -6px;
	margin-left: -5px;
}

.img-whats{
    display: block;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

.p-whats p{
    color: #f7f7f7;
    margin: 0;
}

.img-container{
    position: relative;
    display: inline-block;
}

.online {
    position: absolute;
	bottom: 0;
	right: 0;
	background-color: #49d405;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #1e6e30;
}

.collapse.btn-div-whats .card {    
    background:url('/img/bgWhatsapp.webp') repeat;
    background-size: contain;
    background-color: #eee8e1;
}

.card-question{
    background: #ffffff;
    border-radius: 0 20px 20px 20px;
    margin-right: 3rem;
    padding: 1rem;
    box-shadow: #008069;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-question::before{
    content: '';
    position: absolute;
    top: 20px; /* Ajusta a posição vertical */
    left: 10px; /* Ajusta a posição horizontal */
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    transform: rotate(180deg);
}

.btn-focus.btn-whatsapp {
    width: 3rem;
    height: 3rem;
}

.btn-focus:focus {
    color : #fff;
}

.btn-close{
    margin-top: -10px;
    color: #ffffff8e;
}


/* btn back to top */

.to-top-btn.to-top-show {
	opacity: 1;
	visibility: visible;
}

.to-top-btn {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
	color: rgb(255, 255, 255);
	font-size: 22px;
	height: 45px;
	width: 45px;
	line-height: 43px;
	text-align: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	background: linear-gradient(45deg, rgb(0, 149, 212) 0%, rgb(118, 197, 190) 100%);
	border-radius: 100%;
	transition: 0.3s linear;
}