footer.wp-block-template-part {
    margin: 0;
}

.footer {
    position: relative;
    padding-top: 3em;
    background-color: #191C1E;
}
.footerContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    gap: 0;
    height: fit-content;
 /*
    background-image: url('https://jc.pruebasplannet.com/wp-content/uploads/2024/06/JV-Plannet-Hablamos.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
*/
   
    background-color: #191C1E;
}
.footerFeaturedServices {
    display: flex;
    flex-direction: column;
}

.footerFeaturedServices a {
    font-family: 'Campton';
    font-weight: 500;
    color: white;
    margin-bottom: 0.3em;
    font-size: 1em;
    text-decoration: none;
}
.footerFeaturedServices h3 {
    font-family: 'Campton';
    font-weight: 700;
    color: white;
    font-size: 2.1em;
    margin: 0;
}
.differentLandings a {
    font-family: 'Campton';
    font-weight: 500;
    color: white;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0.3em;
}

.differentLandings {
    display: flex;
    flex-direction: column;
}
.featuredServicesText {
    margin-bottom: 1em;
}



.footerImage {
    width: 100%;
    min-width: 100%;
    position: relative;
    z-index: 1;
    height: fit-content;
    line-height: 0;
}
.footerImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featuredLandings h3{
    font-family: 'Campton';
    font-weight: 700;
    color: white;
    font-size: 2.1em;
    margin: 0;
}
.featuredLandings {
    margin-bottom: 1em;
}
.footerText h3 {
    font-family: 'Campton';
    font-weight: 700;
    color: white;
    font-size: 2.1em;
    margin: 0;
}
.footerText p {
    font-family: 'Campton';
    font-weight: 500;
    color: white;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5em;
}
.footerSocialsMenu a {
    font-family: 'Campton';
    font-weight: 500;
    color: white;
    text-decoration: none;
    cursor: pointer;
}



.footerSocialsImgs {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.footerSocials {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.footerSocialsMenu {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0.1em;
}


.legal {
    background-color: #191C1E;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 0.5em;
    gap: 2em;
    padding-top: 6%;
}
.legal a {
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 0.8em;
}


@media only screen and (min-width:1200px){
.footerSocials {
	align-items: flex-end;
}
}


@media only screen and (min-width:1100px) and (max-width:1600px){
    html body .footerFeaturedServices h3, .featuredLandings h3, .footerText h3 {
        font-size: 1.6em;
    }
}


@media only screen and (min-width:200px) and (max-width:1100px) {
    .legal a {
        font-size: 0.7em!important;
    }
/*
    .footerContainer{
        background-image:url('https://jc.pruebasplannet.com/wp-content/uploads/2024/06/Recurso-6Plannet.png')!important;
        background-position: left;
    }
*/
    .navigationContact {
        display: none;
    }
    .footerImage{
        position: absolute!important;
        top:0;
        left:0;
        z-index: 0;
    }

    .footerContainer{
        position: relative!important;
        z-index: 2;
        background-color: #191C1E;

    }
    .footerContainer :is(h3,p,a) {
        text-align: center!important;
    }

    html .legal {
        flex-direction: row;
        align-items: center;
        padding-top: 5em;
        padding-bottom: 1em;
        justify-content: space-evenly;
        gap: 0em!important;
    }

    .footerImage {
        aspect-ratio: 3/4;
    }
    html body .footerContainer {
        flex-direction: column;
        gap: 4em;
        justify-content: center;
        align-items: center;
    }
    .footerText :is(h3,p) {
        text-align: center!important;
    }
    .footerText>p {
        font-size: 0.9em;
    }
    .footerText h3 {
        margin-top: 5%;
    }
    .footerSocialsMenu a {
        text-align: center!important;
    }
    html body .footerSocialsMenu {
        align-items: center;
    }
    html body .footerSocials {
        flex-direction: column;
        gap: 1.7em;
    }
	.footerSocialsImgs {
    justify-content: center;
}
   
}

.differentLandings {
    display: none;
}