@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Montserrat&amp;display=swap');
body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
}
.contenedor-btn{
display:inline-flex!important;
width:16%!important;
height: 175px;
}
#egresados h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: #000;
    padding: 5px 0px;
    margin: 0;
}
button.white-bold.mt-3 {
    float: left;
    margin-right: 20px !important;
    transition: .2s;
}
button.white-bold.mt-3.rojo {
    background: #da0921 !important;
    color: #fff !important;
    border-color: #da0921 !important;;
}
button.white-bold.mt-3.rojo:hover {
    transition: .2s;
    transform: scale(1.1);
}
button.white-bold.mt-3.morado {
    background: #2c2f79 !important;
    color: #fff !important;
    border-color: #2c2f79 !important;;
}
button.white-bold.mt-3.morado:hover {
    transition: .2s;
    transform: scale(1.1);
}
#egresados p {
    font-size: 1.1em;
    font-weight: 300;
}
#egresados h3 {
    font-size: 1.7em;
}
#egresados h6 {
    font-size: 1.2em;
    font-weight: 800;
    margin-top: 10px;
}
#egresados button {
    font-size: 1.0em;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase
}
#egresados hr {
    width: 70%;
    position: static;
    border: 2px solid #dA0921;
    display: inline-block;
    margin: 20px 0px 20px -50%;
    background: #da0921;
}
#egresados .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
#egresados .rosarista h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 2.0em;
    margin: 0;
    margin-bottom: 10px;
    background: linear-gradient(to left,#2e3180,#1b142d);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 48px;
}
#egresados .rosarista h2 span {
    font-size: 1.5em;
}
#egresados.container-fluid {
    padding: 0;
    display: block;
}
#egresados.container-fluid .rosarista {
    padding: 40px;
}
#egresados .convenios-descuentos p {
    font-size: 1.2em;
    font-weight: 300;
}
#egresados .rosarista {
    flex-wrap: nowrap;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
}
#egresados .center_item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
#egresados .rosarista button.white-bold {
    margin: 0;
}
#egresados .beneficios_egresados {
    border: 2px solid #ddd;
    padding: 15px 15px 0px;
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/Universidad-del-Rosario-V4/Egresados/img/egresados.jpg);
    width: 120%;
    min-height: 580px;
    background-size: cover;
    background-position-x: center;
}
#egresados .beneficios_egresados::before {
    border: 2px solid #dadae5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 68px;
    bottom: 0;
    content: "";
    opacity: 1;
    transition: all 0.3s;
    margin: -16px 0;
    z-index: -1;
    width: 110%;
}
#egresados .convenios-descuentos {
    padding: 5% 7%;
    border-radius: 0;
    width: 100%;
    box-shadow: 3px 2px 13px #cecece;
    z-index: 1;
    background: #fff;
}
#egresados .convenios-descuentos p {
    font-size: 1.2em;
}
#egresados .programas {
    display: flex;
    padding: 25px 0;
}
#egresados .programas a.empleo {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    transition: background-image 0.3s linear;
    position: relative;
    padding: 20px;
}
#egresados .programas a.empleo{
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/Universidad-del-Rosario-V4/Egresados/img/ur_mundo.jpg);
}
#egresados .item_card h2 {
    font-size: 2.2em;
    margin-bottom: 10px;
}
#egresados .filtro:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.44) 0%, rgba(12, 3, 93, 0.72) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 1;
    transition: all 0.3s;
}
#egresados .filtro:hover:after {
    opacity: 1;
}
#egresados .filtro:hover {
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
#egresados .filtro:after {
    background-image: linear-gradient(to bottom, rgba(68, 1, 1, 0.3) 0%, rgba(170, 20, 20, 0.24) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}
#egresados .programas h3 {
    bottom: 0;
    align-items: flex-end;
    align-content: flex-end;
    display: flex;
    color: #fff;
    font-size: 1.2em;
    position: relative;
    z-index: 1;
    font-weight: 600;
    line-height: 25px;
}
#egresados .programas .ver-mas {
    visibility: hidden;
}
#egresados .programas .ver-mas {
    width: 100%;
    color: #fff;
    z-index: 2;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
}
#egresados .programas .ver-mas button.white_blue {
    margin: 0 auto;
}
#egresados .programas .filtro:hover h3 {
    display: none;
}
#egresados .programas .filtro:hover .ver-mas {
    visibility: visible;
}
#egresados .programas h3::before {
    content: "";
    width: 114px;
    height: 4px;
    background-color: #dA0921;
    position: absolute;
    left: -1px;
    bottom: -9px;
    margin: 0 auto;
}
#egresados .rosaristas_mundo h2 {
    color: #fff;
    line-height: 40px;
    text-align: center;
    padding-bottom: 20px;
}
#egresados .rosaristas_mundo h2 {
    font-size: 2.0em;
}
#egresados .rosaristas_mundo h2 span {
    font-size: 0.7em;
    line-height: 25px;
}
#egresados .rosaristas_mundo .modulos_egresados {
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/Universidad-del-Rosario-V4/Egresados/img/gif_pedro.gif);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: right;
    position: relative;
    background-position-y: top;
}
#egresados .rosaristas_mundo .modulos_egresados .box_padding.ur-alumni {
    background: #2c2f79;
    display: block;
}
#egresados .rosaristas_mundo .modulos_egresados::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 1;
    transition: all 0.3s;
    width: 50%;
    background: linear-gradient(to bottom, rgba(234, 5, 5, 0.91) 0%, rgba(232, 0, 0, 0.86) 100%),url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/Universidad-del-Rosario-V4/Egresados/img/gif_pedro.gif);
    background-size: cover;
}
#egresados .rosaristas_mundo {
    position: relative;
}
#egresados .modulos_egresados button {
    margin: 0 auto;
}
#egresados .rosaristas_mundo.capsulas {
    text-align: center;
    color: #fff;
    background: rgba(27,20,45,1);
    background: -moz-linear-gradient(top, rgba(27,20,45,1) 43%, rgba(28,21,48,1) 45%, rgba(46,49,128,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(43%, rgba(27,20,45,1)), color-stop(45%, rgba(28,21,48,1)), color-stop(100%, rgba(46,49,128,1)));
    background: -webkit-linear-gradient(top, rgba(27,20,45,1) 43%, rgba(28,21,48,1) 45%, rgba(46,49,128,1) 100%);
    background: -o-linear-gradient(top, rgba(27,20,45,1) 43%, rgba(28,21,48,1) 45%, rgba(46,49,128,1) 100%);
    background: -ms-linear-gradient(top, rgba(27,20,45,1) 43%, rgba(28,21,48,1) 45%, rgba(46,49,128,1) 100%);
    background: linear-gradient(to bottom, rgba(27,20,45,1) 43%, rgba(28,21,48,1) 45%, rgba(46,49,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b142d', endColorstr='#2e3180', GradientType=0 );
}
#egresados .box_padding {
    padding: 7% 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    flex-flow: row wrap;
}
#egresados .text_acontecer {
    position: relative;
    z-index: 1;
}
#egresados button {
    padding: 5px 18px;
    display: flex;
    align-items: center;
}
#egresados button i {
    font-size: 25px;
    font-weight: 800;
    margin: 5px 10px;
}
#egresados button.white_blue {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
#egresados button.white_blue:hover {
    background-color: #fff;
    color: #2b2c74;
}
#egresados button.white {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
#egresados button.white:hover{
    background-color: #fff;
    color: #dA0921;
}
#egresados button.white-bold {
    border: 1px solid #dA0921;;
    background-color: #fff;
    color: #dA0921;
}
#egresados button.white-bold:hover {
    border: 1px solid #fff;
    background-color: #dA0921;
    color: #fff;
}
#egresados .sistemas .tiptext a{
    color: #dA0921;
}
#egresados .row.justify-content-md-center.sistemas {
    background: #f7f7f7;
}
#egresados .sistemas .tiptext a:hover{
    color: #dA0921;
    text-decoration: underline;
}
#egresados .sistemas button {
    border: 2px solid #fff;
    padding: 30px;
    z-index: 0;
    background: #f7f7f7;
}
#egresados .sistemas button:hover{
    background: #dadae5;
}
#egresados .sistemas img {
    width: 50%;
}
#egresados .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: inherit;
    font-family: "Nunito", sans-serif;
    text-align: center;
    font-size: 0.7em;
}
#egresados .item_card {
    margin: 10px 0;
    min-width: 214px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
}
#egresados .wrap-fields-image img {
    width: 100%;
}
/* NOTICIAS */
#egresados .noticias {
    background-image: linear-gradient(90deg, #dadae5 100%, #fff 50%);
}
#egresados .noticias .principal {
    background: #dadae5;
    padding-top: 30px;
}
#egresados .noticia_principal {
    -webkit-box-shadow: 3px 8px 31px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 8px 31px -12px rgba(0,0,0,0.75);
    box-shadow: 3px 8px 31px -12px rgba(0,0,0,0.75);
    margin: 0;
    padding: 0;
    background: #fff;
}
#egresados .noticias .content_principal {
    -webkit-box-shadow: 3px 8px 31px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 8px 31px -12px rgba(0,0,0,0.75);
    box-shadow: 3px 8px 31px -12px rgba(0,0,0,0.75);
    background: #fff;
    margin: 20px 0;
}
#egresados .noticias a.news-teaser-link {
    background-color: #fff;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    color: #000;
    transition: 0.25s all;
    box-shadow: 0 0 0 transparent;
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}
#egresados .noticias a.news-teaser-link .wrap-info {
    padding: 15px 20px;
}
#egresados .noticias .news-image {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    padding: 0 !important;
}
#egresados .noticias .content_principal .category-news {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4px 5px;
    color: #fff;
    background-color: #dA0921;
}
#egresados .noticias .news-image .wrap-fields-image {
    position: relative;
}
#egresados .noticias .secundaria .wrap-info .news-date {
    font-size: 0.7em;
}
#egresados .noticias .wrap-info .news-date {
    font-size: 0.8em;
    margin-bottom: 4px;
    font-family: 'Roboto Mono', monospace;
    color: #5b5b5b;
}
#egresados .noticias .wrap-info h2 {
    line-height: 1.1;
    font-weight: bold;
    margin: 0 0 15px;
    color: #dA0921;
}
#egresados .noticias .content_principal .wrap-info h2 {
    font-size: 1.5em;
}
#egresados .secundaria .wrap-info p {
    font-size: 1.0em;
}
#egresados .noticias .content_principal a.news-teaser-link .wrap-info {
    padding: 30px 30px;
}
#egresados .noticias .secundaria .wrap-info h2 {
    font-size: 1.3em;
    line-height: 26px;
    margin: 5px 0;
}
#egresados .noticias .secundaria .news-teaser-link.news_1 .news-image {
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/Universidad-del-Rosario-V4/Egresados/img/news-teaser-1.jpg);
}
#egresados .noticias .secundaria .news-teaser-link.news_2 .news-image {
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/Universidad-del-Rosario-V4/Egresados/img/news-teaser-2.jpg);
}
#egresados .noticias .secundaria .news-teaser-link.news_3 .news-image {
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/Universidad-del-Rosario-V4/Egresados/img/news-teaser-3.jpg);
}
#egresados .noticias .secundaria .news-teaser-link .news-image {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    max-height: 41.6667%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 210px;
}
#egresados .noticias .secundaria {
    padding: 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: stretch;
}
#egresados .noticias .secundaria .wrap-info p {
    margin: 0;
    font-size: 1.1em;
}
#egresados .noticias .secundaria .news-teaser-link .wrap-info {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 20px;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
#egresados a.news-teaser-link:hover {
    box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.16);
    position: relative;
}
#egresados .noticias .secundaria .news-teaser-link a.news-teaser-link {
    background-color: #fff;
    font-size: 0.9em;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    color: #000;
    transition: 0.25s all;
    box-shadow: 0 0 0 transparent;
    align-items: stretch;
}
#egresados .noticias .secundaria .news-small {
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
#egresados .noticias .secundaria .news-small:first-child {
    border-top: none;
    width: 100%;
}
#egresados .news-teaser-link .news-image .category-news {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4px 5px;
    color: #fff;
    background-color: #dA0921;
    font-size: 0.9em;
}
#egresados .bottom-more {
    text-align: right;
    margin: 30px 0;
    font-weight: bold;
}
#egresados .bottom-more a {
    color: #282828;
    transition: all 0.35s;
    font-size: 0.9em;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
}
#egresados .content_principal .btn {
    text-transform: uppercase;
    display: inline-block;
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#egresados .bottom-more a:hover {
    color: #dA0921;
}
/* NOTICIAS */
/*INICIO SECION Banner EGRESADOS*/
#Seccion-Estudiantes.inicio .banner .row {
    margin-right: 0px;
    margin-left: 0px;
}
#Seccion-Estudiantes.inicio .img-fluid{
    margin-top: 10px;
}
#Seccion-Estudiantes.inicio .banner  .contenedor-banner {
    background-image: linear-gradient(to bottom, rgba(4, 12, 94, 0.9) 40%, rgba(255, 255, 255, 0.6) 100%);
    max-height: 550px;
    min-height: 450px;
}
#Seccion-Estudiantes.inicio p{
        color: white; 
 }
#Seccion-Estudiantes.inicio .banner .titulo-banner {
    padding-right: 100px;
    font-family: 'Bebas Neue';
    font-size: 80px;
    line-height: 40px;
}
#Seccion-Estudiantes.inicio .banner .titulo-banner-2 {
    padding-right: 100px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-top: 60px;
}
#Seccion-Estudiantes.inicio .banner .subtitulo-banner {
    padding-right: 100px;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 30px;
    width: 80%;
}
#Seccion-Estudiantes.inicio .btn {
    display: table !important;
    padding: 10px;
    font-family: 'Nunito';
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0px;
}
#Seccion-Estudiantes.inicio .btn-danger {
    background-color: #DA0921;
    transition: .3s;
}
#Seccion-Estudiantes.inicio .btn-primary {
    background-color: transparent;
    border-color: #fff;
    border-width: 3px;
    color: #ffffff;
    width: 55%;
    transition: .5s;
}
#Seccion-Estudiantes.inicio .btn-dark {
    background-color: #2c2f79 ;
    width: 28%;
    transition: .3s;
}
#Seccion-Estudiantes.inicio .btn-info {
    background-color: #2c2d51;
    border-width: 0px;
    width: 50%;
    transition: .3s;
}
/*INICIO HOVER BOTONES*/
#Seccion-Estudiantes.inicio .btn-danger:hover {
    background-color: rgba(218,9,33,0.5);
    transition: .3s;
    width: 38%;
    border-width: 3px;
    border-color: #fff;
    font-weight: bold;
}
#Seccion-Estudiantes.inicio .btn-primary:hover {
    background-color: rgba(221,221,221,0.8);
    border-color: #DA0921;
    border-width: 3px;
    color: #DA0921;
    width: 60%;
    font-weight: bold;
    transition: .5s;
}
#Seccion-Estudiantes.inicio .btn-dark:hover {
    background-color: rgba(44,47,121,0.3);
    border-width: 3px;
    border-color: #2c2f79;
    width: 30%;
    font-weight: bold;
    transition: .3s;
}
#Seccion-Estudiantes.inicio .btn-info:hover {
    background-color: rgba(44,45,81,0.5);
    border-width: 3px;
    border-color: #2c2d51;
    width: 50%;
    font-weight: bold;
    transition: .3s;
}
/*FIN HOVER BOTONES*/
/* clases comunes */
#Seccion-Estudiantes.inicio {
    font-family: 'Montserrat', sans-serif;
}
#Seccion-Estudiantes .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.banner {
    position: relative;
}
/* fin clases comunes */
#Seccion-Estudiantes.inicio .banner .mostrar-movil,
#Seccion-Estudiantes.inicio .banner .mostrar-tabletas,
#Seccion-Estudiantes.inicio .banner .mostrar-escritorio {
    display: none;
    padding-left: 0px;
    padding-right: 0px;
}
#Seccion-Estudiantes.inicio .banner {
    position: relative;
}
/*INICIO SECCIÃ“N S-FACTORY*/
#Seccion-Estudiantes.inicio .contenedor-principal-1 {
    margin-top: auto;
    margin-bottom: 15px;
}
#Seccion-Estudiantes.inicio .contenedor-principal-2 {
    margin-top: auto;
    margin-bottom: 20px;
}
#Seccion-Estudiantes.inicio .contenedor1-textos {
    padding: 60px 25px;
}
#Seccion-Estudiantes.inicio  .titulo-seccion{
    color: #5D605E;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
    font-weight: 600;
}
#Seccion-Estudiantes.inicio .texto-seccion{
    font-family: 'Montserrat', sans-serif;
    color: #0F0E0E;    
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 0px;
}
/*FIN SECION ESTUDIANTE*/
/*INICIO Botones ft cartas Ref sección estudiantes*/
#Seccion-Estudiantes.inicio .botones-egresados .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, hsl(214deg 99% 15% / 88%), hsl(240deg 96% 20%));
    transition: opacity 0.3s ease-in 0s, transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
    opacity: 0;
    overflow: hidden;
    z-index: 1;
}
#Seccion-Estudiantes.inicio .botones-egresados .img-content {
    position: relative;
}
#Seccion-Estudiantes.inicio .item_card {
    margin: 10px 0;
}
#Seccion-Estudiantes.inicio .botones-egresados h3 {
    bottom: 0;
    align-items: flex-end;
    align-content: flex-end;
    display: flex;
    color: #fff;
    font-size: 1.2em;
    position: relative;
    z-index: 1;
    font-weight: 600;
    line-height: 25px;
}
#Seccion-Estudiantes.inicio .botones-egresados a.Campus_Virtual {
    background-image: url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/Estudiantes/img/Campus_Virtual-eaulas.png);
    background-color: yellow;
}
#Seccion-Estudiantes.inicio .img-content {
    position: relative;
}
#Seccion-Estudiantes.inicio .item_card {
    margin: 10px 0;
}
#caja-superior-menu-lateral .menu_lateral a {
    font-weight: 700;
}
#caja-superior-menu-lateral .menu_lateral #modal_id.close {
    color: white;
    font-size: 2em;
}
#caja-superior-menu-lateral .menu_lateral #modal_id.close:hover {
    color: #da0921;
    opacity: 100;
}
/*FINAL Botones ft cartas Ref sección estudiantes*/
/*FIN SECION Banner EGRESADOS*/
@media (min-width: 1300px) {
 #egresados .container {
    max-width: 1280px;
}
}
@media (max-width: 1024px) {
    #egresados .contenedor-btn {
        display: inline-flex!important;
        width: 20%!important;
        height: 140px;
        font-size: 0.5em!important;
        }
        
} 
@media (max-width: 1199.98px) {
#egresados .container {
    max-width: none !important;
}
}
/*nuevo banner EGRESADOS*/
@media (min-width:  769px) and (max-width: 1024px) {
    #Seccion-Estudiantes.inicio .banner .titulo-banner-2 {
        font-size: 26px;
        line-height: 26px;
        margin-top: 60px;
    }
/*botones*/ 
    #Seccion-Estudiantes.inicio .btn-danger {
        width: 55%;
        font-size: 16px;
        line-height: 16px;
    }
    #Seccion-Estudiantes.inicio .btn-primary {
        width: 80%;
        font-size: 16px;
        line-height: 16px;
    }
    #Seccion-Estudiantes.inicio .btn-dark {
        width: 40%;
        font-size: 16px;
        line-height: 16px;
    }
    #Seccion-Estudiantes.inicio .btn-info {
        width: 70%;
        font-size: 16px;
        line-height: 16px;
    }   
}
@media (min-width: 769px) {
    /*inicio Nuevo Banner*/
    #Seccion-Estudiantes.inicio .banner .mostrar-escritorio {
        display: block;
    }
        #Seccion-Estudiantes.inicio .banner-donar .mostrar-escritorio {
        display: block;
    }
    /*Fin Nuevo Banner*/
}
/*nuevo banner EGRESADOS*/
@media (max-width:768px){
#egresados .rosarista h2 {
    font-size: 2.2em;
    line-height: 36px;
}
#egresados .contenedor-btn {
    width: 48%!important;
    height: 134px;
}
}
@media (max-width: 992px){
    #egresados .rosarista h2 {
        font-size: 1.8em;
        line-height: 45px;
    }
    #egresados .beneficios_egresados {
        background-position-x: 6%;
    }
    #egresados .convenios-descuentos img {
        width: 100%;
        margin: 20px -10px;
    }
    #egresados .rosaristas_mundo .modulos_egresados {
        background-position-y: center;
    }
    #egresados .convenios-descuentos p {
        font-size: 1.0em;
    }
    
    #egresados .convenios-descuentos img {
        margin: 10px 0;
        max-width: 500px;
    }
    #egresados .rosarista {
        display: block;
    }
    /* NOTICIAS */
    #egresados .noticias {
        background-image: linear-gradient(90deg, #dadae5 100%, #fff 0%);
    }
    #egresados .noticias .content_principal .wrap-info h2 {
        font-size: 1.2em;
        line-height: 25px;
    }
    /* NOTICIAS */
   
}
@media (max-width: 767px) {
   
    #egresados .rosarista h2 {
        font-size: 1.5em;
        line-height: 39px;
    }
    #egresados .beneficios_egresados::before {
        width: 90%;
    }
    #egresados .beneficios_egresados {
        width: 100%;
        min-height: 359px;
    }
    #egresados.container-fluid .rosarista {
        padding: 20px;
    }
    #egresados h2 {
        font-size: 2.0em;
    }  
    
    #egresados hr {
        width: 80%;
    }
    #egresados .rosaristas_mundo h2 span {
        font-size: 0.6em;
    }
    #egresados.portal_empleo {
        padding: 50px 0px;
    }
    #egresados .bottom_text{
        display: contents;
    }
    #egresados .tiptext {
        display: none;
    }
    #egresados .rosaristas_mundo.capsulas::before {
        transition: all 0.3s;
        width: 100%;
        height: 271px;
    }
    #egresados .rosaristas_mundo .modulos_egresados {
        background-image: none;
    }
    #egresados .rosaristas_mundo .modulos_egresados::before {
        transition: all 0.3s;
        width: 100%;
        height: 247px;
        top: auto;
        background: linear-gradient(to bottom, rgba(234, 5, 5, 0.91) 0%, rgba(232, 0, 0, 0.86) 100%),url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/Universidad-del-Rosario-V4/Egresados/img/gif_pedro.gif);
        background-position-x: center;
        background-size: cover;
    }
    #egresados .modulos_egresados .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    /* NOTICIAS */
    #egresados .noticias .content_principal a.news-teaser-link .wrap-info {
        padding: 15px 20px;
    }
    #egresados .noticias .secundaria {
        padding: 30px 40px;
    }
    /* NOTICIAS */
    .contenedor-btn{
    width: 100%!important;
}
    
}
/*___________________________NUEVO BANNER EGRESADOS___________________________*/
@media (min-width: 426px) and (max-width: 768px) {
    #Seccion-Estudiantes.inicio .banner .mostrar-tabletas {
        display: block;
    }
    #Seccion-Estudiantes.inicio .banner-donar .mostrar-tabletas {
        display: block;
    }
    #Seccion-Estudiantes.inicio .banner .titulo-banner {
        font-size: 60px;
    }
    #Seccion-Estudiantes.inicio .banner .titulo-banner-2 {
        line-height: 20px;
        font-size: 20px;
        margin-top: 0px;
    }
    #Seccion-Estudiantes.inicio .banner .subtitulo-banner {
        padding-right: 40px;
        font-size: 15px;
        width: 80%;
        margin-bottom: 5%;
        margin-top: 5%;
    }
/*INCIO Botones*/
    #Seccion-Estudiantes.inicio .btn-danger {
        width: 55%;
        font-size: 13px;
    }
    #Seccion-Estudiantes.inicio .btn-primary {
        width: 77%;
        font-size: 13px;
        line-height: 13px;
    }
    #Seccion-Estudiantes.inicio .btn-dark {
        width: 45%;
        font-size: 13px;
        line-height: 13px;
        border-width: 0px;
    }
    #Seccion-Estudiantes.inicio .btn-info {
        width: 75%;
        font-size: 13px;
        line-height: 13px;
        border-width: 0px;
    }
/*FIN Botones*/
    /*Imágen*/
    #Seccion-Estudiantes.inicio .img-fluid{
        margin-top: 0px !important;
    }
}
@media (max-width: 425px) {
    #Seccion-Estudiantes.inicio .banner  .contenedor-banner {
        max-height: 420px;
        min-height: 350px;
    }
    #Seccion-Estudiantes.inicio .contenido-banner-movil {
        position: relative;
        text-align: center;
    }
    
    #Seccion-Estudiantes.inicio .texto-movil{
        position: absolute;
        width: 90%;
        margin: 2% 7%;
    }
    #Seccion-Estudiantes.inicio .banner .mostrar-movil {
        display: block;
    }
    #Seccion-Estudiantes.inicio .banner .titulo-banner {
        margin-left: 20px;
        margin-bottom: 0px;
        font-size: 45px;
        text-align: left;
        padding-right: 0px;
    }
    #Seccion-Estudiantes.inicio .banner .titulo-banner-2 {
        margin: 0px;
        font-size: 20px;
        line-height: 27px;
        margin-top: 35px;
        text-align: left;
        padding-left: 20px;
    }
    #Seccion-Estudiantes.inicio .banner .subtitulo-banner {
        margin: 0px 20px;
        font-size: 14px;
        justify-content: left;
        text-align: left;
        padding-right: 0px;
        margin-bottom: 20px;
        width: 80%;
    }
    /*INCIO Botones*/
    #Seccion-Estudiantes.inicio .btn-danger {
        width: 50%;
        font-size: 11px;
    }
    #Seccion-Estudiantes.inicio .btn-primary {
        width: 72%;
        font-size: 11px;
        line-height: 11px;
    }
    #Seccion-Estudiantes.inicio .btn-dark {
        width: 40%;
        font-size: 11px;
        line-height: 11px;
        border-width: 0px;
    }
    #Seccion-Estudiantes.inicio .btn-info {
        width: 70%;
        font-size: 11px;
        line-height: 11px;
        border-width: 0px;
    }
    /*FIN Botones*/
    /*Imágen*/
    #Seccion-Estudiantes.inicio .img-fluid{
        margin-top: 0px !important;
    }
}
/*___________________________NUEVO BANNER EGRESADOS___________________________*/
@media (max-width: 375px) {
    #egresados .rosaristas_mundo .modulos_egresados::before {
        height: 193px;
    }
    #egresados .sistemas img {
        width: 60%;
    }
    #egresados .sistemas img {
        width: 42%;
        }
        #egresados .contenedor-btn {
            width: 75%!important;
            height: 115px;
        }
    
    }
    