.wall-academic {
    background-image: var(--bg-img-academic);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.sec-academic ::selection {
    background-color: var(--bg-purple-1);
    color: var(--bg-white);
}

.fa_box__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.fa_content {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.fa_list {
    padding: 0;
    overflow: hidden;
}

.fa_list list-academic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
    gap: 1.5rem;
}

.fa_item {
    list-style: none;
    position: relative;
    width: 15rem;
    height: 15rem;
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 6px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 6px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 6px 0px;
    transition: 1s;
}

.fa_item__logo {
    width: 75%;
    height: 8.5rem;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    background-color: #fff;
}

.fa_item__info {
    width: auto;
    position: relative;
    padding: 1rem;
    background: #fff;
    box-shadow: 2px -7px 16px 0px rgb(0 0 0 / 9%);
    -webkit-box-shadow: 2px -7px 16px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 4px -4px 18px 1px rgba(0, 0, 0, 0.22);
    transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.fa_item__info .info-title {
    position: relative;
    margin: 10px 0;
    color: #152536;
    text-transform: uppercase;
}

.fa_item__info .info-subTitle {
    margin: 0;
    color: rgba(21, 37, 54, 0.7);
}

.fa_item__info .info-line {
    display: inline-block;
    width: 0;
    transition: all 0.5s;
    height: 0.02rem;
    border-radius: 0.5rem;
    opacity: 0;
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.fa_item:hover .info-line {
    width: 7rem;
    transition-delay: 0.4s;
}

.fa_item__info .info-box {
    line-height: 1.5rem;
    margin-bottom: 1rem;
    font-size: small;
    opacity: 0;
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.list-detalles {
    text-align: left;
    line-height: 1.2rem;
    margin: .5rem 0;
    padding: 0 0 0 1.5rem;
    list-style-type: square;
    font-family: "Merriweather", sans-serif;
    font-size: small;
    color: rgba(21, 37, 54, 0.7);
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.fa_item__info .info-buttons {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    left: 0;
    width: 100%;
    font-size: small;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.info-buttons a {
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 600;
    padding: 1rem;
    flex: 1;
}

.info-buttons a i {
    margin-left: .5rem;
}

.fa_btn-raised {
    color: white;
}

.fa_btn-outlined {
    background-color: white;
}

li.fa_item:hover {
    transition: 1s;
}

/* HEIGHT CARD */
li.fa_item:nth-child(1):hover,
.fa_item__info {
    height: 28rem;
}

li.fa_item:nth-child(2):hover {
    height: 19.5rem;
}

li.fa_item:nth-child(3):hover {
    height: 14rem;
}

li.fa_item:nth-child(4):hover {
    height: 28.5rem;
}

li.fa_item:nth-child(5):hover {
    height: 24.3rem;
}

li.fa_item:hover .fa_item__info {
    padding: 1.5rem;
    transform: translateY(-8.5rem);
}

li.fa_item:hover .fa_item__info .info-line,
li.fa_item:hover .fa_item__info .info-box,
li.fa_item:hover .fa_item__info .info-buttons {
    opacity: 1;
}

/* LOGOS */
.logo-espol {
    background-image: var(--bg-logo-ESPOL);
}

.logo-alura {
    background-image: var(--bg-logo-AluraOracle);
}

.logo-cen {
    background-image: var(--bg-logo-CEN);
}

.logo-platzi {
    background-image: var(--bg-logo-platzi);
}

.logo-linkedIn {
    background-image: var(--bg-logo-linkedIn-learning);
}


/* COLORES */
.brd-top-espol {
    border-top: 1px solid var(--bg-espol);
}

.bg-espol {
    background-color: var(--bg-espol);
}

.txt-color-espol {
    color: var(--bg-espol);
}

/*  */
.brd-top-alura {
    border-top: 1px solid var(--bg-alura);
}

.bg-alura {
    background-color: var(--bg-alura);
}

.txt-color-alura {
    color: var(--bg-alura);
}

/*  */
.brd-top-cen {
    border-top: 1px solid var(--bg-cen);
}

.bg-cen {
    background-color: var(--bg-cen);
}

.txt-color-cen {
    color: var(--bg-cen);
}

/*  */
.brd-top-platzi {
    border-top: 1px solid var(--bg-platzi);
}

.bg-platzi {
    background-color: var(--bg-platzi);
}

.txt-color-platzi {
    color: var(--bg-platzi);
}

/*  */
.brd-top-linkedIn {
    border-top: 1px solid var(--bg-linkedIn);
}

.bg-linkedIn {
    background-color: var(--bg-linkedIn);
}

.txt-color-linkedIn {
    color: var(--bg-linkedIn);
}

/* ------------------------------------------
                [RESPONSIVE]
------------------------------------------- */

@media only screen and (max-width: 768px) {

    .fa_item {
        width: 90%;
    }

    .fa_item__logo {
        width: 30%;
    }

    li.fa_item:nth-child(1):hover,
    .fa_item__info {
        height: 22rem;
    }

    li.fa_item:nth-child(2):hover {
        height: 18.5rem;
    }

    li.fa_item:nth-child(3):hover {
        height: 13rem;
    }

    li.fa_item:nth-child(4):hover {
        height: 25rem;
    }

    li.fa_item:nth-child(5):hover {
        height: 20.2rem;
    }

    li.fa_item:hover .fa_item__info {
        padding: 1.5rem;
        transform: translateY(-8.5rem);
    }

}

@media only screen and (max-width: 479px) {

    .fa_item {
        width: 100%;
    }

    .fa_item__logo {
        width: 50%;
    }

    li.fa_item:hover .fa_item__info {
        font-size: .9rem;
    }

    li.fa_item:nth-child(1):hover,
    .fa_item__info {
        height: 24.5rem;
    }

    li.fa_item:nth-child(2):hover {
        height: 18.5rem;
    }

    li.fa_item:nth-child(3):hover {
        height: 13rem;
    }

    li.fa_item:nth-child(4):hover {
        height: 25rem;
    }

    li.fa_item:nth-child(5):hover {
        height: 21.2rem;
    }

    li.fa_item:hover .fa_item__info {
        padding: 1.5rem;
        transform: translateY(-8.5rem);
    }
}