.header-scholarships {
    position: relative;
    border-bottom: 1rem #CC0732 solid;
}

.header-scholarships img {
    width: 100%;
}

.header-sholarships-text {
    position: absolute;
    top: 4rem;
    right: 4rem;
    width: 40%;
}

.header-sholarships-text h1 {
    font-size: 2rem;
    color: #FFF;
    margin-bottom: 2rem;
}

.header-sholarships-text h2 {
    font-size: 2rem;
    line-height: 2rem;
    color: #FFF;
}

.header-sholarships-text h2 span {
    font-size: 3rem;
    line-height: 3rem;
    color: #CC0732;
    font-family: "Montserrat Black";
    display: block;
}

.header-sholarships-period {
    display: block;
    padding: .5rem 1rem;
    background-color: #CC0732;
    width: 12rem;
    text-align: center;
}

.header-sholarships-period p {
    font-size: 1.5rem;
    color: #FFF;
    margin: 0;
}

.header-sholarships-note {
    margin-top: 1rem;
}

.header-sholarships-note p {
    color: #FFF;
    line-height: 1rem;
}

.header-sholarships-note span {
    display: block;
    line-height: 1rem;
    color: #CC0732;
}

.header-sholarships-date {
    position: absolute;
    border: 1px #CC0732 solid;
    background-color: #FFF;
    padding: 1rem;
    display: flex;
    align-items: center;
    bottom: -3rem;
    left: 7rem;
    border-radius: .5rem;
    width: 30rem;
    height: 5rem;
}

.header-sholarships-date-title {
    width: 40%;
    border-right: 1px #CC0732 solid;
    padding: 1rem;
}

.header-sholarships-date-title p {
    margin: 0;
    display: flex;
    align-items: center;
}

.header-sholarships-date-title img {
    height: 1.5rem;
    width: auto;
    margin-right: .5rem;
}

.header-sholarships-date-period {
    width: 50%;
    padding-left: 5%;
}

.header-sholarships-date-period p {
    margin: 0;
    line-height: 1rem;
}

.header-sholarships-date-period p span {
    display: block;
    line-height: 1rem;
    color: #CC0732;
    font-weight: bold;
}

.scholarships-change {
    padding: 8rem 0 5rem;
}

.scholarships-change-content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.scholarships-change-text {
    width: 55%;
}

.scholarships-change-text h2 {
    font-size: 2.2rem;
    width: 75%;
}

.scholarships-change-text h2 span {
    font-size: 2.5rem;
    color: #CC0732;
    font-family: "Montserrat Black";
}

.scholarships-change-text p {
    width: 90%;
    font-size: .9rem;
}

.scholarships-change-img {
    width: 45%;
}

.scholarships-change-img img {
    width: 30rem;
}

.scholarships-caritas {
    background: url(/images/noticias/scholarships-caritas.jpg) top center no-repeat;
    background-size: cover;
    padding: 7rem 0 9rem;
}

.scholarships-caritas-text {
    margin-left: 10%;
    width: 50%;
    color: #FFF;
}

.scholarships-caritas-text h2 {
    font-size: 2.2rem;
    color: #FFF;
    font-family: "Montserrat Black";
}

.scholarships-caritas-text p {
    font-size: .9rem;
    color: #FFF;
}

.sch-separator {
    background-color: #CC0732;
    width: 50%;
    height: 5px;
    margin: 1rem 0 2rem;
}

.scholarships-participate {
    padding: 5rem 0;
}

.scholarships-participate-content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.scholarships-participate-image {
    width: 40%;
}

.scholarships-participate-image img {
    width: 100%;
}

.scholarships-participate-text {
    width: 60%;
    padding-left: 2rem;
}

.scholarships-participate-text h2 {
    font-size: 2.2rem;
    font-family: "Montserrat Black";
}

.scholarships-participate-text p {
    font-size: .9rem;
}

.scholarships-date {
    background: url(/images/noticias/scholarships-date.jpg) bottom center no-repeat;
    background-size: cover;
    height: 620px;
    padding: 2rem 0;
    position: relative;
}

.scholarships-date-info {
    width: 45%;
    margin-left: 27%;
}

.scholarships-date-info h2 {
    font-size: 2.2rem;
    font-family: "Montserrat Black";
}

.scholarships-date-info ul li {
    font-size: .9rem;
}

.scholarships-date-info p {
    font-size: .9rem;
}

.scholarships-date-link {
    position: absolute;
    bottom: 2rem;
    right: 1rem;
    width: 15rem;
}

.scholarships-date-link a {
    text-align: center;
    display: block;
    color: #FFF;
}

.scholarships-date-link a img {
    display: block;
    margin: 0 auto;
    width: 3rem;
}

.scholarships-downloads {
    padding: 7rem 0;
    background: url(/images/noticias/scholarships-downloads.jpg) bottom center no-repeat;
    background-size: 100%;
}

.scholarships-downloads-info {
    width: 50%;
    margin-left: 10%;
}

.scholarships-downloads-info h2 {
    font-size: 2.2rem;
    color: #CC0732;
    width: 60%;
}

.scholarships-downloads-info h2 span {
    font-size: 2.2rem;
    font-family: "Montserrat Black";
    color: black;
    display: block;
}

.scholarships-downloads-info p {
    font-size: .9rem;
    width: 60%;
}

.scholarships-downloads-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 3rem;
    margin-bottom: 18rem;
}

.scholarships-downloads-item a {
    display: flex;
    align-items: center;
}

.schDownloads-ico {
    padding: 1rem;
    background-color: #CC0732;
    border-radius: .5rem;
    margin-right: .8rem;
}

.schDownloads-ico img {
    width: 2rem;
}

.scholarships-faqs {
    padding: 7rem 0;
}

.scholarships-faqs-content {
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.scholarships-faqs-image {
    width: 50%;
}

.scholarships-faqs-image img {
    max-width: 60%;
    margin-left: 3rem;
}

.scholarships-faqs-text {
    width: 50%;
}

.scholarships-faqs-title {
    width: 100%;
    padding: .5rem 1rem;
    background-color: #CC0732;
}

.scholarships-faqs-title h2 {
    font-size: 1rem;
    color: #fff;
    margin: 0;
    font-family: "Montserrat Light";
}

.scholarships-faqs-answer {
    padding: 1rem;
}

.scholarships-faqs-answer p {
    margin: 0;
}

.scholarships-support {
    padding: 7rem 0;
    background-color: #eeeff1;
}

.scholarships-support-content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.scholarships-support-title {
    width: 50%;
}

.scholarships-support-title h2 {
    font-size: 2.2rem;
    width: 60%;
}

.scholarships-support-note {
    width: 50%;
}

.scholarships-support-note-item {
    background-color: #CC0732;
    padding: 4rem 2rem;
}

.scholarships-support-note-item h2 {
    color: #FFF;
    font-size: 1.5rem;
    padding: 2rem;
}

.scholarships-thanks-content img {
    width: 100%;
}

@media screen and (max-width: 1380px) {
    .scholarships-date-link {
        position: absolute;
        bottom: 1rem;
        right: 2.5rem;
        width: 9rem;
    }

    .scholarships-downloads-info h2 {
        width: 70%;
    }
}

@media screen and (max-width: 1285px) {
    .scholarships-date-link {
        position: absolute;
        bottom: 1rem;
        right: 1.5rem;
        width: 9rem;
    }
}

@media screen and (max-width: 1050px) {
    .header-sholarships-text {
        position: absolute;
        top: 3rem;
        right: 3rem;
        width: 42%;
    }

    .header-sholarships-text h1 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }

    .header-sholarships-text h2 {
        font-size: 1.5rem;
        line-height: 1.52rem;
    }

    .header-sholarships-text h2 span {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .scholarships-change-content {
        display: block;
    }

    .scholarships-change-img {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .scholarships-change-img img {
        width: 50%;
    }

    .scholarships-change-text {
        width: 100%;
    }

    .scholarships-change-text h2 {
        font-size: 2rem;
        width: 75%;
        text-align: center;
        margin: 2rem auto;
    }

    .scholarships-change-text p {
        width: 100%;
    }

    .scholarships-participate-content {
        display: block;
        align-items: center;
    }

    .scholarships-participate-image {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .scholarships-participate-image img {
        width: 50%;
    }

    .scholarships-participate-text {
        width: 100%;
        padding-left: 0;
    }

    .scholarships-participate-text h2 {
        font-size: 2rem;
        text-align: center;
    }

    .sch-separator {
        margin: 1rem auto 2rem;
    }

    .scholarships-date {
        background: #F1F1F1;
        height: auto;
    }

    .scholarships-date-info {
        width: 80%;
        margin: 0 auto;
    }

    .scholarships-date-info h2 {
        text-align: center;
    }

    .scholarships-date-link {
        position: inherit;
        bottom: auto;
        right: auto;
        width: 16rem;
        margin: 2rem auto;
    }

    .scholarships-date-link a {
        background: #000;
        padding: 1rem;
        border-radius: .5rem;
    }

    .scholarships-downloads-info {
        width: 80%;
        margin: 0 auto;
    }

    .scholarships-downloads-info h2 {
        width: 100%;
        text-align: center;
    }

    .scholarships-faqs-content {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .scholarships-faqs-image {
        width: 100%;
        text-align: center;
        margin-bottom: 3rem;
    }

    .scholarships-faqs-image img {
        max-width: 40%;
        margin-left: 0;
    }

    .scholarships-faqs-text {
        width: 100%;
    }

    .scholarships-support-content {
        display: block;
    }

    .scholarships-support-title {
        width: 100%;
    }

    .scholarships-support-title h2 {
        text-align: center;
        margin: 0 auto 2rem;
    }

    .scholarships-support-note {
        width: 100%;
    }
}

@media screen and (max-width: 780px) {
    .header-sholarships-text {
        position: absolute;
        bottom: 5rem;
        width: 70%;
        left: 50%;
        margin-left: -35%;
        top: auto;
    }

    .header-sholarships-text h2 span {
        color: #FFF;
    }

    .header-sholarships-period {
        background-color: #000;
    }

    .header-sholarships-note span {
        color: #FFF;
    }

    .header-sholarships-date {
        left: 50%;
        margin-left: -15rem;
    }

    .scholarships-support-title h2 {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .header-scholarships {
        height: 120vh;
        background-color: #000;
    }

    .header-sholarships-date {
        display: block;
        left: 50%;
        margin-left: -35%;
        text-align: center;
        width: 70%;
        height: auto;
    }

    .header-sholarships-date-title {
        width: 100%;
        border-right: none;
        padding: 0 1rem 1rem;
        text-align: center;
    }

    .header-sholarships-date-title p {
        justify-content: center;
    }

    .header-sholarships-date-period {
        width: 100%;
        padding-left: 0;
    }

    .scholarships-change-text h2 {
        font-size: 1.5rem;
        width: 100%;
    }

    .scholarships-change-text h2 span {
        font-size: 2rem;
    }

    .scholarships-caritas-text {
        margin: 0 auto;
        width: 80%;
    }

    .scholarships-caritas-text h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .scholarships-participate-image img {
        width: 90%;
    }

    .scholarships-downloads-links {
        display: block;
        margin: 0;
    }

    .scholarships-downloads-item {
        margin: 1rem 0;
    }

    .scholarships-support-title h2 {
        font-size: 1.5rem;
    }

    .scholarships-participate-text h2 {
        font-size: 1.5rem;
    }

    .scholarships-date-info h2 {
        font-size: 1.5rem;
    }

    .scholarships-downloads-info h2 {
        font-size: 1.5rem;
    }

    .scholarships-downloads-info h2 span {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 450px) {
    .header-scholarships {
        height: 110vh;
    }
}