@font-face {
    font-family: 'Arial';
    src: local('Arial'), url('ekosassessoria.com.br/ekos/media/fontes/Arial.ttf') format("opentype") ;
    font-weight: normal;
    font-style:normal;
}



* {

    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

label{
    font-weight:bold;
}

input[type="hidden"] {
	display: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label
{
    cursor: pointer;
    font-weight:normal;
}

p{
    padding: 10px 0;
}

h2{
    font-size:16px;
    margin:0 0 8px;
}

table {
    border-collapse: collapse;
    border-spacing: 0 ;
}

input,
textarea,
select,
.botao,
button {
    border: 1px #b8b8b8 solid;
    margin: 2px 0;
    padding:0 2px;
    background: #fff;
    border-radius:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height:34px;
    line-height:25px;
    display: inline-block;
}

textarea{
    height:200px;
    line-height:110%;
}

select{
    padding:4px 2px 0;
    height:27px;
    line-height:25px;
}

select option{
    padding:5px 0 5px 3px;
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus
{
    border: 1px #2878d2 solid;
}

input:focus,
textarea:focus,
select:focus{
    color:#2c66a7;
}

input[type="radio"],
input[type="radio"]:hover,
input[type="radio"]:focus,
input[type="checkbox"],
input[type="checkbox"]:hover,
input[type="checkbox"]:focus{
    height: auto;
    border:0;
    background:transparent;
    margin: 0 5px;
    cursor: pointer;
}

input[type="radio"]:nth-child(1),
input[type="checkbox"]:nth-child(1)
{
    margin-left: 0;
}

input[type="text"],
input[type="password"],
textarea{
    width: 270px;
}

input[type="submit"],
input[type="button"],
.botao,
button{
    background: #02232d;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    border: 0;
    vertical-align: top;
    font-family: 'Signika Light';
}

input[type="submit"]:hover,
input[type="button"]:hover,
.botao:hover,
button:hover{
    background:#035a31;
    text-decoration: none;
    border: 0;
}

.center{
    text-align: center !important;
}

.clear {
    clear: both !important;
    float: none !important;
    margin: 0 !important;
    border: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    display:block;
}

.erros{
	padding: 10px;
	background-color: #ffc7c7;
	border: #d00000 solid 1px;
	margin:10px 0;
	border-radius:5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 5px 5px 15px #888;
	color:#000;
}

.sucesso{
    padding: 10px;
    background-color: #e9ffdf;
    border: #265c0e solid 1px;
    margin:10px 0;
    border-radius:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 5px 5px 15px #888;
    color:#000;
}


.pagination {
    clear: both;
    text-align: center;
    margin: 2em 0 5px 0;
    background: none;
}

.pagination a ,
.pagination a:hover{
    border: 1px #d4d4d4 solid;
    padding: 5px 7px;
    background: url('../imagens/pagination.png');
    color: #454545;
    border-radius:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 10px #888;
}

.imagem{
    display:inline-block;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    border-radius:5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

hr{
    border-bottom: 1px solid #e1e1e1;
    margin: 4px 0;
}

optgroup option{
    padding-left: 20px;
}

input[type="file"],
input[type="file"]:hover{
    border: 0;
    width:100%;
    background: transparent;
}

fieldset{
    border: 1px solid #ccc;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 10px;
}

fieldset legend{
    font-weight: bold;
    padding: 0 4px;
}


/*==================*/
.list-categorias-mobile{
    display: none;
}

@media screen and (max-width: 780px){
    .list-categorias{
        display: none;
    }

    .list-categorias-mobile{
        display: block;
        margin-bottom: 11px;
    }

    .list-categorias-mobile a{
        border-radius: 0px;
        padding: 12px;
    }

    .menu-lateral ul a {
        border-radius: 0px;
        margin-left: 6px;
    }

    .header-categoria{
        width: 80%;
        height: 20px;
        background: #005f33;
        line-height: 20px;
        padding: 15px;
        color: #fff;
        font-size: 19px;
        margin: 0 auto;
        position: relative;
    }

    .botao-mobile{
        width: 37px;
        height: 28px;
        padding: 5px 6px;
        border: 1px solid #003c20;
        position: absolute;
        right: 6px;
        top: 5px;
        cursor: pointer;
        z-index: 11;
    }

    .icon-bar{
        background-color: #FFC20D;
        width: 90%;
        height: 4px;
        margin: 4px auto;
    }

    .body-categoria {
        display: none;
        width: 80%;
        margin: 0 auto;
    }

}
/*==================*/