@charset "UTF-8";
@import url("OpenSans_Regular/stylesheet.css");
@import url("OpenSans_Semibold/stylesheet.css");
@import url("OpenSans_Bold/stylesheet.css");
@import url("OpenSans_Light/stylesheet.css");
@import url("OpenSans_Italic/stylesheet.css");


* {margin:0;padding:0;}
html {margin:0;padding:0;width:100%;height:100%;}
body {margin:0;padding:0;width:100%;height:100%;}
@viewport {width: device-width;zoom: 1;}
@-ms-viewport {width: device-width;zoom: 1;}
@-o-viewport {width: device-width;zoom: 1;}
img,embed,object,video {max-width:100%;height:auto;}
.anchor {bottom:0;position: relative;}
strong {font-weight: normal; font-family:"OpenSans Bold";}
em {
	font-family:"OpenSans Italic";
	font-style:normal;
}


.inscricoes-encerradas {
	background-color:#C00;
	color:#FF9;
	font-family:"OpenSans Semibold";
	text-transform:uppercase;
	font-size:16px;
	padding:20px;
	margin:30px 0;
}

/*POST IT*/
/*POST IT*/
/*POST IT*/
/*POST IT*/
.postit {
	position:fixed;
	top:5%;
	right:5%;
	display:block;
	z-index:1000;
	text-decoration:none;
	-webkit-animation-name: opacidade;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-delay: 0;
	-webkit-animation-iteration-count:1;
	animation-name: opacidade;
	animation-timing-function:ease;
	animation-duration: 0.5s;
	animation-delay: 0;
	animation-iteration-count:1;
}
/*POST IT*/
/*POST IT*/
/*POST IT*/
/*POST IT*/


.bolsa-lista-dot {
	list-style:disc;
	list-style-position:outside;
	font-family:"OpenSans Regular";
	font-size:1em;
	line-height:1.6em;
}
.bolsa-lista-dot li {
	margin:15px 0;
}
.bolsa-lista-a {
	list-style: upper-latin;
	list-style-position:outside;
	font-family:"OpenSans Regular";
	font-size:1em;
	line-height:1.6em;
}
.bolsa-lista-a li {
	margin:15px 0;
	padding:0 0 0 5px;
}
.bolsa-lista-1 {
	list-style: decimal;
	list-style-position:outside;
	font-family:"OpenSans Regular";
	font-size:1em;
	line-height:1.6em;
}
.bolsa-lista-1 li {
	margin:15px 0;
	padding:0 0 0 5px;
}
.bolsa-tab {
	width:100%;
}
.bolsa-tab-centro {
	text-align:center;
}


.fundo-total {
	width:100%;
	height:100%;
	min-height:100%;
	position: fixed;
	top:0;
	left:0;
	background-image:url(../imagens/masp.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	-webkit-animation-name: opacidade;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-delay: 0;
	-webkit-animation-iteration-count:1;
	animation-name: opacidade;
	animation-timing-function:ease;
	animation-duration: 3s;
	animation-delay: 0;
	animation-iteration-count:1;
}
.gravura {
	display:block;
	position:fixed;
	bottom:5px;
	right:5px;
	font-family:"OpenSans Regular";
	font-size:0.6em;
	line-height:1.3em;
	color:#4C4847;
}
.central { /*AREA DO CONTEUDO*/
	position:relative;
	top:0;
	left:400px;
	width:50%;
	height:100%;
	padding:20px 0;
	background-color:rgba(255,255,255,0.9);
}
.central-mapa { /*AREA DO CONTEUDO*/
	position:relative;
	line-height:0;
	top:0;
	left:400px;
	width:50%;
	height:100%;
	padding:20px 0 0 0;
	background-color:rgba(76,72,71,0.9);
}
.central-info { /*AREA DO CONTEUDO*/
	position:relative;
	line-height:0;
	top:0;
	left:400px;
	width:50%;
	height:100%;
	padding:20px 0;
	background-color:rgba(173,40,50,0.9);
}
.central-patrocinadores {
	position:relative;
	top:0;
	left:400px;
	width:50%;
	height:100%;
	padding:20px 0;
	background-color: #FFF;
}
.lateral-right {
	width:20%;
	height:100%;
	background-color:#4C4847;
}

.marca-apoio {
	float:left;
	margin:50px 80px 0 0;
}


/*HEADER + MENU FECHADO*/
/*HEADER + MENU FECHADO*/
/*HEADER + MENU FECHADO*/
/*HEADER + MENU FECHADO*/
.menu-left { /*AREA DO MENU*/
	display:block;
	position: fixed;
	top:0;
	left:0;
	max-width:300px;
	min-width:200px;
	height:100%;
	background-color:rgba(202,61,66,0.8);
	overflow-y:auto;
}
.menu-aberto-scroll {
	position:absolute;
	height:90%;
	width:100%;
}
.marca-desktop {
	margin:10px;
}
.botao-menu {
	font-family:"OpenSans Regular";
	font-size:14px;
	line-height:1.1em;
	color:#4C4847;
	padding:0.3em 1.2em;
	margin:1.2px 0;
	border:0;
	background-color:#FFFDF0;
	text-align:left;
	cursor:pointer;
	border-right:5px solid #4C4847;
}
.botao-menu:hover {
	background-color:#FFFBD5;
	color:#000;
	padding:0.4em 1.5em;
	border-right:3px solid #4C4847;
}
.botao-menu2 {
	font-family:"OpenSans Bold";
	font-size:14px;
	line-height:1.1em;
	color:#FFF;
	padding:0.3em 1.2em;
	margin:1.2px 0;
	border:0;
	background-color:#f7931d;
	text-align:left;
	cursor:pointer;
	border-right:5px solid #4C4847;
}
.botao-menu2:hover {
	background-color:#fdb813;
	color:#FFF;
	padding:0.4em 1.5em;
	border-right:3px solid #4C4847;
}
.botao-menu3 {
	font-family:"OpenSans Bold";
	font-size:14px;
	line-height:1.1em;
	color: #FFF;
	padding:0.3em 1.2em;
	margin:1.2px 0;
	border:0;
	background-color: #00516C;
	text-align:left;
	cursor:pointer;
	border-right:5px solid #4C4847;
}
.botao-menu3:hover {
	background-color: #003346;
	color:#FFF;
	padding:0.4em 1.5em;
	border-right:3px solid #4C4847;
}
.data-local {
	font-family:"OpenSans Semibold";
	font-size:0.9em;
	line-height:1.3em;
	color:#FFF;
	padding:15px;
}
/*MENU FECHADO*/
.menu-fechado {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#CA3D42;
	height:80px;
	z-index:1000;
}
.esconde_mobile {
	display: none;
}
.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    overflow: auto;
	width:80%;
	right:0;
}
.dropbtn {
	position:fixed;
	height:60px;
	top:10px;
	right:10px;
    background-color: #CA3D42;
    color: #FFF;
    padding:0 20px;
    font-size: 0.8em;
    border: none;
    cursor: pointer;
	border:1px solid #FFF;
	border-radius:5px;
}
.dropbtn:hover, .dropbtn:focus {
    background-color: #404041;
}
.menu3 a {
	background-color:#AD2832;
	width:90%;
	padding:0.6em 1em;
	font-size:0.8em;
	line-height:1.2em;
	list-style:none;
	float:right;
	color: #FFF;
	text-decoration: none;
	font-family: "OpenSans Bold";
	border-bottom:1px solid #FFF;
}
.menu3 a:hover, .menu3 a:focus, .menu3 a:active {
	background-color:#CA3D42;
	color:#FFF;
}
.show {
	display:block;
}
a.menu-fechado-premios {background-color:#f7931d;}
a.menu-fechado-premios:hover {background-color:#fdb813;}
/*MENU FECHADO*/
/*MENU FECHADO*/

/*HEADER + MENU FECHADO*/
/*HEADER + MENU FECHADO*/
/*HEADER + MENU FECHADO*/
/*HEADER + MENU FECHADO*/


/*PADRÃO CROMÁTICO*/
/*PADRÃO CROMÁTICO*/
.cor-background-branco {background-color:#FFF;}
.cor-background-vermelho-claro {background-color:#CA3D42;}
.cor-background-vermelho-escuro {background-color:#AD2832;}
.cor-background-laranja {background-color:#F7931D;}
.cor-background-amarelo-claro {background-color:#FFFDF0;}
.cor-background-amarelo {background-color:#FFFBD5;}
.cor-background-cinza-escuro {background-color:#4C4847;}
.cor-background-cinza-medio {background-color:#6D6E70;}
.cor-background-cinza-claro {background-color:#BBBDC0;}

.cor-texto-branco {color:#FFF;}
.cor-texto-vermelho-claro {color:#CA3D42;}
.cor-texto-vermelho-escuro {color:#AD2832;}
.cor-texto-laranja {color:#F7931D;}
.cor-texto-amarelo {color:#FFFBD5;}
.cor-texto-cinza-escuro {color:#4C4847;}
.cor-texto-cinza-medio {color:#6D6E70;}
.cor-texto-cinza-claro {color:#BBBDC0;}
/*PADRÃO CROMÁTICO*/
/*PADRÃO CROMÁTICO*/

/*PADRÃO TABELA PROGRAMA*/
/*PADRÃO TABELA PROGRAMA*/
.prog-data {
	font-size:20px;
	text-align:center;
	font-family:"OpenSans Bold";
	background-color:#AD2832;
	color:#FFFBD5;
}
.prog-horario {
	font-family:"OpenSans Regular";
	vertical-align:text-top;
}
.prog-destaque {
	font-family:"OpenSans Bold";
	text-transform:uppercase;
}
.prog-destaque-abaixo {
	font-family:"OpenSans Regular";
}
.prog-destaque2 {
	font-family:"OpenSans Regular";
}
.caixa-alta {
	text-transform:uppercase;
	font-family:"OpenSans Semibold";
}
.prog-destaque2 ul {
	list-style: disc;
	font-size:13px;
	line-height:16px;
	padding:5px 0;
}
.prog-palestrante {
	font-family:"OpenSans Regular";
	text-transform:none;
}
.table-responsive {
	display:block;
	position:relative;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
}
/*PADRÃO TABELA PROGRAMA*/
/*PADRÃO TABELA PROGRAMA*/





/*PADRÃO TEXTO*/
/*PADRÃO TEXTO*/
h1 {
	font-family:"OpenSans Light";
	font-size:1.6em;
	line-height:1.3em;
	text-transform:uppercase;
}
h2 {
	font-family:"OpenSans Bold";
	font-size:1.3em;
	line-height:1.4em;
}
h3 {
	font-family:"OpenSans Semibold";
	font-size:1em;
	line-height:1.5em;
	text-transform:uppercase;
	margin-bottom:1em;
}
p {
	font-family:"OpenSans Regular";
	font-size:1em;
	line-height:1.6em;
}
ol {
	list-style-type:decimal;
	list-style-position:outside;
	margin:0 0 0 2em;
}
ul {
	list-style-type: disc;
	list-style-position:outside;
	margin:0 0 0 2em;
}

li.lista {
	font-family:"OpenSans Regular";
	font-size:1em;
	line-height:1.6em;
	margin:0.5em 0;
}
/*PADRÃO TEXTO*/
/*PADRÃO TEXTO*/


table, th, td {
    border-collapse: collapse;
	padding:0.5em;
	font-family:"OpenSans Regular";
	font-size:1em;
	line-height:1.3em;
}
th, td {
	border-bottom: 1px solid #AD2832;
    border-collapse: collapse;
}
.alinhamento-centro {
	text-align:center;
}
.alinhamento-left {
	text-align:left;
}
.pet-horario {
	font-family:"OpenSans Regular";
}
.pet-destaque {
	font-family:"OpenSans Bold";
	text-transform:uppercase;
}
.pet-1 {
	font-family:"OpenSans Semibold";
	text-transform:uppercase;
}
.pet-2 {
	font-family:"OpenSans Regular";
}
.pet-3 {
	font-family:"OpenSans Semibold";
}




.box-100 {width:100%;line-height:0;}
.box-1024 {max-width:1020px;margin:auto;padding:15px 0;line-height:0;}

.box-duplo-border {float:left;width:45.5%;margin:0 2%;border:1px solid #6D6E70;}
.box-duplo {float:left;width:46%;margin:0 2%;}

.box-triplo {float:left;width:29%;margin:0 2%;}

.box-quadruplo {
	float:left;
	max-width:19%;
	margin:0 3%;
}

.espaco-divisorio-50 {width:100%;height:250px;}
.espaco-divisorio-1200 {width:100%;height:1200px;}
.espaco-divisorio-texto {width:100%;height:50px;}

.box-texto {width:90%;margin:5%;}

.linha-cinza-box {
	border:2px solid #6D6E70;
}

.palestrantes {
	float:left;
	width:46%;
	margin:30px 2%;
}

.cursos1 {
	font-family:"OpenSans Regular";
	font-size:15px;
	line-height:22px;
	float:left;
	width:29%;
	padding:0 3% 3% 1%;
	border-right:1px solid #AD2832;
	border-left:1px solid #AD2832;
}
.cursos2 {
	font-family:"OpenSans Regular";
	font-size:15px;
	line-height:22px;
	float:left;
	width:29%;
	padding:0 3% 3% 1%;
}
.cursos3 {
	font-family:"OpenSans Regular";
	font-size:15px;
	line-height:22px;
	float:left;
	width:29%;
	padding:0 3% 3% 1%;
	border-right:1px solid #AD2832;
	border-left:1px solid #AD2832;
}
.alinhamento-programa {
	text-align:left;
	width:20%;
}
.alinhamento-programa2 {
	text-align:left;
	width:40%;
}
.alinhamento-programa3 {
	text-align:left;
	width:80%;
}
.central-programa { /*AREA DO CONTEUDO*/
	position:relative;
	top:0;
	left:300px;
	width:65%;
	height:100%;
	padding:20px 0;
	background-color:rgba(255,255,255,0.9);
}
.programa-externo {
	width:100%;
	height:550px;
	line-height:0;
	padding:0;
	border:none;
}
.veja-cursos {
	font-family:"OpenSans Regular";
	font-size:16px;
	line-height:22px;
	background-color:#AD2832;
	text-decoration:none;
	padding:5px;
	color:#FFF;
}
.veja-cursos:hover {
	background-color:#CA3D42;
}


@-webkit-keyframess opacidade {
	from {-webkit-opacity:0;} 
	to {-webkit-opacity:1;}
	}
@keyframes opacidade {
	0% {opacity:0;} 
	100% {opacity:1;}
	}





@media screen and (max-width: 60em) {
.cursos1, .cursos2, .cursos3 {
	font-size:12px;
	line-height:16px;
	float:left;
	width:90%;
	padding:7% 3% 3% 0;
	border:0;
}
.veja-cursos {
	font-size:13px;
	line-height:22px;
}
}



/*começo
BREAKPOINT DAS TELAS
telas menores que 800px*/
@media screen and (max-width: 50em) {
.anchor {bottom:100px;}
.gravura {display:none;}
.menu-fechado {display:block;}
.menu-left {display:none;}
.espaco-divisorio-50 {height:0;}
.central {left:5%;width:90%;border-top:2px solid #AD2832;}
.central-patrocinadores {left:5%;width:90%;border-top:2px solid #AD2832;}
.central-programa {left:5%;width:90%;border-top:2px solid #AD2832;}
.central-mapa {left:5%;width:90%;}
.central-info {left:5%;width:90%;}
.espaco-divisorio-1200 {height:100px;}
/*PADRÃO TEXTO*/
/*PADRÃO TEXTO*/
h1 {font-size:1.2em;}
h2 {font-size:1em;}
h3 {font-size:0.8em;}
p {font-size:0.8em;}
li.lista {font-size:0.8em;}
table, th, td {font-size:0.8em;}
.prog-data {
	font-size:15px;
}
.prog-destaque2 ul {
	font-size:10px;
	line-height:14px;
	padding:5px 0;
}
/*PADRÃO TEXTO*/
/*PADRÃO TEXTO*/
.palestrantes {
	float:left;
	width:96%;
	margin:30px 2%;
}
.programa-externo {
	height:350px;
}
.postit {
	position:fixed;
	top:50px;
	right:0;
	display:block;
	z-index:1000;
	text-decoration:none;
	-webkit-animation-name: opacidade;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function:ease;
	-webkit-animation-delay: 0;
	-webkit-animation-iteration-count:1;
	animation-name: opacidade;
	animation-timing-function:ease;
	animation-duration: 0.5s;
	animation-delay: 0;
	animation-iteration-count:1;
}
}
/*começo
BREAKPOINT DAS TELAS
telas menores que 512px*/
