 /* =========== VERSIÓN FINAL FOOTER =========== */
 .Fsection {
     margin: 0 auto;
     padding: 8REM 6REM;
 }

 .Fcaja {
     display: flex;
     flex-direction: row;
     column-gap: 4rem;
     margin: 0 auto !important;
     align-items: center;
     line-height: 2REM;
     font-size: 1.1REM;
 }

 .oculto {
     display: none!important;
 }

 .fmision {
     cursor: pointer;
 }

 .fmision h4, .topspace1 , .topspace2 {
     color: #ddd;
     transition: all 0.35s ease-in-out;
     cursor: pointer;
 }

 .fmision h4:hover, .topspace1:hover ,.topspace2:hover {
     color: #ffa7dc!important;
     /* color rosa que usas en enlaces footer al hover */
     text-shadow: 0px 0px 20px var(--color-secundario);
     transform: scale(1.1);
 }
 .topspace1, .topspace2 {
    display: inline-block;
}
.topspace1 i,
.topspace2 i {
    transition: inherit;
}

.topspace1:hover i,
.topspace2:hover i {
    color: inherit;
    text-shadow: inherit;
}
 .tnegrita {
     font-size: 1.25rem;
     padding-top: 1rem !important;
 }

 .tnegrita2,
 .tnegrita3 {
     font-size: 1.25rem;
 }

 .pada {
     cursor: pointer !important;
 }

 @media (max-width: 600px) {
    .Fsection {
        margin: 0 auto;
        padding: 6REM 0.5REM !important;
    }

    .Fcaja {
        display: flex;
        flex-direction: row;
        column-gap: 1rem!important;
        margin: 0 auto !important;
        align-items: center;
    }

    .fmision {
        width: 27vw !important;
        margin: 0rem 0;
    }

    .fenlaces {
        width: 27vw !important;
        height: 7.5rem;
        text-align: center !important;
    }

    #fcontacto {
        width: 53vw !important;
        height: 7rem;
        text-align: center !important;
    }
    .tnegrita {
        font-size: 1.25rem;
        padding-top: 1rem!important;
    }
    .tnegrita2{
        padding-bottom: 1rem!important;
    }
    .negrita3 {
        padding-top: 2rem!important;
    }
   .oculto1 ,.oculto2 {
    margin-top: 0.5rem!important;
    opacity: 0;
   }
   .Fsection h4 {
    font-weight: 500!important;
    margin-top: 0!important;
   }
 }