<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-size: 62.5%;
	min-height: 100%;
	position: relative;
}
body {
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #333;
}
.glyphicon-arrow-left {
	background:url(/events/img/admin/arrow-left.png) no-repeat center center;
    position: relative;
    overflow: hidden;
	width:30px;
    padding: 6px 12px;
    display: inline-block;
    top:2px;
}
.pagination  li::before{
	display: none;
}
	
.glyphicon-arrow-left:hover {
	background:url(/events/img/admin/arrow-left-hover.png) no-repeat center center !important;
}

.glyphicon-arrow-right {
	background:url(/events/img/admin/arrow-right.png) no-repeat center center;
    position: relative;
    overflow: hidden;
	width:30px;
    padding: 6px 12px;
    display: inline-block;
    top:2px;
}


	
.glyphicon-arrow-right:hover {
	background:url(/events/img/admin/arrow-right-hover.png) no-repeat center center !important;
}
h1 {
font-size: 3.4rem;
font-weight: 700;
border-bottom: 4px solid #333333;
padding-bottom: 30px;
margin-bottom: 46px;
}

h1.portada {
font-size: 4.2rem;
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}

h1.programa {
	margin-bottom: 0;
	border-bottom: 0;
}

h2 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 23px;
}

.modal-body h3 {
	font-size: 3rem;
	border-bottom: 4px solid #000;
	padding: 0 0 20px 5px;
	margin-bottom: 20px;
}

.izenak {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0 0 0 5px;
}

.modal-dialog {
	max-width: 800px;
}

.tokiak {
	font-size: 1.4rem;
	padding: 0 0 20px 5px;
	border-bottom: 1px solid #000;
	margin-top: -20px;
}

.modal-body-tetx {
	padding:0 15px;
}
.venue-name h2 {
	font-size: 2.4rem;
}

#footer h2 {
	text-align: center;
}

#footer .pie h2 {
	text-align: left;
	margin-bottom: 12px;
	margin-top: 45px;
}

.date h2 {
	margin-bottom: 0;
}

.person-text h2 {
	font-size: 3.4rem;
	margin-bottom: 5px;
}

a {
	color: #333;
}

.user {
	text-align: right;
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 10px;
}

.user span {
	color: #9B9B9B;
	padding-left: 23px;
	position: relative;
	background: url(../img/user.svg) 0 3px no-repeat;
	margin-right: 17px;
	display: inline-block;
}

#contenido a {
	text-decoration: underline;
}

#contenido a:hover {
	text-decoration: none;
	color: #333;
}

body.contenido h2 {
	font-size: 2.4rem;
	border-bottom: 1px solid #333;
	padding-bottom: 18px;
}

body.contenido.new h2 {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}

body.contenido #footer h2 {
	border: none;
	font-size: 1.8rem;
	padding-bottom: 0;
}

body.contenido p {
	margin-bottom: 35px;
}

body.contenido p + h2 {
	margin-top: 93px;
}

.compartir {
	float: right;
}

.compartir p {
	margin-bottom: 6px !important;
	font-size: 1.2rem;
}



a.btn {
	text-decoration: none !important;
}

.entradilla {
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.speakers header, .news header {
	max-width: 255px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.speakers h2, .news h2 {
	font-size: 2.7rem;
	font-weight: 700;
text-align: left;
display: block;
}

h3 {
	font-size: 3rem;
	font-weight: 700;
}

h4 {
	font-size: 2.4rem;
	font-weight: 700;
}

#contenido ul {
	list-style: none;
	padding-left: 11px;
}

#contenido ul li {
	position: relative;
}

#contenido ul li:before {
	content: '';
	width: 4px;
	height: 1px;
	position: absolute;
	left: -10px;
	top: 50%;
	background-color: #333333;
}

ul.list-group li:before {
	display: none !important;
}

#footer .pie dt, #footer .pie dd {
	font-size: 1.6rem;
}

#footer .pie dt {
	margin-bottom: 15px;
	font-weight: 400;
}

.nav-share {
	margin-top: 20px;
}

.person-photo .nav-share {
	float: right;
	line-height: 1.4rem;
	font-weight: 700;
}

.nav-share .nav-link {
	padding: 0;
	margin-right: 33px;
	font-size: 1.4rem;
}



.person-photo .nav-share .nav-item:before {
	display: none;
}

.person-photo .nav-share .nav-link {
	margin-right: 27px;
	text-decoration: none !important;
}

.nav-share .nav-link.twitter {
	background: url(/events/img/twitter.svg) no-repeat;
	width: 15px;
	height: 12px;
}
.nav-share .nav-link.facebook {
	background: url(/events/img/facebook.svg) no-repeat;
	width: 8px;
	height: 14px;
}
.nav-share .nav-link.linkedin {
	background: url(/events/img/linkedin.svg) no-repeat;
	width: 14px;
	height: 14px;
}
.nav-share .nav-link.youtube {
	background: url(/events/img/youtube.svg) no-repeat;
	width: 19px;
	height: 15px;
}

.nav-legal {
	margin: 63px -12px 34px -12px;
}

.nav-legal .nav-link {
	font-size: 1.2rem;
	padding: 0;
	margin-left: 11px;
	margin-right: 11px;
	color: rgba(0,0,0,.5);
}

.copy, .lotura a {
	color: rgba(0,0,0,.5);
	font-size: 1rem;
}

.card-group-program {
	margin: 0 -15px 0 -15px;
}

.card-group-program&gt;.card {
	flex: 1 33.33%;
	min-width: 33.33%;
	color: #fff;
	margin-bottom: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 47px 50px 20px 50px;
}

.card-group-program .card-title {
	margin-bottom: 10px;
	padding: 0 !important;
	border: 0 !important;
}

.card-group-program .card-body {
	padding: 0;
}

.card-group-program .card-footer {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	border-top: 0;
	padding: 0;
	margin-top: 57px;
	font-size: 2.2rem;
	margin-left: 10px;
}

.program {
	position: relative;
}

.program-flex {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	height: 70px;
	margin: 45px  -15px 0 -15px;
}

.program-flex h2 {
	font-size: 2.6rem;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 20px;
	left: 25px;
	text-transform: uppercase;
}

.program-flex a {
	position: absolute;
	top: 0;
	left: -15px;
	right: -15px;
	bottom: 0;
	z-index: 1;
}

.program-flex a span {
	position: absolute;
	top: 15px;
	right: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: rgba(255, 255, 255, .17);
	color: #fff;
	font-size: 1.7rem;
	width: 114px;
	height: 42px;
	text-align: center;
	padding-top: 8px;
}

.program-thumb {
	flex: 1;
}

.speakers {
	margin-top: 35px;
	text-align: center;
}


.card-deck-speakers&gt;.card {
	margin-bottom: 30px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	max-width: 255px;
	margin: 0 auto 30px auto;
	text-align: left;
	position: relative;
}


.card-deck-speakers&gt;.card .figcaption {
overflow: hidden;
}

.card-deck-speakers&gt;.card img {
	transform: scale(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.card-deck-speakers&gt;.card:hover img {
	transform: scale(1.1);
}



.card-deck-speakers .card a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.card-deck-speakers .card-title {
	font-size: 2.4rem;
	padding: 0 !important;
	border: 0 !important;
}

.card-deck-speakers .card-body {
	padding: 28px 27px;
}


.news {
	margin-top: 47px;
}

.news img {
	width: 100%;
}

.new figcaption {
	padding-bottom: 15px;
}

.figure {
	margin-bottom: 24px;
}

.fecha {
	font-size: 1.4rem;
	margin-top: 10px;
}

.btn-see, .btn-abstract {
	background-color: #E8E8E8;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 50px;
	text-align: center;
	display: inline-block;
	padding: 10px 20px 0 20px;
	font-size: 1.7rem;
	font-weight: 700;
}

.btn-abstract {
	font-size: 1.4rem;
	padding: 10px 10px 0 10px;
}


.cerrar {
	position: absolute;
	top: 15px;
	right: 17px;
	width: 22px;
	height: 22px;
	background: url(/events/img/cross.svg) no-repeat;
}

#capaBuscador {
	position: relative;
	z-index: 1;
	display: none;
	background-color: #e8e8e8;
	padding: 70px 20px 40px 20px;
	top: -60px;
}

#capaBuscador.visible {
	display: block;
}

#capaBuscador .btn-form {
	margin-top: 10px;
	margin-left: 22px;
}

.search {
	display: inline-block;
}

.filtros {
	display: inline-block;
	color: #FB1818;
	position: relative;
	left: 10px;
	z-index: 2;
	font-size: 1.4rem;
}


.filtros a {
	margin-left: 10px;
	font-weight: 700;
}

.abstract {
	position: absolute;
	top: 11px;
	left: 12px;
	font-size: 1.4rem;
	font-weight: 700;
}

.dates {
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
	margin-left: -15px;
	margin-right: -15px;
}

.dates .date {
	flex: 1;
	padding: 47px 50px 20px 50px;
}

.dates .date:last-child {
	padding: 5px 50px 20px 50px;
}


#contenido {
	margin-top: 70px;
}

.menu {
	height: 48px;
	height: 80px;
	background: #fff;
	margin-top: 6px;
}

.menu p {
	margin-bottom: 0;
}

.cabecera {
	padding-top: 20px;
	padding-bottom: 60px;
	position: relative;
}

.subtitulo {
	margin-top: 2px;
}

.logo {
	width: 176px;
}

.logo2 {
	margin-top: 130px;
	margin-bottom: 108px;
	margin-top: 70px;
	margin-bottom: 68px;
	display: none;
}

.nav-hizkuntzak {
	padding-top: 6px;
}

.nav-hizkuntzak .nav-link {
	font-size: 1.4rem;
	font-weight: 700;
}
.nav-hizkuntzak .nav-link.active {
	color: #9B9B9B;
}


.estatico {
	position: static;
}

.menu1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(7,7,7,.10);
	height: 47px;
	padding-top: 8px;
}

.menu2 {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background-color: #fff;
}

.nav-menu1 li .nav-link {
	font-size: 1.6rem;
	padding: 3px 0;
	margin-left: 20px;
}


.nav-menu1 li.active .nav-link, .nav-menu1 li .nav-link:hover {
	border-bottom: 3px solid #373F43;
	color: #333;
}

.nav-menu2 {
	padding-top: 9px;
	padding-bottom: 9px;
}

.nav-menu2 li .nav-link:hover {
	color: #000;
	opacity: 0.7;
}

.nav-menu1 .dropdown-toggle::after,
.nav-menu2 .dropdown-toggle::after {
	display: none;
}

.nav-menu1 .dropdown-menu {
	font-size: 1.6rem;
	-webkit-box-shadow: 10px 10px 30px -13px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 30px -13px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 30px -13px rgba(0,0,0,0.5);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	padding: 25px 20px;
	transform: none !important;
	margin: 0;
	top: 100% !important;
}

.nav-menu1 .dropdown-menu .dropdown-item:hover {
	background-color: #eee !important;
	color: #333;
}

.nav-menu2 li .nav-link {
	width: 120px;
	height: 45px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	font-size: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	padding: 3px 0 0 0;
	border: 1px solid #373f43;
	margin-left: 9px;
}

.nav-menu2 li:first-child .nav-link {
	margin-left: 0;
}

.nav-menu2 li:last-child .nav-link {
	padding-top: 10px;
	background-color: #373f43;
	color: #fff;
}

.list-group-steps {
	min-height: 50px;
}

.list-group-steps .list-group-item {
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 700;
	border: 0;
	position: relative;
	width: 37px;
	opacity: .2;
	margin-left: 5px;
	margin-right: 5px;
}

.list-group-steps .list-group-item span {
	display: inline-block;
}

.list-group-steps .list-group-item:nth-child(2) span:nth-child(2) {
margin-top: -10px !important;
}

.list-group-steps .list-group-item span:nth-child(2) {
	display: none;
}

.list-group-steps .list-group-item.active {
	color: #333;
	background-color: #fff;
	opacity: 1;
}

.list-group-steps span.step {
	width: 37px;
	height: 37px;
	line-height: 35px;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #333;
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	position: absolute;
	left: 1px;
	top: -4px;
}

#footer {
	margin-top: 87px;
  	width: 100%;
	margin-bottom: 59px;
	color: #000;
}

.venue {
	height: 420px;
	width: 100%;
	position: relative;
}

.venue img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}

.venue-name {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	min-width: 80%;
	z-index: 2;
}

.nav-venue li .nav-link {
	height: 49px;
	width: 169px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	margin-left: 6px;
	margin-right: 6px;
	color: #fff;
	font-weight: 700;
	font-size: 1.7rem;
	padding-top: 13px;
	line-height: 1.7rem;
	margin-bottom: 15px;
}

.nav-venue li:first-child .nav-link {
	text-align: left;
	padding-left: 48px;
	font-size: 1.5rem;
	padding-top: 5px;
	background: transparent url(/events/img/map.svg) 19px 50% no-repeat !important;
}
.venue-pie {
	height: 49px;
	width: 169px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	margin-left: 0px;
	margin-right: 6px;
	color: #fff;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.7rem;
	margin-bottom: 15px;
	text-align: left;

	font-size: 1.5rem;

	background: transparent url(/events/img/map.svg) 19px 50% no-repeat !important;
	  background-color: transparent;
	padding: 1rem 1rem 1rem 48px;
	position: relative;
	top: 20px;
  }

  .venue-pie:hover {
	color: #fff;
	text-decoration: none;
  }

.shadow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.55) 46%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.8)), color-stop(46%, rgba(0,0,0,0.55)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.55) 46%, rgba(0,0,0,0) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.55) 46%, rgba(0,0,0,0) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.55) 46%, rgba(0,0,0,0) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.55) 46%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.organizer {
	padding-top: 39px;
	padding-bottom: 25px;
}

.organizer a {
	display: inline-block;
	margin: 0 15px 15px 15px;
}

.sponsors-collaborators .d-flex {
	flex-flow: column nowrap;
	border-top: 1px solid #333;
	margin-left: -15px;
	margin-right: -15px;
}

.sponsor-collaborator {
	/*flex: 1 50%;
	min-width: 50%;*/
	padding-top: 38px;
	padding-bottom: 38px;
	border-bottom: 1px solid #333;
}

.sponsors {
	flex: 1 50%;
	min-width: 50%;
	text-align: center;
	/*display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;*/
}

.sponsor {
	/*
	flex: 1 50%;
	min-width: 50%;
	*/
	display: inline-block;
	text-align: center;

	padding: 25px 15px 25px 15px;
}

.sponsor img {
	max-width: 166px;
}

.pie {
	padding: 0 12px 35px 12px;
}

.nav-pie .nav-link {
	padding: 0;
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.nav-pie .nav-link:hover {
	color: #000;
	text-decoration: underline !important;
}



.container-fluid {
	max-width: 1300px;
}

.identity-noticebar {
	padding-top: 15px;
	background: #5e5f5f;
	min-height: 30px;
	width: 100%;
	margin: auto;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000!important
}
.identity-noticebar-content {
	padding: 5px 10px
}
.identity-noticebar-content span {
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
	margin-right: 15px
}
.identity-noticebar-content span a {
	color: #fff;
	text-decoration: underline
}


form.form {
	padding-bottom: 20px;
}

.aviso {
	margin: 0 18px 25px 18px;
}

.oharra {
	padding: 33px 30px 20px 30px;
	border-bottom: 3px solid #fff;
	font-size: 1.6rem;
}

.oharra b {
	font-size: 1.8rem;
}

.oharra-text {
	margin-top: -10px;
	margin-bottom: -10px;
}

.oharra-text dt {
	font-weight: 400;
	font-size: 1.6rem;
} 

.oharra.oharra-gorri {
	background-color: rgba(224,0,0,.1);
}

.oharra-text dd {
	font-size: 1.7rem;
	font-weight: 700;
}

.oharra h2 {
	font-size: 1.7rem;
	
}

.oharra h3, .oharra ul {
	font-size: 1.6rem;
}

.oharra h3 {
	font-weight: 400;
}

fieldset {
	border-bottom: 3px solid #fff;
	padding: 25px 0;
	position: relative;
}


fieldset.authors {
	padding: 0;
}

fieldset.authors h2 {
	margin-bottom: 10px;
}

fieldset.submit {
	padding-top: 0;
}

fieldset.legend {
	padding-top: 60px;
}

legend {
	font-weight: 700;
	font-size: 2rem;
	position: absolute;
	top: 20px;
	left: 9px;
	width: auto;
}

form.form .form-group {
	position: relative;
	
}

.select-style {
	position: relative;
	padding: 0;
    margin: 0;
    overflow: hidden;
	width: 209px;
    height: 44px;
    border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.select-style:after {
	content: '\02C7';
	position: absolute;
	top: 50%;
	right: 18px;
	color: #000;
	font-size: 3rem;
	line-height: 1.5rem;
	padding: 0;

}


.select-style select {
	padding: 5px 60px 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 44px;
	color: #737373;
}

.form-group {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

label {
	font-size: 1.6rem;
}

.form-control {
	color: #333;
	font-size:1.7rem;
	font-weight: 400;
	height: 41px;
  	padding: 13px 10px 13px 10px;
  	display:block;
  	width:100%;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
}

.form-control[readonly] {
	background-color: transparent;
	padding: 0;
	height: auto;
	font-weight: 700;
	border: 0;
	margin-top: -.5rem;
}

textarea {
	height:118px;
}

.txiki {
	font-size: 1.2rem;
}

::-webkit-input-placeholder, #nuevo ::-webkit-input-placeholder {
color: #333 !important;
opacity:1;
filter:alpha(opacity=100)
}
:-moz-placeholder, #nuevo :-moz-placeholder {
color: #333 !important;
opacity:1;
filter:alpha(opacity=100)
}
::-moz-placeholder, #nuevo ::-moz-placeholder {
color: #333 !important;
opacity:1;
filter:alpha(opacity=100)
}
:-ms-input-placeholder, #nuevo :-ms-input-placeholder {
color: #333 !important;
opacity:1;
filter:alpha(opacity=100)
}

input:focus, textarea:focus  {
	outline:none; 
}

textarea:focus ~ label, textarea:valid ~ label, input[type=file]:focus ~ label, input[type=file]:valid ~ label  {
	  top:9px;
	  left:9px;
	    color:#000;
  font-size:1.3rem;
  font-weight:normal;}

 .labelinput {
	 top:9px !important;
	  left:9px;
	}

input[type=file] ~ label  {
	top:9px !important;
	font-weight: 700;
	 font-size:1.4rem;
}

.pasahitza {
	color:#bcbcbc;
	font-size:1.6rem;
	text-align:left;
	position:relative;
	top:-30px;
}

.error {
	color:#a94442 !important;
	font-weight:700;}

input.error {
	 border-bottom:1px solid #a94442 !important;

	 font-weight:300;

}

.error:before, .error:after 	{
  content:'';
  height:2px;
  width:0;
  bottom:0;
  position:absolute;
  background:#a94442;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

input.error {
	 border:1px solid #e71313 !important;
}

.icon_error {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background:#fff url(/events/img/form_error.svg) center center no-repeat;
}

.icon_ok {
	position: absolute;
	display: block;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background:#fff url(/events/img/form_ok.svg) center center no-repeat;
}

p.mensaje_error {
	background: #e71313;
	color: #fff;
	padding:0 10px;
	font-size: 1.4rem;
	position: relative;
	z-index: 0;
	margin: 0;
}

.custom-checkbox label {
	text-transform: none !important;
	font-size: 1.4rem !important;
	font-weight: 400 !important;
	opacity: 1 !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
	background-color: transparent;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url(/events/img/ok.svg);
}

.custom-checkbox .custom-control-label::after {
    position: absolute;
    top: 0;
    left: -35px;
    display: block;
    width: 24px;
    height: 23px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 50%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #B4B4B3;
}

.custom-control {
	padding-left: 35px;
}

.custom-control-label::before {
	left: -30px;
}

.custom-checkbox {
	padding-right: 30px !important;
}

.custom-radio .custom-control-label::after {
    position: absolute;
    top: 0;
    left: -35px;
    display: block;
    width: 24px;
    height: 23px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #B4B4B3;
}

.custom-select {
	color: #333;
	font-size:1.7rem;
	font-weight: 400;
	height: 41px;
  	padding: 0 10px 0 10px;
  	display: block;
  	width:100%;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	background: #fff url(/events/img/arrow-down.svg) calc(100% - 16px) 50% no-repeat;
}

p.label {
	margin-left: 25px;
	font-size: 1.6rem;
}

form#edit p.label {
	margin-left: 0;
}

form#edit .form-row {
	margin-bottom: 20px;
}

fieldset.fees {
	padding-left: 0;
	padding-right: 0;
	border: 0;
}

fieldset.fees hr {
	border: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	margin: 0 10px;
}

fieldset.fees .form-group {
	padding-left: 15px !important;
    padding-right: 15px !important;
}

.registration-fees h3 {
	font-size: 2rem;
	font-weight: 700;
	border-bottom: 1px solid #BAC7CD;
	padding-bottom: 8px;
	margin-bottom: 2px;
}

.registration-fees:last-child {
	border-bottom: 3px solid #fff;
}

.registration-fees .form-group {
margin-bottom: 20px;

} 

.have-read {
	padding: 0 0 16px 47px;
}

table.table-fees {
	width: 100%;
}

table.table-fees tr {
	border-bottom: 1px solid rgba(0,0,0,.2);
}

table.table-fees th {
	font-size: 1.7rem;
}

table.table-fees tr:last-child {
	border: 0;
}

table.table-fees tr.total {
	background-color: rgba(255,255,255,.74);
	border-bottom: 1px solid rgba(0,0,0,.2);
}

table.table-options {
	margin-bottom: 54px;
}

table.table-fees th, table.table-fees td {
	padding: 17px 12px;
	vertical-align: top;
}

table.table-fees tr.disabled th, table.table-fees tr.disabled td  {
	opacity: .4;
}


table.table-fees td {
	width: 100px;
	text-align: right;
	font-weight: 700;
}

.btn-form {
	margin-left: 32px;
	height: 41px;
	background-color: #373F43;
	color: #fff;
	padding: 0 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	top: -4px;
}

.btn-form:hover {
	color: #fff;
	opacity: .8;
}

.btn-modify {
	margin-left: 32px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #373F43;
	padding: 0 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
	top: -4px;
	margin-right: -20px;
}

.subraya {
	text-decoration: underline;
}

.grid-news .figure {
	display: block;
}

.grid-news figure, .more-news figure {
	position: relative;
}

.grid-news figure a, .more-news figure a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.person {
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 85px;
	max-width: 255px;
	margin: 0 auto 30px auto;
}

.person-photo {
	flex: 1;
	background-color: #e5f5fc;
	padding-bottom: 25px;
	margin: 0 auto 35px auto;
}

.person-text {
	flex: 1;
	font-size: 1.5rem;
}

.program-header {
	min-height: 122px;
	display: inline;
	position: relative;
	z-index: 1;
}

.program-header .sticky {
	position:-webkit-sticky; 
	position: sticky;
	top: 0;
	border-top: 4px solid #333333;
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #333;
}

.program-header .sticky .sticky-content {
padding: 22px 30px 20px 30px;
min-height: 122px;
}

.program-header h2 {
	margin-bottom: 10px;
	font-size: 2.8rem;
}



.location {
	float: right;
	padding-left: 18px;
	background: url(/events/img/map2.svg) 0 50% no-repeat;
	display: inline-block;
}

.location a {
	text-decoration: none !important;
}

.location a:hover {
	color: #333;
}

.program-table table {
	width: 100%;
}

.program-table table tr {
	border-bottom: 1px solid #333;
}

.program-table table tr:last-child {
	border: 0;
}

.program-table table th, .program-table table tr td:first-child {
	padding: 35px 56px 8px 35px;
	vertical-align: top;
	font-weight: bold;
}

.program-table table td {
	padding: 8px 56px 15px 35px;
	vertical-align: top;
}

.program-table table td p {
	margin-bottom: 2.5rem
}

.program-table table td a {
	text-decoration: underline;
}

.program-table table td a:hover {
	color: #333;
	text-decoration: none;
}

.program-table table table tr {
	border: 0;
}

.program-table table table th, .program-table table table td {
	padding: 0;
}

.program-table table table td {
	padding-bottom: 30px;
}

table.table th {
	font-size: 1.6rem;
	font-weight: 400;
	border: 0 !important;
	padding: 0 4px;
}

table.table td {
	border: 0 !important;
	padding: 8px 4px;
}

.auth {
	padding: 20px 20px;
}

.inst {
	padding: 0 20px 20px 20px;
}


.input-group-text {
	width: 35px;
	background-color: transparent;
	font-size: 1.6rem;
	color: #333;
	border: 1px solid #c0c0c0;
	justify-content: center;
}

.auth .input-group {
	flex: 1;
	margin-left: 5px;
	margin-right: 5px;
}

.auth .input-group:first-child {
	margin-left: 0;
}

.auth .input-group:last-child {
	margin-right: 0;
}

.inst .input-group {
	margin-top: 8px; 
}

.auth .custom-select {
	background: #fff url(/events/img/arrow-down.svg) calc(100% - 7px) 50% no-repeat;
}
.input-group-text span {
	vertical-align: super;        
	font-size: 1.1rem;
	margin-top: -4px;
}

.more-news {
	margin-top: 40px;
}

.news article, .more-news article {
	margin-bottom: 30px;
}

.more-news h3 {
	font-size: 3rem;
}

.more-news .figure {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

.news .figure {
	margin-bottom: 10px;
}

.more-news .figure img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
    height: 100%;
}

p.can-access {
	margin-left: 19px;
	font-size: 1.6rem;
}

p.can-access a {
	text-decoration: none !important;
}

p.can-access a:hover {
	text-decoration: underline !important;
}

p.log-in button {
	margin-left: 19px;
	margin-top: 20px
}

.dataTables_wrapper {
	margin-bottom: 30px;
}

table.dataTable th, table.dataTable td {
	padding: 8px 10px !important;
	vertical-align: top !important;
	font-size: 1.6rem;
}

table#example thead th {
padding: 0 !important;
}


table.dataTable.nowrap td {
	white-space: normal !important;
	line-height: 2rem;
	padding: 14px 10px !important;
}

table.dataTable th.th-check,
table.dataTable td.th-check {
	width: 20px !important;
	padding: 14px 10px 14px 40px !important;
}

table.dataTable .custom-control-label {
	position: absolute !important;
	right: 0 !important;
}

table.dataTable .custom-control-label::before { 
	left: 0;
}

table.dataTable .custom-checkbox .custom-control-label::after {
	position: relative;
	left: auto !important;
	right: 0 !important;
}

table.dataTable .custom-checkbox {
float: right !important;
padding-left: 0 !important;
padding-right: 0 !important;
}



table.dataTable .th-title, table.dataTable .th-conference {
	width: 270px !important;
}

table.dataTable .th-title {
	font-weight: 700;
}

table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role="row"]&gt;td:first-child:before,
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr[role="row"]&gt;th:first-child:before {
	background-color: #333;
}

table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr.parent&gt;td:first-child:before,
table.dataTable.dtr-inline.collapsed&gt;tbody&gt;tr.parent&gt;th:first-child:before {
	background-color: #FB1818;;
}

#contenido table.dataTable ul {
	padding-left: 0;
}

#contenido table.dataTable ul li:before {
	display: none;
}

.botonera {
	float: right;
}

.botonera .custom-select {
	width: 170px !important;
}

.botonera .btn-form {
	margin-left: 10px;
}

.logo-header {
	width: auto;
	max-width: 140px;
}

@media (min-width: 576px) {

	.program-flex h2 {
		top: 40px;
	}

	.program-flex a span {
		top: 35px;
	}

	#capaBuscador {
		padding: 70px 30px 40px 30px;
	}

	.filtros.visible {
		left: -30px;
	}

	.btn-abstract {
		background: #E8E8E8 url(/events/img/lens.svg) calc(100% - 20px) 50% no-repeat;
		padding: 10px 56px 0 20px;
	}
	.more-news .figure {
		height: 196px;
	}

	body.home .subtitulo {
		display: none;
	}

	body.home .logo2 {
		display: flex;
	}

	.logo2 img {
		width: 80%;
	}

	.speakers, .news {
		text-align: left;
	}

	.card-deck-speakers&gt;.card {
		flex: 1 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}

	.grid-news {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-column-gap: 37px;
	}

	.grid-news article {
		grid-column: auto / span 6;
	}

	.grid-news .figure {
		width: 100%;
		margin-bottom: 10px;
	}

	.grid-news article:first-child .figure {
		height: 230px;
	}

	
	.grid-news article:first-child .figure {
		height: 230px;
	}

	.grid-news article:first-child {

		grid-column-start: 1;
		grid-column-end: 8;
	
		grid-row-start: 1;
		grid-row-end: 3;
	}

	.grid-news article:nth-child(2),
	.grid-news article:nth-child(3) {
		grid-column: auto / span 5;
	}

	.grid-news article:first-child img {
		object-fit: cover;
		object-position: 50% 50%;
		width: 100%;
		height: 100%;
	}

	.grid-news article h3 {
		font-size: 2rem;
	}

	.person {
		flex-flow: row nowrap;
		padding-left: 40px;
		padding-right: 40px;
		margin-bottom: 85px;
		max-width: 100%;
	}
	
	.person-photo {
		flex: 1;
		background-color: #e5f5fc;
		max-width: 100%;
		margin: 0 30px 5px 0;
	}
	
	.person-text {
		flex: 1.5;
	}

	.list-group-steps {
		margin-bottom: 20px;
	}

	.list-group-steps .list-group-item {
		width: 140px;
		padding-left: 46px;
	}
	
	.list-group-steps .list-group-item span:nth-child(2) {
		display: inline-block;
	}

	.list-group-steps {
		min-height: 0;
	}

	.menu1 {
		position: static;
		background-color: transparent;
		height: auto;
		padding-top: 6px;
		
	}

	.cabecera {
		padding-bottom: 23px;
	}

}

@media (min-width: 768px) {
	
	h1.portada {
		  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;

		position: sticky;
		top: 2rem;
	}
	
	
	
	.nav-menu1 li .nav-link {
		margin-left: 0;
		margin-right: 20px;
	}


	#capaBuscador {
		padding: 70px 70px 40px 70px;
	}

	.btn-abstract {
		font-size: 1.7rem;
	}
	
	.filtros {
		font-size: 1.7rem;
		left: 15px;
	}

	.abstract {
		font-size: 1.7rem;
		left: 21px;
	}

	.more-news article {
		margin-bottom: 40px;
	}

	.more-news h3 {
		font-size: 2rem;
	}

	.more-news .figure {
		height: 146px;
		margin-bottom: 0;
	}

	.auth, .inst {
		padding: 30px 40px;
	}
	
	fieldset {
		padding: 35px 18px;
	}

	fieldset.fees hr {
		margin: 0 38px;
	}

	fieldset.fees .form-group {
		padding-left: 43px !important;
		padding-right: 43px !important;
	}

	legend {
		left: 38px;
	}

	table.table th.name {
		width: 154px;
	}

	.list-group-steps .list-group-item {

		margin-left: 13px;
		margin-right: 13px;
	}

	.program-table table th, .program-table table tr td:first-child {
		width: 200px;
		text-align: right;
		padding: 35px 56px 15px 35px;
		text-align: right;
		font-weight: bold;
	}
	
	.program-table table td {
		padding: 35px 58px 15px 0;
	}

	.program-table table table th {
		text-align: left;
	}

	.person {
		padding-left: 54px;
		padding-right: 54px;
	}
	
	.person-photo {
		margin: 0 40px 5px 0;
	}
	
	.person-text {
		flex: 2;
		font-size: 1.8rem;
	}
/*
	.grid-news {
		grid-template-columns: 65% calc(35% - 47px);
		grid-column-gap: 47px;
	}*/

	.grid-news article {
		grid-column: auto / span 4;
	}

	.grid-news article:first-child {
	
		grid-column-start: 1;
		grid-column-end: 9;

		grid-row-start: 1;
		grid-row-end: 3;
	}

	.grid-news article:nth-child(2),
	.grid-news article:nth-child(3) {
		grid-column: auto / span 4;
	}

	.grid-news article:first-child h3 {
		font-size: 3rem;
		padding: 5px 27px;
	}

	.grid-news article:first-child .fecha {
		padding-left: 27px;
	}

	.shadow {
		background: rgba(0,0,0,0.8);
		background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.55) 30%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.8)), color-stop(30%, rgba(0,0,0,0.55)), color-stop(75%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.55) 30%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.55) 30%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.55) 30%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
		background: radial-gradient(ellipse at center, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.55) 30%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
	}

	.speakers {
		margin-top: 120px;
	}

	.speakers h2, .news h2 {
		font-size: 3.4rem;
		max-width: 330px;
	}

	.card-group-program, .program-flex {
		margin: 0;
	}

	.program-flex {
		height: 90px;
	}

	.card-group-program&gt;.card, .dates .date {
		padding: 47px 55px 80px 55px;
	}

	.program {
		margin: 100px 0 0 0;
	}

	.program-flex a {
		left: 0;
		right: 0;
	}

	.program-flex h2 {
		left: 55px;
		top: 50px;
		font-size: 3.4rem;
		
	}

	.program-flex a span {
		right: 65px;
		top: 50px;
	}

	.card-deck-speakers&gt;.card {
		flex: 1 calc(33.33% - 30px);
		max-width: calc(33.33% - 30px);
	}

	.dates {
		flex-flow: row nowrap;
		margin-left: 0;
		margin-right: 0;
	}

	.dates .date:last-child {
		padding: 47px 50px 40px 50px;
		flex: 2;
	}

	.date dl dt {
		float: left;
		clear: both;
		margin-right: 5px;
	}

	.date dl dd {
		float: left;
	}

	.pie {
		padding: 30px 50px 75px 50px;
	}

	.nav-legal {
		margin: 100px 0 34px 0;
	}

	.nav-legal .nav-link {
		font-size: 1.4rem;
		margin-left: 0;
		margin-right: 26px;
	}

	.lotura {
		margin-top: -9px;
	}

	.sponsors-collaborators .d-flex {
		flex-flow: row wrap;
		margin-left: 0;
		margin-right: 0;
	}

	.sponsor-collaborator {
		flex: 1 50%;
		min-width: 50%;
	}

	.sponsor-collaborator:nth-child(odd) {
		border-right: 1px solid #333;
	}

	.logo2 img {
		width: auto;
		max-width: 100%;
	}

	#footer {
		margin-bottom: 0;
	}

	.venue {
		height: 350px;
	}

	.cabecera {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	body.home .cabecera {
		padding-bottom: 20px;
	}

	.subtitulo {
		margin-top: 18px;
	}

	.estatico {
		position: relative;
	}


	
	.menu2 {
		position: static;
		background-color: transparent;
	}

	.nav-menu2 {
		background-color: transparent !important;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.dropdown:hover &gt; .dropdown-menu {
		display: block;
	}


}

@media (min-width: 992px) {

	.logo-header {
		width: auto;
		max-width: 160px;
	}

	h1.portada {padding-left:5rem;
		padding-right: 5rem;
	}
	
	.intro-home {
		font-size:2.5rem;
	}

	

	.more-news .figure {
		height: 196px;
	}

	.auth {
		flex: 3
	}

	.inst {
		flex: 1;
		background-color: rgba(255,255,255,.4);
	}

	.program-table {
		padding-left: 109px;
	}

	.person {
		padding-left: 64px;
		padding-right: 64px;
	}
	
	.person-photo {
		margin: 0 50px 5px 0;
	}
	
	.person-text {
		flex: 2.5;
	}

	.grid-news article:first-child {
		grid-column-start: 1;
		grid-column-end: 8;
		grid-row-start: 1;
		grid-row-end: 3;
	}

	.grid-news article:nth-child(2),
	.grid-news article:nth-child(3) {
		grid-column: auto / span 5;
	}

	.grid-news article:nth-child(2) .figure,
	.grid-news article:nth-child(2) .figcaption,
	.grid-news article:nth-child(3) .figure,
	.grid-news article:nth-child(3) .figcaption {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}

	.grid-news article:not(:first-child) .figure {
		padding-right: 23px;
	}

	.logo {
		width: auto;
		max-width: 160px;
	}

	.nav-menu1 li .nav-link {
		margin-left: 0;
		margin-right: 40px;
	}

	.nav-menu2 li .nav-link {
		
	}

	.card-deck-speakers&gt;.card {
		flex: 1 calc(25% - 30px);
		max-width: calc(25% - 30px);
	}

	.grid-news article:first-child .figure {
		height: 270px;
	}

}

@media (min-width: 1200px) {
	.more-news .figure {
		height: 230px;
	}
	.person {
		padding-left: 74px;
		padding-right: 74px;
	}
	
	.person-photo {

		margin: 0 50px 5px 0;
	}
	
	.person-text {
		flex: 3;
	}

}


@media (max-width: 767px) {
        
    
	table.table {
		border: 0;
		padding-bottom: 0;
		display: block;
		width: 100%;
		clear: both;
	}
	table.table caption {
		display: block;
	}
	table.table thead {
		display: none;
	}
	table.table tbody, table.table tfoot, table.table tr, table.table th, table.table td {
		display: block;
		padding: 0;
		text-align: left !important;
		white-space: normal;
		border: none !important;
	}
	table.table tr {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(0,0,0,.2) !important;
	}
	table.table th[data-title]:before, table.table td[data-title]:before {
		content: attr(data-title) "\00A0";
		font-weight: 700;
	}
	table.table th:not([data-title]) {
		font-weight: bold;
	}
	table.table td:empty {
		display: none;
	}

	.program-table table th, .program-table table td {
		display: block;
	}



}
</pre></body></html>