
@charset "utf-8";
/* CSS Document */

/* Reset */
/* -------------------------------------------------------------- */
* {
	margin:0; 
	padding:0;
	box-sizing: border-box;
}
img {
	border:none; 
	margin:0; 
	padding:0
}
div, p, h1, h2, h3, h4, h5, h6, span
{ 
	margin: 0; 
	padding: 0;
	box-sizing: border-box;
}
form, input, select, fieldset, textarea 
{ 
	margin: 0; 
	padding: 0; 
	font-family: arial, helvetica, sans-serif; 
	font-size:100%;
	box-sizing: border-box;
}
fieldset {
	border: none
}
a {
	display: inline-block;
	text-decoration: none;
	color: #666;
}
a:hover {
	opacity: 0.8;
}
a:focus {
	outline: 1px dotted
}
img,
iframe {
	max-width: 100%;
	border: 0;
}
img {
	height: auto;
}	
a img {
	border: none
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
.soft-transition, .soft-transition *{
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;	
}
.a-system-test {
	text-align: center; 
	margin: 1em 1em 1em 2em;
	font-size: 0.75em;
}
.a-system-test a:hover {
	color: #000;
}
.a-system-test a:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	vertical-align: -0.2em;
	background: url(../images/ico-system-test.png) center center no-repeat;
	background-size: cover;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin-right: 0.5em;
}
.a-system-test a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* General */
/* -------------------------------------------------------------- */

.allsizes.left 	{ float:left;  display: inline-block}
.allsizes.right	{ float:right; display: inline-block}	
.cleaner{ height:1px !important;  clear:both; overflow:hidden}
.spacer	{ height:15px !important; clear:both; overflow:hidden}
.hidden	{ display:none}

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:100%; /* Tipo base: 16px */ 
	line-height: 1.4;
	color: var(--text-color); 
	background: var(--background-color);
	margin: 0; 
	padding: 0;
}  

/* PAGE */
/* -------------------------------------------------------------- */

.page {
	margin: 0 auto; 
	display: block;
}
.page.flex {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.wrap {
	margin: 0 auto; 
	padding: 0;
}

/* Header */ 
header {}
header img {
	display: block;
	margin: 0 auto;
}
/* Main */
.main {}

.main .wrap{
	padding: 1em 5%;
}
article {
	max-width: 1280px;
	min-width: 300px;
	display: block;
	margin: 0 auto;
}

.page.rounded .date,
.page.rounded .video-container,
.page.rounded .section-box {	
	border-radius: 10px;
}

/* --- Video --- */
.popup {
	background: none !important;
	padding: 10px;
}
.popup .responsive {
	width: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	box-shadow: 5px 5px 5px #ddd;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
.video-container iframe {
	display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* --- Date & info --- */
.date {
	padding: 0.8em;
	font-size: 0.85em;
	margin-bottom: 1em;
	background: #eee;	
	background: rgba( 0,0,0,0.1);
	color: #666;
	font-weight: bold;
	text-align: left;
}
.date:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	vertical-align: -0.6em ;
	background: url(../images/ico-calendar.png) center center no-repeat;
	margin-right: 0.5em;	
}

.btn-sm {
	background: var(--first-brand-color);
	color: #fff;
	border: none;
	padding: 0.8em 2em;
	max-width: 100%;
	text-decoration: none;
	margin: 0.5em auto;
}
.btn-sm:hover {
	opacity: 0.8;
}

.small {
	font-size: 0.8rem;
}

.multiply {
	mix-blend-mode: multiply;
}



/* Columns */ 

.row, .col {}

.row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

/* tabs  */

.nav {
	border-bottom: 4px solid var(--first-brand-color);
	height: 2.8em;
	overflow: hidden;
}
.nav , .nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display:block;
}
.nav li {
	display: inline-block;
	width: auto;
	margin: 0 0.01em;
}
.nav a {
	display: inline-block;	
	text-decoration: none;
	color: var(--first-brand-color);
	padding: 1em 2em;
	background: #eee;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	
	font-size: 0.8em
}
.nav a:hover, .nav a.active {
	background: var(--first-brand-color);
	color: #fff;
}

.expires, .postexpired {
	display: none;
}
.expires.active,
.postexpired.active {
	display: block;
}

#stream-qa.expired {
	display: block;
}

#stream-qa.expired .qa {
	display: none;
}

.section-box {
	background: #fff;
	border: 1px solid #ddd;
	padding: 5%;
}

.iframe-scroll {
	overflow: hidden;
	position: relative;
}

.iframe-scroll iframe {
	scrollbar-width: thin;
	position: absolute;
	overflow-y: auto;
	width: 100%;
	border: none;
	max-height: 100%;
	padding: inherit;
	box-sizing: border-box;
	left: 0;
	right: 0;
}

.iframe-scroll.section-box {
	border: none;
	padding: 5% 5% 0 5%;		
	box-shadow: 5px 5px 5px rgba(0,0,0,0.15)
}

.video-container.loader {
	background: rgba(100,100,100,0.3) center center no-repeat;
	background-size: 100% auto;
	transition: background 0.6s;	
}
.video-container.loader:before {
	content:'';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	display: block;
	position: absolute;
}
.video-container.loader:after {
	content:'';
	width: 100%;
	height: 100%;
	background: url(../images/loader.webp) center center no-repeat;
	background-size: 60px auto;
	display: block;
	position: absolute;
}
.video-container.loader iframe {
	z-index: 10;
	display: block;
}
.video-container.loader #ik_player,
.video-container.loader #ecg-player {
	display: none;
}



.privacy article {
	font-size: 90%;
	max-width: 1280px;
}

.privacy h1, .privacy h2,.privacy h3,.privacy h4,.privacy h5,.privacy h6, .privacy p {
	margin: 1em 0;
}

.privacy a:hover {
	text-decoration: underline;
}

.privacy table {
	width:100%;
	border-collapse: collapse; 
	border: solid #ccc; 
	border-width: 1px 1px 0 1px;
}

.privacy table th {background:#f5f5f5; color:#906;  border-bottom: 1px solid #ddd;}
.privacy table td { border-bottom: 1px solid #ddd; padding:3px }
.privacy table td+td {border-left: 1px solid #ddd; }

.privacy blockquote {padding:40px}

.privacy ul li, .privacy ol li, .privacy dl li {
	padding: 0.5em;
	list-style: outside;
	margin: 0 1em;
}

.privacy .indent {
	padding-left: 1.5em;
}

/* footer */
footer {
	text-align: center;
}
/* old ie */
#old_ie {display:none}


/* aviso cookies */
#avisosusc {
	position: fixed;
	padding: 15px;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	height:auto;
	font-size: 12px;
	z-index: 999999;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.2);
}

#avisosuscerrar {
    padding: 0.2em 1em;
    margin: 0.2em 1em;
    display: inline-block;
}

/* aviso cookies ECG */
/* Cookies layer */
#cookieLayer, #ECGcookieLayer {  position: fixed; display: flex; flex-direction: column; justify-content: flex-end; z-index: 99999;  margin: 0;  padding: 1%;  top: 0;  width: 100%;  height: 100%;  overflow-y: auto;  background: rgba(0,0,0,0.3);  box-sizing: border-box;  }
#cookieLayer div#, #ECGcookieLayer div {  background: #fff;  margin: 0;  padding: 0;  font-family: Lucida Grande, Arial, Helvetica, sans-serif;  font-size: 12px; font-size: calc(12px + 0.3vw); color: #666;  text-align: right; display: block}
#cookieLayer div p, #ECGcookieLayer div p {  margin: 0;  padding: 3%;  text-align: justify;  }
#cookieLayer div a, #ECGcookieLayer div a {  display: inline-block;  text-decoration: none;  color: #666;  }
#cookieLayer div a, #ECGcookieLayer div a:not( .btn-sm ) { font-weight: bold }
#cookieLayer div a.btn-sm, #ECGcookieLayer div a.btn-sm  {  background: #666;  color: #fff;  border: 1px solid #666;  padding: 0.6vw 2vw;  margin: 0 3% 3% 0;  display: inline-block; border-radius: 3px  }
#cookieLayer div a.btn-sm.reverse, #ECGcookieLayer div a.btn-sm.reverse {  background: #fff;  color: #666;  }
#cookieLayer div a:hover, #ECGcookieLayer div a:hover {   opacity: 0.8;  }


/* Responsive 
/* Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
 
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (min-width: 1280px) and (min-aspect-ratio: 4/3) {

	article {
		max-width: 70%;
	}
	
}

/* Minimum width of X */
@media screen and (max-width: 1023px ) {

	.iframe-scroll iframe {
		min-height: 400px;	
		position:relative;
	}
	
}
	
	
/* Minimum width of X */
@media screen and (min-width: 1024px ) {
	
	.left 	{ float:left;  display: inline-block}
	.right	{ float:right; display: inline-block}
	
	.col {
		width: 50%;
		float: left;
	}
	
	.row {
		flex-direction: row;
	}

	.col.stream {
		width: 65%;
	}
	
	#stream-qa.expired .stream {
		margin: 0 auto;
		float: none;
	}
	
	.col.qa {
		width: 33.5%;
	}
	
}	