#Footer2Text {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 17em;
    background-color: rgb(57, 79, 146);
}

#Footer2Text1 {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

#Footer2Text2 {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

#Footer2Text3 {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

#Footer2Img {
    display: flex;
    gap: 15px;
    padding: 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#footer2container {
    width: 100%;
    display: flex;
    height: 100px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* Teléfonos móviles pequeños */
@media (max-width: 320px) {
    #Footer2Text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: auto;
        gap: 20px;
    }

    #Footer2Text1 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Text2 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Text3 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Img {
        display: flex;
        gap: 0px;
        padding: 10px;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    #footer2container {
        width: 100%;
        display: flex;
        height: 200px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

/*Teléfonos móviles medianos*/
@media (min-width: 321px) and (max-width: 375px) {
    #Footer2Text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: auto;
        gap: 20px;
    }

    #Footer2Text1 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Text2 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Text3 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Img {
        display: flex;
        gap: 0px;
        padding: 10px;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    #footer2container {
        width: 100%;
        display: flex;
        height: 200px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

/*Teléfonos móviles grnandes*/
@media (min-width: 376px) and (max-width: 425px) {
    #Footer2Text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: auto;
        gap: 20px;
    }

    #Footer2Text1 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Text2 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Text3 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Img {
        display: flex;
        gap: 0px;
        padding: 10px;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    #footer2container {
        width: 100%;
        display: flex;
        height: 200px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

/* Tabletas en modo retrato */
@media (min-width: 426px) and (max-width: 768px) {
    #Footer2Text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: auto;
        gap: 20px;
    }

    #Footer2Text1 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Text2 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Text3 {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #Footer2Img {
        display: flex;
        gap: 0px;
        padding: 10px;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    #footer2container {
        width: 100%;
        display: flex;
        height: 200px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}