/* Configuração Geral */
body{
    font-size: 15px;
    color: #000000; 
    font-family: 'Nunito', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: bolder;
}
a:hover{
    text-decoration: none;
}
.container{
    max-width: 1170px;
}
#espaco{
    height:50px;
}
#botao{
    border-color: #85352e;
}
.btn-primary{    
    background: #131434;
    border: 5px solid #131434;
    border-radius: 5px;
    color: white;
}
.btn-primary:hover{    
    background: white;
    border: 5px solid #131434;
    color: #131434;
}
.icon-bar{
    color: #391F11;
    background: #E8DED7;
}
.navbar-default .navbar-toggle {
    border-color: #111233;
    color: white;
    background: #111233;    
}

.btn-padrao{
    border: 1px solid #888888;
    background: transparent;
    color: #b7b7b7;
    transition: 0.5s ease;
    padding: 15px 90px 13px 90px;
    font-size: 35px;
}
.btn-padrao:hover{
    background: #888888;
    color: #FFFFFF;
}
.img-scale{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.img-scale:hover{
    transform: scale(1.07);
}
/* Fim Configuração Geral */



/* Topo */
.topo_santa_causa{
    padding: 15px 0 15px 0;
}
.link-santa_causa{
    padding: 70px 20px 0px 20px;
    color: #a0a0a0;
    font-size: 19px;
    font-weight: bold;
}
.navbar-nav{
    margin-top: 20px;
}
/* Fim Topo */



/* Home */
.home_santa_causa{
    background: #f1f1f1;
}
/* Fim Home */


/* Projetos */
.projetos_santa_causa{
    text-align: center;
    padding: 50px 0 20px 0;
}
/* Fim Projetos */




/* Rodapé */
.rodape-santacausa{
    background: #42b4e8;
    height: 550px;    
    width: 100%;
    left: 0 !important;
    overflow: hidden;
}
.mapa-santacausa{
    width: 100%;
    height: 550px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s ease;
}
.mapa-santacausa:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);    
}
@media(min-width: 1025px) and (max-width: 1500px){
    .rodape-santacausa{
        background: #4ba0b4;
        height: 650px;    
    }
    .mapa-santacausa{
        width: 100%;
        height: 650px;
    }
}
@media(width: 1024px){
    .rodape-santacausa{
        background: #4ba0b4;
        height: 720px;    
    }
    .mapa-santacausa{
        width: 100%;
        height: 720px; 
    }
}
@media(width: 768px){
    .rodape-santacausa{
        background: #4ba0b4;
        height: 750px;    
    }
    .mapa-santacausa{
        width: 100%;
        height: 200px;
    }
}
@media(max-width: 550px){
    .rodape-santacausa{
        background: #4ba0b4;
        height: 900px;    
    }
    .mapa-santacausa{
        width: 100%;
        height: 200px;
    }
}
.exibicao-banner2{
    display: none;
}
.exibicao-banner2 a{
    text-align: center;
    background: #94b05b;
    color: white;
    padding: 10px 15px 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.5s ease;
    border: 1px solid transparent;
}
.exibicao-banner2 a:hover{
    color: #94b05b;
    background: transparent;
    border: 1px solid #94b05b;
}
@media(width: 768px){
    .exibicao-banner{
        display: none;
    }
    .exibicao-banner2{
        display: block;
    }
}
@media(width: 1024px){
    .exibicao-banner{
        display: none;
    }
    .exibicao-banner2{
        display: block;
    }
}

.rodape-santacausa span{
    color: white;
    font-weight: bold;
}
.masterix{
    padding: 30px 0 30px 0;
}
.texto-rodape{
    font-size: 30px;
    color: white;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 25px;
}
#acesso-titulo{
    border-bottom: 3px dashed #4592a4; 
    width: 105px; 
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.acesso-restrito{
    font-size: 13px;
    color: white;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 20px;
}
.acesso-restrito a{
    color: white;
    text-decoration: none;
    font-size: 20px;
}
.acesso-restrito span{
    font-size: 20px;
    transition: 0.5s ease;
}
.acesso-restrito span:hover{
    color: #EAEAEA;
}
.acesso-restrito li{
    list-style: none;
    font-size: 11px;
    margin-left: -30px;
}
.acesso-restrito li a{
    color: white;
}
#telefones span{
    font-size: 12px;
}
/* Fim Rodapé */

.projetos_home{
            -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
    }
    
    .projetos_home:hover{
            -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
            filter: grayscale(0%);
    }
    .input-valor{
        max-width: 130px;
    }
    .btn-doacao{
        padding: 7px 10px 7px 10px;
        margin-left: 25px;
        border: 1px solid #41ABE0;
        background-image: linear-gradient(to right, #41ABE0 , #3D9A44);
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        border-radius: 7px;
        -webkit-box-shadow: 0px 1px 19px 0px rgba(240, 160, 41, 0.53);
        -moz-box-shadow:    0px 1px 19px 0px rgba(240, 160, 41, 0.53);
        box-shadow:         0px 1px 19px 0px rgba(240, 160, 41, 0.53);
        transition: 0.5s ease all;
    }
    .btn-doacao:hover{        
        transform: scale(1.07);
        border: 1px solid #41ABE0;
        background: #fff;
        color: #41ABE0;
    }
    .btn-valores{
        padding: 7px 12px 7px 12px;
        margin-right: 19px;
        color: #fff;
        border-radius: 7px;
        transition: 0.5s ease;
    }
    .btn-valores:hover{
        background: #fff;
        color: #000;
    }
    @media only screen and (max-width: 500px){
        .btn-valores{
            line-height: 4;
        }
    }
    .btn-10{        
        border: 1px solid #62ad67;
        background: #50af57;
    }
    .btn-20{        
        border: 1px solid #62ad67;
        background: #62ad67;
    }
    .btn-30{        
        border: 1px solid #62ad67;
        background: #21c62c;
    }
    .btn-50{        
        border: 1px solid #62ad67;
        background: #026608;
    }
    .btn-100{        
        border: 1px solid #62ad67;
        background: #476649;
    }
    