@media (max-width: 1366px) { 
	
	/* COMMON */
	/*section { min-height: calc(var(--windowHeight) - 100px); height: auto; }*/

	/* LOGIN */
	section#login { height: 100vh!important; }
	#login .container { max-width: 500px; }
	.card { /*background: url(../img/fondo_paneles.jpg) 0 0 no-repeat #583970; */background-size: 100%; padding: 10px; border: none; border-radius: 0px; margin-top: 5%!important; }
	.card-header { background-color: none!important; padding-top: 10px; padding-bottom: 0px; border: none; text-align: center; }
	.card a:link { font-size: 0.9em; color: white; text-decoration: none; transition: all 1s; }
	.card a:visited { color: white; }
	.card a:hover { color: #EEE; }

	/* LOBBY */
	.btnLobby.video { width: 7vw; height: auto; top: calc(0.5*52vw + 100px); left: 67vw; }

	/* AGENDA */
	.container.agenda { max-width: 1000px; }
	.unaAgenda .fechaAgenda { font-size: 2em; }
	.unaAgenda .fechaAgenda small { font-size: 0.4em; }
	.container.oradores { max-width: 1000px; }

	/* NETWORKING */
	.networking { background: url(../img/sanofi/03-networkinga.jpg) 50% 40% no-repeat #cbc4d4; background-size: cover; min-height: calc(var(--windowHeight) - 100px); height: auto; }

	.textoChatAuditorio { min-height: 150px; padding: 10px 15px 10px 0px; font-weight: 500;}
	.inputChatAuditorio textarea { border-radius: 0px!important; width: 100%; height: 100px!important; font-weight: 500; }
	#agenda-chat-container iframe { height: 300px; }
	
	/* AUDITORIO */
	.auditorio .container-fluid { padding-top: 2.5%; }
	.auditorio { background: url(../img/04-auditorio.jpg) 50% -35px no-repeat; background-size: 100%; }
	#agenda-chat-container iframe { /*height: 425px;*/ }
	#bio { height: 280px; overflow-y: auto; overflow-x: hidden; }

	/* ACCORDIONS */
	.panel-title > a, .panel-title > a:active { /*background-color: #93378C; */display: block; padding: 10px; color: white; font-size: 0.7em; font-weight: 500; text-decoration: none; }
	.panel-body { font-size: 0.8em; }


	/* PERFIL */
	.container.perfil { max-width: 1000px; }

}

@media (max-width: 1200px) {

	/* HEADER */
	header { height: 80px; font-size: 1.3em; font-weight: 500; text-align: center; }
	#menu { padding-top: 10px; cursor: pointer; }
	#menu img { width: 27px; margin-right: 10px; }
	.input-group { max-width: 85%; margin-left: auto; margin-right: auto; margin-top: 0px; }
	.input-group input { border-top-left-radius: 10px!important; border-bottom-left-radius: 10px!important; border-right: none; }
	.input-group-append button img { width: 22px; }
	.input-group-append button { background: none; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; border-top-right-radius: 10px!important; border-bottom-right-radius: 10px!important; }
	#userProfile { height: 50px; margin-top: 0px; font-size: 0.8em!important; cursor: pointer; }
	#userProfile img { height: 100%; margin-left: 10px; border-radius: 50%; border: 5px solid #93358D; }

	/* LOBBY */
	section.lobby.f3d {
		height: calc(0.5*100vw - 80px);
	}
	.btnLobby.btnAuditorio { width: 11vw; height: auto; top: calc(0.5*18vw + 80px); left: 67vw; }
	.btnLobby.btnActividades { width: 12vw; height: auto; top: calc(0.5*24vw + 80px); left: 43vw; }
	.btnLobby.btnExhibicion { width: 11vw; height: auto; top: calc(0.5*19vw + 80px); left: 17vw; }
	.btnLobby.btnNetworking { width: 13vw; height: auto; top: calc(0.5*61vw + 80px); left: 22vw; }
	.btnLobby.informacion { width: 12vw; height: auto; top: calc(0.5*70vw + 80px); left: 60vw; }
	.btnLobby.agenda { width: 9vw; height: auto; top: calc(0.5*40vw + 80px); left: 8vw; }
	.btnLobby.video { width: 7vw; height: auto; top: calc(0.5*52vw + 80px); left: 67vw; }

}

@media (min-width: 993px) {
	
	section {
	    min-height: calc(100vw*0.5 - 50px);
	    height: auto;
	}
	.panelDerecha { height: calc(100vh - 100px); }
	
	.registro-gracias {
		padding-top: 50px; 
		padding-bottom: 50px; 
		margin-top: 60px; 
		margin-bottom: 80px; 
	}

	.fotoPerfil {
	    position: relative;
	    overflow: hidden;
	    border-radius: 50%;
	    border: 5px solid #FCC10C;
	}
	.fotoPerfil img {
	  display: inline;
	  margin: 0 auto;
	  /*max-width: calc(160px - 10px);*/
	  width: 100%;
	  /*margin-left: -25%;*/
	  height: 100%;
	  width: auto;
	  border: 0;
	}
	
	#agenda-chat-container iframe { height: 31vw; }
	
	.listadoExpositores-container { margin-top: 15px; height: calc(100vh - 100px - 210px); overflow: auto; }
}

@media (max-width: 992px) {
	
	body { background-color: #aaa; }
	
	#menu {
	    padding-top: 0px;
	}
	
	.fotoPerfil {
	    width: 85px;
	    height: 85px;
	    position: relative;
	    overflow: hidden;
	    border-radius: 50%;
	    border: 5px solid #FCC10C;
	}
	.fotoPerfil img {
	  display: inline;
	  margin: 0 auto;
	  max-width: calc(85px - 10px);
	  /*margin-left: -25%;*/
	  height: 100%;
	  width: auto;
	  border: 0;
	}
	
	.stand-background { width: 100%; }
	.stand-detalle-container .stand-elementos { width: calc(100% - 30px);}
	.detalle-stand-sidebar { background-image: none; min-height: calc(var(--windowHeight) - 100px); height: auto; width: 100%; position: absolute; top: 49%; z-index: 3; left: 0; padding: 35px 25px; }
	#exhibicion .ex-pages {display: none;}
}



@media (max-width: 780px) { 
	.btnFlotante { display: none; }
	.panelDerecha:not(.detalle-stand-sidebar) { /*background: url(../img/fondo_paneles.jpg) 0 0 no-repeat #53316e;*/ background-size: 100%; min-height: calc(var(--windowHeight) - 100px); height: auto; width: 100%; position: absolute; z-index: 3; left: 0; padding: 35px 25px; }
	.listadoExpositores {border-left-width: 0 !important;}

	.brand img {
	    max-height: 55px;
	}

	/* NAV EVENTOS */
	.navEvento { height: 100%; padding-top: 20px; }
	.navEvento li { display: block!important; width: 100%!important; font-size: 1.7em; font-weight: 500; text-align: center; clear: both; height: 70px; margin-left: -20px; }
	.navEvento li img { width: 42px; margin-top: -3px; margin-right: 10px; }
	.navEvento li a:link { color: white; text-decoration: none; transition: all 1s; }
	.navEvento li a:visited { color: white; }
	.navEvento li a:hover { color: #CCC; }

	/*.listadoExpositores { display: none; }*/
	.stand { background: url(../img/sanofi/09-standa.jpg) 50% 0 no-repeat; background-size: cover; min-height: 250px; height: auto; padding-top: 2%; text-align: center; }
	.ex-paginator { display: none; }
	
	.unaAgenda .fechaAgenda { min-height: auto; }
	.unaAgenda .handlerAgenda { margin-top: 30px; }

	/* NETWORKING */
	.networking { background: none; }

	/* INFORMES */
	.informes { background: none; }

	/* AUDITORIO */
	.auditorio .bannerLateral {margin-top: 15px}
	.auditorio { background: none; }
	.auditorio .container-fluid { padding-top: 0px; }
	.auditorio .live { height: auto; /*height: 240px;*/ padding: 0!important; max-width: 100%; margin-top: 15px; }


	/* ACTIVIDADES */
	.actividades { background: none; }

	/* DATATABLES */
	.dataTable { background-color: #522D6D; padding: 0px; max-width: 100%;  margin: 0 auto; margin-top: -30px; }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
		
	section.lobby.f3d {
		/*margin-left: -15px !important;
		margin-right: -15px !important;*/
		padding-left: 0px !important;
		padding-right: 0px !important;
		overflow-x: hidden;
		height: calc(0.50*100vw - 20px);
		min-height: 0px !important;
	}
}

