body {
  font-family: "Montserrat", sans-serif; }

/**** NAVIGATION ****/
#main-menu {
  background-color: #74b49b; }
  #main-menu .top-title-f {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.7vmax;
    display: block;
    margin-bottom: -1%; }
  #main-menu .top-title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.7vmax; }
  #main-menu #title-municipality {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5vmax; }
  #main-menu .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.6vmax;
    color: #5c8d89; }
  #main-menu .nav-link:active {
    background-color: #e0ebf8;
    color: #4e74a0;
    margin-top: -9px;
    padding-top: 10px;
    padding-bottom: 15px; }

.prime {
  width: 77%;
  background-color: #f9fbfe;
  border: 2px solid #f9fbfe;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .prime .nav-head {
    color: #5c8d89;
    font-size: 0.6vmax;
    border-left: 1px solid #e0ebf8;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px; }
  .prime .nav-head:first-child {
    border-left: none; }

.active-green input.form-control[type=text]:focus:not([readonly]) {
  border-bottom: 1px solid #5c8d89;
  box-shadow: 0 1px 0 0 #5c8d89; }

.active-green .fas {
  color: #5c8d89 !important; }

#document-title {
  font-size: 1.5vmax;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5% 0 5% 1.5%;
  letter-spacing: 1px;
  text-align: center; }

.table-edit-app {
  margin-top: 5%; }

#declaration-cansel-app {
  margin-left: 41%;
  margin-bottom: 2%; }

#first-wish {
  margin-top: 3%; }

#rank-from {
  margin-top: 7%; }

#show-rank {
  margin-top: 6%; }

#txt-rank {
  margin-left: 30%; }

label.field {
  border-radius: 2px;
  color: #666;
  display: block;
  margin: 16px;
  max-width: 300px;
  padding: 8px;
  opacity: 0;
  position: relative;
  transition-property: opacity;
  z-index: 1; }
  label.field span {
    color: inherit;
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    left: 9px;
    pointer-events: none;
    position: absolute;
    top: 32px;
    transform: scale(1) translateY(0);
    transition-property: color, font-size, top;
    z-index: 1; }
    label.field span.required::after {
      color: inherit;
      content: "*";
      display: block;
      height: 20px;
      left: -20px;
      line-height: 20px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 20px; }
    .error label.field span {
      color: #F02318; }
  label.field .psuedo_select {
    background: rgba(255, 255, 255, 0);
    position: relative;
    border-color: #fb3;
    border-style: solid;
    border-width: 0 0 2px 0;
    color: #666;
    cursor: pointer;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    margin: 24px 32px 0 0;
    min-width: 150px;
    padding-top: 24px;
    outline: 0;
    z-index: 1; }
    label.field .psuedo_select::after {
      background: url("data:image/svg+xml;utf8,<svg fill='#666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
      content: "";
      height: 24px;
      width: 24px;
      position: absolute;
      top: 0;
      right: 0;
      transition-property: background; }
    label.field .psuedo_select .selected {
      height: 24px;
      left: 1px;
      line-height: 24px;
      opacity: 0;
      position: absolute;
      top: 0;
      transform: translateY(24px);
      transition-property: opacity, transform;
      will-change: transform; }
    label.field .psuedo_select ul {
      background: #fff;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
      display: block;
      height: 0;
      list-style: none;
      margin-top: 2px;
      opacity: 0;
      overflow: hidden;
      padding: 0 1px;
      pointer-events: none;
      transition-property: height, opacity;
      width: 100%;
      z-index: 2; }
      label.field .psuedo_select ul li {
        height: 32px;
        padding: 8px 4px; }
  label.field .deselect {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -1; }
  label.field.focused {
    color: #007BED; }
    label.field.focused .psuedo_select {
      border-color: #007BED; }
      label.field.focused .psuedo_select::after {
        background: url("data:image/svg+xml;utf8,<svg fill='#007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat; }
      label.field.focused .psuedo_select ul {
        opacity: 1;
        pointer-events: all; }

.age-group {
  margin-top: 3%;
  margin-bottom: 1.5%; }

.table-label {
  color: #527a6a;
  text-align: center;
  margin-top: 4%;
  font-weight: 500; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #f4f9f4;
  margin-top: -9px;
  padding-top: 10px;
  padding-bottom: 15px;
  border: 0 !important; }

.nav-tabs {
  border-bottom: 0 !important; }

.nav-tabs .nav-link {
  border-bottom: none; }

#navigationHeader {
  background-color: #f4f9f4 !important; }
  #navigationHeader .navbar {
    box-shadow: none !important; }
  #navigationHeader .navbar-expand-lg {
    background-color: #f4f9f4 !important; }
    #navigationHeader .navbar-expand-lg .nav-head-second {
      color: #5c8d89 !important;
      font-weight: 600;
      font-size: 0.6vmax;
      text-align: left;
      text-transform: uppercase;
      text-decoration: none;
      position: relative; }
    #navigationHeader .navbar-expand-lg .nav-head-second:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #74b49b;
      visibility: hidden;
      transform: scaleX(0);
      transition: all 0.3s ease-in-out; }
    #navigationHeader .navbar-expand-lg .nav-head-second:hover:before {
      visibility: visible;
      transform: scaleX(1); }
    #navigationHeader .navbar-expand-lg .nav-head-second:hover {
      color: #74b49b !important; }
    #navigationHeader .navbar-expand-lg .nav-head-second:hover:before {
      visibility: visible;
      transform: scaleX(1); }
    #navigationHeader .navbar-expand-lg .nav-head-second:hover {
      color: #74b49b !important; }
    #navigationHeader .navbar-expand-lg .nav-head-second.active {
      color: #74b49b !important; }

@media (max-width: 1199px) {
  #navigationHeader .navbar-expand-lg .nav-head-second {
    font-size: 0.8vmax;
    text-align: center;
    text-transform: uppercase;
    position: relative; } }
body {
  background-color: #74b49b;
  font-family: "Montserrat", sans-serif; }
  body #main-menu {
    background-color: #74b49b; }
    body #main-menu .top-title-f {
      font-weight: bold;
      color: #FCFCFC;
      text-transform: uppercase;
      font-size: 1.2vmax; }
    body #main-menu .top-title {
      color: #FCFCFC;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 0.9vmax; }
    body #main-menu #title-municipality {
      color: #FCFCFC;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.5vmax; }
    body #main-menu .nav-link {
      color: #FCFCFC;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 0.6vmax;
      letter-spacing: 1px; }
  body .prime {
    width: 77%;
    background-color: #f9fbfe;
    border: 2px solid #f9fbfe;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
    body .prime .nav-head {
      color: #5c8d89;
      font-size: 0.6vmax;
      border-left: 1px solid #e0ebf8;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 1px; }
    body .prime .nav-head:first-child {
      border-left: none; }
  body .container-fluid {
    background-color: #f4f9f4;
    height: 50px; }
    body .container-fluid .nav-head-second {
      color: #5c8d89;
      font-weight: bold;
      font-size: 0.6vmax;
      text-align: center;
      text-transform: uppercase; }
  body section {
    background-color: #f9fbfe; }
    body section .jumbotron {
      background-color: #f9fbfe; }
      body section .jumbotron .lead {
        font-size: 0.9vmax; }
      body section .jumbotron #home-img {
        width: 70%;
        margin-left: 15%;
        margin-top: 5%; }
      body section .jumbotron .display-4 {
        font-size: 1.5vmax;
        color: #5c8d89; }
        body section .jumbotron .display-4 span {
          color: #74b49b;
          font-weight: bold; }
  body form {
    width: 80%;
    background-color: #ffffff;
    box-shadow: 0 10px 40px 0 rgba(78, 116, 160, 0.2), 0 10px 40px 0 rgba(78, 116, 160, 0.19);
    border: 1px solid white;
    border-radius: 6px;
    margin: 9%; }
    body form #position-input {
      padding: 4%; }
      body form #position-input .input-login {
        color: #5c8d89;
        text-transform: uppercase;
        font-size: 0.6vmax;
        font-weight: bold; }
      body form #position-input h6 {
        font-weight: bold; }
      body form #position-input .password-forget {
        color: #5c8d89; }
      body form #position-input .privacy-text {
        font-size: 0.5vmax; }
      body form #position-input .declaration {
        color: #74b49b;
        font-size: 0.7vmax; }
    body form .login {
      color: #5c8d89;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.9vmax; }
    body form button.login {
      color: white;
      background-color: #506cf0;
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
  body footer {
    background-color: #f9fbfe;
    height: 40px; }
    body footer span {
      font-size: 0.5vmax; }
    body footer .ml-3 {
      color: #74b49b; }

.breadcrumb {
  background-color: #f9fbfe; }
  .breadcrumb .breadcrumb-item:first-child {
    font-size: 0.7vmax;
    color: #5c8d89; }
  .breadcrumb .breadcrumb-item a {
    color: #5c8d89;
    text-decoration: none; }
  .breadcrumb .breadcrumb-item:last-child {
    font-size: 0.7vmax;
    color: #5c8d89;
    font-weight: bold; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "|"; }

.list-group {
  margin: 5% 0 5% 0; }

.list-group a {
  padding: 0;
  background-color: #f9fbfe;
  border: 0px solid #f9fbfe;
  font-weight: bold;
  color: black;
  box-shadow: 0 1px 5px 0 rgba(78, 116, 160, 0.2), 0 1px 5px 0 rgba(78, 116, 160, 0.19);
  margin: 1%;
  line-height: 1.6;
  text-align: left;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
  .list-group a .background {
    background-color: #f4f9f4;
    width: 45%;
    padding: 30px;
    display: inline-block;
    width: 5%;
    height: 56px;
    margin: 0;
    border: 1px solid #f4f9f4;
    border-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left; }
  .list-group a .background i {
    font-size: 28px;
    padding: 15px;
    color: #5c8d89; }
  .list-group a .text {
    margin-top: 15px;
    margin-left: 72px; }

.table td, .table th {
  padding: .95rem;
  font-size: 0.8vmax;
  color: #4c4e4f; }

.hiddenRow {
  padding: 0 4px !important;
  background-color: #eeeeee;
  font-size: 13px; }

.col-4 {
  float: left; }

.badge-primary {
  color: #5c8d89;
  background-color: #b5cce4;
  font-size: 0.5vmax; }

.far {
  color: #5c8d89;
  font-size: 25px; }

.badge-pill {
  padding-right: 0.9em;
  padding-left: .9em;
  padding-top: 0.6em;
  padding-bottom: .6em;
  border-radius: 10rem; }

.header-text {
  padding: 2% 0 3% 0; }

.btn.btn-sm {
  padding: 6% !important;
  font-size: 0.9vmax !important; }

.btn.btn-lg {
  font-size: 0.9vmax !important;
  padding: 3% !important; }

a {
  color: white !important;
  text-decoration: none !important; }

.free-place-form {
  padding: 4%; }

.add-news {
  display: inline-block;
  margin-left: 42.5% !important;
  margin-bottom: 4% !important; }

/*# sourceMappingURL=style.css.map */
