.none {
    display: none!important;
}

.sobre {
    background-size: auto!important;
}

#style-switcher {
    display: none!important;
}

.menuzord-brand {
    margin: 5px 30px 5px 0!important;
}

#home {
    border-bottom: 3px solid #ff0700;
}

#services .fa {
    color: #ff0700!important;
    font-size: 80px!important;
}


.detalhe h3 {
    text-align: center;
    color: #000!important;
    font-size: 25px!important;
    text-transform: uppercase;
}

.detalhe {
    border: 8px solid #ff0700;
    padding: 70px 0;
}

.caixa {
    padding: 10px 10px;
}

.divider h3 {
    color: #fff!important;
}

.right {
    float: right;
}

.btn {
    border-radius: inherit!important;
    text-transform: uppercase;
}

.border_red {
    border-top: 3px solid #ff0700;
    border-radius: 5px;
}

.sobre_img img{
    width: 100%;
    padding: 0 10px;
    height: auto;
}

.protocolos {
    padding-top: 40px!important;
}

.bg_red{
    background-color: #fff;
    color: #333333!important;
    text-transform: uppercase;
    font-weight: 100!important;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #ff0700;
}

.link {
    color: #333333!important;
}

.link:hover {
    text-decoration: underline;
}

.det_servico h3 {
    margin-top: 0!important;
}

.det_servico ul {
    list-style: square;
    padding-left: 20px;
}

.servico_btm {
    padding: 15px 0;
    border-top: 1px solid  #ff0700;
}

.mg-5 {
    margin: 3px;
}

.contactos {
    padding-top: 15px;
    padding-right: 40px;
}

.contactos li {
    border-bottom: 1px solid #9c9c9c;
    padding: 5px 0;
}

.btn-red-active {
    background-color: #ff0700;
    color: #fff!important;
    border: 1px solid #ff0700;

}

.btn-red-normal {
    background-color: #fff;
    color: #ff0700!important;
    border: 1px solid #ff0700;

}

.centrar {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.vermelho {
    color: #333333!important;
    font-weight: 100!important;
    text-transform: uppercase;
}
.mb60{
    margin-bottom: 60px;
}