
.footer a {
    transition: all 0.15s ease-in-out;
}

.footer a:hover{
    filter:brightness(0.5)
}

.footer>a {
    font-family: 'Barlow';
    color: white;
    font-size: 1.3em;
}

.footer>p {
    font-family: 'Barlow';
    color: white;
    text-align: center;
    font-size: 1.3em;
}

.recaptcha{
        font-family: 'Montserrat';
    color: grey;
    font-size: 0.7em;
    display: block;
    transform: translateY(50%);
}
.footerWhatsapp>a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    color: white;
    font-family: 'Barlow';
    font-size: 1.1em;
    text-decoration: unset;
    justify-content: center;
    align-items: center;
}


.footerLogo {
    width: 1em;
    height: 1em;
    margin-right: 5px;
}

.footerMail>a {
    display: flex;
    flex-direction: row;
    text-decoration: unset;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
    font-family: 'Barlow';
    font-size: 1.3em;
    line-height: 150%;
}

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

.footerLogoPlantium>a {
    display: block;
    width: 100%;
    height: 100%;
}

.footerLogoPlantium {
    width: 170px;
    margin: 4vh 0;
}


.footer {
    display: flex;
    background-color: #333333;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3vh 0;
    padding-bottom: 1vh;
}

.legal a {
    font-size: 1em;
    text-decoration: unset;
    color: white;
    margin: 0em 0.5em;
    font-family: 'Barlow';
}

.copyright p {
    font-family: 'Barlow';
    color: white;
    margin-bottom: 2em;
    margin-top: 1.7em;
}

.plannet a {
    font-size: 0.9em;
    text-decoration: unset;
    color: white;
    margin: 0em 0.5em;
    font-family: 'Barlow';
}

@media only screen and (max-width:1600px){
    .footer>a {
    font-size: 1.1em;
}

.footer>p {
    font-size: 1.1em;
}

.footerMail>a {
    font-size: 1.1em;
}

.footerWhatsapp>a {
    font-size: 1.1em;
}


.footerLogoPlantium {
    width: 150px;
}

.legal a {
    font-size: 0.9em;
}

.copyright p {
    font-size: 0.9em;
}

.plannet a {
    font-size: 0.8em;
}



}

@media only screen and (max-width:500px){
    .footer>a {
    font-size: 1em;
}
.legal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}