a {
    color: var(--principal)
}
body {
   background-color: #FFF;
}
/* Conteudo */
main {
    min-height: 400px;
}
main ._head {
	position: relative;
   background-color: #e1e1e1;
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,.6) inset;
}
main>._head h1._titulo {
    font-size: 38px;
    font-weight: 700;
    position: relative;
    color: var(--principal);
    padding-bottom: 10px;
}
main>._head h1._titulo small {
   font-size: 28px;
   font-weight: 500;
}
main ._body h4 {
	font-size: 24px;
	font-weight: bold;
}

main ._body .img-responsive img {
   width: 100%;
   height: auto;
}

._notfound {
	min-height: 300px
}

.btn-primary {
     background: #05112B;
   background: linear-gradient(95deg, rgba(5, 17, 43, 1) 0%, rgba(39, 66, 109, 1) 52%, rgba(6, 21, 50, 1) 100%);
    color: #FFF;
    border-radius: 200px;
    text-align: center;
    padding: 15px 25px
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    font-weight: 600;
    background: linear-gradient(95deg, rgba(5, 17, 43, 1) 0%, rgba(39, 66, 109, 1) 52%, rgba(6, 21, 50, 1) 100%);
}

.bginstitucional {
   background: url(/assets/img/bginst.png);
   background-position: center bottom;
   background-repeat: no-repeat;
   background-size: auto 100%
}

.bgazul {
   background: url(/assets/img/bgazul.jpg);
   background-repeat: repeat-x;
   background-size: cover;
}

/* Servicos */
.servicosContainer {
   background: url(/assets/img/bgserv.png);
   background-size:cover
}
.servicosContainer .row {
   background-color: #FFF;
   border: 1px solid #dee2e6;
   box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.servicosContainer .row h3 {
   margin-top: 15px;
   font-size:18px
}
.servicosFooterContainer {
   background-image: url(/assets/img/bgazulservicos.png);
   background-size:cover;
   background-position: top center;
   color:#FFF;
   font-size: 30px
}
.servicosFooterContainer .btn-orcamento {
    color: var(--principal);
    text-align: center;
    padding: 15px 25px;
    font-weight: bold;
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Localização */
.mapa {
	height: 400px;
}

._callout {
    border-left: 4px solid var(--terciaria);
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

._callout strong {
    color: var(--terciaria);
    display: block;
    margin-bottom: 8px;
}

/* Comum */
h1 {
    font-size: 60px;
    font-weight: 600;
}
h2 {
    font-size: 40px;
    font-weight: 600;
}
h3 {
    font-size: 30px;
    font-weight: 600;
}

@media(max-width:767px) {
    header {
        padding-top: 15px !important;
        position: static !important;
    }
	.page_ctn>._head h1._titulo {
		font-size: 32px;
	}
	.page_ctn img {
		max-width: 100%;
		height: auto
	}
}