.toBold{
	font-weight: bold;
}
.tooltip_templates {
	display: none;
}
.tooltipster-content, .tooltipster-box{
	background: white;
	border: none;
	max-width: 750px;
	min-width: 700px;
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 5;
	border-radius: 0px;
}
#calendari-wrapper{
	height: auto;
	font-family: 'Roboto Bold', sans-serif;
	background: #112f46;
	overflow: hidden;
}
#calendari-filtros, #calendari-cont{
	float: left;
	display: inline-block;
}
#calendari-filtros{
	width: 18%;
	background: #112f46;
	height: 100%;
	box-sizing: border-box;
}
.header-filtros{
	height: 65px;
	line-height: 65px;
	font-size: 22px;
	background-color: #112f46;
	color: white;
}
.header-filtros span{
	padding-left: 40px;
	display: block;
}
.event-day{
	cursor: pointer;
}
.nombre-filtro{
	display: block;
	position: relative;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	padding-left: 100px;
	color: #a8d7f0;
}
.nombre-filtro::before{
	display: block;
	text-align: center;
	position: absolute;
	left: 40px;
	top: 8px;
	height: 60px
}
.localidad .nombre-filtro::before{
	content: url('../images/formacion/calendario/icon-localidad.png');
}
.pais .nombre-filtro::before{
	content: url('../images/formacion/calendario/icon-pais.png');
}
.ponente .nombre-filtro::before{
	content: url('../images/formacion/calendario/icon-ponente.png');
}
.familia .nombre-filtro::before{
	content: url('../images/formacion/calendario/icon-familia.png');
}
.formato .nombre-filtro::before{
	content: url('../images/formacion/calendario/icon-formato.png');
}
.abrir-filtro{
	position: absolute;
	top: 30px;
	right: 20px;
	cursor: pointer;
	z-index: 3;
}
.abrir-filtro svg{
	width: 20px;
	height: 20px;
	fill: #a8d7f0;
	transition: transform 400ms ease;
}
.abrir-filtro svg.trans{
	transform: rotate(45deg);
	fill: #112f46;
}
.filtro{
	background-color: #112f46;
	position: relative;
	transition: background-color 300ms ease;
}
.filtro.open{
	background-color: #efefef;
}
.filtro.open .nombre-filtro{
	color: #112f46;
}
.filtro ul{
	max-height: 0;
	overflow: hidden;
	transition: max-height 300ms ease;
	color: #112f46;
}
.filtro ul.open{
	max-height: 1000px;
	overflow-y: hidden;
	overflow: visible;
}
.filtro li{
	font-family: 'Roboto Light';
	font-size: 12px;
	padding: 0 0 10px 100px;
	position: relative;
}
.filtro li:last-of-type{
	padding-bottom: 20px
}
.filtro li img{
	position: absolute;
	left: 60px;
	top: -5px;
	transform: scale(.8)
}
.titulo-fecha-vista{
	font-family: 'Roboto Bold';
	font-size: 18px;
	color: #a8d7f0;
	display: block;
	padding: 40px 0 10px 40px
}
.pick-fecha{
	float: left;
	display: inline-block;
	padding: 0 0 40px 40px;
}
.pick-fecha:last-of-type{
padding-left: 20px;
}
.pick-fecha p{
	font-size: 14px;
	color: #a8d7f0;
	margin: 0 0 10px 0;
}
.pick-fecha img{
	cursor: pointer;
}
.dp{
	position: absolute;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	z-index: 4;
}
.dp.open{
	position: absolute;
	visibility: visible;;
	pointer-events: all;;
	opacity: 1;
}
.fechas-seleccionadas{
	background-color: white;
	clear: both;
	text-align: center;
	width: 100%;
	position: relative;
}
.fechas-seleccionadas::before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
	top: -10px;
	left: 25%;
	transform: translate(-50%);
}
.fechas-seleccionadas input{
	box-sizing: border-box;
	border: none;
	width: auto;
	font-family: 'Roboto Bold';
	font-size: 14px;
	width: 40%;
	padding: 10px 0;
}
.fechas-seleccionadas input#fecha_desde {
	text-align: right;
}
.aplicar-filtro{
	font-family: 'Roboto Medium';
	font-size: 15px;
	background-color: #a8d7f0;
	color: #112f46;
	width: 140px;
	height: 35px;
	line-height: 35px;
	margin: 40px auto 0;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
}
#vista-calendario, #vista-lista{
	float: left;
	display: inline-block;
	padding:  0 0 40px 40px;
}
#vista-calendario div, #vista-lista div{
	display: block;
	font-family: 'Roboto Bold';
	font-size: 13px;
	color: #a8d7f0;
	cursor: pointer;
}
#vista-calendario img, #vista-lista img{
	cursor: pointer;
}
#calendari-cont{
	width: 82%;
}
#calendari-lista{
	background: white;
	overflow: hidden;
	display: none;
}
#calendari-lista .evento-lista{
	height: auto;
	min-height: 250px;
}
.evento-lista:nth-of-type(4n+2){
	background-color: #efefef;
}
.evento-lista:nth-of-type(4n+3){
	background-color: #efefef;
}
.evento-vista-lista{
	width: 100%;
	overflow: hidden;
}
.evento-vista-lista .evento-info{
	max-width: calc(50% - 75px);
	min-height: 200px;
}
.evento-vista-lista .evento-fecha-lugar{
	max-width: calc(40% - 75px);
}
.evento-vista-lista:nth-of-type(2n){
	background-color: #efefef;
}
.evento-vista-lista:nth-of-type(2n+1){
	background-color: white;
}
.evento-imagen, .evento-info, .evento-fecha-lugar{
	float: left;
	display: inline-block;
}
.evento-imagen{
	width: 140px;
}
.evento-imagen img { 	max-width: 100%; }
.evento-info{
	max-width: calc(50% - 75px);
}
.evento-fecha-lugar{
	max-width: calc(40% - 75px);
}
.evento-info, .evento-fecha-lugar{
	padding: 15px;
}
.evento-info .evento-formato{
	font-family: 'Roboto Bold';
	font-size: 14px;
	color: #112f46;
}
.evento-info .evento-formato img{
	vertical-align: middle;
	padding: 0 10px 5px 0;
	width: 20px;
}
.evento-info .evento-ponente{
	font-family: 'Roboto Bold';
	font-size: 18px;
	color: #0077c8;
	padding: 10px 0;
}
.evento-info .evento-ponente img{
	vertical-align: middle;
	padding: 10px 5px 5px 0;
	float: left;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.evento-info .evento-ponente .evento-nombre-ponente{
	float: left;
	display: inline-block;
	width: 85%;
  padding: 14px 0 14px 5px;
}
.evento-info .evento-nombre{
	font-family: 'Roboto Medium';
	font-size: 16px;
	color: #0077c8;
	padding-top: 50px;
}

.evento-info .evento-descripcion{
	font-family: 'Roboto Light';
	font-size: 12px;
	color: #0077c8;
	padding-top: 10px;
}
.evento-fecha-lugar{
	color: #0077c8;
	font-family: 'Roboto Medium';
	font-size: 12px;
}
.evento-fecha-lugar .btn-mas-info{
	display: block;
	width: 120px;
	text-align: center;
	border-radius: 50px;
	font-size: 17px;
	padding: 10px;
	margin-bottom: 20px;
	color: white;
	background-color: #0077c8;
}
.evento-fecha, .evento-lugar{
	padding-top: 20px;
}
.evento-lugar{
	clear: both;
}
.evento-fecha img, .evento-lugar img{
	vertical-align: middle;
	width: 24px;
	height: 24px;
	padding-right: 14px;
}
.evento-fecha img, .evento-fecha-hora{
	float: left;
	display: inline-block;
}
#canviar-mes{
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 29px;
	text-align: center;
	background-color: #dedede;
	color: #112f46;
}
#canviar-mes img{
	height: 22px;
	width: 22px;
	padding: 0 20px;
}
#canviar-mes img.next-mes{
	transform: rotate(180deg);
}
#calendari {
	border: none;
}
#calendari th {
	color: #ffffff;
	font-size: 20px;
	height: 65px;
	background: #004078;
}
#calendari th:not(:last-of-type){
	border-right: 1px white solid
}
#calendari th:not(:first-of-type){
	border-left: 1px white solid
}
#calendari td{
	width: 14.28%;
	height: 230px;
	vertical-align: top;
	padding: 20px 30px;
	position: relative;
}
#calendari td label{
	font-size: 46px;
	color: #112f46;
}
#calendari tr td:nth-of-type(6) label, #calendari tr td:nth-of-type(7) label{
	color: white;
}
#calendari td img{
	margin: 5px;
	/*filter:  invert(1) hue-rotate(190deg);*/
}
#calendari tr:nth-of-type(even) td:nth-of-type(1):not(.buit){
	background: #def2fc;
}
#calendari tr:nth-of-type(odd) td:nth-of-type(1):not(.buit){
	background: #c4e4f4;
}
#calendari tr:nth-of-type(even) td:nth-of-type(2):not(.buit){
	background: #c4e4f4;
}
#calendari tr:nth-of-type(odd) td:nth-of-type(2):not(.buit){
	background: #a4d9f3;
}
#calendari tr:nth-of-type(even) td:nth-of-type(3):not(.buit){
	background: #a4d9f3;
}
#calendari tr:nth-of-type(odd) td:nth-of-type(3):not(.buit){
	background: #def2fc;
}
#calendari tr:nth-of-type(even) td:nth-of-type(4):not(.buit){
	background: #77c7ee;
}
#calendari tr:nth-of-type(odd) td:nth-of-type(4):not(.buit){
	background: #a8d7f0;
}
#calendari tr:nth-of-type(even) td:nth-of-type(5):not(.buit){
	background: #def2fc;
}
#calendari tr:nth-of-type(odd) td:nth-of-type(5):not(.buit){
	background: #77c7ee;
}
#calendari tr:nth-of-type(even) td:nth-of-type(6):not(.buit){
	background: #1069ad;
}
#calendari tr:nth-of-type(odd) td:nth-of-type(6):not(.buit){
	background: #004078;
}
#calendari tr:nth-of-type(even) td:nth-of-type(7):not(.buit){
	background: #004078;
}
#calendari tr:nth-of-type(odd) td:nth-of-type(7):not(.buit){
	background: #1069ad;
}
#calendari td.buit{
	background-color: #265a84;
}

/*  FICHA EVENTO  */
.info-evento, .img-mapa{
	display: inline-block;
	float: left;
	width: 50%;
	height: 1000px;
}
#slider-info-evento{
	width: 100%;
	height: 800px;
	position: relative;
}
#slider-info-evento .item{
	padding: 65px 65px 0 80px;
	color: #004078;
  height: 734px;
  overflow-y: scroll;
}
#slider-info-evento .item::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#slider-info-evento .item::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#slider-info-evento .item::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #f4f4f4;
}
#slider-info-evento .owl-dots{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
}
#slider-info-evento .owl-dot{
	border: solid 2px #0077c8;
	border-radius: 20px;
	display: inline-block;
	margin: 0 5px;
	width: 16px;
	height: 16px;
}
#slider-info-evento .owl-dot.active{
	background: #0077c8;
}
#slider-info-evento .fecha-hora-wrapper, #slider-info-evento .direccion-wrapper{
	font-family: 'Roboto Medium';
	font-size: 16px;
}
#slider-info-evento .fecha-hora-wrapper{
	float: left;
	max-width: 50%;
}
#slider-info-evento .fecha-hora-wrapper img, #slider-info-evento .fecha-hora{
	float: left;
}
#slider-info-evento .fecha-hora-wrapper img, #slider-info-evento .direccion-wrapper img{
	padding-right: 20px;
	vertical-align: baseline;
}
#slider-info-evento .direccion-wrapper{
	float: right;
	max-width: 49%;
}
#slider-info-evento .direccion-wrapper img, #slider-info-evento .direccion{
	float: left;
}
#slider-info-evento h2{
	font-family: 'Roboto Bold';
	font-size: 34px;
	clear: both;
	padding: 40px 0;
}
#slider-info-evento h2 img{
	display: inline-block;
	vertical-align: baseline;
	padding-right: 15px;
}
#slider-info-evento img{
	height: 45px;
	width: 45px;
}
#slider-info-evento h3{
	font-family: 'Roboto Bold';
	font-size: 24px;
}
#slider-info-evento p{
	padding-top: 40px;
	font-family: 'Roboto Light';
	font-size: 14px;
}
.descarga-programa, .anade-calendario{
	background-image: url('../images/formacion/calendario/ficha/img-evento-base-1.jpg');
	background-size: cover;
	height: 200px;
	float: left;
	display: inline-block;
	width: 50%;
	position: relative;
	text-align: center;
	font-size: 17px;
	font-family: 'Roboto Bold';
}
.descarga-programa{
	background-image: url('../images/formacion/calendario/ficha/img-evento-base-1.jpg');
	color: white;
}
.anade-calendario{
	background-image: url('../images/formacion/calendario/ficha/img-evento-base-2.jpg');
	color: #0077c8;
}
.descarga-programa .icon-text-wrapper, .anade-calendario .icon-text-wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.img-ponente{
	background-image: url('../images/formacion/calendario/ficha/img-evento-ponente3.jpg');
	background-size: cover;
	background-position: center;
	height: 400px;
}
#mapa-evento{
	background-image: url('../images/formacion/calendario/ficha/img-evento-mapa.jpg');
	background-size: cover;
	background-position: center;
	height: 600px;
}
#apuntarse-evento{
	clear: both;
	height: 280px;
	position: relative;
}

#form-evento{
  padding: 50px 90px 50px 60px;
  box-sizing: border-box;
}
#form-evento input{
	font-family: 'Roboto Light';
	font-size: 18px;
	display: inline-block;
	width: 49%;
	float: left;
	border: none;
	background: none;
	border-bottom: solid 1px  #a8d7f0;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
}
#form-evento input:nth-of-type(even){
	float: right;
}
#form-evento input:nth-of-type(1), #form-evento input:nth-of-type(2){
	margin-bottom: 50px;
}

#form-evento input::-webkit-input-placeholder{
  color: #a8d7f0;
}

#form-evento input:-moz-placeholder{ /* Firefox 18- */
  color: #a8d7f0;
}

#form-evento input::-moz-placeholder{  /* Firefox 19+ */
  color: #a8d7f0;
}

#form-evento input:-ms-input-placeholder{
  color: #a8d7f0;
}

#form-evento, #form-evento-send{
	float: left;
	display: inline-block;
	width: 50%;
}
#form-evento-send{
	background-image: url('../images/pacientes/img-formulario-contacto.jpg');
	background-size: cover;
	background-position: center;
	height: 280px;
	position: relative;
}
#form-evento-overlay{
	background-image: url('../images/pacientes/img-formulario-contacto.jpg');
	background-size: cover;
	background-position: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

/* PONENTES */

#alphabetic-filter{
	background-color: #a9d3ec;
	color: #2272af;
	text-align: center;
}
#alphabetic-filter span{
	padding: 10px 5px;
	display: inline-block;
}
#ficha-ponente .foto-ponente{
	background-image: url('../images/formacion/ponentes/ponente-ficha.jpg');
	background-size: cover;
	background-position: center;
}
#ficha-ponente h3{
	font-size: 50px;
	font-family: 'Roboto Bold';
	color: #1069ad;
	position: relative;
	top: 20%;
}
#ficha-ponente .info-ponente{
	background-color: #efefef;
	height: 460px;
}
#ficha-ponente .info-ponente h4{
	color: #1069ad;
	font-family: 'Roboto Bold';
	font-size: 26px;
}
#ficha-ponente .info-ponente p{
	color: #06131d;
	font-family: 'Roboto Light';
	font-size: 17px;
}

#slider-ficha-ponente{
	max-width: 50%;
	width: 50%;
	position: relative;
	height: 100%;
}
#slider-ficha-ponente .owl-dots{
	position: absolute;
	bottom: 20px;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
#slider-ficha-ponente .owl-dot{
	background-color: gray;
	border-radius: 20px;
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
}
#slider-ficha-ponente .owl-dot.active{
	background-color: white;
}
#slider-ficha-ponente img{
	width: 40px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#slider-ficha-ponente .curso{
	height: 460px;
	float: left;
	width: 50%;
	display: inline-block;
	color: white;
	text-align: center;
	position: relative;
}
#slider-ficha-ponente .curso:first-of-type{
	background-color: #1069ad;
}
#slider-ficha-ponente .curso:last-of-type{
	background-color: #012b75;
}
#slider-ficha-ponente .curso-info{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
}
#slider-ficha-ponente .curso h4 {
	font-family: 'Roboto Bold';
	font-size: 23px;
}
#slider-ficha-ponente .curso p {
	font-family: 'Roboto Light';
	font-size: 16px;
}

@media screen and (max-width: 1480px){

	#calendari-lista .evento-lista{
		width: 100%;
	}

}


@media screen and (max-width: 1280px){

.nombre-filtro{
	display: block;
	position: relative;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	padding-left: 80px;
	color: #a8d7f0;
}
.nombre-filtro::before{
	display: block;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 8px;
	width: 20px;
	height: 20px;
}
.filtro li{
	padding: 0 0 10px 60px;
}
.filtro li img{
	left: 20px;
}
#calendari th {
	font-size: 18px;
}
#calendari td{
	height: 150px;
	padding: 10px;
}
#calendari td label{
	font-size: 36px;
}

#calendari-lista .evento-lista{
	width: 100%;
}

.evento-lista:nth-of-type(4n+2), .evento-lista:nth-of-type(4n+3){
	background-color: white;
}

.evento-lista:nth-of-type(2n){
	background-color: #efefef;
}

.evento-info{
	max-width: calc(55% - 75px);
}
.evento-fecha-lugar{
	max-width: calc(40% - 75px);
}

}

@media screen and (max-width: 980px){

	.evento-imagen{
		float: none;
		margin: 0 auto;
		text-align: center;
		padding: 20px;
		display: block;
	}

	.evento-info{
		max-width: 100%;
		width: 500px;
		margin: 0 auto;
		float: none;
		display: block;
		box-sizing: border-box;
	}
	.evento-fecha-lugar{
		max-width: 100%;
		width: 500px;
		margin: 0 auto;
		float: none;
		display: block;
	}

	#canviar-mes{
		width: 100%;
		height: 65px;
		line-height: 65px;
		font-size: 20px;
		text-align: center;
		background-color: #dedede;
		color: #112f46;
	}
	#canviar-mes img{
		height: 16px;
		width: 16px;
		padding: 0 20px;
	}

	#calendari{
		display: none;
	}
	#calendari-lista{
		display: block;
	}

	#calendari-filtros, #calendari-cont{
		float: none;
		display: block;
		width: 100%
	}
	#calendari-filtros{
		background: #112f46;
		height: 100%;
		box-sizing: border-box;
	}
	.header-filtros{
		height: 65px;
		line-height: 65px;
		font-size: 22px;
		background-color: #112f46;
		color: white;
	}
	.header-filtros span{
		padding-left: 40px;
		display: block;
	}
	.event-day{
		cursor: pointer;
	}
	.nombre-filtro{
		display: block;
		position: relative;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
		padding-left: 100px;
		color: #a8d7f0;
	}
	.nombre-filtro::before{
		display: block;
		text-align: center;
		position: absolute;
		left: 40px;
		top: 8px;
		height: 60px
	}
	.abrir-filtro{
		position: absolute;
		top: 30px;
		right: 20px;
		cursor: pointer;
		z-index: 3;
	}
	.abrir-filtro svg{
		width: 20px;
		height: 20px;
		fill: #a8d7f0;
		transition: transform 400ms ease;
	}
	.abrir-filtro svg.trans{
		transform: rotate(45deg);
		fill: #112f46;
	}
	.filtro{
		background-color: #112f46;
		position: relative;
		transition: background-color 300ms ease;
	}
	.filtro.open{
		background-color: #efefef;
	}
	.filtro.open .nombre-filtro{
		color: #112f46;
	}
	.fecha{
		width: 320px;
		margin: 0 auto;
		display: block;
	}
	.titulo-fecha-vista{
		font-family: 'Roboto Bold';
		font-size: 18px;
		color: #a8d7f0;
		display: block;
		padding: 20px 0 10px 20px;
	}
	.pick-fecha{
		float: left;
		display: inline-block;
		padding: 0 0 40px 40px;
	}


	.fechas-seleccionadas{
		background-color: white;
		clear: both;
		text-align: center;
		width: 320px;
		margin: 0 auto;
		position: relative;

		max-width: 100%;
	}

	.fechas-seleccionadas input{
		box-sizing: border-box;
		border: none;
		width: auto;
		font-family: 'Roboto Bold';
		font-size: 14px;
		width: 40%;
		padding: 10px 0;
	}

	.aplicar-filtro{
		margin: 40px auto;
	}
	.cambiar-vista .titulo-fecha-vista{
		display: none;
	}

	#vista-calendario, #vista-lista{
		display: none;
	}
}
