/* line 5, app/assets/stylesheets/views/home/index.scss */
.login-mobile .btn-white {
  position: relative;
}

/* line 9, app/assets/stylesheets/views/home/index.scss */
.login-mobile .fa-btn-icon {
  position: absolute;
  left: 2px;
  top: 2px;
  height: 32px;
  background-color: #248645;
  border-radius: 6px;
  color: white;
  line-height: 22px;
}

/* line 24, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .home-background {
  background: #005339;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #005339 0%, #008645 52%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005339', endColorstr='#008645',GradientType=1 );
  /* IE6-9 */
  height: 225px;
}

/* line 36, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .home-header {
  margin-top: -225px;
}

/* line 39, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .home-header .search-bar {
  margin-top: 40px;
}

/* line 42, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .home-header .search-bar label {
  display: block;
  font-size: 1.4em;
  font-weight: 200;
  color: white;
}

/* line 50, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .home-header .home-banner-image {
  float: left;
}

/* line 54, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .home-header .home-banner {
  padding-top: 30px;
}

/* line 57, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .home-header .home-banner img {
  margin-right: 20px;
}

/* line 60, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .home-header .home-banner img.right-border {
  padding-right: 20px;
  border-right: 1px solid white;
}

/* line 67, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .home-header .home-banner .home-banner-title {
  margin-top: -34px;
  white-space: pre-wrap;
  text-align: left;
}

/* line 72, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .home-header .home-banner .home-banner-title h2 {
  font-size: 22px;
}

@media (max-width: 992px) {
  /* line 78, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-header .home-banner .home-banner-title {
    width: 70%;
    margin-top: -33px;
  }
}

@media (max-width: 768px) {
  /* line 85, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-header .home-banner .home-banner-title {
    width: 50%;
    margin-top: -49px;
  }
  /* line 89, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-header .home-banner .home-banner-title h2 {
    font-size: 1.4em;
  }
}

@media (max-width: 576px) {
  /* line 96, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-header .home-banner .home-banner-title {
    margin-top: -49px;
  }
  /* line 99, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-header .home-banner .home-banner-title h2 {
    font-size: 1.0em;
    margin-top: 10px;
    width: 75%;
  }
}

/* line 109, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .home-title {
  font-weight: 200;
}

/* line 113, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .nav-search-container {
  position: absolute;
  right: 15px;
  top: 30px;
  width: 100%;
}

/* line 119, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .nav-search-container label {
  line-height: normal;
  font-size: 1.25em;
  color: white;
}

/* line 125, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .nav-search-container .form-control,
body[data-controller=home] .nav-search-container .btn-home-search {
  border: 0;
  border-radius: 0;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.25);
}

/* line 134, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] footer .footer-top-line {
  display: block;
}

/* line 139, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .btn-home-search {
  background-color: #ffbd00;
  cursor: pointer;
}

/* line 143, app/assets/stylesheets/views/home/index.scss */
body[data-controller=home] .btn-home-search:hover {
  background-color: #fc8f64;
  border-color: #fc8f64;
}

/* line 151, app/assets/stylesheets/views/home/index.scss */
.card.home-card {
  color: black;
  text-align: left;
  border-bottom: 3px solid #ffbd00;
  min-height: 310px;
}

/* line 157, app/assets/stylesheets/views/home/index.scss */
.card.home-card .card-title {
  font-weight: bold;
}

/* line 160, app/assets/stylesheets/views/home/index.scss */
.card.home-card .card-title > .fa {
  color: #008640;
}

/* line 165, app/assets/stylesheets/views/home/index.scss */
.card.home-card .btn {
  white-space: normal;
}

/* line 170, app/assets/stylesheets/views/home/index.scss */
.card.denunciation-card {
  color: black;
  text-align: left;
  border-bottom: 3px solid #ffbd00;
  min-height: 145px;
  margin-bottom: 13px;
}

/* line 177, app/assets/stylesheets/views/home/index.scss */
.card.denunciation-card .card-title {
  font-weight: bold;
}

/* line 180, app/assets/stylesheets/views/home/index.scss */
.card.denunciation-card .card-title > .fa {
  color: #008640;
}

/* line 185, app/assets/stylesheets/views/home/index.scss */
.card.denunciation-card .btn {
  white-space: normal;
}

/* line 190, app/assets/stylesheets/views/home/index.scss */
.card.corona-card {
  color: black;
  text-align: left;
  border-bottom: 3px solid #ffbd00;
  min-height: 299px;
}

/* line 196, app/assets/stylesheets/views/home/index.scss */
.card.corona-card .card-title {
  font-weight: bold;
}

/* line 199, app/assets/stylesheets/views/home/index.scss */
.card.corona-card .card-title > .fa {
  color: #008640;
}

/* line 204, app/assets/stylesheets/views/home/index.scss */
.card.corona-card .btn {
  white-space: normal;
}

@media (max-width: 992px) {
  /* line 212, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-background {
    height: 420px;
  }
  /* line 216, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-login {
    margin-top: 144px;
  }
  /* line 221, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .card.home-card {
    min-height: auto;
  }
  /* line 226, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-header {
    max-height: unset;
    padding-bottom: 20px;
    margin-top: -420px;
  }
  /* line 231, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-header .home-banner-image {
    float: none;
  }
  /* line 235, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-header .home-banner {
    text-align: center;
    padding-top: 70px;
  }
  /* line 239, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-header .home-banner img {
    margin: 0;
  }
  /* line 242, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .home-header .home-banner img.right-border {
    padding-right: 0;
    border-right: 0;
  }
  /* line 251, app/assets/stylesheets/views/home/index.scss */
  body[data-controller=home] .nav-search-container {
    right: 0px;
  }
}

/*# sourceMappingURL=index.css-87cc163fe9fab662b6e3c71eaf4c26443c64c6716046a00f1d1a463d2f5393df.map */
