@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	color: #333333;
	font-family: sans, sans-serif, "open_sansregular", Arial, Helvetica;
}
h1 {
	font-size:1.76em;
	color:#79a12f;
	font-weight:bold;
}
h2 {
	font-size:1.2em;
	color:#79a12f;
	font-weight:bold;
}
h3 {
	font-size:1.07em;
	color:#6d6d6d;
	font-weight:bold;
}
h4 {
	font-size:1em;
	color:#6d6d6d;
	font-weight:bold;
}
h5 {
	font-size:1em;
	color:#6d6d6d;
	font-weight:normal;
}
h6, .legenda {
	font-size:0.85em;
	color:#6d6d6d;
	font-style:italic;
}
h1, h2, h3 {
	margin-top:.2em;
}
#sidebarleft, #sidebarright {
	margin-top:.4em;
	margin-bottom:1em;
}

#content p a{
    font-weight: 700;
    text-decoration:underline;
}

a {
	color:#235f6e;
        text-decoration: none;
}
a:hover {
	color:#235f6e;
	text-decoration: underline;
}
/*/*a:visited {
	color:#58A9BE;
	}*/

.tira-borda-acessibilidade {
    border:none !important;
}

.label-sem-contraste {
	background:#fff;
	color:#000;
	border:1px solid #000;
	font-size:1em;
	}
.label-alto-contraste {
	background:#000;
	color:#fff;
	border:1px solid #000;
	font-size:1em;
	}
	
.acesso-info-ans {
    background-image: url(../images/ico-acesso.png);
    background-repeat:no-repeat;
    text-indent:15px;
    vertical-align:middle;
    line-height:1.5em;
    height:2em;
}

.disque {
    line-height:1.7em; 
    margin:0 10px; 
    color:#79A02E;
    font-size:1.2em;
    font-weight:900;
}

#accessibility a { 
    font-size:.9em; 
    text-decoration: none;
}
.clear {
	clear:both;
}
.badge, .label, .pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius:0;
}
.badge-info {
	background-color:#097189;
}
.pagination > li > a, .pagination > li > span {
	padding: 2px 6px;
	font-size:100%;
}

.lista-a-z-ans li {
  position: relative;
  float: left;
  padding: 6px 7px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  font-size:108%;
}
.rodape-ans, .barra {
	border: none;
	background-color: #097189;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.barra {
	position:relative;
	z-index:1000;
        height:4.25em;
}

.margem-barra-ans {
    margin-top:1em;
}
.rodape-social-ans {
   background-color:#E3DDD4;
}
.rodape-ans {
	/*background-color:#097189;*/
	padding:1em 0 0 0;
	color:#addae5;
	font-size:.9em;
}
.rodape-ans a, .rodape-ans p {
	color:#addae5;
}
.rodape-borda-ans {
	border-left:1px solid #438da0;
}
.rodape-ans ul ul {
	margin-top:1em;
}
.banners-rodape-ans {
	margin:0 0 1em 0;
}
.container {/* Sobrescreve a largura de 1170 do bootstrap */
	max-width:1170px;
}
.margem-topo-ans {
	margin-top:1em;
}
.margem-bottom-ans {
	margin-bottom:1em;
}
.padding-ans {
    padding:1em;
}
.page-header {
	border-bottom: none;
	margin: 0;
	padding-bottom: 9px;
}
.element-invisible {
	display:none;
}
.img-responsive-wrap img { /*classe para ser utilizada em divs que contem imagens para que sejam redimesionadas em tamanhos diferentes de tela*/
	display: block;
	height: auto;
	max-width: 100%;
}
.img-margin-right-ans {
	margin-right:.5em;
}
.img-margin-right-lista-ans {
	list-style-position:inside;
}
.img-margin-left-ans {
	margin-right:.5em;
}
.breadcrumb {
	background-color: #FFF;
	border-radius: 0;
	list-style: none outside none;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;
}

/*********************************************************************************************************
Barra do governo / coloca margem embaixo 10 px /Sobrescreve a altura das linhas separadoras
**********************************************************************************************************/

div#wrapper-barra-brasil {
	height:32px;
}
#barra-brasil .brasil-flag {
	height: 32px !important;
}

/*********************************************************************************************************
	Menu Global
**********************************************************************************************************/

.menuglobal {
	margin:15px 0;
        float:right;
}
.menuglobal.nav-pills > li {
	float: left;
	font-size:.8em;
	border-right:1px solid #ccc;
}
.menuglobal.nav-pills > li:last-child {
	border-right:none;
}
.menuglobal.nav > li > a {
	position: relative;
	display: block;
	padding: 2px 7px;
        line-height:1.5em;
}
.menuglobal.nav > li > a:hover, .menuglobal.nav > li > a:focus {
	text-decoration: none;
	background-color: #fff;
	color:#235f6e;
}
.menuglobal.nav > li.disabled > a {
	color: #333333;
}
/*********************************************************************************************************
	Inversao do Menu / slogan / busca
**********************************************************************************************************/
.logo-ans a { 
        position:relative;
        top:-.5em;
        display:block;
        background-image: url(../images/logo_ANS.png);
        background-repeat: no-repeat;
        width:552px;       
        /*width:486px;
        height:57px;*/
        height:100px;
 }
  @media (max-width: 29.375em) {
 .logo-ans a { 
        position:relative;
        top:-.5em;
        display:block;
        background-image: url(../images/logo_ANS-300.png);
        background-repeat: no-repeat;
        width:300px;
        /*height:35px;*/
        height:114px;
}
.btn-busca-ans {
    margin-left:-20px;
}
}
 
.inverte-barras-ans {
	position:relative;
}
.busca-ans {
	position:absolute;
	/*top:-58px;*/
        top:-83px;
	right:1em;
	z-index:1001;
}
.tamanho-input-busca-ans {
        width:180px; 
        margin-left:-12px; 
        margin-left/*\**/: -32px\9;
        left/*\**/: -83px\9;
        position/*\**/: relative\9;
}
.btn-busca-ans {
    margin-left: 4px;
    position/*\**/: absolute\9;
    top/*\**/: 0px\9;
    left/*\**/: 93px\9;
}


/*********************************************************************************************************
	Servicos e Espacos da pagina principal
**********************************************************************************************************/
.faixa-home-ans {
    width: 100%; 
    background-color: #e3ddd4;
    padding: 2em 0;
    margin: 1.5em 0;
    
}
.faixa-home-ans div, .calendario-home-ans div, .faixa-home-ans h2 {
    text-align:center;
    color:#235f6e;
}
  .faixa-home-ans span, .calendario-home-ans span {
    font-size: 4em;
    color:#235f6e;
}
.panel {
	background-color:#ffffff;
	border-color: #e8e8e8;
	border-radius: 0;
}
.panel h3 {
	font-size:1em;
}
.panel-espaco > .panel-heading, .panel-servicos > .panel-heading {
	background-color: #e3ddd4;
	border-color: #e8e8e8;
	color: #097189;
}
.panel-espaco > .panel-heading {
	background-color: #e3ddd4;
}

.panel-espaco > .panel-heading > .panel-title {
	color:#235F6E;
}
/*********************************************************************************************************
	Btn verde
**********************************************************************************************************/
.btn-primary, .label-primary {
	color: #ffffff;
	background-color: #79A12F;
	border-color: #79A02E;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #658B1E;
	border-color: #79A12F;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #79A12F;
	border-color: #79A02E;
}
/*********************************************************************************************************
	Menu vertical
**********************************************************************************************************/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-stacked-nivel-2-ans > li.active > a {
	background-color: #58771D !important;
	color: #FFFFFF;
}
.nav-pills > li > a {
	border-radius: 0;
}
.nav > li > a {
	display: block;
	padding: 5px 10px;
	position: relative;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #6a9327;
	color:#FFF;
}
.nav-stacked > li ul li > a:hover, .nav-stacked > li ul li > a:focus, .nav-stacked > li ul li.active {
	text-decoration: none;
	background-color: #eeeeee;
}
ul.nav-stacked {
	border:1px solid #DDD;
}
.nav-stacked > li {
	background-color:#79A12F;
	margin:0;
	border-bottom:1px solid #DDD;
}
ul.nav-child {
	margin:0;
	padding:0
}
.nav-stacked > li ul li {
	background-color:#FFF;
	border-bottom:1px solid #DDD;
	list-style-type: none;
	margin-left:0;
}
.nav-stacked > li ul li:last-child {
	border:none;
}
.nav-stacked > li > a {
	color:#FFFFFF;
}
.nav-stacked > li + li {
	margin-left: 0;
	margin-top: 0;
}
.nav-stacked > li ul li > a {
	display:block;
	padding:5px 10px 5px 25px;
}
.nav-stacked > li ul li ul li > a {
	display:block;
	padding:5px 10px 5px 35px !important;
        font-weight:bold;
}
/*********************************************************************************************************
	Ultimas noticias lateral e lista de ultimas noticias
**********************************************************************************************************/

.list-group {
	margin-top:5px;
}
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
a.list-group-item .list-group-item-heading {
	color:#097189;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #58771D;
	border-color: #58771D;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
	color: #ffffff;
}
.list-group-item:hover {
	background-color: #f7f7f7;
}
/*********************************************************************************************************
	Alertas
**********************************************************************************************************/
.alert {
	border-radius: 0;
	border:1px solid #DDD;
	font-weight:normal;
}
/* cor link padrao */
.alert-icolink {
	color:#666;
	font-weight:normal;
        background-color:#FFF;
}
.alert-icolink hr {
	border-top-color: #F9E275;
}
.alert-icolink .alert-link {
	color:#235f6e;
	font-weight:normal;

        text-decoration:none;
}
/* Amarelo */
.alert-atencao {
	color: #993300;
	background-color: #F9E275;
}
.alert-atencao hr {
	border-top-color: #F9E275;
}
.alert-atencao .alert-link {
	color: #993300;
	text-decoration:underline;
	font-weight:normal;
}
/* Vermelho */
.alert-alerta {
	color: #F9E275;
	background-color: #cc0000;
}
.alert-alerta hr {
	border-top-color: #cc0000;
}
.alert-alerta .alert-link {
	color: #F9E275;
	text-decoration:underline;
	font-weight:normal;
}
/* Verde piscina */

.alert-legenda {
	color: #666;
	background-color: #F0F3D7;
}
.alert-legenda hr {
	border-top-color: #a0d0dc;
}
.alert-legenda .alert-legenda, .alert-legenda a {
	color: #666;
	text-decoration:underline;
	font-weight:normal;
}
/* Cinza */
.alert-muted {
	color: #333;
	background-color: #f7f7f7;
}
.alert-imuted hr {
	border-top-color: #DDD;
}
.alert-muted .alert-link {
	color: #333;
	text-decoration:underline;
	font-weight:normal;
}
/* Info */
.alert-info {
        background-color: #61A4B4;
        border-color: #BCE8F1;
        color: #FFFFFF;
}
/*Saiba-mais*/
.alert-saiba-mais {
        background-color: #FFF;
        border-left: 4px solid #3C899D;
}
.alert-saiba-mais li {
        margin:1em 0;    
}
/*********************************************************************************************************
	Sequencia passo-a-passo
**********************************************************************************************************/
.badge-numero {
	display: inline-block;
	min-width: 30px;
        font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #3C899D;
	border-radius: 30px;
}
/*********************************************************************************************************
	Saiba mais
**********************************************************************************************************/
.panel-heading {
	border-radius: 0;
}
/*********************************************************************************************************
	Box cinza
**********************************************************************************************************/
.boxcinza-ans, .boxOutlineCinza {
	padding:1em;
	clear:both;
	background-color:#f7f7f7;
	border:1px solid #DDD;
	margin-bottom:1em;
	/*overflow:auto;*/
        display:table;
	width:100%;
}
.linha-vertical-box-ans {
	background-image:url(../images/linha-vertical-box.gif);
	background-repeat:repeat-y;
	background-position:9.5%;
}

/*********************************************************************************************************
	Tabela
**********************************************************************************************************/
.table {
	font-size:.85em;
        background-color: #ffffff;
}
.thead-ans {
	background-color: #3c899d;
	color: #fff;
}
/*********************************************************************************************************
	Noticias
**********************************************************************************************************/
.noticias-ans h3 {
	margin-top:5px;
}

/*********************************************************************************************************
	Accordion
**********************************************************************************************************/

.panel {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
	background-color: #f7f7f7;
	border-color: #DDDDDD;
}
.panel-default > .panel-heading a {
	color:#235f6e;
}
.panel-group .panel {
	border-radius: 0;
	margin-bottom: 0;
	overflow: hidden;
}
/*Noticias*/
dl.article-info {
	margin:-1em 0 1em 0
}
dd.category-name {
	margin-top:-1em
}
span.label-primary-noticias a {
	border-radius:0;
	color: #ffffff;
	background-color: #79A12F;
	border-color: #79A02E;
	display: inline;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
/*Sala de imprensa*/
.salaDeImprensa-ans h2  {
   font-size:.9em;   
}
#obs_cont {
	font-weight:bold;
}
/*Forms*/
.form-control:focus {
	border-color: #6a9327;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 153, 51, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 153, 51, 0.6);
}
/*********************************************************************************************************
Breakpoints
**********************************************************************************************************/
@media (max-width: 63.9375em) {
 .acessibilidade {
     display:none;
 }
 .barra {
 position:inherit;
 height:4.20em !important;

}
.margem-barra-ans {
    margin-top:0;
}
 .inverte-barras-ans {
 position:absolute;
 top:32px;
 width:100%;
 height:54px;
}
 .busca-ans {
 position:absolute;
 top:10px;
 left:60px;
 z-index:1001;
}
 .busca-ans button {
 position:absolute;
 top:0px;
 left:174px;
 margin-top:3px;
}

.menuglobal-xs {
    margin-top:4em;
    font-size:.9em !important;
}
button.finder  {
    margin:0 !important;
}

.linha-vertical-box-ans {
	background-position:9.8%;
}
}
/*********************************************************************************************************
		Tabs - Tabelas / usadas nos iframes / consulta IDSS
**********************************************************************************************************/
.operadoras-encontradas-selecionadas-ans {
	float:left;
	position:relative;
	width:100%;
	height:200px;
	margin:8px 0;
	border:1px solid #999;
	overflow:auto;
	font-size:.9em;
	background-color:#FFF;
}
.border-top-none {
	border-top-color: transparent;
}
 @media (max-width: 53.000em) {
.table-responsive-asps-ans {
width: 100%;
margin-bottom: 15px;
overflow-x: scroll;
overflow-y: hidden;
border: 1px solid #dddddd;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
}
 .table-responsive-asps-ans > .table {
 margin-bottom: 0;
}
 .table-responsive-asps-ans > .table > thead > tr > th,  .table-responsive-asps-ans > .table > tbody > tr > th,  .table-responsive-asps-ans > .table > tfoot > tr > th,  .table-responsive-asps-ans > .table > thead > tr > td,  .table-responsive-asps-ans > .table > tbody > tr > td,  .table-responsive-asps-ans > .table > tfoot > tr > td {
 white-space: nowrap;
}
 .table-responsive-asps-ans > .table-bordered {
 border: 0;
}
 .table-responsive-asps-ans > .table-bordered > thead > tr > th:first-child,  .table-responsive-asps-ans > .table-bordered > tbody > tr > th:first-child,  .table-responsive-asps-ans > .table-bordered > tfoot > tr > th:first-child,  .table-responsive-asps-ans > .table-bordered > thead > tr > td:first-child,  .table-responsive-asps-ans > .table-bordered > tbody > tr > td:first-child,  .table-responsive-asps-ans > .table-bordered > tfoot > tr > td:first-child {
 border-left: 0;
}
 .table-responsive-asps-ans > .table-bordered > thead > tr > th:last-child,  .table-responsive-asps-ans > .table-bordered > tbody > tr > th:last-child,  .table-responsive-asps-ans > .table-bordered > tfoot > tr > th:last-child,  .table-responsive-asps-ans > .table-bordered > thead > tr > td:last-child,  .table-responsive-asps-ans > .table-bordered > tbody > tr > td:last-child,  .table-responsive-asps-ans > .table-bordered > tfoot > tr > td:last-child {
 border-right: 0;
}
 .table-responsive-asps-ans > .table-bordered > tbody > tr:last-child > th,  .table-responsive-asps-ans > .table-bordered > tfoot > tr:last-child > th,  .table-responsive-asps-ans > .table-bordered > tbody > tr:last-child > td,  .table-responsive-asps-ans > .table-bordered > tfoot > tr:last-child > td {
 border-bottom: 0;
}

/* form em etapas */
.hidden-xs-ans {
 display:none !important;
}
.visible-xs-ans {
 display:block !important;
}

.tira-borda {
    border:none !important;
}
}
@media (min-width: 43.125em) /*690px*/{
 .hidden-xs-asps-ans {
 display: inline-block !important;
}
/* form em etapas */
.hidden-xs-ans {
 display:block !important;
}
.visible-xs-ans {
 display:none !important;
}
 .col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11 {
 float: left;
}
 .col-md-12 {
 width: 100%;
}
 .col-md-11 {
 width: 91.66666666666666%;
}
 .col-md-10 {
 width: 83.33333333333334%;
}
 .col-md-9 {
 width: 75%;
}
 .col-md-8 {
 width: 66.66666666666666%;
}
 .col-md-7 {
 width: 58.333333333333336%;
}
 .col-md-6 {
 width: 50%;
}
 .col-md-5 {
 width: 41.66666666666667%;
}
 .col-md-4 {
 width: 33.33333333333333%;
}
 .col-md-3 {
 width: 25%;
}
 .col-md-2 {
 width: 16.666666666666664%;
}
 .col-md-1 {
 width: 8.333333333333332%;
}
 .col-md-pull-12 {
 right: 100%;
}
 .col-md-pull-11 {
 right: 91.66666666666666%;
}
 .col-md-pull-10 {
 right: 83.33333333333334%;
}
 .col-md-pull-9 {
 right: 75%;
}
 .col-md-pull-8 {
 right: 66.66666666666666%;
}
 .col-md-pull-7 {
 right: 58.333333333333336%;
}
 .col-md-pull-6 {
 right: 50%;
}
 .col-md-pull-5 {
 right: 41.66666666666667%;
}
 .col-md-pull-4 {
 right: 33.33333333333333%;
}
 .col-md-pull-3 {
 right: 25%;
}
 .col-md-pull-2 {
 right: 16.666666666666664%;
}
 .col-md-pull-1 {
 right: 8.333333333333332%;
}
 .col-md-pull-0 {
 right: 0;
}
 .col-md-push-12 {
 left: 100%;
}
 .col-md-push-11 {
 left: 91.66666666666666%;
}
 .col-md-push-10 {
 left: 83.33333333333334%;
}
 .col-md-push-9 {
 left: 75%;
}
 .col-md-push-8 {
 left: 66.66666666666666%;
}
 .col-md-push-7 {
 left: 58.333333333333336%;
}
 .col-md-push-6 {
 left: 50%;
}
 .col-md-push-5 {
 left: 41.66666666666667%;
}
 .col-md-push-4 {
 left: 33.33333333333333%;
}
 .col-md-push-3 {
 left: 25%;
}
 .col-md-push-2 {
 left: 16.666666666666664%;
}
 .col-md-push-1 {
 left: 8.333333333333332%;
}
 .col-md-push-0 {
 left: 0;
}
 .col-md-offset-12 {
 margin-left: 100%;
}
 .col-md-offset-11 {
 margin-left: 91.66666666666666%;
}
 .col-md-offset-10 {
 margin-left: 83.33333333333334%;
}
 .col-md-offset-9 {
 margin-left: 75%;
}
 .col-md-offset-8 {
 margin-left: 66.66666666666666%;
}
 .col-md-offset-7 {
 margin-left: 58.333333333333336%;
}
 .col-md-offset-6 {
 margin-left: 50%;
}
 .col-md-offset-5 {
 margin-left: 41.66666666666667%;
}
 .col-md-offset-4 {
 margin-left: 33.33333333333333%;
}
 .col-md-offset-3 {
 margin-left: 25%;
}
 .col-md-offset-2 {
 margin-left: 16.666666666666664%;
}
 .col-md-offset-1 {
 margin-left: 8.333333333333332%;
}
 .col-md-offset-0 {
 margin-left: 0;
}
}

 @media (max-width: 47.9375em ) {
 #sidebarleft { /*retira o menu vertical das paginas internas nos dispositivos moveis */
 display:none;
 }
  .col-md-9 { /*retira o buraco deixado ao lado direito quando redimensionada a pagina no navegador */
 width: 100%;
}

.linha-vertical-box-ans {
	background-position:12.2%;
}
}

@media screen and (min-width: 24.75em) and (max-width: 47.875em) {
 
.linha-vertical-box-ans {
	background-position:10%;
}
}

@media screen and (max-width: 24.75em) {
.clear-xs {
   clear:both; 
}
}
/* Modal */
.modal-header, .modal-footer {
    text-align: center;
}
.modal-content {
    border-radius: 0;
}


/* Hacks IE-8 */

.container {/* Sobrescreve a largura de 1170 do bootstrap */
	min-width/*\**/:960px\9;
}
.col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11,  .col-md-12 {
    *float:left;
    *padding-right: 0px;
    *padding-left: 0px;
    float/*\**/:left\9;
}
 .col-md-12 {
       *width: 100%;
     width/*\**/: 100%\9;
}
 .col-md-11 {
     *width: 91.66666666666666%;
     width/*\**/: 91.66666666666666%\9;
}
 .col-md-10 {
     *width: 83.33333333333334%;
     width/*\**/: 83.33333333333334%\9;
}
 .col-md-9 {
     *width: 75%;
     width/*\**/: 75%\9;
}
 .col-md-8 {
    *width: 66.66666666666666%;
    width/*\**/: 66.66666666666666%\9;
}
 .col-md-7 {
     *width: 58.333333333333336%;
     width/*\**/: 58.333333333333336%\9;
}
 .col-md-6 {
    *width: 50%;
    width/*\**/: 50%\9;
}
 .col-md-5 {
     *width: 41.66666666666667%;
     width/*\**/: 41.66666666666667%\9;
}
 .col-md-4 {
     *width: 33.33333333333333%;   
     width/*\**/: 33.33333333333333%\9;
}
 .col-md-3 {
     *width: 25%;
     width/*\**/: 25%\9;
}
 .col-md-2 {
     *width: 25%; 
     width: 16.666666666666664%;
}
 .col-md-1 {
     *width: 8.333333333333332%;
     width/*\**/: 8.333333333333332%\9;
}


.carousel-opiniao {
    height:250px;
    margin-bottom:1em;
}

.carousel-indicators-opiniao {
    margin-left:-7%;
}

.carousel-inner-opiniao {
    background-color:#fff;
}

.carousel-indicators-opiniao  li, .carousel-indicators-opiniao .active {
background-color:#999; border:none
}

.carousel-caption-opiniao {
    position:relative; 
    text-align:center; 
    font-style:italic; 
    font-size:1.6em; 
    color:#999;  
    left: 0 !important; 
    right: 0 !important; 
    top: 1em !important; 
    margin:1em 3em !important;
    text-shadow: none !important;
}

.carousel-autor-opiniao {
    font-size:.5em;
}


@media screen and (min-width: 24.75em) and (max-width: 47.875em) {
 
.carousel-indicators-opiniao {
       margin-left:-33%;
}
}

@media screen and (max-width: 24.75em) {
    
   .carousel-caption-opiniao {
  
    font-size:1.2em; 
}
    
.carousel-indicators-opiniao {
    margin-left:-31%;
}
}


.tab-content-ans {
	margin-bottom: 2em;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:1em;
	}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: #ddd #ddd transparent;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #555;
	cursor: default;
}

.nav-tabs > li a:hover {
	background-color: #f5f5f5;
	color: #333;
	border: 1px solid #ccc;
	}

.nav-tabs > li > a {
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 10px;
	background-color: #f5f5f5;
	color: #333;
	font-weight:300
}