body {
    background: #0b003f !important;
}
html {
    scroll-behavior: smooth;
}
.wrap-main-footer.footer-line-3 {
    background: #fff;
}
label.form-check-label.autorizo a {
    font-size: 12px;
    color: #000 !important;
}
#GlobantCenter .mega-menu-block h3.megamenu-title a.menuInterno {
    font-size: 16px;
    color: #242153;
    text-align: left;
    font-weight: 900;
}
a.btnServicios {
    padding: 1em;
    display: table;
    width: 100%;
}
p.texto {
    color: #000000;
}
.miga {
    background: #e4e4f1;
    padding: 6px 28px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
    display: table;
    width: 100%;
}
.tag {
    background: #2b2f76;
    display: table;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 40px;
}
.modal-body ol {
    color: #000000;
}
.redes {
    color: #fff;
    display: table;
}
.redes .item:hover {
    transition: 0.2s;
    transform: scale(1.1);
}
.redes .item {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.redes .item a i {
    font-size: 2em;
    color: #fff;
}
figure.effect-ruby i {
    color: #e80b00;
    margin-right: 8px;
}
p.titulo {
    font-weight: 900;
}
.miga a {
    padding: 10px 8px;
    color: #000;
    font-weight: bold;
    /* display: table; */
}
.miga a:hover {
    color: #da0921;
    transition: 0.1s;
}
#GlobantCenter .row {
    margin-left: 0;
    margin-right: 0;
}
#slidehome video {
    margin-left: 0;
    margin-top: -6%;
    width: 100%;
    opacity: 0.4;
}
#slidehome .carousel-indicators {
    bottom: auto !important;
    top: 70% !important;
}
#GlobantCenter .descLogo {
    position: absolute;
    width: 100%;
    /* bottom: 300px; */
    padding: 4% 0;
    z-index: 99;
}
#GlobantCenter p.tituloBanner {
    position: absolute;
    bottom: 0;
    padding: 0% 6%;
    font-size: 1.3em;
    width: 60%;
    text-align: left;
}
#GlobantCenter .descLogo img {
    width: 100%;
}
.titulo {
    display: table;
}
.titulo h2 {
    font-weight: 900;
    padding: 0%;
    font-size: 1.3em;
    margin-bottom: 0px;
}
/*---------------*/
/***** Ruby *****/
/*---------------*/
hr.linea {
    display: table !important;
    margin: 0 auto !important;
    float: none !important;
    width: 60px !important;
    text-align: center;
    margin-top: 8px !important;
}
figure.effect-ruby a {
    color: #fff;
    font-weight: 900;
}
figure.effect-ruby.grande {
    width: 47.8%;
    max-width: 100%;
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
    text-align: c;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 280px;
    background: #1b142e;
    text-align: center;
    cursor: pointer;
    text-align: c;
    /* width: 41.2%; */
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.effect-ruby {
    background-color: #00a9d7;
}
figure.effect-ruby img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.6s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    width: 100%;
    opacity: 0.9;
}
figure.effect-ruby:hover img {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-ruby h2 {
    margin-top: 10%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    font-size: 1.1em;
    text-transform: initial;
    width: 80%;
    margin: 0 auto;
    margin-top: 4%;
}
figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 0;
    border: 3px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
}
figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
/*---------------*/
/***** Ruby *****/
/*---------------*/
#GlobantCenter .servicios {
    display: table;
    width: 100%;
    padding: 3% 6%;
    background: #dadae5;
}
#GlobantCenter .titulo {
    font-size: 2em;
    text-align: left;
}
#GlobantCenter .titulo b {
    text-transform: uppercase;
    color: #00a9d7;
}
.misionVision.historia p.titulo {
    font-size: 2em !important;
    text-transform: uppercase;
    color: #000 !important;
    margin-bottom: 10px;
}
.misionVision.historia hr {
    margin-left: 0 !important;
    width: 90px !important;
}
.aliados p.titulo {
    text-align: left !important;
}
p.texto.linea b {
    font-size: 1.5em;
}
.cajasResultados a {
    text-decoration: none;
}
.cajasResultados a p {
    text-decoration: none;
}
.resultados {
    background: #e80d02;
    padding: 3%;
}
.resultados hr {
    border-color: #fff !important;
    background: #fff !important;
}
.cajasResultados {
    display: table;
    width: 100%;
    margin-top: 50px;
}
.cajasResultados a {
    text-decoration: none;
}
.cajaR:hover {
    color: #fff;
    text-decoration: none;
}
.cajaR p {
    font-size: 0.8em !important;
    margin-top: 10px;
    line-height: 22px;
}
.cajaR i {
    font-size: 1.5em;
    margin-top: 10px;
}
.cajaR {
    text-align: center;
    background: #bf0901;
    padding: 3%;
    margin-bottom: 0;
    cursor: pointer !important;
}
.cajasResultados a {
    color: #fff;
    font-size: 1.5em;
}
.infografia img {
    width: 100%;
}
.ecosistema {
    padding: 3%;
}
#GlobantCenter {
    font-family: "Nunito", sans-serif;
}
#GlobantCenter a {
    text-decoration: none;
}
#GlobantCenter p.titulo {
    font-size: 2em;
    margin-bottom: 30px;
    color: #e80b00;
    text-transform: uppercase;
}
.galeria {
    padding: 4% 6%;
    display: table;
    background: #fff;
}
.galeriaTexto hr {
    margin-left: 0 !important;
    width: 100px !important;
}
.galeriaTexto p {
    font-size: 1.3em;
}
.galeriaTexto {
    padding: 10% 4%;
    background: #fff;
}
.bottom-more i {
    color: #e80b00;
}
#GlobantCenter .bannerPrincipalInicio {
    position: relative;
    overflow: hidden;
    max-height: 470px;
    background: linear-gradient(to right, #000296, rgb(27 27 27 / 91%));
    background-size: cover;
    text-align: center;
    color: #fff;
}
#GlobantCenter.inicio p.parrafo {
    min-height: 117px !important;
}
#GlobantCenter.inicio .info {
    min-height: 294px !important;
}
#GlobantCenter .bannerPrincipalInicio .nombre-programa {
    text-align: left;
    font-size: 3em;
    font-weight: 900;
}
#GlobantCenter .bannerPrincipalInicio .banner {
    margin: auto;
    margin-top: -7%;
    opacity: 0.2;
    width: 100%;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
    z-index: 99;
}
.inicio .sello p.texto {
    margin: 20px 0 7px;
}
#GlobantCenter .cajatexto {
    padding: 7% 5% 3%;
    position: absolute;
    opacity: initial;
    z-index: 9;
}
#GlobantCenter p.TextoBanner {
    line-height: 22px;
    margin-top: 0;
    text-align: left;
    display: table;
    width: 89%;
    font-size: 1.2em;
}
.icono i {
    margin-left: 20%;
}
#GlobantCenter .bannerPrincipalInicio .nombre-programa b {
    color: #e80b00;
}
#GlobantCenter .redessociales {
    position: absolute;
    left: 50px;
    top: 40px;
    z-index: 8;
    text-decoration: none;
}
#GlobantCenter .redessociales i {
    font-size: 1.1em;
    margin-left: 8px;
    cursor: pointer;
    border: solid 1px #fff;
    padding: 8px 10px;
    border-radius: 100%;
    background: #00a9d7;
    color: #fff;
    text-decoration: none;
}
#GlobantCenter .redessociales i.fab.fa-facebook-f:hover {
    background: #1c35ad;
    transition: 0.3s;
}
.redessociales i.fab.fa-twitter:hover {
    background: rgb(9, 143, 221) !important;
    transition: 0.3s;
}
#GlobantCenter .redessociales i.fab.fa-instagram:hover {
    background: linear-gradient(#9100ff, #c3005a, #dcb700);
    transition: 0.3s;
}
#GlobantCenter .redessociales i.fab.fa-linkedin:hover {
    background: #195a8e !important;
}
#GlobantCenter .redessociales i.fab.fa-facebook-f {
    padding: 8px 11px !important;
}
#GlobantCenter .redessociales a {
    text-decoration: none;
}
#GlobantCenter .misionVision {
    padding: 3% 5%;
    background: #fff;
}
#GlobantCenter .imagen {
    border: solid 2px #ddd;
    padding: 10px;
}
.testimonoios {
    background: #069ac5;
    padding: 4%;
}
#GlobantCenter .controles.dos i.fas.fa-chevron-left {
    background: #fff;
    color: #e80b00;
}
#GlobantCenter #GlobantCenter.controles.dos i.fas.fa-chevron-right {
    background: #e80b00;
}
#GlobantCenter .controles.dos {
    z-index: 99;
    margin-top: 20px;
}
.infoTestimonios p {
    color: #fff;
}
#GlobantCenter p.nombre {
    font-size: 3em;
    text-align: right;
    font-weight: 900;
    line-height: 51px;
}
#GlobantCenter p.estudia {
    text-align: right;
    font-size: 1.2em;
}
.infoTestimonios {
    padding: 6%;
}
#GlobantCenter p.textotestimonio {
    color: #fff;
    font-size: 1.1em;
}
#GlobantCenter .testimonoios ul.carousel-indicators {
    display: none;
}
#GlobantCenter .descripcion {
    padding: 0;
    width: 100%;
    display: table;
    font-size: 1.1em;
    margin-top: 20px;
}
#GlobantCenter .nombre-programa img {
    width: 85%;
    text-align: left;
    float: left;
    margin-bottom: -19px;
}
#GlobantCenter .sello {
    padding: 3% 6%;
    background: #e80b00;
}
#GlobantCenter .sello .imagenSello {
    /* padding: 10% 9% 0% 0; */
    width: 100px;
    float: left;
    padding: 2%;
    margin-bottom: -20px;
}
#GlobantCenter .sello p.texto {
    color: #fff;
    /* border-top: solid 1px; */
    padding: 2% 0;
    border: solid 1px;
    padding: 3%;
    min-height: 300px;
    background: #bf0900;
    line-height: 21px;
}
#GlobantCenter .contenidoSello p {
    color: #fff !important;
}
#GlobantCenter .campus {
    padding: 3% 5%;
    background: #fff;
}
#GlobantCenter .cajaCampus img {
    width: 100%;
}
#GlobantCenter .campus .titulo {
    text-transform: uppercase;
    color: #000 !important;
}
#GlobantCenter .campus .titulo b {
    text-transform: uppercase;
    color: #e80b00;
}
#GlobantCenter hr {
    border: solid 2px #00a9d7;
    background-color: #00a9d7;
    width: 360px;
    float: left;
    margin: 11px;
    margin-left: -180px;
    margin-bottom: 10px;
}
.titulo hr {
    border-color: #e80b00 !important;
    background-color: #e80d00 !important;
}
#GlobantCenter .campuscajas {
    display: table;
    width: 100%;
}
#GlobantCenter .cajaCampus {
    margin-top: 20px;
    box-shadow: 0px 0px 14px #c5c5c5;
}
#GlobantCenter .info {
    padding: 4%;
    min-height: 442px;
}
#GlobantCenter p.tituloCampus {
    font-weight: 900;
    font-size: 1.3em !important;
    line-height: 20px;
    min-height: 60px;
}
#GlobantCenter a.ver-mas {
    border: solid 2px #e80b00;
    color: #e80b00;
    padding: 7px 11px;
    /* margin-top: 20px; */
    display: table;
    text-decoration: none;
    font-weight: 900;
}
#GlobantCenter .info p.parrafo {
    min-height: 63px;
    font-size: 0.9em;
    min-height: 270px;
}
#GlobantCenter .campus .info {
    min-height: 488px;
}
#GlobantCenter a.ver-mas:hover {
    background: #e91915;
    color: #fff;
    transition: 0.2s;
}
#GlobantCenter .ur-steam {
    background: #dadae5;
    padding: 3% 5%;
    min-height: 330px;
}
#GlobantCenter .campus .titulo {
    font-size: 2em;
}
#GlobantCenter .campus .titulo {
    font-size: 2em;
    text-align: left;
}
#GlobantCenter .ur-steam .titulo b {
    text-transform: uppercase;
    color: #e80b00;
}
#GlobantCenter .ur-steam hr {
    margin-left: 0;
    margin-bottom: 20px;
}
#GlobantCenter .ur-steam p.texto {
    display: table;
    width: 100%;
    font-size: 0.9em;
}
#GlobantCenter .carousel-inner {
    position: relative;
    width: 100%;
    overflow: inherit;
}
#GlobantCenter .controles {
    position: initial;
    width: 100%;
    float: left;
    position: inherit; /* color: forestgreen; */
    margin-top: 10%;
}
#GlobantCenter .controles i {
    background: forestgreen;
    padding: 14px;
}
#GlobantCenter .controles i.fas.fa-chevron-left {
    background: #e80b00;
    /* opacity: .9; */
    font-size: 1.5em;
}
#GlobantCenter .controles i.fas.fa-chevron-right {
    background: #00a9d7;
    font-size: 1.5em;
    left: 63px;
    position: relative;
}
#GlobantCenter .controles .carousel-control-next,
.carousel-control-prev {
    position: initial;
    width: 44px;
    float: left;
    opacity: 0.9;
    width: 270px;
    display: table;
}
#GlobantCenter .controles.dos i.fas.fa-chevron-right {
    background: #e80b00 !important;
}
#GlobantCenter .controles .col-12.col-md-5.blanco {
    background: #fff;
}
.descFecha p {
    color: #000;
}
.aliados p.titulo {
    text-transform: uppercase;
    color: #000 !important;
    font-size: 2em !important;
}
#GlobantCenter .aliados p.titulo b {
    text-transform: uppercase;
    color: #e80b00;
}
#GlobantCenter .aliados {
    background: #fff;
    padding: 3% 5%;
}
#GlobantCenter .cajaaliados {
    display: table;
    width: 100%;
    margin-top: 20px;
}
#GlobantCenter .logo {
    border: solid 2px #dadae5;
    margin-bottom: 20px;
}
.aliados .logo {
    margin: 13px 0 0px;
}
#GlobantCenter .aliados .logo {
    margin-bottom: 1px;
}
#GlobantCenter .aliados .resp-tab-content {
    padding-bottom: 21px;
}
#GlobantCenter .principal {
    padding: 0% 4% 0% 0;
    display: table;
    /* background: forestgreen; */
    width: 100%;
}
#GlobantCenter .noticias h2 {
    font-weight: 900;
    color: #212529;
    padding: 5px 0px;
    margin: 0;
    font-size: 2em;
    text-transform: uppercase;
}
.DatosFechas.imagen {
    padding: 0 !important;
    border: none !important;
    max-width: 170px !important;
}
#GlobantCenter .noticias hr {
    width: 70%;
    position: static;
    border: 2px solid #e80b00;
    display: inline-block;
    margin: 20px 0px 20px -50%;
    background: #2a9d9d;
}
#GlobantCenter .noticias .content_principal {
    -moz-box-shadow: 3px 8px 31px -12px rgba(0, 0, 0, 0.75);
    margin: 30px 40px 0px 0px;
    display: flex;
    width: auto;
}
#GlobantCenter .news-teaser-link .news-image .category-news {
    position: absolute;
    left: 11px;
    padding: 4px 5px;
    color: #fff;
    background-color: #e80b00;
    font-size: 0.9em;
    margin-top: -29px;
    margin-left: -11px;
}
#GlobantCenter .eventos hr {
    width: 180px !important;
    margin: 21px -67px;
}
#GlobantCenter .DatosFechas h3 {
    margin: 0;
    color: #fff;
    border-bottom: solid 3px #fff;
    font-size: 4.5em;
    text-align: center;
    font-weight: 800;
}
#GlobantCenter .DatosFechas h4 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-weight: 900;
    font-size: 2.4em;
}
#GlobantCenter .descFecha {
    display: table;
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    /* padding: 3%; */
    min-height: 130px;
}
#GlobantCenter .DatosFechas {
    color: #ffffff;
    display: table;
    float: left;
    background: #e80b00;
    padding: 1% 3%;
    margin-right: 20px;
    max-width: 110px;
    width: 100%;
    max-width: 160px;
    min-height: 160px;
}
#GlobantCenter .DatosFechas i {
    color: #ffffff !important;
    padding-right: 3px;
}
#GlobantCenter .cajaFecha h5 strong {
    font-size: 0.85em;
    line-height: 20px;
    color: #e80b00;
    margin-bottom: 0;
}
#GlobantCenter .cajaFecha i {
    color: #2e3180;
    font-size: 1.2rem;
}
#GlobantCenter .bottom-more a {
    transition: all 0.35s;
    font-size: 1.2em;
    margin-top: 0;
    margin-right: 0px;
    cursor: pointer;
    font-weight: 900;
    transform: 0.2s;
    margin-right: 35px;
    border-bottom: solid 3px transparent;
    border-radius: 0;
    padding: 0;
}
#GlobantCenter .bottom-more a :hover {
    background: #da0921;
    color: #fff;
    transition: 0.2s;
}
#GlobantCenter .bottom-more.dos a {
    margin-top: 0;
}
#GlobantCenter .noticias .bottom-more {
    margin-bottom: 28px;
    display: block;
    float: right;
}
#GlobantCenter .noticias {
    background-image: linear-gradient(90deg, rgb(218 218 228) 50%, #f0f0fc 50%);
    padding: 0;
    border-top: solid 1px #dadae5;
    padding: 2% 4% 0% 5%;
}
#GlobantCenter .noticias .content_principal {
    -moz-box-shadow: 3px 8px 31px -12px rgba(0, 0, 0, 0.75);
    margin-top: 60px;
}
#GlobantCenter .col-12.col-sm-12.col-md-12.col-lg-6.principal.eventos {
    padding: 0 0 4% 4%;
}
#GlobantCenter .cajaFecha h5 {
    padding: 20px;
    color: #e80b00;
}
#GlobantCenter .wrap-info {
    background: #fff;
    padding: 4%;
    min-height: 270px;
    margin-bottom: 12px;
}
#GlobantCenter .wrap-info h3 {
    color: #e80b00;
    font-size: 1.5em;
    font-weight: bold;
}
#GlobantCenter .news-date {
    letter-spacing: 2px;
    color: #666;
    font-size: 0.8em;
}
#GlobantCenter .fechas a {
    text-decoration: none;
}
/*internacionalizacion*/ /*internacionalizacion*/ /*internacionalizacion*/ /*internacionalizacion*/
/*internacionalizacion*/ /*internacionalizacion*/ /*internacionalizacion*/ /*internacionalizacion*/
/*internacionalizacion*/ /*internacionalizacion*/ /*internacionalizacion*/ /*internacionalizacion*/
.Internacionalizacion-Casa .Descripcion {
    background-color: #ffffff;
    padding: 3%;
}
#GlobantCenter .descripcionInternacionalizacion {
    background: #fff;
    padding: 3% 6%;
}
.Internacionalizacion-Casa .Descripcion p.texto {
    display: table;
    width: 100%;
}
#GlobantCenter .descripcionInternacionalizacion hr {
    margin-left: 0 !important;
    width: 100px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
#GlobantCenter .descripcionInternacionalizacion .Descripcion {
    background-color: #fff;
    padding: 3%;
}
#GlobantCenter .descripcionInternacionalizacion p.titulo {
    text-align: left !important;
}
#GlobantCenter figure.effect-marley a {
    color: #fff;
}
.Internacionalizacion .figure.effect-marley h2 {
    min-height: 80px !important;
}
#GlobantCenter .bottom-more a:hover {
    background: no-repeat;
    color: #000;
    border-bottom: solid 3px #e80b00;
}
.proyectosFormatos.movilidad {
    background: #fff;
    padding: 4%;
}
.proyectosFormatos.movilidad .texto {
    display: table;
    width: 100%;
}
.proyectosFormatos.movilidad .cajasopciones {
    margin-top: 20px !important;
}
.proyectosFormatos.movilidad .cajasopciones {
    display: table;
    width: 100%;
    margin-top: 70px;
}
.proyectosFormatos.movilidad p.titulo {
    text-align: left !important;
}
.proyectosFormatos.movilidad .cajaCarta {
    background: #da0921;
    padding: 5% 10%;
    color: #fff;
    min-height: 260px;
}
.proyectosFormatos.movilidad a.cajaLink {
    display: table;
    border: solid 1px #fff;
    padding: 5px 20px;
    margin-bottom: 10px;
    background: transparent;
    cursor: pointer;
    transition: 0.2s;
    color: #fff;
    font-size: 0.9em !important;
    font-weight: 400;
}
.proyectosFormatos.movilidad .cajaCarta.Lineamiento {
    background: #1a1f98 !important;
    width: 100%;
    margin-top: 0;
}
.proyectosFormatos.movilidad a.cajaLink:hover {
    background: #fff;
}
.proyectosFormatos.movilidad .cajaCarta.Lineamiento a.cajaLink:hover {
    color: #1a1f98 !important;
}
.cifras.lineasInvestigacion.internacionalizacionCasa .caja-cifra a {
    color: #fff;
    cursor: pointer;
}
.cifras.lineasInvestigacion.internacionalizacionCasa .caja-cifra:hover {
    transition: 0.2s;
    /* transform: scale(1.1); */
    box-shadow: 2px 2px 5px rgb(27 20 46);
}
.informes.espacios p.titulo {
    text-align: center !important;
    line-height: 40px !important;
}
.cifras.lineasInvestigacion.internacionalizacionCasa .caja-cifra {
    min-height: 80px !important;
    padding: 5% 0% !important;
}
.cifras.lineasInvestigacion.internacionalizacionCasa p.titulo {
    line-height: 40px !important;
}
.aliadosEstartegicos {
    background: #fff;
    padding: 3% 4%;
}
.aliadosEstartegicos p.titulo {
    text-align: left !important;
    line-height: 40px !important;
}
.aliadosEstartegicos.redes {
    background: #dadae5;
}
.aliadosEstartegicos p.subtitle {
    display: table;
    width: 100%;
    margin-top: 60px;
    font-size: 1.5em;
    color: #2c2e79;
}
.aliadosEstartegicos.redes p.subtitle {
    margin-top: 0;
}
.aliadosEstartegicos.redes .logo {
    border-color: #fff !important;
    background: rgb(255 255 255 / 34%);
}
.aliadosEstartegicos .logo {
    cursor: pointer;
    transition: 0.2s;
}
.aliadosEstartegicos .logo:hover {
    box-shadow: 2px 2px 9px rgb(0 0 0 / 31%);
    transition: 0.2s;
}
.aliadosEstartegicos.acreditacion p.subtitle {
    margin-top: 0;
}
.ur-steam.DescFacultyInternacional {
    background: #fff !important;
}
.ur-steam.DescFacultyInternacional p.titulo {
    margin-top: 40px !important;
}
.aliados .resp-tab-content .row {
    display: inline-flex;
}
.videoModal {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
    border: solid 2px #dadae5;
    padding: 10px;
}
.Equipo .ElEquipo .cajaPersona {
    max-height: 617px;
    height: 333px;
}
.Equipo .ElEquipo .cajaPersona p.cargopersona {
    font-weight: 900;
    line-height: 1em !important;
    font-size: 0.9em;
    margin-bottom: 0.7em;
}
.Equipo .ElEquipo .cajaPersona p.correoFuncionario {
    font-weight: 900;
    line-height: 1em !important;
    font-size: 0.9em;
    margin-bottom: 0.7em;
}
.Equipo .ElEquipo .cajaPersona p.telefonoFuncionario {
    font-weight: 900;
    line-height: 1em !important;
    font-size: 0.9em;
    margin-bottom: 0.7em;
}
.Equipo .ElEquipo .cajaPersona p.ubicacionFuncionario {
    font-weight: 900;
    line-height: 1em !important;
    font-size: 0.9em;
    margin-bottom: 0.7em;
}
.Intercambio-presencial a.boton {
    background: #da0921;
    color: #fff;
    padding: 7px 10px;
    font-weight: 900;
    letter-spacing: 2px;
    text-decoration: none;
    border: solid 1px #da0921;
    margin-top: 20px;
    display: table;
}
.Intercambio-presencial a.boton:hover {
    transition: 0.2s !important;
    background: #fff !important;
    color: #da0921 !important;
}
.Intercambio-presencial .infografia {
    background: #fff;
    padding: 3% 5%;
}
.Intercambio-presencial .infografia .caja a {
    color: #da0921;
    font-weight: 800;
}
.Descuento {
    background: linear-gradient(rgb(11 0 63), rgb(11 0 63)), url(https://www.urosario.edu.co/PortalUrosario/media/UR-V4/Escuela-de-Administracion/img/fondo.jpeg) top fixed no-repeat;
    padding: 0%;
    background-size: cover;
    color: #fff;
    margin-top: 27px;
    margin: 34px 26px 23px 9px;
}
.Intercambio-presencial .infografia .caja {
    background-color: #ffffff;
    padding: 27px;
    height: 357px;
    max-height: 385px;
    border: 2px solid #edeaf4;
}
.Intercambio-presencial .infografia,
.Aliados,
p.texto {
    display: table;
    width: 100%;
}
.Intercambio-presencial .infografia .caja strong {
    font-size: 1.2em;
    font-weight: 900;
}
.Intercambio-presencial .infografia .flex-container {
    display: flex;
    flex-wrap: wrap;
}
.Intercambio-presencial .infografia .flex-container > div {
    background-color: #edeaf4;
    width: 48%;
    margin: 10px;
    padding: 16px 44px;
    border-left: 3px solid#da0921;
}
.Intercambio-presencial .infografia .flex-container > div strong {
    font-size: 1.3em;
    font-weight: 800;
    text-align: left;
    display: block;
}
.Intercambio-presencial .infografia .flex-container > div::before {
    width: 0;
    height: 0;
    border-left: 22px solid #e80b00;
    border-top: 96px solid transparent;
    border-bottom: 93px solid transparent;
    content: "";
    position: relative;
    left: -46px;
    margin-right: 96px;
    top: 73px;
}
.Intercambio-presencial .infografia .flex-container > div i {
    color: #e80b00;
}
.Intercambio-presencial .infografia li {
    font-size: 0.9em;
    list-style: none;
    line-height: 25px;
    margin-left: -40px;
}
.Intercambio-presencial .infografia li:before {
    color: #da0820;
    margin-right: 8px;
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}
.Instructivos {
    display: grid;
    width: 100%;
}
.Intercambio-presencial .Aliados {
    background: #fff;
    padding: 3% 5%;
}
.Intercambio-presencial .Aliados .flex-container {
    display: flex;
    flex-wrap: wrap;
}
.Intercambio-presencial .Aliados .flex-container > div {
    background-color: #ffffff;
    border: 2px solid#edeaf4;
    width: 11%;
    height: auto;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.urinternacional a {
    background-color: #e80b00;
    color: #ffff;
    padding: 1% 1% 1%;
    transition: 1s;
    width: 100%;
    display: block;
}
.urinternacional h3 {
    font-weight: 800;
}
.urinternacional a:hover {
    background-color: #0b003f;
    border: 1px solid #ffffff;
}
#GlobantCenter .logo {
    border: solid 2px #dadae5;
    margin-bottom: 20px;
    float: left;
}
#GlobantCenter .multiculturalismo {
    min-height: 160px;
    background: #fff;
    padding: 3% 4%;
    margin-bottom: 20px;
    transition: 0.2s;
    border-radius: 10px;
}
#GlobantCenter .multiculturalismo:hover {
    box-shadow: 0px 0px 10px #d2d2d2;
    transition: 0.2s;
}
#GlobantCenter img.logoMulti {
    float: left;
}
#GlobantCenter p.textoMulti {
    font-size: 2.8em;
    line-height: 47px;
    padding: 4.5% 6%;
    font-weight: 900;
    color: #000;
}
/*INTERCAMBIO PRESENCIAL*/
.Aliados .image {
    display: block;
    width: 100%;
    height: auto;
}
.img-content {
    position: relative;
}
.Aliados img {
    display: block;
    width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #08002e, #0b003fc2);
    transition: opacity 0.3s ease-in 0s, transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
    opacity: 0;
    overflow: hidden;
    cursor: pointer;
}
.img-content:hover .overlay {
    opacity: 1;
}
.img-content:hover .overlay .text {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.text {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s;
    position: relative;
    left: 22%;
    top: 40%;
    color: white;
    border: 1px solid;
    font-weight: 800;
    width: 55%;
    text-align: center;
    transition: 1s;
}
.text:hover {
    background-color: #da0921;
}
.alidos_pop button.close {
    background-color: #da0921;
    opacity: 100;
    border-radius: 50%;
    height: 43px;
    width: 40px;
}
.alidos_pop button.close:hover {
    background-color: #0a0254;
    opacity: 100;
    color: white;
}
.alidos_pop button.close span {
    position: relative;
    top: -7px;
    left: -4px;
}
.alidos_pop .modal-body {
    padding: 6%;
}
.alidos_pop h5#exampleModalLabel a {
    color: #000000;
}
.card.alidos_accordion div#headingOne {
    background-color: #edeaf4;
    text-align: center;
}
.card.alidos_accordion .btn.btn-link {
    color: #000000 !important;
    font-weight: 800;
}
.card.alidos_accordion .btn.btn-link:hover {
    color: #000000 !important;
}
.alidos_pop li {
    font-size: 0.9em;
    list-style: none;
    line-height: 25px;
    margin-left: -40px;
}
.alidos_pop li:before {
    color: #da0820;
    margin-right: 8px;
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}
.alidos_pop button.btn.btn-secondary {
    background-color: #da0921;
    margin: auto;
    border: 0;
    transition: 1s;
}
.alidos_pop button.btn.btn-secondary:hover {
    background-color: #0b003f;
}
.alidos_pop td.negritatd {
    font-weight: 800;
}
.alidos_pop td {
    border-bottom: 1px solid#edeaf4;
}
.alidos_pop td.titulo_encabezado {
    font-weight: 800;
    background-color: #edeaf4;
    border: 3px solid #ffffff;
    text-align: center;
}
.alidos_pop table.Bachelor tr td:nth-child(2) {
    text-align: center;
}
.alidos_pop table.Montpellier tr td:nth-child(2) {
    text-align: center;
}
.alidos_pop table.Montpellier tr td:nth-child(3) {
    text-align: center;
}
.alidos_pop table.Montpellier tr td:nth-child(4) {
    text-align: center;
}
.Zuyd,
.ESAN td {
    width: 100% !important;
}
.modal table.ESAN tr td:nth-child(2) {
    text-align: center;
}
.modal table.Zuyd tr td:nth-child(2) {
    text-align: center;
}
#GlobantCenter .modal a.boton {
    background: #da0921;
    color: #fff;
    padding: 7px 10px;
    font-weight: 900;
    letter-spacing: 2px;
    text-decoration: none;
    border: solid 1px #da0921;
    margin-top: 20px;
    display: table;
    margin: auto;
}
#GlobantCenter .col-12.col-md-5.blanco {
    background: #fff;
}
#GlobantCenter .icono {
    background: #d41d22;
    padding: 9%;
    color: #fff;
    font-size: 6em;
    text-align: center;
    max-width: 302px;
    clip-path: polygon(0 0, 81% 0, 99% 101%, 0% 100%);
    position: relative;
    z-index: 99999999;
}
#GlobantCenter .contacto {
    color: #000;
    background: #ffffff;
}
#GlobantCenter .contacto .col-12.col-md-3 {
    padding: 0;
}
#GlobantCenter .contacto .col-12.col-md-9 {
    background: #fff;
    padding: 2.4%;
    font-size: 1.2em;
    margin-bottom: 0px;
}
#GlobantCenter p.contactoTEXTO {
    font-weight: 900;
    margin-bottom: 0;
}
#GlobantCenter p.contactoTEXTO b {
    color: #d41d22;
}
#GlobantCenter p.contactoTEXTO i {
    color: #069ac5;
}
/*#GlobantCenter .forma {
        clip-path: polygon(0 0, 0% 100%, 99% 100%);
        width: 50px;
        background: #d41d22;
        display: table;
        height: 173px;
        position: absolute;
        right: 75px;
        bottom: 0;
        top: 0;
    }*/
#GlobantCenter .modal.show {
    background: rgb(0 146 255 / 84%);
}
#GlobantCenter h4.modal-title {
    font-weight: 900;
}
#GlobantCenter button.btn.btn-danger {
    background: #e80b00;
    border-radius: 0;
    font-weight: 900;
    letter-spacing: 1px;
    display: table;
    margin: 0 auto;
    font-size: 1.2em;
}
#GlobantCenter .modal-body {
    text-align: left !important;
    font-size: 1.1em;
}
.modal-body img {
    width: 100%;
    margin-bottom: 10px;
}
#GlobantCenter #carouselExampleControls-uno .carousel-inner {
    position: inherit;
    width: inherit;
    overflow: auto;
}
#GlobantCenter #carouselExampleControls-uno .controles .carousel-control-next,
.carousel-control-prev {
    position: absolute;
    display: flex;
}
.contacto {
    display: none;
}
#GlobantCenter #carouselExampleControls-dos .carousel-inner {
    position: inherit;
    width: inherit;
    overflow: auto;
}
#GlobantCenter #carouselExampleControls-dos .controles .carousel-control-next,
.carousel-control-prev {
    position: absolute;
    display: flex;
}

.Formulario .Form {
    width: 60%;
    border: 1px solid#da0921;
}

.Formulario {
    background-color: white;
    padding: 3% 0;
    width: 100%;
}

div#p_lt_ctl09_pageplaceholder_p_lt_ctl14_editabletext_ucEditableText_widget1_ctl00_viewBiz {
    background-color: #dadae4;
    border-radius: 24px;
}
div#p_lt_ctl09_pageplaceholder_p_lt_ctl14_editabletext_ucEditableText_widget1_ctl00_viewBiz_ncpautorizaciondeimagen {
    font-size: 0.8em;
}
span#p_lt_ctl09_pageplaceholder_p_lt_ctl14_editabletext_ucEditableText_widget1_ctl00_viewBiz_AutorizacionUsodeDatos_list {
    font-size: 0.8em;
}
div#p_lt_ctl09_pageplaceholder_p_lt_ctl14_editabletext_ucEditableText_widget1_ctl00_viewBiz .btn-primary {
    color: #fff;
    background-color: #e81900;
    border-color: #e81900;
    margin-bottom: 31px !important;
    font-weight: 800;
    margin: auto;
}
.Formulario label {
    width: 96%;
    display: inline-flex;
}
.Formulario h2 {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}
.modal .carousel-control-prev,
.carousel-control-next {
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}
 .modal .carousel-control-next:after{
  content: '>';
  font-size: 25px;
  padding: 0 9px;
  background-color: #e80b00;
}
 .modal .carousel-control-prev:after{
  content: '<';
  font-size: 25px;
  padding: 0 9px;
  background-color: #e80b00;
}
 .modal .carousel-control-prev-icon {
    display: none;
}
 .modal .carousel-control-next-icon {
    display: none;
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 1000px !important;
    }
}
/**animacion slide principal**/
@-webkit-keyframes immortalkenburns {
    0% {
        -webkit-transform: scale(1);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
    }
    100% {
        -webkit-transform: scale(1.2);
        -webkit-transition: -webkit-transform 20000ms linear 0s;
    }
}
@-moz-keyframes immortalkenburns {
    0% {
        -moz-transform: scale(1);
        -moz-transition: -moz-transform 20000ms linear 0s;
    }
    100% {
        -moz-transform: scale(1.2);
        -moz-transition: -moz-transform 20000ms linear 0s;
    }
}
@-ms-keyframes immortalkenburns {
    0% {
        -ms-transform: scale(1);
        -ms-transition: -ms-transform 20000ms linear 0s;
    }
    100% {
        -ms-transform: scale(1.2);
        -ms-transition: -ms-transform 20000ms linear 0s;
    }
}
@-o-keyframes immortalkenburns {
    0% {
        -o-transform: scale(1);
        -o-transition: -o-transform 20000ms linear 0s;
    }
    100% {
        -o-transform: scale(1.2);
        -o-transition: -o-transform 20000ms linear 0s;
    }
}
@keyframes immortalkenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }
    100% {
        transform: scale(1.2);
        transition: transform 20000ms linear 0s;
    }
}
/**animacion slide principal**/
@media (min-width: 1440px) {
    #GlobantCenter .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1520px !important;
    }
    .grid figure {
        max-width: 33%;
        min-width: 31%;
    }
}
@media (min-width: 1400px) and (max-width: 2000px) {
    #GlobantCenter .eventos hr {
        margin: 21px -10% !important;
    }
}
@media (max-width: 1440px) {
    .grid figure {
        max-width: 430px;
        min-width: 415px;
    }
    #GlobantCenter .servicios {
        padding: 3% 3.7%;
    }
    #GlobantCenter p.tituloBanner {
        position: absolute;
        bottom: -70px;
    }
}
@media (max-width: 1300px) {
    .grid figure {
        max-width: 30%;
        min-width: 31%;
    }
    #GlobantCenter p.textoMulti {
        font-size: 2em;
    }
    #GlobantCenter .icono {
        height: 174px !important;
    }
    #GlobantCenter .forma {
        right: 24px !important;
        bottom: 0;
    }
    p.dato {
        font-size: 0.7em !important;
        line-height: 18px !important;
    }
    #GlobantCenter.inicio p.TextoBanner {
        font-size: 14px;
    }
    #GlobantCenter.inicio .cajatexto {
        padding: 2% 5% 3%;
    }
    #GlobantCenter p {
        font-size: 0.9em;
    }
    #GlobantCenter .ur-innova {
        min-height: 330px;
    }
    #GlobantCenter .DatosFechas h3 {
        font-size: 2.8em;
    }
    #GlobantCenter .cajaFecha h5 strong {
        font-size: 0.7em;
        line-height: 15px;
    }
    #GlobantCenter .cajaFecha h5 {
        padding: 10px;
    }
}
@media (min-width: 1200px) {
    #GlobantCenter .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}
@media (min-width: 1140px) {
    #GlobantCenter .nombre-programa img {
        width: 75%;
        margin-bottom: 10px;
    }
    #GlobantCenter.inicio p.TextoBanner {
        line-height: 20px;
        font-size: 16px;
    }
    #GlobantCenter .eventos hr {
        width: 180px !important;
        margin: 21px -53px;
    }
}
@media (max-width: 1024px) {
    .grid figure {
        max-width: 290px;
        min-width: 295px;
    }
    .titulo h2 {
        font-size: 1em;
    }
    .galeria img {
        height: auto;
    }
    #slidehome video {
        margin-top: -22% !important;
    }
    #GlobantCenter .sello p.texto {
        min-height: 350px;
    }
    #GlobantCenter .wrap-info {
        min-height: 260px;
        margin-bottom: 12px;
    }
    #GlobantCenter .titulo {
        line-height: 34px;
    }
    #GlobantCenter .menu li a {
        font-size: 0.7em;
        color: #000;
    }
    .info p.parrafo {
        min-height: 103px;
    }
    .procesos p.parrafo {
        margin-top: 4px;
        font-size: 0.8em !important;
    }
    .procesos .subtitle {
        font-size: 1.5em;
    }
    #GlobantCenter .cajatexto {
        padding: 2% 5% 2%;
    }
    #GlobantCenter p.TextoBanner {
        font-size: 0.9em;
    }
    .eventosDestacados.fonfogris .grid figure {
        min-width: 277px;
        max-width: 230px;
        max-height: 360px;
    }
    #GlobantCenter a.navbar-brand {
        font-size: 0.8em;
    }
    #GlobantCenter .menu li a {
        font-size: 0.8em;
        color: #000;
    }
    #GlobantCenter .menu li {
        padding: 0 13px;
    }
    #GlobantCenter .menu li a {
        font-size: 0.8em;
    }
    #GlobantCenter .menu li a i {
        font-size: 0.5em;
    }
    #GlobantCenter.inicio .bannerPrincipalInicio .banner {
        min-height: 250px;
        margin-top: 0;
    }
    #GlobantCenter .ur-innova {
        min-height: 300px;
    }
    #GlobantCenter .cajaFecha h5 strong {
        font-size: 0.65em;
        line-height: 15px;
    }
    #GlobantCenter .DatosFechas h3 {
        font-size: 2.1em;
    }
    #GlobantCenter .eventos hr {
        width: 180px !important;
        margin: 21px -43px;
    }
    #GlobantCenter.inicio p.TextoBanner {
        font-size: 13px;
    }
    #slidehome video {
        margin-top: -18% !important;
    }
    figure.effect-ruby h2 {
        font-size: 0.9em;
    }
    #GlobantCenter .DatosFechas h4 {
        font-size: 1em;
    }
    #GlobantCenter .DatosFechas h3 {
        font-size: 1.5em;
    }
    #GlobantCenter .DatosFechas {
        max-width: 60px;
        min-height: 130px;
    }
    #GlobantCenter p {
        font-size: 0.7em;
    }
    #GlobantCenter img.logoMulti {
        float: left;
        width: 100px;
    }
    #GlobantCenter p.textoMulti {
        font-size: 1.4em;
        line-height: 27px;
    }
    #GlobantCenter .multiculturalismo {
        min-height: 110px;
    }
    #GlobantCenter .icono {
        font-size: 3em;
    }
    #GlobantCenter .icono {
        height: 94px !important;
    }
    #GlobantCenter .forma {
        display: none;
    }
    .icono i {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .modal-body .col-md-5 {
        max-width: 100%;
        flex: 100%;
    }
    .modal-body .col-md-7 {
        max-width: 100%;
        flex: 100%;
    }
    #GlobantCenter a.verMas {
        font-size: 0.8em;
        margin-top: 20px;
        display: table;
    }
    #GlobantCenter p {
        line-height: 18px;
    }
    #GlobantCenter p.TextoBanner {
        font-size: 0.7em;
        line-height: 16px;
    }
    #GlobantCenter .bannerPrincipalInicio .nombre-programa {
        font-size: 2em;
    }
    #GlobantCenter .menu li {
        padding: 0 10px;
    }
    #GlobantCenter a.navbar-brand {
        font-size: 0.8em;
    }
    #GlobantCenter .menu li a i {
        display: none;
    }
    #GlobantCenter a.navbar-brand {
        font-size: 0.6em;
    }
    #GlobantCenter .menu li a {
        font-size: 0.62em;
    }
    #GlobantCenter .menu li a i {
        display: none;
    }
    #GlobantCenter .nombre-programa img {
        width: 80%;
        margin-bottom: 0px;
    }
    #GlobantCenter.inicio p.TextoBanner {
        line-height: 17px;
        font-size: 11px;
        width: 100%;
    }
    #GlobantCenter p {
        font-size: 0.8em;
    }
    #GlobantCenter .descripcion {
        padding: 0% 2%;
    }
    #GlobantCenter .controles i {
        font-size: 1em;
        font-weight: bold;
    }
    #GlobantCenter .controles a.next {
        padding: 8px 10px 6px;
    }
    #GlobantCenter .controles a.prev {
        padding: 8px 13px 6px;
    }
    #GlobantCenter .cajaLinea h4 {
        text-align: center;
        font-size: 0.9em;
    }
    #GlobantCenter .cajaLinea img {
        width: 50px;
    }
    .cajaslineas .lienasInvestigacion .col-md-2 {
        padding: 0;
    }
    #GlobantCenter .cajaLinea {
        min-height: 122px;
    }
    #GlobantCenter .noticias {
        background-image: linear-gradient(180deg, rgb(218 218 228) 54%, #f0f0fc 50%);
    }
    #GlobantCenter .noticias h2 {
        margin-top: 80px;
    }
    #GlobantCenter .eventos hr {
        width: 180px !important;
        margin: 21px -84px;
    }
    #GlobantCenter .descFecha {
        width: 100%;
    }
    .bottom-more.dos {
        margin-right: 30px;
    }
    #GlobantCenter .noticias {
        padding: 2% 4% 0% 7%;
    }
    .internacionalizacion,
    .Semilleros,
    .Investigacion,
    .cajasServicios .grid figure {
        min-width: 100%;
    }
    #GlobantCenter p.tituloBanner {
        font-size: 1em;
    }
    .grid figure {
        min-width: 340px;
        max-height: 150px;
    }
    .grid figure figcaption {
        font-size: 0.9em;
    }
    .titulo h2 {
        font-size: 0.6em;
    }
    #GlobantCenter .noticias .content_principal {
        margin: 0;
        width: 100%;
    }
    #GlobantCenter .descFecha {
        padding: 0 0%;
    }
    #GlobantCenter .DatosFechas {
        max-width: 130px;
        min-height: 130px;
    }
    #GlobantCenter .DatosFechas {
        max-width: 130px;
        min-height: 130px;
    }
    #GlobantCenter p.textotestimonio {
        color: #fff;
        font-size: 0.7em;
    }
    #GlobantCenter p.nombre {
        font-size: 2em;
        text-align: right;
        font-weight: 900;
        line-height: 41px;
    }
    #GlobantCenter .icono {
        height: 114px !important;
    }
}
@media (max-width: 768px) {
    .cifras.lineasInvestigacion .col-md-2 {
        width: 20%;
        max-width: 20%;
        flex: 20%;
    }
}
@media (max-width: 600px) {
    #GlobantCenter p.titulo {
        font-size: 1.4em;
        margin-bottom: 0;
        line-height: 30px !important;
    }
    .miga a {
        padding: 8px 3px;
    }
    a.cajaInforme {
        margin-bottom: 20px;
    }
    #GlobantCenter .descripcionInternacionalizacion p.titulo {
        font-size: 1.1em;
    }
    .video {
        margin-bottom: 20px;
    }
    .footerURsteam .frase small {
        text-align: center;
    }
    .logoEvento {
        margin-bottom: 30px;
    }
    .eventosDestacados.fonfogris .grid figure {
        min-width: 100%;
        max-width: 230px;
        max-height: 360px;
    }
    .procesos.otra {
        margin-top: -20px;
    }
    .procesos {
        margin-bottom: 20px;
    }
    #GlobantCenter p.TextoBanner {
        font-size: 0.7em;
        line-height: 13px;
    }
    .grid figure {
        min-width: 509px;
    }
    #GlobantCenter .nombre-programa img {
        width: 50%;
        margin-bottom: -10px;
    }
    #GlobantCenter a.navbar-brand {
        font-size: 1em;
    }
    #GlobantCenter .imagen {
        margin-bottom: 20px;
    }
    #GlobantCenter .sello .imagenSello {
        padding: 8%;
    }
    #GlobantCenter .info p.parrafo {
        min-height: auto;
    }
    #GlobantCenter p {
        font-size: 1em;
    }
    #GlobantCenter .controles {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #GlobantCenter .lienasInvestigacion {
        margin-top: -20px;
    }
    #GlobantCenter p {
        font-size: 0.9em;
    }
    #GlobantCenter .cajaLinea h4 {
        text-align: center;
        font-size: 0.7em;
    }
    #GlobantCenter .ur-innova {
        min-height: 200px;
    }
    #GlobantCenter .menu li {
        border-bottom: solid 2px #fff;
        border-left: none;
    }
    .Equipo .ElEquipo .cajaPersona {
        height: auto;
    }
    #GlobantCenter .campus .info {
        min-height: auto;
    }
    #GlobantCenter .campus a.ver-mas {
        margin-top: 20px;
    }
    .Intercambio-presencial .infografia .flex-container > div {
        width: 100%;
    }
    .Intercambio-presencial .Aliados .flex-container > div {
        width: 42%;
    }
    .Intercambio-presencial .infografia .caja {
        height: auto;
        max-height: inherit;
    }
    .Intercambio-presencial .infografia .caja {
        margin-bottom: 26px;
    }
    .alidos_pop button.close {
        position: absolute;
        right: 7px;
        top: 12px;
    }
    .modal a.boton {
        margin: 0 0 14px 0;
    }
    .titulo h2 {
        font-size: 1em;
    }
    figure.effect-ruby h2 {
        font-size: 1.5em;
    }
    .galeriaTexto {
        padding: 10% 0 0;
        background: #fff;
    }
    #GlobantCenter .noticias h2 {
        margin-top: 20px;
    }
    #GlobantCenter .icono {
        background: #d41d22;
        padding: 4%;
        font-size: 3em;
        max-width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .grid figure {
        min-width: 542px;
        max-height: 240px;
    }
    #GlobantCenter p.tituloBanner {
        font-size: 0.8em;
    }
}
@media (max-width: 425px) {
    #GlobantCenter p.tituloBanner {
        font-size: 0.6em;
        line-height: 12px;
        bottom: -60px;
    }
    .miga a {
        padding: 8px 2px;
        font-size: 0.8em;
    }
    .footerURsteam .frase h3 {
        font-size: 1.5em;
    }
    button.ver-mas {
        margin: 0 auto;
        display: table;
    }
    #GlobantCenter .bannerPrincipalInicio .banner {
        margin-top: 5%;
    }
    .URsteam .PrePos h3 {
        font-size: 3em;
    }
    .grid figure {
        min-width: 339px;
    }
    #GlobantCenter a.navbar-brand {
        font-size: 0.8em;
    }
    #GlobantCenter.inicio .bannerPrincipalInicio .banner {
        min-height: 270px;
    }
    #GlobantCenter.inicio .cajatexto {
        padding: 10% 5% 3%;
    }
    #GlobantCenter .nombre-programa img {
        margin-bottom: -5px;
    }
    #GlobantCenter .lienasInvestigacion .col-md-2 {
        flex: 33%;
        max-width: 50%;
    }
    #GlobantCenter .cajaLinea {
        min-height: 97px;
    }
    #GlobantCenter .cajaLinea {
        border: solid 1px #ddd;
        margin-bottom: 0;
        margin-top: 0;
    }
    #GlobantCenter .cajaLinea.noBorde {
        border: solid 1px #ddd;
        margin-bottom: 0;
        margin-top: 0;
    }
    #GlobantCenter .cajaaliados .col-md-2 {
        flex: 33%;
        max-width: 33%;
    }
    #GlobantCenter .DatosFechas {
        max-width: 80px;
    }
    #GlobantCenter .cajaFecha h5 strong {
        font-size: 0.6em;
        line-height: 12px;
    }
    .ur-steam.DescFacultyInternacional p.titulo {
        margin-top: 0px !important;
    }
    .grid figure {
        min-width: 379px;
        max-height: 220px;
    }
    figure.effect-ruby h2 {
        font-size: 1.2em;
    }
    #GlobantCenter .DatosFechas {
        max-width: 100px;
        min-height: 170px;
    }
    #GlobantCenter p {
        font-size: 0.6em;
    }
}
@media (max-width: 375px) {
    #GlobantCenter p.tituloBanner {
        font-size: 0.5em;
        line-height: 12px;
        bottom: -50px;
    }
    .URsteam .PrePos h3 {
        font-size: 2.6em;
    }
    #GlobantCenter .bannerPrincipalInicio .banner {
        margin-top: 16%;
    }
    .grid figure {
        min-width: 340px;
    }
    #GlobantCenter .redessociales i {
        font-size: 0.9em;
        margin-left: 3px;
        padding: 8px 8px;
    }
    #GlobantCenter .nombre-programa img {
        width: 56%;
    }
    #GlobantCenter.inicio p.TextoBanner {
        line-height: 15px;
    }
    #GlobantCenter .ur-steam p.texto {
        margin-bottom: 40px;
    }
    figure.effect-marley h2 {
        font-size: 0.6em;
    }
    figure.effect-ruby h2 {
        font-size: 0.9em;
    }
    #GlobantCenter p.textoMulti {
        font-size: 1.2em;
        line-height: 27px;
    }
    #GlobantCenter .descFecha {
        width: 95%;
    }
    #GlobantCenter .icono {
        height: 84px !important;
    }
}
@media (max-width: 320px) {
    #GlobantCenter .redessociales {
        position: absolute;
        left: -160px;
    }
    #GlobantCenter p.tituloBanner {
        font-size: 0.4em;
        line-height: 9px;
        bottom: -50px;
    }
    .grid figure {
        min-width: 286px;
    }
    #GlobantCenter .redessociales {
        position: absolute;
        right: 20px;
        top: 13px;
        z-index: 8;
    }
    #GlobantCenter .nombre-programa img {
        width: 62%;
    }
    #GlobantCenter .DatosFechas {
        max-width: 70px;
    }
    #GlobantCenter .DatosFechas h3 {
        font-size: 1.5em;
    }
    #GlobantCenter .DatosFechas {
        padding: 5% 3%;
    }
}
