* {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

#detalhe-topo {
  background-color: #F99D1C;
}

#topo {
  background-image: url("../images/fundo_topo.jpg");
}

#topo #logo {
  margin-top: 40px;
}

#topo h2 {
  color: #005B93;
}

#topo p {
  color: #005B93;
}

nav {
  /* fundo gradiente da barra de navegacao */
  background: #005b93;
  background: -webkit-gradient(linear, left top, right top, from(#005b93), to(#005b93));
  background: linear-gradient(90deg, #005b93 0%, #005b93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005b93",endColorstr="#005b93",GradientType=1);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  /* customizacoes do bootstrap */
  /* fim das customizacoes do bootsrap */
}

nav a {
  color: white;
}

nav a:hover {
  color: rgba(255, 255, 255, 0.5);
}

nav .dropdown-item.active, nav .dropdown-item:active {
  background-color: #005B93;
}

nav .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav .custom-toggler.navbar-toggler {
  border-color: white;
}

nav .dropdown-item:hover, nav .dropdown-item:focus {
  background-color: #e1e1e1;
  color: black;
}

#destaques h1, #destaques p.link-acesso a {
  color: #005B93;
}

#destaques .divisor {
  background-image: url(../images/destaques_divisor.svg);
}

#video-home {
  background-color: #F0F0F0;
}

#video-home .video-descricao h1 {
  color: #005B93;
  font-size: 35px;
}

#diferenciais-evento #titulo-diferenciais h2 {
  color: #005B93;
}

#diferenciais-evento #dados-diferenciais h2 {
  color: #005B93;
}

.botao-generico {
  border: 1px solid #0A91D0;
  color: white;
  background-color: #005B93;
  border-radius: 5px;
}

.botao-generico:hover {
  background: #005284;
}

#banner-fixo {
  background-color: #005B93;
}

.patrocinio h3 {
  color: #005B93;
}

footer {
  background-color: #005B93;
}

footer #midias-sociais, footer #agenda {
  font-family: "Roboto", sans-serif;
}

footer a {
  color: white;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#copyright p, #copyright a {
  color: #909090;
}

.titulo-secao h1 {
  color: #005B93;
  border-bottom: 1px solid #F99D1C;
}

#conteudo-basico h2 {
  color: #005B93;
}

.btn-voltar {
  color: #0A91D0;
}

.full-width {
  width: 100%;
}

.full-height {
  min-height: 100%;
  height: 100%;
}

.centraliza {
  text-align: center;
}

h2 {
  letter-spacing: -0.25px;
}

.ajuda-descricao {
  font-size: 13px;
}

label, input, .alert, button, table {
  font-family: "Roboto", sans-serif;
}

label {
  font-size: 14px;
}

.requerido {
  color: red;
}

table td {
  font-size: 14px;
}

th span {
  color: red;
  font-size: 14px;
  font-weight: 400;
}

#detalhe-topo {
  height: 5px;
}

#topo {
  height: 200px;
  background-repeat: no-repeat;
  background-size: auto 200px;
  background-position: center;
}

#topo h2 {
  font-weight: bold;
  font-size: 18px;
}

#topo p {
  font-size: 14px;
}

#topo #grupo-dados {
  border-right: 1px solid #005B93;
  height: 100px;
  padding-right: 15px;
  padding-top: 20px;
  margin-top: 50px;
  text-align: right;
}

#siteBanner .carousel-item .imagemBanner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#destaques {
  padding: 30px 0px 30px 0px;
}

#destaques h1 {
  font-weight: 700;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}

#destaques .divisor {
  height: 3px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 3px;
  margin: 13px 0px 15px 0px;
}

#destaques .texto-destaque p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0;
}

#destaques .link-acesso {
  margin: 20px 0 20px 0;
  font-weight: 700;
  font-size: 14px;
}

#video-home {
  padding: 15px 0px 15px 0px;
}

#video-home .video-conteudo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#video-home .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-home .video-descricao {
  border-right: 2px solid #F99D1C;
  padding: 20px;
}

#video-home .video-descricao h1, #video-home .video-descricao p {
  font-family: "Roboto", sans-serif;
  text-align: right;
}

#video-home .video-descricao h1 {
  letter-spacing: -2px;
  font-weight: 700;
}

#video-home .video-descricao p {
  margin-bottom: 0;
}

.titulo-diferenciais {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  color: #005B93;
}

.titulo-diferenciais h2 {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.titulo-diferenciais h2 span {
  font-weight: 400;
  font-size: 16px;
}

#diferenciais-evento .numero-diferencial {
  text-align: right;
}

#diferenciais-evento #titulo-diferenciais {
  margin-top: 43px;
  text-align: center;
}

#diferenciais-evento #titulo-diferenciais h2 {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#diferenciais-evento #titulo-diferenciais h2 span {
  font-weight: 400;
  font-size: 16px;
}

#diferenciais-evento #dados-diferenciais {
  font-family: "Roboto", sans-serif;
}

#diferenciais-evento #dados-diferenciais h2 {
  font-size: 18px;
  font-weight: 700;
}

#diferenciais-evento #dados-diferenciais p {
  font-size: 14px;
  font-weight: 400;
}

.botao-generico {
  height: 40px;
  width: 100%;
  margin-top: 25px;
}

#banner-fixo {
  margin-top: 50px;
  padding: 20px 0px 20px 0px;
}

.patrocinio {
  text-align: center;
  padding-top: 25px;
}

.patrocinio .logo-item, .patrocinio .logo-item-apoio {
  margin: 25px 5px 0px 5px;
  display: inline-block;
}

.patrocinio .titulo-patrocinio {
  text-align: center;
  width: 100%;
}

.patrocinio .titulo-patrocinio h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  margin-top: 25px;
}

.patrocinio .logo-entidades {
  display: inline-block;
  margin-top: 25px;
}

.patrocinio .logo-realizacao {
  margin: 25px 5px 0px 5px;
}

footer {
  margin-top: 34px;
}

footer #midias-sociais, footer #agenda {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer #midias-sociais span, footer #agenda span {
  font-size: 14px;
  line-height: 100px;
}

footer #midias-sociais i, footer #agenda i {
  font-size: 30px;
  line-height: 100px;
  margin-left: 20px;
}

#copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#copyright p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin: 0;
}

#form-contato {
  margin-bottom: 50px;
}

.titulo-secao h1 {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.titulo-secao h1 span {
  font-weight: 400;
}

#conteudo-basico {
  font-family: "Roboto", sans-serif;
}

#conteudo-basico h2 {
  font-size: 16px;
  font-weight: 700;
}

#cadastro-congressita h2, #cadastro-congressita label, #cadastro-congressita p {
  font-family: "Roboto", sans-serif;
}

#cadastro-congressita h2 {
  font-size: 16px;
  font-weight: 700;
}

#cadastro-congressita .box-cadastro-congressita {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

#cadastro-congressita .titulos-formulario-cadastro {
  font-size: 18px;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-top: 10px;
}

#fotos ul {
  list-style: none;
}

#fotos li {
  margin: 10px;
  width: 202px;
  height: 150px;
  overflow: hidden;
  float: left;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.paginacao {
  text-align: center;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}

.paginacao ul {
  list-style: none;
  margin-top: 1rem;
}

.paginacao li {
  display: inline;
  padding: 15px;
  border-radius: 5px;
  margin: 0 5px 0 5px;
}

.paginacao .pagina-atual {
  font-weight: 700;
}

#palestrantes {
  overflow: hidden;
}

#palestrantes ul {
  list-style: none;
}

#palestrantes li {
  margin: 15px;
  width: 255px;
  float: left;
}

#palestrantes .box-palestrante {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: white;
  font-family: "Roboto", sans-serif;
}

#palestrantes .box-palestrante a {
  color: black;
}

#palestrantes .box-palestrante a:hover {
  text-decoration: none;
}

#palestrantes .box-palestrante .foto {
  height: 255px;
  width: 255px;
  overflow: hidden;
}

#palestrantes .box-palestrante .divisor {
  background: url(../images/divisor_palestrantes.svg);
  background-position: left center;
  background-repeat: no-repeat;
  height: 4px;
}

#palestrantes .box-palestrante .dados {
  padding: 20px;
}

#palestrantes .box-palestrante .dados .nome-palestrante {
  height: 75px;
}

#palestrantes .box-palestrante .dados h2 {
  font-size: 18px;
  font-weight: 700;
}

#palestrantes .box-palestrante .dados p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
}

#admin_usuario a {
  text-decoration: none;
  color: #CCCCCC;
}

#admin_usuario a:hover {
  color: #1A4690;
}

#admin_usuario li {
  list-style: none;
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
  padding: 10px;
}

#admin_usuario li:hover {
  border-color: #1A4690;
}

#admin_usuario li i {
  padding-right: 10px;
  width: 30px;
  text-align: center;
}

#sair_painel a {
  text-decoration: none;
  color: #CCCCCC;
}

#sair_painel a:hover {
  color: #1A4690;
}

@media only screen and (min-width: 350px) and (max-width: 767px) {
  #logo {
    text-align: center;
  }
  #topo {
    height: 280px;
    background-size: auto 280px;
  }
  #topo #logo {
    margin-top: 20px;
  }
  #topo #logo img {
    width: 70%;
  }
  #topo #grupo-dados {
    text-align: center;
    border: none;
    margin-top: 20px;
    padding: 0;
    height: auto;
    line-height: 14px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 767px) {
  .logo-item img, .logo-realizacao img {
    width: 130px;
  }
  .logo-item-apoio img {
    width: 100px;
  }
}
/*# sourceMappingURL=style.css.map */