/* Put your custom styles here 
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
}

ul {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.topo {
    background-color: #16709c;
}

.promo_alvo {
    background: url("../assets/images/Banner_AutomacaoIndustrial_overlay.png") center top no-repeat;

    /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
    background-size: cover;
    background-attachment: fixed;
    */
    padding: 70px 0 70 0;
    min-height: 400px;
}

#conteudo .promo-alvo h1 {
    color:#fff;
    text-shadow: 2px 2px 8px #e69e19;
}

#conteudo .promo-alvo h2 {
    color:#fff;
    text-shadow: 2px 2px 8px #e69e19;
}


.underlined-title {
    text-align: center;
    padding-bottom: 10px;
}

.content-block-alvo {
    width: 100%;
    padding: 10px 0 10px 0;
    z-index: 100;
    position: relative;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

.feature-box {
    min-height: 440px;
}

.feature-box p {
    text-align: justify;
}

.cor-rodape {
    background-color: #000000;
}

.rodape {
    color: #fff;
    font-size: 16px;
}

p.direitos {
    color: #fff;
    font-size: 12px;
}

.texto-btn {
    font-size: 15px;
}

.btn.btn-primary:hover {
    background: #17b0f1;
}

.content-block-empresa {
    width: 100%;
    padding: 25px 0 25px 0;
    z-index: 100;
    position: relative;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.content-block-empresa img {
    margin-bottom: 20px;
}

.content-block-empresa .h2 {
    background-color: #e69e19;
    padding: 3px;
    font-size: 18px;
    font-weight: bold;

    /*color: #e40a0a;*/
    color: #fff;
    margin-top: 40px;
}

.contato {
    margin-top: 50px;
}

.promo-alvo {
    padding-top: 50px;
}

.content-block-empresa ul li {
    list-style: square;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.underlined-title h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e4ab0d;
}

.underlined-title hr {
    width: 10%;
    border-width: 2px;
    border-color: #e40a0a;
}

.panel-title > a,
.panel-title > a:hover {
    background: #F0AD07;
    color: #000;
}

.panel-title > a.collapsed,
.panel-title > a.collapsed span {
    color: #000;
}

a {
    color: #fff;
}

.content-block-alvo a {
    color:#F0AD07;
}

.content-block-alvo a:hover {
    color:#e40a0a;
}


#menu-principal ul li {
    list-style: none;
}

#conteudo h1 {
    font-size:35px;
    font-weight: bolder;
    color:#626262;
}

#conteudo h1.titulo {
    font-size:37px;
    font-weight: bolder;
    color:#222222;
}

#conteudo h2 {
    font-size:29px;
    color:#8D8D8D;
    font-weight: bolder;
}

#conteudo h3 {
    font-size:24px;
    color:#8D8D8D;
    font-weight: bolder;
}

#conteudo ul li, ol li {
    list-style-type: square;
    font-size:18px;
}

a.panel-toggle {
    color:#000;
}
