/*
FOOTER
*/


.legal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0.8em;
    margin-top: 4em;
    gap: 0.8em;
}
.legal a {
    font-family: 'Montserrat';
    text-decoration: none;
    color: white;
}

@media only screen and (min-width:1800px){
    .contactoFooter p {
        white-space: nowrap;
    }
}
.footer {
    display: flex;
    flex-direction: row;
    gap: 13em;
    padding: 2.5%;
    padding-left: 5.5%;
    padding-right: 5.5%;
}
.footer>div {
    flex: 1;
	
}

.navFooter a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat';
    font-weight:300;
    width: 20%;
}

.navFooter li {
  list-style: none;
  font-family: 'Montserrat';
  font-size: 1em;
  font-weight: 300;
}

.contactoFooter p {
  font-family: 'Montserrat';
  font-size: 1em;
  font-weight: 400;
  color: white;
	margin:0;
}

.logoFooter {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  gap: 1em;

}


.logoFooter p {
    color: white;
    text-align: start;
    display: flex;
    margin: 0;
    font-family: 'Montserrat';
}

.navFooter {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    gap: 1em;
    /* text-align: center; */
    align-items: center;
}

.contactoFooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4em;
}
.containerFooter {
  background-color: black;
}

.jvPlannet span {
    color: white;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 0.8em;
    font-weight: 300;
    padding-bottom: 0.5%;
}
.jvPlannet {
    display: flex;
    justify-content: center;
    padding-bottom: 0.5em;
}
.jvPlannet a {
    color: white;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat';
    font-size: inherit;
    font-weight: 300;
    text-decoration: underline;
}
.logo1 {
    display: flex;
    justify-content: center;
    width: fit-content;
}

.contactoFooter p:first-child {
    margin-bottom: 2%;
}
.logo1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.socials img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid white;
    border-radius: 60%;

}

.socials>div {
    width: 30px;
    height: 30px;
}

.socials {
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: center;
    margin-top: 2em;
}

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





@media only screen and (min-width:200px) and (max-width:1100px){
    html footer .legal {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.7em;
    }
    .contactoFooter {
        display: flex;
        align-items: center;
        margin-bottom: 2em;
    }
    .jvPlannet p {
        margin-top: 2em;
    }
    .containerFooter {
        padding-bottom: 1em;
    }
    .navFooter>a {
        text-align: center;
        width: fit-content;
    }
    .footer {
        flex-direction: column;
        gap: 3em;
    }
    .logoFooter {
        gap: 1em;
    }
    html body .contactoFooter {
        gap: 0.9em;
    }
    html body .contactoFooter p{
      text-align: center;
    }
    
}



@media only screen and (max-width:1600px){
    html body .footer {
        gap: 1em;
    }
}