/* 
    Created on : 20/03/2019, 15:55:25
    Author     : diego
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.3em;
}

h2 {
   font-weight: bold;
   font-size: 22px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  font-style: italic;
  font-size: 14px;
}

.head {
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}

.head i {
    color: #626262;
    margin: 0 6px 0 0;    
}

.head span {
    font-size: 12px;
}

/*MENU*/
nav {
    padding: 0 !important;
    background: none !important;
}
.nav-item a {
    color: #1d1d1d !important;
    font-weight: bold;
	font-size:13px !important;
}
.nav-item a:hover {
    color: #fe2116 !important;
}

/*BANNERS*/
.slide {
    box-shadow: 1px 3px 21px #999;
    margin: 10px 0 25px 0;
}

/*EMPRESA*/
.empresa {
    margin: 15px 0;
}

/*FORNECEDORES*/
.fornecedores {
    background: #efefef;
    padding: 20px 0;
}

/*AREA DE ATUAÇÃO*/
.area {
    margin: 25px 0;
}
.form-cidades {
    width: 360px;
    position: relative;
}

.form-cidades input {
    width: 350px;
}
.form-cidades i {
    position: absolute;
    right: 16px;
    top: 6px;
    font-size: 22px
}

.sumario {
    padding: 10px 0
}

.sumario div {
    border: 1px solid #efefef;
    padding: 6px;
    color: #999;
    float: left;
    margin: 0 6px 4px 0;
    cursor: pointer;
}
.sumario div:hover {
    border: 1px solid #ddd;    
    color: #000;    
}

/*NOTICIAS*/

.noticias {
    margin: 15px 0;
    background: url(imgs/bg-noticias.jpg) repeat;
    min-height: 385px;
    padding: 15px 0;
    
}

.noticias h2 {
    color: #fff;
}
.chamada {
    min-height:153px;
    background: #000;
}
.box-noticias {
    background: #fff;
    padding: 5px;
    margin: 0 5px 0 0;
    max-width: 212px;
    text-align: center;
}

.box-noticias:hover {
    box-shadow: 1px 1px 3px #000;
}

.box-noticias p a {
    color: #3f3f3f;
    font-size: 16px;
}

.todas a {
    color: #fff !important;
    text-decoration: underline;
}

.pre-footer {
    padding: 15px 0;
}

.rodape {
    padding: 15px 0;
    background: #454545;
}

.rodape h2 {
    border-bottom: 5px solid #db261d;
    color: #fff;
}

.rodape ul {
    list-style: none;
    padding: 0;
}

.rodape ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.rodape ul li a:hover {
    color: #db261d;
    text-decoration: none;
}

.ultimas li {
    border-bottom: 1px dotted #fff;
    padding: 5px 0;
}

.newsletter {
    width: 350px;
    position: relative;
}

.newsletter input {
    width: 340px;
    padding: 2px 2px 2px 4px;
}

.newsletter button {
    position: absolute;
    border: none;
    background: #fe1434;
    color: #fff;
    font-size: 12px;
    top: 44px;
    right: 14px;
    height: 28px;
    
}

.newsletter h2, .redes h2 {
    width: 200px;
}

.redes {
    margin: 30px 0 0;
}
.redes i {
    font-size: 34px;
    color: #000;
}

.foot {
    background: #1f1f1f;
    color: #fff;
    font-style: italic;
    font-size: 11px;
    padding: 3px 0;
}

/*INTERNAS*/
.interna {
    min-height: 580px;
}
.breadcrumb {
    background: #f9f9f9 !important;
    text-align: right;
}

.migalha {
    font-size: 13px;
    text-align: right;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    margin: 0 0 25px;
    padding: 5px 0;
}

.interna {
    border-bottom: 1px solid #efefef;
}

h1 {
    border-bottom: 3px solid #f1f1f1;
    font-size: 26px;
}

/*FORNECEDORES*/
.fornecedor {}
.fornecedor img {
    border: 1px solid #efefef;
}
.fornecedor img:hover {
    border: 1px solid #ff6a41;
}

#wrapper-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
}

#wrapper-iframe::before {
    content: '';
    width: 100%;
    height: 50px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 2;
}

#wrapper-iframe iframe {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: none;
}

.cidades {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cidades > a {
    width: 33.33%;
    display: inline-block;
    margin: 8px 0;
}

.sumario div {
    padding: 6px 10px;
}

.sumario .active, .sumario .active:hover{
    background: #fe1434;
    color: #FFF;
    pointer-events: none;
}

.white {
    color: #fff !important;
}

@media screen and (max-width: 989px){

    .cidades > a {
        width: 50%;
    }

}

@media screen and (max-width: 600px){

    .cidades > a {
        width: 100%;
    }

}
