
.rowFooter{
    display: flex;
    background-color: var(--mainColor);
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    bottom: 0;
}

/*ESPACIO DEL LOGO */
.footerBrand{
    margin: 0 35px;
}

/*IMAGEN DEL LOGO*/
.logoFooter{
    width: 300px;
    display: inline-flex;
    z-index: 9;
    cursor: pointer;
    margin: 10px 0;
}

.footerCol{
    display: flex;
    width: 30%;
    text-align: center;
    justify-content: center;
}

.footerCenterText{
    cursor: default;
    color: var(--white);
    font-family: var(--textFont);
    font-weight: var(--light);
}

.parrCenter p{
    margin: 0;
    padding: 0;
    user-select: none;
}

.otherStuff{
    display: flex;
    flex-direction: row;
}

.resource{
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
}

.resource:hover{
    text-decoration: underline;
    color: var(--accentColor);
    font-weight: bolder;
}

.socialMedia{
    width: 50px;
    height: auto;
}

/*PANTALLAS 4K*/
@media (min-width: 2000px) {
    .rowFooter{
        display: flex;
        background-color: var(--mainColor);
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        bottom: 0;
    }

    /*IMAGEN DEL LOGO*/
    .logoFooter, .footerCol1{
        visibility: visible;
    }

    .logoFooter{
        width: 325px;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin: 10px 0;
    }

    .footerCol{
        display: flex;
        width: 90%;
        text-align: center;
        justify-content: center;
        padding: 0;
    }

    .footerCol3{
        padding-bottom: 0;
    }

    .parrCenter p{
        padding: 20px;
    }

    .footerCenterText{
        font-size: var(--titleSmallSize);
    }

    .resource{
        text-decoration: underline;
    }

    .socialMedia{
        width: 45px;
        height: auto;
    }

}

/*PANTALLAS GRANDES*/
@media (max-width: 1999px) {
    .rowFooter{
        display: flex;
        background-color: var(--mainColor);
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        bottom: 0;
    }

    /*IMAGEN DEL LOGO*/
    .logoFooter, .footerCol1{
        visibility: visible;
    }

    .logoFooter{
        width: 250px;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin: 10px 0;
    }

    .footerCol{
        display: flex;
        width: 90%;
        text-align: center;
        justify-content: center;
        padding: 0;
    }

    .footerCol3{
        padding-bottom: 0;
    }

    .parrCenter p{
        padding: 15px;
    }

    .footerCenterText{
        font-size: var(--titleTinySize);
    }

    .resource{
        text-decoration: underline;
    }

    .socialMedia{
        width: 40px;
        height: auto;
    }

}

/*PANTALLAS LAPTOP GRANDES*/
@media (max-width: 1440px) {
    .rowFooter{
        display: flex;
        background-color: var(--mainColor);
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        bottom: 0;
    }

    /*IMAGEN DEL LOGO*/
    .logoFooter, .footerCol1{
        visibility: visible;
    }

    .logoFooter{
        width: 250px;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin: 10px 0;
    }

    .footerCol{
        display: flex;
        width: 90%;
        text-align: center;
        justify-content: center;
        padding: 0;
    }

    .footerCol3{
        padding-bottom: 0;
    }

    .parrCenter p{
        padding: 15px;
    }

    .footerCenterText{
        font-size: var(--titleTinySize);
    }

    .resource{
        text-decoration: underline;
    }

    .socialMedia{
        width: 35px;
        height: auto;
    }

}

/*IPAD AIR HORIZONTAL*/
@media (max-width: 1200px) {
    .rowFooter{
        display: flex;
        background-color: var(--mainColor);
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        bottom: 0;
    }

    /*IMAGEN DEL LOGO*/
    .logoFooter, .footerCol1{
        visibility: visible;
    }

    .logoFooter{
        width: 250px;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin: 10px 0;
    }

    .footerCol{
        display: flex;
        width: 90%;
        text-align: center;
        justify-content: center;
        padding: 0;
    }

    .footerCol3{
        padding-bottom: 0;
    }

    .parrCenter p{
        padding: 15px;
    }

    .footerCenterText{
        font-size: var(--footerSize);
    }

    .resource{
        text-decoration: underline;
    }

    .socialMedia{
        width: 35px;
        height: auto;
    }

}

/*PANTALLAS NORMALES Y IPAD MINI HORIZONTAL*/
@media (max-width: 1024px) {
    .rowFooter{
        display: flex;
        background-color: var(--mainColor);
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        bottom: 0;
    }

    /*IMAGEN DEL LOGO*/
    .logoFooter, .footerCol1{
        visibility: visible;
    }

    .logoFooter{
        width: 250px;
        display: inline-flex;
        z-index: 9;
        cursor: pointer;
        margin: 10px 0;
    }

    .footerCol{
        display: flex;
        width: 90%;
        text-align: center;
        justify-content: center;
        padding: 0;
    }

    .footerCol3{
        padding-bottom: 0;
    }

    .parrCenter p{
        padding: 15px;
    }

    .footerCenterText{
        font-size: var(--footerSize);
    }

    .resource{
        text-decoration: underline;
    }

    .socialMedia{
        width: 35px;
        height: auto;
    }

}

/*TABLETS GRANDES VERTICAL*/
@media (max-width: 991px) {
        .rowFooter{
        display: flex;
        background-color: var(--mainColor);
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        bottom: 0;
    }

    /*IMAGEN DEL LOGO*/
    .logoFooter, .footerCol1{
        display: none;
        visibility: hidden;
    }

    .footerCol{
        display: flex;
        width: 90%;
        text-align: center;
        justify-content: center;
        padding: 10px;
    }

    .footerCol3{
        padding-bottom: 30px;
    }

    .footerCenterText{
        font-size: var(--titleTinySize);
    }

    .resource{
        text-decoration: underline;
    }

    .socialMedia{
        width: 40px;
        height: auto;
    }

}

/*TABLETS NORMALES*/
@media (max-width: 768px) {
        .rowFooter{
        display: flex;
        background-color: var(--mainColor);
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        bottom: 0;
    }

    /*IMAGEN DEL LOGO*/
    .logoFooter, .footerCol1{
        display: none;
        visibility: hidden;
    }

    .footerCol{
        display: flex;
        width: 90%;
        text-align: center;
        justify-content: center;
        padding: 10px;
    }

    .footerCol3{
        padding-bottom: 30px;
    }

    .footerCenterText{
        font-size: var(--footerSize);
    }

    .resource{
        text-decoration: underline;
    }

    .socialMedia{
        width: 40px;
        height: auto;
    }

}

/*CELULARES*/
@media (max-width: 480px) {

    .rowFooter{
        display: flex;
        background-color: var(--mainColor);
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        bottom: 0;
    }

    /*IMAGEN DEL LOGO*/
    .logoFooter, .footerCol1{
        display: none;
        visibility: hidden;
    }

    .footerCol{
        display: flex;
        width: 90%;
        text-align: center;
        justify-content: center;
        padding: 10px;
    }

    .footerCol3{
        padding-bottom: 30px;
    }

    .footerCenterText{
        font-size: var(--footerSize);
    }

    .resource{
        text-decoration: underline;
    }

    .socialMedia{
        width: 40px;
        height: auto;
    }

}
