@import '../fonts/rawline/css/rawline.css';

body{
    font-family: 'rawline', sans-serif;
}
.navbar-azul{
    background-color: #213242;
    border: none;
    transition: 0.2s;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-azul .navbar-header > button > span.fa.fa-bars{
    color: #FFF;
}
@media (min-width: 768px){
    .navbar-header{
        float: right;
    }
}
.navbar-brand{
    padding: 10px 15px;
    float: right;
}
.navbar-brand > img{
    max-height: 30px;
}
.navbar-nav{
    margin: 0px -15px;
    display: flex;
    justify-content: space-between;
    float: none;
}
.navbar-toggle{
    margin-left: 15px;
    padding: 5px 10px;
    float: left;
}
.navbar-nav > li{
    float: none;
}
.navbar-azul .nav > li > a,
.navbar-azul .nav > li > a:focus{    
    color : #FFF;    
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}
.navbar-azul .nav > li > a:focus,
.navbar-azul .nav > li > a:hover,
.navbar-azul .nav > li > a.active,
.navbar-azul .nav > li > a.active:focus,
.navbar-azul .nav > li > a.active:hover{
    background: #F89C3A;
    color: #FFF;
}
.navbar-azul .nav > li.logo > a{
    padding: 10px 0;
}
.navbar-azul .nav > li.logo > a:focus,
.navbar-azul .nav > li.logo > a:active,
.navbar-azul .nav > li.logo > a:hover{
    background: transparent;
}
.navbar-azul .nav > li.logo > a > img{    
    max-height: 30px;    
}

/* BREADCRUMB */
.breadcrumb{
    background: none !important;
    margin-bottom: 0 !important;
}
.breadcrumb a{
    color: #A9A9A9 !important;
}
.breadcrumb a:hover{
    text-decoration: none !important;
    color: #6A6A6A !important;
}
.breadcrumb .active a:hover{
    color: #A9A9A9 !important;
}

/* Helper */
.text-initial{
    text-align: initial;
}
.white{
    color: #FFF !important;
}
.white-bg{
    background-color: #FFF !important;
}
.white-bd{
    border-color: #FFF !important;
}
.yellow{
    color: #E3BA16 !important;
}
.yellow-bg{
    background-color: #E3BA16 !important;
}
.orange-bd{
    border-color: #E3BA16 !important;
}
.orange{
    color: #F89C3A !important;
}
.orange-bg{
    background-color: #F89C3A !important;
}
.orange-bd{
    border-color: #F89C3A !important;
}
.blue{
    color: #0b66c7 !important;
}
.blue-bg{
    background-color: #0b66c7 !important;
}
.blue-bd{
    border-color: #0b66c7 !important;
}
.darkblue{
    background: #0f62ac !important;
}
.darkblue-bg{
    background: #0f62ac !important;
}
.darkblue-bd{
    border-color: #0f62ac !important;
}
.blue-maastricht{
    color: #001E30 !important;
}
.blue-maastricht-bg{
    background: #001E30 !important;
}
.blue-maastricht-bd{
    border-color: #001E30 !important;
}
.dark{
    color: #213242 !important;
}
.dark-bg{
    background: #213242 !important;
}
.dark-bd{
    border-color: #213242 !important;
}
.grey{
    color: #E8E8E8 !important;
}
.grey-bg{
    background: #E8E8E8 !important;
}
.grey-bd{
    border-color: #E8E8E8 !important;
}
.darkgrey{
    color: #A9A9A9 !important;
}
.darkgrey-bg{
    background: #A9A9A9 !important;
}
.darkgrey-bd{
    border-color: #A9A9A9 !important;
}

/* FONT */
.fs-22{
    font-size: 22px;
}

/* PANEL */
.panel-group .panel-heading+.panel-collapse>.list-group, 
.panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top: none;
}
.panel.panel-dark{
    border-color: #1E2E3C;
}
.panel-dark > .panel-heading {
    color: #FFF;
    background-color: #213242;
    border-color: #1E2E3C;
}
.panel.panel-orange{
    border-color: #F89C3A;
}
.panel-orange > .panel-heading {
    color: #FFF;
    background-color: #E28E35;
    border-color: #F89C3A;
}
a.panel-heading{
    display: block;
    text-decoration: none;
}

/* PADDING */
.pd-0{
    padding: 0;
}
.pd-5{
    padding: 5px;
}
.pd-10{
    padding: 10px;
}
.pd-15{
    padding: 15px;
}
.pdb-20{
    padding-bottom: 20px;
}
.pdl-0{
    padding: 0;
}
.pdl-5{
    padding: 5px;
}
.pdl-10{
    padding: 10px;
}
.pdl-15{
    padding: 15px;
}

/* MARGIN */
.mg-0{
    margin: 0;
}
.mg-10{
    margin: 10px;
}
.mg-0-auto{
    margin: 0 auto;
}
.mg-10-auto{
    margin: 10px auto;
}
.mgtp-10{
    margin-top: 10px;
}
.mgtp-15{
    margin-top: 15px;
}
.mgtp-20{
    margin-top: 20px;
}
.mgbt-2{
    margin-bottom: 2px !important;
}
.mgbt-10{
    margin-bottom: 10px;
}
.mgbt-15{
    margin-bottom: 15px;
}
.mgbt-20{
    margin-bottom: 20px;
}

.sociais{
    margin-top: 5px;
}
.sociais img{    
    margin: 15px 20px 15px 0;
}
.rodape a, .rodape a:hover, .rodape a:active{
    color: #213242;
    text-decoration: none;
}
.rodape a:hover, .rodape a:active{
    font-weight: bold;
}

/* FORM */
.form-control:focus{
    border-color: #E28E35;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152,203,232,.6)
}
/* BUSCA */
form[name="busca"] .form-group{
    padding-right: 5px;
    padding-left: 5px;
}
form[name="busca"] .form-group .input-group .input-group-addon i.fa{
    color: #FFF;     
    font-size: 22px !important;
}
form[name="busca"] .form-group .input-group .input-group-addon{    
    background: #F89C3A;
    border-color: #E28E35;
    width: 50px !important;
}
.barra-busca{
    transition: ease 2.0s;
    background: rgba(33, 50, 66, 0.6);
    padding: 10px 0;
    background: #0b66c7;
}
.barra-busca.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(33, 50, 66, 0.8);
    transition: ease 2.0s;
    z-index: 99;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: -30px;
}
.barra-busca .form-group{
    margin: 2px 0;
}
@media(min-width: 992px){
    form[name="busca"] .form-group .input-group .form-control{
        height: 50px;
    }
    .barra-busca form[name="busca"] .form-group .input-group .form-control{
        height: 36px !important;
    }
    form[name="busca"] .form-group .input-group .input-group-addon i.fa{
        font-size: 30px !important;
    }
    .barra-busca form[name="busca"] .form-group .input-group .input-group-addon i.fa{
        font-size: 22px !important;
    }
    form[name="busca"] .form-group .input-group .input-group-addon{
        width: 60px !important;
    }
    .barra-busca form[name="busca"] .form-group .input-group .input-group-addon{
        width: 50px !important;
    }
    form[name="busca"] .form-group button{
        height: 50px;
    }
    .barra-busca form[name="busca"] .form-group button{
        height: 36px !important;
    }
}

/* Ribbon Styles */
.cnrflash{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner{
    /*Set position, make larger then container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after{
    /*Use the border triangle trick to make it look like the ribbon wraps round it's container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

/* BREADCRUMB */
#breadcrumb{
  list-style: none;
  display: flex;
  margin: 5px 0;
  padding: 0;
}
#breadcrumb > li{
    float:left;
}
#breadcrumb > li a {
    color:#FFF;
    display:block;
    background: #0B66C7;
    text-decoration: none;
    position:relative;
    height: 40px;
    line-height:40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
}  
#breadcrumb > li a .icon{
    font-size: 14px;
}
#breadcrumb > li:nth-child(even) a{      
    background-color: #0A5DB5;
}    
#breadcrumb > li:nth-child(even) a:before{
    border-color: #0A5DB5;
    border-left-color: transparent;
}
#breadcrumb > li:nth-child(even) a:after{
    border-left-color: #0A5DB5;
}
#breadcrumb > li:first-child a {
    padding-left:15px;
    border-radius: 4px 0 0 4px;
}
#breadcrumb > li:first-child a:before{
    border:none;
}
#breadcrumb > li:last-child a{
    padding-right: 15px;
    border-radius: 0 4px 4px 0;
}
#breadcrumb > li:last-child a:after{
    border:none;
}
#breadcrumb > li a:before,
#breadcrumb > li a:after{
    content: "";
    position:absolute;
    top: 0;
    border:0 solid #0B66C7;
    border-width:20px 10px;
    width: 0;
    height: 0;
}
#breadcrumb > li a:before{
    left: -20px;
    border-left-color: transparent;
}
#breadcrumb > li a:after{
    left: 100%;
    border-color: transparent;
    border-left-color: #0B66C7;
}
#breadcrumb > li a:hover{
    background-color: #213242;
}
#breadcrumb > li a:hover:before{
    border-color: #213242;
    border-left-color:transparent;
}
#breadcrumb > li a:hover:after{
    border-left-color: #213242;
}      
#breadcrumb > li.active a,
#breadcrumb > li a:active{
    background-color: #1E2E3C;
}        
#breadcrumb > li.active a:before,
#breadcrumb > li a:active:before{
    border-color: #1E2E3C;
    border-left-color:transparent;
}
#breadcrumb > li.active a:after,
#breadcrumb > li a:active:after{
    border-left-color: #1E2E3C;    
}

/* NAV TABS */
.nav-tabs.darkblue-bg>li>a{
    color: #FFF;
}
.nav-tabs.darkblue-bg>li>a:hover,
.nav-tabs.darkblue-bg>li>a:focus{
    color: #0B66C7;
    border-radius: 0 !important;
}
.nav-tabs.darkblue-bg>li.active>a{
    color: #0B66C7;
    border-radius: 0 !important;
}
.nav-justified > li, .nav-tabs.nav-justified > li{
    display: table-cell;
    width: 1%;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a{
    margin-bottom: 0;
}

/* DROPDOWN */
.dropdown-menu>li>a{
    padding: 5px 20px;    
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: #0b66c7;
}

/* BUTTONS */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none !important;
}
.btn-blue.focus, .btn-blue:focus, .btn-blue:hover{
    color: #FFF;
    background-color: #F89C3A;  
    border-color: #E28E35;
}
.btn-blue, .btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue {
    color: #FFF;
    background-color: #213242;
    border-color: #1E2E3C;
}
.btn-orange.focus, .btn-orange:focus, .btn-orange:hover{
    color: #FFF;
    background: #213242;
    border-color: #1E2E3C;
}
.btn-orange, .btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange{
    color: #FFF;
    border-color: #E28E35;
    background: #F89C3A;     
}
.btn-white.focus, .btn-white:focus, .btn-white:hover{
    color: #213242;
    font-weight: bold;
    background: #FDFDFD;
    border-color: #EDEDED;
}
.btn-white, .btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white{
    color: #213242;
    border-color: #FDFDFD;
    background: #FFF;
    font-weight: normal;
}
.btn-whats{
    color: #FFF;
    background: #1fc53c;
    border-color: #1bc238;
}
.btn-whats:focus,.btn-whats:hover{
    color: #FFF;
    background: #19c237;
    border-color: #05b222;
}

/* RESULTADOS */
.resultado{
    padding: 15px;            
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid #DDD;
    background: #FFF;            
}
.resultado:hover{
    box-shadow: 1px 1px 3px 0px #888;
}
.anunciante-plus{
    background: #FFFABD;
    min-height: 135px;
}
.anunciante-light{
    background: #EEE;
    min-height: 135px;
}
.anunciante-destacar{
    background: #b3a8a8;
    color : #213242;
}
.anunciante-light .localidade,
.anunciante-plus .localidade,
.resultado .localidade{
    color : #E28E35;
}
.anunciante-destacar .localidade{
    color: #FFF;
}
.anunciante-nome {
    margin-bottom: 10px;
}
.anunciante-plus .anunciante-nome,
.anunciante-light .anunciante-nome{
    border-radius: 5px;
    padding: 10px;
}
.anunciante-plus .anunciante-nome{
    background: #E28E35;            
}
.anunciante-light .anunciante-nome{
    background: #888;            
}
.anunciante-nome h3{
    font-size: 20px;
    line-height: 24px;            
    margin: 0;
}
.anunciante-plus .anunciante-nome h3,
.anunciante-light .anunciante-nome h3{
    color: #FFF;
}
.anunciante-logo{
    min-height: 135px;
    display: flex;
    align-items: center;    
    justify-content: center;
}
.anunciante-categorias{
    color: #0b66c7;
    border-bottom: 1px solid #ffe7ce;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.anunciante-light .anunciante-categorias{
    border-bottom: 1px solid #dce7f3;
}
.anunciante-categorias i{            
    padding: 0 5px;
    color: #E28E35;
    width: 20px;
    text-align: center;
}             
.anunciante-light .anunciante-categorias i{
    color: #888;
}
.anunciante-descricao{            
    font-size: 12px;
}
.anunciante-descricao i{            
    padding: 0 5px;
    color: #E28E35;
    width: 20px;
    text-align: center;
}
.anunciante-light .anunciante-descricao i{
    color: #888;
}
.pagination{
    margin: 0;
}
.classificacao {
    display: none;
    text-align: right;
}
.anunciante-plus .classificacao {
    color: #E28E35;
    display: block;
}
.anunciante-light .classificacao {
    color: #888;
    display: block;
}
.anunciante-light .classificacao i:last-child,
.anunciante-light .classificacao i:first-child{
    display: none;
}

/* LISTA DE ITENS */
.item-lista:hover, .item-lista:active, .item-lista:focus{
    text-decoration: none !important;            
    outline: none;
}
.item-lista > div{
    box-shadow: 3px 2px 5px -1px #213242;
    text-decoration: none !important;
}
.item-lista:hover > div, .item-lista:active > div{
    box-shadow: 2px 2px 4px -2px #213242;
    text-decoration: none !important;            
}
.item-lista:active > div{
    font-weight: bold;
}

/* EXIBIR ENTIDADE */
.entidade{
    margin-bottom: 0;
    border: none;
}
.entidade .logo{
    display: inline-block;
}
.entidade .panel-title{
    font-size: 24px;
}
.entidade .link-produto,
.entidade .link-produto:hover,
.entidade .link-servico,
.entidade .link-servico:hover{
    text-decoration: none;
    color: #012831;
}
.fb-like > span{
    vertical-align: baseline !important;
}        
.no-results{
    height: 300px;
    line-height: 300px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd;
}
.no-results span{
    line-height: normal;
    display: inline-block;
}        
.box-address{
    font-size: 14px;
    max-height: 253px;
    overflow-y: auto;
    min-height: 60px;
}        
.box-phone{
    font-size: 18px;
    padding-left: 10px;
}
.box-address::-webkit-scrollbar-track{
    /*
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    */
}
.box-address::-webkit-scrollbar{
    width: 5px;
    /*
    background-color: #F5F5F5;
    */
}
.box-address::-webkit-scrollbar-thumb{
    /*
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    */
    background-color: #f5f5f5;
}