body {
  font-family: 'sofia_prolight', sans-serif;
  color: #777;
  font-size: 16px;
  background: #f2f2f2;
  overflow-x: hidden;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'sofia_prolight', sans-serif
}

@font-face {
  font-family: 'sofia_prolight';
  src: url('../fonts/sofia-pro/sofiapro-light-webfont.eot');
  src: url('../fonts/sofia-pro/sofiapro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sofia-pro/sofiapro-light-webfont.woff2') format('woff2'), url('../fonts/sofia-pro/sofiapro-light-webfont.woff') format('woff'), url('../fonts/sofia-pro/sofiapro-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}

select {
  margin: inherit
}

hr {
  border: 0;
  color: #000;
  background-color: #000;
  height: 1px;
  margin: 0;
  padding: 0
}

img {
  border: none
}

input[type=text],
input[type=password],
input[type=submit],
input[type=button],
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

select {
  background-color: #fff;
  background-image: url(../img/site-select.png)!important;
  background-repeat: no-repeat;
  background-position: 95% center
}

textarea {
  resize: none
}

::selection {
  color: #f2f2f2;
  background: #60C060;
}

.clear {
  clear: both
}

:focus {
  outline: 0!important
}

.placeholder {
  color: #f2f2f2!important
}

a,
a:link,
a:visited {
  color: #60C060;
  text-decoration: none
}

a:hover {
  color: #555;
  text-decoration: underline;
}

a:active {
  color: #60C060
}

strong {
  font-family: 'sofia_prolight', sans-serif;
  font-weight: 700
}

.thin {
  font-family: 'sofia_prolight', sans-serif
}

::-webkit-scrollbar {
  width: 10px
}

::-webkit-scrollbar-track {
  background-color: transparent
}

::-webkit-scrollbar-thumb {
  background-color: #999
}

::-webkit-scrollbar-thumb:hover {
  background-color: #777
}

::-webkit-scrollbar-thumb:active {
  background-color: #555
}

.black-scrollbar::-webkit-scrollbar {
  width: 15px
}

.black-scrollbar::-webkit-scrollbar-track {
  background-color: #444;
  border-left: 1px solid #333
}

.black-scrollbar::-webkit-scrollbar-thumb {
  background-color: #222
}

.black-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #2a2a2a
}

.black-scrollbar::-webkit-scrollbar-thumb:active {
  background-color: #39f
}

.transparent-scrollbar::-webkit-scrollbar {
  width: 10px
}

.transparent-scrollbar::-webkit-scrollbar-track {
  background-color: transparent
}

.transparent-scrollbar::-webkit-scrollbar-thumb {
  background-color: #999
}

.transparent-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #777
}

.transparent-scrollbar::-webkit-scrollbar-thumb:active {
  background-color: #39f
}

.form-group {
  margin-top: 5px;
  margin-bottom: 5px
}

.form-horizontal.group-border .form-group {
  border-bottom: 1px solid #efefef;
  margin: 0;
  padding: 20px 0
}

.form-horizontal.group-border-dashed .form-group {
  border-bottom: 1px dashed #efefef;
  margin: 0;
  padding: 20px 0
}

.form-control {
  font-size: 16px;
  color: #aaa;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  padding: 20px 8px
}

.input-group-addon {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 6px 11px
}

.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  border-color: #2598f9
}

select.form-control,
textarea.form-control {
  padding: 6px 8px
}

.input-group {
  margin-bottom: 15px
}

.form-horizontal.group-border .form-group:last-child,
.form-horizontal.group-border-dashed .form-group:last-child {
  border-bottom: 0
}

.label,
.alert {
  border-radius: 0
}

.well {
  background-color: inherit;
  border-radius: 0;
  box-shadow: none;
  border: 0
}

.nav-tabs {
  border-bottom: 1px solid transparent
}

.nav-tabs>li {
  font-size: 14px;
  margin-right: 2px
}

.nav-tabs>li.active {
  position: relative
}

.nav-tabs>li>a {
  font-size: 13px;
  margin-right: 0;
  min-width: 80px;
  text-align: center;
  padding: 9px 15px
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:active {
  background: transparent;
  border: 1px solid transparent;
  color: #3398ff;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border-top: 2px solid #43A0F2;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom: 0;
  padding-bottom: 10px;
  padding-top: 8px;
  box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, 0.08);
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  position: static
}

.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:hover:after,
.nav-tabs>li.active>a:focus:after {
  content: "";
  display: block;
  height: 2px;
  background: #43A0F2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.tab-content {
  background: #fff;
  border-bottom: 1px solid #E2E2E2;
  border-left: 1px solid #ECECEC;
  border-radius: 0 3px 3px;
  -webkit-border-radius: 0 3px 3px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
  padding: 20px
}

.tab-content h3,
h2,
h1:first-child {
  margin-top: 0
}

table.no-border tr th {
  border-top: 0
}

table .no-border,
table.no-border {
  border: 0
}

table thead th {
  font-size: 13px;
  font-weight: 200;
  vertical-align: bottom;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  padding: 10px 8px 5px
}

table tbody td {
  font-size: 12px;
  padding: 7px 8px
}

table {
  border-collapse: collapse;
  width: 100%
}

table thead th:last-child {
  border-right: 1px solid #DADADA
}

table thead span {
  font-size: 15px;
  display: block
}

table td {
  border-left: 1px solid #DADADA;
  border-bottom: 1px solid #dadada;
  padding: 7px 8px
}

table.padding-sm td {
  padding: 4px 6px
}

table td .progress {
  margin: 0
}

table.hover tbody tr:hover {
  background: #f3f3f3
}

table td i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 23px
}

table td:last-child {
  border-right: 1px solid #dadada
}

table tr:nth-child(2n) {
  background: #f8f8f8
}

table.no-strip tr:nth-child(2n) {
  background: transparent
}

table .no-border th,
table .no-border-y td,
table .no-border-y tr td:first-child,
table.no-border tr th:first-child,
table.no-border tr td:first-child {
  border-left: 0
}

table .no-border-x td,
table.no-border tr:last-child td {
  border-bottom: 0
}

table.no-border tr th:last-child,
table.no-border tr td:last-child {
  border-right: 0
}

.block-flat,
.block-wizard {
  margin-bottom: 40px;
  padding: 20px;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04)
}

.block .header,
.widget-block .header,
.block-flat .header {
  color: #aaa;
  background-color: #fefefe;
  border-bottom: 1px solid #dadada
}

.block .header h3,
.widget-block .header h3,
.block-flat .header h3 {
  margin-top: 0
}

.block-flat .content {
  margin-top: 20px;
  color: #aaa
}

.block-flat hr {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ddd!important
}

.tooltip {
  opacity: 1!important
}

.tooltip>.tooltip-inner {
  color: #f2f2f2;
  font-size: 14px;
  padding: 5px 10px;
  background: #222;
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2)
}

.tooltip.top>.tooltip-arrow {
  border-top-color: #222!important
}

.tooltip.bottom>.tooltip-arrow {
  border-bottom-color: #222!important
}

.tooltip.left>.tooltip-arrow {
  border-left-color: #222!important
}

.tooltip.right>.tooltip-arrow {
  border-right-color: #222!important
}

.progress {
  background: transparent;
  border-radius: 0;
  box-shadow: none
}

.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url(/img/loading.gif) no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628
}

.logo-view {
  text-align: center;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  cursor: pointer;
  margin: auto;
  width: 300px!important;
  height: 120px!important;
  max-width: 100%!important;
  max-height: 100%!important
}

.logo-view-container {
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 15px
}

.logo-view-border {
  border: 1px solid #ddd;
  padding: 10px
}

.logo-view-subscribe {
  display: block;
  margin: 0 auto;
  padding: 0;
  float: none;
  cursor: pointer;
  overflow: hidden
}

.logo-view img {
  width: 100%
}

.logo-image {
  width: 100%;
  max-width: 300px
}

.logo-body {
  padding-right: 15px;
  padding-left: 15px
}

.logo-upload {
  overflow: hidden;
  margin-bottom: 15px
}

.logo-upload .btn {
  margin-left: 20px
}

.logo-upload input {
  display: block;
  margin-left: 110px
}

.logo-alert {
  margin-top: 10px;
  margin-bottom: 10px
}

.logo-wrapper {
  height: 180px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fcfcfc;
  overflow: hidden;
  margin-bottom: 15px
}

.logo-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom: 15px
}

.logo-preview:hover {
  border-color: #ccf;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.logo-preview {
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  float: left!important
}

.logo-preview img {
  width: 100%
}

.preview-lg {
  height: 184px;
  width: 184px;
  margin-top: 0
}

.preview-md {
  height: 120px;
  width: 120px;
  margin-left: 30px
}

.preview-sm {
  height: 50px;
  width: 50px;
  margin-left: 20px
}

.preview-circle {
  border-radius: 100%
}

.logo-btns {
  margin-top: 20px;
  margin-bottom: 15px
}

.logo-btns button {
  margin: 0 5px;
  width: 80px
}

.loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url(/img/loading.gif) no-repeat center center;
  opacity: .75;
  filter: alpha(opacity=75);
  z-index: 20140628
}

@media (min-width: 992px) {
  .logo-preview {
    float: none
  }
}

.clearfix {
  *zoom: 1
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0
}

.clearfix:after {
  clear: both
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.carregando {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 3px;
  background: #39f;
  box-shadow: 0 0 2px #c00
}

.campoerro {
  border-color: #F42E2E!important
}

select.campoerro {
  -webkit-box-shadow: 0 2px 1px rgba(244, 46, 46, 0.48)!important;
  box-shadow: 0 2px 1px rgba(244, 46, 46, 0.48)!important
}

.boxerro {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 30px;
  left: 50%;
  width: 300px;
  margin: 0 -150px;
  padding: 10px;
  font-size: 16px;
  color: #777;
  text-align: center;
  background-color: #ffcd35;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2)
}

.mensagemerro {
  float: left;
  margin: -10px 0 10px;
  font-size: 16px;
  text-align: center;
  color: #f2f2f2;
  padding: 5px 0;
  background: #ce5757
}

.form-group {
  margin-top: 5px;
  margin-bottom: 5px
}

.form-horizontal.group-border .form-group {
  border-bottom: 1px solid #efefef;
  margin: 0;
  padding: 20px 0
}

.form-horizontal.group-border-dashed .form-group {
  border-bottom: 1px dashed #efefef;
  margin: 0;
  padding: 20px 0
}

.form-control {
  font-size: 16px;
  color: #aaa;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  padding: 6px 8px
}

.input-group-addon {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 6px 11px
}

.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  border-color: #2598f9
}

select.form-control,
textarea.form-control {
  padding: 6px 8px
}

.input-group {
  margin-bottom: 15px
}

.form-horizontal.group-border .form-group:last-child,
.form-horizontal.group-border-dashed .form-group:last-child {
  border-bottom: 0
}

.label,
.alert {
  border-radius: 0
}

.well {
  background-color: inherit;
  border-radius: 0;
  box-shadow: none;
  border: 0
}

.block-flat,
.block-wizard {
  margin-bottom: 40px;
  padding: 20px;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04)
}

.block .header,
.widget-block .header,
.block-flat .header {
  color: #aaa;
  background-color: #fefefe;
  border-bottom: 1px solid #dadada
}

.block .header h3,
.widget-block .header h3,
.block-flat .header h3 {
  margin-top: 0
}

.block-flat .content {
  margin-top: 20px;
  color: #aaa
}

.block-flat hr {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ddd!important
}

.tooltip {
  opacity: 1!important
}

.tooltip>.tooltip-inner {
  color: #f2f2f2;
  font-size: 14px;
  padding: 5px 10px;
  background: #222;
  border-radius: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2)
}

.tooltip.top>.tooltip-arrow {
  border-top-color: #222!important
}

.tooltip.bottom>.tooltip-arrow {
  border-bottom-color: #222!important
}

.tooltip.left>.tooltip-arrow {
  border-left-color: #222!important
}

.tooltip.right>.tooltip-arrow {
  border-right-color: #222!important
}

.modal-dialog {
  width: 100%;
  max-width: 1000px
}

.dropdown-menu {
  margin: -45px 5px 0 0;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 0
}

.dropdown-menu.fixed-width {
  width: 280px
}

.dropdown-menu li {
  border: 0
}

.dropdown-menu li a {
  white-space: normal;
  font-size: 16px;
  color: #aaa!important;
  padding-top: 10px;
  padding-bottom: 10px
}

.dropdown-menu li .ico {
  color: #aaa
}

.dropdown-menu li:hover a,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #aaa;
  background-color: #e5e5e5
}

.dropdown-menu .divisor {
  margin: 0;
  background-color: #e5e5e5
}

.dropdown.open .dropdown-toggle {
  background-color: transparent!important
}

.dropdown.open:after {
  display: none;
  content: '';
  border: 0
}

.dropdown-menu.ico-list {
  min-width: 300px;
  padding: 15px
}

.dropdown-menu.ico-list .block-bt {
  margin: 0;
  padding: 0
}

.dropdown-menu.ico-list .item {
  padding-top: 15px;
  padding-bottom: 5px
}

.dropdown-menu.ico-list .item .ico {
  font-size: 30px!important;
  margin-left: 0
}

.dropdown-menu.ico-list .item .text-app {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px
}

.dropdown-menu.ico-list .item:hover {
  background-color: transparent!important
}

.dropdown-menu.ico-list .item:hover .text-app,
.dropdown-menu.ico-list .item:hover .ico {
  color: #555
}

.form-material {
  padding-bottom: 50px
}

.form-material .txt-states {
  margin-top: 0!important
}

.form-material .block-title {
  float: left;
  font-size: 18px;
  color: #999;
  padding: 5px 10px;
  background-color: #ddd
}

.form-material .checkbox-row {
  margin-top: 10px;
  margin-bottom: 20px
}

.form-material .checkbox-inline {
  font-size: 18px;
  color: #aaa;
  margin-right: 20px;
  margin-left: 0
}

.form-material .dica {
  font-size: 16px;
  border-radius: 0
}

.form-material .radio {
  font-size: 16px;
  color: #777;
  margin-top: 0;
  margin-bottom: 5px
}

.form-material .radio input {
  position: relative;
  margin: 0;
  margin-right: 5px
}

.form-material .checkbox {
  display: inline
}

.form-material .content-bordered {
  padding: 20px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 4px dashed #ddd;
  border-radius: 2px
}

.form-material .divider {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc
}

.form-material .txt {
  height: 40px
}

.form-material .uploadfile {
  font-size: 14px
}

.form-material .title {
  font-size: 16px;
  color: #999;
  margin-top: 5px
}

.form-material .titulo-medium {
  font-size: 20px
}

.form-material .ajuda {
  font-style: italic;
  color: #aaa;
  font-size: 14px
}

.form-material .textarea {
  min-height: 140px
}

.form-material .btn {
  margin-top: 15px;
  text-transform: uppercase
}

.form-material select {
  margin-top: 0
}

.color-primary {
  color: #4c94ff!important
}

.color-success {
  color: #5fbf5f!important
}

.color-warning {
  color: #fc9700!important
}

.color-danger {
  color: #ee5037!important
}

.color-ice {
  color: #f2f2f2!important
}

.color-white {
  color: #fff!important
}

.color-black {
  color: #444!important
}

.color-text {
  color: #aaa!important
}

.color-violet {
  color: #3f51b5!important
}

.color-lightgreen {
  color: #87d288!important
}

.color-salmon {
  color: #fa8a7e!important
}

.color-orange {
  color: #e89746!important
}

.color-yellow {
  color: #ffee4d!important
}

.color-darkgrey {
  color: #777!important
}

.color-darkgreen {
  color: #037771!important
}

.color-brown {
  color: #643!important
}

.color-instagram {
  color: #2a5b83
}

.color-facebook {
  color: #3b5997
}

.color-google-plus {
  color: #cd1d1f
}

.color-twitter {
  color: #39f
}

.background-transparent {
  background-color: transparent!important
}

.background-body {
  background-color: #eaeaea!important
}

.background-ice {
  background-color: #f2f2f2!important
}

.background-white {
  background-color: #fff!important
}

.background-lightgray {
  background-color: #ddd!important
}

.background-primary {
  background-color: #4c94ff!important
}

.background-success {
  background-color: #5fbf5f!important
}

.background-warning {
  background-color: #fc9700!important
}

.background-danger {
  background-color: #ee5037!important
}

.background-purple {
  background-color: #e82e46!important
}

.background-dark {
  background-color: #222431!important
}

.background-violet {
  background-color: #7b509c!important
}

.background-cream {
  background-color: #c1bfa8!important
}

.background-sky {
  background-color: #a6cdd2!important
}

.background-skynet {
  background-color: #51bad7!important
}

.background-oringo {
  background-color: #037771!important
}

.background-sky2 {
  background-color: #95c9df!important
}

.background-blood {
  background-color: #f9806d!important
}

.background-black {
  background-color: #555!important
}

.background-darkgrey {
  background-color: #777!important
}

.background-brown {
  background-color: #643!important
}

.background-darkbrown {
  background-color: #573423!important
}

.background-turquoise {
  background-color: #19d3d2!important
}

.background-yellow {
  background-color: #ffee4d!important
}

.background-violet {
  background-color: #3f51b5!important
}

.background-lightgreen {
  background-color: #87d288!important
}

.background-darkgreen {
  background-color: #71b872!important
}

.background-orange {
  background-color: #e89746!important
}

.background-lightorange {
  background-color: #ffd46c!important
}

.background-pink {
  background-color: #f02881!important
}

.background-red {
  background-color: #d73d35!important
}

.background-darkred {
  background-color: #B01211!important
}

.background-lightred {
  background-color: #ef7455!important
}

.background-blue {
  background-color: #576EDF!important
}

.background-darkblue {
  background-color: #007fd2!important
}

.background-lightblue {
  background-color: #0099fd!important
}

.background-marine {
  background-color: #0B6F9E!important
}

.background-salmon {
  background-color: #fa8a7e!important
}

.background-darkpurple {
  background-color: #8e24aa!important
}

.background-lightpurple {
  background-color: #ab47bc!important
}

.background-lightgrey {
  background-color: #f2f2f2!important
}

.background-seti {
  background: #39f!important
}

.background-dara {
  background: #009688!important
}

.background-enter {
  background: #ef7f1a!important
}

.background-fixed {
  background-attachment: fixed!important
}

.background-material-turquoise {
  background-color: #19d3d2!important
}

.background-material-yellow {
  background-color: #ffee4d!important
}

.background-material-yellow-strange {
  background-color: #EFDC2B!important
}

.background-material-violet {
  background-color: #3f51b5!important
}

.background-material-lightgreen {
  background-color: #87d288!important
}

.background-material-darkgreen {
  background-color: #71b872!important
}

.background-material-orange {
  background-color: #e89746!important
}

.background-material-lightorange {
  background-color: #f09b63!important
}

.background-material-darkorange {
  background-color: #e89746!important
}

.background-material-pink {
  background-color: #f02881!important
}

.background-material-red {
  background-color: #d01716!important
}

.background-material-lightred {
  background-color: #f7383f!important
}

.background-material-blue {
  background-color: #576EDF!important
}

.background-material-darkblue {
  background-color: #088cca!important
}

.background-material-lightblue {
  background-color: #01bbd4!important
}

.background-material-salmon {
  background-color: #fa8a7e!important
}

.background-material-darkpurple {
  background-color: #8e24aa!important
}

.background-material-lightpurple {
  background-color: #ab47bc!important
}

.background-material-lightgrey {
  background-color: #f2f2f2!important
}

.alt,
.full-width {
  width: 100%;
  float: left
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.text-upper {
  text-transform: uppercase
}

.thin-border-left {
  border-left: 1px solid #ddd
}

.auto-height {
  max-height: inherit!important;
  height: inherit!important
}

.no-padding {
  padding: 0!important
}

.no-margin {
  margin: 0!important
}

.display-inline {
  display: inline
}

.normal-transform {
  text-transform: lowercase!important
}

.txt {
  padding: 15px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 2px!important;
  box-shadow: none!important
}

.txt:focus {
  border-color: #60C060
}

select.txt {
  text-indent: 15px
}

.txt-disabled {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  box-shadow: none
}

.txt-multiple {
  background-image: url()!important
}

.txt-disabled:focus {
  border-left-color: transparent;
  box-shadow: none
}

.txt-material {
  background-color: transparent!important;
  border-color: #ddd;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none!important
}

.txt-material:focus {
  border-color: #39f;
  box-shadow: none
}

.txt-area {
  height: 140px!important
}

.cursor-pointer {
  cursor: pointer
}

.font-weight {
  font-weight: 700
}

.blackandwhite {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.blackandwhitehover:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%)
}

.circle-area {
  border-radius: 50% 50%!important;
  -moz-border-radius: 50%!important;
  -webkit-border-radius: 50% 50%!important
}

.badgered {
  float: right;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  margin-top: -5px;
  background-color: #fa8a7e;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%
}

.badgered:empty {
  display: none
}

.shadow {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.shadow-strong {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}

.shadow-super {
  -webkit-box-shadow: rgba(255, 255, 255, .9) 0 1px 0 inset, rgba(0, 0, 0, .03) 0 -1px 0 inset, rgba(0, 0, 0, .15) 0 15px 10px, rgba(0, 0, 0, .3) 0 8px 36px!important;
  -moz-box-shadow: rgba(255, 255, 255, .9) 0 1px 0 inset, rgba(0, 0, 0, .03) 0 -1px 0 inset, rgba(0, 0, 0, .15) 0 15px 10px, rgba(0, 0, 0, .3) 0 8px 36px!important;
  box-shadow: rgba(255, 255, 255, .9) 0 1px 0 inset, rgba(0, 0, 0, .03) 0 -1px 0 inset, rgba(0, 0, 0, .15) 0 15px 10px, rgba(0, 0, 0, .3) 0 8px 36px!important
}

.transition {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s
}

.transition-fast {
  transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s
}

.alert .fa {
  margin-right: 10px
}

.alert {
  border-radius: 0
}

.border-2 {
  border: 2px solid #ddd
}

.border-top-2 {
  border-top: 2px solid #ddd
}

.border-bottom-2 {
  border-bottom: 2px solid #ddd
}

.hr-line {
  height: 2px;
  background: #ddd
}

.margin-top-30 {
  margin-top: 30px
}

.margin-top-70 {
  margin-top: 70px
}

.margin-top-15 {
  margin-top: 15px
}

.margin-bottom-15 {
  margin-bottom: 15px
}

.margin-bottom-150 {
  margin-bottom: 150px
}

.margin-bottom-30 {
  margin-bottom: 30px
}

.margin-top-50 {
  margin-top: 50px
}

.margin-bottom-50 {
  margin-bottom: 50px
}

.padding-30 {
  padding: 30px 0
}

.padding-15 {
  padding: 15px 0
}

.text-underlined {
  text-decoration: underline!important
}

.btn-simple {
  color: #39f;
  font-size: 20px;
  padding: 5px 15px;
  background-color: transparent;
  border: none;
  border-radius: 2px
}

.btn-simple:hover {
  color: #fff;
  background-color: #39f
}

.btn {
  font-weight: 700;
  border-radius: 2px!important;
  -webkit-border-radius: 2px!important;
  padding: 10px 15px;
  margin-bottom: 5px!important;
  font-size: 16px;
  box-shadow: none;
  background: #eee;
  border: 2px solid transparent
}

.btn-min {
  font-size: 14px;
  padding: 8px 12px
}

.btn.active {
  background-color: #777;
  border-color: #555;
  box-shadow: none
}

.btn-default {
  color: #aaa
}

.btn:focus {
  border-color: #444!important
}

.btn-grey {
  color: #777;
  background: #e0e0e0
}

.btn-grey:hover,
.btn-grey:focus {
  background: #ccc!important
}

.btn-primary,
.btn-primary:focus {
  background: #39f
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #4e9dff
}

.btn-primary:active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset
}

.btn-success,
.btn-success:focus {
  background-color: #60C060
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #65ca65
}

.btn-danger,
.btn-danger:focus {
  background-color: #DF4B33
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #e64d35
}

.no-border-radius {
  border-radius: 0!important
}

.no-border {
  border: 0!important
}

.border-radius-2 {
  border-radius: 2px!important
}

.border-radius-5 {
  border-radius: 5px!important
}

.border-radius-20 {
  border-radius: 20px!important
}

.border-radius-20-right {
  border-radius: 0 20px 20px 0!important
}

.border-radius-20-left {
  border-radius: 20px 0 0 20px!important
}

.border-radius- {
  border-radius: 5px!important
}

.no-text-indent {
  text-indent: 0!important
}

.roboto-thin {
  font-family: "robotothin"!important
}

.roboto-bold {
  font-family: "robotobold"!important
}

.only-print {
  display: none
}

.position-absolute {
  position: absolute!important
}

.position-fixed {
  position: fixed!important
}

.position-relative {
  position: relative!important
}

.panel-shadow {
  box-shadow: 0 8px 12px 1px rgba(0, 0, 0, 0.05), 0 3px 15px 3px rgba(0, 0, 0, 0.05), 0 4px 5px -3px rgba(0, 0, 0, 0.05)
}

.color-red {
  color: red
}

.color-green {
  color: #9ec707
}

.color-blue {
  color: #00f
}

.padding-v-30 {
  padding: 30px 0
}

.padding-v-50 {
  padding: 50px 0
}

.padding-v-100 {
  padding: 100px 0
}

.background-lightgray {
  background: #eee
}

.text-upper {
  text-transform: uppercase
}

#mainmenu {
  z-index: 1000;
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: 0 8px 12px 1px rgba(0, 0, 0, 0.05), 0 3px 15px 3px rgba(0, 0, 0, 0.05), 0 4px 5px -3px rgba(0, 0, 0, 0.05)
}

#mainmenu.affix {
  -webkit-box-shadow: rgba(255, 255, 255, .9) 0 1px 0 inset, rgba(0, 0, 0, .03) 0 -1px 0 inset, rgba(0, 0, 0, .15) 0 15px 10px, rgba(0, 0, 0, .3) 0 8px 36px!important;
  -moz-box-shadow: rgba(255, 255, 255, .9) 0 1px 0 inset, rgba(0, 0, 0, .03) 0 -1px 0 inset, rgba(0, 0, 0, .15) 0 15px 10px, rgba(0, 0, 0, .3) 0 8px 36px!important;
  box-shadow: rgba(255, 255, 255, .9) 0 1px 0 inset, rgba(0, 0, 0, .03) 0 -1px 0 inset, rgba(0, 0, 0, .15) 0 15px 10px, rgba(0, 0, 0, .3) 0 8px 36px!important
}

#mainmenu .logo {
  max-height: 50px;
}

#mainmenu .navbar-links .item {
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 5px;
}

#mainmenu .navbar-links .item-webmail {
  padding: 0;
  margin: 20px 0 20px 15px;
}

#mainmenu .navbar-links .item-webmail .btn {
  padding: 5px 10px;
  margin: 0;
}

#mainmenu .navbar-links .item .divider {
  width: 1px;
  height: 25px;
  background: #ddd;
}

#mainmenu .navbar-links .item.active {
  color: #9ec707;
  font-weight: 700
}

#mainmenu .navbar-links .item.item-icon {
  padding: 5px 10px;
  margin-top: 20px;
}

#mainmenu .navbar-links .item .icon {
  font-size: 25px;
}

#footer .logo {
  width: 150px
}

#footer .social .item {
  width: 25px;
  margin-left: 15px
}

#footer .menu .divider {
  margin: 0 10px
}

#carousel-home .arrow {
  font-size: 40px;
  margin-top: 200px
}

#home .background-fixed {
  padding: 80px 0;
  background-attachment: fixed;
  background-position: center;
  background-size: 100%
}

#home .background-lightgren-gradient {
  background: #bcdbb6;
  background: -moz-radial-gradient(center, ellipse cover, #bcdbb6 0%, #cad8c7 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #bcdbb6 0%, #cad8c7 100%);
  background: radial-gradient(ellipse at center, #bcdbb6 0%, #cad8c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcdbb6', endColorstr='#cad8c7', GradientType=1)
}

#home .button-white {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px
}

#home .button-white:hover {
  background: rgba(255, 255, 255, 0.6)
}

#home .background-drone {
  background-image: url(../img/home-drone.jpg)
}

#home .background-aerial {
  background-image: url(../img/farms-aerial.jpg)
}

#home .background-fixed p {
  font-size: 22px;
  color: #fff
}

#home .background-fixed .divisor {
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 30px auto
}

#home .solutions .item .image {
  width: 80px;
}

#home #indicadores .item:hover .image {
  border: 2px solid #9ec707
}

#home #indicadores .item:hover .title {
  color: #9ec707
}

#about .top-page {
  padding: 100px 0;
  background: url(../img/wall-home-5.jpg);
  background-position: center;
  background-size: 100%
}

#about .bottom {
  padding: 150px 0;
  background: url(../img/campo-e-ceu-azul.jpg);
  background-position: center;
  background-size: cover;
}

#about .top-page h1 {
  font-size: 60px
}

#about .text p {
  font-size: 20px
}

#services .top-page {
  padding: 100px 0;
  background: url(../img/wallpaper-man-consulting-farmer.jpg);
  background-position: center;
  background-size: cover;
}

#services .bottom {
  padding: 150px 0;
  background: url(../img/wallpaper-tractor.jpg);
  background-position: center;
  background-size: cover;
}

#services .top-page h1 {
  font-size: 60px
}

#services .text p {
  font-size: 20px
}

#contact .top-page {
  padding: 150px 0;
  background: url(../img/wall-contato.jpg);
  background-position: center;
  background-size: 100%
}

#contact .btn-big {
  padding: 16px
}

#error .img404 {
  max-width: 400px
}

@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
  .xs-margin-top-30 {
    margin-top: 30px;
  }
  .xs-margin-top-15 {
    margin-top: 15px;
  }
  .xs-full-width {
    width: 100%;
  }
  .xs-padding-0 {
    padding: 0;
  }
  .xs-margin-0 {
    margin: 0;
  }
  #mainmenu .navbar-toggle {
    margin: 20px 20px 0 0
  }
  #carousel-home .arrow {
    font-size: 40px;
    margin-top: 100px
  }
  #carousel-home .item img {
    height: 300px
  }
  #home .background-fixed {
    background-attachment: inherit;
    background-size: cover
  }
  #footer .right {
    text-align: left!important;
    margin-top: 30px
  }
  #footer .social .item {
    margin: 0 10px 0 0
  }
  #about .top-page {
    padding: 100px 0;
    background-size: cover
  }
  #contact .top-page {
    padding: 100px 0;
    background-size: cover
  }
  #home #carousel-home .margin-bottom-150 {
    margin: 0
  }
  #home #carousel-home h1,
  #home #carousel-home h3 {
    font-size: 16px
  }
  #carousel-home .item img {
    height: 200px
  }
}
