html {
    overflow-x: hidden;
}

body {
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Play', sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 25px;
    line-height: 1.4em;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 19px;
}

.tc {
    text-align: center;
}

a {
    text-decoration: none;
    color: #15408E;
}

a:hover {
    color: navy;
}

h1 a, div#submissao-tabs a {
    color: #15408E;
}

header {
    position: relative;
    width: 100%;
    overflow: visible;
    display: block;
    margin: 0;
    padding: 0;
    /*background: rgb(252, 255, 252);*/
    height: auto;
}

header::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

header section#header-topo {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

header section#header-topo::after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility: hidden;
}

header section#header-topo div#header-topo-logo {
    display: block;
    float: left;
    max-width: 203px;
}

header section#header-topo nav {
    display: block;
    height: auto;
    width: 100%;
}

header section#header-topo nav label, header section#header-topo nav #hamburger {
  display: none;
}

header {
    overflow: hidden;
    position: relative;
}

header section#header-topo {
    display: block;
    z-index: 9;
    max-width: 1150px;
    margin: 0 auto;
    padding: 5px 0;
}

header section#header-topo::after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility: hidden;
}

header section#header-topo nav ul li {
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}
header section#header-topo nav ul li a {
/* padding: 20px 30px;*/
}

header section#header-topo nav ul {
    list-style-type: none;
    display: block;
}

header section#header-topo nav ul li {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px;
  line-height: 80px;
  height: 80px;
  background: transparent;
}

header section#header-topo nav ul li.social-atalho {
    padding: 0;
    padding-left: 5px;
}

header section#header-topo nav ul li:hover ul {
    display: block;
    opacity: 1;
}

header section#header-topo nav ul li a {
  display: block;
  height: auto;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.9);
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}

header section#header-topo nav ul li a:hover {
  color: #000055;
}

header section#header-topo nav ul li ul {
  position: absolute;
  display: none;
  background: rgba(230, 240, 235, .95);
  margin: 0;
  margin-left: -10px;
  margin-top: 0;
  padding: 0;
  border-radius: 5px;
  z-index: 99999;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

header section#header-topo nav ul li ul li {
  float: none;
  padding: 0 15px;
  display: block;
  margin: 0;
}

header section#header-topo nav ul li ul li a {
    height: auto;
}

div.flexslider {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0;
    margin-left: -4px;
    margin-top: -5px;
    background: rgb(240, 250, 245);
    border-top: 1px solid rgb(240, 250, 245);
}

.flexslider .slides {
  height: 100%;
  background: #FBFDFF;
}

.flexslider .slides ul {
    margin: 0;
    padding: 0;
}

.flexslider .slides li {
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.flexslider .slides li .bgimg::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.1;
  z-index: -1;
}

.flexslider .slides li div.bgimg a {
    color: white;
    text-decoration: none;
    display: block;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    z-index: 4;
}

.flexslider .slides li div.bgimg {
  background-position: center;
  height: 100%;
  width: 100%;
  transition: transform 5s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.flexslider .slides li.flex-active-slide .bgimg {
  transform: scale(1.1);
}

main {
    position: relative;
    margin-top: -5px;
}

main section.home-chamada {
    display: block;
    width: 100%;
    margin: 0;
}

section#corpo .ql-video {
    display: block;
    margin: 0 auto;
    width: 95%;
    min-height: 540px;
    max-height: 100%;
}

/* Inscrições */
main section#homeChamada0:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

main section#homeChamada0 div ul {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(34, 68, 135, 0.7);
    text-align: center;
}

main section#homeChamada0 div ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

main section#homeChamada0 div ul li {
    margin: 0 10px;
    padding: 0;
    padding-bottom: 25px;
    width: 280px;
    display: inline-block;
    text-align: center;
}

main section#homeChamada0 div ul li * {
    text-align: center;
}

main section#homeChamada0 div ul li img {
    max-width: 128px;
    width: 100%;
    display: block;
    margin: 15px auto;
}

main section#homeChamada0 div h3 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 1%;
}

main section#homeChamada0 div p  {
    padding: 0 0.5%;
    font-size: 0.9em;
}

main section#homeChamada0 div p span {
    display: block;
    margin-bottom: 10px;
    color: gray;
}

main section#homeChamada0 div ul li p ins {
    font-size: 0.8em;
    font-weight: normal;
    display: block;
}

main section#homeChamada0 div ul li p.preco-atual span {
    font-size: 1.5em;
    font-weight: bold;
    color: #050B2B;
}

main section#homeChamada0 div ul li p.preco-fp span {
    font-size: 1.1em;
    font-weight: normal;
    color: #999;
}

main section#homeChamada0 div ul li.indisponivel * {
    text-decoration: none; !important
}

main section#homeChamada0 div ul li.indisponivel p span {
    color: #aaa;
}

main section#homeChamada0 div ul li p span:nth-child(1) small {
    /*text-decoration: line-through; */
    font-weight: normal;
    color: #aaa;
}

main section#homeChamada0 div ul li div {
    display: block;
    padding-top: 15px;
}

main section#homeChamada0 div ul li a, a.inscricao-atalho {
    background: navy;
    color: white;
    border-radius: 5px;
    padding: 15px 20px;
}

main section#home-chamada1 {
    position: relative;
    background: #FDFDFD;
    min-height: 150px;
}

main section#home-chamada1 div {
    display: inline-block;
    width: 25%;
    padding: 50px 0;
    height: 100%;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(10,10,10,0.85);
    color: white;
}

main section#home-chamada1 div strong {
    font-size: 40px;
}

main section#home-chamada1 div:nth-child(1) {
    background: #EF811B;
}

main section#home-chamada1 div:nth-child(2) {
    background: #158E40;
}

main section#home-chamada1 div:nth-child(3) {
    background: #13878B;
}

main section#home-chamada1 div:nth-child(4) {
    background: #1A5194;
}

main section#home-chamada2 {
    background: #FDFDFD;
    min-height: 250px;
}

main section#home-chamada4 {
    position: relative;
    background-image: url(/coner2020/static/image/img-chamada-smartgrid.jpg);
    background-position: center;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    z-index: 1;
}

main section#home-chamada4 h2 {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 2px rgba(10,10,10,0.85);
}

main section#home-chamada4::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #324E80;
  opacity: 0.85;
  z-index: -1;
}

main section#home-chamada5 {
    position: relative;
    background: #FDFDFD;
    min-height: 150px;
}

main section#home-chamada5 div#gmap-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

main div#gmap {
    overflow:hidden;
    height:500px;
    max-width:100%;
    margin:0 auto;
}

main div#gmap_canvas {
    height:500px;
    max-width:100%;
    margin:0 auto;
}

main div#gmap_canvas img {
    max-width:none!important;
    background:0 0!important;
}

main section#home-chamada6 {
    position: relative;
    padding: 0;
}

main section#home-chamada6 div {
    display: block;
    float: left;
    width: 50%;
    padding: 50px 0;
    height: 100%;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(10,10,10,0.85);
    color: white;
}

main section#home-chamada6 div h3, main section#home-chamada6 div p {
    padding: 5px 0;
    margin: 0;
}

main section#home-chamada6 div:nth-child(1) {
    background: #65B339;
}

main section#home-chamada6 div:nth-child(2) {
    background: #912D87;
}

main section#home-chamada6::after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

footer {
    padding-bottom: 30px;
}

footer nav ul {
    display: block;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

footer nav ul li {
    display: inline-block;
    margin: 0px 5px;
    padding: 5px 5px 20px 5px;
}

/* Estilos gerais */
div#load {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(239,253,255, .96);
    z-index: 10001;
}

div#load div#load-img {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

div#load div#load-img img {
    margin: 0 auto;
    max-width: 95%;
}

div#form-login {
    background: #EFFDFF;
}

section#corpo main h1 {
    font-size: 2.3em;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

section#corpo main h1:after {
  content: '';
  width: 400px;
  height: 2px;
  background: rgba(34, 68, 135, 0.5);
  display: block;
  margin: 10px auto;
  max-width: 95%;
}

section#corpo main section#corpo-total {
    display: block;
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #222628;
}

section#corpo main section#corpo-total:after {
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
    clear:both;
    padding: 0;
}

section#corpo-total p {
    margin-top: 0;
    padding-top: 0;
}

section#corpo main section#corpo-total section#corpo-esquerda {
    display: block;
    float: left;
    margin: 0;
    width: 830px;
    max-width: 76%;
    height: 100%;
    padding-right: 10px;
}

section#corpo main section#corpo-total section#corpo-direita {
    display: block;
    float: right;
    margin: 0;
    width: 250px;
    max-width: 22.5%;
    height: 100%;
    padding-left: 10px;
    border-left: 2px solid rgba(34, 68, 165, 0.2);
}

section#corpo main section#corpo-total section#corpo-direita h3:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
}

section#corpo main section#corpo-total section#corpo-direita::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Linha do tempo na barra lateral */
section#corpo main section#corpo-total section#corpo-direita section#timeline-vertical {
    position: relative;
    margin: 0 auto;
}

section#corpo main section#corpo-total section#corpo-direita section#timeline-vertical::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: rgba(34, 68, 165, 0.9);
    top: 45px;
    bottom: 0;
    left: 27px;
}

section#corpo main section#corpo-total section#corpo-direita section#timeline-vertical div.timeline-vertical-item {
     position: relative;
     background-color: inherit;
     padding-left: 52px;
}

section#corpo main section#corpo-total section#corpo-direita section#timeline-vertical div.timeline-vertical-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 16px;
    background-color: #F6B629;
    border: 3px solid rgba(34, 68, 165, 0.9);
    top: 15px;
    border-radius: 50%;
    z-index: 20;
}

section#corpo main section#corpo-total section#corpo-direita section#timeline-vertical div.timeline-vertical-item small {
    font-weight: bold;
    font-size: 14px;
    display: block;
}

section#corpo main section#corpo-total section#corpo-direita section#timeline-vertical div.timeline-vertical-item p {
    font-size: 16px;
}

section#corpo main section#corpo-total section#corpo-direita section#timeline-vertical div.timeline-passado {
    color: gray;
}

section#corpo main section#corpo-total section#corpo-direita section#timeline-vertical div.timeline-hoje  {
    font-weight: bold;
}

section#corpo main section#corpo-total section#corpo-direita section#timeline-vertical div.timeline-hoje  p {
    font-size: 18px;
}

section#corpo main section#corpo-total section#corpo-direita section#timeline-vertical div.timeline-hoje small {
    font-size: 16px;
}

section#corpo main section#corpo-total section#corpo-direita section#timeline-vertical h4 {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    color: white;
    background: rgba(34, 68, 165, 0.99);
    padding: 5px;
    z-index: 21;
}

/* Lista de arquivos */
nav.arquivo-site-lista {
    display: block;
    border-top: 1px solid rgba(34, 68, 165, 0.2);
    margin-top: 20px;
    padding-top: 15px;
}

nav.arquivo-site-lista ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

nav.arquivo-site-lista ul li {
    display: block;
    margin: 10px auto;
    padding: 0;
}

nav.arquivo-site-lista ul li a {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0251a1), color-stop(1, #0d3b85));
	background:-moz-linear-gradient(top, #0251a1 5%, #0d3b85 100%);
	background:-webkit-linear-gradient(top, #0251a1 5%, #0d3b85 100%);
	background:-o-linear-gradient(top, #0251a1 5%, #0d3b85 100%);
	background:-ms-linear-gradient(top, #0251a1 5%, #0d3b85 100%);
	background:linear-gradient(to bottom, #0251a1 5%, #0d3b85 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0251a1', endColorstr='#0d3b85',GradientType=0);
	background-color:#0251a1;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #337fed;
	display:block;
	cursor:pointer;
	color:#ffffff;
	text-align: center;
    font-size: 16px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:1px 1px 1px navy;
    margin: 5px auto;
    width: calc(95% - 48px);
    max-width: 300px;
}

nav.arquivo-site-lista ul li a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0d3b85), color-stop(1, #0251a1));
	background:-moz-linear-gradient(top, #0d3b85 5%, #0251a1 100%);
	background:-webkit-linear-gradient(top, #0d3b85 5%, #0251a1 100%);
	background:-o-linear-gradient(top, #0d3b85 5%, #0251a1 100%);
	background:-ms-linear-gradient(top, #0d3b85 5%, #0251a1 100%);
	background:linear-gradient(to bottom, #0d3b85 5%, #0251a1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d3b85', endColorstr='#0251a1',GradientType=0);
	background-color:#0d3b85;
}

nav.arquivo-site-lista ul li a:active {
	position:relative;
	top:1px;
}

/* Inicio Tabela */
table {
    margin: 0 auto;
    width: 95%;
    border-spacing: 0;
    border-collapse: separate;
}

table tbody tr:hover {
    background-color: #FFFBEE;
}

table td, table th {
    padding: 3px 0;
}
/* Final tabela */

/* Inicio Estilização blockquote */
blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 20px;
  position: relative;

  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;

  /*Borders - (Optional)*/
  border-left: 15px solid #2A7040;
  border-right: 2px solid #2A7040;

  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #A197CC;
  -webkit-box-shadow: 2px 2px 15px #A197CC;
  box-shadow: 2px 2px 15px #A197CC;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/

  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;

  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

div#footer-pagamento-aviso, div#footer-login-aviso {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: yellow;
    z-index: 9999;
}

div#footer-login-aviso {
    background: #FFC;
}

div#footer-pagamento-aviso h4, div#footer-login-aviso h4 {
    margin: 0;
    padding: 0;
    font-size: .99em;
}

/* Palestrante */
main section#palestrante-lista ul li:nth-child(4n+1) {
    clear: none;
}

/* Inicio estilização formulário */
form {
    margin: 10px 0;
}

form label {
    display: block;
    font-size: 0.8em;
    padding: 5px 0;
    padding-bottom: 2px;
    margin: 0 auto;
    width: 95%;
}

form input, form textarea, form div.tab-form input, form div.tab-form textarea {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 8px;
    outline: none;
    font-family: 'Play', sans-serif;
    font-size: 1em;
    border-radius: 5px;
    border: 1px solid #eee;
    color: #555;
    transition: .6s all;
}

form div.tab-form input, form div.tab-form textarea {
    margin: 0;
}

form input:focus, form textarea:focus, form div.tab-form input:focus, form div.tab-form textarea:focus {
    color: black;
    background: white;
    border-color: black;
    font-weight: normal;
    transition: .6s all;
    padding: 8px;
}

form button[type=submit], form button.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
    margin: 2vh auto;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
    font-family: 'Play', sans-serif;
    font-size: 1em;
    width: auto;
}

form button[type=submit]:hover, form button.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

form button[type=submit]:active, form button[type=button].btn:active {
	position:relative;
	top:1px;
}

form select, form div.tab-form select {
    font-family: 'Play', sans-serif;
    margin: 10px auto;
    font-size: 0.9em;
}

form.form-shown .field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em
}

form.form-shown label, form.form-shown input {
    transition: all 0.2s;
    touch-action: manipulation;
    display: inline;
}

form.form-shown input {
    font-size: 1.2em;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
}

form.form-shown input:focus {
    outline: 0;
    border-bottom: 1px solid #666;
}

form.form-shown label {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #558;
}

form.form-shown input:placeholder-shown + label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}

::-webkit-input-placeholder  {
    opacity: 0;
    transition: inherit;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity: 0;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity: 0;
}

form.form-shown input:focus::-webkit-input-placeholder {
  opacity: 1;
}

form.form-shown input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  opacity: 1;
  color: gray;
}

form.form-shown input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
  opacity: 1;
  color: gray;
}

/*form.form-shown input:not(:placeholder-shown) + label,
form.form-shown input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}*/

.ui-tabs {
    padding: 0;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 1px 1px 3px 1px rgba(170,170,170,0.65);
    background: #fdfdfb;
}

.ui-widget-header {
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
}

/* Submissão */
.js .input-file-trigger {
  background: #304b63;
  color: #fff;
}

.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #3b5d7d;
  color: #fafafa;
}

div#submissao-tabs ul li.ui-state-active {
    background: #1F2E6B;
    border-color: #050B2B;
}

div#submissao-tabs div.ui-widget, div#submissao-tabs div.ui-widget-content {
    border-color: #C3CFE8;
}

div#submissao-tabs ul.ui-widget-header {
    background: #ECF3FF;
}

div#submissao-tabs div.tab-form {
    color: #2A4070;
}

div#submissao-tabs div.tab-form div.next a {
    color: #ECF3FF;
    background: #1F2E6B;
    border: 1px solid #050B2B;
}

div#submissao-tabs div.tab-form div.next a:hover {
    background: #67362B;
    border: 1px solid #1A214C;
}

div#submissao-tabs div.tab-form div.next a.prox::after {
    color: #ECF3FF;
}

div#submissao-tabs div.tab-form div.next a.ant::before {
    color: #ECF3FF;
}

section#submissao-coautor div {
    border: 1px solid #9291A4;
    background: #F9FBFF;
}

/* Loja */
h3#compra-finalizar a, h3.pagamento-local-selecionar a {
    color: #60AF60;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4)
}

div#privacidade-aviso{display:block;position:fixed;bottom:0;left:0;width:100%;text-align:center;background:#030;color:white;z-index:10000}
div#privacidade-aviso p:nth-last-child(1){padding:10px}
div#privacidade-aviso a{color:#CFC}
div#privacidade-aviso a#privacidade-aviso-aceito{margin:15px;padding:10px 15px;border-radius:5px;border:1px solid #CFC;background:#060;color:white}
div#privacidade-aviso a#privacidade-aviso-fechar{margin-right:15px}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

/* 48em = 768px */
@media (max-width: 68.75em) {
    /* Show Hamburger */
    header section#header-topo nav input {
        float: right;
    }
  header section#header-topo nav label {
    display: inline-block;
    color: black;
    background: white;
    font-style: normal;
    font-size: 2em;
    font-weight: bold;
    padding: 10px;
    float: right;
    margin-right: 15px;
    cursor: pointer;
  }

  /* Break down menu items into vertical */
  header section#header-topo nav ul li {
    display: block;
    height: auto;
    border-top: 1px solid #333;
    line-height: 50px;
  }

  /* Toggle show/hide menu on checkbox click */
  header section#header-topo nav ul {
    display: none;
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 10px;
  }

  header section#header-topo nav input:checked ~ ul {
    display: block;
  }

  header section#header-topo nav ul li ul {
      display: block;
      background: white;
      position: relative;
      border: 0;
      font-size: .9em;
  }

  section#corpo main section#corpo-total section#corpo-esquerda {
      display: block;
      margin: 0;
      width: 100%;
      max-width: 100%;;
      height: auto;
      padding-right: 0;
  }

  section#corpo main section#corpo-total section#corpo-direita {
      display: block;
      margin: 0;
      width: 100%;
      max-width: 100%;
      height: auto;
      padding-left: 0;
      border-left: none;
  }

  div.flexslider {
      height: calc(100vh / 5);
  }

  main section#home-chamada1 div {
      display: block;
      padding: 10px 0;
      width: 100%;
      float: none;
      clear: both;
  }

  main section#home-chamada1 div strong {
      font-size: 1.1em;
  }

  main section#home-chamada4 h2 {
      position: inherit;
      top: auto;
      left: auto;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
      width: auto;
      height: auto;
      padding: 15px 0;
  }

  main section#home-chamada4::after {
      top: 0;
  }

  main section#home-chamada6 div {
      display: block;
      padding: 10px 0;
      width: 100%;
      float: none;
      clear: both;
  }
}
