body {
    font-family: "Segoe UI", Helvetica, Verdana, Arial;
    background: #000;
}

/* Nav - Menu*/
.navbar {
    background: #e9e9e9;
    position: fixed;
}

.navbar-nav .nav-item {
    padding: 0 .5rem;
    font-weight: 600;
}

.navbar-nav li a {
    color: #222222;
}

.navbar-nav li a:hover {
    color: #FFF;
    transition: .5s;
    border-radius: 10px;
    background: #1aad53;
}

.navbar-collapse {
    line-height: 2rem;
    margin-right: 100px;
}

.ativo a {
    border-radius: 10px;
    background: #1aad53;
}

.d-md-none a {
    font-size: 1.5em;
    padding: 10px;
}

.navbar-brand {
    color: #393939;
    font-weight: bold;
    margin-left: 100px;
}

.navbar-brand:hover {
    color: #393939;
}

.navbar-toggler {
    text-decoration: none;
}

.main-item {
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 10px;
}

.line {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000000;
    transition: .1s;
}

.line01 {
    top: 19%;
}

.line02 {
    top: 49%;
}

.line03 {
    top: 79%;
}

.menu.close .line01 {
    transform: rotate(45deg);
    top: 49%;
}

.menu.close .line02,
.menu.close .line03 {
    transform: rotate(-45deg);
    top: 49%;
}


/* Projeto - subtítulo */
.projeto {
    margin-top: 100px;
}

.projeto h3 {
    text-align: center;
}

.projeto p {
    text-align: center;
    font-weight: 600;
    color: #6f6f6f;
}

.border {
    width: 200px;
    height: 5px;
    background-image: linear-gradient(to right, #ff000a, #c6db27, #1aad53);
    margin: 20px auto;
}



/* Contatos - informações */
.contato {
    background: #151515;
    color: #CCC;
}

.contato a {
    text-decoration: none;
    color: #CCC;
}

.contato a:hover {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
}

.endereco {
    margin-top: 50px;
    margin-bottom: 50px;
}

.endereco p {
    margin-top: 10px;
}

.contatos {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contatos h4 {
    color: #FFF;
}

.contatos p {
    margin-top: -10px;

}

.sejadoa {
    margin-top: 50px;
    margin-bottom: 50px;
}

.doa {
    background: transparent;
    color: #1aad53;
    font-weight: 500;
    border: solid 3px #1aad53;
    border-radius: 50px;
    height: 45px;
    width: 180px;
    cursor: pointer;
}

.doa:hover {
    color: #98ac00;
    border: solid 3px #98ac00;
}

.siga {
    margin-top: 50px;
    margin-bottom: 50px;
}

.siga a {
    font-size: 1.5em;
    letter-spacing: 5px;
}

.siga a:hover {
    color: #FFF;
}

.siga h5 {
    margin-top: 15px;
    color: #FFF;
}

.butao {
    background: #000000;
    color: white;
    height: 31px;
    line-height: 5px;
    cursor: pointer;
    margin-top: -3px;

}

/* Modal Doações */
.modal-header h4{
    color: #000;
    font-weight: bold;
}

.modal-body a{
    color: #006427;
    font-weight: 600;
}

.modal-body a:hover{
    color: #8e0000;
    text-decoration: none;
}

/* Rodapé */
.rodape {
    background: #000;
    text-align: center;
    color: #777777;
    height: auto;
    line-height: 20px;
    font-size: .8em;
    border-top: 1px solid #042912;
}

.newsletter input {
    background-color: #f2f2f2;
}

.rodape a {
    color: #777777;
}
.rodape a:hover {
    color: #ffffff;   
}


/*Botão subir ao topo*/
#mybtn{
    width: 50px;
    background: rgba(26, 173, 83, 0.88);
    bottom: 100px;
    right: 1.5em;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    position: fixed;
    font-family: sans-serif;
    opacity: .5;
    border: none;
    border-radius: 5px;
}

#mybtn:hover {
    opacity: 1;
}

/* Tela - Smartphone*/

@media screen and (max-width:768px) {

    .navbar-nav .nav-item {
        padding: 0;
    }

    .navbar-collapse {
        line-height: 2rem;
        padding-top: 2rem;
        margin-right: 0px;
    }
    .navbar-brand {
        margin-left: 0;
    }
    .endereco {
        text-align: center;
    }

    .contatos {
        text-align: center;
        margin: 20px;
    }

    .sejadoa {
        text-align: center;
        margin: 20px;
    }

    .siga {
        text-align: center;
        margin: 20px 0 50px;

    }

    #mybtn {
        width: 50px;
        right: 0;
    }
}
