*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	overflow: hidden;
}

body {
	font-size: 16px;
}

.page {
	width: 100vw;
	height: 100vh;
}

.menu {
	width: 64px;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: #ff1a26;
	background: #111;
	z-index: 9;
	text-align: center;
	padding: 8px;
}

.menu__toggle {
	color: #fff;
	font-size: 24px;
	font-size: 24px;
	font-size: 24px;
	font-size: 24px;
	font-size: 24px;
	font-size: 1.5rem;
	-webkit-transition: 200ms ease-in-out all;
	transition: 200ms ease-in-out all;
}

.menu__toggle:hover,
.menu__toggle:focus {
	color: rgba(255, 255, 255, 0.8);
}

.main {
	padding-left: 64px;
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f9f9f9;
}

.main__inner {
	padding: 8px;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.header {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.header-search {
	position: relative;
}

.header-search .fa {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13.6px;
	font-size: 13.6px;
	font-size: 13.6px;
	font-size: 13.6px;
	font-size: 13.6px;
	font-size: 0.85rem;
	color: #7b7b7b;
}

.header-search__input {
	color: inherit;
	display: block;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	margin: 0;
	border: medium none;
	font-size: 14px;
	background-color: #f6f6f6;
	height: auto;
	border-radius: 6px;
	padding: 8px 16px 8px 36px;
}

.actions {
	width: 100%;
	padding: 24px 24px 8px 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
	border-top: 1px solid #eee;
}

.logo {
	height: 30px;
}

.actions--home {
	text-align: right;
	padding: 22px;
}

.scrollable {
	height: calc(100vh - 122px);
	overflow: auto;
}

.main__inner--home {
	padding: 0;
}

.main__inner--header .scrollable {
	height: calc(100vh - 60px - 122px);
}

.main__inner--home .scrollable {
	height: calc(100vh - 60.5px - 104px);
	padding: 8px;
}

.main__inner--treino .scrollable {
	height: calc(100vh - 60px - 128px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.main__inner--sidebar .scrollable {
	height: calc(100vh - 60px - 90.5px);
	overflow: auto;
	background-color: #fff;
	position: relative;
}

.main__inner--treino .scrollable > .container {
    padding: 12px;
    padding: 12px;
    padding: 12px;
    padding: 12px;
    padding: .75rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.main__inner--treino .container > .columns {
	width: 100%;
}

.main__inner--sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main__inner--sidebar .scrollable {
	width: calc(100% - 260px - 260px);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 260px;
	overflow: auto;
	padding: 12px;
	height: calc(100vh - 60px - 90.5px);
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 0.8rem;
	position: relative;
}

.sidebar textarea {
	max-width: 100%;
	padding: 12px;
	border-radius: 6px;
	border: 1px solid #eee;
}

.table-wrapper {
	overflow: auto;
}

.table th,
.table td {
	white-space: nowrap;
}

input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
}

input[type="checkbox"]:checked + label {
	background: #111;
}

input[type="checkbox"] + label {
    width: 16px;
    height: 16px;
    content: '';
    display: block;
    border: 2px solid #111;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}

.modal-card-custom-header {
	background: #111;
}

.modal-card-custom-header .modal-card-head {
	border-bottom: 0;
}

.modal .table td {
	vertical-align: middle;
}

.modal-card-head {
	background-color: #121212;
	color: #fff;
}

.modal-card-head .modal-card-title {
	color:  #fff;
}

.sidebar .table-wrapper {
	max-height: 200px;
	overflow-y: auto;
	margin-bottom: 32px;
	position: relative;
}

.button {
	text-transform: uppercase;
	font-weight: bold;
}

.tile.is-ancestor,
.columns {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0 !important;
}

.missions {
	list-style: none;
	counter-reset: my-awesome-counter;
}

.missions__item {
	counter-increment: my-awesome-counter;
	font-size: 20.8px;
	font-size: 20.8px;
	font-size: 20.8px;
	font-size: 20.8px;
	font-size: 20.8px;
	font-size: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.missions__item:not(:last-child) {
	margin-bottom: 8px;
}

.missions__item:before {
	content: counter(my-awesome-counter);
	color: #fff;
	font-weight: bold;
	background: #ff1a26;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 0.8rem;
}

.tile .title {
	text-transform: uppercase;
	font-size: 22.4px;
	font-size: 22.4px;
	font-size: 22.4px;
	font-size: 22.4px;
	font-size: 22.4px;
	font-size: 1.4rem;
	margin-bottom: 8px;
	margin-bottom: 8px;
	margin-bottom: 8px;
	margin-bottom: 8px;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.tile .title:before {
	display: inline-block;
	width: 4px;
	height: 17px;
	background: #ff1a26;
	content: '';
	margin-right: 8px;
}

.achievements {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.achievements__item:not(:last-child) {
	margin-right: 64px;
}

.skills__title,
.achievements__title,
.achievements__text {
	display: block;
	text-align: center;
}

.achievements__title {
	font-size: 32px;
	font-size: 32px;
	font-size: 32px;
	font-size: 32px;
	font-size: 32px;
	font-size: 2rem;
}

.skills__title,
.achievements__text {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11.2px;
	font-size: 11.2px;
	font-size: 11.2px;
	font-size: 11.2px;
	font-size: 11.2px;
	font-size: 0.7rem;
}

.achievements__title {
	color: #ff1a26;
}

.skills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.skills__item {
	text-align: center;
}

.skills strong {
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 22.4px;
	font-size: 22.4px;
	font-size: 22.4px;
	font-size: 22.4px;
	font-size: 22.4px;
	font-size: 1.4rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.skills__chart {
	width: 100px;
	display: inline-block;
	position: relative;
	text-align: center;
}

a,
.c-primary {
	color: #ff1a26;
}

a:hover,
a:focus {
	color: #ff1a26;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.bg-primary {
	color: #fff;
	background: #ff1a26;
}

.bg-primary,
.bg-primary .box,
.bg-primary .title,
.bg-primary strong {
	color: #fff;
}

.objective-bar {
	border: 1px solid #ccc;
	position: relative;
	height: 30px;
	width: 100%;
	max-width: 200px;
}

.objective-bar .fa-car {
	position: absolute;
	top: -19px;
	left: 0;
	color: #111;
}

.objective-bar .fa-flag {
	position: absolute;
	top: -22px;
	right: -16px;
	font-size: 19.2px;
	font-size: 19.2px;
	font-size: 19.2px;
	font-size: 1.2rem;
	color: #ff1a26;
}

.objective-bar__inner {
	top: 0;
	left: 0;
	height: 100%;
	background: #ff1a26;
	content: '';
	width: 0%;
}

.objective-bar__value {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.box--profile {
	padding: 0;
	background: 0;
	box-shadow: none;
	margin-bottom: 8px !important;
}

.content .profile-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.profile-list__phone {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.profile-list__phone input {
	width: auto;
	display: inline-block;
	background: none;
	border: 0;
	padding: 0 0 4px 4px;
	background: #fff;
	border-radius: 6px;
	margin-left: 4px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	box-sizing: border-box;
	padding: 2px 4px;
	width: 100%;
	width: 120px;
}

.sms-icon {
	position: absolute;
	background: #fff;
	font-size: 8px;
	font-size: 8px;
	font-size: 8px;
	font-size: 8px;
	font-size: 8px;
	font-size: 0.5rem;
	width: 22px;
	height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	right: 0;
	font-weight: bold;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
	color: #ff1a26;
}

abbr[title] {
	text-decoration: none;
}

.timeline {
	position: relative;
}

.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	height: 100%;
	width: 2px;
	background: #ccc;
}

.timeline__block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.timeline__block:last-child {
	margin-bottom: 0;
}

.timeline__block:nth-child(odd) .timeline__info {}

.timeline__block:nth-child(even) .timeline__content {}

.timeline__image {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 12px;
	width: 12px;
	background-color: #ff1a26;
	background: #111;
	border-radius: 50%;
}

.timeline__content,
.timeline__info {
	width: calc(100% - 12px);
	margin-left: 16px;
}

.timeline__content {
	padding: 8px;
	background-color: #ff1a26;
	background: #111;
	color: #fff;
	border-radius: 6px;
}

.timeline__content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.timeline__content p:last-child {
	margin-bottom: 0;
}

.timeline__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.timeline__headline {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.timeline__date {
	font-size: 1.2px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.selectable-button {
	border: 1px solid #7b7d90;
	padding: 16px;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
}

.selectable-button:hover {
	border-color: #ff1a26;
	color: #ff1a26;
}

.selectable-button--checked {
	background-color: #ff1a26;
	border-color: #ff1a26;
	color: #fff;
	position: relative;
}

.selectable-button--checked:hover {
	color: #fff;
}

.selectable-button--checked:before {
	position: absolute;
	right: 5px;
	bottom: 1px;
	content: '';
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: middle;
	content: "\f058";
}

.icon-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 13.6px;
	font-size: 13.6px;
	font-size: 13.6px;
	font-size: 13.6px;
	font-size: 0.85rem;
}

.icon-box__icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-bottom: 12px;
}

.icon-box__icon svg {
	height: 42px;
	width: 42px;
}

.icon-box--bordered {
	border: 1px solid #ff1a26;
	padding: 16px 12px;
	height: 100%;
	border-radius: 6px;
}

.f-085 {
	font-size: 13.6px;
	font-size: 13.6px;
	font-size: 13.6px;
	font-size: 13.6px;
	font-size: 0.85rem;
}

.bg-white {
	background: #fff;
}

.box--dim {
	background-color: #f9f9f9;
	box-shadow: none;
	border: 1px solid #eee;
}

.modal .selectable-button {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.sms-input {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	padding-right: 150px;
}

.modal-card-foot {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.sms-input__field {
	border: 0;
	height: 36px;
	padding: 6px;
}

.sms-input .button {
	position: absolute;
	right: 0;
	top: 0;
}

.plans__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	cursor: pointer;
}

.plans__item--checked {
	position: relative;
}

.plans__item--checked:before {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	content: '';
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: middle;
	content: "\f058";
	color: green;
	font-size: 32px;
	font-size: 32px;
	font-size: 32px;
	font-size: 32px;
	font-size: 2rem;
}

.plans__item:not(:last-child) {
	margin-bottom: 24px;
	border-bottom: 2px solid #eee;
	padding-bottom: 24px;
}

.plans__content {
	padding-right: 72px;
}

.plans__content h6 {
	margin-bottom: 12px;
}

.plans__item .icon-box {
	width: 100px;
	margin-right: 18px;
	text-align: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.p-64 {
	padding: 64px;
}

.ranking {
	position: relative;
	padding-top: 80px;
}

.ranking .fa {
	position: absolute;
	top: 34px;
	left: 0;
	color:  #ccc;
}

.ranking .fa:after {
	position: absolute;
	top: 20px;
	left: 0;
	content: '';
	background: #eee;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.ranking .fa-trophy {
	left: auto;
	right: 0;
	font-size: 24px;
	font-size: 24px;
	font-size: 24px;
	font-size: 24px;
	font-size: 1.5rem;
	top: 28px;
	color: #23d160;
}

.ranking .fa-trophy:after {
	top: 26px;
	left: auto;
	right: 8px;
}

.ranking:before {
	position: absolute;
	top: 56px;
	left: 0;
	height: 2px;
	width:  100%;
	background: #eee;
	content: '';
}

.pin {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 32px;
}

.pin--bigger {
	width: 48px;
	height: 48px;
	top: 0;
}

.pin__number {
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 0.8rem;
}

.pin--bigger .pin__number {
	font-size: 16px;
	font-size: 16px;
	font-size: 16px;
	font-size: 16px;
	font-size: 1rem;
}

.pin__border {
	width: 100%;
	height: 100%;
	border-radius: 50% 50% 50% 0;
	background: #ff1a26;
	background: #transparent;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.pin__img {
	position: absolute;
	background: #FFF;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	top: 15%;
	left: 15%;
}

.pin__img img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.hero--icon .hero-body {
	padding-right: 180px;
    position: relative;
}

.hero--icon .icon-box {
	position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.question-button {
	padding: 32px;
	border: 1px solid #ff1a26;
	border-radius: 6px;
	position: relative;
	background: #fff;
	cursor: pointer;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.question-button:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.question-button__inner {
	text-align: center;
	font-size: 72px;
	font-size: 72px;
	font-size: 72px;
	font-size: 72px;
	font-size: 4.5rem;
	font-weight: bold;
	color: #ff1a26;
}

.question-button__number {
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: #ff1a26;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12.8px;
    font-size: 12.8px;
    font-size: 12.8px;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: bold;
}

.question-button--checked {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border-color: #23d160;
}

.question-button--checked .question-button__number {
	background: #23d160;
}

.question-button--checked:before {
	position: absolute;
	right: 8px;
	bottom: 1px;
	content: '';
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: middle;
	content: "\f058";
	font-size: 24px;
	font-size: 24px;
	font-size: 24px;
	font-size: 24px;
	font-size: 1.5rem;
	color: #23d160;
}

.hero-question {
	-webkit-transition: 2.5s ease-in-out background;
	transition: 2.5s ease-in-out background;
	min-height: 185px;
}

.hero-question--success {
	background-color:  #20bc56 !important;
}

.hero-question--danger {
	background-color:  #de1d1d !important;
}

.hero-question--danger,
.hero-question__text--success,
.hero-question--danger .title,
.hero-question__text--success .title,
.hero-question--danger .subtitle,
.hero-question__text--success .subtitle {
	color:  #fff !important;
}

.link-white {
	color: #fff;
	text-transform: uppercase;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 0.8rem;
}

.link-white:hover,
.link-white:focus,
.link-white:active {
	color: #fff;
	text-decoration: underline;
}

.selectable-button {
	position: relative;
}

.selectable-button:after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: solid 2px;
  border-color: #fff transparent transparent transparent;
  border-radius: 100%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.selectable-button.load {
	background: #ff1a26;
}

.selectable-button.load span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.selectable-button.load:after {
  display: block;
}

.modal-card--bigger {
	width: 90vw;
}

.bg-gray {
	background: #f9f9f9;
}

.form-control {
	padding: 9px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.channel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 6px;
}

.channel-list__item {
	background: #111;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}

.channel-list__item--checked:nth-child(1) {
	background: #075e54;
}

.channel-list__item--checked:nth-child(2) {
	background: #34b7f1;
}

.channel-list__item--checked:nth-child(3) {
	background: #cd3292;
}

.channel-list__item .fa {
	color: #fff;
}

.channel-list__item:not(:last-child) {
	margin-right: 8px;
}

.table--extrato {
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 12.8px;
	font-size: 0.8rem;
}

.table--extrato tbody td .svg {
	height: 28px; 
	width: 28px;
}

.info-header {
	font-size: 16px;
	font-size: 16px;
	font-size: 16px;
	font-size: 1rem;
}

.info-header img {
	height: 23px;
	width: 23px;
	position: absolute;
	top: 50%;
	left: 12px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.info-header td {
	position: relative;
	padding-left: 42px;
}

.level-item .heading {
	margin-top: 5px;
	margin-bottom: 0;
}

.c-smile {
	color: #fff;
	background: #ffe002;
	border-radius: 50%;
	width: 30px;
	height: 31px;
}

.road {
	width:  100%;
	height: 100%;
	position: relative;
}

.road img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top:  0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.road__content {
	position: absolute;
}

.road__content .title:before {
	display: none;
}

.road__content .title {
	font-size: 27.2px !important;
	font-size: 27.2px !important;
	font-size: 1.7rem !important;
	margin-bottom: 4px !important;
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0) translate(-50%, -50%); transform: rotate(0) translate(-50%, -50%) }
  to { -webkit-transform: rotate(360deg) translate(-50%, -50%); transform: rotate(360deg) translate(-50%, -50%) }
}

@keyframes spin {
  from { -webkit-transform: rotate(0) translate(-50%, -50%); transform: rotate(0) translate(-50%, -50%) }
  to { -webkit-transform: rotate(360deg) translate(-50%, -50%); transform: rotate(360deg) translate(-50%, -50%) }
}

@media screen and (max-width: 1200px) {
	.channel-list-header > .columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.ie-edge .channel-list-header > .columns {
		display: block;
	}

	.channel-list-header > .columns > .column:nth-child(1) > .columns {
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
	}

	.channel-list-header .column:nth-child(2) > .columns {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

	.channel-list-header .column:nth-child(2) > .columns .column {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}

	.channel-list,
	.channel-list + .sms-input {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

@media screen and (min-width: 1200px) {
	.ie-edge .channel-list-header > .columns > .is-narrow {
		max-width: 450px;
	}
}

@media screen and (min-width: 769px) {
	.ie-edge .channel-list-header > .columns > .is-narrow {
		flex: 1 1 auto !important;
	}
}