<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Datepickers */
.ui-datepicker {
	border-radius: 0;
	padding: 0;
}
.ui-datepicker-header.ui-widget-header {
	border-radius: 0;
	border-width: 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	text-transform: uppercase;
	font-family: OpenSansRegular;
    color: #282828;
    font-size: 20px;
	text-align: center;
	text-align-last:center;
	background-color: white;
	border: 2px solid transparent;
}
.ui-datepicker td {
	text-align: center;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	text-align: center;
	background: white;
	border: solid 1px #CCCCCC;
	font-family: OpenSansSemiBold;
    color: #8D8D8D;
}
.ui-datepicker .ui-state-default {
	color: black;
}
.ui-datepicker-week-end &gt; .ui-state-default {
	background: #F5F5F7;
}
.ui-datepicker th {
	color: #282828;
	font-family: OpenSansRegular;
	font-size: 20px;
	padding: 0;
}
.ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: space-between;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}
.ui-datepicker-title select {
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
    background-image: url("data:image/svg+xml;utf8,&lt;svg fill='black' height='24' viewBox='0 0 17 17' width='24' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M7 10l5 5 5-5z'/&gt;&lt;path d='M0 0h24v24H0z' fill='none'/&gt;&lt;/svg&gt;");
    background-repeat: no-repeat;
    background-position-x: 97%;
	background-position-y: -3px;
}


@media (min-width: 576px) {
	.ui-datepicker td {
		padding: 7px;
	}
	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default,
	.ui-button,
	html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
		font-size: 14px;
		width: 40px;
		height: 40px;
		line-height: 30px;
	}
	.ui-datepicker th {
		padding: .3em;
	}
}

/* Loading */
#cargando {
	position: fixed;
	z-index: 1;
	top: 300px;
	left: 50%;
	padding: 20px;
	background-color: lightgray;
	border-radius: 15px;
	display: none;
	transform: translate(-50%, 0);
}
#cargando img {
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.navbar-nav {
	width:100%;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	} 
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg);
	}
}

/* Clase que aleja horizontalmente a sus hijos */
.espacio-horizontal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/* Puntero clickable */
.clickable {
	cursor: pointer;
}

/* Barra horizontal */
hr {
  margin: 40px 0;
  border-top-color: #C4D0DC !important;
}
/* TÃTULO */
.titulo {
  margin: 60px 0 35px;
}
.titulo &gt; h1,
.titulo &gt; h2 {
  font-family: OpenSansSemiBold;
  text-align: center;
  color: #282828;
  line-height: 38px;
}
.titulo &gt; h1 {
  font-size: 28px;
}
.titulo &gt; div:not(.espacio-horizontal, .separador) {
  height: 1px;
  width: 60px;
  background-color: #CCCDCD;
  margin: 0 auto;
}

.tit_conten,
.tit_conten_grande,
.tit_conten_1_col {
	width: 100%;
	padding: 20px 0 15px 15px;
    font-family: OpenSansBold;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    background-color: #f8f8f8;
    border-top: solid 5px #C4D0DC;
    margin: 0 auto 45px;
}
.tit_ama {
	width: 100%;
	padding: 20px 0 15px 15px;
    font-family: OpenSansBold;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    background-color: #f8f8f8;
    border-top: solid 5px #FFECA1;
    margin: 0 auto 45px;
}
.tit_azul {
	width: 100%;
	padding: 20px 0 15px 15px;
    font-family: OpenSansBold;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    background-color: #f8f8f8;
    border-top: solid 5px #0F5B95;
    margin: 0 auto 45px;
}
.tit_gris {
	width: 100%;
	padding: 20px 0 15px 15px;
    font-family: OpenSansBold;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    background-color: #f8f8f8;
    border-top: solid 5px lightgray;
    margin: 0 auto 45px;
}
.tit {
	text-decoration: underline;
    margin-bottom: 25px;
    font-family: OpenSansSemiBold;
    font-size: 16px;
    line-height: 22px;
    color: #303030;
}

.titulo-expandible {
	font-size: 16px;
	color: #282828;
	padding: 11px 0 11px 30px;
	font-family: OpenSansRegular;
	background-color: #F5F5F7;
}
.titulo-expandible.desplegado {
	color: white;
	background-color: #C4D0DC;
}
.titulo-expandible &gt; a {
	margin-left: 30px;
	max-height: 22px;
    height: 100%;
    max-width: 20px;
    width: 100%;
    display: inline-block;
}
.titulo-expandible &gt; a:hover {
	text-decoration: none;
}

@media (max-width: 575px) {
	ul {
		padding: 0;
	}
}

@media (min-width: 576px) {
	.tit_conten_grande,
	.tit_ama,
	.tit_azul,
	.tit_gris {
		padding: 20px 0 15px 67px;
	}
}

/* DETALLE DEL ORGANIGRAMA */
.organigrama .fondo-gris,
.ficha .fondo-gris {
  background-color: #F5F5F7;
}
.organigrama .fondo-azul,
.ficha .fondo-azul {
  background-color: #E6F7F7;
}
.organigrama .fondo-naranja,
.ficha .fondo-naranja {
  background-color: #FDECE3;
}
.organigrama .fondo-naranja h3,
.ficha .fondo-naranja h3 {
  color: #FF6600 !important;
}
.elemento-organigrama {
  display: flex;
}
.elemento-organigrama.principal &gt; img {
  max-height: 150px;
  max-width: 150px;
}
.elemento-organigrama.principal &gt; div {
  width: calc(100% - 160px);
  padding: 0px 25px 10px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -15px;
}
.elemento-organigrama.principal .iconos a {
  margin-right: 10px;
}
.elemento-organigrama.principal .iconos a:hover {
  text-decoration: none;
}
.elemento-organigrama.principal .puesto &gt; p {
  margin-bottom: 10px;
}
.elemento-organigrama h3 {
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #3377AF;
}
.organigrama .elemento-organigrama h2 {
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #3377AF;
}
.elemento-organigrama p,
.elemento-organigrama a {
  font-family: OpenSansRegular;
  font-size: 12px;
  line-height: 19px;
  color: #1d1d1d;
}
.elemento-organigrama h4,
.elemento-organigrama.principal .puesto &gt; a {
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}

.organigrama .elemento-organigrama h3 {
  font-family: OpenSansRegular;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: black;
}

.elemento-organigrama .puesto p {
  margin: 0;
}
.elemento-organigrama .contacto {
  display: flex;
  margin-right: 50px;
}
.elemento-organigrama h4 {
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;	
}
.organigrama .elemento-organigrama h3 {
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
}
.elemento-organigrama .contacto a {
  display: block;
}
.elemento-organigrama &gt; div .hoverable .hover,
.elemento-organigrama &gt; div .hoverable:hover img:not(.hover) {
	display: none;
}
.elemento-organigrama &gt; div .hoverable:hover .hover {
	display: inline;
}
.elemento-organigrama &gt; div a img {
  width: 20px;
}
.elementos-organigrama {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.elementos-organigrama .elemento-organigrama {
  width: 100%;
  margin-bottom: 40px;
}
.elemento-organigrama .seccion-izquierda {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.elemento-organigrama .seccion-izquierda &gt; * {
  margin-top: 10px;
}
a.terminal {
  opacity: .5;
}
.elemento-organigrama .seccion-izquierda &gt; .foto {
  max-width: 110px;
  max-height: 110px;
  margin: 0;
}
.elemento-organigrama .seccion-derecha {
  margin-left: 33px;
  margin-right: 5px;
}
.elemento-organigrama .seccion-derecha h3 {
  margin-top: 6px;
  margin-bottom: 30px;
}
.organigrama .elemento-organigrama .seccion-derecha h2 {
  margin-top: 6px;
  margin-bottom: 30px;
}
.organigrama .elemento-organigrama .seccion-derecha h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.elemento-organigrama .seccion-derecha p,
.elemento-organigrama .seccion-derecha a {
  display: block;
  margin-bottom: 10px;
  word-break: break-all;
}
.elemento-organigrama a.titulo-enlace {
	margin: 0;
	min-height: 72px;
	margin-bottom: 8px;
	word-break: break-word;
}
.elemento-organigrama a.titulo-enlace:hover {
	text-decoration: none;
}

@media (min-width: 992px) {
  .elementos-organigrama .elemento-organigrama {
    width: 440px;
  }
  
  .navbar-nav &gt; form {
	margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .elementos-organigrama .elemento-organigrama {
    width: 530px;
  }
}

/* LISTA DEL ORGANIGRAMA */
.lista-organigrama &gt; ul {
  padding-left: 0;
}
.lista-organigrama li{
  list-style: none;
  margin-bottom: 10px;
}

.lista-organigrama span,
.lista-organigrama a {
  display: block;
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 21px;
  color: #1d1d1d;
  background-color: #F5F5F7;
  padding-top: 13px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 10px;
}
.lista-organigrama a:hover,
.lista-organigrama a.active,
.lista-organigrama a.active:hover {
  color: #3377AF;
  background-color: #E6F7F7;
  text-decoration: none;
}
.lista-organigrama.naranja a:hover,
.lista-organigrama.naranja span.active,
.lista-organigrama.naranja a.active,
.lista-organigrama.naranja a.active:hover {
  color: #FF6600;
  background-color: #FDECE3;
  text-decoration: none;
}
.lista-organigrama a.active {
  font-family: OpenSansSemiBold;
}
.lista-organigrama.naranja a:hover {
  color: #FF6600;
  background-color: #FDECE3;
}

/* DEBIDO AL CAMBIO A AJAX SE PASAN LOS CSS DE LOS COMPONENTES A CONTINUACIÃ“N */
/* COMPONENTE AGENDA */

.agenda {
	margin-top: 1em;
}
.agenda .superior &gt; div &gt; div &gt; div {
  height: 95px;
  display: flex;
  align-items: center;
}
.agenda .superior .selector-movil img {
  margin-right: 10px;
}
.agenda .superior .selector-movil li {
  list-style: none;
}
.agenda .superior .departamento {
  background-color: #3377AF;
  color: white;
  text-transform: uppercase;
  font-family: OpenSansBold;
  justify-content: space-around;
}
.agenda .superior .departamento img {
  height: 60px
}
.agenda .superior .departamento h3 {
  font-size: 20px !important;
  margin-bottom: 0 !important;
  margin-left: -50px;
  margin-top: 0px;
}
.agenda .superior .fecha {
  justify-content: space-around;
  background-color: #F5F5F7;
}
.agenda .superior .fecha h3 {
  color: #282828;
  font-family: OpenSansSemiBold;
  font-size: 20px !important;
  line-height: 27px;
  margin-bottom: 0 !important;
  margin-top: 0px;
}
.agenda .superior .fecha a {
  color: #1d1d1d;
  font-family: OpenSansLight;
  font-size: 16px;
  line-height: 27px;
}
.agenda .superior .fecha a:hover {
  text-decoration: none;
}
.agenda .inferior .lista-organigrama li a {
  min-height: 100px;
}
.agenda .inferior .eventos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.agenda .inferior .eventos .evento {
  width: 100%;
  margin-bottom: 60px;
}
.agenda .inferior .eventos .evento &gt; div {
  display: flex;
  align-items: center;
  font-family: OpenSansLight;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
  padding-left: 26px;
  min-height: 40px;
  margin-bottom: 7px;
}
.agenda .inferior .eventos .evento &gt; div:first-child {
  background-color: #E6F7F7;
}
.agenda .inferior .eventos .evento &gt; div:not(:first-child) {
  margin-left: 20px;
}
.agenda .inferior .eventos .evento &gt; div:not(.ver-mas, .cuerpo-ver-mas) {
  border: solid 1px #E6F7F7;
}
.agenda .inferior .eventos .evento &gt; div.cuerpo-ver-mas {
  display: block;
}
.agenda .inferior .eventos .evento &gt; div.cuerpo-ver-mas div {
  margin-bottom: 1ex;
}
.agenda .inferior .paginador {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agenda .inferior .paginador &gt; span,
.agenda .inferior .paginador &gt; a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: OpenSansLight;
  font-size: 18px;
  line-height: 24px;
  color: #8D8D8D;
  width: 40px;
  height: 40px;
  border: solid 1px #CCCCCC;
}
.agenda .inferior .paginador &gt; span.grande,
.agenda .inferior .paginador &gt; a.grande {
  width: 140px;
}
.agenda .inferior .paginador &gt; a.active,
.agenda .inferior .paginador &gt; a:hover {
  background-color: #E6F7F7;
  border-color: #3377AF;
  color: #3377AF;
  text-decoration: none;
}
.agenda .ver-mas {
	display: flex;
	align-items: center;
}
.agenda .boton-ver-mas {
	display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: #CCCCCC;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
	margin-left: 10px;
}

.agenda .boton-ver-mas:hover {
	background-color: #0A629D;
}

.agenda .cuerpo-ver-mas {
	min-height: initial !important;
}

.agenda-botones-descarga &gt; a {
	font-family: OpenSansLight;
	border: solid 1px black;
	padding: .25rem .5rem;
    color: black;
	font-size: 16px;
}
.agenda-botones-descarga &gt; a:hover {
	color: black;
}

.agenda .organigrama-mapa {
	height: 250px;
}

.cuerpo-seleccionar-fecha {
	display: flex;
    justify-content: space-around;
	align-items: center;
	width: 330px;
}

.separacion-seleccionar-fecha {
    margin-right: 15px;
}

.campo-seleccionar-fecha {
	width: 160px;
	height: 45px;
    text-align: center;
	font-size: 20px;
	font-family: OpenSansLight;
    color: #282828;
}

.boton-actualizar-fecha {
	background-color: #3377AF;
	font-family: OpenSansBold;
	justify-content: space-around;
	width: 42%;
	cursor: pointer;
}

.boton-actualizar-fecha-texto {
	color: white!important;
    margin-top: 0.3em;
    padding-left: 11%;
    padding-right: 11%;
}

@media (min-width: 576px) {
  .agenda .superior .fecha {
    padding: 0 25px;
  }
  .agenda .superior .fecha a.fecha-actual {
    margin: 0 10px;
  }
  .agenda .inferior .eventos .evento &gt; div:not(:first-child) {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .agenda .superior .fecha a {
    font-size: 20px;
  }
  .agenda .superior .fecha a.fecha-actual {
    display: inline-block;
    margin: 0 10px;
	width: 350px;
	text-align: center;
  }
}

/* COMPONENTE CABECERA */
.barra {
  margin-top: 20px;
}
.cabecera {
  margin-bottom: 20px;
}
.cabecera .superior .enlaces {
  margin-top: 13px;
  text-align: right;
}
.cabecera .superior .enlaces {
  font-size: 14px;
  line-height: 20px;
  font-family: OpenSansSemiBold;
}
.cabecera .superior .enlaces a {
  color: #1d1d1d;
}
.cabecera .superior .enlaces .separador {
  margin: 0 5px;
}
.cabecera .superior .imagenes {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cabecera .superior .imagenes img {
  max-height: 80px;
}
.cabecera .barra {
  width: 100%;
  background-color: #003466;
}
.cabecera .barra li {
  margin-right: 40px;
}
.cabecera .barra li a {
  font-family: OpenSansSemiBold;
  color: white !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
}
.cabecera .migas {
  margin-top: 18px;
  padding-bottom: 10px;
  border-bottom: solid 1px #CCCDCD;
}
.cabecera .migas .indicador {
  margin-left: 14px;
  margin-right: 17px;
  font-family: OpenSansLight;
  color: #0058B1;
  font-size: 14px;
  line-height: 19px;
}
.cabecera .migas .miga {
  font-family: OpenSansRegular;
  margin-right: 10px;
  font-size: 14px;
  line-height: 19px;
}
.cabecera .migas .miga.activa {
  font-family: OpenSansBold;
}
.cabecera .migas .miga a {
  color: black !important;
}
.cabecera .migas .miga:not(.activa)::after {
  content: "/";
  margin-left: 10px;
}
.cabecera input[type=text] {
	width: 175px;
}

@media (min-width: 992px) {
  .cabecera .barra li a {
    padding: 0 !important;
  }
}

/* COMPONENTE DESTACADOS */
.destacados {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.destacados .destacado {
  flex: 0 1 calc((100% - 16px) / 2);
  height: 80px;
}
.destacados .destacado.noPosee {
  opacity: .5;
}
.destacados .destacado img {
  max-width: 40px;
  max-height: 40px;
}
.destacados .destacado img.imgPrincipal {
  display:block;
}
.destacados .destacado img.imgBlanca {
  display:none;
}
.destacados .destacado.azul a {
  background-color: #E6F7F7;
}
.destacados .destacado.azul a.habilitado:hover {
  background-color: #0A629D;
}
.destacados .destacado.azul .texto {
  color: #003466;
}
.destacados .destacado.azul a.habilitado:hover .texto {
  color: white;
}
.destacados .destacado.naranja a {
  background-color: #FDECE3;
}
.destacados .destacado.naranja a.habilitado:hover {
  background-color: #FF6600;
}
.destacados .destacado.naranja .texto {
  color: #FF6600;
}
.destacados .destacado.naranja a.habilitado:hover .texto {
  color: white;
}
.destacados .destacado a.habilitado:hover img.imgPrincipal {
  display:none;
}
.destacados .destacado a.habilitado:hover img.imgBlanca {
  display:block;
}
.destacados .destacado a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 17px;
  padding-right: 19px;
}
.destacados .destacado a:hover {
  text-decoration: none;
}
.destacados .texto {
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}

@media (max-width: 425px) {
  .destacados .texto {
	  font-size: 12px;
	}
}
@media (min-width: 576px) {
  .destacados .destacado {
  	flex: 0 1 calc((100% - 16px) / 2);
  }
}
@media (min-width: 768px) {
  .destacados .destacado {
  	flex: 0 1 calc((100% - 32px) / 3);
  }
}
@media (min-width: 992px) {
  .destacados .destacado {
  	flex: 0 1 calc((100% - 48px) / 4);
  }
}
@media (min-width: 1200px) {
  .destacados .destacado {
  	flex: 0 1 calc((100% - 64px) / 5);
  }
}

/* COMPONENTE FICHA */
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

/*.tabs .texto {
  margin-left: 10px;
}*/

.tabs .texto {
  color: #0A629D;
  font-family: 'OpenSansSemiBold';
  font-size: 15px;
  line-height: 24px;
  margin-left: 10px;
}

.tabs .texto-naranja {
    color: #FF6600;
    font-family: 'OpenSansSemiBold';
    font-size: 15px;
    line-height: 24px;
	margin-left: 10px;
}	

.tabs .imagen-naranja {
	filter: invert(90%) sepia(47%) saturate(2498%) hue-rotate(0deg) brightness(102%) contrast(104%);
}

.tabs &gt; div {
  background-color: #E6F7F7;
  flex-basis: 100%;
  margin-bottom: 16px;
  height: 80px;
  cursor: pointer;
}
.tabs &gt; div.active {
  background-color: #F5F5F7;
}
.tabs &gt; div &gt; a {
  width: 100%;
  height: 100%;
}
.tabs &gt; div,
.tabs &gt; div &gt; a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003466;
}
.tabs &gt; div:hover,
.tabs &gt; div &gt; a:hover {
  background-color: #F5F5F7;
  text-decoration: none;
}
.tabs &gt; div img {
  max-width: 25px;
  max-height: 25px;
}
.detalles &gt; div,
.descarga-ficha {
  background-color: #F5F5F7;
  padding: 30px 20px;
}
.descarga-ficha {
  margin-top: 46px;
}
.descarga-ficha &gt; div {
  display: flex;
  margin-top: 10px;
}
.descarga-ficha &gt; div &gt; a,
.descarga-ficha &gt; div &gt; a:hover {
  color: black;
  text-decoration: none;
  margin-right: 50px;
}
.descarga-ficha-eventual {
  float: right;
  margin-top: 0;
  padding: 0;
}
.detalles &gt; #personalEventual {
  background-color: white;
  padding: 0;
}
#personalEventual &gt; .personal &gt; .personal-toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F5F7;
  padding: 5px 20px;
  border: solid 1px lightgray;
  cursor: pointer;
}
#personalEventual &gt; .personal &gt; .personal-toggler &gt; span &gt; h2,
#personalEventual &gt; .personal &gt; .personal-toggler &gt; div {
  font-family: OpenSansSemiBold;
  font-size: 20px !important;
  line-height: 33px;
  color: #282828;
  margin-bottom: 0;
}
#personalEventual &gt; .personal &gt; .personal-toggler &gt; div {
  font-size: 30px !important;
  font-weight: bold;
}
#personalEventual &gt; .personal &gt; .personal-toggler &gt; div:before {
  content: "+";
}
#personalEventual &gt; .personal.active &gt; .personal-toggler {
  background-color: #e6f7f7;
}

#personalEventual &gt; .personal.active &gt; .personal-toggler &gt; div:before {
  content: "âˆ’";
}
#personalEventual &gt; .personal &gt; .personal-data {
  font-size: 14px;
  line-height: 19px;
  display: none;
  background-color: #F5F5F7;
  padding: 30px 20px;
  margin: 10px 0;
}
.detalles &gt; div {
  font-size: 14px;
  line-height: 19px;
  display: none;
}
.detalles &gt; div.active {
  display: block;
}
.detalles &gt; div *,
.descarga-ficha * {
  font-size: 14px !important;
}
.detalles &gt; div h4,
.descarga-ficha &gt; h4 {
  font-family: OpenSansSemiBold;
  color: black;
}
.elemento.descarga-ficha {
  padding: 0;
  margin: 0;
}
.detalles &gt; div p {
  margin: 0 !important;
}
.detalles &gt; div *:not(h4) {
  font-family: OpenSansRegular;
  color: black;
}
.detalles .elemento {
  margin-bottom: 30px;
}
.detalles .elemento address {
  margin-bottom: 10px;
}
.detalles .elemento address &gt; p {
  margin: 0;
}

@media (max-width: 575px) {
	.descarga-ficha &gt; div &gt; a {
		display: flex;
		align-items: center;
		margin-right: 0;
	}
	.descarga-ficha &gt; div &gt; a &gt; img {
		margin-right: 3px;
	}
}

@media (min-width: 768px) {
  .tabs {
    flex-wrap: nowrap;
  }
  .tabs &gt; div:not(:last-child) {
    margin-right: 16px;
  }
}

/* COMPONENTE PIE */
.footer {
  margin-top: 80px;
}
.footer &gt; div {
  width: 100%;
}
.footer .inferior {
  background-color: #FEDF62;
}
.footer .inferior .mas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .inferior .mas {
  font-family: OpenSansRegular;
  font-size: 12px;
  line-height: 17px;
  color: #010000;
}
.footer .inferior .mas &gt; * {
  margin: 8px 0;
}
.footer .inferior .mas a {
  color: #010000;
}
.footer .inferior .mas .separador {
  margin: 0 10px;
}

/* COMPONENTE TITULO */
.titulo {
  margin: 36px 0;
}
.titulo h1,
.titulo h2 {
  font-family: OpenSansBold;
  line-height: 33px;
  color: #282828;
  text-transform: uppercase;
}
.titulo h1 {
  font-size: 24px;
}
.titulo h1:after {
  display: block;
  margin-top: 1rem;
  content: "";
  width: 3rem;
  height: 0.4rem;
  background-color: black;
}
.titulo span {
  font-family: OpenSansLight;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  vertical-align: bottom;
}
.titulo img {
  width: 30px;
  margin-right: -5px;
  position: relative;
  bottom: -3px;
}
.titulo img:not(.activo) {
  opacity: .5;
}
.titulo a:hover img {
  opacity: 1;
}
.titulo .separador {
  margin-top: 8px;
  width: 30px;
  height: 6px;
  background-color: black;
}
.titulo a:hover {
  text-decoration: none;
}
.pre-formato {
  text-align: justify;
  white-space: pre-wrap;
}


/** Agenda fechas **/

@media (min-width: 576px) {
	#ui-datepicker-div {
		width: 390px;
		margin-top: 5px;
	}
}

.ui-widget-header {
	border: 1px solid #ddd;
    background: #3377af!important;
    color: #333!important;
    font-weight: bold!important;
}

.ui-widget-header .ui-icon {
    filter: brightness(100)!important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #ccc;
    background: #3377af;
    font-weight: normal;
    color: #ffffff!important;
}

/* Botones RRSS */
.compartir-redes {
	margin-bottom: 20px;
}
.compartir-redes &gt; p {
	text-align: center;
	font-size: 16px;
	font-family: OpenSansSemiBold;
	color: #282828;
	margin: 12px 0;
}
.compartir-redes &gt; .botones-redes {
	display: flex;
	justify-content: center;
}
.compartir-redes &gt; .botones-redes &gt; a {
	width: 50px;
	height: 50px;
}
.compartir-redes &gt; .botones-redes &gt; a:not(:last-child) {
	margin-right: 20px;
}

.navbar::before, .navbar::after {
 display: unset;
 content: unset;
}</pre></body></html>