/* ============================================
   Material Kit Compatibility Fixes
   Estilos necessários do Material Kit que não
   existem no Bootstrap Material Design CDN
   ============================================ */

/* ============================================
   Page Header / Hero Section
   ============================================ */
.page-header {
  min-height: 100vh;
  max-height: 999px;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  background-position: center center;
  background-size: cover;
  margin: 0;
  border: 0;
  display: flex;
  align-items: center;
  border-radius: 0;
}

.page-header .container {
  padding-top: 30vh;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) and (orientation: landscape) {
  .page-header .container {
    padding-top: 15vh;
  }
}

@media (max-width: 480px) {
  .page-header .container {
    padding-top: 20vh;
  }
}

.page-header.header-filter:before,
.page-header.header-filter:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}

.page-header.header-filter::before {
  background: rgba(0, 0, 0, 0.5);
}

.page-header[data-parallax="true"] {
  background-attachment: fixed;
}

.page-header .title {
  color: #FFFFFF;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

/* ============================================
   Main Raised (Content Container)
   ============================================ */
.main {
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}

.main-raised {
  margin: -60px 30px 0px;
  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);
}

@media (max-width: 768px) {
  .main-raised {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* ============================================
   Navbar Fixed Top
   ============================================ */
.navbar.navbar-transparent {
  background-color: transparent !important;
  box-shadow: none;
  padding-top: 25px;
  color: #FFFFFF;
}

.navbar.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar.navbar-color-on-scroll {
  transition: background-color 0.3s ease-in-out;
}

.navbar.navbar-color-on-scroll:not(.navbar-transparent) {
  background-color: #9c27b0 !important;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
              0 7px 12px -5px rgba(156, 39, 176, 0.46);
}

.navbar-brand {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: inherit;
  display: flex;
  align-items: center;
}

.navbar .navbar-toggler {
  border: 0;
  padding: 0.5rem;
}

.navbar .navbar-toggler-icon {
  width: 22px;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  position: relative;
  border-radius: 1px;
}

.navbar .navbar-toggler .navbar-toggler-icon + .navbar-toggler-icon {
  margin-top: 4px;
}

/* ============================================
   Buttons - Material Design Style
   ============================================ */
.btn {
  position: relative;
  padding: 12px 30px;
  margin: 10px 1px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  border: 0;
  border-radius: 3px;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
              background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.btn.btn-lg {
  padding: 18px 36px;
  font-size: 0.875rem;
}

.btn.btn-raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
              0 3px 1px -2px rgba(0, 0, 0, 0.2),
              0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn.btn-raised:hover,
.btn.btn-raised:focus {
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42),
              0 4px 23px 0px rgba(0, 0, 0, 0.12),
              0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.btn.btn-primary {
  background-color: #9c27b0;
  color: #FFFFFF;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #7b1fa2;
}

.btn.btn-white {
  background-color: #FFFFFF;
  color: #555555;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
  background-color: #f5f5f5;
  color: #333333;
}

.btn i.material-icons {
  vertical-align: middle;
  font-size: 17px;
  top: -1px;
  position: relative;
  margin-right: 5px;
}

/* ============================================
   Cards
   ============================================ */
.card {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #FFFFFF;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
              0 3px 1px -2px rgba(0, 0, 0, 0.2),
              0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card.card-plain {
  background: transparent;
  box-shadow: none;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.card-header.card-header-image {
  position: relative;
  padding: 0;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border-radius: 6px;
}

.card-body {
  padding: 15px 30px;
}

.card-title {
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 1.125rem;
}

.card-category {
  margin-top: 10px;
  color: #999999;
  font-size: 0.875rem;
}

.card-description {
  color: #555555;
  font-size: 0.875rem;
}

/* ============================================
   Icon Styles
   ============================================ */
.icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon.icon-lg {
  width: 90px;
  height: 90px;
}

.icon i.material-icons {
  font-size: 40px;
  color: #FFFFFF;
}

.icon.icon-lg i.material-icons {
  font-size: 60px;
}

.icon.icon-primary {
  background: linear-gradient(60deg, #9c27b0, #ab47bc);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
              0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.icon.icon-success {
  background: linear-gradient(60deg, #66bb6a, #43a047);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
              0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.icon.icon-danger {
  background: linear-gradient(60deg, #ef5350, #e53935);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
              0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

/* ============================================
   Info Sections
   ============================================ */
.info {
  max-width: 360px;
  margin: 0 auto;
  padding: 70px 0 30px;
  text-align: center;
}

.info .icon {
  margin-bottom: 20px;
}

.info-title {
  margin: 1.75rem 0 0.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3C4858;
}

.info-horizontal {
  text-align: left !important;
}

.info-horizontal .icon {
  float: left;
  margin-top: 24px;
  margin-right: 10px;
}

.info-horizontal .description {
  overflow: hidden;
}

/* ============================================
   Footer
   ============================================ */
.footer {
  padding: 8px 0;
  text-align: center;
  display: flex;
  z-index: 2;
  position: relative;
}

.footer.footer-default {
  background-color: #f5f5f5;
  padding: 8px 0;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer nav {
  display: flex;
}

.footer nav.float-left {
  float: left;
}

.footer .copyright {
  padding: 8px 0;
  margin: 0;
  font-size: 11px;
}

.footer .copyright.float-right {
  float: right;
}

.footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer ul li {
  display: inline-block;
}

.footer ul li a {
  color: inherit;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  display: block;
}

.footer ul li a:hover {
  text-decoration: none;
}

/* ============================================
   Forms
   ============================================ */
.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.form-control {
  background: transparent;
  background-image: linear-gradient(#9c27b0, #9c27b0),
                    linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);
  transition: background 0s ease-out;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.42857;
  border: 0;
  border-radius: 0;
}

.form-control:focus {
  outline: none;
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  transition-duration: 0.3s;
}

.bmd-label-floating {
  position: absolute;
  pointer-events: none;
  transition: 0.3s ease all;
  color: #AAAAAA;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  top: 7px;
  left: 0;
}

.form-group.is-focused .bmd-label-floating,
.form-control:focus ~ .bmd-label-floating,
.form-control:not(:empty) ~ .bmd-label-floating {
  top: -20px;
  left: 0;
  font-size: 11px;
  color: #9c27b0;
}

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background-color: transparent;
  }

  .navbar .navbar-nav {
    margin-top: 53px;
    position: relative;
    max-height: 340px;
    min-height: 100%;
    overflow: auto;
  }
}

@media (max-width: 768px) {
  .page-header {
    min-height: 100vh !important;
  }

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

  .page-header .title {
    font-size: 2rem;
  }

  .main-raised {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer .container {
    flex-direction: column;
    text-align: center;
  }

  .footer nav.float-left,
  .footer .copyright.float-right {
    float: none !important;
  }

  .footer ul {
    justify-content: center;
  }

  .card-body {
    padding: 15px 20px;
  }
}

@media (max-width: 576px) {
  .page-header .title {
    font-size: 1.75rem;
  }

  .btn.btn-lg {
    padding: 14px 28px;
    font-size: 0.8rem;
  }

  .btn {
    padding: 10px 24px;
    font-size: 0.8rem;
  }

  .info {
    padding: 40px 0 20px;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-category {
    font-size: 0.8rem;
  }

  .card-description {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .page-header .title {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .card-header.card-header-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon.icon-lg {
    width: 70px;
    height: 70px;
  }

  .icon.icon-lg i.material-icons {
    font-size: 50px;
  }
}

/* ============================================
   Utility Classes
   ============================================ */
.section {
  padding: 70px 0;
}

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

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}
