:-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 13px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #fbe200;
    
}
.banner{
    padding-top: 120px;
    height: 393px;
    background-image: url(../img/banner-medio.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner h1{
    color: white;
    font-weight: 600;
}
/*sobre*/
main{
    margin-top: 50px;
}
.titulo-sobre h2{
    color: #066D29;
    font-weight: 600;
}
.titulo-sobre img{
    margin-top: -40px;
}
.texto-sobre{
    text-align: justify;
}
.img-sobre{
    text-align: center;
}
.img-sobre img{
    height: 380px;
}
/*proposta*/
.proposta{
    margin-top: 50px;
    background: #157905 url(../img/bg-proposta.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 50px 0px;
    color: white;
}
.texto-proposta{
    text-align: justify;
}
.titulo-proposta img{
    margin-top: -30px;
}
.img-proposta{
    text-align: center;
}
/*mapa*/
.mapa{
    margin-top: 50px;
}
.titulo-mapa{
    text-align: center;
    color: #066d29;
    font-weight: 600;
}
.titulo-mapa img{
    margin-top: -30px;
}
/*footer*/
footer{
    margin-top: 50px;
    text-align: center;
    background-color: rgb(61, 55, 55);
    color: white;
    padding-top: 50px;
}
footer h4{
    border-bottom: 1px solid white;
    padding: 10px 0px;
}
.tel a{
    text-decoration: none;
    color: white;
}
.icone-redes img{
    height: 40px;
}


.desenvolvido-rabbit{
    margin-top: 20px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.desenvolvido-rabbit p{
    font-size: 20px;
    margin-top: 10px;
}
.rabbit a{
    color: #e97b32;
    text-decoration: none;
    font-weight: 600;
}