/*HTML puro, sem foundation*/
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
  font-size: 100%;
}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}
@media only screen and (min-width: 90.063em)
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
  display: none !important;
}
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333;
  color: #fff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
/*large*/
@media only screen and (min-width: 64.063em){
	.large-1 {width: 8.33333%;}
	.large-2 {width: 16.66667%;}
	.large-3 {width: 25%;}
	.large-4 {width: 33.33333%;}
	.large-5 {width: 41.66667%;}
	.large-6 {width: 50%;}
	.large-7 {width: 58.33333%;}
	.large-8 {width: 66.66667%;}
	.large-9 {width: 75%;}
	.large-10 {width: 83.33333%;}
	.large-11 {width: 91.66667%;}
	.large-12 {width: 100%;}
	
	.tab-bar, .left-off-canvas-menu{display: none !important;}
}
/*medium*/
@media only screen and (min-width: 40.063em){
	.medium-1 {width: 8.33333%;}
	.medium-2 {width: 16.66667%;}
	.medium-3 {width: 25%;}
	.medium-4 {width: 33.33333%;}
	.medium-5 {width: 41.66667%;}
	.medium-6 {width: 50%;}
	.medium-7 {width: 58.33333%;}
	.medium-8 {width: 66.66667%;}
	.medium-9 {width: 75%;}
	.medium-10 {width: 83.33333%;}
	.medium-11 {width: 91.66667%;}
	.medium-12 {width: 100%;}
	
	.tab-bar, .left-off-canvas-menu{display: none !important;}
}
/*small*/
@media only screen and (orientation : portrait), (orientation : landscape) and (max-width : 640px) {
	.small-1 {width: 8.33333%;}
	.small-2 {width: 16.66667%;}
	.small-3 {width: 25%;}
	.small-4 {width: 33.33333%;}
	.small-5 {width: 41.66667%;}
	.small-6 {width: 50%;}
	.small-7 {width: 58.33333%;}
	.small-8 {width: 66.66667%;}
	.small-9 {width: 75%;}
	.small-10 {width: 83.33333%;}
	.small-11 {width: 91.66667%;}
	.small-12 {width: 100%;}
	
	.login-img{display: none;}
	.tab-bar, .left-off-canvas-menu{display: block;}
	header, .menu{display: none !important;}
}
.left {float: left !important;}
.right {float: right !important;}
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  padding: 0;
  color: #fff;
  position: relative;
  transform: translate3d(0, 0, 0);
}
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
  width: 1rem;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
.column, .columns {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
}
@media only screen and (min-width: 90.063em){
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
  display: none !important;
}
}
@media only screen and (min-width: 64.063em){
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
  display: none !important;
}
}
@media only screen and (min-width: 64.063em){
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
  display: none !important;
}
}
@media only screen and (min-width: 40.063em){
.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
  display: none !important;
}
}
@media only screen{
.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
  display: inherit !important;
}
}
@media only screen and (min-width: 90.063em){
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
  display: inherit !important;
}
}
@media only screen and (min-width: 64.063em){
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
  display: inherit !important;
}
}
@media only screen and (min-width: 40.063em){
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
  display: inherit !important;
}
}
@media only screen{
.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
  display: none !important;
}
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
form {
  margin: 0 0 1rem;
}
label {
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #fff;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
input {
  line-height: normal;
}
button, input, optgroup, select, textarea {
  font: inherit;
  color: inherit
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
@media only screen and (min-width: 40.063em){
	button, .button {
	  display: inline-block;
	}
}
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out;
}
select {
  width: 100%;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…J2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  color: rgba(0,0,0,0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
input[type="checkbox"]+label, input[type="radio"]+label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
button, select {
  text-transform: none;
}
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
  display: table-cell;
  line-height: 1.125rem;
}
table tr th, table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #ddd;
  table-layout: auto;
}
[class*="column"]+[class*="column"]:last-child {
  float: right;
}
/*===================================================================================================*/

header{
	background-color: #fff;
	height: 90px;
}
.user-box{
	background-color: #e1e1e1;
	border: 1px solid #ccc;
	margin-top: 0.3rem;
}
.user-info{
	margin-top: 2rem;
}
.user-img{
	background-image: url(../img/user_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
	height: 52px;
	margin-top: 0.6rem;
}
.user-box select{
	margin-bottom: 0.5rem;
}
.user-box.acoes{
	margin-top: 0;
	width: 2.6%;
}
.icon-sprite-acao{background-image: url(../img/sprite_acao_icons.png); background-position: center; background-repeat: no-repeat; background-size: 6rem; width: 30px; height: 30px;}
.ajuda.icon-sprite-acao{ background-position-x: 9px;}
.fechar.icon-sprite-acao{background-position-x: -74px;}
.inner-wrap{
	background-color: #e1e1e1;
}
.row{
	float: none !important;
}
.menu{
	height: 45px;
}
.menu section ul li:first-child{
	border-left: 1px solid #fff;
}
.menu section ul li{
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0.67rem 0.5rem;
	float: left;
	position: relative;
}
.menu ul li:hover .sub-menu {
  display: block;
}
.menu ul li .sub-menu {
  position: absolute;
  top: 45px;
  left: 0;
  min-width: 200px;
  z-index: 1000;
  display: none;
}
.menu section ul li a{
	color: #fff;
}
.sub-menu li{
	border: none !important;
}
.menu row:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.main-section{
	background-color: #e1e1e1;
}
.main-conteiner{
	padding: 1rem 0;
}
.main-conteiner#login-conteiner{
	padding: 5rem 0;
}
.main-content{
	height: auto;
}
.main-content#login-content{
	height: 350px;
}
#home-box{
	background: url('../img/Claro_home_banner.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 406px;
}
#programa-box p{
	text-align: justify;
}
.logo-claro-vert{
	background-image: url('../img/Claro_logo_O_Programa.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	height: 228px;
}
.home-banner{
	background-image: url('../img/Claro_home_banner.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 406px;	
	margin-bottom: 1rem;
}
.programa-banner{
	background-image: url('../img/Claro_banner_O_Programa.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 152px;	
	margin-bottom: 1rem;
}
.box-title{
	color: #fff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.main-box{
	background-color: #fff;
	padding: 0.5rem 1rem;
}
.main-box#login-box{
	height: 100%;
	padding: 0.5rem 2rem;
}
.underline-title{
	padding: 0.5rem 0;
	border-bottom: 2px solid #dbdbdb;
	font-weight: bold;
	clear: both;
}
.underline-title:not(.login-underline){
	margin-bottom: 1rem;
} 
.bold{
	font-weight: bold;
}
#login-box .underline-title{
	font-size: 1.3rem;
	font-weight: normal;
}
label{
	color: #7d7c7a !important;
	font-size: 1rem !important;
}
.login-inputs{
	padding: 1rem 0;
}	
.checkbox-label{
	padding-left: 0.5rem;
	color: #7d7c7a !important;
	font-size: 0.9rem !important;
	clear: right;
}
.combo-label{
	padding-top: 0.45rem;
}
.button{
	display: block !important;
	margin-bottom: 0.5rem !important;
}
.requisitos-span{
	text-decoration: underline;
	color: #7d7c7a;
	font-size: 0.9rem;
}
.input{
	margin: 1rem 0;
	margin-right: 2rem;
}
#cadastro-box .input{
	margin: 0.2rem 0;
	margin-right: 2rem;
}
.obrigatorio{
	margin-bottom: 2rem;
}
.box-info{
	border-bottom: 3px solid #e1e1e1;
	padding: 1rem 0;
	margin-bottom: 1rem;
}
.input.right{
	margin-right: 0;
}
.main-box .button.filtrar, .button.confirmar{
	margin-top: 2rem;
}
.date{
	width: 84% !important;
}
.calendario_icone{
	background-image: url(../img/calendario_icone.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 38px;
	height: 38px;
}
.main-box .button.cadastrar{
	clear: both;
}
th,td{
	text-align: center !important;
}
.table-header th{
	color: #fff;
	padding: 1rem 1rem;
}
.table-row{
	margin: 1rem 0 !important;
	border: 1px solid #ccc;
	clear: both;
}
.table-row td{
	background-color: #fff;
	border-right: 1px solid #ccc;
	line-height: 2.125rem;
}
textarea{
	height: 6rem;
}
.powered span{
	font-size: 0.7rem;
	color: #fff;
}
.powered div{
	background-image: url(../img/powered.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	height: 42px;
}
/* Mobile */
.tab-bar{
	height: 5rem !important;
}
.tab-bar section.small-3.right {
	width: 112px !important;
	padding: 7px;
}
.tab-bar section.small-1{
	height: 100%;
}
.tab-bar section a.menu-icon {
	background-image: url('../img/burger-menu.png');
	background-position: 14px 23px;
	background-repeat: no-repeat;
	background-size: 2rem;
	height: 100% !important;
	width: 2.8rem;
}
.tab-bar .menu-icon span::after {
	box-shadow: none !important;
	height: 100% !important;
	width: 4rem !important;
}

@media only screen and (orientation : portrait) {
	.input{
		margin: 1rem 0;
		margin-right: 0;
	}
	.main-box#concorrentes-box .button {
		margin-top: 0;
	}
}

