/*
$primary: #00b1c7;
$primary-dark: #00717f;
$secondary: #010202;


$grey: #838382;
$grey-dark: #414042;

$color-link: $primary-dark;
*/
/* line 27, /boletines-municipales/app/assets/stylesheets/shared/variables.scss */
:root {
  --ba-color-menu: white;
  --ba-primary: #00aec3;
  --ba-primary-dark: #00aec3;
  --ba-secondary: #414042;
  --ba-color-text: #414042;
  --ba-color-footer: #f1f1f1;
  --ba-grey: #777777;
  --ba-grey-dark: #414042;
  --ba-color-link: #00aec3;
  --ba-primary-font-family: Open Sans, sans-serif;
  --ba-primary-color: #00aec3;
  --ba-secondary-color: #414042;
  --published-bulletin: #99ca3b;
  --unpublished-bulletin: #777777;
  --draft-notice: #e67e22;
}

/* line 4, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
#introduction-text {
  font-size: 2em;
  font-weight: 300;
  text-align: center;
}

/* line 10, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
.home-row {
  margin-bottom: 4em;
}

/* PILLS */
/* line 15, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
.pill {
  margin-bottom: 15px;
  padding: 15px 10px;
  cursor: pointer;
}
/* line 20, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
.pill > p {
  color: white;
  font-size: 1em;
  font-weight: 400;
  margin: auto auto;
}

/* line 28, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
#ventajas-pill {
  background-color: #762995;
}

/* line 32, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
#ciudadanos-pill {
  background-color: #d5175c;
}

/* line 36, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
#municipios-pill {
  background-color: #00aa9e;
}

/* LAST BULLETINS */
/* line 42, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
#last-bulletins-title {
  color: var(--ba-primary-color);
  border-bottom: 1px solid #eeeeee;
  font-size: 2em;
  font-weight: 300;
}

/* line 49, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
.ticks > p {
  padding: 0 10px;
}

/* SUSCRIPTION SIDEBAR */
/* line 54, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
#home-suscription-sign {
  background-color: var(--ba-primary-color);
  color: white;
  font-weight: 400;
  padding: 1.79em;
}

/* line 62, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
#home-suscription-sign-icons {
  font-size: 5em;
  text-align: center;
}
/* line 66, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
#home-suscription-sign-icons > .tiny {
  font-size: 0.4em;
}

/* line 71, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
#home-suscription-sign-text {
  font-size: 1.6em;
  line-height: 1.3em;
}

/* line 76, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
.btn-suscribe {
  background-color: white;
  border-color: var(--ba-primary-color);
  color: var(--ba-primary-color);
  font-size: 1em;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: uppercase;
  width: 100%;
}
/* line 86, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
.btn-suscribe:hover {
  color: var(--ba-primary-color);
}

/* SEARCH RESULTS */
/* line 92, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
div.search-result {
  margin-top: 30px;
}
/* line 95, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
div.search-result a:hover {
  text-decoration: underline;
}
/* line 99, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
div.search-result .content-title {
  font-size: 1.5em;
  font-weight: bold;
}

/* line 105, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
#search-title {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  /* line 105, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
  #search-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 105, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
  #search-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  /* line 105, /boletines-municipales/app/assets/stylesheets/frontend/home.scss */
  #search-title {
    font-size: 32px;
  }
}
