/* 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 ';'
(1291,1): run-time error CSS1019: Unexpected token, found '@charset'
(1291,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(1291,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";


/* 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 {
    font-family: 'Source Sans Pro', sans-serif;
	width:100%;
	height:100%;
	background:#000;
  	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:300px;
	height:auto;
	margin:auto;
	position:relative;
	margin-bottom:30px;
}

.logo{
	width:150px;
	height:69px;
	margin:auto;
	margin-top:5%;
	
}

.logo img{
	margin:auto;
	width:100%;
}

.logoAniversario{
	width:200px;
	height:125px;
	margin:auto;
	margin-top:5%;
	
}

.logoAniversario img{
	margin:auto;
	width:100%;
}

.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:150%;
	color:#e16826;
	text-align:center;
	line-height:30px;
}

.box p{
	font-family: 'source_sans_prosemibold';
	text-decoration:none;
	list-style:none;
	text-decoration:none;
	color:#FFF;
	font-size:90%;
	font-weight:normal;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

h3{
		width:100%;
		text-align:center;
		padding-bottom:20px;
		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:#AAA;
	-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:#FFF;
	font-family: 'source_sans_probold';
	font-size:120%;
	text-transform:uppercase;
	color:#e16826;
	padding-left:20px;
	line-height:60px;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit img{
	margin-top:15px;
	margin-right:20px;
	float:right;
}

.submit:hover{
	color:#333;
	cursor:pointer;
	background-color:#EEE;
}


.reg {
	width: 100%;
	margin-top: 10px;
	height: 30px;
	font-family: 'source_sans_proregular';
	font-size: 70%;
	text-transform: uppercase;
	color: #e16826;
	text-align: center;
	padding: 0;
	line-height: 30px;
}

	.reg a {
		font-family: 'source_sans_probold';
		color: #e16826;
		text-align: center;
		padding: 0;
		line-height: 30px;
		text-decoration: none;
	}

.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:relative;
	width:100%;
	bottom:0;
	background-color:#000;
}


.footer p{
	text-align:center;
	margin:0;
	padding-top:6px;
	padding-bottom:5px;
}

.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;
}


form {
}

form input[type=text],
form input[type=password]{
  font-family: 'source_sans_proregular';
  text-align:center;
  font-style:italic;
  font-size:90%;
}

form input[type=text],
form input[type=password] {
  width: 95%;
  margin:auto;
  height: 50px;
  margin-bottom: 20px;
  margin-top:20px;
  background: #fff; /* #44454a  */
  border: none;
  color: #222;   /* e74c3c e9e9e9  */
  outline: none;
  display:block;
}

::-webkit-input-placeholder {
  color:dark ;    /*  #e74c3c */
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #e74c3c;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #e74c3c;
}
:-ms-input-placeholder {
  color: #e74c3c;
}


@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;

}
@charset "UTF-8";

.box span{
	font-family: 'source_sans_probold';
	font-size:100%;
	color:#000;
	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;
}


/***********************************************************/
/********************* Footer Interno **********************/
/***********************************************************/
.footerClass {
	position:relative;
	width:100%;
	bottom:0;
	background-color:#000;
}

.footerClass p {
	text-align:center;
	margin:0;
	padding-top:6px;
	padding-bottom:5px;
}

.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;
}
/***********************************************************/


/***********************************************************/
/* 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: center;
}

.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: center;
    }
    .col-group-publicfooter > div:nth-child(odd) 
    {
        clear: left;
        text-align: center;
    }
}

@media screen and (min-width: 50em) {
    .col-group-publicfooter > div 
    {
        float: left;
        width: 33%;
        text-align: center;
    }
    .col-group-publicfooter > div:nth-child(2n+1) 
    {
        clear: left;
        text-align: center;
    }
    .col-group-publicfooter > div:nth-child(odd) 
    {
        clear: none;
        text-align: center;
    }
}

@media screen and (min-width: 70em) {
    .col-group-publicfooter > div 
    {
        width: 33%;
        text-align: center;
    }
    .col-group-publicfooter > div:nth-child(odd), .col-group-publicfooter > div:nth-child(2n+1)
    {
        clear: none;
        text-align: center;
    }
}


.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%;
	/**/
}
/***********************************************************/



/***********************************************************/
/*******************  [** PROVIS�RIO **] *******************/
/***********************************************************/
/***          LAYOUT INTERNO EXPOSTO PARA FORA           ***/
/***********************************************************/
.stage_title{
	width:98%;
	margin:auto;
	height:auto;
	padding-bottom:20px;
	background-color:#FFF;
	display:block;
	margin-top:15px;
    text-align:left;
}

.title{
	width:100%;
	margin:auto;
	height:50px;
	background-color:#e16826;
	font-family: 'source_sans_prosemibold';
	color:#FFF;
	text-transform:uppercase;
	padding-top:17px;
	padding-left:15px;
}

.arrow_open{
	margin-left:10%;
}

.arrow_open > img {
    display: block;
}

.container {
  margin: 3% 1%;
  font-family: 'source_sans_proregular';
  color: #252525;
  font-size:100%;
}

.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;
	padding-left:15px;
}

/*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 > div {
    float: left;
    width: 50%;
  }
}

.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%;
}

.col-group p span.asterisco
{
    color:#e16826;
}
/***********************************************************/



/***********************************************************/
/********** 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;
}
/***********************************************************/




/*
.smart-forms .section {
	margin-bottom: 22px;
}
.smart-forms .form-body {
	padding: 40px 30px;
	padding-bottom: 20px;
}
.smart-forms {
	line-height: 1.231;
	font-weight: 400;
	font-size: 14px;
	color: #34495e;
	font-family: "source_sans_proregular";
}
.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;
	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;
}

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;
}
*/

.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: #252525;
}



.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 .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; 
}
/***********************************************************/



/***********************************************************/
/***************** 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: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    
    font-size: 95%;
}
/*
.columns ol {
  margin: 1px;
  padding-left: 25px;
  font-weight: bold;
  counter-reset: item;
}
.columns li > ol:before {
  font-weight: normal;
}
.columns ul {
  margin: 0px;
  padding-left: 0px;
}
.columns li {
  margin: 0px;
  padding-left: 0px;
}
*/
.columns p
{
    padding: 0px;
    margin-top:0px;
margin-top: 5px;
}
/*
.columns ol
{
    counter-reset: item;
    font-weight: bold;
    text-decoration:underline;
    margin-bottom:10px;
}
.columns li
{
    display: block
}
.columns li:before
{
    content: counters(item, ".") ". ";
    counter-increment: item
}
.columns ol:before
{
    font-weight: normal;
}*/

.columns ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0 0 0 0;
  /*margin: 10px;*/
  /*margin-top: 0px;*/
  
  padding: 0;
  /*padding-left: 10px;
  padding-right: 10px;
    */
  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 li li {
  margin: 5px;
}

.columns li li:before {
  content: counters(item, ".") " ";
}

.columns .noNumber li:before {
    content: "" !important;
}

.columns ol > li > ol {
    /*counter-increment: subsection;*/
    font-weight: normal;
    padding-left:0px;
}
/***********************************************************/


/***********************************************************/
#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;
}
/***********************************************************/


form input[type=text],
form input[type=password] {
  margin-bottom: 0px;
}
.nifdigit
{
    text-align: center;
}
.nifdigit input[type=text]
{
    width:15%;
    margin:15px 2% 0% 2%;
    display:inline-block;
}


/***********************************************************/
.digicert
{
    
}
/***********************************************************/
