﻿body {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 13px;
}

.titol-seccio {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.titol-seccio h1 {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    font-weight: 600;
    color: #323232;
    font-size: 14px;
    line-height: 170% !important;
}

.titol-seccio:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #2fa2ef;
}

.caixa-cercador-filtres {
    background-color: #9bb7cd;
    border: 1px solid #999;
}

.caixa-cercador-empresa {
    font-size: 12px;
}

.nom-empresa-cercador {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.sector-lvl-0 {
    color: #999;
}
.sector-lvl-1 {
    font-weight: 700;
}
.sector-lvl-2 {
    color: rgba(45,139,203,1);
}

.cursor-pointer {
    cursor: pointer;
}

.nom-empresa-fitxa {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #6565cc;
}

.titol-activitat-fitxa {
    font-size: 18px;
    color: #444;
}

.separador-fitxa {
    border-top: 1px solid #bbb;
}

.btn-facebook {
    font-weight: 400;
    font-size: 36px;
    color: #3b5998;
}
.btn-google-plus {
    font-weight: 400;
    font-size: 36px;
    color: #db4a39;
}
.btn-linkedin {
    font-weight: 400;
    font-size: 36px;
    color: #0077b5;
}
.btn-twitter {
    font-weight: 400;
    font-size: 36px;
    color: #1da1f2;
}
.btn-youtube {
    font-weight: 400;
    font-size: 36px;
    color: #ff0000;
}

#map {
    width: 100%;
    height: 300px;
}

.modal {
    background: rgba(255,255,255,0.5);
}

.modal-header {
    background: #ddd;
}