/*BECAS*/
.becas-tab{
    height: 360px;
    width: 95%
}

.becas-tab-image{
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.becas-tab-image img{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
}

@media (max-width:1800px) {
    .becas-tab-image img {
        width: auto;
        height: 100%;
    }
}

@media (max-width:64em) {
    .pt-extra{
        padding-top: 30rem !important;
    }

    .becas-tab {
        position: static !important;
    }

    .becas-tab-image img {
        width: 100%;
        height: auto;
        transform: translate(0%, 10%);
    }
}

@media (max-width:600px) {
    .becas-tab-image img {
        width: auto;
        height: 100%;
        transform: translate(0%, 0%);
    }
}


/*ALUMNOS ASPIRANTES*/
.becas-alum-img-1{
    left: -10px;
    height: 500px;
    overflow: hidden;
    width: 450px;
    z-index: 0;
}

.becas-alum-img-1 img{
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    right: -20px;
}

.becas-alum-img-2 {
    z-index: 1;
    overflow: hidden;
    height: 200px;
    width: 250px;
    left: 170px;
}

.becas-alum-img-2 img{
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width:64em) {
    .becas-alum-img-1 {
        position: relative !important;
    }
}
