/*SLIDER*/
.page-slider__tag {
    background-color: #734292 !important;
}
.page-slider__caption, .page-slider__caption-left {
    width: 60%;
}
@media (max-width: 767px) {
    .page-slider__caption, .page-slider__caption-left {
        width: 90%;
    }
    .page-slider__description {
        font-family: din !important;
    }
}
@media (max-width: 575px) {
    .page-slider__banner {
        height: 560px !important;
    }
    .page-slider .VueCarousel-wrapper {
        height: 560px;
    }
    .page-slider {
        height: 560px;
    }
}
/*FIN SLIDER*/

/*CONTENT*/
.home-content {
    margin-top: 50px;
}
.home-content .yl-components, #c_ph2 {
    display: flex;
    flex-wrap: wrap;
}
.home-content .html-editor {
    width: 100%;
}
.becas-home-card {
    width: 33%;
}
.card-highlight {
    font-family: 'DIN';
    text-align: center;
    height: 95%;
    margin: 0 10px 10px;
    padding: 20px 0px;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(201, 201, 201);
    -moz-box-shadow: 2px 2px 5px 0px rgb(201, 201, 201);
    box-shadow: 2px 2px 5px 0px rgb(201, 201, 201);
}
.card-highlight__col {
    padding: 0 10px;
}
.card-highlight__col--image {
    margin: 5px 0 35px !important;
}
.card-highlight__cover .cover__img {
    -webkit-filter: invert(31%) sepia(27%) saturate(1393%) hue-rotate(236deg) brightness(87%) contrast(84%);
    filter: invert(31%) sepia(27%) saturate(1393%) hue-rotate(236deg) brightness(87%) contrast(84%);
    height: 75px;
}
.becas-home-card.icon-light .cover__img {
    -webkit-filter: invert(60%) sepia(11%) saturate(936%) hue-rotate(230deg) brightness(96%) contrast(95%);
    filter: invert(60%) sepia(11%) saturate(936%) hue-rotate(230deg) brightness(96%) contrast(95%);
}
.card-highlight__description {
    color: #555 !important;
}
.btn-becas-form {
    text-decoration: none;
    color: #734292;
    border: 1px solid #734292;
    padding: 20px;
    margin: 80px 0;
    font-family: 'DIN';
    text-align: center;
    font-size: 2rem !important;
    display: inline-block;
    width: 65%;
}
.btn-becas-form:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solic #734292;
    background-color: #734292;
}
.links-becas {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.link-becas {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}
.anchor-link-becas {
    text-decoration: none;
    color: #734292;
    font-weight: bold;
    padding-left: 10px;
    display: inline-block;
    margin-top: 2px;
}
.anchor-link-becas:hover {
    text-decoration: none;
    color: #734292;
}
.icon-link-becas {
    -webkit-filter: invert(31%) sepia(27%) saturate(1393%) hue-rotate(236deg) brightness(87%) contrast(84%);
    filter: invert(31%) sepia(27%) saturate(1393%) hue-rotate(236deg) brightness(87%) contrast(84%);
    height: 20px;
    display: inline-block;
}
@media (max-width: 1200px) {
    .btn-becas-form {
        width: 100%;
    }
}
@media (max-width: 990px) {
    .becas-home-card {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .becas-home-card {
        width: 100%;
    }
}
/*FIN CONTENT*/