* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 8rem;
    background: #00B02D;
}

.brand a {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Roboto,sans-serif;
    color: #fff;
}

.brand img {

    width: 150px;
    height: 100px;
}

img.municipio{

    width: 250px;
    height: 150px;
    padding-bottom: 1em;
}

ul {
    display: flex;
    flex-direction: row;
}

li {
    list-style-type: none;
    margin-left: 3rem;
}

li > a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: Roboto,sans-serif;
}


li::after {
    content: '';
    width: 0rem;
    height: 0.15rem;
    background-color: #fff;
    display: block;
    border-radius: 0.2rem;
    margin: 0.2rem auto 0 auto;
    transition: all 0.3s ease-in-out;
}

li:hover::after {
    width: 2rem;
}

.fondo{

    background-color: #00B02D !important;
}

.boton{
  padding: 10px 18px;
  font-size: 18px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 30px !important;
}
.boton-success{
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.boton-success:hover{
   
    background-color: #00B02D;
    border-color: #00B02D;

}

.floating-label{

    color: #000000 !important;
}


.site-navbar {

    background-color: #00B02D !important;
    border-color: #00B02D !important;

}

.navbar {
    background-color: #00B02D !important;
    border-color: #00B02D !important;
}

.navbar-inverse{

    background-color: #00B02D !important;
    border-color: #00B02D !important;
} 
.navbar-fixed-top {

    background-color: #00B02D !important;
    border-color: #00B02D !important;
}
.navbar-mega{
    background-color: #00B02D !important;
    border-color: #00B02D !important;
}