body{
    background-color: rgb(34, 185, 34);
}
#logo{
    text-align: center;        
}
#logo img{
    border: 2px solid green;
    border-radius: 50%;
    width: 166px;
    height: 166px;
}
#funcionamento{
    text-align: center;    
    background-color: rgb(66, 66, 66);
    border: 6px solid green;
    border-radius: 20px;
    width: 100%;
    margin-bottom:10px;
}
#funcionamento img:hover{
    background-color: rgb(40, 185, 40);
    border-radius: 100px;    
}
#brusque, #blumenau, #pomerode{
    border: 3px solid green;
    border-radius: 155px;
    width: 100% !important;
    height: 500px;
}
#geral{
    border: 3px solid green;
    border-radius: 155px;            
    text-align: center;
}
#funcionamentoMobile img{
    border-radius: 145px;
}
#mobileblumenau, #mobilebrusque, #mobilepomerode{        
    margin: 0 auto;
    padding: 0 auto;
    margin-top: 30px;
    text-align: center;
    width: 90%;
    height: 300px;    
    border: 5px solid green;
    border-radius: 155px;
    /*float: left;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 80%;
}
#mobileblumenau img, #mobilebrusque img, #mobilepomerode img{
    margin-top: 5px;
}
.carousel-item img{
    height: 300px;
}
a{
    text-decoration: none;
    color: rgb(66, 66, 66);
}
a:hover{
    text-decoration: none;
    color: rgb(112, 248, 0);
}
#rodape{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(112, 248, 0);    
}
#desenvolvedor, #Estacionamento{
    display: none;
}
#btdesenvolvedor img{
    width: 20px !important;
    height: 20px !important;
}
footer{
    margin-top:150px;
    background-color:rgb(11, 199, 11);
}
@media only screen and (max-device-width: 800px) {    
    #funcionamento{
        display: none;
    }
    .ctfuncionamento{
        display: none;
    }
}