html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body {
    font-family: Arial, helvetica, sans-serif;
}

body.home {
    background-color: #021305;
}

a {
    text-decoration: none;
    outline: none;
}

h1, h2, h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 2px #000000;
}

#rodape h1, #rodape h2, #rodape h3 {
    text-shadow: 0px 0px #ffffff;
}

em {
    font-family: Times New Roman, serif;
    font-size: 18px;
}

#faixa, #data {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
}

#data {
    padding: 50px;
}

#faixa {
    background-color: #c89619;
    background-color: rgba(119,76,0,0.6);
}

img.sombra {
    width: 100px;
    position: fixed;
    z-index: -1;
}

img.sombra-topo {
    top: 0;
    left: 0;
}

img.sombra-fundo {
    bottom: 0;
    right: 0;
}

#data img {
    display: block;
    max-width: 80%;
    margin: auto;
}

#menu-outer {
    height: 35px;
    padding-bottom: 100px;
}

#menu {
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

#menu ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

#menu ul li {
    display: block;
    float: left;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

#menu a {
    color: #fff;
    display: block;
    line-height: 35px;
    text-decoration: none;
    font-weight: normal;
    transition: all 0.5s;
    background-color: #000;
    margin: 2px;
}

#menu a:hover {
    background-color: #c89619;
    color: #000;
}

.seccao {
    clear: both;
    margin: 100px 0 100px 0;
    overflow: hidden;
}

.texto {
    width: 80%;
    background-color: #021305;
    background-color: rgba(2,19,6,0.7);
    color: #fff;
    margin: auto;
    line-height: 150%;
}

.texto:hover {
    background-color: #021305;
    background-color: rgba(2,19,6,0.9);
}

.textoInner {
    padding: 30px;
}

.inscricao {
    width: 50%;
    margin: auto;
}

.inscricao p {
    text-align: center;
    color: #fff;
}

a.botao {
    display: block;
    padding: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
    background-color: #79ba1a;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    transition: all 0.5s;
}

a.botao:hover, a.botao:active {
    color: #79ba1a;
    background-color: #fff;
}


table.programa {
    width: 80%;
    margin: auto;
    border-spacing: 5px;
    border-collapse: separate;
}

table.programa td {
    padding: 10px;
    transition: background-color 0.2s;
    background-color: #021305;
    background-color: rgba(2,19,6,0.7);
    color: #fff;
    vertical-align: top;
}

table.programa tr:hover td {
    background-color: #021305;
    background-color: rgba(2,19,6,0.9);
}

table.programa td.hora p {
    font-weight: bold;
    font-size: 20px;
    color: #c89619;
    margin-bottom: 0;
}

.programa h3 {
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
}

.programa h2 {
    color: #c89619;
}

.programa ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.programa ul li {
    margin-bottom: 10px;
}

table.programa td p {
    margin: 0 0 10px 0;
}

#oradores {
    width: 80%;
    margin: auto;
}

div.orador {
    width: 100%;
    float: left;
    color: #fff;
    /*transition: top 0.2s;*/
    position: relative;
    top: 0;
}

.orador h2 {
	transition: color 0.2s;
}

.oradorInner {
    padding: 20px;
}

div.orador:hover {
    /*top: -10px;*/
}

.orador h2 {
    display: block;
    height: 50px;
    line-height: 25px;
    font-size: 20px;
}

.orador:hover h2 {
    color: #c8961f;
}

.foto {
    display: none;
}

.orador .foto img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
}

.infoOrador {
    width: 200px;
    text-align: center;
}

.infoOrador .mais {font-style: oblique;}

.fotoccv img {
    max-width: 100%;
    display: block;
}

.mapa, .fotoccv {
    margin: 30px;
    border: 1px solid #fff;
}

.mapa iframe {
    display: block;
    width: 100%;
    height: 500px;
}

.url {
    text-align: center;
}

.url a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#rodape {
    background-color: #fff;
    overflow: hidden;
    margin-top: 100px;
}

#rodapeInner {
    margin: 30px;
}

#rodape h3 {
    position: relative;
    color: #c89619;
    top: 30px;
}

#rodape img {
    border: 0 none;
}

.logo img {
    display: block;
    max-width: 100%;
}

#organizacao .logo {
    width: 33.333%;
}

#organizacao .logos {
    width: 80%;
    margin: auto;
}

.logo {
    float: left;
}

#apoios .logo{
    width: 20%;
}

#mediaPartners .logos {
    width: 50%;
    margin: auto;
}

#mediaPartners .logo {
    width: 25%;
}

.bioOrador {
    padding: 20px;
}

.bioOrador p {
    line-height: 130%;
}

.bioOrador .foto {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
    border: 5px solid #c89619;
    border-radius: 50%;
    overflow: hidden;
}

.bioOrador .foto img {
    display: block;
    width: 100%;
}

.bioOrador h2 {
    font-weight: bold;
    color: #c89619;
    text-shadow: none;
    text-align: left;
}

.bioOrador h3 {
    font-weight: bold;
    text-shadow: none;
    text-align: left;
    text-transform: none;
    color: #333333;
}

.canto {
    display: none;
}

.canto img{
    display: block;
    max-width: 100%;
    border: 0 none;
}

a.pdf {
    line-height: 16px;
    padding-left: 25px;
    background: url(../img/pdficon_small.png) top left no-repeat;
    color: #0282ab;
}


@media (min-width: 768px) and (max-width: 1023px) {
    
    div.orador {
        width: 50%;
    }
    
}

@media (min-width: 1024px) {
    
    div.orador {
        width: 25%;
    }
    
    
    #menu ul li {
        width: 33.33333%;
        
    }
    
    #faixa, #data {
        width: 50%;
        max-width: 500px;
    }
    
    .fotoccv, .mapa {
        width: 50%;
        margin: auto;
    }
    
    #menu {
        margin-bottom: 0;
    }
    
    img.sombra {
        width: 300px;
    }
    
    .bioOrador .foto {
        margin: 0 20px 20px 20px;
        float: left;
    }
    
    .canto {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 150px;
        height: 150px;
    }
    
}
