html, body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

#right-panel {
    width: 40%;
    height: 400px;
    text-align: left;
    font-family: 'Roboto','sans-serif';
    padding-top: 0;
    padding-left: 10px;
    margin: 0px 20px;
    border-width: 2px;
    float: left;
}

#right-panel label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

#right-panel select,
#right-panel input {
    font-size: 15px;
}

#right-panel select {
    width: 100%;
}

#right-panel i {
    font-size: 12px;
}

#right-panel .alert {
    padding: 10px 10px 5px 10px;
}

#right-panel .alert h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#right-panel .alert p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0px;
}

#right-panel .input-group-text {
    width: 135px;
    font-size: 14px;
    padding: 6px 10px 4px 10px;
}

#map {
    width: 55%;
    height: 100%;
    border: 1px #ccc solid;
    float: left;
}

#resultado p {
    margin-bottom: 5px;
}

.top-bar {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 2.2;
    background-color: #66CC33;
    overflow: hidden;
}

.top-bar a {
    color: #ffffff;
}

.top-bar .link {
    font-size: 13px;
}

.header {
    height: 150px;
    border-bottom: 30px #dbdbdb solid;
    margin-bottom: 30px;
    overflow: hidden;
}

.menu-horizontal {
    color: #ffffff;
    margin: -70px 0px 30px 0px;
    z-index: 999;
}

.menu-horizontal .list-group-horizontal {
    border-radius: 4px;
    background-color: #383838;
}

.menu-horizontal .list-group-item {
    width: 220px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    background-color: #383838;
}

.menu-horizontal .list-group-item a {
    color: #ffffff;
}

.menu-horizontal .list-group-item a:hover {
    color: #979797;
    text-decoration: none;
    transition: color .4s ease-in-out;
}

.menu-horizontal .list-group-item:first-child {
    border-radius: 5px 0 30px 5px;
    background-color: #66CC33;
}

.menu-horizontal .list-group-item:last-child {
    text-align: right;
}

.fale-conosco {
    font-size: 13px;
}