@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900,100italic,300italic,400italic,500italic,700italic,900italic);
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Calibri, Verdana, sans-serif;
    font-size: 15px;
    color: #333;
    background-color: #3f8250;
    /* background-image:url(../imagens/bg.jpg); */
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

.panel,
.well {
    border-radius: 30px;
    padding: 20px 50px;
}

.btn-group-home {
    border-radius: 30px;
}

.btn-group-home .glyphicon {
    font-size: 48px;
}

.redbutton {
    background-color: #07a3c4;
    color: #fff;
    border-radius: 30px;
    display: block;
    line-height: 2em;
    text-align: center;
    border-color: transparent;
}

.redbutton:hover {
    background-color: #18476A;
    color: #fff;
    text-decoration: none;
    border-color: transparent;
}