﻿
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i');

/* Bolinha ao lado do nome do site */
header.titulo h1 a span, 
header.titulo h2 a span{color: #6cb046;}

.active {
	display: none;
}

 /* Bolinha de Paginação dos destaques */

.owl-dots .owl-dot{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #c4c4c4;
}

.owl-dots {
	text-align: center;
	margin-top: 30px;
}

.owl_theme .owl-controls .owl-page.active,
.owl_theme .owl-controls.clickable .owl-page:hover,
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover{background-color: #068aca!important;}


.owl_theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

/* Traço acima dos Títulos no Header Padrão */
header.header_padrao h1:before,
header.header_padrao h2:before,
header.header_padrao h3:before{background-color: #6cb046;}

/* Símbolo de "+" ao lado dos Títulos no Header Padrão */
header.header_padrao a:before{color: #6cb046;}

/* Título das Categorias dentro de Vídeos ou Notícias (se houver) */
.thumb_article  .nome_esporte{color: #6cb046;}

/* Título dos ítens da editoria no menu superior  */
.menu_titulo .parte2 h3{color: #6cb046;}

/* Cor dos links dos ítens da editoria no menu superior  */
.menu_titulo .parte2 ul li a{color: #6cb046;}

/* Cor da borda de baixo no menu superior  */
.menu_titulo nav {
    border-bottom: 8px solid #6cb046;
}

/* Data nos Vídeos relacionados  */
section.videos_relacionados .date{color: #6cb046;}


/* Fundo do botão de filtro para vídeos  */
.btn_padrao {background: #6cb046;}

/* Seta de opção nos filtros para vídeos  */
.btn_select i {color: #6cb046;}

/* Paginação em números na Galeria de fotos  */
section.galeria_destaque #galeria .descricao_foto span.numero{color: #6cb046;}

/* Crédito na Galeria de fotos  */
section.galeria_destaque #galeria .descricao_foto span.credito{color: #6cb046;}

/* Ícone de camera na lista de galerias */
section.lista_galerias .thumb_article h3:before{color: #6cb046;}

/* Hora na lista de Notícias */
#lista_noticias .news_item span.hora{color: #6cb046;}

/* Título Principal na interna de Notícia */
.header-noticias h1 {color: #6cb046;}

/* Fundo da barra de créditos e legenda abaixo da foto na interna de Notícia */
p.credits{background-color: #203e62;}
/* Nome do crédito abaixo da foto na interna de Notícia */
p.credits i{color: #b5d6fd;}

/* Link dentro do conteúdo na interna de Notícia */
.texto_conteudo a,
.texto_conteudo a:hover,
.texto_conteudo a:focus{
	color: #6cb046;
}
/* Título do "Veja Também" na interna de Notícia */
.veja_tambem span{color: #df6327;}
/* Setinha do "Veja Também" na interna de Notícia */
.veja_tambem ul li a:before{color: #005336;}

/* Setinha do "Ler Notícia Completa" na interna de Notícia */
a#texto_completo i{color: #6cb046;}

/*.customNavigation a{
	position: absolute;
	font-size: 45px;
	bottom: -20px;
	color: #fff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/
 [role="button"] {
          cursor: auto;
      }
	  
.customNavigation {
    position: relative;
	font-size: 45px;
    top: -155px;
    z-index: 10;
}

.customNavigation a, .customNavigation a:hover, .customNavigation a:active, .customNavigation a:focus {
	color: #fff;
}

.customNavigation .prev { 
	float: left;
}

.customNavigation .next {
	float: right;
}

@media screen and (max-width: 450px) {
	.customNavigation {
		top: -155px;
	}
}

/***********************************/


.nav-header{
	display: none;
}

header.titulo {
	height: 133px; 
	margin-bottom: 45px;
}
header.titulo {
	border-bottom: 11px solid #e2e2e2;
	/*overflow: hidden;*/
}
header.titulo .nav-rio {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 10px 0 0;
}
header.titulo .nav-rio a {
	width: 100%;
	height: 100%;
	display: block; 
}
header.titulo .nav-rio a i {
	color: #292929;
	font-size: 40px;
}
header.titulo h1,
header.titulo h2{
	display: inline-block;
	position: relative;
	top: 30px;
}
header.titulo h1 a,
header.titulo h2 a{
	/* font-family: "fira_sansbold"; */
	font-weight: 700;
	font-size: 80px;
	color: #292929; 
	display: block;
	letter-spacing: -4px;
}
header.titulo h1 a:hover,
header.titulo h2 a:hover{
	text-decoration: none;
	color: #292929; 
}
header.titulo h1 a span,
header.titulo h2 a span{
	font-weight: 700;
}
header.titulo .selo-pequeno {
	margin-top: 30px;
	width: 120px;
	height: 60px;
	float: right;
	position: relative;
	overflow: hidden; 
}



/* INÍCIO dos estilos para menu titulo */

.menu_titulo {
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	top: 20px;
	padding-bottom: 20px;
}

.menu_titulo a i {
	color: #292929;
	font-size: 48px;
}

.menu_titulo nav {
	background-color: #fff;
	width: 460px;
	position: absolute;
	top: 55px;
	left: 5px;
	z-index: 15;
	display: none;
	-webkit-box-shadow: 0px 0px 10px 0px #666; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 0px 10px 0px #666; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    opacity: 0.95;
}

.menu_titulo:hover  nav{
	display: block;
}

.menu_titulo .seta{
	position: absolute;
	left: 10px;
	top: -10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	opacity: 0.95;
}

.menu_titulo .parte1,
.menu_titulo .parte2{
	width: 50%;
	float: left;
}

.menu_titulo .parte1 ul{
	margin: 10px 20px 10px 20px;
	padding: 0px;
	list-style-type: none;

}

.menu_titulo .parte1 ul li a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	border-bottom: 2px dotted #e2e1e1;
	line-height: 38px;
}
.menu_titulo .parte1 ul li:last-child a{
	border-bottom: 0px;
}
.menu_topo .parte1 ul li a:hover{
	color: #ee3155;
}

.menu_titulo .parte2{
	padding: 40px 0 15px 15px;
	background-color: #efedef;
}
.menu_titulo .parte2 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu_titulo .parte2 ul li a{
	display: block;
	font-size: 14px;
	line-height: 30px;
}

.menu_titulo .parte2 h3{
	font-size: 24px;
	margin: 10px 0 20px 0;
}

.menu_topo .parte2 h4{
	font-size: 14px;
	color: #444444;
	font-weight: normal;
	text-transform: uppercase;
}

/* FIM dos estilos para menu titulo */


main.principal{
	margin-bottom: 40px;
}

section.bg,
main.bg{
  background: url("../images/bg.png") no-repeat center 120px; }

.noPadding {
  padding: 0; }

.header-noticias {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  }
  .header-noticias h1 {
    /* font-family: "fira_sansbold"; */
	font-weight: 700;
    font-size: 60px; 
	margin-top: 0px;}
  .header-noticias h3 {
    /* font-family: "fira_sansbold"; */
	font-weight: 500;
    color: #414141; }
  .header-noticias p {
    color: #a7a7a7;
    font-size: 13px;
    /* font-family: "fira_sanslight"; */
	font-weight: 300;	}
    .header-noticias p:before {
      content: '\f007';
      font-family: "FontAwesome";
      margin-right: 10px;
      font-size: 15px; }

.content-share-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .content-share-header ul {
    margin: 0; }
    .content-share-header ul li {
      background: url("http://www.band.uol.com.br/includes/public/images/ico-share.png") no-repeat 0 0;
      width: 33px;
      height: 33px;
      position: relative;
      overflow: hidden;
      float: left;
      text-indent: -9999px;
      margin-top: 12px; }
      .content-share-header ul li.ico-menu-twitter {
        background-position: -42px 0;
        width: 34px;
        margin-left: 10px; }
      .content-share-header ul li a {
        width: 100%;
        height: 100%;
        display: block; }

.img-entry-destaque {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .img-entry-destaque figure {
    height: 645px; }
    .img-entry-destaque figure img {
      width: 100%;
      height: 100%; }
    .img-entry-destaque figure figcaption {
      position: absolute;
      bottom: 0;
      font-size: 14px;
      line-height: 28px;
      left: 0;
      width: 100%;
      padding: 2px 15px;
      background-color: #203e62;
      color: #fff;
      /* font-family: "fira_sansregular"; */
	  font-weight: 400;
      border-top: 3px solid #fff; }
      .img-entry-destaque figure figcaption span {
        color: #97c6ff;
        /* font-family: "fira_sansmedium_italic"; */
		font-weight: 500;
		font-style: italic; 
		}

.content-entry {
  position: relative;
  overflow: hidden; }
  .content-entry p {
    font-size: 18px;
    line-height: 30px;
    /* font-family: "fira_sansregular"; */
	font-weight: 400; 
    color: #666666;
    margin-bottom: 20px; }

.title-entry {
  color: #292929;
  font-size: 44px;
  /* font-family: "fira_sansbold"; */
  font-weight: 700;
  position: relative;
  display: inline-block; }
  .title-entry:before {
    content: '';
    width: 50px;
    height: 8px;
    background-color: #6cb046;
    top: -10px;
    left: 0;
    position: absolute; }

.box-recomendadas .content-hidden {
  position: relative;
  overflow: hidden;
  width: 635px;
  margin: 0 auto; }

.box-recomendadas ul {
  width: 5000px; }

.box-recomendadas li {
  position: relative;
  overflow: hidden;
  width: 190px;
  float: left;
  margin-left: 30px; }
  .box-recomendadas li:first-child {
    margin-left: 0; }
  .box-recomendadas li figure {
    background-color: red;
    min-height: 160px; }
    .box-recomendadas li figure img {
      width: 100%;
      height: 100%; }
  .box-recomendadas li h4 a {
    /* font-family: "fira_sansbold"; */
	font-weight: 700;
    color: #2c2c2c;
    font-size: 18px; }

.box-recomendadas .btn-recomendadas {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 99;
  margin: -30px 0; }
  .box-recomendadas .btn-recomendadas i {
    font-size: 45px;
    color: #c9c9c9; }
  .box-recomendadas .btn-recomendadas.prev-recomendadas {
    left: 0; }
  .box-recomendadas .btn-recomendadas.next-recomendadas {
    right: 0; }

.content-gallery {
  position: relative;
  overflow: hidden; }
  .content-gallery h2 {
    font-size: 24px;
    /* font-family: "fira_sansbold"; */
	font-weight: 700;
    padding-left: 35px;
    position: relative; }
    .content-gallery h2:before {
      content: '\f030';
      font-family: 'FontAwesome';
      color: #6cb046;
      font-size: 25px;
      position: absolute;
      top: 0;
      left: 0; }
  .content-gallery h4 {
    /* font-family: "fira_sansregular"; */
    font-weight: normal;
    font-size: 16px;
    color: #9f9f9f; }

.image-entry-text {
  position: relative;
  overflow: hidden; }
  .image-entry-text img {
    width: 100%;
    height: 100%; }
  .image-entry-text figcaption {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    line-height: 28px;
    left: 0;
    width: 100%;
    padding: 2px 15px;
    background-color: #203e62;
    color: #fff;
    /* font-family: "fira_sansregular"; */
	font-weight: normal;
    border-top: 3px solid #fff; }
    .image-entry-text figcaption span {
      color: #97c6ff;
      /* font-family: "fira_sansmedium_italic"; */ 
	  font-weight: 500;
	  font-style: italic; 
	  }

.entry-noticias-gallery {
  margin-bottom: 30px; }
  .entry-noticias-gallery .btn-gallery {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 99;
    margin: -30px 0; }
    .entry-noticias-gallery .btn-gallery i {
      font-size: 50px;
      color: #c9c9c9; }
    .entry-noticias-gallery .btn-gallery.prev-gallery {
      left: 0; }
    .entry-noticias-gallery .btn-gallery.next-gallery {
      right: 0; }
  .entry-noticias-gallery .gallery-hidden {
    width: 1080px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 600px; }
    .entry-noticias-gallery .gallery-hidden ul {
      width: 10000px; }
      .entry-noticias-gallery .gallery-hidden ul li {
        width: 1080px;
        height: 600px;
        float: left;
        position: relative; }
        .entry-noticias-gallery .gallery-hidden ul li figure {
          height: 600px;
          position: relative; }
          .entry-noticias-gallery .gallery-hidden ul li figure img {
            width: 100%;
            max-height: 100%; }
          .entry-noticias-gallery .gallery-hidden ul li figure figcaption {
            background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 10%, transparent 100%);
            background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 10%, transparent 100%);
            background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 10%, transparent 100%);
            background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 10%, transparent 100%);
            background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.65) 10%, transparent 100%);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            font-size: 20px;
            color: #fff;
            /* font-family: "fira_sansmedium"; */
			font-weight: 500;
            text-align: center; }
            .entry-noticias-gallery .gallery-hidden ul li figure figcaption span {
              color: #f2de36;
              display: block;
              font-style: 12px;
              /* font-family: "fira_sansmedium_italic"; */ 
			  font-weight: 500;
			  font-style: italic; }

.video-hidden {
  width: 1080px;
  height: 600px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 30px auto; }
  .video-hidden iframe {
    border: none;
    height: 600px;
    width: 1080px; }



* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif, arial; 
  }

  
a {
  font-family: 'Fira Sans', sans-serif; 
   }

a:hover {
  text-decoration: none; }

a:focus {
  border: none; }

/* Header padrão */
header.header_padrao{
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	position: relative;
}

header.header_padrao h1,
header.header_padrao h2,
header.header_padrao h3{
	font-size: 40px;
	font-weight: bold;
	color: #292929;
	line-height: 50px;
	letter-spacing: -1px;
}

aside header.header_padrao h1,
aside header.header_padrao h2,
aside header.header_padrao h3{
	font-size: 40px;
}
aside header.header_padrao a{
	font-size: 18px;

}


header.header_padrao h1:before,
header.header_padrao h2:before,
header.header_padrao h3:before{
	content: " ";
	display: block;
	position: absolute;
	top: -10px;
	left: 0px;
	width: 50px;
	height: 8px;

}

header.header_padrao a{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #292929;
	line-height: 45px;
}

header.header_padrao a:before{
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: -1px;
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f067";
}

header.header_padrao.twitter h2:before{
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f099";
	font-weight: normal;
}

header.header_padrao.instagram h2:before{
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f16d";
	font-weight: normal;
}

/* Header internas */
header.header_internas{
	background-color: #df6327;
	height: 37px;
	line-height: 37px;
	margin-bottom: 25px;
	position: relative;
}

header.header_internas h1,
header.header_internas h2,
header.header_internas h3{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-indent: 15px;
	line-height: 37px;
	letter-spacing: -1px;
}

header.header_internas a{
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	
}

.barra_divisao {
	border-bottom: 11px solid #e2e2e2;
}


/* INÍCIO da Barra Social das Internas */

.social_internas{
	padding: 20px 0 0 0;
	margin-bottom: 30px;
	overflow: hidden;

}

.social_internas span{
	font-size: 16px;
	text-transform: uppercase;
	color: #858585;
	letter-spacing: -0.5px;
	display: block;
	margin-bottom: 10px;
}

.social_internas a{
	float: left;
	margin-right: 10px;

}

.social_internas .separador{
	float: left;
	border-right: 1px solid #d2d2d2;
	height: 46px;
	margin: 0 10px 0 0px;
}




/*=============================================
=             21. Form  =
=============================================*/

.main_form {
	background-image: url(../images/bg.png);
	min-height: 3200px;
	padding-bottom: 50px;
	background-color: #6c0600;
	background-repeat: repeat-y;
}

.header {
	text-align: center;
	margin-top: 50px;
}

.header img {
	 max-width: 100%;

}


.form label{
	display: inherit;
    clear: both;
    cursor: pointer;
    font-size: 18px;
    top: 4px;
    position: relative;
    text-align: center;
    font-style: italic;
	font-weight: 500;
	color: #fff;
	letter-spacing: -0.5px;
}

.form label i{
	color: #ee4c17;
	font-weight: 300;
}

.form label input{ margin-right: 10px;}

input[type=text], input[type=tel], input[type=email], .form textarea, .form select{
	border-radius: 5px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 50%, rgba(235,235,235,1) 51%, rgba(235,235,235,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(240,240,240,1)), color-stop(51%, rgba(235,235,235,1)), color-stop(100%, rgba(235,235,235,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 50%, rgba(235,235,235,1) 51%, rgba(235,235,235,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 50%, rgba(235,235,235,1) 51%, rgba(235,235,235,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 50%, rgba(235,235,235,1) 51%, rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 50%, rgba(235,235,235,1) 51%, rgba(235,235,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 );
}
input:focus,
textarea:focus  {
	border: 1px solid #e4a027 !important;
	z-index: 2;
}
label.error {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	right: 18px;
	top: 6px;
	border: 2px solid #fff;
	text-align: right;
	clear: both;
	display: block;
	background-color: red;
	text-indent: -999em;
	font-style: normal;
	line-height: initial;
}

label.error:before {
	content: '\f00d';
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 14px;
	text-indent: 0px;
	position: relative;
	top: -1px;
	text-align: center;
	display: block;
}

input.error, textarea.error, select.error{
	border: 1px solid red;
}

.dropzone .dz-message{
	margin: 0px !important;
}

.dropzone{
	border: 0px !important;
	margin: 0px !important;
	line-height: 35px;
	background-color: #fc5119 !important;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	
}

.form a {
	color: #924242;
}

.form label p {
	display: inline-block;
    padding: 10px 30px;
    background: #924242;
    color: #f1e2dc;
    font-style: initial;
    border-radius: 50px;
}

.disabled{
	opacity: 0.5;
}

.text-center {
	text-align: center !important;
}

.text-inline-block {
	display: inline-block;
}


.subTitle_form {
	letter-spacing: -2px;
    font-style: italic;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
	position: relative;
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
}

@media(min-width: 768px) {
	.subTitle_form {
		font-size: 36px;
	}
}

.subTitle_form_info_pessoal {
	letter-spacing: -2px;
    font-style: italic;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
	position: relative;
	font-size: 30px;
	color: #FFF;
}


/*.subTitle_form:after {
	content:url('../images/borda-subtitulo.png');
	 position: absolute;
    top: 20px;
    left: 40%;
}*/
.subTitle_form:after {
    content: url(../images/borda-subtitulo.png);
    position: absolute;
    top: 20px;
    left: calc(50% - 83px);
}

.btn_submit {
	background: #fc5119;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
    border-radius: 25px;
	margin-top: 30px;
}

.btn_submit:disabled {
	opacity:0.5;	
	cursor: not-allowed!important;
}

span.opcao{
	color: #fff;
	font-style: italic;
	font-size: 16px;
}

span.opcao a{
	color: #ee4c17;
	text-decoration: underline;
}

.rodape-novo {
    margin-top: -35px !important;
}

.input_disabled {
	cursor: not-allowed;
    background-color: #eee;
	opacity: 0.5 !important;
}

.formulario_bg{
	background-color: rgba(0,0,0,0.6);

	border-radius: 55px;
}

.text_form{
	font-size: 19px !important;
	color: #ffffff;
	margin-top: 50px;
	padding-top: 20px;
	font-style: italic;
}

.text_form p{
	font-size: 24px;
	color: #fc5119;
	font-weight: 300;
	text-align: center;
	
}


.text_form ol li span{
	padding-left: 20px;
	display: block;
	line-height: 28px;
	font-weight: 200;
	
}

.text_form ol li{
	font-weight: 300;
	font-size: 16px;
}

.text_form ol li:before{
	content "";
	margin-left: 30px;
}


.text_form strong{
	color: #d3112f;
	font-style: italic;
    font-weight: 700;
	text-transform: uppercase;
}

.selectFilhos span{
	color: #fff;
	font-size: 18px;
	margin-left: 5px;
}

.formInfPessoal label {
	text-align: right;
}



.formPerfil .form-group {
	margin-bottom: 20px;
}

.form-group h3{
	font-size: 20px;
	text-align: center;
	color: #fc5119;
	font-weight: 300;
	font-style: italic;
	margin: 20px 0 10px 0;
}

.form-group.radio span{
	position: absolute;
}

.form-group.radio label.radio{
	display: block;
    left: -20px;
    padding-left: 40px;
    text-align: left;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	margin-bottom: 5px;
}

.form-group.radio ul{
	list-style-type: none;
}

.form-group.radio ul li{
	position: relative;
}

.form-group p{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.3px;
	font-style: italic;
}
.form-group p strong{
	font-weight: 400;
	display: block;
	color: #fc5119;
}

.form_video label{
	text-align: left;
	font-size: 14px;
	font-weight: 300;
}

.form_video input{
	font-size: 30px;
	height: 70px;
	letter-spacing: -2px;
}

span.arq{
	background:#fc5119;
	border:none;
	height:34px;
	color:#FFF;
	display:block;
	letter-spacing:0px;
	line-height:34px;
	text-align:center;
	cursor: pointer;
}

sub{
	display: block;
	font-size: 10px !important;
    font-weight: 300;
    line-height: 12px !important;
	bottom: 4px !important;
}

input[type="radio"] {
  display: none;
  cursor: pointer;
}

input[type="radio"]:checked+span:after {
  background: #fc5119;
}
input[type="radio"]+span:after {
  content: " ";
  position: relative;
  left: -17px;
  top: 6px;
  background-color: #ccc;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 4px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  visibility: visible;
}

label.fa{
	font-style: normal !important;
	font-size: 23px !important;
	padding-right: 23px;
	z-index: 1;
}

input[type=file] {
    display: block !important;
    height: 38px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}



/*================================================================
=            Bootstrap 3 Media Queries For All Devices - Mobile First Method               =
=================================================================*/

/*==========   ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}
/

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	.subTitle_form:after {
		left: 40%;
	}
	
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 1195px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	.date{
		font-size: 16px;
		margin-top: 5px;
	}



	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.formInfPessoal label{
		text-align: left;
	}

	main.bg, main{
		background-image: none;
		
	}

	.header-noticias h1{
		font-size: 42px;
		line-height: 44px;
		letter-spacing: -2px;
	}

	.header-noticias h3{
		font-size: 20px;
		line-height: 28px;
	}
	
	.social_internas .separador{
		margin: 20px 0 0 0;
	}

	p.credits{
		font-size: 16px;
		line-height: 22px;
		padding: 8px 8px 0px 8px;
	}

	p.credits i{
		font-size: 16px;
	}

	.header-noticias p{
		font-size: 16px;
		font-weight: 400;
	}





}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	

	/*Paulo Tosi - FIM - Ajuste videos destaque */
	

	.social_internas img{
		width: 40px;
	}

	.social_internas .separador{
		height: 40px;
	}

	.social_internas .separador{
		margin: 0 10px 0 10px;
	}

	.social_internas{
		padding: 15px;
	}
	
	
	
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

.oculto.form-control{
	display: none;
}













