@charset "UTF-8";
/*** Paleta de colores institucionales principales ***/
/* Grises */
/* Violeta institucional */
/*** Paleta de colores secundarios ***/
/** nueva paleta 2024 **/
/*** Otros colores distintivos ***/
/* Bootstrap breakpoints 
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
*/
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
.blog-item p,
.item-page p {
  text-align: justify;
}

/*body p {
  font-weight: 500;
}*/
.homepage-banner {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*&::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, black);
    opacity: 1;
  }*/
}
@media (min-width: 62em) {
  .homepage-banner {
    height: 591px;
  }
}
.homepage-banner h1 {
  color: #FFF;
  position: relative;
  z-index: 1;
  padding: 1em;
  line-height: normal;
}
@media (min-width: 75em) {
  .homepage-banner h1 {
    font-size: 3.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 5px #666;
    padding: 0;
    width: 70%;
  }
}

.view-featured.itemid-101 .site-grid .container-banner.full-width {
  margin: 0 0 -3rem 0;
}

/* Títulos */
.site-grid [class*=" container-titulo"],
.site-grid [class^=container-titulo] {
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 62em) {
  .site-grid [class*=" container-titulo"],
  .site-grid [class^=container-titulo] {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }
}

.titulo {
  width: 100%;
  text-align: center;
  padding: 5em 0 4em 0;
}
.titulo > h3 {
  color: #9283be;
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 1em;
  margin-bottom: 0;
}
.titulo .custom p {
  margin-bottom: 0;
}

/* Cards */
/*.card .card-body .card-header {
  font-family: "Encode Sans", sans-serif;
}*/
/*** Sección Header ***/
/* Módulo topbar */
.container-header .topbar .mod-menu.metismenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.topbar:not(.search) {
  background: #f6f6f6;
  color: #D6D6D6;
}
.topbar:not(.search) .mod-menu .metismenu-item {
  font-size: 0.8rem;
  text-transform: uppercase;
}
.topbar:not(.search) .mod-menu .metismenu-item a {
  color: #D6D6D6;
}
.topbar:not(.search).redes span {
  padding-right: 1em;
  color: #D6D6D6;
}

/* Módulo search */
.mod-finder__search {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mod-finder__search .awesomplete {
  width: 100%;
}
.mod-finder__search button.btn.btn-primary {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  padding: 0px 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.mod-finder__search button.btn.btn-primary span.icon-search.icon-white {
  color: #9283be;
}
.mod-finder__search input {
  background-color: inherit;
  border: 1px solid #f6f6f6;
  text-align: left;
  color: #9283be;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 20px;
  padding: 15px;
}
.mod-finder__search input::-webkit-input-placeholder {
  color: #9283be;
}
.mod-finder__search input::-moz-placeholder {
  color: #9283be;
}
.mod-finder__search input:-ms-input-placeholder {
  color: #9283be;
}
.mod-finder__search input::-ms-input-placeholder {
  color: #9283be;
}
.mod-finder__search input::placeholder {
  color: #9283be;
}

/*** Accesos destacados homepage ***/
/* Módulo top-a */
.site-grid .grid-child.container-top-a {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.top-a.card {
  background: #9283be;
  padding: 1em;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.top-a.card .card-body {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: normal;
}
.top-a.card .card-body .card-header {
  background: none;
  border-bottom: none;
  /*font-family: "Encode Sans", sans-serif;*/
  font-weight: 500;
  padding: 1em 0;
}
.top-a.card .card-body a {
  color: #fff;
  text-decoration: none;
}
.top-a.card .card-body p {
  font-weight: 400;
}

/*** Sección Alta Complejidad ***/
/* Módulo titulo-top-b */
.container-titulo-top-b {
  grid-area: titulo-top-b;
}

/* Módulo top-b */
.top-b.card {
  position: relative;
  border: none;
  margin-top: 0;
}
.top-b.card .card-header {
  background: none;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  bottom: 0;
  padding: 1em;
  border-bottom: 0;
}
.top-b.card .card-body {
  padding: 0;
}
.top-b.card .card-body .mod-custom.custom {
  width: auto;
  height: 249px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-b.card .card-body .mod-custom.custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: linear-gradient(to bottom, transparent, black);
  opacity: 0.7;
}
.top-b.card .card-body .mod-custom.custom a {
  display: block;
  position: relative;
  z-index: 1;
  height: 240px;
  font-size: 0;
}

/*** Sección Componente Principal - Ultimas Noticias ***/
/* Módulo titulo-comp */
.titulo-comp {
  background: #eae7f3;
}
.titulo-comp .mod-custom.custom {
  padding: 0 1em;
}
@media (min-width: 62em) {
  .titulo-comp .mod-custom.custom {
    padding: 0 360px;
  }
}

.container-titulo-comp {
  grid-area: titulo-comp;
}
.container-titulo-comp h3 {
  padding-bottom: 0;
}

/*** Sección Recursos ***/
/* Modulo bottom-a */
.recursos .container-bottom-a {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.bottom-a.card {
  background: none;
  border: none;
  margin: 0 auto;
}
.bottom-a.card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 62em) {
  .bottom-a.card .card-body {
    min-height: 266px;
  }
}
.bottom-a.card .card-body .card-header {
  border: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  background-color: inherit;
}
.bottom-a.card .card-body .card-header:after {
  content: url(../images/angle-right-dark.png);
  padding-left: 0.5em;
  vertical-align: middle;
}
.bottom-a.card .card-body a {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  font-size: 0;
}

/*** Sección Garrahan y la Comunidad ***/
/* Modulo titulo-bottom-b */
.container-titulo-bottom-b {
  grid-area: titulo-bot-b;
  /*h3 {
    padding-bottom: 0;
  }*/
}
.container-titulo-bottom-b .mod-custom.custom {
  padding: 0 1em;
}
@media (min-width: 62em) {
  .container-titulo-bottom-b .mod-custom.custom {
    padding: 0 360px;
  }
}

/* Módulo bottom-b */
.bottom-b.card {
  position: relative;
  border: none;
  margin-top: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (min-width: 62em) {
  .bottom-b.card {
    margin-right: 1em;
  }
  .bottom-b.card:last-of-type {
    margin-right: 0;
  }
}
.bottom-b.card .card-header {
  background: none;
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 0;
  font-weight: 400;
  padding: 1em;
  border-bottom: none;
}
.bottom-b.card .card-body {
  padding: 0;
}
.bottom-b.card .card-body .mod-custom.custom {
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 232px;
}
.bottom-b.card .card-body .mod-custom.custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: linear-gradient(to bottom, transparent, black);
  opacity: 0.7;
}
.bottom-b.card .card-body .mod-custom.custom a {
  display: block;
  position: relative;
  z-index: 1;
  height: 240px;
  font-size: 0;
}

/* Modulo bottom-c */
.bottom-c.card {
  background: none;
  border: none;
}
.bottom-c.card a.link {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 62em) {
  .bottom-c.card {
    margin-right: 1em;
  }
}
.bottom-c.card:last-of-type {
  margin-right: 0;
}
.bottom-c.card .card-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
.bottom-c.card .card-body .card-header {
  border: none;
  background: none;
  font-size: 1.3em;
  font-weight: 600;
  color: #9283be;
  padding: 1em;
  min-height: 4em;
}
.bottom-c.card .card-body p {
  padding: 0 1.5rem 1em;
}
.bottom-c.card .card-body p a {
  text-decoration: none;
  color: #000;
}

/*** Sección Contadores ***/
.contadores {
  background-image: url(../images/bgr-contadores.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  color: #fff;
}
@media (max-width: 62em) {
  .contadores {
    padding: 50px 0;
  }
}
@media (min-width: 75em) {
  .contadores {
    height: 600px;
  }
}
.contadores .container-bottom-d {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contadores .container-bottom-d .bottom-d {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contadores .container-bottom-d .bottom-d h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
}
.contadores .container-bottom-d .bottom-d .camas .wrapper {
  background-image: url(../images/ico_camas.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.contadores .container-bottom-d .bottom-d .consultas .wrapper {
  background-image: url(../images/ico_consultas.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.contadores .container-bottom-d .bottom-d .egresos .wrapper {
  background-image: url(../images/ico_egresos.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.contadores .container-bottom-d .bottom-d .cirugias .wrapper {
  background-image: url(../images/ico_cirugias.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.contadores .container-bottom-d .bottom-d .inner span.purecounter {
  font-size: 48px;
  font-weight: bold;
  font-weight: 600;
  display: block;
  padding: 0 1em;
}
.contadores .container-bottom-d .bottom-d .inner span.dato {
  font-size: 24px;
  font-weight: normal;
}
.contadores .container-bottom-d .bottom-d > div {
  gap: 3em;
}

/*** Sección Campus virtual ***/
/* Modulo titulo-bottom-e */
.container-titulo-bottom-e {
  grid-area: titulo-bot-e;
  /*h3 {
    padding-bottom: 0;
  }*/
}

.container-bottom-e .bottom-e.card:first-child .card-body {
  padding: 0;
}
.container-bottom-e .bottom-e.card:first-child .card-body .mod-custom.custom {
  height: 365px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.container-bottom-e .bottom-e.card {
  border: none;
  margin-top: 0;
}
.container-bottom-e .bottom-e.card .card-body {
  padding: 0 1rem;
}

/*** Sección Logos ***/
/* modulo logos */
.container-logos {
  margin: 0 auto;
}
.container-logos .logos.card:last-of-type {
  border-right: none;
}

.logos {
  background: #eae7f3;
  border: none;
  margin: 0;
}
.logos .card-body {
  padding: 0;
}
.logos .card-body > div {
  text-align: center;
}
.logos .card-body > div p {
  margin: 0;
}
.logos .card-body > div img {
  max-width: 327px;
}
@media (min-width: 75em) {
  .logos .card:first-child > .card-body {
    border-right: 2px solid #9283be;
  }
}
.logos .ciudad,
.logos .ministerio {
  padding: 3em 0;
}

/*** Footer ***/
.footer {
  background-color: #9283be;
  background-image: inherit;
  padding: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.footer h5 {
  font-weight: 600;
}
.footer h5:after {
  content: url(../images/angle-right-dark.png);
  padding-left: 1em;
  vertical-align: middle;
}
.footer .custom [class*=fa-brands] {
  padding-top: 1em;
  padding-right: 1em;
}
.footer .disclaimer {
  color: #49496b;
  font-size: 0.8rem;
}

/*** Noticias relacionadas ***/
.logos .card.relacionadas {
  margin-top: 0;
  padding: 0;
}
.logos .card.relacionadas .card-header {
  background-color: inherit;
  border: none;
  padding: 2.5em 0 2em 0;
  text-align: center;
}
.logos .card.relacionadas .card-body {
  border-right: none;
}
.logos .card.relacionadas .card-body figure.item-image img {
  max-width: 100%;
}
.logos .card.relacionadas .card-body .item-content {
  text-align: left;
}

/*** Header servicios ***/
.mod-custom.servicio {
  padding: 1em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30%;
  min-height: 200px;
}
@media (min-width: 62em) {
  .mod-custom.servicio {
    padding: 0;
  }
  .mod-custom.servicio .wrapper {
    width: 80%;
    position: relative;
    left: -3%;
    background: #9283be;
    border-right: 50px solid #73C4A4;
    transform: skew(-15deg);
    height: 300px;
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
  }
  .mod-custom.servicio .content {
    position: relative;
    left: 17%;
    color: #fff;
    height: 100%;
    transform: skew(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
  }
}

/*** Breadcrumbs ***/
nav.mod-breadcrumbs__wrapper ol.breadcrumb {
  background-color: #fff;
  padding-left: 1em;
  /*li,
  li > a {
    color: #fff;
  }*/
}

/*** Paginador ***/
.pagination .page-link,
.page-item.disabled .page-link {
  color: #9283be;
}

.page-item.active .page-link {
  background-color: #9283be;
}

/*** Whatsapp ***/
.whatsapp {
  padding-right: 1em;
}
.whatsapp img {
  width: 60px;
  height: 60px;
}
@media (max-width: 62em) {
  .whatsapp img {
    width: 40px;
    height: 40px;
  }
}
.whatsapp .text {
  line-height: normal;
}
.whatsapp .text a {
  color: #289032;
  text-decoration: none;
}
.whatsapp .text a .number {
  font-weight: 600;
}
@media (max-width: 62em) {
  .whatsapp .text a .number {
    font-size: 0.9rem;
  }
}

.addtoany_container {
  padding-bottom: 1em;
}

div.fastsocialshare-align-right {
  padding-top: 1em;
}

.events .event span.date .day {
  text-transform: capitalize;
}
.events .event .header span.titulo {
  padding: 0;
}

.is_bottom_right.whatsappchat_185.whatsappchat.is-bottom_right .popup-section .popup span.help_btn_185.help-you-btn img {
  width: 60px;
}

.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top {
  background: #50535C !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content span.label {
  padding-left: 0 !important;
  background: none !important;
}

.whatsappchat .popup-section .popup .popuptext {
  background-color: #ECE7E5 !important;
}

.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .image {
  border-radius: 50%;
  padding: 0px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .image img {
  max-width: 60px !important;
}

.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message {
  background: #fff !important;
}

.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc {
  margin: 0 !important;
}

/* Menú principal */
nav.navbar {
  place-content: flex-end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #9283be;
  padding: 0.6em 0;
}
nav.navbar .mod-menu > .metismenu-item:last-of-type {
  padding-right: 0;
}
nav.navbar .mod-menu .mm-toggler:after {
  font-family: "FontAwesome";
  font-size: 1rem;
  font-weight: normal;
  content: "\f107";
  color: #fff;
  padding-left: 5px;
  border: inherit;
  width: auto;
  height: auto;
}
nav.navbar ul.mod-menu > li.metismenu-item {
  padding: 0;
}
nav.navbar ul.mod-menu > li > a,
nav.navbar ul.mod-menu li ul li a {
  color: #fff;
  font-weight: 500;
}
nav.navbar .metismenu.mod-menu .mm-collapse {
  background: #595959;
}

.container-header .metismenu > li.level-1 > ul {
  min-width: 14rem;
}

/* Menu Sidebar-left */
.sidebar-left nav.navbar {
  background: #f6f6f6;
  padding: 0;
}
.sidebar-left nav.navbar .collapse.navbar-collapse {
  padding: 0;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-1:not(.mm-active), .sidebar-left nav.navbar .collapse.navbar-collapse ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list li.metismenu-item.level-1.current.active.mm-active {
  padding: 1em 2em 1em 3em;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-1:not(.mm-active) a, .sidebar-left nav.navbar .collapse.navbar-collapse ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list li.metismenu-item.level-1.current.active.mm-active a {
  color: #9283be;
  font-size: 1rem;
  font-weight: bold;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-1:not(.mm-active):hover a, .sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-1:not(.mm-active).current.active > a, .sidebar-left nav.navbar .collapse.navbar-collapse ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list li.metismenu-item.level-1.current.active.mm-active:hover a, .sidebar-left nav.navbar .collapse.navbar-collapse ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list li.metismenu-item.level-1.current.active.mm-active.current.active > a {
  color: #fff;
  text-decoration: inherit;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-1.divider.deeper.parent.mm-active button.mod-menu__separator.separator,
.sidebar-left nav.navbar .collapse.navbar-collapse ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list li.metismenu-item.level-1.current.active.mm-active {
  padding: 1em 2em 1em 3em;
  width: 100%;
  background: #73C4A4;
  color: #fff;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-2 {
  padding: 1em 3em;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-2.current.active {
  border-bottom: 1px solid #D6D6D6;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-2.current.active:hover, .sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-2.current.active:focus, .sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-2.current.active.active {
  background: #9283be;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-property: color, background-color, height, visibility;
  transition-property: color, background-color, height, visibility;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-2.current.active:hover a, .sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-2.current.active:focus a, .sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-2.current.active.active a {
  color: #fff;
  text-decoration: none;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-2 a {
  color: #9283be;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul li button.mod-menu__separator.separator, .sidebar-left nav.navbar .collapse.navbar-collapse ul.mod-menu li.metismenu-item.deeper ul li a {
  font-weight: bold;
  font-size: 1rem;
  color: #9283be;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul li.level-1:hover button.mod-menu__separator.separator, .sidebar-left nav.navbar .collapse.navbar-collapse ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list li.metismenu-item.level-1.active.divider.deeper.parent button.mod-menu__separator.separator.mm-collapsed {
  color: #fff;
  width: 100%;
  text-decoration: none;
}
.sidebar-left nav.navbar .collapse.navbar-collapse ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list li.metismenu-item.level-1.active.divider.deeper.parent.mm-active button.mod-menu__separator.separator.mm-toggler.mm-toggler-nolink {
  background: #73C4A4;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

/* Menu Intranet */
.home-intranet .container-sidebar-left::before {
  content: url(../images/logo-intranet.png);
  margin: 0 auto;
  padding: 1em;
}

.container-sidebar-left {
  background-color: #9283be;
}
.container-sidebar-left .logo .custom {
  text-align: center;
}
.container-sidebar-left h5 {
  text-align: center;
  text-transform: uppercase;
}
.container-sidebar-left ul.mod-menu li a {
  color: #fff;
  /*text-transform: uppercase;*/
}

.container-sidebar-left ul.mod-menu li ul li a::before {
  content: ">";
  padding-right: 1.5em;
}

.sidebar-left ul.mod-menu.metismenu li {
  padding: 1em 2em 1em 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-left ul.mod-menu.metismenu li span.image-title {
  position: relative;
  top: 2px;
  padding-left: 15px;
}
.sidebar-left ul.mod-menu.metismenu li button:hover {
  text-decoration: none;
}
.sidebar-left ul.mod-menu.metismenu li .mm-toggler {
  outline: none;
}
.sidebar-left ul.mod-menu.metismenu li .mm-toggler:after {
  content: "+";
  color: #fff;
  text-align: right;
  width: auto;
  height: auto;
  border: none;
}
.sidebar-left ul.mod-menu.metismenu li .mm-collapse {
  background-color: inherit;
}

/* Fix mobile collapse problem */
@media (max-width: 62em) {
  .collapse:not(.show) {
    display: none !important;
  }
}
button.navbar-toggler {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 7px;
}
button.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Modulo mod_articles_category */
.sidebar-left ul.mod-articlescategory.mod-list li {
  padding: 1em 3em;
  border-bottom: 1px solid #D6D6D6;
}
.sidebar-left ul.mod-articlescategory.mod-list li:hover, .sidebar-left ul.mod-articlescategory.mod-list li.active {
  background: #9283be;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-property: color, background-color, height, visibility;
  transition-property: color, background-color, height, visibility;
}
.sidebar-left ul.mod-articlescategory.mod-list li:hover a,
.sidebar-left ul.mod-articlescategory.mod-list li:hover .separator, .sidebar-left ul.mod-articlescategory.mod-list li.active a,
.sidebar-left ul.mod-articlescategory.mod-list li.active .separator {
  color: #FFF;
  text-decoration: none;
}
.sidebar-left ul.mod-articlescategory.mod-list li a {
  font-weight: bold;
  color: #9283be;
}

.site-grid {
  padding: 0;
}

.view-featured .site-grid .full-width.component,
.comunidad {
  background: #eae7f3;
}

.recursos {
  background: #9283be;
}
@media (max-width: 62em) {
  .recursos {
    padding: 50px 0;
  }
}

/* main component */
.view-featured .component .container-component main {
  margin-top: 0;
}
.view-featured .blog-item {
  background: #fff;
}
@media (max-width: 62em) {
  .view-featured .blog-item {
    margin: 1em;
  }
}
.view-featured .blog-item ul.fields-container {
  display: none;
}
.view-featured .blog-item .item-image {
  margin: 0;
  text-align: center;
  height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*
  ver si en móvil las imágenes tienen aire o no
  @include forSmallScreens(992) {
    margin  : $cassiopeia-grid-gutter;
    padding : $cassiopeia-grid-gutter;
  }
  */
}
.view-featured .blog-item .item-content {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 62em) {
  .view-featured .blog-item .item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.view-featured .blog-item .item-content h2.item-title {
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 600;
  padding-bottom: 1em;
}
.view-featured .blog-item .item-content h2.item-title a {
  text-decoration: none;
  color: #9283be;
}
.view-featured .blog-item .item-content .content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.view-featured .blog-item .item-content .content-wrap .readmore {
  border-top: 1px solid #eae7f3;
  padding-top: 1em;
  margin-bottom: 0;
  margin-top: 2em;
}
.view-featured .blog-item .item-content .content-wrap .readmore a {
  color: #9283be;
}

.btn.white {
  border: none;
  text-transform: uppercase;
  color: #9283be;
  background: #fff;
  padding: 1em;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn.violeta {
  text-transform: uppercase;
  color: #fff;
  background: #9283be;
  padding: 1em;
}
.btn.violeta:after {
  content: url(../images/angle-right-white.png);
  padding-left: 1em;
}

.btn.verde:hover {
  background: #9283be;
}

.btn-info {
  background-color: #45658D;
  border: none;
}

.violeta {
  background: #9283be;
}

.verde {
  background: #73C4A4;
}

span.icon-chevron-right {
  padding-left: 0.5em;
}

blockquote {
  padding: 1em;
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
  font-size: 1.4em;
  font-style: italic;
  margin: 2em 0;
  color: #9283be;
}
blockquote p {
  position: relative;
}
blockquote > p:first-child:before {
  content: "❝";
  font-size: 2rem;
  position: absolute;
  left: -30px;
  top: -5px;
}

.jwts_toggleControlContainer {
  margin: 1em 0;
}

address {
  font-style: italic;
  font-size: 0.9rem;
}

.grid-child.container-component main {
  margin-top: 0;
}

.com-content-article.item-page:not(.servicio, .noticias) h2,
.com-content-article.item-page:not(.servicio, .noticias) h3,
.com-content-article.item-page:not(.servicio, .noticias) h4,
.com-content-article.item-page:not(.servicio, .noticias) h5,
.com-content-article.item-page:not(.servicio, .noticias) h6 {
  margin: 1em 0;
}
.com-content-article.item-page:not(.servicio, .noticias) .page-header {
  margin-bottom: 1em;
  background: #73C4A4;
}
.com-content-article.item-page:not(.servicio, .noticias) .page-header h1 {
  color: #fff;
  padding: 1em 0;
  text-align: left;
}
.com-content-article.item-page:not(.servicio, .noticias) .volanta + .page-header {
  margin-top: 1em;
}
.com-content-article.item-page:not(.servicio, .noticias) figure.item-image img {
  margin: 1em 0;
  width: 100%;
}
.com-content-article.item-page:not(.servicio, .noticias) ul.fields-container {
  padding-left: 0;
}
.com-content-article.item-page:not(.servicio, .noticias) ul.fields-container li.field-entry.volanta {
  margin: 1em 0;
  list-style-type: none;
}
@media (min-width: 62em) {
  .com-content-article.item-page:not(.servicio, .noticias) .com-content-article__body {
    width: 66%;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 62em) {
  .servicio .site-grid .grid-child.container-component {
    -ms-grid-column: full-start;
        grid-column-start: full-start;
    grid-column-end: full-end;
  }
  .servicio .site-grid .grid-child.container-component .com-content-article__body {
    width: 100%;
  }
  .servicio .container-sidebar-left {
    margin-top: -50px;
    background: #f6f6f6;
    -webkit-box-shadow: 1px 1px 4px hsla(0, 0%, 0%, 0.1);
            box-shadow: 1px 1px 4px hsla(0, 0%, 0%, 0.1);
    border-top: 5px solid #73C4A4;
    z-index: 9;
  }
  .servicio .item-page.servicio {
    width: 100%;
    /*.page-header {
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 30%;

      .wrapper {
        width: 80%;
        position: relative;
        left: -3%;
        background: $violeta;
        border-right: 50px solid $verde;
        transform: skew(-15deg);
        height: 300px;
        transform: skew(-15deg);
        -webkit-transform: skew(-15deg);
        -moz-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        -o-transform: skew(-15deg);

        .text {
          position: relative;
          left: 17%;
          color: #fff;
          height: 100%;
          transform: skew(15deg);
          -webkit-transform: skew(15deg);
          -moz-transform: skew(15deg);
          -ms-transform: skew(15deg);
          -o-transform: skew(15deg);
        }
      }

      h1 {
        background: inherit;
        color: inherit;
        text-align: inherit;
        padding: 0;
        width: 80%;
        line-height: normal;
      }
    }*/
  }
  .servicio .item-page.servicio .page-header {
    position: relative;
    overflow: hidden;
  }
  .servicio .item-page.servicio .page-header .header-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%; /* Emula background-size: 30% */
    -o-object-fit: cover;
       object-fit: cover; /* Emula background-size: cover */
    -o-object-position: right center;
       object-position: right center; /* Emula background-position: right center */
    z-index: 1;
  }
  .servicio .item-page.servicio .page-header .wrapper {
    width: 80%;
    position: relative;
    left: -3%;
    background: #9283be;
    border-right: 50px solid #73C4A4;
    transform: skew(-15deg);
    height: 300px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* Para centrar verticalmente el contenido */
    /* Corrige la transformación en navegadores antiguos */
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
  }
  .servicio .item-page.servicio .page-header .text {
    position: relative;
    left: 17%;
    color: #fff;
    height: 100%;
    transform: skew(15deg);
    /* Corrige la transformación en navegadores antiguos */
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
  }
  .servicio .item-page.servicio .page-header h1 {
    background: inherit;
    color: inherit;
    text-align: inherit;
    padding: 0;
    width: 80%;
    line-height: normal;
  }
  .servicio .item-page.servicio .com-content-article__body {
    padding: 0;
  }
  .servicio .item-page.servicio .com-content-article__body .item-text {
    padding: 4em;
    width: 100%;
  }
}
.servicio .sidebar-left h3 {
  padding: 1em;
}
.servicio .sidebar-left ul {
  width: 100%;
}
.servicio .sidebar-left ul li.level-1:not(.mm-active) {
  border-bottom: 1px solid #D6D6D6;
  padding: 1em 3em;
}
.servicio .sidebar-left ul li.level-1:not(.mm-active):hover, .servicio .sidebar-left ul li.level-1:not(.mm-active).active {
  background: #9283be;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-property: color, background-color, height, visibility;
  transition-property: color, background-color, height, visibility;
  /*a, .separator {
    color: $blanco;
  }*/
}
.servicio .sidebar-left ul li.level-1:not(.mm-active) a {
  font-weight: bold;
  color: #9283be;
}

.view-article.no-layout .site-grid .grid-child.container-component {
  -ms-grid-column: full-start;
      grid-column-start: full-start;
  grid-column-end: full-end;
}
.view-article.no-layout .site-grid .grid-child.container-component main .com-content-article.item-page.base {
  width: 100%;
}
.view-article.no-layout .site-grid .grid-child.container-component main .com-content-article.item-page.base .page-header {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.view-article.no-layout .site-grid .grid-child.container-component main .com-content-article.item-page.base .page-header .wrapper {
  width: 80%;
  position: relative;
  left: -3%;
  background: #9283be;
  border-right: 50px solid #73C4A4;
  transform: skew(-15deg);
  height: 300px;
  transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -o-transform: skew(-15deg);
}
.view-article.no-layout .site-grid .grid-child.container-component main .com-content-article.item-page.base .page-header .wrapper .text {
  position: relative;
  left: 17%;
  color: #fff;
  height: 100%;
  transform: skew(15deg);
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
}
.view-article.no-layout .site-grid .grid-child.container-component main .com-content-article.item-page.base .page-header h1 {
  background: inherit;
  color: inherit;
  text-align: inherit;
  padding: 0;
}
.view-article.no-layout .site-grid .grid-child.container-component main .com-content-article.item-page.base .com-content-article__body {
  padding: 1em;
}
@media (min-width: 62em) {
  .view-article.no-layout .site-grid .grid-child.container-component main .com-content-article.item-page.base .com-content-article__body {
    width: 50%;
    margin: 0 auto;
  }
}
.view-article.no-layout .site-grid .grid-child.container-component main .com-content-article.item-page.base .com-content-article__body .item-text {
  padding: 4em;
}

@media (min-width: 62em) {
  .item-page.noticias {
    width: 66%;
    margin: 0 auto;
  }
}
.item-page.noticias .page-header {
  grid-column: main-start/main-end;
}
.item-page.noticias .page-header h1 {
  background: inherit;
  color: inherit;
  text-align: inherit;
  padding: 0;
  width: 100% !important;
}
.item-page.noticias figure.item-image img {
  width: 100%;
}
.item-page.noticias .com-content-article__body {
  width: auto;
}
.item-page.noticias time {
  text-transform: lowercase;
}
.item-page.noticias time .label {
  text-transform: capitalize;
}

.item-page.autoridades .com-content-article__body {
  width: 80%;
}

.item-page.turnos .item-text .page-header {
  margin-top: 20px;
}
.item-page.turnos .item-text .inner-header {
  text-align: left;
  padding-left: 40px;
}
.item-page.turnos .item-text .inner-header h1 {
  opacity: inherit;
  text-transform: none;
  font-size: 3rem;
  font-weight: bold;
}
.item-page.turnos .item-text .inner-header::after {
  content: url(../images/line.png);
}
.item-page.turnos .item-text p {
  padding-top: 10px;
}
.item-page.turnos .item-text .row.turnos .span12 p > strong {
  font-size: 18px;
}
.item-page.turnos .item-text .row.turnos a.btn.turnos {
  color: #681777;
  font-weight: bold;
  background: rgba(104, 23, 119, 0.1);
  border: none;
  background-image: url(../images/flechita-turnos.png);
  background-repeat: no-repeat;
  background-position: left;
  text-indent: 55px;
  padding: 30px;
  margin: 30px 0;
}
.item-page.turnos .item-text .row.turnos a.btn.turnos:hover {
  background: rgba(104, 23, 119, 0.2);
  background-image: url(../images/flechita-turnos.png);
  background-repeat: no-repeat;
  background-position: left;
}
.item-page.turnos .item-text h2 {
  background: #9283be;
  color: #fff;
  text-transform: none;
  display: block;
  padding: 15px 20px;
  margin-top: 30px;
}
.item-page.turnos .item-text ul {
  margin-left: 17px;
  margin-top: 10px;
}
.item-page.turnos .item-text ul li {
  list-style-image: url(../images/square-bullet.png);
  padding: 8px 0;
}
.item-page.turnos .item-text .turnos.practicas {
  padding: 20px 0 50px 0;
}
.item-page.turnos .item-text .turnos.practicas p {
  margin: 0;
  padding: 0;
}
.item-page.turnos .item-text .turnos.practicas .laboratorio {
  background: url(../images/turnos-laboratorio.png) no-repeat left center;
  background-size: 110px;
  text-align: left;
  padding: 0 0 0 130px;
}
.item-page.turnos .item-text .turnos.practicas .imagenes {
  background: url(../images/turnos-imagenes.png) no-repeat left center;
  background-size: 110px;
  text-align: left;
  padding: 0 0 0 130px;
}
.item-page.turnos .item-text .turnos.practicas .resonancia {
  background: url(../images/turnos-resonancia.png) no-repeat left center;
  background-size: 110px;
  text-align: left;
  padding: 0 0 0 130px;
}
.item-page.turnos .item-text .consulta {
  margin-bottom: 10px;
}
.item-page.turnos .item-text .consulta .col span {
  background-color: #50b6af;
  display: block;
  line-height: 60px;
  padding: 0 40px;
  font-size: 18px;
  text-indent: 40px;
  color: #fff;
  text-align: center;
}
.item-page.turnos .item-text .consulta .col span a {
  font-weight: bold;
  color: #fff;
}
.item-page.turnos .item-text .consulta .col span::before {
  content: url(../images/turnos-email.png);
  top: 12px;
  position: relative;
  padding-right: 10px;
  vertical-align: middle;
}

/* fin turnos */
/* Tablas */
table {
  width: 100%;
  border: 1px solid;
}
table thead {
  background-color: #D6D6D6;
}
table tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
table tbody tr:nth-child(odd) {
  background-color: #fff;
}
table th,
table td {
  padding: 7px;
}

/* Aside card */
aside.card {
  margin: 3rem 0;
  font-size: larger;
}
aside.card .card-header {
  font-weight: bold;
  padding: 1em;
}
aside.card .card-body {
  background: #73C4A4;
  color: #fff;
}

.article-info.text-muted {
  text-align: right;
  padding: 1em;
}

/* Nueva Sección Materiales Educativos (Publicaciones DADI) */
html body.site.com_content.wrapper-static.view-category.layout-blog.no-task.itemid-1460.servicio.publicaciones div.site-grid div.grid-child.container-component main div.item-page.servicio div.page-header img.header-img {
  display: none;
}

.blog-item div.item-content .tags {
  display: none;
}
.blog-item div.item-content .volanta {
  color: #9283be;
  padding-bottom: 1em;
}
.blog-item div.item-content .page-header h2.item-title {
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 600;
}
.blog-item div.item-content .page-header h2.item-title a {
  text-decoration: none;
  color: #9283be;
}

.view-category.layout-blog.noticias .site-grid {
  background: #eae7f3;
}
.view-category.layout-blog.noticias .site-grid .blog-item {
  background: #fff;
}
.view-category.layout-blog.noticias .site-grid .blog-item figure.item-image {
  /*margin: 0;
  text-align: center;
  height: 250px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  margin: 0;
  text-align: center;
  height: 250px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.view-category.layout-blog.noticias .site-grid .blog-item figure.item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Emula background-size: cover */
  -o-object-position: center;
     object-position: center; /* Emula background-position: center */
}
.view-category.layout-blog.noticias .site-grid .blog-item .item-content {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 62em) {
  .view-category.layout-blog.noticias .site-grid .blog-item .item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.view-category.layout-blog.noticias .site-grid .blog-item .item-content h2.item-title {
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 600;
  padding-bottom: 1em;
}
.view-category.layout-blog.noticias .site-grid .blog-item .item-content h2.item-title a {
  text-decoration: none;
  color: #9283be;
}
.view-category.layout-blog.noticias .site-grid .blog-item .item-content .content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.view-category.layout-blog.noticias .site-grid .blog-item .item-content .content-wrap .readmore {
  border-top: 1px solid #eae7f3;
  padding-top: 1em;
  margin-bottom: 0;
  margin-top: 2em;
}
.view-category.layout-blog.noticias .site-grid .blog-item .item-content .content-wrap .readmore a {
  color: #9283be;
}

.layout-blog.rrhh.intranet .grid-child.container-component {
  max-width: 100%;
}

.rrhh .blog {
  width: 100%;
  padding: 0 4em;
}

.rrhh .blog .blog-items {
  padding-top: 1em;
}
.rrhh .blog .blog-items .blog-item {
  border: 1px solid #595959;
}
.rrhh .blog .blog-items .blog-item .cabeza_aviso {
  background: #9283be;
  color: #fff;
  padding: 1em;
  font-size: 1.1rem;
}
.rrhh .blog .blog-items .blog-item .item-content {
  padding: 1em;
}
.rrhh .blog .blog-items .blog-item .item-content h2.item-title {
  font-size: 1rem;
}

.rrhh .archive #archive-items .cabeza_aviso {
  background: #9283be;
  color: #fff;
  padding: 1em;
  font-size: 1.1rem;
}
.rrhh .archive #archive-items .item-content {
  padding: 1em;
}
.rrhh .archive #archive-items .item-content h2 {
  font-size: 1rem;
}

.layout-blog.rrhh.intranet.servicio.noticias.telesalud .site-grid {
  background: #fff;
}

.telesalud .site-grid .item-page {
  width: 66%;
}

.telesalud .site-grid .grid-child.container-component {
  -ms-grid-column: main-start;
      grid-column-start: main-start;
  grid-column-end: main-end;
}

.telesalud .active.page-item a.page-link {
  color: #fff;
}

.servicio.publicaciones .item-page.servicio .com-content-category-blog.blog {
  padding: 3rem !important;
}

.servicio.publicaciones .item-page.servicio .blog .blog-item figure.item-image {
  margin: 0;
  text-align: center;
  height: 250px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.servicio.publicaciones .item-page.servicio .blog .blog-item figure.item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Emula background-size: cover */
  -o-object-position: center;
     object-position: center; /* Emula background-position: center */
}

.com-content-article.item-page.organigrama_wrapper .com-content-article__body {
  width: 80%;
}

.organigrama {
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr 1em 1fr;
  grid-template-columns: repeat(8, 1fr);
}
.organigrama .card-img-top {
  width: 200px;
  margin: 0 auto;
}

h3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9;
}

.presidente {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9;
}

.titular {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.titular .card {
  padding-top: 1em;
}

.secretario {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.secretario .card {
  padding-top: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-organigrama {
  --level-1: #9283be;
  --level-2: #eb3237;
  --level-3: #f38434;
  --level-4: #73c4a4;
  --level-5: #eed3af;
  --level-6: #d6d6d6;
  --black: black;
  display: -ms-grid;
  display: grid;
  --grid-columns: 9;
  -ms-grid-columns: (1fr)[var(--grid-columns)];
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  grid-auto-rows: auto;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  padding-bottom: 3rem;
}
.container-organigrama h1 {
  font-size: 1.5rem;
}
.container-organigrama .rectangle {
  position: relative;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  width: 100%;
  border: 3px solid #fff;
  text-align: center;
  background-color: #f6f6f6;
}
.container-organigrama .rectangle p {
  margin: 0;
  text-align: center;
}
.container-organigrama .rectangle h2 {
  padding: 8px 2px;
  font-size: 0.8rem;
  margin: 0 !important;
  text-transform: none;
}
.container-organigrama .level-1 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/6;
}
.container-organigrama .level-1 h2 {
  background: var(--level-1);
}
.container-organigrama .level-2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.container-organigrama .level-2 h2 {
  background: var(--level-2);
}
.container-organigrama .level-3 h2 {
  background: var(--level-3);
}
.container-organigrama .level-4 h2 {
  background: var(--level-4);
}
.container-organigrama .level-5 h2 {
  background: var(--level-5);
}
.container-organigrama .level-6 h2 {
  background: var(--level-6);
}
.container-organigrama .col-1 {
  -ms-grid-column: 1;
  grid-column: 1;
  width: inherit;
}
.container-organigrama .col-2 {
  -ms-grid-column: 2;
  grid-column: 2;
  width: inherit;
}
.container-organigrama .col-3 {
  -ms-grid-column: 3;
  grid-column: 3;
  width: inherit;
}
.container-organigrama .col-4 {
  -ms-grid-column: 4;
  grid-column: 4;
  width: inherit;
}
.container-organigrama .col-5 {
  -ms-grid-column: 5;
  grid-column: 5;
  width: inherit;
}
.container-organigrama .col-6 {
  -ms-grid-column: 6;
  grid-column: 6;
  width: inherit;
}
.container-organigrama .col-7 {
  -ms-grid-column: 7;
  grid-column: 7;
  width: inherit;
}
.container-organigrama .col-8 {
  -ms-grid-column: 8;
  grid-column: 8;
  width: inherit;
}
.container-organigrama .col-9 {
  -ms-grid-column: 9;
  grid-column: 9;
  width: inherit;
}
.container-organigrama .col-10 {
  -ms-grid-column: 10;
  grid-column: 10;
  width: inherit;
}
.container-organigrama .row-1 {
  -ms-grid-row: 1;
  grid-row: 1;
  min-height: 60px;
}
.container-organigrama .row-2 {
  -ms-grid-row: 2;
  grid-row: 2;
  min-height: 60px;
}
.container-organigrama .row-3 {
  -ms-grid-row: 3;
  grid-row: 3;
  min-height: 60px;
}
.container-organigrama .row-4 {
  -ms-grid-row: 4;
  grid-row: 4;
  min-height: 60px;
}
.container-organigrama .row-5 {
  -ms-grid-row: 5;
  grid-row: 5;
  min-height: 60px;
}
.container-organigrama .row-6 {
  -ms-grid-row: 6;
  grid-row: 6;
  min-height: 60px;
}
.container-organigrama .row-7 {
  -ms-grid-row: 7;
  grid-row: 7;
  min-height: 60px;
}
.container-organigrama .row-8 {
  -ms-grid-row: 8;
  grid-row: 8;
  min-height: 60px;
}
.container-organigrama .row-9 {
  -ms-grid-row: 9;
  grid-row: 9;
  min-height: 60px;
}
.container-organigrama .row-10 {
  -ms-grid-row: 10;
  grid-row: 10;
  min-height: 60px;
}
.container-organigrama .row-11 {
  -ms-grid-row: 11;
  grid-row: 11;
  min-height: 60px;
}
.container-organigrama .row-12 {
  -ms-grid-row: 12;
  grid-row: 12;
  min-height: 60px;
}
.container-organigrama .row-13 {
  -ms-grid-row: 13;
  grid-row: 13;
  min-height: 60px;
}
.container-organigrama .row-14 {
  -ms-grid-row: 14;
  grid-row: 14;
  min-height: 60px;
}
.container-organigrama .row-15 {
  -ms-grid-row: 15;
  grid-row: 15;
  min-height: 60px;
}
.container-organigrama .row-16 {
  -ms-grid-row: 16;
  grid-row: 16;
  min-height: 60px;
}

.modal .container-organigrama .level-1 {
  grid-column: 1/-1;
}

.grid-line-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; /* Esto permite posicionar el pseudo-elemento con respecto a la celda */
  /* Otros estilos de tu celda aquí... */
}

.grid-hline-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; /* Esto permite posicionar el pseudo-elemento con respecto a la celda */
  /* Otros estilos de tu celda aquí... */
}

.grid-hline-100::after {
  content: "";
  position: absolute;
  right: 0%; /* Inicia a un cuarto del ancho de la celda para ocupar el 50% del centro */
  top: 50%; /* Alinea al centro verticalmente */
  width: 100%; /* La línea ocupará el 50% del ancho de la celda */
  height: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* Centra la línea verticalmente */
}

.grid-line-100::before {
  content: "";
  position: absolute;
  left: 0%; /* Inicia a un cuarto del ancho de la celda para ocupar el 50% del centro */
  top: 50%; /* Alinea al centro verticalmente */
  width: 100%; /* La línea ocupará el 50% del ancho de la celda */
  height: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* Centra la línea verticalmente */
}

.grid-line-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; /* Esto permite posicionar el pseudo-elemento con respecto a la celda */
  /* Otros estilos de tu celda aquí... */
}

.grid-line-50::before {
  content: "";
  position: absolute;
  left: 0%; /* Inicia a un cuarto del ancho de la celda para ocupar el 50% del centro */
  top: 50%; /* Alinea al centro verticalmente */
  width: 50%; /* La línea ocupará el 50% del ancho de la celda */
  height: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* Centra la línea verticalmente */
}

.grid-line-50::after {
  content: "";
  position: absolute;
  left: 50%; /* Centra la línea horizontalmente */
  top: 50%; /* Comienza en el centro verticalmente */
  height: 50%; /* El largo de la línea hacia abajo, ajusta según necesites */
  width: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* Centra la línea horizontalmente */
}

.grid-line-50-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; /* Esto permite posicionar el pseudo-elemento con respecto a la celda */
  /* Otros estilos de tu celda aquí... */
}

.grid-line-50-top::before {
  content: "";
  position: absolute;
  left: 0%; /* Inicia a un cuarto del ancho de la celda para ocupar el 50% del centro */
  top: 0%; /* Alinea al centro verticalmente */
  width: 50%; /* La línea ocupará el 50% del ancho de la celda */
  height: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* Centra la línea verticalmente */
}

.grid-line-50-top::after {
  content: "";
  position: absolute;
  left: 50%; /* Centra la línea horizontalmente */
  top: 0%; /* Comienza en el centro verticalmente */
  height: 100%; /* El largo de la línea hacia abajo, ajusta según necesites */
  width: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* Centra la línea horizontalmente */
}

.grid-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; /* Alinea al inicio para empezar desde la parte superior */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.grid-line::after {
  content: "";
  position: absolute;
  left: 50%; /* Centra la línea horizontalmente */
  top: 0; /* Comienza desde la parte superior del contenedor */
  bottom: 0; /* Se extiende hasta la parte inferior del contenedor */
  width: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* Centra la línea horizontalmente */
}

.grid-line-2rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; /* Alinea al inicio para empezar desde la parte superior */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-grid-row-span: 2;
  grid-row: span 2; /* Asume que estás utilizando CSS Grid y que tu contenedor abarca 3 filas */
  /* Otros estilos de tu grilla aquí... */
  -ms-grid-column: 7;
  grid-column: 7;
}

.grid-line-2rows::after {
  content: "";
  position: absolute;
  left: 50%; /* Centra la línea horizontalmente */
  top: 0; /* Comienza desde la parte superior del contenedor */
  bottom: 0; /* Se extiende hasta la parte inferior del contenedor */
  width: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* Centra la línea horizontalmente */
}

.grid-line-2rows-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; /* Alinea al inicio para empezar desde la parte superior */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-grid-row-span: 2;
  grid-row: span 2; /* Asume que estás utilizando CSS Grid y que tu contenedor abarca 3 filas */
  /* Otros estilos de tu grilla aquí... */
  -ms-grid-column: 7;
  grid-column: 7;
}

.grid-line-2rows-right::after {
  content: "";
  position: absolute;
  right: 0%; /* Centra la línea horizontalmente */
  top: 0; /* Comienza desde la parte superior del contenedor */
  bottom: 0; /* Se extiende hasta la parte inferior del contenedor */
  width: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* Centra la línea horizontalmente */
}

.grid-line-3rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; /* Alinea al inicio para empezar desde la parte superior */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-grid-row-span: 3;
  grid-row: span 3; /* Asume que estás utilizando CSS Grid y que tu contenedor abarca 3 filas */
  /* Otros estilos de tu grilla aquí... */
  -ms-grid-column: 7;
  grid-column: 7;
}

.grid-line-3rows::after {
  content: "";
  position: absolute;
  left: 50%; /* Centra la línea horizontalmente */
  top: 0; /* Comienza desde la parte superior del contenedor */
  bottom: 0; /* Se extiende hasta la parte inferior del contenedor */
  width: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* Centra la línea horizontalmente */
}

.grid-line-50-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; /* Esto permite posicionar el pseudo-elemento con respecto a la celda */
  /* Otros estilos de tu celda aquí... */
}

.grid-line-50-right::before {
  content: "";
  position: absolute;
  right: 0%; /* Inicia a un cuarto del ancho de la celda para ocupar el 50% del centro */
  top: 50%; /* Alinea al centro verticalmente */
  width: 50%; /* La línea ocupará el 50% del ancho de la celda */
  height: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* Centra la línea verticalmente */
}

.grid-line-50-right::after {
  content: "";
  position: absolute;
  left: 50%; /* Centra la línea horizontalmente */
  top: 50%; /* Comienza en el centro verticalmente */
  height: 50%; /* El largo de la línea hacia abajo, ajusta según necesites */
  width: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* Centra la línea horizontalmente */
}

.grid-line-50-right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; /* Esto permite posicionar el pseudo-elemento con respecto a la celda */
  /* Otros estilos de tu celda aquí... */
}

.grid-line-50-right-top::before {
  content: "";
  position: absolute;
  right: 0%; /* Inicia a un cuarto del ancho de la celda para ocupar el 50% del centro */
  top: 0%; /* Alinea al centro verticalmente */
  width: 50%; /* La línea ocupará el 50% del ancho de la celda */
  height: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* Centra la línea verticalmente */
}

.grid-line-50-right-top::after {
  content: "";
  position: absolute;
  left: 50%; /* Centra la línea horizontalmente */
  top: 0%; /* Comienza en el centro verticalmente */
  height: 100%; /* El largo de la línea hacia abajo, ajusta según necesites */
  width: 2px; /* El grosor de tu línea */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* Centra la línea horizontalmente */
}

.cell-with-t-line {
  position: relative; /* Necesario para posicionar los pseudo-elementos */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; /* Asegúrate de que la celda tenga una altura definida */
  /* Otros estilos de la celda aquí... */
}

.cell-with-t-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%; /* La línea horizontal ocupará todo el ancho de la celda */
  height: 2px; /* El grosor de la línea horizontal */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* Centra la línea horizontalmente */
}

.cell-with-t-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(50% - 1px); /* Ajusta para que la línea vertical comience justo debajo de la horizontal */
  width: 2px; /* El grosor de la línea vertical */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* Alinea la línea vertical correctamente en el centro */
}

.cell-with-t-line-invert {
  position: relative; /* Necesario para posicionar los pseudo-elementos */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; /* Asegúrate de que la celda tenga una altura definida */
  /* Otros estilos de la celda aquí... */
}

.cell-with-t-line-invert::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%; /* La línea horizontal ocupará todo el ancho de la celda */
  height: 2px; /* El grosor de la línea horizontal */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* Centra la línea horizontalmente */
}

.cell-with-t-line-invert::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  height: calc(50% - 1px); /* Ajusta para que la línea vertical comience justo debajo de la horizontal */
  width: 2px; /* El grosor de la línea vertical */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* Alinea la línea vertical correctamente en el centro */
}

.cell-with-cross-line {
  position: relative; /* Necesario para posicionar los pseudo-elementos */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; /* Asegúrate de que la celda tenga una altura definida */
  /* Otros estilos de la celda aquí... */
}

.cell-with-cross-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%; /* La línea horizontal ocupará todo el ancho de la celda */
  height: 2px; /* El grosor de la línea horizontal */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* Centra la línea horizontalmente */
}

.cell-with-cross-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%; /* La longitud de la línea vertical, puede ajustarse según necesidad */
  width: 2px; /* El grosor de la línea vertical */
  background-color: var(--black); /* El color de la línea */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* Alinea la línea vertical correctamente en el centro */
}

#exampleModal.modal.modal-xl {
  --modal-width: 90% !important;
  max-width: inherit !important;
  width: 100%;
}

.link {
  border: 1px solid #9283be !important;
  /*h2::after {
    font-family: "Font Awesome 5 Free";
    content: '\f05a';
    color:#fff;
    padding-left: $cassiopeia-grid-gutter;   
    font-size: 1rem; 
  }*/
}
.link a {
  text-decoration: none;
}

.link:hover {
  cursor: pointer;
}

/* propuesta turnos 2022 */
@media (min-width: 62em) {
  .new-turnos {
    display: -ms-grid;
    display: grid;
  }
}
.new-turnos .page-header {
  border: none;
  padding: 0px 40px 0 40px;
}
.new-turnos .page-header h2 {
  color: #9184bd;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

.com-content-article.item-page.new-turnos .com-content-article__body {
  padding: 2em 0em 0 0em;
}
.com-content-article.item-page.new-turnos .com-content-article__body .paso {
  width: 100%;
  padding: 20px 0;
}

.paso h2 {
  padding-bottom: 30px;
  line-height: 30px;
}

.new-turnos .paso-uno h2 {
  margin: 0 0 20px 0;
  font-size: 1.3rem;
}

.paso,
.paso-uno {
  padding: 20px 40px;
}

.paso p,
.paso-uno p {
  font-size: 1.3rem;
  line-height: 30px !important;
}

.paso-uno p button.btn.btn-primary.next {
  background-color: #9184bd;
  margin: 50px 0px;
  border: none;
  width: 200px;
  height: 42px;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.paso-uno p button.btn.btn-primary.next:hover,
.paso button.btn.btn-primary.next:hover,
.paso p button.btn.btn-primary.reset:hover {
  -webkit-box-shadow: 2px 4px 6px #000;
          box-shadow: 2px 4px 6px #000;
}

.new-turnos .paso .btn.btn-secondary {
  padding: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: normal;
  margin: 20px 0;
}

.paso-uno p button.btn.btn-primary.reset,
.paso p button.btn.btn-primary.reset {
  background-color: #a9a9a9;
  font-size: 0.9rem;
  text-transform: uppercase;
  border: none;
  width: 200px;
  height: 42px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.new-turnos .paso input[type=radio] {
  float: left;
}

.paso button.btn.btn-primary.next {
  background-color: #9184bd;
  font-size: 0.9rem;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  width: 200px;
  height: 42px;
}

.paso label.checked {
  border: 2px solid #a9a9a9;
  padding: 7px;
  margin: 10px 0;
  background: #e8e7e7;
  display: block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.paso input.checked,
.paso input:not(.checked) {
  position: relative;
  top: 15px;
  left: 15px;
}

.paso label {
  text-indent: 24px;
  font-size: 1.1rem;
}

.paso label:not(.checked) {
  padding: 7px;
  border: none;
  margin: 10px 0;
  display: block;
}

.paso .acciones {
  margin: 50px 0;
}

.item-page.new-turnos .paso ul {
  margin: 0 20px 10px 20px;
}

.item-page.new-turnos .paso ul li {
  font-size: 1.3rem;
  line-height: 30px;
  padding: 15px 0;
}

.new-turnos .paso.paso-tres_estudio h2 {
  padding: 30px 0 0 0;
}

.new-turnos .acciones p {
  padding: 5px 0;
}

.hidden.visible {
  display: block !important;
  visibility: visible !important;
}

/* nueva agenda docencia */
#sidebar-left .moduletable.agenda .agenda {
  border-bottom: inherit;
}

.agenda .evento {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}

.agenda .evento .transversales-fecha {
  padding: 0;
  margin: 0;
}

.agenda .evento .transversales-titulo {
  width: 100%;
  margin: 0px 10px 6px 10px;
  line-height: normal;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.agenda .evento .transversales-titulo a {
  text-decoration: none;
  text-transform: uppercase;
}

.agenda span.mod_events_latest_date {
  background: #a6a8aa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 35px;
  padding: 3px;
  text-align: center;
  width: 35px;
  line-height: normal;
}

.agenda span.mod_events_latest_date {
  margin-left: 15px;
}

.agenda .mod_events_latest_content a {
  text-transform: none;
  color: #000000 !important;
  padding-right: 10px;
}

/* nueva home docencia - prefijo 'dadi' */
.dadi .container-banner {
  margin-bottom: -3rem;
}
.dadi .intranet-banner {
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dadi h1 {
  color: #fff;
}
.dadi .site-grid {
  background: #f6f6f6;
}
.dadi .top-a.card {
  background: #73C4A4;
}
.dadi .top-a.card a {
  color: #000;
  font-weight: bold;
}
.dadi .container-top-b.pb-5 {
  padding-bottom: 0 !important;
}
.dadi .container-top-c.pb-5 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dadi .top-b.card {
  background: none;
}
.dadi .top-b.card.titulo {
  padding: 1em 0 4em 0;
}
.dadi .top-b.card.relacionadas.titulo.mb-5 {
  padding: 0;
}
.dadi .top-b.card .card-header.titulo-comp {
  position: relative;
  color: #9283be;
  padding: 2em;
}
.dadi .container-bottom-e .bottom-e.card {
  background: #f6f6f6;
}
.dadi .agenda .evento {
  /*width: 25%;*/
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1em;
}
.dadi .agenda .evento .transversales-titulo {
  margin: 0;
}
.dadi .agenda .evento .transversales-titulo h2 {
  line-height: normal;
  min-height: 105px;
}
.dadi .agenda .evento .transversales-titulo h2 a {
  color: #000;
}
.dadi .agenda .evento .header {
  min-height: 105px;
}
.dadi .agenda .evento .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dadi .agenda h2 {
  color: #141414;
  font-size: 1.1rem;
  padding: 0 1em;
}
@media (max-width: 62em) {
  .dadi .agenda h2 {
    font-size: 1rem;
  }
}
.dadi .agenda h3 {
  font-size: 1rem;
  color: #9283be;
  padding: 1em;
}
.dadi .agenda h4 {
  font-size: 0.9rem;
  color: #9283be;
  padding-bottom: 1em !important;
}
.dadi .agenda .fecha {
  padding-top: 1em !important;
}
.dadi .agenda .modalidad {
  font-weight: normal;
}
.dadi .agenda .btn {
  margin: 2rem 1em;
  background-color: #9283be;
  border: none;
}
.dadi .agenda .mod_events_latest_callink {
  padding: 1em;
}
.dadi .agenda .mod_events_latest_callink a {
  text-decoration: none;
  color: #9283be;
  font-weight: normal;
  font-size: 1.2rem;
}
.dadi .agenda .owl-carousel {
  gap: 2rem;
}
.dadi .agenda .owl-carousel h3,
.dadi .agenda .owl-carousel h4 {
  padding: 0 1em;
}
.dadi .agenda .owl-carousel .owl-dots {
  margin-top: 30px;
}
.dadi .recursos {
  background: #73C4A4;
}
.dadi .recursos .bottom-a.card .card-body .card-header {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
}
.dadi .recursos .bottom-a.card .card-body .card-header::after {
  content: none;
}
.dadi .comunidad {
  background: #f6f6f6;
}
.dadi .comunidad .titulo {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.dadi .comunidad .titulo .titulo-comp {
  background: #fff;
  border: none;
}
.dadi .full-width.logos {
  background: url("../../garrahan/images/fondo-contadores.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 4rem;
}
.dadi .full-width.logos .container-logos {
  height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dadi .full-width.logos .container-logos h2 {
  text-align: center;
  color: #fff;
  margin: 3rem;
}
.dadi .full-width.logos .container-logos .buscador {
  background: none;
}

.itemid-1166.dadi .full-width.component {
  background: url("../../garrahan/images/fondo-contadores.jpg") no-repeat center;
  background-size: cover;
}

.itemid-1166.dadi .full-width.component .buscador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}
@media (max-width: 62em) {
  .itemid-1166.dadi .full-width.component .buscador {
    height: auto;
    padding: 1em;
  }
}
.itemid-1166.dadi .full-width.component .buscador h3 {
  color: #fff;
}

.buscador-docencia {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
}
@media (max-width: 62em) {
  .buscador-docencia {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.buscador-docencia .form-select,
.buscador-docencia .custom-select {
  background-color: #fff;
  height: 60px;
}
.buscador-docencia button {
  background: #9283be;
  border: none;
  color: #fff;
  font-weight: bold;
}

.dadi .mod-articlesnews.newsflash.docencia {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 62em) {
  .dadi .mod-articlesnews.newsflash.docencia {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.dadi .mod-articlesnews.newsflash.docencia .mod-articlesnews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 7px 4px 5px 0px #ccc;
          box-shadow: 7px 4px 5px 0px #ccc;
}
.dadi .mod-articlesnews.newsflash.docencia .item-title {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 600;
  padding-bottom: 1em;
  text-align: left;
  padding: 1em;
}
.dadi .mod-articlesnews.newsflash.docencia .item-title a {
  color: #9283be;
  text-decoration: none;
}
.dadi .mod-articlesnews.newsflash.docencia p {
  text-align: left;
  font-weight: normal;
  padding: 1em;
}
.dadi .mod-articlesnews.newsflash.docencia .readmore {
  border-top: 1px solid;
  margin-top: 4rem;
  padding-top: 1rem;
  padding-bottom: 0;
}

/* Residencia de Pediatría */
#container-tabla-residencia {
  height: auto !important;
}

#container-tabla-residencia .info-programa button.btn-close.cerrar {
  float: right;
  color: #6a1677;
  margin-top: -10px;
  cursor: pointer;
}

#tabla-programa a {
  text-decoration: none;
}

.makebooking {
  padding: 2em;
}

.loginform input.input-large,
.loginform input.input-medium {
  width: 100% !important;
}

.loginform .btn-success {
  margin: 1em;
}

h2.orderdetailsheading {
  padding-top: 4rem;
}

div#ordercancelConfirm,
div#ordercancelComplete {
  padding: 5rem 0;
}

.com_osservicesbooking #listOrderServices .orderdetailstabletd {
  font-size: 14px;
}

.com_osservicesbooking #order_phone.form-control {
  width: 100% !important;
  margin: 1rem 0;
}

#bookingForm > div:nth-child(6) > div:nth-child(1), .manageorders a.btn:nth-child(2) {
  display: none;
}

@media (max-width: 62em) {
  nav.navbar {
    padding: 0;
  }
  nav.navbar ul.mod-menu {
    padding: 1em;
  }
  nav.navbar ul.mod-menu > li.metismenu-item {
    padding: 0.5rem 0;
  }
  nav.navbar ul.mod-menu > li > a,
  nav.navbar ul.mod-menu li ul li a {
    font-size: 1rem;
  }
  .submenu {
    background: #fff;
  }
  .submenu ul.mod-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container-header .navbar-brand {
    margin: 0 auto;
  }
  .container-header .navbar-brand img {
    width: auto;
    min-width: inherit;
  }
  .container-header .navbar-toggler {
    color: black;
    border-color: black;
  }
  .card.turnos {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card.coronavirus {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .card.ayudarte {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .card.llegar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .top-b.card .card-body .custom {
    background-repeat: no-repeat;
  }
  .container-header .grid-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em;
  }
  .contadores .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottom-c .card-body .image img {
    padding: 1em;
  }
  .logos.card.ciudad {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .logos.card.ministerio {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer.no-card:nth-child(1) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer.no-card:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer.no-card:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer.no-card:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  /* titulos */
  .com-content-article.item-page:not(.servicio, .noticias) .page-header h1 {
    padding: 1em;
    font-size: 24px;
  }
  .com-content-article__body h2 {
    font-size: 20px;
  }
  main .px-5 {
    padding: 0 !important;
  }
  iframe,
  .item-page.autoridades .com-content-article__body {
    width: 100%;
  }
  /* Breadcrumbs */
  nav.mod-breadcrumbs__wrapper ol.breadcrumb {
    display: none;
  }
  .px-0.container a.btn.violeta.text-start.px-0 {
    padding-left: 1em !important;
  }
  /* Organizacion */
  .secretario {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .container-header .topbar .mod-menu.metismenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar-left nav.navbar {
    background: #fff;
  }
  .sidebar-left nav.navbar button {
    position: relative;
  }
}
@media (min-width: 75em) {
  .container-header .grid-child {
    padding: 0;
  }
}
@media (max-width: 62em) {
  .item-page.turnos .page-header {
    margin-top: 0;
  }
  .item-page.turnos .page-header .item-image img {
    min-height: 150px;
  }
  .item-page.turnos p {
    margin: 10px;
  }
  .item-page.turnos ul {
    padding: 20px;
  }
  .item-page.turnos .row.turnos a.btn.turnos {
    height: auto;
    background-position: left top;
    line-height: 35px;
    text-indent: 40px;
    padding-right: 20px;
  }
  .item-page.turnos .turnos.practicas {
    padding: 20px;
  }
  .item-page.turnos .turnos.practicas .span4.laboratorio,
  .item-page.turnos .turnos.practicas .span4.imagenes,
  .item-page.turnos .turnos.practicas .span4.resonancia {
    background-size: 15%;
    margin: 40px 0;
  }
  .item-page.turnos .row.turnos.consulta .span12 span {
    padding: 0;
    text-indent: 0;
  }
}
/* Plantilla Servicios */
@media (max-width: 62em) {
  .item-page.servicio .item-text {
    padding: 2em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .item-page.servicio .page-header {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item-page.servicio .page-header h1 {
    padding: 1em 0;
  }
  .item-page.servicio .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item-page.servicio .d-flex .container-sidebar-left,
  .item-page.servicio .d-flex .container-sidebar-right {
    width: 100%;
  }
  .item-page.servicio .d-flex .container-sidebar-left .moduletable.sidebar-left,
  .item-page.servicio .d-flex .container-sidebar-right .moduletable.sidebar-left {
    margin: 0;
  }
  .item-page.servicio .d-flex .container-sidebar-left .moduletable.sidebar-left h3,
  .item-page.servicio .d-flex .container-sidebar-right .moduletable.sidebar-left h3 {
    padding: 0.3em 1em;
    margin: 0;
    text-align: right;
  }
}
/* Turnos */
@media (max-width: 62em) {
  .com-content-article.item-page.new-turnos .com-content-article__body {
    padding: 2em;
  }
  .com-content-article.item-page.new-turnos .com-content-article__body .paso .p-5 {
    padding: 0 !important;
  }
  .com-content-article.item-page.new-turnos .com-content-article__body .paso p,
  .com-content-article.item-page.new-turnos .com-content-article__body .paso ul li,
  .com-content-article.item-page.new-turnos .com-content-article__body .paso label {
    font-size: 1rem;
  }
}
/*$roboto-font-path: "../../../../media/vendor/roboto-fontface/fonts" !default;
@import "../../../../media/vendor/roboto-fontface/scss/roboto/sass/roboto-fontface";*/
:root {
  --cassiopeia-font-family-body: "Roboto", sans-serif;
  --cassiopeia-font-family-headings: "Montserrat", sans-serif;
  --cassiopeia-font-weight-headings: 700;
  --cassiopeia-font-weight-normal: 400;
}