@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	width:100%;
	height:100%;
}
.bg_01 {
    background: url(../img/banner.jpg) no-repeat top center  ;
    webkit-background-size: cover;
    moz-background-size: cover;
    o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner.jpg',     sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner.jpg', sizingMethod='scale');
	min-height:550px;
    height:auto !important;
	width:100%;
	color:#FFFFFF;
}
body,td,th {
	font-family: Oswald, sans-serif;
}

#info_banner {
	float:left;
	width:53%;
	padding:10px;
}
#space_banner {
	height:50px;
}
.titulo {
	font-size:76px;
	letter-spacing:-3px;
	font-weight:600;
}

.fonte_36 {
	font-size:36px;
	text-transform:uppercase;
	line-height:38px;
	margin-bottom:44px;
}
.rosa {
	color:#ff003c;
}
.online {
	font-size:24px;
	border-bottom:2px solid #FFFFFF;
	text-transform:uppercase;
	font-weight:100;
	float:left;
}

.btn_rosa {
	background-color:#ff003c;
	color:#FFFFFF;
	padding:15px 25px 15px 25px;
	border:none;
	font-size:26px;
	font-family: 'Oswald', sans-serif;
	cursor:pointer;
}
.btn_rosa:hover {
	background-color:#FF0057;
}


#tema {
	background-color:#ffffff;
	color:#081044;
	text-align:center;
	padding:30px;
	font-weight:100;
	font-size:24px;
	text-transform:uppercase;
}
.palestra {
	font-size:26px;
	font-weight:600;
	line-height:32px;
	margin-bottom:10px;
	border-top:3px solid #FF003F;
	padding-top:5px;
}
.palestrante {
	font-size:21px;
	font-weight:500;
}

#rodape {
	background-color:#3F474E;
	color: #D1D1D1;
}

.realizacao {
	float:left;
	font-weight:100;
	font-size:14px;
	margin-right:10px;
	margin-bottom:20px;
}

#bg_modal {
	background-color:rgba(0,0,0,0.50);
	position:fixed;
	width:100%;
	height:100%;
	z-index:2;
	display:none;
}
#modal {
	position: absolute;
	top:20%;
	left:50%;
	margin-left:-250px;
	width:500px;
	height:300px;
	background-color: #D9E6EB;
	border:1px solid rgba(193,193,193,1.00);
	border-radius: 5px;
	padding:20px;
	z-index:3;
}
.campo1 {
	width:400px;
	padding:10px;
}

#fechar {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	position:absolute;
	top:5px;
	right:5px;
	font-weight:bold;
	cursor:pointer;
}
#fechar:hover {
	color:#8F0000;
}

.tab_palestrantes {
	float:left; 
	width:50%;
}
#video_banner {
	float:right;
	padding:10px 40px 10px 10px;
}
.video {
	width:500px;
	height:280px;
	background:none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.img_palestrante {
	width:180px;
}


/* for 1300px or less */
@media screen and (max-width: 1300px) {
	#info_banner {
		float:left;
		width:48%;
	}
	.titulo {
		font-size:60px;
	}
	.fonte_36 {
		font-size:28px;
	}
}





/* for 700px or less */
@media screen and (max-width: 700px) {
	
	.tab_palestrantes {
		float: inherit;
		width:100%;
	}
	#video_banner {
		float: inherit;
		padding:0px;
		width:100%;
	}
	#info_banner {
		float:inherit;
		width:98%;
		padding:0px;
	}
	
	.video {
		width:98%;
		height:220px;
	}
	
	.img_palestrante {
		width:110px;
	}
	.palestra {
		font-size:24px;
		line-height:26px;
	}

}