/**********************************************************************/
/****************************** Fontes *******************************/
/********************************************************************/

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/light.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(../fonts/regular.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/bold.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(../fonts/sans.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(../fonts/sans_bold.woff) format('woff');
}

/**********************************************************************/
/************************** ELEMENTOS COMUNS *************************/
/********************************************************************/

body {
  color: #555555;
  font-family: 'Noto Sans';
}
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: 'Roboto Condensed';
}
p {
  line-height: 1.6;
  font-size: 16px;
}
a:focus {
  outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
}
.centralizar{
  text-align:center;
}
.vis-hidden {
  visibility: hidden !important;
}
a {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;

}
h2.sectionTitle {
  color: #333;
  font-size: 40px;
  margin-top: 0;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
.altWrap {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #F8F3F3;
}

.btn-primary {
  color: #FFF;
  background-color: #8c091b;
  border-color: #750615;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
  background-color: #750615;
  border-color: #60020F;
}

a {
    color: #8c091b;
}

.center{
  text-align:center;
}

ul, ol {
    margin-left: -25px;
}

ul li{
  text-align: justify;
}

.color-input{
  background-color:#F6F6F6;
}

/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/

.navbar {
  margin-bottom: 0;
}
.navbar-inverse {
  background: #fff;
  border: 0 none;
  box-shadow: 0px 0px 10px black;
    -webkit-box-shadow: 0px 0px 10px black;
    -moz-box-shadow: 0px 0px 10px black;
}
.navbar-brand p{
  margin-top: -2px;
  font-size: 20px;
  letter-spacing: -2px;
  font-weight: 700;
  color:#8c091b;
}
.navbar-inverse .navbar-brand {
  color: #49CBCD;
}
.navbar-inverse .navbar-brand .fa-stack {
  font-size: 28px;
}
.navbar-inverse .navbar-brand .title {
  color: #888;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-nav {
  float: right;
}
.navbar-inverse .navbar-nav > li > a {
  font-family: 'Roboto Condensed';
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 21px 5px;
  text-shadow: none;
}
.navbar .nav > li > a:hover{
  border-top-style: none;
  background-color: #8c091b;
  color: white;
}
.navbar-inverse .navbar-toggle {
  background: #FFFFFF;
  border: 0 none;
  margin: 19px 15px 19px 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background: #222222;

}
#drop > a:link {
  background:none;
  color:#333;
}
#drop > a:focus {
  background:#8c091b;
  color:white;
}
#drop > a:active{
  background:#8c091b;
  color:white;
}
#drop > a:hover{
  background:#8c091b;
  color:white;
}

/**********************************************************************/
/************************** SLIDER ***********************************/
/********************************************************************/

.slidersection {
  margin-top: -20px; /* Foswiki */
}
.rslides {
  padding-top:200px;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  width: 100%;
  margin-top:80px;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

/**********************************************************************/
/************************* A OFICINA *********************************/
/********************************************************************/

#evento {
  padding-top: 60px;
  padding-bottom: 50px;
}
#inscricao{
  padding-top: 60px;
  padding-bottom: 50px;
}
#inscricao button.btn {
  width: 100%;
}
.justify{
    text-align: justify;
}
.ajustar_imagem{
  width:100%;
  max-width:100%;
  max-height:236px;
}
.button {
  margin:0 auto;
  display: inline-block;
  font-size: 22px; line-height: 1em;
  background-color: #057D41;
  color: #fff;
  border-radius: 3px;
    moz-border-radius:3px;
      -webkit-border-radius:3px;
  outline: none;
  cursor: pointer;
  font-weight:bold; 
  text-decoration:none;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.button:hover {
  background-color: #026835;
}
.button:active {
  background-color: #057D41;
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.figura{
  width:100%;
  max-width:700px;
  text-align: center;
}

/**********************************************************************/
/************************** EXECUÇÃO *********************************/
/********************************************************************/

#planejamento {
  padding-top: 60px;
  padding-bottom: 60px;
}

#execucao {
  padding-top: 60px;
  padding-bottom: 60px;
}

.prof{
  margin-right: 15px;
}

/**********************************************************************/
/************************** DETALHE **********************************/
/********************************************************************/

#detalhe {
  padding-top: 60px;
  padding-bottom: 60px;
}

/**********************************************************************/
/************************** OFICINA **********************************/
/********************************************************************/

#oficina {
  padding-top: 60px;
  padding-bottom: 60px;
}

/**********************************************************************/
/************************ PROGRAMAÇÃO*********************************/
/********************************************************************/

#programacao {
  padding-top: 60px;
  padding-bottom: 60px;
}

.programa table {
  width: 100%; 
  overflow:hidden;
  border:1px solid #d3d3d3;
  background:#fefefe;
    -moz-border-radius:5px; /* FF1+ */
      -webkit-border-radius:5px; /* Saf3-4 */
  border-radius:5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.programa thead tr th {text-align:center;}
.programa tbody tr td {text-align:center;} 
.programa tbody tr td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;} 
.programa tr.grad td {background:#FFEDF0;}
.programa tbody tr td {background: #fefefe;}
.programa tbody tr.odd-row td {background:#f6f6f6;}
.programa thead tr th { background: #8c091b; color:#fff;}
.programa tbody tr td.border-r{
  border-right:0px;
}
#prog tr td{
  padding:6px;
}
#prog tr th{
  padding:6px;
}
#prog a{
  color:#555;
}

/**********************************************************************/
/************************ INFORMAÇÕES*********************************/
/********************************************************************/

#informacoes {
  padding-top: 60px;
  padding-bottom: 60px;
}



/**********************************************************************/
/************************** ORGANIZAÇÃO ******************************/
/********************************************************************/

#organizacao {
  padding-top: 60px;
  padding-bottom: 60px;
}

.org{
  text-align:center;
}

.org img{
  border: 3px solid #8C091B;
  border-radius: 50%;
}

.caption{
 
}

.separar {
  display: block;
  width: 100%;
  height: 0px;
  margin: 0px auto 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px double rgba(0, 0, 0, 0.23);
  box-shadow: none;
  color: #333;
}

/**********************************************************************/
/************************ LOCALIZACAO ********************************/
/********************************************************************/

#map-canvas {
  height:600px;
  max-height:100%;
  width:100%;
  max-width: 100%; 
}

/**********************************************************************/
/************************ PARCEIROS **********************************/
/********************************************************************/

#parceiros {
  padding-top: 60px;
  padding-bottom: 100px;
}

.parceiros {
  padding: 20px 20px 0px 20px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.parceiros li {
  display: inline-block;
  margin: 0px 10px 40px;
  position: relative;
  margin-bottom:30px;
}

.parceiros figure {
  margin: 0;
  position: relative;
}

.parceiros img{
  max-width: 280px;
  max-height:80px;
  display: block;
  position: relative;
}

#img_top{
  max-width: 280px;
  max-height:100px;
  display: block;
  position: relative;
}

#img_bottom{
  margin-bottom:-60px;
}

/**********************************************************************/
/************************ CONTATO ************************************/
/********************************************************************/

#contato {
  padding-top: 50px;
  padding-bottom: 60px;
}

/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
footer {
  background: #444;
  padding: 20px 0;
}
footer p {
  color: #ddd;
  font-weight: 300;
  margin: 0;
  font-size: 16px;
}
footer p a{
  outline:none;
}

/**********************************************************************/
/****************** JQUERY BXSLIDER **********************************/
/********************************************************************/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
**/

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border:  5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -50px;
  width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
    -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 18px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 500;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/
@media(max-width:991px){
  .slidersection {
    margin-top: -12px;
  }
  .navbar-brand p{
    margin-top: -6px;
    font-size:19px;
  }
  #header1{
    margin-left: -20px;
  }
  .navbar-collapse {
    float: right;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
    padding: 19px 5px;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    font-size: 28px;
    float: left;
    margin: 4px 0;
    width: auto;  
  }
  .navbar-inverse .navbar-brand .fa-stack {
    font-size: 22px;
  }
  .navbar-nav{
    text-align:center;
    float:none;
  }
  .bx-wrapper {
    width:620px;
  }
  .callbacks_container {
    margin-top:70px;
  }
  .prof{
    margin-right: 50px;
  }
  .navbar-brand p {
    margin-top: -2px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .slidersection {
    margin-top: -5px;
  }
  .navbar-collapse {
    float: none;
  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    float: left;
    margin: 4px 0 0px 15px;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
    padding: 9px 15px;
  }
  .navbar-inverse .navbar-toggle {
    margin-top:14px;
  }
  .cent{
    text-align:center;
    margin-left:-35px;
  }
  .org{
    margin-bottom:-1px;
  }
  .prof{
    text-align: center;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .navbar-brand p {
    margin-top: 0px;
  }
}
@media (max-width: 650px) {
  .bx-wrapper {
    max-width:300px;
    width:300px;
  }
}
@media (max-width: 479px) {
  .programa table { 
    font-size:11px; 
  }
}

/**********************************************************************/
/****************************** MODAL ********************************/
/********************************************************************/

.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  border: 0;
}
.modal-footer {
    margin-top: 0px;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  }
}
.modal-header {
  border-bottom-color: #f4f4f4;
}
.modal-footer {
  border-top-color: #f4f4f4;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-waring,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-waring,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
/* Text colors */
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}

/**********************************************************************/
/****************************** LOGIN ********************************/
/********************************************************************/

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.background-login{
  background-color: #F8F3F3;
}

#login {
  padding-top: 60px;
  padding-bottom: 60px;
}

#active{
  background-color:#8C091B;
}
#active a{
  color:white;
}
#active a:hover,
#active a:active,
#active a:focus{
  color:white;
  background-color:#8C091B;
}
.menu-admin li{
  background-color:black;
}
.menu-admin li a{
  color:white;
}
.menu-admin li a:hover,
.menu-admin li a:active,
.menu-admin li a:focus{
  color:white;
  background-color:#8C091B;
}

@media(max-width:497px){
	.downloads{
            font-size:11px;
        }
}
