
<!DOCTYPE html>
<html lang="ca">
	<head>
		<meta charset="UTF-8">
		<title>Meet - Soc Formació</title>
		<meta name="description" content="Porta de comunicació de Soc Formació">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link rel="shortcut icon" type="image/png" href="/favicon.ico"/>
		<!-- CSS -->
		<style>
			body {
				margin: 0;            /* Reset default margin */
				font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
				background-color:#c0d9ff;				
			}
			header {
				#background-color:rgb(71, 71, 71);
			}
			.logo {
				margin: 10px;
			}
			.bodycenter {
				height:445px;
				background-color:rgb(149, 149, 149);
				padding:20px;
				border-top: solid #FFB93F 2px;
				border-bottom: solid #FFB93F 2px;
			}
			footer {
				margin: 0 auto;
				text-align:center;
			}
			
			h1 {
				margin: 0 20px;
				color:#a3a3a3;
				font-family:"Comic Sans MS", cursive, sans-serif;
				font-size:20px;
			}			
			
			iframe {
				display: block;       /* iframes are inline by default */
				background: #000;
				border: none;         /* Reset default border */
				height: 100vh;        /* Viewport-relative units */
				width: 100vw;
			}
			
			img.owner{}
			img.logo_client{
				height:10%;
				max-height:65px;
				min-height:30px;
				margin: 5px 20px;
				position:absolute;
				left: 0;
				top: 100px;
			}
			img.logos {
				height:50px;
				margin:5px 20px;
			}
			
			.alert {			
				position: relative;
				padding: .75rem 1.25rem;
				margin-bottom: 1rem;
				border: 1px solid transparent;
					border-top-color: transparent;
					border-right-color: transparent;
					border-bottom-color: transparent;
					border-left-color: transparent;
				border-radius: .25rem;
			}
			.alert-danger {
				color: #721c24;
				background-color: #f8d7da;
				border-color: #f5c6cb;
			}			
		</style>
	</head>
	<body>	
		<!-- HEADER -->
		<header>
			<div class="logo">
			<a href="https://www.socformacio.cat/"><img class="owner" src="/images/logos/header-logo-socformacio.png" alt="Soc Formació - Inici" /></a>
			</div>
		</header>
		<!-- SECTION -->
		<section>
			<div class="bodycenter">
				<div style="background:white;padding:10px;border-radius:20px;">
						<p class="alert alert-danger">Cal que utilitzeu l'enllaç facilitat per l'acció formativa.</p>
				</div>
			</div>
		</section>
		<!-- FOOTER -->
		<footer><span style="float:right;font-size:85%;margin:0 10px;">13/04/2022 00:44:24</span>
			<p>Soc Formació - Copyright © 2022</p>
		</footer>
		<!-- SCRIPTS -->
		
	</body>
</html>