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;
}
.columnaContactos .contacto-1 {
height: 327px!important;
    border: 7px solid #ffffff!important;
    background-color: #e9e9f2!important;
}
/* Style the navbar */
#posgrados #navbar {
    overflow: hidden;
    z-index: 3;
  } 
  
  /* Navbar links */
  #posgrados #navbar a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
  }
  
  /* Page content */
  #posgrados .content {
    padding: 16px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  #posgrados .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }


  #posgrados #mejor_opcion .item_card {
    margin: 10px 0;
    cursor: pointer;
}


#posgrados #mejor_opcion .charlas {
    background-image: url(../img/Ruta_Int_ECH.jpg);
}

#posgrados #mejor_opcion .filtro:hover .ver-mas {
    visibility: visible;
}

 
#posgrados #mejor_opcion .charlas {
    width: 100%;
    height: 374px;
    background-size: cover;
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: background-image 0.3s linear 0s;
    padding: 20px;
    align-items: center;
}

    #posgrados #mejor_opcion .filtro:before {
        background-image: linear-gradient(to bottom, rgba(4, 4, 4, 0.17) 0%, rgba(0, 0, 0, 0.62) 100%);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 1;
        transition: all 0.3s;
    }

    #posgrados #mejor_opcion .ver-mas {
        width: 100%;
        color: #fff;
        z-index: 2;
        text-align: center;
        padding: 20px;
    }

    #posgrados #mejor_opcion .ver-mas {
        visibility: hidden;
    }

    #posgrados #mejor_opcion .filtro:after {
        background-image: linear-gradient(to bottom, rgba(27, 20, 45, 0.67) 0%, rgba(46, 49, 128, 0.63) 100%);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 0;
        transition: all 0.3s;
    }



    
    #posgrados #mejor_opcion .filtro:hover {
        text-decoration: none;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    }

    #posgrados #mejor_opcion .filtro:hover:after {
        opacity: 1;
    }

    #posgrados #mejor_opcion .filtro:after {
        background-image: linear-gradient(to bottom, rgba(27, 20, 45, 0.67) 0%, rgba(46, 49, 128, 0.63) 100%);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 0;
        transition: all 0.3s;
    }

    #posgrados #mejor_opcion a {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
        border: 2px solid #ffffff;
        padding: 2% 7%;
        font-weight: 800;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        font-size: 1.8em;
    }

    #posgrados #mejor_opcion .item_card .modal-dialog {
        max-width: 70%;
        pointer-events: none;
        width: 70%;
        display: flex;
        align-items: center;
        align-content: center;
        top: 10%;
    }

    #posgrados .modal {
        background: linear-gradient(to right,rgba(46, 49, 128, 0.88), rgba(27, 20, 45, 0.86)) !important;
    }

    #posgrados .modal-header {
        border-bottom: 1px solid #e5e5e5;
        background: rgba(218, 218, 229, 0.7803921568627451);
        padding: 2% 4%;
    }

    #posgrados #mejor_opcion .item_card  img {
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
        display: block;
    }

    #posgrados .modal-header {
        border-bottom: 1px solid #e5e5e5;
        background: rgba(218, 218, 229, 0.7803921568627451);
        padding: 2% 4%;
    }

    #posgrados h4.modal-title {
        font-size: 1.5em;
        font-weight: bold;
        color: #333333;
    }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  #posgrados .sticky + .content {
    padding-top: 60px;
  }

  #posgrados .calendario p {
    font-size: 1.0em;
    text-align: left;
    margin: 0;
}

#posgrados .menu_posgrados a {
  font-size: 15px !important;
  text-align: center;
}

#posgrados .calendario .card-header {
  padding: 20px 15px;
  border: 2px solid #e9e9f1;
  background-color: rgba(0, 0, 0, 0.04);
}

#posgrados .calendario .card-body a {
  color: #da0a21;
  font-weight: 800;
}

#posgrados .calendario ul.boton_eje {
  list-style: none;
}

#posgrados .calendario ul.boton_eje button {
  margin: 20px;
}

#posgrados .calendario button.btn {
  width: 100%;
  display: flex;
  padding: 0;
}

#posgrados .calendario .card-body {
  padding: 15px 45px;
}

#posgrados .calendario button i {
  font-size: 25px;
  font-weight: 800;
  margin: 0px 10px;
  color: #da0a21;
}

#posgrados h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: #000;
    padding: 5px 0px;
    margin: 0;
}
#posgrados p {
    font-size: 1.2em;
    margin: 20px 0;
}
#posgrados h3 {
    font-size: 1.7em;
    color: #d80e23;
    font-weight: 600;
}
#posgrados strong {
    font-weight: 700;
}
#posgrados button.white-bold {
    border: 1px solid #dA0921;
    background-color: #fff;
    color: #dA0921;
    padding: 6px 13px;
}
#posgrados button.white-bold:hover {
    border: 1px solid #fff;
    background-color: #dA0921;
    color: #fff;
}
.cajaPortafolio {
    cursor: pointer;
}
#posgrados h6 {
    font-size: 1.0em;
    font-weight: 800;
    margin-top: 10px;
    font-family: "Nunito", sans-serif;
}

#posgrados button.white_blue {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 5px 10px;
}
#posgrados button i {
    font-size: 25px;
    font-weight: 800;
    margin: 5px 10px;
}
#posgrados hr {
    width: 300px;
    position: relative;
    border: 2px solid #dA0921;
    display: inline-block;
    margin: 20px 0 25px 0!important;
    left: -183px;
    background: #da0921;
}
#posgrados.container-fluid {
    padding: 0;
    display: block;
}


#posgrados .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}


#posgrados .imagenprincipal {
    position: relative;
    overflow: hidden;
    max-height: 600px;
    background: rgba(0,0,0,1);
    background-size: cover;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: -3px 4px 19px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 4px 19px -5px rgba(0,0,0,0.75);
    box-shadow: -3px 4px 19px -5px rgba(0,0,0,0.75);
}

#posgrados .imagenprincipal .banner{
    margin: auto;
    margin-top: 0;
    opacity: .9;
    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: animaImagenSliderHome 20000ms linear 0s infinite alternate;
    animation: animaImagenSliderHome 20000ms linear 0s infinite alternate;
}

#posgrados .encabezado {
  background: linear-gradient( #da092100 100%, rgba(181, 26, 26, 0.32)100%), url(../img/fondo_2.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 127%;
  min-height: 430px;
  background-position-x: 7%;
  background-position-y: 19%;
}

#posgrados .conoce-mas {
    padding: 5% 7%;
    border-radius: 0;
    width: 100%;
    box-shadow: 3px 2px 13px #cecece;
    z-index: 1;
    background: #fff;
    margin-top: 25px;
}

#posgrados.container-fluid .rosarista {
  padding: 40px;
}

#posgrados.container-fluid .rosarista {
  padding: 180px 60px 20px;
}

#posgrados .rosarista {
    flex-wrap: nowrap;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
}

#posgrados.container-fluid .academico {
  padding: 40px;
}

#posgrados.container-fluid .academico {
  padding: 40px 40px;
}

#posgrados .academico {
    flex-wrap: nowrap;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
}

#posgrados .text_red h4 {
    font-size: 1.7em;
    color: #d80e23;
    font-weight: 600;
}

#posgrados .nuevos-estudiantes .video-responsive {
    position: relative;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
    display: block;
}

#posgrados .nuevos-estudiantes {
    border: 2px solid #ddd;
    width: 120%;
    min-height: auto;
    background-size: cover;
    background-position-x: center;
}

#posgrados .tabs.pasos ul.resp-tabs-list {
  display: none;
}


#posgrados .nuevos-estudiantes::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%;
    height: 89%;
}

/*#posgrados .nuevos-estudiantes::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%;
}*/

#posgrados .encabezado h2 {
    font-weight: 800;
    font-size: 2.3em;
    margin: 0;
    margin-bottom: 10px;
    background: linear-gradient(to left,#2e3180,#1b142d);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 50px;
}

#posgrados .imagenprincipal .titulo {
    position: absolute;
    bottom: 30px;
    display: table;
    width: 50%;
    padding: 0% 10% 0%;
    right: 0;
    text-align: center;
}

#posgrados .imagenprincipal .right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#posgrados .imagenprincipal .titulo h2 {
    font-size: 1.9em;
    z-index: 1;
    color: #fff;
    box-shadow: 0 0 black;
}

#posgrados .conoce-mas p {
    font-size: 1.2em;
}



#posgrados .center_item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

#posgrados .encabezado .right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#posgrados .encabezado .row {
    margin: 0;
}
#posgrados .encabezado strong {
    color: #fff;
    font-weight: 700;
}
#posgrados .encabezado .logo {
    width: 50%;
    padding: 0% 4% 0%;
    right: 0;
    text-align: center;
}
#posgrados .encabezado .frase {
    width: 50%;
    padding: 0% 4% 0%;
    right: 0;
}
#posgrados .menu_posgrados {
  background: #ffffff;
  padding: 10px;
  border-bottom: 2px solid #fff;
}
#posgrados .menu_posgrados a {
    color: #000000;
    font-size: 1.1em;
    font-weight: 700;
}
#posgrados .menu_posgrados a:hover {
    color: #c72c2c;
}
#posgrados .mejor_opcion {
    background: #e9e9f2;
    padding: 6% 0;
}
#posgrados .mejor_opcion .center_content {
    display: flex;
   /* align-items: center;*/
}
#posgrados .mejor_opcion h2{
    font-weight: 700;
}
#posgrados .mejor_opcion img {
    width: 100%;
    padding: 0 30px;
}
#posgrados .mejor_opcion p {
    font-size: 1.4em;
}
#posgrados .mejor_opcion strong {
    font-weight: 600;
}
#posgrados .mejor_opcion .item_padding {
    margin: 40px 0;
}
#posgrados .experiencia {
    padding: 3% 0;
}
#posgrados .experiencia {
    display: flex;
    padding: 25px 0;
}
#posgrados .experiencia .item_card {
    margin: 10px 0;
    cursor: pointer;
}
#posgrados .experiencia .charlas, #posgrados .experiencia .visitas, #posgrados .experiencia .ferias, #posgrados .experiencia .acompanamiento {
    width: 100%;
    height: 320px;
    background-size: cover;
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: background-image 0.3s linear 0s;
    padding: 20px;
}
#posgrados .experiencia .charlas {
    background-image: url(../img/estudiante_urosario.png);
}
#posgrados .experiencia .visitas {
    background-image: url(../img/extranjeros.png);
}
#posgrados .experiencia .ferias {
    background-image: url(../../../Aspirantes/Posgrado/img/ferias.png);
}
#posgrados .experiencia .acompanamiento {
    background-image: url(../../../Aspirantes/Posgrado/img/acompanamiento.png);
}
#posgrados .experiencia h3 {
    bottom: 0;
    align-items: flex-end;
    align-content: flex-end;
    display: flex;
    color: #fff;
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    font-weight: 700;
    line-height: 30px;
}
#posgrados .experiencia .filtro:hover {
    text-decoration: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
#posgrados .experiencia h3::before {
    content: "";
    width: 10px;
    height: 79px;
    background-color: #dA0921;
    position: absolute;
    left: -20px;
    bottom: -28px;
}
#posgrados .experiencia .filtro:hover:after {
    opacity: 1;
}
#posgrados .experiencia .filtro:after {
    background-image: linear-gradient(to bottom, rgba(27, 20, 45, 0.67) 0%, rgba(46, 49, 128, 0.63) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}
#posgrados .experiencia .ver-mas { 
    visibility: hidden; 
  }
#posgrados .experiencia .ver-mas {
    width: 100%;
    color: #fff;
    z-index: 2;
    text-align: center;
    padding: 20px;
}
#posgrados .experiencia .ver-mas h4{
    font-size: 1.7em;
    font-weight: 600;
}
#posgrados .experiencia .ver-mas p{
    font-size: 1.3em;
    font-weight: 300;
}
#posgrados .experiencia .filtro:hover .ver-mas{
    visibility: visible;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    bottom: 20px;
}
#posgrados .experiencia .filtro:hover h3{
    display: none;
}
#posgrados .experiencia .filtro:before {
    background-image: linear-gradient(to bottom, rgba(4, 4, 4, 0.52) 0%, rgba(0, 0, 0, 0.62) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 1;
    transition: all 0.3s;
}
#posgrados .calendario{
    background: #e9e9f2;
    padding: 6% 0;
} 
#posgrados .calendario .item-admind {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    margin-bottom: 20px;
}
#posgrados .calendario .item-admind button h5 {
    font-size: 1.1em;
    font-family: "Nunito", sans-serif;
    text-transform: initial;
    text-align: left;
    z-index: 2;
}
#posgrados .calendario .item-admind button.mas_calen:before {
    width: 50px;
    height: 50px;
    border: 1px solid #1d1d1b;
}
#posgrados .calendario .item-admind button.mas_calen {
    display: flex;
    align-items: center;
    align-content: stretch;
    background: #f9f9f9;
    border: 1px solid #c0c0c0;
    color: #1d1d1b;
    padding: 10px 20px;
    width: 100%;
}
#posgrados .calendario .item-admind button.mas_calen:hover {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #2e3180, #1b142d );
    bottom: 0;
    right: 22px;
    z-index: 2;
}
#posgrados .calendario .item-admind button.mas_calen:hover img {
    display: none;
}
#posgrados .calendario .item-admind button.mas_calen:hover .mas_degrad{
    display: none;
}
#posgrados .calendario .item-admind button.mas_calen img {
    width: 50px;
    margin-right: 10px;
}
#posgrados .calendario .item-admind button.mas_calen:hover h5 {
    color: #fff;
}
#posgrados .calendario .item-admind button.mas_calen:hover .mas_degrad i {
    left: 25px;
    font-size: 33px;
    z-index: 2;
    position: absolute;
    bottom: 38px;
    top: 0px;
}
#posgrados .calendario .item-admind button.mas_calen .mas_degrad {
    width: 27px;
    height: 31px;
    background: linear-gradient(90deg, #2e3180, #1b142d );
    position: absolute;
    bottom: 0;
    right: 15px;
}
#posgrados .calendario .item-admind button.mas_calen .mas_degrad i {
    font-size: 17px;
    font-weight: 800;
    margin: 7px 6px;
    color: #fff;
}
.modal-header{
    flex-direction: row-reverse;
}
#posgrados .calendario .modal.cambios-modal.fade {
    background: linear-gradient(90deg, #2e3180c7, #1b142de3 );
}
#posgrados .calendario .modal.cambios-modal .modal-header {
    display: flex;
    align-items: center;
}
#posgrados .calendario .modal.cambios-modal .modal-content {
    border-radius: 1.5em;
}
#posgrados .calendario .modal.cambios-modal .modal-header img {
    width: 100%;
    max-width: 110px;
    padding: 20px;
}
#posgrados .proceso-incripcion .pasos .resp-tabs-container .circle h4 {
    font-size: 1.0em;
}
#posgrados .calendario .modal.cambios-modal .modal-header h3 {
    font-size: 2.3em;
    font-weight: 600;
    color: #000;
    padding: 5px 0px;
    margin: 0;
}
#posgrados .calendario .modal.cambios-modal .modal-body {
    background: #d9d9e4;
    padding: 35px;
}
#posgrados .calendario .modal.cambios-modal .modal-body .row {
    margin-right: 0px;
    margin-left: 0px;
}
#posgrados .calendario .modal.cambios-modal .row.fechas-entrevista {
    margin-right: 0px;
    margin-left: 0px;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .fecha {
    background: #dA0921;
    color: #fff;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: min-content;
}
#posgrados .proceso-incripcion .pasos .resp-tabs-container h4 {
    font-size: 1.3em;
    margin: auto;
    text-align: center;
    width: 100%;
    display: block;
}
#calendario .modal-header {
    flex-direction: row;
}
.modal-footer {
    padding: 38px!important;
}
#calendario button {
    font-size: 1.2em;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    right: 23px;
    background-color: #d80e23;
    opacity: 1000;
    color: #fff;
    position: inherit;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .fecha h4 {
    font-size: 2.0em;
    font-weight: 600;
    line-height: 28px;
    border-bottom: 3px solid #fff;
    margin: 0;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .fecha h5 {
    font-size: 1.0em;
    font-weight: 600;
    line-height: 28px;
    border-bottom: 3px solid #fff;
    margin: 0;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .fecha p{
    font-size: 1.0em;
    line-height: 28px;
    margin: 0;
    text-align: center;
}
#posgrados .calendario .modal.cambios-modal  .modal-footer {
    justify-content: center;
    background: #d9d9e4;
    border-bottom-right-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
    border-top: none;
}
#posgrados .calendario .modal.cambios-modal .modal-footer button.white-bold {
    border: 1px solid #dA0921;
    background-color: transparent;
    color: #dA0921;
    width: 100%;
    max-width: 151px;
}
#posgrados .calendario .modal.cambios-modal .modal-footer button.white-bold:hover {
    border: 1px solid #dA0921;
    background-color: #dA0921;
    color: #fff;
    width: 100%;
    max-width: 151px;
}
#posgrados .calendario .modal.cambios-modal  .modal-footer  button.white-bold i {
    font-size: 25px;
    font-weight: 800;
    margin: 5px 10px;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .contenido {
    background: #ffffff;
    color: rgb(0, 0, 0);
    width: 100%;
    padding: 10px;
     display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-entrevista .contenido {
    background: #ffffff;
    color: rgb(0, 0, 0);
    width: 100%;
    padding: 10px;
    display: initial;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .contenido h5 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .content-items {
    margin: 10px 0px;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .contenido i {
    font-size: 15px;
    margin: 5px 10px;
    color: #1b142de3;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .contenido p {
    font-size: 0.8em;
    color: #4d4c4c;
    margin: 0;
}

button {
    font-size: 1.2em;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    position: initial!important;
    right: 23px;
    background-color: #d80e23;
    opacity: 1000;
    color: #fff;
}
#inscripciones .cajaPortafolio:hover {
    background: #dadae5;
    transition: .3s;
}
#inscripciones .cajaPortafolio {
    background: #f7f7f7;
    padding: 5%;
    margin-top: 30px;
    border: solid 2px #fff;
    cursor: pointer;
    line-height: 0;
    margin: auto;
    height: 91%;
    text-align: center;
}
#inscripciones .sinEspacio {
    padding: 0;
}
#inscripciones p {
  width: 100%;
  display: table;
  font-size: 1.0em;
  font-weight: 300;
  color: #333;
  padding: 0;
}
#inscripciones .icoportafolio img {
    margin: 0 auto;
    display: table;
    width: 100px;
}
#inscripciones .cajaPortafolio p {
    text-align: center;
    font-weight: bold !important;
    font-size: 1.5em;
    line-height: 1em;
    }



#inscripciones a {
    color: #d80e23!important;
    text-decoration: none;
    background-color: transparent;
}
#inscripciones .card-header button {
    font-size: 1.2em;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    position: inherit;
    background-color: #f0efef61;
    opacity: 1000;
    color: #212121;
    padding-top: 0;
    border-radius: 3px;
}
#inscripciones a:hover {
    text-decoration:underline;
}
#posgrados .proceso-incripcion {
    background: #fff;
    padding: 6% 0;
} 
#posgrados .proceso-incripcion .pasos span {
    color: #d80e23;
    border: 3px solid #d80e23;
    border-radius: 50px;
    font-size: 2.8em;
    font-weight: 700;
    padding: 7px 24px;
    font-family: 'Roboto Mono', monospace;
    font-style: inherit;
    margin: 0 17px 0 0px;
}
#inscripciones .resp-tab-active span {
    border-bottom: none;
    background-color: #d80e23 !important;
    border: none;
    color: #fff !important;
}
#posgrados .proceso-incripcion li.pasos-tap.resp-tab-item.resp-tab-active:hover span {
    color: #fff;
    background: #d80e23;
}
#posgrados .proceso-incripcion .pasos h4 {
    color: #010000;
    font-size: 1.2em;
    font-weight: 700;
    width: 136px;
    display: flex;
}
#posgrados .proceso-incripcion .pasos .pasos-tap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
}
#posgrados .proceso-incripcion .content-info .accordion button.btn {
    width: 100%;
    text-align: inherit;
}
#posgrados .proceso-incripcion .content-info .accordion button.btn i {
    text-align: justify;
}
#posgrados .proceso-incripcion li.pasos-tap:focus span {
    color: #fff;
    background: #d80e23;
    border: 3px solid #d80e23;
}
#posgrados .proceso-incripcion .resp-tab-active {
    background: none;
}
#posgrados .proceso-incripcion .resp-tab-item {
    background: none;
}
#posgrados .proceso-incripcion .resp-tab-content {
    border: none;
}
#inscripciones .resp-tabs-list li {
    padding: 13px 1px!important;
}
#posgrados .proceso-incripcion .resp-tabs-container {
    border-top: 2px solid #d9d9e4;
    background: #fff;
}
#posgrados .proceso-incripcion .content-info {
   padding: 4% 5px;
}
#posgrados .proceso-incripcion .img_incribir img {
    width: 100%;
    z-index: 1;
    position: relative;
    left: 15px;
    top: 12px;
}
#posgrados .proceso-incripcion .img_incribir {
    border: 2px solid #dadae5;
    width: 95%;
}
#posgrados .proceso-incripcion .pasos .content-info li:before {
    color: #da0820;
    margin-right: 8px;
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}
#posgrados .proceso-incripcion .pasos .content-info ul {
    padding: 0;
}
#posgrados .proceso-incripcion .pasos .content-info li {
  list-style: none;
  padding: 5px 0;
  font-size: 1.0em;
}

#posgrados .registros_pagos .margin-gris {
  margin: 20px 10px;
}


#posgrados .proceso-incripcion p a {
  color: #d80e23;
  text-decoration: underline !important;
}

#posgrados .proceso-incripcion a {
  color: #d80e23;
}

#posgrados .contactoPosgrado p {
  font-size: 1.0em;
}

#inscripciones p a {
  text-decoration: underline;
}


#posgrados .proceso-incripcion .pasos .content-info ol.circle li::before {
    color: #da0820;
    margin-right: 8px;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2022";
  }
  #posgrados .proceso-incripcion .pasos .card-header {
    background: #ffff;
    border-radius: 0.3em;
    -webkit-box-shadow: -4px 4px 38px -10px rgba(102,102,102,1);
    -moz-box-shadow: -4px 4px 38px -10px rgba(102,102,102,1);
    box-shadow: 0px 0px 11px 0px rgba(102, 102, 102, 0.51);
}
#posgrados .proceso-incripcion .pasos .card-header h3 {
    font-size: 1.2em;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
}
#posgrados .proceso-incripcion .pasos .card {
    padding: 10px;
    border: none;
    cursor: pointer;
}
#posgrados .proceso-incripcion .pasos button i {
    margin: 0 21px;
}
#posgrados .proceso-incripcion .accordion {
    padding: 20px 0;
}
#posgrados .admision_programas {
    background: #e9e9f2;
    padding: 6% 0;
}
#posgrados .admision_programas .admision_img {
    flex-wrap: nowrap;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
}
#posgrados .admision_programas .admision_img {
    border: 2px solid #dadae5;
    padding: 3% 0;
    left: 3px;
}
#posgrados .admision_estados p {
    font-size: 1.0em !important;
}
#posgrados .admision_programas .admision_img img {
    width: 120%;
    position: relative;
    left: 15px;
    top: 0px;
}
#posgrados .admision_programas .center_item {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    margin-top: 10%;
    right: 40px;
}
#posgrados .admision_programas .admision_estados {
    padding: 5% 7%;
    border-radius: 0;
    width: 100%;
    box-shadow: 3px 2px 13px #cecece;
    z-index: 1;
    background: #fff;
}
#posgrados .admision_programas .admision_estados h4 {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0px;
    margin: 0;
}
#posgrados .admision_programas .contacto_admisiones {
    padding: 20% 20px;
}
#posgrados .admision_programas .contacto_admisiones ul {
    list-style: none;
    padding: 0;
}
#posgrados .admision_programas  .contacto_admisiones i {
    margin: 0 20px;
}
#posgrados .admision_programas .contacto_admisiones strong {
    font-weight: 600;
}
#posgrados .registros_pagos ul{
  list-style: upper-latin;
}
#posgrados .registros_pagos li{
    padding: 5px 0;
}
#posgrados .admision_programas .contacto_admisiones li i{
    color: #d80e23;
  }
  #posgrados .registros_pagos {
    padding: 6% 0;
    background: #e9e9f2;
}
#posgrados .registros_pagos a{
    color: #d80e23;
    font-weight: 700;
    border-bottom: 1px solid #d80e23;
}
#posgrados .registros_pagos ol.circle li{
    list-style: none;
}
#posgrados .registros_pagos ol.circle li::before {
    color: #da0820;
    margin-right: 8px;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2022";
  }
#admisiones{
    display: none;
}

 .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem!important;
}
#inscripciones .btnEvento {
    padding: 0% 5%;
    font-weight: 800;
}



#inscripciones .destacado {
    background: #dadae5;
    display: table;
    padding: 0 0 0 15px;
     margin:0px;
}
#inscripciones .fade {
    background: linear-gradient(to right,rgba(46, 49, 128, 0.88), rgba(27, 20, 45, 0.86))!important;
}

#inscripciones .contenedor-Tabs-Pasos .destacado p {
    padding: 4%;
}


.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;

}

.modal-header {
    display:inherit;

}

#inscripciones .numeracion b {
    background: #da0820;
    color: #fff;
    padding: 5px;
    width: 1;
    float: left;
    border-radius: 100%;
    width: 38px;
    text-align: center;
    margin-right: 7px;
    margin-bottom: 0;
}
.nota-modal {
    background: #dadae5;
    padding: 0.1% 4%;
}
#inscripcione .modal-content p {
    font-size: 1.1em !important;
    padding: 2%;
}
#inscripcione .resp-tabs-container a {
    color: #da0620;
    font-weight: bold;
}
 .btn-default:hover {
    background: #d90821;
    color: #fff!important;
    border-color: #d90721;
    transition: .3s;
}
 .columnas {
    padding: 5.6%;
    display: table;
}
#inscripcione p {
    font-size: 1.2em;
    margin: 14px 0;
}
.btn-default {
 padding: 2px 20px!important;
    color: #da0921!important;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    font-size: 22px!important;
    border: solid 2px;
    border-radius: 0!important;
    letter-spacing: 1px;
    margin-top: 2%;
    margin: 0 auto!important;
    display: table;
    border: 2px solid #da0921!important;
}
#experiencia a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #da0921;
    padding: 2% 7%;
    font-weight:800;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 164px;
}

#experiencia a:hover {
    color: #ffffff;
    border: 2px solid #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width: 1300px) {
        #posgrados .container {
            max-width: 1280px;
        }

       
        
    }


    @media (max-width: 1024px) {

      #posgrados .encabezado {
        background-size: cover;
        background-position-x: 7%;
        background-position-y: 19%;
    }
    
    #posgrados.container-fluid .rosarista {
      padding: 180px 0px 20px;
  }


    }
    
    @media (max-width: 1199.98px) {
       #posgrados .container {
            max-width: none !important;
    
    }


    @media (max-width: 1290px) and (min-width: 1102px){
      #posgrados .container{
          width: 100% !important; 
          margin-left: auto;
          margin-right: auto;
      } 

      }


    @media (max-width: 992px){
    
        #posgrados h2 {
            font-size: 2.0em;
        }  
        
        #posgrados hr {
            width: 80%;
        }
        #posgrados .experiencia .ver-mas h4 {
            font-size: 1.4em;
            font-weight: 600;
            margin-top: 20px;
        }
        #posgrados .experiencia .ver-mas {
            padding: 10px;
        }
        #posgrados .menu_posgrados a {
            font-size: 0.9em;
        }
        #posgrados button.navbar-toggler.collapsed {
            border: none;
        }
        .resp-tabs-container .resp-tab-active span {
            color: #fff !important;
            background: #d80e23;
        }

        #posgrados .columnaContactos .contacto-1 {
          font-size: 1.0em;
        }

        #posgrados .menu_posgrados a {
          font-size: 13px !important;
      }
    }
    @media (max-width: 768px) {

        #posgrados #mejor_opcion .item_card .modal-dialog {
            width: 96%;
            max-width: 100%;
        }

      #posgrados .nuevos-estudiantes {
        width: 100%;
    }

    #posgrados .nuevos-estudiantes::before {
      width: 100%;
  }
		
		.tabs.pasos br {
    display: none;
}

#posgrados .proceso-incripcion h2.resp-accordion {
  display: none;
}

#posgrados .conoce-mas {
  margin-top: 0;
}


#posgrados .resp-accordion-closed {
  display: block !important;
}
		
		
		#posgrados .pasos h2 {
    display: table;
    width: 100% !important;
    background: #eee;
    padding: 7% 0 !important;
		}
        #posgrados h2 {
        font-size: 2.0em;
        }
        
        #posgrados p {
            font-size: 1.1em;
            margin: 20px 0;
        }
        
        #posgrados .encabezado {
          min-height: 480px;
          background-size: cover;
          background-position-x: 7%;
          background-position-y: 19%;
      }
        #posgrados .proceso-incripcion .pasos span {
            font-size: 1.0em;
            padding: 7px 17px;
            margin: 0 auto;
            text-align: center;
        }
        #posgrados .proceso-incripcion .pasos h4 {
            font-size: 0.5em!important;
            width: 100%;
            text-align: center;
            padding: 20px 0;
            font-weight: 500;
        }
        #posgrados .proceso-incripcion span.resp-arrow {
            display: none;
        }
        #posgrados .proceso-incripcion h2.resp-accordion {
            border: none;
        }
        #posgrados .proceso-incripcion .resp-tabs-container {
            border-top: none;
        }
        #posgrados .proceso-incripcion h2.resp-accordion {
            /* margin: 30px 0;*/
            margin: auto;
            text-align: center;
            margin-bottom: 34px;
        }
        #posgrados .proceso-incripcion h2.resp-accordion.resp-tab-active {
            background: none !important;
            padding: 0px !important;
            background: #eee !important;
            padding: 2% !important;
        }
        h2.resp-accordion:first-child {
            border-top: none !important;
        }
        #posgrados .experiencia .ver-mas {
            position: absolute;
            padding: 0;
            text-align: center;
            margin: 0 auto;
            top: 0;
            left: 0;
        }
        #posgrados .experiencia .ver-mas p {
            font-size: 1.1em;
            font-weight: 300;
        }
        #posgrados .encabezado .frase {
            width: 100%;
        }
    
        #posgrados .encabezado .logo {
            width: 100%;
        }
        #posgrados .calendario .modal.cambios-modal .modal-body {
            background: #d9d9e4;
            padding: 0;
        }
        #posgrados .proceso-incripcion .pasos .card-header h3 {
            font-size: 0.8em;
        }
        #posgrados .proceso-incripcion .pasos button i {
            margin: 0 10px;
            font-size: 15px;
        }
        #posgrados .proceso-incripcion .pasos h4 {
            font-size: 1.0em;
            display: inline-block;
        }
        #posgrados .admision_programas .center_item {
            margin-top: 0;
            position: relative; 
            right: 0px; 
        }
       
        #posgrados .admision_programas .contacto_admisiones {
            padding: 5% 20px;
        }
        
    }
    @media (max-width: 480px) { 
        #posgrados h2 {
            font-size: 1.6em;
        }
        #posgrados .encabezado {
          min-height: 480px;
          background-size: cover;
          background-position-x: 7%;
          background-position-y: 19%;
      }
        #posgrados .mejor_opcion img {
            padding: 0;
        }
        #posgrados .calendario .modal.cambios-modal .modal-header h3 {
            font-size: 1.4em;
            font-weight: 600;
            color: #000;
            padding: 5px 0px;
            margin: 0;
        }
        #posgrados .proceso-incripcion .pasos h4 {
            font-size: 0.6em;
            display: table;
            margin-top: 24px;
            width: 100%;
        }
        #posgrados .mejor_opcion p {
            font-size: 1.2em;
        }
        #posgrados .admision_programas .contacto_admisiones i {
            margin: 0 10px 0px 0px;
        }
        #posgrados .contacto_admisiones li {
            font-size: 0.9em;
        }
        #posgrados p {
            font-size: 1.1em;
            margin: 11px 0;
        }
        #posgrados .admision_programas .center_item {
            margin-top: 0%;
        }
        #posgrados .registros_pagos ol.circle {
            margin: 0;
            padding: 0;
        }
}
    @media (min-width: 576px) {
        #posgrados .calendario .modal.cambios-modal .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
        }

    
    }

    @media (max-width: 576px) {

      #posgrados.container-fluid .academico {
        padding: 20px 0px;
    }

    #posgrados.container-fluid .rosarista {
      padding: 20px 0px;
  }

  #posgrados .container.header-respon {
    padding-right: 10px;
    padding-left: 10px;
}

        #posgrados .pasos h2 {
        width: 100%;
        }
        #posgrados .proceso-incripcion .pasos .resp-tabs-container h4 {
        text-align: center;
        display: grid;
        }


#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .fecha {
    padding: 10px 3px 6px 3px;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .fecha h4 {
    font-size: 1.5em;
}
#posgrados .calendario .modal.cambios-modal .modal-body .fechas-content .fecha p {
    font-size: 0.8em;
    line-height: 28px;
}

}
/*seccion de noticias posgrado*/
.ur-bigger-title:after {
  height: 3px;
  background-color: #c72c2d;
  width: 100px;
  display: block;
  content: "";
  margin-left: -25px;
  margin-top: 10px;
  margin-bottom: 29px;
}
#posgrados .news-teaser .wrap-info h2 {
    font-size: 23px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 15px;
    color: #c72c2d;
}

#posgrados .wrap-news  h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    padding: 5px 0px;
    margin: 0;
}
#posgrados  .wrap-news  p {
    font-size: 20px;
}




.wrap-news .ur-bigger-title {
    margin-top: 20px;
}
@media (min-width: 992px) {
  .ur-bigger-title:after {
    margin-left: -4900px;
    width: 5000px;
  }
}
.news-teaser .wrap-info {
  padding: 5px;
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.news-teaser .wrap-info .news-date {
  font-size: 12px;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .news-teaser .wrap-info .news-date {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.news-teaser .wrap-info h2 {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 15px;
  color: #c72c2d;
}
@media (min-width: 992px) {
  .news-teaser .wrap-info h2 {
    font-size: 28px;
  }
}
.news-teaser .news-image {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  padding: 0 !important;
}
.news-teaser .news-image .wrap-fields-image {
  position: relative;
}
.news-teaser .news-image .wrap-fields-image img {
  width: 100%;
}
.news-teaser .news-image .category-news {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 5px;
  color: #fff;
  background-color: #c72c2d;
  font-size: 14px;
}
.ContenedorEventoHome {
  position: relative;
  overflow: hidden;
  width: 90%;
  display: table;
  cursor: pointer;
  margin: auto;
  font-family: "Nunito", sans-serif;
  background-color: rgba(36, 33, 83, 1);
}
.ContenedorEventoHome:hover img {
  opacity: .5;
  transform: scale(1.5, 1.5);
  transition: .3s;
}
.ContenedorEventoHome img {
  width: 100% !important;
  transform: scale(1, 1);
  transition: .3s;
}
.ContenedorEventoHome .fechaEventoHome {
  position: absolute;
  display: table;
  width: 20%;
  z-index: 5;
  top: 30px;
  left: 30px;
  border: solid 1px #fff;
  padding: 5px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, .5);
}
.ContenedorEventoHome .fechaEventoHome .mes {
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}
.ContenedorEventoHome .fechaEventoHome hr {
  width: 90%;
  margin: 3px auto;
  border: none;
  border-top: solid 1px #ffffff;
}
.ContenedorEventoHome .fechaEventoHome p {
  font-size: 42px;
  font-weight: 900;
  margin: 0;
  line-height: 40px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}
.ContenedorEventoHome .fechaEventoHome small {
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}
.ContenedorEventoHome .nombreEvento {
  position: absolute;
  display: table;
  width: 67%;
  height: 100px;
  z-index: 5;
  bottom: 26px;
  left: 18%;
  /* padding: 10px; */
  text-align: center;
  background: #201c44;
  font-size: 1.3em;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
}
.nombreEvento {
  position: relative;
  bottom: 116px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 68%;
  height: 177px;
  left: 16%;
  background-color: #fff;
  color: #221e4a;
  padding: 46px 15px 0 15px;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
}
.ContenedorEventoHome .btnEnlaceEvento {
  position: absolute;
  display: table;
  width: 100%;
  bottom: 15px;
  text-align: center;
  opacity: 0;
  z-index: 5;
  transition: .3s;
}
.ContenedorEventoHome .btnEnlaceEvento span {
  display: table;
  margin: auto;
  padding: 10px;
  color: #ffffff;
  border: solid 1px #ffffff;
  text-align: center;
  font-weight: 600;
  transition: .3s;
}
.ContenedorEventoHome .btnEnlaceEvento span:hover {
  background: #ffffff;
  color: #201c44;
  transition: .3s;
}
.ContenedorEventoHome:hover .btnEnlaceEvento {
  bottom: 50%;
  opacity: 1;
  z-index: 5;
  transition: .3s;
}
.slide-row-1 .wrap-slider-link {
  background-image: url(../../../Home/img/slide/slide-bg-1.gif);
}
.slide-row-2 .wrap-slider-link {
  background-image: url(../../../Home/img/slide/slide-bg-1.gif);
}
.slide-row-3 .wrap-slider-link {
  background-image: url(../../../Home/img/slide/slide-bg-1.gif);
}
.box-row-1 .box-row-link {
  background-image: url(../../../Home/img/oferta-academica/pregrado.jpg);
}
.box-row-2 .box-row-link {
  background-image: url(../../../Home/img/oferta-academica/posgrados.jpg);
}
.box-row-3 .box-row-link {
  background-image: url(../../../Home/img/oferta-academica/regionalizacion.jpg);
}
.box-row-4 .box-row-link {
  background-image: url(../../../Home/img/oferta-academica/educacionContinua.jpg);
}
.box-row-5 .box-row-link {
  background-image: url(../../../Home/img/oferta-academica/idiomas.jpg);
}
.box-row-6 .box-row-link {
  background-image: url(../../../Home/img/oferta-academica/summerSchool.jpg);
}
.events-row-link-1 {
  background-image: url(../../../Home/img/eventos/event-1.html);
}
.events-row-link-2 {
  background-image: url(../../../Home/img/eventos/event-2.jpg);
}
.events-row-link-3 {
  background-image: url(../../../Home/img/eventos/event-3.jpg);
}
.events-row-link-4 {
  background-image: url(../../../Home/img/eventos/event-4.jpg);
}
.events-row-link-4 {
  background-image: url(../../../Home/img/eventos/event-4.jpg);
}
.news-teaser.sm.news-teaser-1 .news-image {}
.news-teaser.sm.news-teaser-2 .news-image {}
.news-teaser.sm.news-teaser-3 .news-image {}
@media (min-width: 768px) {
  .wrap-mobile-menu ul.nav .nav-item.back-item>a.back-mobile-link.nav-link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .wrap-mobile-menu ul.nav .nav-item.back-item>a.back-mobile-link.nav-link {
    font-size: 26px;
  }
}
.wrap-mobile-menu ul.nav .nav-item.back-item>a.back-mobile-link.nav-link .fas,
.wrap-mobile-menu ul.nav .nav-item.back-item>a.back-mobile-link.nav-link h3.block-footer-title.arrow-left-mobile:before,
.wrap-mobile-menu ul.nav .nav-item.back-item>a.back-mobile-link.nav-link a.arrow-end:after,
.wrap-mobile-menu ul.nav .nav-item.back-item>a.back-mobile-link.nav-link .header-top-wrap a.nav-link.dropdown-toggle:before,
.header-top-wrap .wrap-mobile-menu ul.nav .nav-item.back-item>a.back-mobile-link.nav-link a.nav-link.dropdown-toggle:before,
.wrap-mobile-menu ul.nav .nav-item.back-item>a.back-mobile-link.nav-link .mobile-menu-block h3.arrow-bottom:after,
.mobile-menu-block .wrap-mobile-menu ul.nav .nav-item.back-item>a.back-mobile-link.nav-link h3.arrow-bottom:after {
  color: #c72c2d;
  margin-right: 8px;
}
.wrap-mobile-menu .nav {
  flex-direction: column;
}
.wrap-mobile-menu .mobile-menu-block {
  padding: 20px 0;
}
.wrap-mobile-menu .mobile-menu-block.mobile-menu-block-1 {
  background-color: #fff;
}
.wrap-mobile-menu .mobile-menu-block.mobile-menu-block-2 {
  background-color: #dadae5;
}
.wrap-mobile-menu .mobile-menu-block.mobile-menu-block-3 {
  background-image: linear-gradient(to left, #1b142d 0%, #22204b 50%);
  color: #fff;
}
.wrap-mobile-menu .mobile-menu-block.mobile-menu-block-3 a {
  color: #fff;
}
.wrap-mobile-menu .dropdown-toggle:after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
}
.wrap-news {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
  .wrap-news {
    background-image: linear-gradient(90deg, #dadae5 50%, #fff 50%);
  }
}
.wrap-news .ur-bigger-title {
  margin-top: 20px;
}
.main-news-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
  align-items: stretch;
}
.main-news.left-side,
.main-news.right-side {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.main-news.left-side {
  background-color: #dadae5;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .main-news.left-side {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.main-news.right-side {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
}
@media (min-width: 992px) {
  .main-news.right-side {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.news-teaser a.news-teaser-link {
  background-color: #fff;
  font-size: 14px;
  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: center;
}
@media (min-width: 992px) {
  .news-teaser a.news-teaser-link {
    font-size: 20px;
  }
}
.news-teaser a.news-teaser-link .news-teaser-image img {
  transition: box-shadow 0.35s;
}
.news-teaser a.news-teaser-link:hover {
  position: relative;
}
.news-teaser a.news-teaser-link:hover .news-teaser-image img {
  box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.6);
}
.news-teaser .wrap-info {
  padding: 5px;
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.news-teaser .wrap-info .news-date {
  font-size: 12px;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .news-teaser .wrap-info .news-date {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.news-teaser .wrap-info h2 {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 15px;
  color: #c72c2d;
}
@media (min-width: 992px) {
  .news-teaser .wrap-info h2 {
    font-size: 28px;
  }
}
.news-teaser .news-image {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  padding: 0 !important;
}
.news-teaser .news-image .wrap-fields-image {
  position: relative;
}
.news-teaser .news-image .wrap-fields-image img {
  width: 100%;
}
.news-teaser .news-image .category-news {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 5px;
  color: #fff;
  background-color: #c72c2d;
  font-size: 14px;
}
@media (min-width: 992px) {
  .news-teaser .news-image .category-news {
    padding: 5px 20px;
  }
}
.news-teaser.sm {
  padding: 5px 0;
}
@media (min-width: 992px) {
  .news-teaser.sm {
    padding: 15px 0;
  }
}
.news-teaser.sm .wrap-info {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-right: 0;
  padding-left: 20px;
}
.news-teaser.sm .wrap-info h2 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .news-teaser.sm .wrap-info h2 {
    font-size: 22px;
  }
}
.news-teaser.sm .news-image {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-teaser.sm+.news-teaser.sm {
  border-top: 1px solid #ccc;
}
.news-teaser.lg a.news-teaser-link {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.news-teaser.lg a.news-teaser-link .wrap-info {
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .news-teaser.lg a.news-teaser-link .wrap-info {
    padding: 30px 40px;
  }
}
.wrap-row-offer-link-level-1 {
  background-image: linear-gradient(to left, #1b142d 30%, #221f4d 100%);
  overflow: hidden;
}
@media (min-width: 992px) {
  .wrap-row-offer-link-level-1 {
    background-size: 50%;
    background-position: right center;
  }
}
@media (min-width: 992px) {
  .wrap-row-offer-link {
    background-image: url(../../../Home/img/oferta-casa-ur/offers-left.jpg);
    color: #fff;
    background-size: calc(50% + 50px) auto;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
.wrap-boxes-offers {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}
.wrap-boxes-offers .wrap-box-side-inner h3.box-title {
  font-size: 26px;
  margin: 0 0 25px;
  line-height: 0.9;
  font-weight: bold;
}
.wrap-boxes-offers .wrap-box-side-inner h3.box-title strong {
  font-size: 160%;
}
@media (min-width: 992px) {
  .wrap-boxes-offers .wrap-box-side-inner h3.box-title {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .wrap-boxes-offers .wrap-box-side-inner h3.box-title {
    font-size: 42px;
  }
}
.wrap-boxes-offers .box-link a.btn {
  font-size: 12px;
  padding: 10px 20px;
}
.wrap-boxes-offers .box-link a.btn:hover {
  color: #c72c2d;
}
.wrap-boxes-offers .box-link a.btn:hover:after {
  color: #c72c2d;
  border-color: #c72c2d;
}
@media (min-width: 1200px) {
  .wrap-boxes-offers .box-link a.btn {
    font-size: 18px;
  }
}
.wrap-boxes-offers .wrap-box-side {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
@media (min-width: 768px) {
  .wrap-boxes-offers .wrap-box-side {
    padding-top: 30px;
    padding-bottom: 30px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wrap-boxes-offers .wrap-box-side.box-right {
    text-align: right;
    position: relative;
    z-index: 2;
  }
}
.wrap-boxes-offers .wrap-box-side a.arrow-end:after {
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 15px;
  margin-left: 15px;
}
.wrap-boxes-offers .wrap-box-side.box-left {
  position: relative;
}
@media (max-width: 1199.98px) {
  .wrap-boxes-offers .wrap-box-side.box-left {
    background-image: url(../../../Home/img/oferta-casa-ur/offers-left.jpg);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media (min-width: 992px) {
  .wrap-boxes-offers .wrap-box-side.box-left:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 350px solid transparent;
    border-right: 100px solid #221f4d;
    position: absolute;
    z-index: 1;
    right: -50px;
    top: 0;
    bottom: 0;
  }
}
.ur-bigger-title.white {
  color: #fff;
}
.ur-bigger-title.white:after {
  background-color: #fff;
}
.wrap-bottom-more {
  text-align: right;
  margin: 30px 0;
  font-weight: bold;
}
.wrap-bottom-more a {
  color: #282828;
  transition: all 0.35s;
}
.wrap-bottom-more a:hover {
  color: #c72c2d;
}
a.arrow-end:after {
  content: "\f054";
  color: #c72c2d;
  margin-left: 5px;
}
.btn {
  text-transform: uppercase;
}
img {
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .wrap-map .wrap-bottom-more {
    margin: 0 -30px;
    padding: 30px;
    background-color: #fff;
  }
}
.wrap-map-controls {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.wrap-map-controls .map-control {
  background-color: #f6f6f6;
  color: #c72c2d;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 5px;
}
.wrap-map-controls .map-control:hover {
  background-color: #c72c2d;
  color: #fff;
  border-color: #c72c2d;
}
.wrap-map-controls .map-control:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .news-teaser.sm {
    padding: 15px 0;
  }
}
.news-teaser.sm .wrap-info {
  position: relative;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-right: 0;
  padding-left: 20px;
}
.news-teaser.sm .wrap-info h2 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .news-teaser.sm .wrap-info h2 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
#posgrados .wrap-news h2 {
    font-size: 24px;
 
}
#posgrados .news-teaser .wrap-info h2 {
    font-size: 16px;
  
}


}