#footer-wrapper{
    background: #FFF;
}

#footer-wrapper > *{
    color: #000;
}

#footer-wrapper .e-con-inner {
    max-width: 1536px;
}

footer#footer {
    display: flex;
    justify-content: space-around;
    column-gap: 1rem;
    row-gap: 3rem;
    padding-block: 2rem;
}

footer#footer img {
    object-fit: contain;
    height: 100px;
}

footer#footer h2 {
    font-size: 1.2rem;
    margin-top: 0;
	margin-bottom: 8px;
    color: #000;
	text-transform: none !important;
}

footer#footer h2.named-column{
	margin-bottom: 28px;
}

footer#footer a {
    font-size: 1rem;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
	text-transform: none;
}

/* footer#footer a:hover {
    color: var(--e-global-color-69381ab);
} */

footer#footer .items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-transform: uppercase;
}

footer#footer .item .sub {
    display: flex;
    padding-left: 1.3rem;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
}

.wrapper p.disclaimer{
	margin: 0;
	font-size: 14px;
	text-align: center;
	line-height: 19px;
}

.how-go .locations{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 8rem;
}

.phone{
	margin: 1.5rem 0;
}

.working-hours > div{
	display: flex;
	flex-direction: column;
	margin-bottom: 12px;
}

footer#footer .working-hours > div h2{
	margin: 0;
}

.working-hours > div small{
	font-size: 14px;
}

.working-hours p {
    margin: 0;
    font-size: 1rem;
    line-height: 19px;
}

.working-hours p {
    margin-bottom: 12px;
}

.working-hours small {
    line-height: 19px;
}

footer#footer .sociais{
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 24px;
}

footer#footer .sociais a{
    border-radius: 100%;
    background-color: #000;
    padding: 12px;
}

footer#footer .sociais a svg{
    fill: #e5e5e5;
    width: 48px;
    height: 48px;
}

@media(max-width: 1023px){
    footer#footer{
        flex-direction: column;
        align-items: center;
    }

    footer#footer h2,
    footer#footer a,
    footer#footer p,
    footer#footer small{
        text-align: center;
        justify-content: center;
    }

    footer#footer .items{
        align-items: center;
        padding: 0;
    }
	
	.wrapper p.disclaimer{
		margin-top: 3rem;
	}
}

.whatsapp-float{
    position: fixed;
    right: 31px;
    bottom: 70px;
    padding: 12px;
    background: #2BB741;
    border-radius: 100%;
    display: grid;
    place-items: center;
    z-index: 999;
}

.whatsapp-float svg{
    width: 36px;
    height: 36px;
    fill: #FFF;
}

@media(min-width: 1280px){
    footer#footer{
        padding-inline: 1rem;
    }
}

@media(min-width: 1440px){
    footer#footer{
        padding-inline: 2rem;
    }
}