/* Minification failed. Returning unminified contents.
(874,1): run-time error CSS1019: Unexpected token, found '@charset'
(874,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(874,17): run-time error CSS1019: Unexpected token, found ';'
(1671,1): run-time error CSS1019: Unexpected token, found '@charset'
(1671,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(1671,17): run-time error CSS1019: Unexpected token, found ';'
(2116,1): run-time error CSS1019: Unexpected token, found '@charset'
(2116,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(2116,17): run-time error CSS1019: Unexpected token, found ';'
 */
@charset "UTF-8";
/* CSS Document */


/*TABELA 25%*/

@media (min-width: 48em) {
  .container {
    margin: 2%;
  }
}
@media (min-width: 75em) {
  .container {
    margin: 2em auto;
    max-width: 75em;
  }
}

.responsive-table-25 {
  width: 25%;
  padding-bottom:10px;
}
@media (max-width: 600px) {
  .responsive-table-25 {
	  width: 100%;
  }
}
@media (min-width: 62em) {
  .responsive-table-25 {
  }
}
.responsive-table-25 thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table-25 thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table-25 thead th {
  background-color: #ebebeb;
  font-weight: normal;
  text-align: center;
  color: #e16826;
  text-transform:uppercase;
  font-family: 'source_sans_prosemibold';
  font-size:90%;
}
.responsive-table-25 thead th:first-of-type {
  text-align: left;
}
.responsive-table-25 tbody,
.responsive-table-25 tr,
.responsive-table-25 th,
.responsive-table-25 td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table-25 tr {
    display: table-row;
  }
}
.responsive-table-25 th,
.responsive-table-25 td {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table-25 th,
  .responsive-table-25 td {
    padding: .75em .5em;
  }
}
@media (min-width: 48em) {
  .responsive-table-25 th,
  .responsive-table-25 td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .responsive-table-25 th,
  .responsive-table-25 td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  .responsive-table-25 th,
  .responsive-table-25 td {
    padding: .75em;
  }
}
.responsive-table-25 caption {
  margin-bottom: 1em;
  color: #252525;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table-25 caption {
	color: #252525;
  }
}
.responsive-table-25 tfoot {
  font-style: italic;
  color: #252525;
}
@media (min-width: 62em) {
  .responsive-table-25 tfoot {
	color: #252525;
	font-family: 'source_sans_proregular';
  }
}
@media (min-width: 48em) {
  .responsive-table-25 tbody {
    display: table-row-group;
  }
}
.responsive-table-25 tbody tr {
  margin-bottom: 1em;
  color: #252525;
}
@media (min-width: 48em) {
  .responsive-table-25 tbody tr {
    display: table-row;
  }
}
.responsive-table-25 tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table-25 tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
	color: #252525;
	font-family: 'source_sans_proregular';
  }
}
.responsive-table-25 tbody th[scope="row"] {
  background-color: #ebebeb;
  color: #e16826;
  font-family: 'source_sans_prosemibold';
}
@media (min-width: 48em) {
  .responsive-table-25 tbody th[scope="row"] {
    background-color: transparent;
    color: #252525;
    text-align: left;
	font-family: 'source_sans_proregular';
	font-weight:normal;
  }
}
.responsive-table-25 tbody td {
  text-align: right;
  color: #252525;
  font-size:90%;
}
@media (min-width: 30em) {
  .responsive-table-25 tbody td {
  }
}
@media (min-width: 48em) {
  .responsive-table-25 tbody td {
    text-align: center;
	color: #252525;
  }
}

.responsive-table-25 tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size:90%;
  color: #252525;
  text-transform:uppercase;
}
@media (min-width: 30em) {
  .responsive-table-25 tbody td[data-title]:before {
  }
}
@media (min-width: 48em) {
  .responsive-table-25 tbody td[data-title]:before {
    content: none;
  }
}


/*TABELA 50%*/

@media (min-width: 48em) {
  .container {
    margin: 2%;
  }
}
@media (min-width: 75em) {
  .container {
    margin: 2em auto;
    max-width: 75em;
  }
}

.responsive-table-50 {
  width: 50%;
  padding-bottom:10px;
}

@media (max-width: 600px) {
  .responsive-table-50 {
	  width: 100%;
  }
}
@media (min-width: 62em) {
  .responsive-table-50 {
  }
}
.responsive-table-50 thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table-50 thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table-50 thead th {
  background-color: #ebebeb;
  font-weight: normal;
  text-align: center;
  color: #e16826;
  text-transform:uppercase;
  font-family: 'source_sans_prosemibold';
  font-size:90%;
}
.responsive-table-50 thead th:first-of-type {
  text-align: left;
}
.responsive-table-50 tbody,
.responsive-table-50 tr,
.responsive-table-50 th,
.responsive-table-50 td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table-50 tr {
    display: table-row;
  }
}
.responsive-table-50 th,
.responsive-table-50 td {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table-50 th,
  .responsive-table-50 td {
    padding: .75em .5em;
  }
}
@media (min-width: 48em) {
  .responsive-table-50 th,
  .responsive-table-50 td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .responsive-table-50 th,
  .responsive-table-50 td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  .responsive-table-50 th,
  .responsive-table-50 td {
    padding: .75em;
  }
}
.responsive-table-50 caption {
  margin-bottom: 1em;
  color: #252525;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table-50 caption {
	color: #252525;
  }
}
.responsive-table-50 tfoot {
  font-style: italic;
  color: #252525;
}
@media (min-width: 62em) {
  .responsive-table-50 tfoot {
	color: #252525;
	font-family: 'source_sans_proregular';
  }
}
@media (min-width: 48em) {
  .responsive-table-50 tbody {
    display: table-row-group;
  }
}
.responsive-table-50 tbody tr {
  margin-bottom: 1em;
  color: #252525;
}
@media (min-width: 48em) {
  .responsive-table-50 tbody tr {
    display: table-row;
  }
}
.responsive-table-50 tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table-50 tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
	color: #252525;
	font-family: 'source_sans_proregular';
  }
}
.responsive-table-50 tbody th[scope="row"] {
  background-color: #ebebeb;
  color: #e16826;
  font-family: 'source_sans_prosemibold';
}
@media (min-width: 48em) {
  .responsive-table-50 tbody th[scope="row"] {
    background-color: transparent;
    color: #252525;
    text-align: left;
	font-family: 'source_sans_proregular';
	font-weight:normal;
  }
}
.responsive-table-50 tbody td {
  text-align: right;
  color: #252525;
  font-size:90%;
}
@media (min-width: 30em) {
  .responsive-table-50 tbody td {
  }
}
@media (min-width: 48em) {
  .responsive-table-50 tbody td {
    text-align: center;
	color: #252525;
  }
}

.responsive-table-50 tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size:90%;
  color: #252525;
  text-transform:uppercase;
}
@media (min-width: 30em) {
  .responsive-table-50 tbody td[data-title]:before {
  }
}
@media (min-width: 48em) {
  .responsive-table-50 tbody td[data-title]:before {
    content: none;
  }
}



/*TABELA 75%*/

@media (min-width: 48em) {
  .container {
    margin: 2%;
  }
}
@media (min-width: 75em) {
  .container {
    margin: 2em auto;
    max-width: 75em;
  }
}

.responsive-table-75 {
  width: 75%;
  padding-bottom:10px;
}

@media (max-width: 600px) {
  .responsive-table-75 {
	  width: 100%;
  }
}
@media (min-width: 62em) {
  .responsive-table-75 {
  }
}
.responsive-table-75 thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table-75 thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table-75 thead th {
  background-color: #ebebeb;
  font-weight: normal;
  text-align: center;
  color: #e16826;
  text-transform:uppercase;
  font-family: 'source_sans_prosemibold';
  font-size:90%;
}
.responsive-table-75 thead th:first-of-type {
  text-align: left;
}
.responsive-table-75 tbody,
.responsive-table-75 tr,
.responsive-table-75 th,
.responsive-table-75 td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table-75 tr {
    display: table-row;
  }
}
.responsive-table-75 th,
.responsive-table-75 td {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table-75 th,
  .responsive-table-75 td {
    padding: .75em .5em;
  }
}
@media (min-width: 48em) {
  .responsive-table-75 th,
  .responsive-table-75 td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .responsive-table-75 th,
  .responsive-table-75 td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  .responsive-table-75 th,
  .responsive-table-75 td {
    padding: .75em;
  }
}
.responsive-table-75 caption {
  margin-bottom: 1em;
  color: #252525;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table-75 caption {
	color: #252525;
  }
}
.responsive-table-75 tfoot {
  font-style: italic;
  color: #252525;
}
@media (min-width: 62em) {
  .responsive-table-75 tfoot {
	color: #252525;
	font-family: 'source_sans_proregular';
  }
}
@media (min-width: 48em) {
  .responsive-table-75 tbody {
    display: table-row-group;
  }
}
.responsive-table-75 tbody tr {
  margin-bottom: 1em;
  color: #252525;
}
@media (min-width: 48em) {
  .responsive-table-75 tbody tr {
    display: table-row;
  }
}
.responsive-table-75 tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table-75 tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
	color: #252525;
	font-family: 'source_sans_proregular';
  }
}
.responsive-table-75 tbody th[scope="row"] {
  background-color: #ebebeb;
  color: #e16826;
  font-family: 'source_sans_prosemibold';
}
@media (min-width: 48em) {
  .responsive-table-75 tbody th[scope="row"] {
    background-color: transparent;
    color: #252525;
    text-align: left;
	font-family: 'source_sans_proregular';
	font-weight:normal;
  }
}
.responsive-table-75 tbody td {
  text-align: right;
  color: #252525;
  font-size:90%;
}
@media (min-width: 30em) {
  .responsive-table-75 tbody td {
  }
}
@media (min-width: 48em) {
  .responsive-table-75 tbody td {
    text-align: center;
	color: #252525;
  }
}

.responsive-table-75 tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size:90%;
  color: #252525;
  text-transform:uppercase;
}
@media (min-width: 30em) {
  .responsive-table-75 tbody td[data-title]:before {
  }
}
@media (min-width: 48em) {
  .responsive-table-75 tbody td[data-title]:before {
    content: none;
  }
}




/*TABELA 100%*/

@media (min-width: 48em) {
  .container {
    margin: 2%;
  }
}
@media (min-width: 75em) {
  .container {
    margin: 2em auto;
    max-width: 75em;
  }
}

.responsive-table {
  width: 100%;
  padding-bottom:10px;
}
@media (min-width: 48em) {
  .responsive-table {
  }
}
@media (min-width: 62em) {
  .responsive-table {
  }
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background-color: #ebebeb;
  font-weight: normal;
  text-align: center;
  color: #e16826;
  text-transform:uppercase;
  font-family: 'source_sans_prosemibold';
  font-size:90%;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 48em) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  color: #252525;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table caption {
	color: #252525;
  }
}
.responsive-table tfoot {
  font-style: italic;
  color: #252525;
}
@media (min-width: 62em) {
  .responsive-table tfoot {
	color: #252525;
	font-family: 'source_sans_proregular';
  }
}
@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  color: #252525;
}
@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
	color: #252525;
	font-family: 'source_sans_proregular';
  }
}
.responsive-table tbody th[scope="row"] {
  background-color: #ebebeb;
  color: #e16826;
  font-family: 'source_sans_prosemibold';
}
@media (min-width: 48em) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #252525;
    text-align: left;
	font-family: 'source_sans_proregular';
	font-weight:normal;
  }
}
.responsive-table tbody td {
  text-align: right;
  color: #252525;
  font-size:90%;
}
@media (min-width: 30em) {
  .responsive-table tbody td {
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td {
    text-align: center;
	color: #252525;
  }
}

.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size:90%;
  color: #252525;
  text-transform:uppercase;
}
@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}


/*PROMO*/

.col-group > div {
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 1em;  
}

@media screen and (min-width: 600px) {
  .col-group {
    overflow: hidden;
  }
  .col-group > .col-2 {
    float: left;
    width: 50%;
  }
}


/*FOOTER*/

.col-group-footer {
  overflow: hidden;
}
.col-group-footer > div {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.col-group-footer > div a{
	font-family: 'source_sans_proregular';
	color: #AAA;
	font-size:70%;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.col-group-footer > div a:hover{
	color: #252525;
}

.col-group-footer img{
	margin:auto;
	display:block;
	margin-top:12px;
}

@media screen and (min-width: 44em) {
  .col-group-footer > div {
    float: left;
    width: 20%;
  }
  .col-group > div:nth-child(odd) {
    clear: left;
  }
}

@media screen and (min-width: 50em) {
  .col-group-footer > div {
    float: left;
    width: 20%;
  }
  .col-group-footer > div:nth-child(3n+1) {
    clear: left;
  }
  .col-group-footer > div:nth-child(odd) {
    clear: none;
  }
}

@media screen and (min-width: 70em) {
  .col-group-footer > div {
    width: 20%;
  }
  .col-group-footer > div:nth-child(odd), .col-group-footer > div:nth-child(3n+1) {
    clear: none;
  }
}
@charset "UTF-8";

/* CSS LISTA OPERAÇÕES */

@media screen and (min-width: 600px) {
    .operationlist_col-group {
        overflow: hidden;
    }
    /**/
    .operationlist_col-group > div {
        float: left;
        width: 25%;
    }
    /**/
}
/*
@media screen and (min-width: 44em) {
  .operationlist_col-group > div:nth-child(4n+1) {
    clear: left;
  }
}

@media screen and (min-width: 50em) {
    .operationlist_col-group > div:nth-child(4n+1) {
        clear: left;
    }
}

@media screen and (min-width: 70em) {
    .operationlist_col-group > div:nth-child(4n+1) {
        clear: left;
    }  
}
*/

@media screen and (max-width: 50em) {
    .operationlist_col-group > div:nth-child(2n+1) {
        clear: left;
    }
    .operationlist_col-group > div {
        float: left;
        width: 50%;
    }
}
@media screen and (max-width: 75em) {
    .operationlist_col-group > div:nth-child(3n+1) {
        clear: left;
    }
    .operationlist_col-group > div {
        float: left;
        width: 33%;
    }
}
@media screen and (max-width: 1em) {
    .operationlist_col-group > div:nth-child(4n+1) {
        clear: left;
    }
    .operationlist_col-group > div {
        float: left;
        width: 25%;
    }
}



/***********************************************************/
/*******************  responsive-table  ********************/
/***********************************************************/
.responsive-table, .responsive-table-25, .responsive-table-50, .responsive-table-75 
{
    margin-bottom:10px;
}
.responsive-table a, .responsive-table-25 a, .responsive-table-50 a, .responsive-table-75 a {
	list-style:none;
	color: #e16826;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}
.responsive-table a:hover, .responsive-table-25 a:hover, .responsive-table-50 a:hover, .responsive-table-75 a:hover{
	color: #252525;
}
@media (max-width: 679px) 
{
.responsive-table-25 {
  width: 100%;
  max-width:inherit;
}
.responsive-table-50 {
  width: 100%;
  max-width:inherit;
}
.responsive-table-75 {
  width: 100%;
  max-width:inherit;
}
}
@media (min-width: 600px) {
.responsive-table-25 {
  width: 100%;
  max-width: 287px;
  padding-bottom:10px;
}
.responsive-table-50 {
  width: 100%;
  max-width: 575px;
  padding-bottom:10px;
}
.responsive-table-75 {
  width: 100%;
  max-width: 860px;
  padding-bottom:10px;
}
}
/*
@media (max-width: 960px) {
  .responsive-table-75 {
	  width: 100%;
  }
}
*/

/* BOTÃO LOAD */
.btn_load a {
	color:#000;
}
.btn_load:hover a {
	color:#FFF;
}
/***********************************************************/



/***********************************************************/
/******************  Integrated Position  ******************/
/*********** integratedposition_responsive-table ***********/
/***********************************************************/
.integratedposition_responsive-table {
	width: 100%;
	padding-bottom: 10px;
}
.integratedposition_responsive-table tbody, .integratedposition_responsive-table tr, .integratedposition_responsive-table th, .integratedposition_responsive-table td {
	display: block;
	padding: 0;
	text-align: left;
	white-space: normal;
}
/* @media all and (min-width:48em) */
.integratedposition_responsive-table tbody {
	display: table-row-group;
}
/* @media all and (min-width:48em) */
.integratedposition_responsive-table tr {
	display: table-row;
}
.integratedposition_responsive-table tbody tr 
{
    background-color: #F2F2F2;
	margin-bottom: 1em;
	color: #252525;
}
/* @media all and (min-width:48em) */
.integratedposition_responsive-table tbody tr {
	display: table-row;
}
.integratedposition_responsive-table tbody tr:last-of-type 
{
	margin-bottom: 0px;
}
/* @media all and (min-width:48em) */
.integratedposition_responsive-table tbody tr:nth-of-type(2n) 
{
	background-color: #F8F8F8;
	color: #252525;
	font-family: "source_sans_proregular";
}
.integratedposition_responsive-table th, .integratedposition_responsive-table td {
	padding: .5em;
	vertical-align: middle;
}
/* @media all and (min-width:30em) */
.integratedposition_responsive-table th, .integratedposition_responsive-table td {
	padding: .75em .5em;
}
/* @media all and (min-width:48em) */
.integratedposition_responsive-table th, .integratedposition_responsive-table td {
	display: table-cell;
	padding: .5em;
}
/* @media all and (min-width:62em) */
.integratedposition_responsive-table th, .integratedposition_responsive-table td {
	padding: .75em .5em;
}
/* @media all and (min-width:75em) */
.integratedposition_responsive-table th, .integratedposition_responsive-table td {
	padding: .75em;
}
.integratedposition_responsive-table tbody td {
	text-align: right;
	color: #252525;
	font-size: 90%;
}
/* @media all and (min-width:48em) */
.integratedposition_responsive-table tbody td {
	text-align: center;
	color: #252525;
}
/*.container p {*/
.integratedposition_responsive-table p {
	font-family: "source_sans_proregular";
	font-weight: normal;
	color: #252525;
	font-size: 95%;
	padding-bottom: 5px;
	margin:0px;
	text-align:left;
}
.integratedposition_responsive-table th p {
	text-align:center;
}
.integratedposition_responsive-table span.asterisco_detail{
	color:#e16826;
}
.integratedposition_responsive-table tr:hover {
    background: #FFF !important;
    cursor: pointer;
}
/*** extra ***/
.alertmessage{
    max-width:415px;
    line-height:1.65;
}
.linktodetail 
{
    text-align:center;
    vertical-align:middle;  
    display:inline-block;
    float:right;
    vertical-align:middle;
    position:relative;
    padding-right:15px;
    padding:10px;
}
.linktodetail img {
    vertical-align:middle;
    padding-left:10px;
}
.linktodetailstate {
    padding-right:42px;
}
.integratedposition_info_responsive-table {
	width: 100%;
	padding-bottom: 10px;
}
.integratedposition_info_responsive-table tbody td {
	text-align: left;
}
@media all and (min-width:50em) {
.integratedposition_info_responsive-table tbody td {
	text-align: center;
}}
/***********************************************************/


/***********************************************************/
/***********************  PagedList  ***********************/
/********** contractdetailheader_responsive-table **********/
/***********************************************************/
.contractdetailheader_responsive-table 
{
	width: 100%;
	background-color: #F8F8F8;
	margin-top:15px;
}
.contractdetailheader_responsive-table tbody, .contractdetailheader_responsive-table tr, .contractdetailheader_responsive-table th, .contractdetailheader_responsive-table td {
	display: block;
	padding: 0;
	text-align: left;
	white-space: normal;
}
/* @media all and (min-width:48em) */
.contractdetailheader_responsive-table tbody {
	display: table-row-group;
}
/* @media all and (min-width:48em) */
.contractdetailheader_responsive-table tr {
	display: table-row;
}
.contractdetailheader_responsive-table tbody tr 
{
    background-color: #F8F8F8;
	margin-bottom: 1em;
	color: #252525;
}
/* @media all and (min-width:48em) */
.contractdetailheader_responsive-table tbody tr {
	display: table-row;
}
.contractdetailheader_responsive-table tbody tr:last-of-type 
{
	margin-bottom: 0px;
}
/* @media all and (min-width:48em) */
.contractdetailheader_responsive-table tbody tr:nth-of-type(2n) 
{
	background-color: #F8F8F8;
	color: #252525;
	font-family: "source_sans_proregular";
}
.contractdetailheader_responsive-table th, .contractdetailheader_responsive-table td {
	padding: .5em;
	vertical-align: middle;
}
/* @media all and (min-width:30em) */
.contractdetailheader_responsive-table th, .contractdetailheader_responsive-table td {
	padding: .75em .5em;
}
/* @media all and (min-width:48em) */
.contractdetailheader_responsive-table th, .contractdetailheader_responsive-table td {
	display: table-cell;
	padding: .5em;
}
/* @media all and (min-width:62em) */
.contractdetailheader_responsive-table th, .contractdetailheader_responsive-table td {
	padding: .75em .5em;
}
/* @media all and (min-width:75em) */
.contractdetailheader_responsive-table th, .contractdetailheader_responsive-table td {
	padding: .75em;
}
.contractdetailheader_responsive-table tbody td {
	text-align: right;
	color: #252525;
	font-size: 90%;
}
/* @media all and (min-width:48em) */
.contractdetailheader_responsive-table tbody td {
	text-align: center;
	color: #252525;
}
/*.container p {*/
.contractdetailheader_responsive-table p {
	font-family: "source_sans_proregular";
	font-weight: normal;
	color: #252525;
	font-size: 95%;
	padding-bottom: 5px;
	margin:0px;
	text-align:left;
}
.contractdetailheader_responsive-table th p {
	text-align:center;
}
/***********************************************************/


/***********************************************************/
/***********************  PagedList  ***********************/
/************** pagedList_responsive-table-50 **************/
/***********************************************************/
.pagedList_responsive-table-50 {
  /*width: 72%;*/
  width: 38em;
  padding-bottom:10px;
}
@media (max-width: 600px) {
  .pagedList_responsive-table-50 {
	  width: 100%;
  }
}
@media (min-width: 62em) {
  .pagedList_responsive-table-50 
  {
      width: 38em;
  }
}
/*
.pagedList_responsive-table-50 thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .pagedList_responsive-table-50 thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.pagedList_responsive-table-50 thead th {
  background-color: #ebebeb;
  font-weight: normal;
  text-align: center;
  color: #e16826;
  text-transform:uppercase;
  font-family: 'source_sans_prosemibold';
  font-size:90%;
}

.pagedList_responsive-table-50 thead th:first-of-type {
  text-align: center;
}
.pagedList_responsive-table-50 tbody,
.pagedList_responsive-table-50 tr,
.pagedList_responsive-table-50 th,
.pagedList_responsive-table-50 td {
  display: block;
  padding: 0;
  text-align: center;
  white-space: normal;
}
@media (min-width: 48em) {
  .pagedList_responsive-table-50 tr {
    display: table-row;
  }
}
.pagedList_responsive-table-50 th,
.pagedList_responsive-table-50 td {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .pagedList_responsive-table-50 th,
  .pagedList_responsive-table-50 td {
    padding: .75em .5em;
  }
}
@media (min-width: 48em) {
  .pagedList_responsive-table-50 th,
  .pagedList_responsive-table-50 td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .pagedList_responsive-table-50 th,
  .pagedList_responsive-table-50 td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  .pagedList_responsive-table-50 th,
  .pagedList_responsive-table-50 td {
    padding: .75em;
  }
}
.pagedList_responsive-table-50 caption {
  margin-bottom: 1em;
  color: #252525;
  text-align: center;
}
@media (min-width: 48em) {
  .pagedList_responsive-table-50 caption {
	color: #252525;
  }
}
.pagedList_responsive-table-50 tfoot {
  font-style: italic;
  color: #252525;
}
@media (min-width: 62em) {
  .pagedList_responsive-table-50 tfoot {
	color: #252525;
	font-family: 'source_sans_proregular';
  }
}
@media (min-width: 48em) {
  .pagedList_responsive-table-50 tbody {
    display: table-row-group;
  }
}
.pagedList_responsive-table-50 tbody tr {
  margin-bottom: 1em;
  color: #252525;
}
@media (min-width: 48em) {
  .pagedList_responsive-table-50 tbody tr {
    display: table-row;
  }
}
.pagedList_responsive-table-50 tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .pagedList_responsive-table-50 tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
	color: #252525;
	font-family: 'source_sans_proregular';
  }
}
.pagedList_responsive-table-50 tbody th[scope="row"] {
  background-color: #ebebeb;
  color: #e16826;
  font-family: 'source_sans_prosemibold';
}
@media (min-width: 48em) {
  .pagedList_responsive-table-50 tbody th[scope="row"] {
    background-color: transparent;
    color: #252525;
    text-align: center;
	font-family: 'source_sans_proregular';
	font-weight:normal;
  }
}
*/
.pagedList_responsive-table-50 tbody td {
  text-align: center;
  color: #252525;
  font-size:90%;
}
/*
@media (min-width: 30em) {
  .pagedList_responsive-table-50 tbody td {
  }
}
@media (min-width: 48em) {
  .pagedList_responsive-table-50 tbody td {
    text-align: center;
	color: #252525;
  }
}
.pagedList_responsive-table-50 tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size:90%;
  color: #252525;
  text-transform:uppercase;
}

@media (min-width: 30em) {
  .pagedList_responsive-table-50 tbody td[data-title]:before {
  }
}
@media (min-width: 48em) {
  .pagedList_responsive-table-50 tbody td[data-title]:before {
    content: none;
  }
}
*/
/***********************************************************/




/* PRIVATE FOOTER*/
.col-group-privatefooter 
{
    overflow: hidden;
    width:65%;
    margin-left: auto;
    margin-right: auto;
}

.col-group-privatefooter > div 
{
    padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}

.col-group-privatefooter > div a
{
    font-family: 'source_sans_proregular';
	color: #AAA;
	font-size:90%;
	/*text-transform:uppercase;*/
	/*font-weight:bold;*/
	letter-spacing:1px;
	text-decoration:none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.col-group-privatefooter > div a:hover
{
    color: #FFF;
}
/*
.col-group-privatefooter img{
	margin:auto;
	display:block;
	margin-top:12px;
}
*/

@media screen and (min-width: 44em) 
{
    .col-group-privatefooter > div 
    {
        float: left;
        width: 25%;
        text-align: center;
    }
    .col-group-privatefooter > div:nth-child(odd) 
    {
        clear: left;
        text-align: center;
    }
}

@media screen and (min-width: 50em) 
{
    .col-group-privatefooter > div 
    {
        float: left;
        width: 25%;
        text-align: center;
    }
    .col-group-privatefooter > div:nth-child(3n+1) 
    {
        clear: left;
        text-align: center;
    }
    .col-group-privatefooter > div:nth-child(odd) 
    {
        clear: none;
        text-align: center;
    }
}

@media screen and (min-width: 70em) 
{
    .col-group-privatefooter > div 
    {
        width: 25%;
        text-align: center;
    }
    .col-group-privatefooter > div:nth-child(odd), .col-group-privatefooter > div:nth-child(3n+1) 
    {
        clear: none;
        text-align: center;
    }
}




/* PUBLIC FOOTER*/
.col-group-publicfooter 
{
    overflow: hidden;
    width:65%;
    margin-left: auto;
    margin-right: auto;
}
.col-group-publicfooter > div 
{
    padding-top:20px;
	padding-bottom:20px;
	text-align: left;
}

.col-group-publicfooter > div a
{
    font-family: 'source_sans_proregular';
	color: #AAA;
	font-size:80%;
	/*text-transform:uppercase;*/
	letter-spacing:1px;
	text-decoration:none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.col-group-publicfooter > div a:hover
{
    color: #FFF;
}
/*
.col-group-publicfooter img
{
    margin:auto;
	display:block;
	margin-top:12px;
}
*/
@media screen and (min-width: 44em) {
    .col-group-publicfooter > div 
    {
        float: left;
        width: 33%;
        text-align: left;
    }
    .col-group-publicfooter > div:nth-child(odd) 
    {
        clear: left;
        text-align: left;
    }
}

@media screen and (min-width: 50em) {
    .col-group-publicfooter > div 
    {
        float: left;
        width: 33%;
        text-align: left;
    }
    .col-group-publicfooter > div:nth-child(2n+1) 
    {
        clear: left;
        text-align: left;
    }
    .col-group-publicfooter > div:nth-child(odd) 
    {
        clear: none;
        text-align: left;
    }
}

@media screen and (min-width: 70em) {
    .col-group-publicfooter > div 
    {
        width: 33%;
        text-align: left;
    }
    .col-group-publicfooter > div:nth-child(odd), .col-group-publicfooter > div:nth-child(2n+1)
    {
        clear: none;
        text-align: left;
    }
}


.col-group-publicfooter > div > div 
{
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 44em) {
.col-group-publicfooter > div > div 
{
    text-align: center;
}
}

.col-group-footerCopy
{
    overflow: hidden;
    width:65%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}


.hr-footer
{
    overflow: hidden;
    width:80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e16826;
    border-bottom: 1px solid #e16826;
    margin-top:10px;
}

hr.style-two 
{
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}


.col-group-scrollToTop
{
    overflow: hidden;
    width:80%;
    margin-left: auto;
    margin-right: auto;   
}
.scrollToTop
{
    float:right;
}
@charset "UTF-8";


/* FONT */
@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('fonts/sourcesanspro-light-webfont.eot');
    src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-light-webfont.woff') format('woff'), url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* IMAGEM DO BACKGROUND EM FULLSCREEN */

#supersized-loader {
    display: none;
}

#supersized {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 110%;
    width: 110%;
}

    #supersized img {
        width: auto;
        height: auto;
        position: relative;
        outline: none;
        border: none;
    }




/* BODY GENERAL STYLES */
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #000;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    background-color: #666;
}


ul li {
    list-style: none;
}


.stage {
    width: 400px;
    height: 600px;
    margin: auto;
    margin-top: -300px;
    margin-left: -200px;
    position: absolute;
    top: 50%;
    left: 50%;
}

    .stage p {
        color: #e16826 !important;
    }


.form-control {
border: 3px solid #e16826 !important; 
}

.logo {
    width: 197px;
    height: 90px;
    margin: auto;
}

    .logo img {
        margin: auto;
    }

.logoAniversario {
    /*
    width:250px;
	height:156px;
    */
    width: 300px;
    height: 188px;
    margin: auto;
}

    .logoAniversario img {
        margin: auto;
    }

.box {
    width: 100%;
    height: auto;
    background: url('../Content/images/bg.png') repeat;
    margin: auto;
    display: block;
    margin-top: 20px;
}

    .box span {
        font-family: 'source_sans_probold';
        font-size: 200%;
        color: #e16826;
        text-align: center;
        line-height: 50px;
    }


    .box p {
        font-family: 'source_sans_prosemibold';
        text-decoration: none;
        list-style: none;
        text-decoration: none;
        color: #FFF;
        font-size: 100%;
        font-weight: normal;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

h3 {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
}

    h3 a {
        font-family: 'source_sans_probold';
        text-decoration: none;
        list-style: none;
        text-decoration: none;
        color: #EEE;
        font-size: 80%;
        font-weight: normal;
        text-align: center;
        font-style: italic;
        text-transform: uppercase;
        padding-top: 0;
    }

        h3 a:hover {
            color: #333;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -o-transition: .3s ease;
            -ms-transition: .3s ease;
            transition: .3s ease;
        }

h4 {
    font-family: 'source_sans_probold';
    text-decoration: none;
    list-style: none;
    text-decoration: none;
    color: #222;
    font-weight: normal;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 100%;
}

h5 {
    font-family: 'source_sans_probold';
    text-decoration: none;
    list-style: none;
    text-decoration: none;
    color: #222;
    font-weight: normal;
    text-align: center;
    font-size: 90%;
}

.submit {
    width: 100%;
    margin-top: 10px;
    height: 60px;
    background-color: #e16826;
    font-family: 'source_sans_probold';
    font-size: 120%;
    text-transform: uppercase;
    color: #FFF;
    padding-left: 20px;
    line-height: 60px;
    text-align: center;
}

.submit img {
    margin-top: 15px;
    margin-right: 20px;
    float: right;
}

    .submit:hover {
        color: #e16826;
        cursor: pointer;
        background-color: #EEE;
    }


.reg {
    width: 100%;
    margin-top: 10px;
    height: 30px;
    font-family: 'source_sans_proregular';
    font-size: 80%;
    text-transform: uppercase;
    color: #e16826;
    text-align: center;
    padding: 0;
    line-height: 30px;
}

    .reg a {
        font-family: 'source_sans_probold';
        color: black;
        text-align: center;
        padding: 0;
        line-height: 30px;
        text-decoration: underline;
    }

        .reg a:hover {
            color: #CCC;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -o-transition: .3s ease;
            -ms-transition: .3s ease;
            transition: .3s ease;
        }

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #000;
}


    .footer p {
        text-align: center;
        margin: 0;
        padding-top: 4px;
        padding-bottom: 1px;
    }

        .footer p a {
            font-weight: normal;
            color: #eee;
            text-decoration: none;
            font-size: 80%;
            text-transform: uppercase;
            letter-spacing: 1px;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -o-transition: .3s ease;
            -ms-transition: .3s ease;
            transition: .3s ease;
            font-family: 'source_sans_proregular';
        }

            .footer p a:hover {
                color: #AAA;
            }




/*FORM*/


.flat-form {
    width: 100%;
    height: auto;
    position: relative;
}

    .flat-form a {
        color : black;
		text-decoration: underline;
    }

        .flat-form a:hover {
            color: white;
            -webkit-transition: .3s ease;
            -moz-transition: .3s ease;
            -o-transition: .3s ease;
            -ms-transition: .3s ease;
            transition: .3s ease;
        }

    form {
        width: 90%;
    }

    form input[type=text],
    form input[type=password],
    form input[type=submit] {
        font-family: 'source_sans_proregular';
        text-align: center;
        font-style: italic;
        font-size: 95%;
    }

    form input[type=text],
    form input[type=password] {
        width: 100%;
        height: 50px;
        margin-top: 15px;
        margin-left: 20px;
        background: #fff; /* #44454a  */
        border: none;
        color: #222; /* e74c3c e9e9e9  */
        outline: none;
    }


::-webkit-input-placeholder {
    color: dark; /*  #e74c3c */
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #222;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #222;
}

:-ms-input-placeholder {
    color: #222;
}

.orange {
    color : #e16826 !important;
}

.footerClass .decreto p {
    color: #AAA;
    text-align: justify;
}

    .footerClass .decreto p a {
        color: #e16826;
        text-transform: none;
        font-size: 100%;
    }

#modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

#modal {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    width: 50%;
}

.col-group-publicfooter {
    clear: both;
}

#modal h2 {
    background: #e16826;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: justify;
}

#modal a {
    color: #e16826
}

#close-btn {
    margin-top: 20px;
    padding: 10px 20px;
    cursor: pointer;
    background: #e16826;
    color: white;
    border: none;
    border-radius: 5px;
}

@charset "UTF-8";

.box span{
	font-family: 'source_sans_probold';
	font-size:100%;
	color:Black;
	text-align:center;
	line-height:normal;
	display:block;
	padding-left:15px;
	padding-right:15px;
}

.box p{
	font-family: 'source_sans_prosemibold';
	text-decoration:none;
	list-style:none;
	color:#FFF;
	font-size:100%;
	font-weight:normal;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
}

.box h1{
	font-family: 'source_sans_probold';
	font-size:200%;
	color:#e16826;
	text-align:center;
	line-height:50px;
	padding-top:15px;
}

.box span label {
    color:#FFF;
}
.box span label a {
    list-style:none;
	color: #e16826;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}
.box span label a:hover {
    color: #FFF;
}
.box span span {
    color:#FFF;
}

.smart-forms .section {
	margin-bottom: 22px;
}
.smart-forms .form-body 
{
    padding: 20px 30px;
	padding-bottom: 0px;
}
.smart-forms {
	line-height: 1.231;
	font-weight: 400;
	font-size: 14px;
	color: #34495e;
	font-family: "source_sans_proregular";
}
.smart-forms a{
	list-style:none;
	color: #e16826;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}
.smart-forms a:hover{
	color: #252525;
}
.smart-forms .switch, .smart-forms .option, .smart-forms .field-label {
	font-size: 100%;
}
.smart-forms .option {
	position: relative;
	/*padding-right: 15px;*/
	display: inline-block;
	vertical-align: middle;
}
.smart-forms .block {
	display: block;
}
.smart-forms .option > input {
	position: absolute;
	height: inherit;
	width: inherit;
	opacity: 0;
	left: 0px;
}
.smart-forms .radio, .smart-forms .button, .smart-forms .checkbox, .smart-forms .switch > label {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.smart-forms .radio, .smart-forms .button, .smart-forms .tooltip, .smart-forms .checkbox, .smart-forms .gui-input, .smart-forms .notification, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	outline: 0;
}
.smart-forms .checkbox, .smart-forms .radio {
	position: relative;
	margin-right: 2px;
	background: white;
	display: inline-block;
	border: 3px solid #e16826;
	height: 21px;
	width: 21px;
	top: 5px;
}
.smart-forms .checkbox::before, .smart-forms .radio::before {
	content: "";
	display: none;
}
.smart-forms .checkbox::before {
	position: absolute;
	top: 4px;
	left: 3px;
/*
	width: 6px;
	height: 3px;
*/
width: 9px;
height: 6px;
	border: solid #e16826;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.smart-forms input:checked + .checkbox, .smart-forms input:checked + .radio {
	border: 3px solid #e16826;
}
.smart-forms input:focus + .checkbox, .smart-forms input:focus + .radio {
	border-color: #e16826;
}
.smart-forms input:checked + .checkbox::before, .smart-forms input:checked + .radio::before {
	display: block;
}
.smart-forms input:focus + .checkbox::before {
	border-color: #e16826;
}
.smart-forms .frm-row-content{
    padding-bottom:20px;
}
.smart-forms .frm-row-content div p {
    padding-bottom:20px;
}
.smart-forms .frm-row-content div p span{
    font-family:"source_sans_proregular";
    color:#999999;
    font-size:110%;
}
.smart-forms .frm-row-content li 
{
    padding:0px;
    padding-left:25px;
    line-height:1.6em;
    background-image: url('../Content/images/bullet.png');
    background-repeat: no-repeat;
    background-position: 9px 9px; 
}



a, img {
	border: none;
	outline: none;
}
.smart-forms .smart-link {
	color: #e16826;
	text-decoration: none;
}
span.checkbox
{
    padding:0px;
}
span.label
{
    padding:0px;
    text-align:justify;
}
form
{
    padding:0px;
    width:370px;
}


/***********************************************************/
/******************** ValidationMessage ********************/
/***********************************************************/
/*
.field-validation-error
{
    color: #FFF;
}
*/
/*
.box > span .field-validation-error
{
    color: #FFF;
}
*/
.box > p .field-validation-error
{
    color: #FFF;
}
.field-validation-error a
{
    list-style:none;
	color: #e16826;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}
.field-validation-error a:hover
{
	color: #FFF;
}
/*
.box > span
{
    color: #FFF;
}
*/
/*
.box > p
{
    color: #FFF;
}
*/
/***********************************************************/


.myScrollToTop 
{
    float:right;
    /*margin:0px 0px 0px 0px;*/
    margin:4px 4px 0px 0px;
    padding-right:30px;
    background-image: url('../Content/images/top@2x.png');
    background-repeat: no-repeat;
    height:12px;
    width:21px;
}

.footer{
    height: 2em;
}

.verticalInvertedImage {
    -webkit-transform:scaleY(-1);
    -moz-transform:scaleY(-1);
    -ms-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}

.container_accordion {
	margin-top: 2%;
	font-family: "source_sans_proregular";
	color: #252525;
	font-size: 95%;
}

.footer_col-group {
	overflow: hidden;
}
.footer_col-group > div {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.footer_col-group > div {
	float: left;
	width: 25%;
}
.footer_col-group p {
	font-family: "source_sans_proregular";
	color: #252525;
	font-size: 95%;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align:left;
	margin-left:29px;
}
/*
.list {
	padding: 0px;
}
*/
.footer_col-group ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px;
}
/*
ul li {
	list-style: none;
}
.list li {
	padding: 10px 20px;
}
*/
.footer_col-group li {
	padding: 0px;
	padding-left: 25px;
	line-height: 1.6em;
	/*
	background-image: url('../Content/images/bullet.png');
	background-repeat: no-repeat;
	*/
	background-position: 9px 9px;
}
.list li {
	padding: 0px;
	padding-left: 25px;
	line-height: 1.6em;
	/*
	background-image: url('../Content/images/bullet.png');
	background-repeat: no-repeat;
    */
	background-position: 9px 9px;
}
/*
a, img {
	border: none;
	outline: none;
}
a {
	text-decoration: none;
}
*/
.footer_col-group a {
	list-style: none;
	color: #e16826;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
	font-size: 0.8em;
}
.footer_col-group p span {
	font-family: "source_sans_proregular";
	color: #999999;
	font-size: 0.85em;
}
.endfooter 
{
    width:100%;
    text-align:center;
}
/*
.copy 
{
    font-size:0.75em;
    text-align:center;
    color:#FFF;
    padding-bottom:10px;
}
*/
.cert 
{
    text-align:right;
}
/****/





/************/
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
a {
	background: 0 0;
	color:#e16826;
	text-decoration:none;
}
::before, ::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-toolbar {
	margin-left: -5px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
/* @media all and (min-width:1200px) */
/*.container {
	width: 1170px;
}*/
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
	display: table;
	content: " ";
}
.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after {
	clear: both;
}
.bs-example > .btn-toolbar + .btn-toolbar {
	margin-top: 10px;
}
.bs-example {
	position: relative;
	padding: 45px 15px 15px;
	margin: 0 -15px 15px;
	border-color: #e5e5e5 #eee #eee;
	border-style: solid;
	border-width: 1px 0;
	-webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
	box-shadow: inset 0px 3px 6px rgba(0,0,0,0.05);
}
/* @media all and (min-width:768px) */
.bs-example {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #fff;
	border-color: #ddd;
	border-width: 1px;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bs-example::after {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #959595;
	text-transform: uppercase;
	letter-spacing: 1px;
	content: "Example";
}
.bs-docs-section {
	margin-bottom: 60px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/* @media all and (min-width:992px) */
.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;
}
/* @media all and (min-width:992px) */
.col-md-9 {
	width: 75%;
}
/*.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}*/
/* @media all and (min-width:768px) */
/*.container {
	width: 750px;
}*/
/* @media all and (min-width:992px) */
/*.container {
	width: 970px;
}*/
/*
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.4285;
	color: #333;
	background-color: #fff;
}
body {
	position: relative;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*/
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4285;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn:focus, .btn:focus:active, .active.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}
.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .active.btn-default, .open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.dropdown-toggle:focus {
	outline: 0;
}
.btn-default:active, .active.btn-default, .open > .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .active.btn, .btn-group-vertical > .active.btn {
	z-index: 2;
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
	outline: 0;
}
.btn-group > :first-child.btn {
	margin-left: 0px;
}
.btn-group .dropdown-toggle:active, .open.btn-group .dropdown-toggle {
	outline: 0;
}
.open.btn-group .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125);
}
/*ul, ol {
	margin-top: 0px;
	margin-bottom: 10px;
}*/
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0px 6px 12px rgba(0,0,0,0.175);
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
/*a {
	color: #428bca;
	text-decoration: none;
}*/
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.4285;
	color: #333;
	white-space: nowrap;
}
.caret {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.btn .caret {
	margin-left: 0px;
}
/************/




form {
	width:100%;
}

form input[type=text],
form input[type=password] {
  margin: 0px;
}

.flat-form li 
{
    margin-top: 15px;
    margin-left:20px;
    margin-right:20px;
}

.nifdigit
{
    text-align: center;
}
.nifdigit input[type=text]
{
    width:15%;
    margin:0% 2% 0% 2%;
}


/*******************/
.tagline_note{
	margin:3%;
	text-align:justify;
	font-size:85%;
	color:White;
}

.tagline_note span.asterisco_note{
	color:#e16826;
	display:inline;
	padding-left:0px;
	padding-right:0px;
}

.tagline_note span.note{
	color:#999;
	font-size:85%;
	text-align:justify;
	color:White;
    display:inline;
    margin:0px;
    padding:0px;
}
/*******************/


/***********************************************************/
/********************* Footer Interno **********************/
/***********************************************************/
.footerClass{
	/*position:fixed;*/
	width:100%;
	bottom:0;
	background-color:#000;
}


.footerClass p{
	text-align:center;
	margin:0;
	padding-top:4px;
	padding-bottom:1px;
}

.footerClass p a{
	font-weight:normal;
	color:#eee;
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	letter-spacing:1px;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
	font-family: 'source_sans_proregular';
}

.footerClass p a:hover{
	color:#AAA;
}
/***********************************************************/

/***********************************************************/
/* PRIVATE FOOTER*/
.col-group-privatefooter 
{
    overflow: hidden;
    width:65%;
    margin-left: auto;
    margin-right: auto;
}

.col-group-privatefooter > div 
{
    padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}

.col-group-privatefooter > div a
{
    font-family: 'source_sans_proregular';
	color: #AAA;
	font-size:90%;
	/*text-transform:uppercase;*/
	/*font-weight:bold;*/
	letter-spacing:1px;
	text-decoration:none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.col-group-privatefooter > div a:hover
{
    color: #FFF;
}
/*
.col-group-privatefooter img{
	margin:auto;
	display:block;
	margin-top:12px;
}
*/

@media screen and (min-width: 44em) 
{
    .col-group-privatefooter > div 
    {
        float: left;
        width: 25%;
        text-align: center;
    }
    .col-group-privatefooter > div:nth-child(odd) 
    {
        clear: left;
        text-align: center;
    }
}

@media screen and (min-width: 50em) 
{
    .col-group-privatefooter > div 
    {
        float: left;
        width: 25%;
        text-align: center;
    }
    .col-group-privatefooter > div:nth-child(3n+1) 
    {
        clear: left;
        text-align: center;
    }
    .col-group-privatefooter > div:nth-child(odd) 
    {
        clear: none;
        text-align: center;
    }
}

@media screen and (min-width: 70em) 
{
    .col-group-privatefooter > div 
    {
        width: 25%;
        text-align: center;
    }
    .col-group-privatefooter > div:nth-child(odd), .col-group-privatefooter > div:nth-child(3n+1) 
    {
        clear: none;
        text-align: center;
    }
}




/* PUBLIC FOOTER*/
.col-group-publicfooter 
{
    overflow: hidden;
    width:65%;
    margin-left: auto;
    margin-right: auto;
}
.col-group-publicfooter > div 
{
    padding-top:20px;
	padding-bottom:20px;
	text-align: left;
}

.col-group-publicfooter > div a
{
    font-family: 'source_sans_proregular';
	color: #AAA;
	font-size:80%;
	/*text-transform:uppercase;*/
	letter-spacing:1px;
	text-decoration:none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.col-group-publicfooter > div a:hover
{
    color: #FFF;
}
/*
.col-group-publicfooter img
{
    margin:auto;
	display:block;
	margin-top:12px;
}
*/
@media screen and (min-width: 44em) {
    .col-group-publicfooter > div 
    {
        float: left;
        width: 33%;
        text-align: left;
    }
    .col-group-publicfooter > div:nth-child(odd) 
    {
        clear: left;
        text-align: left;
    }
}

@media screen and (min-width: 50em) {
    .col-group-publicfooter > div 
    {
        float: left;
        width: 33%;
        text-align: left;
    }
    .col-group-publicfooter > div:nth-child(2n+1) 
    {
        clear: left;
        text-align: left;
    }
    .col-group-publicfooter > div:nth-child(odd) 
    {
        clear: none;
        text-align: left;
    }
}

@media screen and (min-width: 70em) {
    .col-group-publicfooter > div 
    {
        width: 33%;
        text-align: left;
    }
    .col-group-publicfooter > div:nth-child(odd), .col-group-publicfooter > div:nth-child(2n+1)
    {
        clear: none;
        text-align: left;
    }
}


.col-group-publicfooter > div > div 
{
    padding-top: 10px;
    padding-bottom: 10px;
}


.col-group-footerCopy
{
    overflow: hidden;
    width:65%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}


.hr-footer
{
    overflow: hidden;
    width:80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e16826;
    border-bottom: 1px solid #e16826;
    margin-top:10px;
}

hr.style-two 
{
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}


.col-group-scrollToTop
{
    overflow: hidden;
    width:80%;
    margin-left: auto;
    margin-right: auto;   
}
.scrollToTop
{
    float:right;
}

.copy 
{
    font-size:0.75em;
    text-align:left;
    /*color:#FFF;*/
    padding-bottom:10px;
    /**/
    font-family: 'source_sans_proregular';
	color: #AAA;
	font-size:80%;
	/**/
}
/***********************************************************/




/***********************************************************/
#ModalPublicContent{
	background:#f5f5f5;
	border:1px solid #e16826;
	width:80%;
	padding-top:20px;
	z-index:99999999;
	text-align:center;
}

.ModalPublicContent_close{
	position:absolute;
	top:0;
	right:0;
	padding:20px 23px 20px 0px;
	font-family: 'source_sans_prosemibold';
	color:#e16826;
	cursor:pointer;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.ModalPublicContent_close:hover{
	color:#252525;
	cursor:pointer;
}
/***********************************************************/


/***********************************************************/
/*******************  [** PROVIS�RIO **] *******************/
/***********************************************************/
/***          LAYOUT INTERNO EXPOSTO PARA FORA           ***/
/***********************************************************/

.stage_title{
	width:98%;
	margin:auto;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

.title{
	width:100%;
	margin:auto;
	height:50px;
	background-color:#e16826;
	font-family: 'source_sans_prosemibold';
	color:#FFF;
	text-transform:uppercase;
	margin-top:30px;
	padding-top:17px;
	padding-left:15px;
}

.arrow_open {
	margin-left:5%;
}

.arrow_open > img {
    display: block;
}

.container {
  margin: 5% 3%;
  font-family: 'source_sans_proregular';
  color: #252525;
  font-size:95%;
  padding-bottom:10px;
}

.container a{
	list-style:none;
	color: #e16826;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.container a:hover{
	color: #252525;
}


.container p{
	font-family: 'source_sans_proregular';
	font-weight:normal;
	color: #252525;
	font-size:95%;
	padding-bottom:10px;
}

.promo{
	width:98%;
	margin:auto;
	height:auto;
	background-color:#FFF;
	margin-top:15px;
	padding-left:15px;
	padding-right:15px;
}


h2{
	font-family: 'source_sans_prolight';
	font-style:italic;
	text-transform:uppercase;
	color: #e16826;
}

.col-group p {
	font-family: 'source_sans_proregular';
	color: #252525;
  	font-size:95%;
}

.col-group p span{
	font-family: 'source_sans_proregular';
	color: #999999;
  	font-size:110%;
}

/***********************************************************/
/***************** Pol�tica de Privacidade *****************/
/***********************************************************/
.list li 
{
    padding:0px;
    padding-left:25px;
    line-height:1.6em;
    background-image: url('../Content/images/bullet.png');
    background-repeat: no-repeat;
    background-position: 9px 9px; 
}
/***********************************************************/

/***********************************************************/
/********* Condi��es Gerais do Servi�o PRIMUSNET ***********/
/***********************************************************/
.columns 
{
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
    
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    
    font-size: 95%;
}
.columns p
{
    padding: 0px;
    margin-top:0px;
    margin-top: 5px;
}
.columns ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: bold;
  text-align:justify;
}

.columns li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
margin-top: 0px;
}

.columns li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.columns .noNumber li:before {
    content: "" !important;
}

.columns li li {
  margin: 5px;
}

.columns li li:before {
  content: counters(item, ".") " ";
}

.columns ol > li > ol {
    /*counter-increment: subsection;*/
    font-weight: normal;
    padding-left:0px;
}
/***********************************************************/


/***********************************************************/
/********** Footer Combo Outros Sites do Grupo *************/
/***********************************************************/
.col-group-publicfooter .select .arrow:after,.col-group-publicfooter .select .arrow:before{content:'';position:absolute;font:12px "Consolas",monospace;font-style:normal;pointer-events:none;left:6px}
.col-group-publicfooter .select .arrow:before{content:'\25BC';bottom:4px}

.col-group-publicfooter .select > select
{
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    outline:0
}
.col-group-publicfooter .select, .col-group-publicfooter .select > select
{
    /*background:#fff;*/
    position:relative;
    vertical-align:top;
    border:solid 1px #CCC;
    display:-moz-inline-stack;
    display:inline-block;
    *display:inline;
    /*color:#Dark;*/
    outline:0;
    height:42px;
    /*width:100%;*/
    *zoom:1;
border-radius:5px;
color:#000;
/*background:#595959;*/
background:#878787;
/*background:#A5A5A5;*/
}
.col-group-publicfooter .select > select:hover
{
    border-color:#e16826
}
/* Cor quando navegamos nas op��es e border ap�s selec��o */
.col-group-publicfooter .select>select:focus{
    border-color:#e16826;
    color:#222;
}
/* Cor da seta ap�s selec��o */
.col-group-publicfooter .select > select:focus+.arrow{
    color:#e16826;
}
.col-group-publicfooter .select{
    border:0;z-index:10;
    font-size:80%;
}
.col-group-publicfooter .select > select{
    display:block;
    padding:9px 10px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline:0;
    text-indent:.01px;
    text-overflow:'';
    z-index:10;
    margin:0;
}
.col-group-publicfooter .select > select::-ms-expand{
    display:none
}
.col-group-publicfooter .select:before,.col-group-publicfooter .select:after{
    content:'';
    position:absolute;
    pointer-events:none;
    z-index:15;
}
.col-group-publicfooter .select:before{
    top:0px;
    right:0px;
    width:34px;
    bottom:0px;
    background:#ccc;
    -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    -o-border-radius:0 3px 3px 0;
    border-radius:0 3px 3px 0
}
/* Posicionamento da seta */
.col-group-publicfooter .select .arrow{
    position:absolute;
    top:9px;
    right:2px;
    width:24px;
    height:24px;
    background:#CCC;
    color:#222;
    pointer-events:none;
    z-index:16;
}
/***********************************************************/

/***********************************************************/
.digicert
{
    float:left;
}
/***********************************************************/

.txt-content
{
    font-size:100%;
}
.txt-content a
{
    color:#e16826;
}
.txt-content a:hover 
{
	color: #252525;
}
.txt-content ul
{
    list-style-type: none;
    padding: 0px;
    margin: 5px;
}
.txt-content li 
{
    padding:0px;
    padding-left:25px;
    line-height:1.6em;
    background-image: url('../Content/images/bullet.png');
    background-repeat: no-repeat;
    background-position: 9px 9px; 
    font-size:95%;
}
.txt-content-detail
{
    font-size:100%;
}

.transparent {
	filter: alpha(opacity=0);
	opacity: 0;
}
/*logoAniversario*/
/*
.stage
{
    margin-top:-350px;
}
*/
