#whats-fixo{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	z-index: 10000;
}
 
#whats-fixo a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #34af23!important;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none!important;
    box-shadow: 0 0 10px #00000059;
}
 
#whats-fixo a i {
	color:white!important
}
 
/*#whats-fixo a:hover{
	opacity:0.8;
	text-decoration: none!important;
    box-shadow: 0 0 10px #00000094;
}*/
 
#whats-fixo a:active{
	transform:translate(-50%,-50%) scale(0.9);
}
 
.whats-mob{
	display:none!important;
}

.whats-desk{
	display:flex!important;
}

@media (max-width:991px){
	.whats-mob{
		display:flex!important;
	}
	.whats-desk{
		display:none!important;
	}
}

.fa-whatsapp:before {
    content: "\f232";
}

.header-logo {
}

.header-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding-left: 0;
	max-width: 20rem;
}

header ul {
	margin: 0;
}

