﻿@font-face {
    font-family: 'Roboto Regular';
    src: url(fonts/Roboto-Regular.ttf);
    font-family: 'Roboto Bold';
    src: url(fonts/Roboto-Bold.ttf);
    font-family: 'Roboto Medium';
    src: url(fonts/Roboto-Medium.ttf);
}

.cabecalho {
    color: #0066b3 !important;
    font-family: 'Roboto Medium';
}

.radius-100{
    border-radius: 100px !important;
}

.border-blue {
    border-color: #0066b3 !important;
}

.border-red-bottom {
    border-bottom-color: #EE1B24 !important;
    border-bottom-width: 20px !important;
}

.text-silver {
    color: #4d4d4d !important;
}

.border-list-itens {
    border-bottom-width: 3px !important;
    border-bottom-color: #EE1B24 !important;
    border-right-width: 0px !important;
    border-right-color: #F0F0F0 !important;
}

.text-quemsomos{
    font-size: 1.3em;
}

a {
    font-family: 'Roboto', sans-serif !important;
    cursor: pointer;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

/*MENU CATEGORIAS*/
.categorias {
    color: #FFFFFF !important;
    cursor: pointer;
    border-bottom-color: #0066b3 !important;
    border-bottom-width: 4px !important;
}

.promocao:hover {
    border-bottom-color: #ffed00 !important;
}

.eletrica:hover {
    border-bottom-color: #e2001a !important;
}

.hidraulica:hover {
    border-bottom-color: #009ee0 !important;
}

.ferragens:hover {
    border-bottom-color: #172983 !important;
}

.fixacao:hover {
    border-bottom-color: #ee7f00 !important;
}

.tintas:hover {
    border-bottom-color: #009036 !important;
}

.utilidades:hover {
    border-bottom-color: #e2007a !important;
}

.maquinas:hover {
    border-bottom-color: #59341b !important;
}

.seguranca:hover {
    border-bottom-color: #a7a9ac !important;
}

.led:hover {
    border-bottom-color: #faa61a !important;
}
/*CATEGORIAS*/
.AAAA {
    background-color: #e2001a;
    color: #FFFFFF;
}

.BBBB {
    background-color: #07f21f;
    color: #121010;
}
.CCCC {
    background-color: #009ee0;
    color: #FFFFFF;
}
.DDDD {
    background-color: #172983;
    color: #FFFFFF;
}
.EEEE {
    background-color: #ee7f00;
    color: #FFFFFF;
}
.FFFF {
    background-color: #009036;
    color: #FFFFFF;
}

.GGGG {
    background-color: #e2007a;
    color: #FFFFFF;
}

.KKKK {
    background-color: #a7a9ac;
    color: #FFFFFF;
}

.MMMM {
    background-color: #faa61a;
    color: #FFFFFF;
}
.texto-avisame {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 0.67em !important;
}

.btn-avisame {
    background-color: #CCCCCC !important;
    color: #000000 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em !important;
    height: 1.9em !important;
    text-align: center;
    border: 0em !important;
}