﻿/***************************/
@font-face {
    font-family: 'gotham_htfbook_condensed';
    src: url('../fonts/gothamhtf-bookcondensed-webfont.eot');
    src: url('../fonts/gothamhtf-bookcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamhtf-bookcondensed-webfont.woff') format('woff'),
         url('../fonts/gothamhtf-bookcondensed-webfont.ttf') format('truetype'),
         url('../fonts/gothamhtf-bookcondensed-webfont.svg#gotham_htfbook_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_htfmedium_condensed';
    src: url('../fonts/gothamhtf-mediumcondensed-webfont.eot');
    src: url('../fonts/gothamhtf-mediumcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamhtf-mediumcondensed-webfont.woff') format('woff'),
         url('../fonts/gothamhtf-mediumcondensed-webfont.ttf') format('truetype'),
         url('../fonts/gothamhtf-mediumcondensed-webfont.svg#gotham_htfmedium_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_htflight';
    src: url('../fonts/gothamhtf-light-webfont.eot');
    src: url('../fonts/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamhtf-light-webfont.woff') format('woff'),
         url('../fonts/gothamhtf-light-webfont.ttf') format('truetype'),
         url('../fonts/gothamhtf-light-webfont.svg#gotham_htflight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_htfbook';
    src: url('../fonts/gothamhtf-book-webfont.eot');
    src: url('../fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamhtf-book-webfont.woff') format('woff'),
         url('../fonts/gothamhtf-book-webfont.ttf') format('truetype'),
         url('../fonts/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*****************************/
section {
    font-family: 'gotham_htfbook';
	padding:40px 0;
	font-size:17px;
	line-height:24px;
}

#Conteudo #contentRow {
	max-width: 100%;
}
div#DeltaPlaceHolderMain{
	padding:0
}
section h2 {
	font-family:'gotham_htfmedium_condensed';
	color: #1157A7;
	font-size:40px;
	text-align:center;
	font-weight:300;
	padding-bottom:20px;
	line-height:normal;
}
#banner {
	padding-top:0;
}
#banner img {
	width:100%;
}
#sobre {
	padding-top:10px;
}
#programacao, #inscricao, #patrocinadores{
	background-color:#EEE !important;	
}
section li {
	padding:5px 0;
}
#programacao{
	text-align:center;
}
#programacao li {
	text-align:left;
	color: #1157A7;
}
#programacao li span{
	color:#444;
}
#s4-bodyContainer {
	padding-bottom:0;
}
.btn{
	color: #FFF;
    text-align: center;
    width: 21em;
    font-size:1.1em;
    font-weight:bold;
    padding: 15px 0;
    display: block;
    margin: auto;
    border-radius: 3px;
	background-color: #1157A7;
}
.btn:hover{
    color: #BA6436;
}
.btn:visited{
    color: #d18860;
}
#rodape, .direitos {
	display:none;
}
@media only screen and (max-width: 700px) {
	.col-xs-4 {
	width:100%;
	float:none;
	padding:15px 0;
	}

}
/*PALESTRANTES*/
.grupoEquipe {
	margin-top: 20px;
}
.equipe {
	text-align:center;
}
.Profissional {
	margin:20px 30px 0px 30px !important;
	height:250px !important;
	display: inline-block;
    overflow: hidden;
}
.Profissional .Image {
	/*background-image:url(/portalassets/images/img-equipe-noimage.png) !important;
	background-position:top center;*/
	height:170px;
	width:170px;
	margin-bottom:10px;
}
.Profissional .Image img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.Profissional .Image img:hover{
	transform: scale(1.1, 1.1);
}

.Profissional .Name {
	font-weight:bold;
	width:170px;
}
.Profissional .Name a{
	color:#444;
}
/*LOCAL*/
#mapa {
	padding-bottom:0;
	line-height:0;
}
#patrocinadores div {
	text-align:center;
}
#patrocinadores ul{
	padding:0;
	
}
#patrocinadores li{
list-style:none;
display:inline-block;
margin:0 20px;
}