﻿*{margin:0;padding:0;outline:0;font-size:20px;font-weight:400;font-style:normal;border:0;text-decoration:none;list-style-type:none;font-family: Arial, helvetica, sans-serif;}
div#background {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
div#background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.conteudo {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}
div#titulo {
    text-align: left;
    padding: 45px 0 15px;
    font-size: 40px;
    font-family: Jost;
    position: relative;
}

div#topo img{
    /*margin: 12px 10px -110px 300px; */
}

.conteudo table {
    border-collapse: collapse;
    width: 100%;
}

table.homepage tr:nth-child(even) {
    background: #ffffff;
}

table.homepage tr td {
    padding: 3px 7px;
    border: 1px solid #c3c3c3;
    text-align: center;
}
table tr th{
    padding: 3px 7px;
	text-align:center
}
th p {
    font-weight: bold;
    font-size: 28px;
}
.espaco {
    margin: 0px 0;
}
img.botao {
    display: block;
    margin: 0 auto;
    padding: 15px 0 15px;
}
hr {
    height: 2px;
    background: black;
}
p.organizador {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 45px;
}
img.logo {
    width: 350px;
    margin: 0 auto;
    
}
.bg {
    position: relative;
    overflow: hidden;
}
b {
    font-weight: bold;
}
div#container {
    background: #ffffff;
}
form.inscricao {
    width: 515px;
    margin: 0 auto;
}
form tr td{
	padding:4px 0
}
form tr td input{
	border:1px solid #dcdcdc;
	padding:2px;
}
form tr td label{
	    padding-right: 15px;
		text-align: right;
		display: block;
		font-weight: bold;
}
input[type="submit"] {
    background: transparent;
    border: 2px solid #c7a328;
    padding: 5px 12px;
    border-radius: 50px;
    color: #c7a328;
}
.conteudo.inscricao .organizador {
    margin-top: 0;
}
.pagina_inscricao #background img {
    position: fixed;
    top: 0;
    left: 0;
}
p.header_inscricao {
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 5px;
    font-size: 18px;
}
p.alert {
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
    color: green;
    font-weight: bold;
}
p.alert.erro{
	color:red;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Medium.eot');
    src: url('fonts/Jost-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Jost-Medium.woff2') format('woff2'),
        url('fonts/Jost-Medium.woff') format('woff'),
        url('fonts/Jost-Medium.ttf') format('truetype'),
        url('fonts/Jost-Medium.svg#Jost-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

a.voltar_botao {
    position: fixed;
    top: 45px;
    left: 45px;
    font-weight: bold;
    color: black;
    z-index: 99;
}

@media(max-width: 980px){
	.conteudo {
		width: 100%;
	}
	
	div#titulo {
		font-size: 28px;
	}
	
	th p {
		font-size: 18px;
	}
	img.img_palestrante {
		width: 60px;
	}
	.conteudo .inscricao  table {
		border-collapse: collapse;
		width: 90% !important;
		margin:0 auto
	}
	form.inscricao {
		width: 100%;
	}
	.conteudo .inscricao  table tr td {
		display: block;
		width: 100%;
		text-align: center !important;
	}
	
	.conteudo .inscricao table tr td label {
		width: 100%;
		text-align: center;
		margin-top:10px
	}
	a.voltar_botao {
		position: absolute;
		top: 15px;
		left: 15px;
	} 
	form.inscricao tr td input {
		border: 1px solid #dcdcdc;
		padding:6px 0;
		border-radius:3px
	}
	p.header_inscricao {
		line-height:35px;
		font-size: 11px;
	}
	input[type="submit"]{
		padding:8px 17px !important		
	}
    div#topo img{
        margin: 20px 0px 0px 100px;
    }
    p.inscricao_bto a, p.inscricao_bto input {
        width: 32% !important
    }
}

div#titulo a {
    position: absolute;
    right: 0;
    bottom: 40%;
    transform: translate(0% , 50%);
    background: #00315b;
    width: 90px;
    height: 60px;
    padding-top: 15px;
    font-size: 13px;
    line-height: 26px;
    color: white;
}

sup {
    font-size: 43px;
}

p.inscricao_bto a, p.inscricao_bto input {
    display: inline-block !important;
    padding: 10px 30px !important;
    background: #00315b !important;
    color: white !important;
    margin-bottom: 35px !important;
    border: none !important;
    font-size: 20px !important;
    border-radius: 6px !important;
    text-transform: uppercase;
}

p.inscricao_bto a, p.inscricao_bto input {
    width: 20%;
    padding: 10px 0;
    margin: 0 25px 15px;
}

