@charset "UTF-8";
/* 

  Reglas para todos los componentes del tema de la UCR

  Se utiliza una especie variación de BEM.
  
  (inicial)-(name)__(object)--(variant)
  
  Posibles iniciales:
    p = page
    r = region
    b = block
    n = node
    f = field
    v = view
    m = menu
  
  Autores:
  - Rubén Jiménez Goñi
  - Marco Artavia Quesada
  
*/
/*

Variables que se utilizan en todas las hojas de estilo

Autores:
- Rubén Jiménez Goñi
- Marco Artavia Quesada

*/
/* 
  Reglas de estilo que se pueden heredar en otras hojas
  
  Autores:
  - Rubén Jiménez Goñi
  - Marco Artavia Quesada
*/
.default-navbar, .r-header__nav-firma, .r-header__nav-sitio, .r-footer__nav, .m-nav {
  padding: 0px 15px;
  margin: 0px;
  border: none;
  border-radius: 0px; }

.default-panel, .v-calendario-bloque__panel, .v-frontpage__panel {
  border-color: #ECECEC; }
  .default-panel p, .v-calendario-bloque__panel p, .v-frontpage__panel p {
    margin: 0px; }
  .default-panel .panel-heading, .v-calendario-bloque__panel .panel-heading, .v-frontpage__panel .panel-heading {
    background-color: #ECECEC;
    border-color: #ECECEC; }

.page-title {
  margin-top: 40px !important;
  margin-bottom: 30px !important; }

.text-right-force {
  text-align: right !important; }

.messages-row {
  margin-top: 20px !important; }

.ucr-image {
  margin: 0px auto; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.valign {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.valign-float {
  display: inline-block;
  vertical-align: middle; }

.talign {
  float: none;
  display: inline-block;
  vertical-align: top; }

.title-spacer {
  margin-top: 60px; }

img.profile-picture, .profile-picture img {
  border-radius: 3px;
  background: white;
  border: thin solid #F1F1F1;
  border-radius: 3px;
  padding: 2px;
  margin: 5px; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

.language-list {
  float: right;
  list-style: none;
  text-align: center;
  margin: 20px 40px 0px 0px;
  padding: 0px; }
  @media (max-width: 767px) {
    .language-list {
      width: 100%;
      float: none;
      margin: 0px;
      margin-bottom: 10px; } }
  .language-list li {
    display: inline-block;
    text-transform: uppercase; }

.r-header__nav-firma {
  background-color: #41ADE7; }

.r-header__logo-ucr {
  background-image: url("../../images/r-header--firma.svg");
  background-repeat: no-repeat;
  background-size: 330px 50px;
  background-position: center;
  width: 330px;
  height: 50px;
  display: block; }
  @media (max-width: 330px) {
    .r-header__logo-ucr {
      width: 100%;
      background-size: contain; } }

.r-header__link {
  color: #FFF !important; }
  .r-header__link:hover, .r-header__link:focus {
    background-color: initial !important;
    color: #FFF !important;
    text-decoration: underline !important; }

.r-header__nav-sitio {
  background-image: url("../../images/r-header--background.png");
  background-repeat: no-repeat;
  background-position: center 22%;
  background-color: #00122c;
  width: 100%;
  min-height: 239px; }

.r-header__logo {
  background-image: url("../../images/r-header--logo.png");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center;
  border-radius: 3px;
  width: 250px;
  height: 140px;
  padding: 0;
  margin-top: 45px;
  display: block;
  padding: 10px; }
  @media (max-width: 767px) {
    .r-header__logo {
      margin: 20px auto; } }
  @media (max-width: 520px) {
    .r-header__logo {
      width: 100%;
      background-size: 95%; } }

.r-header__cta {
  margin: 20px 40px 0px 0px;
  float: right;
  text-align: center;
  list-style: none; }
  @media (max-width: 767px) {
    .r-header__cta {
      width: 100%;
      float: none;
      margin: 0px;
      margin-bottom: 10px;
      padding: 0px; } }
  .r-header__cta li {
    display: inline-block; }
    .r-header__cta li a {
      display: block;
      width: 25px;
      height: 25px;
      background-color: white;
      border-radius: 2px;
      margin: 0 5px;
      background-repeat: no-repeat;
      background-position: center; }
      .r-header__cta li a:hover, .r-header__cta li a:focus {
        opacity: 0.9; }

.r-header__cta-first-action {
  background-image: url("../../images/r-header--cta-first-action.svg");
  background-color: white;
  background-size: 25px; }

.r-header__cta-contacto {
  background-image: url("../../images/r-header--cta-contacto.svg");
  background-color: white;
  background-size: 25px; }

.r-header__cta-facebook {
  background-image: url("../../images/r-header--cta-facebook.svg");
  background-size: 25px; }

.r-footer {
  height: 210px; }
  .r-footer p {
    color: white; }
  .r-footer a {
    color: white; }
    .r-footer a:hover, .r-footer a:focus {
      color: white;
      background-color: initial !important;
      text-decoration: underline !important; }
  .r-footer hr {
    border-top: thin solid white; }
  .r-footer li {
    font-size: 1.3rem; }

.r-footer__nav {
  background-color: #797979; }

.created_info {
  background-color: #797979;
  border-top: 1px white solid;
  height: 61px; }
  @media (max-width: 767px) {
    .created_info {
      height: 75px; } }

.r-footer__logos {
  width: 175px;
  margin: 15px auto 0 auto;
  display: block; }
  @media (max-width: 767px) {
    .r-footer__logos {
      margin: 10px auto 0 auto; } }

@media (max-width: 767px) {
  .r-footer__logo-escuela {
    float: none !important; }

  .r-footer__logo-ucr {
    float: none !important; } }
.r-footer__logo-ucr {
  background-image: url("../../images/r-footer--ucr-logo.svg");
  background-repeat: no-repeat;
  background-size: 114px 95px;
  background-position: center;
  width: 175px;
  height: 95px; }

.r-footer__logo-escuela {
  background-image: url("../../images/r-footer--escuela-logo.svg");
  background-repeat: no-repeat;
  background-size: 130px 115px;
  background-position: center;
  width: 175px;
  height: 115px; }

.r-footer__form {
  margin-top: 10px; }

.r-footer__links {
  list-style: none;
  padding-top: 30px;
  padding-left: 0;
  min-height: 140px; }
  .r-footer__links span {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin: 5px 15px 5px 0px;
    color: white;
    background-size: contain; }
  .r-footer__links div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: white; }
    .r-footer__links div:hover, .r-footer__links div:focus {
      text-decoration: underline; }
  .r-footer__links li:nth-child(1) span {
    background-image: url("../../images/r-footer--links-enlaces.svg"); }
  .r-footer__links li:nth-child(2) span {
    background-image: url("../../images/r-footer--links-galeria.svg"); }
  .r-footer__links li:nth-child(3) span {
    background-image: url("../../images/r-footer--links-wiki.svg"); }

.r-content {
  margin-bottom: 100px; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: #204C6F; }

.m-nav {
  background: #204C6F;
  border-bottom: solid 1px #A9A9A9;
  border-top: solid 1px #00B5E8; }

.m-link, .m-link-active {
  text-transform: uppercase;
  color: white !important; }

.m-link-active {
  background: #0c344e; }

.m-link:hover, .m-link-active:hover, .m-link:focus, .m-link-active:focus, .m-link-active:hover, .m-link-active:focus {
  color: white !important;
  background-color: #0c344e !important; }

.nav > li > a.m-link, .nav > li > a.m-link-active {
  display: inline-block; }

.line {
  width: 2px;
  height: 17px;
  margin-left: -5px;
  margin-top: -5px;
  background-color: white; }

@media (max-width: 767px) {
  .line {
    display: none; } }
.dropdown-menu {
  padding: 0px 0px; }

.dropdown-menu li:not(:last-child) {
  border-bottom: solid 1px white; }

@media (min-width: 767px) {
  .dropdown-menu .m-link, .dropdown-menu .m-link-active {
    text-transform: none;
    padding: 6px 20px;
    padding: 10px 20px !important;
    font-weight: lighter;
    color: #333 !important; }
    .dropdown-menu .m-link:hover, .dropdown-menu .m-link-active:hover, .dropdown-menu .m-link:focus, .dropdown-menu .m-link-active:focus {
      background-color: #ECECEC !important; } }
.m-button {
  margin: 0px 20px;
  padding: 15px 15px;
  border-radius: 0px;
  border: none;
  color: #FFFFFF !important; }

.page li.m-home-li {
  line-height: 0; }

.m-home {
  margin: auto;
  background-image: url("../../images/m-home.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
  width: 50px;
  height: 50px; }

.n-actividad__imagen {
  padding: 10px 40px; }
  .n-actividad__imagen img {
    max-height: 300px;
    max-width: 80%; }

.n-actividad__info {
  margin: 0; }
  .n-actividad__info p {
    margin: 5px 0; }

.n-actividad__body {
  margin: 0;
  text-align: justify; }

.n-actividad__archivos ul {
  list-style: none;
  padding: 10px 0; }
  .n-actividad__archivos ul li {
    padding: 5px 5px 5px 20px; }
    .n-actividad__archivos ul li:first-child {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .n-actividad__archivos ul li:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .n-actividad__archivos ul li:nth-child(even) {
      background-color: white; }
    .n-actividad__archivos ul li:nth-child(odd) {
      background-color: #EEE; }

.n-noticia__imagen, .n-pagina__imagen, .n-proyectos__imagen {
  background-color: #515050;
  width: 40%;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }
  .n-noticia__imagen p, .n-pagina__imagen p, .n-proyectos__imagen p {
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    color: white;
    font-weight: lighter; }
  @media (max-width: 767px) {
    .n-noticia__imagen, .n-pagina__imagen, .n-proyectos__imagen {
      width: 80%;
      margin: 0 10% 20px 10%; } }

.n-noticia__link {
  color: #41ace6;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: lighter; }

.n-noticia__info {
  margin-bottom: 20px; }
  .n-noticia__info a {
    font-size: 1.6rem; }

.n-noticia__body {
  text-align: justify; }

.n-noticia__descargas {
  margin-top: 30px;
  margin-bottom: 30px; }
  .n-noticia__descargas .file:first-child {
    margin-top: 30px;
    border-top: solid 1px #D1D1D1; }
  .n-noticia__descargas .file {
    width: 100%;
    background-color: white;
    display: block;
    padding: 10px;
    border-bottom: solid 1px #D1D1D1;
    border-right: solid 1px #D1D1D1;
    border-left: solid 1px #D1D1D1;
    text-transform: uppercase; }
  .n-noticia__descargas a {
    color: #797979;
    font-size: 14px;
    font-weight: normal; }

.n-pagina__body {
  text-align: justify;
  margin-bottom: 40px; }
  .n-pagina__body ul {
    list-style: none;
    padding: 10px 0; }
    .n-pagina__body ul li {
      padding: 5px 5px 5px 20px; }
      .n-pagina__body ul li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .n-pagina__body ul li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      .n-pagina__body ul li:nth-child(odd) {
        background-color: white; }
      .n-pagina__body ul li:nth-child(even) {
        background-color: #EEE; }

.n-persona img {
  margin: 0 auto; }
.n-persona p, .n-persona a {
  font-size: 2.0rem !important;
  line-height: 2.2rem;
  margin: 0; }
.n-persona a {
  display: inline-block; }
.n-persona p + p, .n-persona p + a, .n-persona a + p, .n-persona a + a {
  margin-top: 20px; }

.n-persona-full span {
  font-weight: bold; }

.n-personas-referencia h3 {
  text-transform: capitalize;
  color: #969696; }
.n-personas-referencia .n-persona-contact_info {
  margin-bottom: 30px; }
.n-personas-referencia .n-persona-curriculo a {
  cursor: pointer;
  cursor: hand;
  margin-top: 20px;
  display: inline-block;
  width: 115px;
  text-align: center;
  padding: 5px 4px;
  background-color: #A9A9A9;
  color: white;
  border-radius: 4px;
  font-size: 12px;
  box-shadow: 0px 1px 0px #797979; }
.n-personas-referencia .list-group-item {
  border: none; }
.n-personas-referencia .list-group-item:nth-child(even) {
  background: transparent; }

.n-persona__imagen {
  padding: 10px 10px;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .n-persona__imagen {
      width: 80%;
      margin-right: 10%;
      margin-left: 10%; } }
  @media (min-width: 767px) {
    .n-persona__imagen {
      max-width: 140px; } }
  .n-persona__imagen img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto; }

.n-personas__body {
  margin-bottom: 30px; }

.n-persona-referencia {
  margin-top: 15px;
  margin-bottom: 15px; }
  .n-persona-referencia p {
    font-size: 1.4rem; }
  .n-persona-referencia a {
    color: #666; }
  .n-persona-referencia .n-persona__imagen {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .n-persona-referencia .n-persona__contenido {
    float: none;
    display: inline-block; }
  .n-persona-referencia .title {
    font-weight: bold;
    font-size: 14px; }
  .n-persona-referencia h4 {
    font-weight: bold;
    font-size: 16px; }
  .n-persona-referencia .n-persona-curriculo a {
    cursor: pointer;
    cursor: hand;
    margin-top: 5px;
    display: inline-block;
    background-color: initial;
    font-size: 16px;
    font-weight: normal;
    box-shadow: none;
    color: #429AD6;
    width: auto; }

.n-servicio__panel .panel-heading {
  padding: 0px;
  background-color: #EAEAEA; }
  .n-servicio__panel .panel-heading h3 {
    margin: 0px; }
  .n-servicio__panel .panel-heading a {
    color: inherit !important;
    display: inline-block;
    width: 100%;
    padding: 15px 10px; }
.n-servicio__panel .panel-body {
  padding: 30px; }

.n-servicio__panel + .n-servicio__panel {
  margin-top: 10px !important; }

.n-servicios__body {
  margin-bottom: 20px; }

.n-servicio__archivo a {
  background-color: white;
  border-radius: 3px;
  border-color: #999;
  display: block;
  padding: 10px;
  width: 95%;
  margin: 20px 0px 10px 5%; }

.n-proyecto ul {
  list-style: none;
  padding: 10px 0; }
  .n-proyecto ul li {
    padding: 5px 5px 5px 20px; }
    .n-proyecto ul li:first-child {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .n-proyecto ul li:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .n-proyecto ul li:nth-child(even) {
      background-color: white; }
    .n-proyecto ul li:nth-child(odd) {
      background-color: #EEE; }
.n-proyecto .n-proyecto__descargas {
  margin-top: 30px;
  margin-bottom: 30px; }
  .n-proyecto .n-proyecto__descargas .file:first-child {
    margin-top: 30px;
    border-top: solid 1px #D1D1D1; }
  .n-proyecto .n-proyecto__descargas .file {
    width: 100%;
    background-color: white;
    display: block;
    padding: 10px;
    border-bottom: solid 1px #D1D1D1;
    border-right: solid 1px #D1D1D1;
    border-left: solid 1px #D1D1D1;
    text-transform: uppercase; }
  .n-proyecto .n-proyecto__descargas a {
    color: #797979;
    font-size: 14px;
    font-weight: normal; }

.n-galeria-imagen {
  background-color: black;
  border-radius: 3px;
  padding: 10px; }
  .n-galeria-imagen p {
    font-style: italic;
    color: white; }
  .n-galeria-imagen a {
    display: block;
    text-align: right; }

.n-galeria-album__galleria {
  width: 100%;
  height: 500px;
  margin-bottom: 1em;
  padding: 0; }

.n-galeria-album__title {
  font-weight: bold !important; }

.n-galeria-album__back {
  float: right; }

.n-galeria-album__back:hover, .n-galeria-album__back:focus {
  color: #0090D8;
  text-decoration: none; }

.n-galeria-video__back {
  text-align: right !important; }

.n-contacto__mapa {
  margin-bottom: 50px; }
  .n-contacto__mapa iframe {
    width: 100%;
    height: 300px; }
  .n-contacto__mapa p {
    text-align: right; }

.n-contacto__body {
  margin-bottom: 20px; }

.v-calendario-bloque__panel ul {
  list-style: none;
  padding: 0px; }
.v-calendario-bloque__panel li {
  margin: 20px 10px; }
.v-calendario-bloque__panel a {
  color: #666666; }
  .v-calendario-bloque__panel a:hover {
    color: #0090D8; }
.v-calendario-bloque__panel .panel-heading {
  background-color: white; }
.v-calendario-bloque__panel .v-calendario-title {
  font-size: 1.2rem; }
.v-calendario-bloque__panel .v-calendario-bloque__fecha {
  color: #6dc067;
  font-weight: bold; }

.v-calendario-bloque__fecha {
  font-weight: 400;
  text-align: right !important;
  color: #B3B3B3;
  padding-right: 10px;
  border-right: 2px solid #6dc067;
  margin: 0px; }

.v-frontpage__control {
  background-image: none !important;
  color: white !important;
  width: 10% !important; }

.v-noticias__lista {
  list-style: none;
  padding: 0; }

.v-noticias {
  margin-bottom: 25px; }
  .v-noticias p + p {
    margin-top: 20px; }
  .v-noticias h3 a {
    text-transform: initial;
    font-weight: normal; }

.v-noticias__leer_mas a {
  display: inherit; }

.v-noticias__links {
  font-size: 1.6rem !important;
  line-height: 1.8rem !important;
  font-weight: lighter !important; }
  .v-noticias__links a {
    font-size: 1.6rem !important; }

.v-noticias__imagen {
  display: inline-block;
  float: left;
  margin-top: 20px;
  max-width: 100%; }
  .v-noticias__imagen img {
    border-radius: 3px;
    border: 1px solid #999;
    box-shadow: 2px 2px 2px #999; }
  @media (max-width: 767px) {
    .v-noticias__imagen {
      width: 80%;
      margin: 20px 10% 10px 10%; } }

.n-galeria-video__galleria {
  width: 100%;
  height: 500px;
  margin-bottom: 1em;
  padding: 0; }

.n-galeria-video__title {
  font-weight: bold !important; }

.n-galeria-video__back {
  float: right; }

.n-galeria-video__back:hover, .n-galeria-video__back:focus {
  color: #0090D8;
  text-decoration: none; }

.n-equipo__panel {
  border: none;
  margin-top: 0px !important; }
  .n-equipo__panel .list-group-item {
    padding: 0;
    background-color: #E3E3E3;
    color: #A7A7A7;
    border-bottom: solid 1px #929292;
    border-radius: 0px;
    display: flex; }
  .n-equipo__panel .collapsable-item {
    min-height: 50px;
    cursor: pointer;
    cursor: hand; }
  .n-equipo__panel .list_title {
    line-height: 1.5rem;
    font-size: 1.5rem;
    padding: 10px;
    width: 100%; }
  .n-equipo__panel .button_wrapper {
    min-width: 50px;
    text-align: center;
    line-height: 30px;
    border-right: solid 1px #929292; }
  .n-equipo__panel .title_container {
    width: 98%; }
  .n-equipo__panel .autor, .n-equipo__panel .date, .n-equipo__panel .body {
    margin-top: 15px; }
  .n-equipo__panel .body {
    margin-bottom: 15px; }
  .n-equipo__panel a {
    cursor: pointer;
    cursor: hand;
    margin-top: 20px;
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 5px 4px;
    background-color: #00a2e0;
    color: white;
    border-radius: 4px;
    box-shadow: 0px 1px 0px #797979;
    text-transform: none;
    border: none;
    text-decoration: none !important; }
    .n-equipo__panel a:hover {
      opacity: 0.9;
      color: white; }

.n-lista_proyecto__panel {
  width: 100%;
  text-align: left; }
  .n-lista_proyecto__panel li .list-proyectos__label {
    display: none; }
  .n-lista_proyecto__panel li + li.list-proyectos__header {
    display: none; }
  @media (max-width: 767px) {
    .n-lista_proyecto__panel li.list-proyectos__header {
      display: none; } }
  @media (max-width: 767px) {
    .n-lista_proyecto__panel li .list-proyectos__label {
      display: inline-block; } }
  .n-lista_proyecto__panel .list-group-item.collapsable-item {
    padding: 0;
    background-color: #e2e2e2;
    color: #424242;
    border-bottom: solid 1px #929292;
    border-radius: 0px;
    display: flex;
    min-height: 50px;
    cursor: pointer;
    cursor: hand; }
  .n-lista_proyecto__panel .button_wrapper .ghost {
    min-height: 50px; }
  .n-lista_proyecto__panel .list-group-item {
    padding: 10px 0px;
    background-color: white;
    color: #797979;
    border-bottom: solid 1px #929292;
    border-radius: 0px;
    display: flex; }
    .n-lista_proyecto__panel .list-group-item a {
      color: #295f82; }
  .n-lista_proyecto__panel .list_title {
    line-height: 3rem;
    padding: 10px;
    text-transform: uppercase; }
  .n-lista_proyecto__panel .button_wrapper {
    width: 50px;
    text-align: center;
    line-height: 30px;
    border-right: solid 1px #929292; }

/*Language Style*/
.language-list a {
  color: white !important;
  margin-right: 1rem; }

/*Front page mini pager style*/
.mini-pager {
  margin-bottom: 2rem; }
  .mini-pager .mini-pager__left, .mini-pager .mini-pager__right {
    list-style: none; }
    .mini-pager .mini-pager__left a span, .mini-pager .mini-pager__right a span {
      background-repeat: no-repeat;
      background-size: contain;
      height: 35px;
      width: 35px;
      display: inline-block; }
  .mini-pager .mini-pager__left a span {
    background-image: url("../../images/r-front_page--mini__pager__left.svg"); }
  .mini-pager .mini-pager__right a span {
    background-image: url("../../images/r-front_page--mini__pager__right.svg"); }

.v-noticias-bloque .btn-primary {
  background-color: #00a2e0;
  border: none;
  padding: 8px 12px;
  margin-top: 1rem; }
  .v-noticias-bloque .btn-primary a {
    color: white !important;
    text-decoration: none;
    font-size: 1.4rem !important; }
  .v-noticias-bloque .btn-primary:hover {
    opacity: 0.9; }

.v-right-block {
  background-color: #00a2e0;
  color: white; }
  .v-right-block a {
    color: white !important;
    font-weight: normal !important; }
  .v-right-block .panel-heading {
    background-color: #00a2e0;
    text-transform: uppercase; }
    .v-right-block .panel-heading p {
      font-size: 1.4rem;
      color: white;
      font-weight: lighter; }
  .v-right-block .panel-body p {
    color: white;
    font-weight: lighter; }

/*# sourceMappingURL=component.css.map */
