@import url(https://fonts.googleapis.com/css?family=Cabin);


.local-logo{
    margin-top: 20px;
}

.descricao-titulo{
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 28px;
    font-family: 'Cabin', sans-serif;
}

select, input {
    color: #084c27 !important;
}

.local-menu{
    background-color: #0b582e;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}


.local-voltar{
    background-color: #0b582e;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}



.itens-menu{
    position: absolute;
    display: none;
    width: 150px;
    background-color: #0b582e;
    text-align: center;
}

.itens-menu ul{
    list-style:none;
    padding: 0;
    margin: 0;
}
.itens-menu li{
    list-style:none;
    padding: 10px;
}

.itens-menu li:hover{
    background-color: #0c6a37;
}

.itens-menu ul a{
    color: white;
    text-decoration:none;
    
}

.icone-menu{
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: 6px;
}

#TABELA_CONTATO tr{
    cursor: pointer;
}

@media (min-width: 768px){
    #nome{
        width: 100%;
    }

    #comentario{
        width: 100%;
    }
    
    #email{
        width: 100%;
    }

    #telefone{
        width: 100%;
    }
}

/*PLACEHOLDER*/

::-webkit-input-placeholder {
    color: #084c27 !important;
}

:-moz-placeholder {
    color: #084c27 !important;
    line-height: 13px;
}

::-moz-placeholder {
    color: #084c27 !important;  
}

:-ms-input-placeholder {  
    color: #084c27 !important;  
}