.resp_top,
.resp_menu{
  display: none;
}

.signed,
.topo_inscricoes,
.home_in h1 a,
.fx{
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.resp_menu,
.insc_input,
input.search,
.sort,
.desp_bt,
.lista_desp a,
.input,
.owl-controls,
.owl-prev,
.owl-next,
.galerias_bt img,
.blog_img,
.rodape,
.menu_box,
.topo_logo,
.topo_logo_pequeno,
.pequeno,
.topo,
.topo_triangulo,
.topo_logo a,
.menu_a,
.menu_linha_1,
.menu_linha_2,
.menu_linha_3,
.menu_cont,
.menu,
.menu_cont_in,
.anim{
  -webkit-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -moz-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -o-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000);
}

.noeffect{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

input,
textarea,
body{
  font-family: 'light', serif;
  -webkit-font-smoothing: antialiased;
}

body,
.dib{
  font-size: 14px;
}

body{
}

.site{
  display: block;
  position: relative;
  z-index: 2;
}

.bg{
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.in{
  max-width: 1200px;
}

.topo{
  background: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.topo_in{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.topo_logo{
  text-align: center;
  padding: 10px;
  position: relative;
  height: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}

.topo_logo a:hover{
  opacity:0.7;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity:0.7;;
}

.topo_logo img{
  height: 100%;
  width: auto;
}

.topo_triangulo{
  position: absolute;
  left: 50%;
  top: 100%;
  width: 50px;
  margin-left: -25px;
}

.topo_triangulo img{
  width: 100%;
  height: auto;
}

.topo_face{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}

.topo_face img{
  width: 100%;
  height: 100%;
}

.colunas{
  display: table;
  width: 100%;
  height: 100%;
}

.col{
  display: table-cell;
}

.col_e{
  width: 25%;
  vertical-align: middle;
}

.col_d{
  width: 75%;
  vertical-align: middle;
}

.col_in{
  padding: 20px;
}

.menu_tab{
  display: table;
  width: 100%;
}

.menu{
  width: 50px;
  display: table-cell;
  vertical-align: top;
}

.menu_cont{
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding-top: 45px;
  padding-left: 10px;
}

.menu img{
  width: 100%;
}

.menu_bt{
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.menu_linha_1,
.menu_linha_2,
.menu_linha_3{
  position: absolute;
  width: 40px;
  background: #EA8B33;
  height: 10px;
  left: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
}

.menu_linha_1{
  top: 0;
}

.menu_linha_2{
  top: 15px;
}

.menu_linha_3{
  top: 30px;
}

.menu_bt:hover > .menu_bt_in .menu_linha_1,
.menu_bt:hover > .menu_bt_in .menu_linha_2,
.menu_bt:hover > .menu_bt_in .menu_linha_3{
  background: white;
}

.menu_a{
  display: block;
  color: white;
  font-family: 'black';
  text-transform: uppercase;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
}

.menu_a:hover{
  padding-left: 20px;
  color: #EA8B33;
}

.menu_cont_in{
  height: 0;
  overflow: hidden;
  position: relative;
}

.menu_cont_in div{
  position: relative;
}

.menu_x .menu_linha_1{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 10px;
}

.menu_x .menu_linha_2{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
}


.menu_x .menu_linha_3{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 100px;  
  opacity:0;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity:0;
}

.home{
  padding-top: 60px;
  padding-bottom: 60px;
}

.home_in{
  max-width: 50%;
  margin-left: 25%;
  color: white;
  position: relative;
}

.home_in div{
  display: inline-block;
  position: relative;
}

.home_in h1{
  font-size: 60px;
  font-family: 'black';
  text-transform: uppercase;
}

.home_in h2{
  text-align: right;
  font-size: 60px;
  font-family: 'black';
  text-transform: uppercase;
  color: #EA8B33;
}

.home_in span{
  position: absolute;
  left: -55px;
  top: -75px;
  font-size: 120px;
  font-family: 'black';
  text-transform: uppercase;
  color: #EA8B33;
}

.home_in h1 a{
  color: white;
  text-transform: uppercase;
}

.home_in h1 a:hover{
  color: #EA8B33;
}

.topo_inscricoes{
  position: absolute;
  left: 20px;
  top: 20px;
  color: #777;
  font-family: 'bold';
  display: block;
  width: 150px;
  height: 20px;
  font-size: 12px;
  text-transform: uppercase;
}

.top_localizacao{
  top: 40px;
}

.topo_inscricoes:hover{
  font-size: 14px;
  color: #EA8B33;
}

.pat{
  background: white;
}

.pat_in{
  font-size: 0px;
  text-align: center;
}

.pat_in a{
  display: inline-block;
  height: 90px;
  padding: 0px 20px;
  vertical-align: top;
}

.pat_in a img{
  height: 100%;
  width: auto;
}

.pequeno .topo_logo{
  margin-top: -100px;
  height: 100px;
  opacity:0;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity:0;
}

.topo.pequeno{
  height: 60px !important;
}

.topo_logo_pequeno{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  height: 40px;
  top: -45px;
  opacity:0;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity:0;
}

.topo_logo_pequeno img{
  height: 100%;
}

.pequeno .topo_triangulo{
  width: 30px;
  margin-left: -15px;
}

.pequeno .topo_logo_pequeno{
  top: 10px;  
  opacity:1;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
}

.menu_box{
  position: fixed;
  left: 0;
  width: 25%;
  top: 0;
  z-index: 999;
}

.menu_box_in{
  display: table;
  width: 100%;
  height: 100%;
}

.menu_cel{
  display:table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.menu_box_aberto{
  background: rgba(0,0,0,0.5);
}

.corpo_tab{
  display: table;
  width: 100%;
  height: 100%;
}

.corpo{
  position: relative;
  margin-left: 25%;
  width: 75%;
}

.corpo_curto{
  width: 50%;
}

.corpo_in{
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px;
}

.rodape{
  position: relative;
  opacity:1;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
}

.transparente{
  opacity:0;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity:0;
}

.conteudo{
  padding: 20px 0px;
}

.blog_img img{
  width: 100%;
}

.blog_logo_info{
  position: relative;
  width: 100%;
  font-size: 0px;
  text-align: center;
}

.blog_info_e,
.blog_info_c,
.blog_info_d{
  display: inline-block;
  vertical-align: middle;
}

.blog_info_d,
.blog_info_e{
  width: 10%;
}

.blog_info_e span,
.blog_info_d span{
  display: block;
  padding: 20px;
}

.blog_info_e span img,
.blog_info_d span img{
  width: 100%;
}

.blog_info_c{
  width: 80%;
}

.blog_info_c h1{
  font-family: 'black';
  text-transform: uppercase;
  font-size: 50px;
  text-transform: uppercase;
  color: white;
  padding: 10px 0px;
}

.blog_el{
  background: #EA8B33;
}

.blog_info_b h2{
  display: block;
  font-size: 20px;
  color: white;
  padding: 0px 20px 20px 20px;
}

.blog_el{
  display: block;
}

.blog{
  position: relative;
}

.blog li{
  margin-bottom: 40px;
}

a.blog_el:hover > .blog_img{
  opacity:0.7;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity:0.7;
}

.forum li{
  font-size: 0px;
  display: block;
}

.forum_e,
.forum_d{
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.forum{
  width: 90%;
}

.forum_li{
  font-size: 0px;
  padding-bottom: 40px;
}

.forum_style{
  font-size: 0px;
}

.forum_icon,
.forum_tit,
.forum_txt{
  display: inline-block;
  vertical-align: top;
}
.forum_icon,
.forum_tit{
  vertical-align: middle;
}

.forum_icon{
  width: 9%;
}

.forum_icon span{
  padding-right: 20px;
  display: block;
}

.forum_tit{
  width: 90%;
  color: white;
  font-size: 30px;
}

.forum_txt .txt{
  padding-right: 40px;
  color: white;
}

.forum_icon img,
.forum_img img{
  width: 100%;
}

.txt ul,
.txt ul li,
.txt{
  font-size: 18px;
  font-family: 'normal';
  line-height: 30px;
  color: white;
}

.txt p{
  display: block;
  min-height: 30px;
}

.txt strong,
.txt b{
  font-family: 'bold';
  text-shadow: rgba(0,0,0,0.7) 0px 0px 4px;
  -webkit-text-shadow: rgba(0,0,0,0.7) 0px 0px 4px;
  -moz-text-shadow: rgba(0,0,0,0.7) 0px 0px 4px;
}

.txt em,
.txt i{
  font-family: 'light';
}

.txt ul{
  border-top: 1px solid rgba(255,255,255,0.2);
}

.txt li{
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 5px 0px 5px 15px;
}

.txt a{
  color: #EA8B33;
  font-weight: bold;
  text-decoration: underline;
}

.forum_t{
  display: block;
  width: 100%;
  font-family: 'black';
  text-transform: uppercase;
  color: #EA8B33;
  padding-bottom: 10px;
}

.forum_t h1{
  color: #EA8B33;
  text-transform: uppercase;
}

.forum_li{
  margin-bottom: 40px;
  border-bottom: 10px solid rgba(0,0,0,0.5);
}

.forum_li:last-child{
  margin-bottom: 0px;
  border-bottom: 0px;
}

.galerias{
  font-size: 0px;
  padding-top: 20px;
}

.galerias li{
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
}

.galerias_bt{
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #EA8B33;
  cursor: pointer;
}

.galerias_bt img{
  width: 100%;
}

.galerias li h2{
  height: 40px;
  line-height: 20px;
  text-align: left;
  padding: 10px;
  color: white;
  font-size: 18px;
}

.galerias_bt:hover > img{
  opacity:0.7;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity:0.7;
}


.owl_img img{
  width: 100%;
  font-size: 30px;
  color: white;
}

.fullslider{
  position: relative;
}

.fullslider .owl-controls{
  position: absolute;
  background: red;
  height: 0px;
  right: 0;
  top: 50%;
  left: 0;
  left: 0;  
  opacity:0.5;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity:0.5;
}

.fullslider .owl-prev,
.fullslider .owl-next{
  width: 70px;
  height: 70px;
  position: absolute;
  top: -35px;
  background: black;

  opacity:0.5;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity:0.5;
}

.fullslider .owl-prev{
  left: 0px;
}

.fullslider .owl-next{
  right: 0px;
}

.slider_bt{
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 70%;
  top: 15%;
  background-size: 100% 100%;
  background-position: center center;
}

.fullslider .owl-prev .slider_bt{
  background-image: url('../gfx/setas/branco/e.png');
  left: 10%;
}


.fullslider .owl-next .slider_bt{
  background-image: url('../gfx/setas/branco/d.png');
  left: 20%;
}

.fullslider:hover > .owl-controls{
  opacity:1;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
}
.fullslider .owl-prev:hover,
.fullslider .owl-next:hover{
  opacity:1;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
}

.merch{
  display: block;
  font-size: 0px;
}

.merch_el{
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
}

.merch_el img{
  width: 100%;
}

.merch_in{
  position: relative;
}

.merch_in span{
  padding: 20px;
  display: block;
}

.merch_in div{
  position: relative;
  display: block;
  text-align: center;
  font-size: 35px;
  text-align: center;
}

.merch_in h1{
  font-family: 'black';
  text-transform: uppercase;
  text-transform: uppercase;
  color: white;
  position: relative;
  display: inline-block;
}

.merch_in h2{
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'bold';
  color: #EA8B33;
  position: relative;
  display: inline-block;
}

.merch_in h1 em{
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  left: -30px;
  top: -30px;
  font-size: 55px;
  line-height: 40px;
  color: #EA8B33;
}

.recinto img{
  width: 100%;
}

.recinto{
  padding: 20px 0px;
  max-width: 1100px;
}

.recinto_in{
  position: relative;
}

.r_lin{
  font-size: 0px;
  width: 100%;
}

.r_cel{
  display: inline-block;
  vertical-align: top;
}

.r_cel img{
  width: 100%;
}

.r_bt{
  cursor: pointer;
}

.tooltip {
  display:none;
  position:absolute;
  padding:10px;
  color: white;
  max-width: 250px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 999999;
  background: #EA8B33;
}

.con_cols{
  font-size: 0px;
}

.con_col{
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: center;
}

.con_form{
  padding-top: 40px;
}

.con_form h1{
  text-align: center;
  font-size: 40px;
  font-family: 'light';
  color: white;
  padding-bottom: 20px;
}

.form_linha{
  font-size: 0px;
  margin-bottom: 10px;
}

.form_label,
.form_input{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #EA8B33;
  min-height: 50px;
  line-height: 50px;
  border-bottom: 1px solid white;
  width: 20%;
}

.form_input{
  width: 80%;
  border-bottom: 3px solid white;
}

.input{
  width: 100%;
  height: 50px;
  line-height: 20px;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  font-family: 'bold';
  font-size: 16px;
  background: rgba(0,0,0,0);
}

textarea.input{
  height: 250px;
  padding-top: 15px;
}

.input:hover{
  background: rgba(0,0,0,0.15);
}

.input:focus{
  background: rgba(0,0,0,0.6);
}

.form_fim{
  padding: 20px 0px;
  text-align: right;
}

.form_botao{
  display: inline-block;
  background: white;
  padding: 20px 50px;
  text-transform: uppercase;
  font-family: 'black';
  text-transform: uppercase;
  color: #EA8B33;
}


.lista_desp{
  font-size: 0px;
}

.lista_desp a{
  display: block;
  color: white;
  margin: 5px 0px 5px 150px;
}

.lista_desp a span,
.lista_desp a em{
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  font-family: 'black';
  text-transform: uppercase;
  text-transform: uppercase;
}
.lista_desp a span{
  padding-right: 15px;
  padding-bottom: 5px;
}

.lista_desp a span img{
  height: 30px;
}

.lista_desp a:hover{
  color: #EA8B33;
}

.desp_cols{
  font-size: 0px;
  padding-bottom: 40px;
}

.desp_e,
.desp_d{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 30%;
}

.desp_e{
  width: 70%;
}

.desp_img{
  padding: 20px 0px;
}

.desp_img img{
  width: 100%;
}

.desp_menu{
  padding: 20px 0px 20px 40px;
}

.desp_menu h1{
  font-family: 'black';
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  color: white;
  padding-bottom: 20px;
}

.desp_bt{
  display: block;
  color: white;
  padding: 5px 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.desp_bt.marcado{
  font-family: 'black';
  text-transform: uppercase;
}


.desp_bt.marcado,
.desp_bt:hover{
  color: #EA8B33;
}

.list {
  margin:10px 0px;
  padding: 0;
  border-top:1px solid rgba(255,255,255,0.5);
}
.list > li {
  display:block;
  background-color: transparent;
  padding:10px;
  border-bottom:1px solid rgba(255,255,255,0.5);
}
.avatar {
  max-width: 150px;
}
img {
  max-width: 100%;
}
h3 {
  font-size: 18px;
  font-weight:bold;
  color:white;
  font:'normal';
}
p {
  margin:0;
}

.search input {
  margin-bottom:10px;
  padding:10px 20px;
  border:solid 1px rgba(255,255,255,0.5);
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  background        : transparent;
  color        : white;
  font-size        : 20px;
  height        : 50px;
  line-height        : 48px;
    -webkit-appearance: none;
}
.search input:focus {
  background: white;
  color: #EA8B33;
}
.search input:hover {
  border-color: white;
}
.sort {
  border:1px solid rgba(255,255,255,0.5);
  display:inline-block;
  color:#fff;
  text-decoration: none;
  line-height:48px;
  background-color:transparent;
  text-transform:uppercase;
  font-size:13px;
  border-left:0px;
  cursor:pointer;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  height        : 50px;
}
.sort:hover {
  text-decoration: none;
  background-color:rgba(255,255,255,0.3);
}
.sort:focus {
  outline:none;
}

.sort.asc{
  background: white;
  color: #EA8B33;
}

.users_topo{
  font-size: 0px;
}

.search{
  width: 75%;
  display: inline-block;
  vertical-align: top;
}

.sort{
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color:    white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    white;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    white;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    white;
}

#users{
  padding-top: 20px;
}

.titulo,
.sub_titulo{
  margin-left: 150px;
  display: block;
}

.titulo{
  font-family: 'black';
  text-transform: uppercase;
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}

.sub_titulo{
  color: white;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 20px;
}

.insc h1{
  font-family: 'black';
  text-transform: uppercase;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.insc{
  padding: 20px 0px;
}

.insc h2{
  color: white;
  padding-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
}

.insc_grupo{
  border-top: 1px solid white;
  padding-top: 10px;
  padding-bottom: 40px;
}

.insc_linha{
  font-size: 0px;
  margin-bottom: 10px;
}

.insc_linha_cont{
  font-size: 0px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.insc_cont,
.insc_label{
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}

.insc_label{
  width: 15%;
  color: white;
}

.insc_cont{
  width: 85%;
}

.insc_linha.x2 .insc_linha_cont{
  width: 50%;
}

.insc_cont input{
  width: 100%;
}

.insc_linha.x2 .insc_linha_cont .insc_label{
  width: 30%;
}

.insc_linha.x2 .insc_linha_cont .insc_cont{
  width: 70%;
}

.insc_input{
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  padding: 10px;
  height: 45px;
  line-height: 45px;
  color: #EA8B33;
  font-size: 16px;
  font-family: 'bold';
}

.insc_input:hover{
  -moz-box-shadow: 0px 0px 15px #EA8B33;
  -webkit-box-shadow: 0px 0px 15px #EA8B33;
  box-shadow: 0px 0px 15px #EA8B33;
}

.insc_input:focus{
  background: #EA8B33;
  color: white;
  -moz-box-shadow: 0px 0px 15px #fff;
  -webkit-box-shadow: 0px 0px 15px #fff;
  box-shadow: 0px 0px 15px #fff;
}

.insc_label{
  height: 45px;
  line-height: 45px;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  border: 1px solid rgba(255,255,255,0.5);
  border-right: none;
  text-align: center;
}

.insc_opt{
  padding-bottom: 10px;
  color: white;
  font-family: 'bold';
}

.insc_opt label{
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.insc_opt span{
  padding-left: 10px;
  padding-right: 22px;
}

.insc_grupo h3{
  font-family: 'bold';
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px;
}

.insc_grupo .txt{
  padding-bottom: 20px;
  margin-top: -10px;
  font-size: 14px;
}

.insc_botoes{
  padding: 20px 0px;
  font-size: 0px;
  text-align: center;
}

.insc_botao{
  display: inline-block;
  padding: 15px 30px;
  background: white;
  color: #EA8B33;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'black';
  text-transform: uppercase;
}

.resp_top{
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
}

.resp_logo,
.resp_menu_bt{
  display: table-cell;
  vertical-align: middle;
}

.resp_logo img{
  height: 100%;
  width: auto;
}

.resp_to_in{
  display: table;
  width: 100%;
}

.resp_logo{
  width: 75%;
  padding: 0;
  position: relative;
}

.resp_menu_bt{
  position: relative;
}

.resp_menu_bt span{
  position: absolute;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
  width: 50%;
  left: 25%;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  border-top: 8px solid #EA8B33;
  border-bottom: 7px solid #EA8B33;
}

.resp_menu{
  position: relative;
  z-index: 2;
}

.signed{
  padding-top: 10px;
  padding-bottom: 10px;
  background: #eee;
  text-align: center;
}

.signed a{
  display: inline-block;
  text-decoration: none;
    opacity:0.5;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
}

.signed a:hover{
    opacity:1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
}

.signed a img{
  width: 40px;
}

.pag_programa .desp_e{
  width: 50%;
}

.pag_inscricoes .lista_desp a:nth-child(3) > em,
.pag_inscricoes .lista_desp a:nth-child(4) > em,
.pag_inscricoes .lista_desp a:nth-child(5) > em{
    /*opacity: 0.7;
    text-decoration: line-through;
    cursor: not-allowed;*/
}


.pag_inscricoes .lista_desp a:nth-child(4) > em:after,
.pag_inscricoes .lista_desp a:nth-child(5) > em:after{
    /*content: "[fechado]";
    padding-left: 10px;
    text-decoration: none !important;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;*/
}

.pag_desporto ul li h3, .pag_desporto ul li h4{
  display: inline-block;
}


table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
  background-color: transparent;
      padding: 20px 0px;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td{
  background-color: transparent;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd{
  background-color: transparent;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd{
  background-color: transparent;
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1{
  background-color: transparent;
      padding: 20px 0px;
}

table.dataTable tbody tr{
  background-color: transparent;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: transparent;
}
#tab_lista_inscritos{
  color: white;
}

#tab_lista_inscritos h3{
  text-transform: uppercase;
  }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid rgba(255,255,255,0.3);
}

div.dataTables_filter input{
    width: 75%;
  display: inline-block;
  vertical-align: top;
}