.footer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footerSocials>div>a {
    display: block;
}


.footerWa{
padding:0.5em 0em 1em 0em;
}

.footerWa a {
    font-family: 'Outfit', 'Sans-serif';
    color: white;
    background-color: #A9BEAC;
    width: fit-content;
    padding: 0.6em 0em;
    font-size: 1.2em;
    font-weight: 300;
    border-radius: 6px;
    margin-top: 0em;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
	margin:0 auto;
}

.waButton.footerWa a{
background-color:#A9BEAC;
	transition:unset;
}

.footerPhone{
display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1em;
    padding-bottom: 1em;

}


.footerSocials>div {
    width: 40px;
    height: 40px;
}

.footerEmailImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footerPhoneImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.footerEmailImg {
    width: 26px;
    height: 26px;
}

.footerPhoneImg {
    width: 20px;
    height: 20px;
    transform: translateX(3px);
}


.footer {
    background-color: #163840;
    padding: 2.5% 19%;
    padding-bottom: 1.4%;
}

.logoContainer h2 {
    margin: 0;
    color: #ECECEC;
    font-family: 'Outfit';
    font-weight: 700;
    font-size: 4em;
    width: fit-content;
    text-align: center;
    line-height: 100%;
}

.logoContainer h2.preparador-footer {
    font-family: 'Outfit';
    margin: 0;
    color: #ECECEC;
    font-weight: 300;
    font-size: 1.1em;
    text-align: center;
    width: fit-content;
    margin-bottom: 1.4em;
    line-height: 1.3em;
}

.footerSocials {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.logoContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}

.footerEmail p, .footerPhone p {
    margin: 0;
    color: #ECECEC;
    font-family: 'Outfit';
    width: fit-content;
    font-size: 1.3em;
    font-weight: 200;
    height: fit-content;
    line-height: 100%;
}

.footerContactMenu>div {
    display:flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
    justify-content: flex-start;
}

.footerEmail {
    margin-bottom: 1.4em;
}

.footerMenus {
	padding-top:1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footerPlannet span, .footerPlannet span a {
    color: #ECECEC;
    font-family: 'Outfit';
    font-weight: 600;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0.2em;
}

.footerPlannet {
    width: fit-content;
    margin: 0 auto;
    margin-top: 7em;
}

.footerNavigationMenu {
    display: flex;
    flex-direction: column;
}

.footerNavigationMenu>div {
    display: flex;
    flex-direction: column;
}

.footerNavigationMenu.footerNavigationMenu1 {
    margin-left: unset;
}

.footerNavigationMenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footerNavigationMenu.footerNavigationMenu2 {
    margin-top: auto;
    margin-left: 2em;
    margin-right: 4em;
}

.innerFooterNavigationMenu a {
    color: #ECECEC;
    text-decoration: none;
    font-weight: 200;
    font-family: 'Outfit';
    font-size: 1.3em;
    transition: all 0.25s ease-in-out;
}

.footerNavigationMenu>p {
    color: #ECECEC;
    font-weight: 600;
    font-family: 'Outfit';
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.footerContactMenu {
    margin-top: auto;
}
@media only screen and (max-width:1150px){
	 html body .footerMenus {
        flex-direction: column;
        align-items: flex-start;
    }
    html body .footerNavigationMenu.footerNavigationMenu1 {
        margin-left: unset;
    }
    html body .footerNavigationMenu.footerNavigationMenu1 {
        margin-left: unset;
        align-self: center;
    }
    html body .footerNavigationMenu :is(p,a) {
        text-align: center;
    }
    html body .footerMenus {
        flex-direction: column;
        align-items: center;
        gap: 1em;
    }
    html body .footerEmail p, html body .footerPhone p {
        font-size: 1em;
    }
    html .footer {
        padding: 7% 10%;
    }
    html body .footerPlannet {
        margin-top: 4em;
    }
    html body .footerNavigationMenu>p {
        margin-left: auto;
        margin-right: auto;
    }
    html body .footerNavigationMenu {
        align-items: center;
    }
    html body .footerNavigationMenu.footerNavigationMenu2 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width:1600px){
    html .footer {
        padding: 2.5% 10%;
    }
    html .footerNavigationMenu>p {
        font-size: 1.2em;
    }
    html .innerFooterNavigationMenu a {
        font-size: 1.1em;
    }
    html .footerEmail p, html .footerPhone p {
        font-size: 1.1em;
    }
    html .logoContainer h2 {
        font-size: 3.2em;
    }
    html .logoContainer h1 {
        font-size: 0.8em;
    }
}


@media only screen and (min-width: 700px) and (max-width: 1100px) { 
            html body .footerMenus {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.1em;
    }
	.footerEmail {
    margin-bottom: 0.6em;
}
	.footerContactMenu {
        margin-top: 3em;
        flex: 1;
    }
	.footerNavigationMenu.footerNavigationMenu1 {
        flex: 1;
    }
	
	.footerNavigationMenu.footerNavigationMenu2{
	    order: 2;
    flex-basis: 100%;
	}
	.footerLegalMenu{
	        flex: 1;
	}


}

@media only screen and (min-width:300px) and (max-width:355px){
   .footerWa a {
    font-size: 0.9em;
}
	    
}
