/* Combinet blue = #0163ab */

.brand {
	width: 100%;
	position: relative;
}

.tm-section-header, .tm-btn{
    background-color: #ECE9E9;
    width: 1200px; 
}

.tm-section-header {
    display: inline-block;
    color: #0163ab;
    padding: 30px 90px 30px 30px;
    margin-left: -40px;
}

@media (max-width: 500px) {
    .tm-section-header { padding: 20px; }
}

.tm-section-header-small {
    font-size: 1.4rem;
   
}

.tm-header-floating {
    position: absolute;
    z-index: 100;
    top: -30px;
}

footer {
	text-align: center;
    background-color: #ECE9E9;
    width: 1200px;
    margin-left: -40px;
}

.bg-home {
	background-image: url(../img/bg-home.jpg);
    background-repeat: no-repeat;
    background-position: 45% top;
    height: 700px;
    min-height: 500px;
    margin-left: -40px;
    margin-right: -40px;
}

.bg-ins-navais {
    background-image: url(../img/bg-ins-navais.jpg);
    background-repeat: no-repeat;
    background-position: 45% top;
    height: 700px;
    min-height: 500px;
    margin-left: -40px;
    margin-right: -40px;
}

#servicos {
    padding-bottom: 50px;
}

.bg-seg {
    background-image: url('../img/bg-seg.jpg');
    background-repeat: no-repeat;
    background-position: 45% top;
    height: 700px;
    min-height: 500px;
    margin-left: -40px;
    margin-right: -40px;
}

.bg-net {
    background-image: url('../img/bg-net.jpg');
    background-repeat: no-repeat;
    background-position: 45% top;
    height: 700px;
    min-height: 500px;
    margin-left: -40px;
    margin-right: -40px;
}

.bg-contactos {
    background-image: url('../img/bg-contactos.jpg');
    background-repeat: no-repeat;
    background-position: 45% top;
    height: 700px;
    min-height: 500px;
    margin-left: -40px;
    margin-right: -40px;
}

.bg-telecom {
    background-image: url('../img/bg-tele.jpg');
    background-repeat: no-repeat;
    background-position: 45% top;
    height: 700px;
    min-height: 500px;
    margin-left: -40px;
    margin-right: -40px;
}

.bg-unify {
    background-image: url('../img/bg-unify.jpg');
    background-repeat: no-repeat;
    background-position: 45% top;
    height: 700px;
    min-height: 500px;
    margin-left: -40px;
    margin-right: -40px;
}

h3 {
    color: #0163ab;
}

#clickme {
    color: blue;
}