@charset "UTF-8";
/* CSS Document */
/*! =========================================================
 *
 * Moebius - V1.0
 *
 * =========================================================
 *
 * Copyright 2017 by Joaquim Lopes
 * Based on Material Kit by Creative Tim -- https://www.creative-tim.com
 *
 * ========================================================= */

body {
  background-color: #FFFFFF;
}

.main-gray {
  background: #E5E5E5;
  position: relative;
  z-index: 3;
}

.main-dashboard {
  background: #494949;
  position: relative;
  z-index: 3;
}

.blog-post .page-header.header-small {
  height: 65vh;
  min-height: 65vh;
}

.blog-post .page-header.header-small .container {
  padding-top: 20vh;
}

.landing-page .page-header.header-small {
  height: 65vh;
  min-height: 55vh;
}

.landing-page .page-header.header-small .container {
  padding-top: 10vh;
}

.landing-page .section-text p {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #555555;
  margin-bottom: 15px;
}

/* Redefined to get a smaller padding */
.info2 {
  max-width: 360px;
  margin: 0 auto;
  padding: 30px 0 30px;
}

/* Redefined to get a sans serif instead */
.info2-title {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

/* Redefined to get a smaller padding */
.section {
  padding: 30px 0;
}

.core-section {
  padding: 30px 0;
}

.small-page-header {
  height: 380px;
  position: relative;
}

.section-space-10 {
  height: 10px;
  display: block;
}

.section-space-20 {
  height: 20px;
  display: block;
}

.section-space-30 {
  height: 30px;
  display: block;
}

.space-90 {
  height: 90px;
  display: block; }
  
.space-80 {
  height: 80px;
  display: block; }

.space-70 {
  height: 70px;
  display: block; }

.space-60 {
  height: 60px;
  display: block; }
  
.space-50 {
  height: 50px;
  display: block; }

.space-30 {
  height: 30px;
  display: block; }

.space-20 {
  height: 20px;
  display: block; }

.space {
  height: 100px;
  display: block; }
  
.area-page .page-header {
  height: 380px;
  background-position: top center;
}

.area-page .profile {
  text-align: center;
}

.area-page .profile img {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.area-page .profile .name {
  margin-top: -80px;
}

.area-page .description {
  margin: 15px auto 0;
  max-width: 600px;
}
.area-page .profile-tabs {
  margin-top: 60px;
}

.area-page .gallery {
  margin-top: 45px;
  padding-bottom: 50px;
}

.area-page .gallery img {
  width: 100%;
  margin-bottom: 30px;
}

.area-page .follow .btn-fab {
  margin-top: -28px;
}
.area-page .card-background .content {
  padding: 30% 0;
  min-width: 160px;
}

.area-page .work {
  padding: 40px 0px;
}

.area-page .work .collections {
  margin-top: 20px;
}

.area-page .work .stats ul > li {
  padding: 5px 0px;
  font-size: 1em;
}

.area-page .work .stats ul > li b {
  font-size: 1.2em;
}

.area-page .connections {
  padding: 40px 0px;
}

.area-page .connections .card-profile {
  text-align: left;
}

.information h2.title {
  margin-bottom: 10px;
}

.information .card-separator {
  width: 1px;
  display: block;
  height: 100%;
  background-color: rgba(193, 193, 193, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.information.section-image:after {
  background-color: rgba(64, 64, 64, 0.8);
}

a.arrow {
  font-size: 35px;
  color: white;
  width: 50px;
  text-align:center;
  line-height: 52px;
  border-radius: 50%;
  height: 50px;
  border: 1px solid white;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 1029;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .9;
}
a.arrow i {
  width: 100%;
}
a.arrow i:hover, a.arrow i:focus {
  color: white;
}
a.arrow:hover {
  opacity: 1;
}

/* Página dos erros */
.error-page .card-info {
  border-radius: 6px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  margin-bottom: 100px;
  padding: 40px 0px;
}
.error-page .card-info .info {
  max-width: 360px;
  margin: 0 auto;
  padding: 0px;
}
.error-page .card-info .info .info-title {
  color: #3C4858;
  margin: 30px 0 15px;
}
.error-page .card-info .checkbox {
  margin-top: 20px;
  margin-bottom: 0;
}
.error-page .card-info .checkbox label {
  margin-left: 17px;
}
.error-page .card-info .checkbox .checkbox-material {
  padding-right: 20px;
}
.error-page .card-info .input-group .input-group-addon {
  padding-top: 21px;
}
.error-page .card-info .info-horizontal .icon {
  float: left;
  margin-top: 24px;
  margin-right: 10px;
}
.error-page .card-info .info-horizontal .icon i {
  font-size: 2.6em;
}
.error-page .card-info .info-horizontal .icon.icon-primary {
  color: #9c27b0;
}
.error-page .card-info .info-horizontal .icon.icon-info {
  color: #00bcd4;
}
.error-page .card-info .info-horizontal .icon.icon-success {
  color: #4caf50;
}
.error-page .card-info .info-horizontal .icon.icon-warning {
  color: #ff9800;
}
.error-page .card-info .info-horizontal .icon.icon-danger {
  color: #f44336;
}
.error-page .card-info .info-horizontal .icon.icon-rose {
  color: #e91e63;
}
.error-page .card-info .info-horizontal .description {
  overflow: hidden;
}
.error-page .card-info .form-group {
  margin: 27px 0 0 7px;
  padding-bottom: 0;
}
.error-page .container {
  position: relative;
  z-index: 3;
  padding-top: 15vh;
}
.error-page .footer .container {
  padding: 0;
}

.edit-page .flexi-nav > li a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

.edit-page {
  background-color: #1a2035;
  color: #fff;
}

.edit-page .page-header {
  min-height: 60vh;
  height: auto;
  background-position: top center;
}

.edit-page .page-header .container {
  padding-top: 18vh;
}

.edit-page .main-raised {
  margin: -40vh 0px 0px;
  padding: 40px;
}

.edit-page .title-row {
  margin-top: 20px;
}

.edit-page .tab-content {
  margin: 30px 0px;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
}

.edit-page .tab-content img {
  border-radius: 3px;
  max-width: 300px;
  height: auto;
}

.edit-page .main-price {
  margin: 10px 0 25px;
}

.edit-page .pick-size {
  margin-top: 50px;
}

.edit-page .pick-size .form-group {
  margin-top: 5px;
}

.edit-page h2.title {
  margin-bottom: 0px;
}

.edit-page .flexi-nav {
  margin: 20px 0 30px;
  text-align: center;
}

.edit-page .flexi-nav > li a {
  width: 80%;
  max-width: 85px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 3px;
  opacity: .8;
}

.edit-page .flexi-nav > li a:hover, .edit-page .flexi-nav > li a:focus, .edit-page .flexi-nav > li a:active {
  opacity: 1;
  border-color: #DDDDDD;
}

.edit-page .flexi-nav > li a img {
  border-radius: 3px;
  width: 100%;
  height: auto;
  text-align: center;
}

.edit-page .flexi-nav > li.active a {
  opacity: 1;
  border-color: #DDDDDD;
}

.edit-page .related-infos {
  margin-top: 50px;
}

.edit-page .related-infos .title {
  margin-bottom: 80px;
}

.edit-page .features {
  padding-top: 30px;
}

.edit-page .page-header.header-small {
  height: 55vh;
  min-height: 30vh;
}

.edit-page .page-header.header-small .container {
  padding-top: 10vh;
}

.info-page .flexi-nav > li a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

.info-page {
  background-color: #ffffff;
}

.info-page .page-header {
  min-height: 60vh;
  height: auto;
  background-position: top center;
}

.info-page .page-header .container {
  padding-top: 18vh;
}

.info-page .main-raised {
  margin: -40vh 0px 0px;
  padding: 40px;
}

.info-page .title-row {
  margin-top: 20px;
}

.info-page .tab-content {
  margin: 30px 0px;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
}

.info-page .tab-content img {
  border-radius: 3px;
  max-width: 300px;
  height: auto;
}

.info-page .main-price {
  margin: 10px 0 25px;
}

.info-page .pick-size {
  margin-top: 50px;
}

.info-page .pick-size .form-group {
  margin-top: 5px;
}

.info-page h2.title {
  margin-bottom: 0px;
}

.info-page .flexi-nav {
  margin: 20px 0 30px;
  text-align: center;
}

.info-page .flexi-nav > li a {
  width: 80%;
  max-width: 85px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 3px;
  opacity: .8;
}

.info-page .flexi-nav > li a:hover, .info-page .flexi-nav > li a:focus, .info-page .flexi-nav > li a:active {
  opacity: 1;
  border-color: #DDDDDD;
}

.info-page .flexi-nav > li a img {
  border-radius: 3px;
  width: 100%;
  height: auto;
  text-align: center;
}

.info-page .flexi-nav > li.active a {
  opacity: 1;
  border-color: #DDDDDD;
}

.info-page .related-infos {
  margin-top: 50px;
}

.info-page .related-infos .title {
  margin-bottom: 80px;
}

.info-page .features {
  padding-top: 30px;
}

.info-page .page-header.header-small {
  height: 55vh;
  min-height: 30vh;
}

.info-page .page-header.header-small .container {
  padding-top: 10vh;
}

.dashboard-page .flexi-nav > li a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

.dashboard-page {
  background-color: #494949;
  color: #ffffff;
}

.dashboard-page .page-header {
  min-height: 60vh;
  height: auto;
  background-position: top center;
}

.dashboard-page .page-header .container {
  padding-top: 18vh;
}

.dashboard-page .main-raised {
  margin: -40vh 0px 0px;
  padding: 40px;
}

.dashboard-page .title-row {
  margin-top: 20px;
}

.dashboard-page .tab-content {
  margin: 30px 0px;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
}

.dashboard-page .tab-content img {
  border-radius: 3px;
  max-width: 300px;
  height: auto;
}

.dashboard-page .main-price {
  margin: 10px 0 25px;
}

.dashboard-page .pick-size {
  margin-top: 50px;
}

.dashboard-page .pick-size .form-group {
  margin-top: 5px;
}

.dashboard-page h2.title {
  margin-bottom: 0px;
}

.dashboard-page .flexi-nav {
  margin: 20px 0 30px;
  text-align: center;
}

.dashboard-page .flexi-nav > li a {
  width: 80%;
  max-width: 85px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 3px;
  opacity: .8;
}

.dashboard-page .flexi-nav > li a:hover, .dashboard-page .flexi-nav > li a:focus, .dashboard-page .flexi-nav > li a:active {
  opacity: 1;
  border-color: #DDDDDD;
}

.dashboard-page .flexi-nav > li a img {
  border-radius: 3px;
  width: 100%;
  height: auto;
  text-align: center;
}

.dashboard-page .flexi-nav > li.active a {
  opacity: 1;
  border-color: #DDDDDD;
}

.dashboard-page .related-infos {
  margin-top: 50px;
}

.dashboard-page .related-infos .title {
  margin-bottom: 80px;
}

.dashboard-page .features {
  padding-top: 30px;
}

.dashboard-page .page-header.header-small {
  height: 55vh;
  min-height: 30vh;
}

/* Features */
.material-feature {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.material-feature:after {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  left: 0;
  top: 0;
}

.material-feature .container,
.material-feature .title {
  position: relative;
  z-index: 2;
}

.material-feature .title,
.material-feature .info-title {
  color: #FFFFFF;
}

.material-feature .info {
  text-align: center;
  max-width: 310px;
  min-height: 320px;
}

.material-feature .info .icon {
  color: #FFFFFF;
}

.material-feature .info .icon > i {
  font-size: 2.8em;
}

.material-feature .info p {
  color: #FFFFFF;
  min-height: 120px;
}

.material-feature .container [class*="col-"] {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-top: 0;
}

.material-feature .container [class*="col-"] {
  border-left: 0;
}

.material-feature .container [class*="col-"]:last-child {
  border-right: 0;
}

.material-feature .container .row:last-child [class*="col-"] {
  border-bottom: 0;
}

.section-black {
  background: #000000;
}

.label.label-project {
  background-color: #1E2FCC;
}

.label.label-kindergarden {
  background-color: #0CA4FF;
}

.label.label-first {
  background-color: #444D99;
}

.label.label-second {
  background-color: #FF994C;
}

.label.label-third {
  background-color: #CC501E;
}

.instruction {
  margin-bottom: 25px;
  margin-left: 20px;
}

heading, .heading {
  font-size: 1.6em;
  line-height: 1.9em;
}

/*              LOGIN PAGE             */
.filter {
  position: relative;
  height: 100%;
  color: #FFFFFF;
}

.filter:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  content: "";
  opacity: .7;
  background: #333;
}

.filter.filter-color-black:before {
  background: #333;
}

.section-login {
  padding: 0;
}

.section-login .form-control {
  text-align: left;
}

.section-login .content {
  position: relative;
  z-index: 4;
  padding: 10vh 0 10vh;
  max-width: 760px;
  margin: 0 auto;
}

.section-login .content p {
  color: #FFFFFF;
}

.section-login .image-container .title {
  padding-bottom: 15px;
  text-align: left;
  color: #FFFFFF;
}

.section-login .image-container .title small {
  color: #FFFFFF;
}

.section-login .filter {
  width: 100%;
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
}

.section-login label h4 {
  margin-bottom: 0;
}

.section-login .subtitle {
  margin-top: 30px;
  color: #FFFFFF;
  font-weight: 600;
}

.section-login .info {
  padding-top: 60px;
}

.section-login .image-perspective {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
}

.section-login .image-container {
  width: 65%;
  float: left;
}

.section-login .form-container {
  width: 35%;
  float: left;
}

.section-login .line-height {
  line-height: 1.4em;
}

.section-login .button-login {
  padding-top: 20px;
}

.section-login .title-area {
  text-align: left;
}

.section-login .title-modern {
  margin-bottom: 0;
}

.section-login .form-container {
  padding-top: 10vh;
  padding-bottom: 10px;
  text-align: left;
  margin: 0;
}

.section-login .title-area {
  padding-top: 10vh;
  padding-bottom: 10px;
  text-align: center;
  margin: 0;
}

.footer-darkgray {
  background: #494949;
  background: -moz-radial-gradient(center, ellipse cover, #494949 0%, #494949 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #494949), color-stop(100%, #494949));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #494949 0%, #494949 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #494949 0%, #494949 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #494949 0%, #494949 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #494949 0%, #494949 100%);
  /* W3C */
  background-size: 550% 450%;
}
.footer-darkgray a {
  color: #FFFFFF;
  opacity: .86;
}
.footer-darkgray a:hover, .footer-darkgray a:focus {
  opacity: 1;
}
.footer-darkgray .footer-brand {
  color: #FFFFFF;
}
.footer-darkgray .footer-brand:hover, .footer-darkgray .footer-brand:focus {
  color: #FFFFFF;
}
.footer-darkgray h5,
.footer-darkgray h4,
.footer-darkgray i,
.footer-darkgray .copyright {
  color: #FFFFFF;
}
.footer-darkgray hr {
  border-color: rgba(255, 255, 255, 0.2);
}

.corefeatures {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.corefeatures:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  left: 0;
  top: 0;
}
.corefeatures .container,
.corefeatures .title {
  position: relative;
  z-index: 2;
}
.corefeatures .title,
.corefeatures .info-title {
  color: #FFFFFF;
}
.corefeatures .info {
  text-align: center;
  max-width: 310px;
  min-height: 320px;
}
.corefeatures .info .icon {
  color: #FFFFFF;
}
.corefeatures .info .icon > i {
  font-size: 2.8em;
}
.corefeatures .info p {
  color: #FFFFFF;
  min-height: 120px;
}
.corefeatures .container [class*="col-"] {
  /* border: 1px solid rgba(255, 255, 255, 0.35); */
  border-top: 0;
}
.corefeatures .container [class*="col-"] {
  border-left: 0;
}
.corefeatures .container [class*="col-"]:last-child {
  border-right: 0;
}
.corefeatures .container .row:last-child [class*="col-"] {
  border-bottom: 0;
}

.section-darkness .nav-pills > li > a, .section-image .nav-pills > li > a {
  color: #999999;
}
.section-darkness .nav-pills > li > a:hover,
.section-darkness .nav-pills > li > a:focus, .section-image .nav-pills > li > a:hover,
.section-image .nav-pills > li > a:focus {
  background-color: #FFFFFF;
}

.section-darkness,
.section-image {
  background-color: #343434;
  background-size: 200% 240%;
  background: #232323;
  background: -moz-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #585858), color-stop(100%, #232323));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #585858 0%, #232323 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #585858 0%, #232323 100%);
  /* W3C */
  background-size: 550% 450%;
}

.section-darkness .title,
.section-darkness .card-plain .card-title,
.section-darkness .card-plain .icon i,
.section-image .title,
.section-image .card-plain .card-title,
.section-image .card-plain .icon i {
  color: #FFFFFF;
}
.section-darkness .description,
.section-darkness .card-plain .card-description,
.section-darkness .card-plain .icon,
.section-image .description,
.section-image .card-plain .card-description,
.section-image .card-plain .icon {
  color: rgba(255, 255, 255, 0.76);
}
.section-darkness .card-plain [class*="text-"],
.section-darkness .card-plain ul li b,
.section-image .card-plain [class*="text-"],
.section-image .card-plain ul li b {
  color: #FFFFFF;
}
.section-darkness .card-plain .category,
.section-image .card-plain .category {
  color: rgba(255, 255, 255, 0.5);
}
.section-darkness .card .card-image .colored-shadow,
.section-image .card .card-image .colored-shadow {
  top: 0px;
}

.pro-badge {
    position: absolute;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    /* right: -90px; */
    padding: 10px 18px;
    top: -3px;
    background: #FFFFFF;
    border-radius: 3px;
    color: #444444;
    line-height: 22px;
    box-shadow: 0 5px 5px -2px rgba(31, 31, 31, 0.4);
}

.navbar, .navbar.navbar-default {
    background-color: #FFFFFF;
    color: #555555;
    /* box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15); */
}

.navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu li > a:focus, .navbar.navbar-default .dropdown-menu li > a:hover, .navbar.navbar-default .dropdown-menu li > a:focus {
    color: #FFFFFF;
    background-color: #666666;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(102, 102, 102, 0.4);
}

@media all and (max-width: 992px) {
  .section-login {
    padding: 0;
  }
  .section-login .image-container,
  .section-login .form-container {
    width: 100%;
  }
  .section-login .filter {
    min-height: 0;
  }
  
  .landing-page .page-header.header-small {
	  height: 65vh;
	  min-height: 30vh;
	}
	
  .info-page .page-header.header-small {
	  height: 45vh;
	  min-height: 30vh;
	}
	
  .dashboard-page .page-header.header-small {
	  height: 40vh;
	  min-height: 25vh;
	}
	
  .modal-lg {
    width: 900px;
  }
}

@media (max-width: 767px) {
  .landing-page .page-header.header-small {
	  height: 65vh;
	  min-height: 20vh;
	}
	
  .info-page .page-header.header-small {
	  height: 65vh;
	  min-height: 20vh;
	}
  
  .dashboard-page .page-header.header-small {
	  height: 55vh;
	  min-height: 20vh;
	}
	
	.pro-badge {
        font-size: 14px;
        margin-right: 0;
        right: -47px;
        padding: 4px 8px;
        top: -4px;
        display: inline-block;
    }

	.modal-lg {
    width: 700px;
  }
}