body{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

h1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.navbar-default{
    background-color: #fff;
    border-color:#fff;
    min-height: 72px;
    margin-bottom: 5px;
}


.navbar-default .navbar-brand {
  position: absolute;
  width: 250px;
  height: 75px;
  top:-3px;left:11px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 25px;  
  padding-bottom: 20px;
  color: #302988;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #302988;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #302988;
  background-color: #fff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}


.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}


.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 567px;
}


.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
}

.dropdown-menu.multi-column{
    left: -150px;
}

.dropdown-menu.columns-3 .col-xs-12{
   position: relative;
}


.dropdown-menu.columns-3 .col-xs-12 a{
    position: absolute;
    display: block;
    width: 90px;
    height: 100%;
    z-index: 199;
    top: 0;
}

.dropdown-menu.columns-3 .col-xs-12 a.link-construcao{
    left: 200px;
}

.dropdown-menu.columns-3 .col-xs-12 a.link-produto{
    left: 300px;
}

.dropdown-menu.columns-3 .col-xs-12 a.link-industria{
    left: 58px;
}
.dropdown-menu.columns-3 .col-xs-12 a.link-automotivo{
    right: 58px;
}



@media (max-width: 992px) {
    .navbar-default .navbar-brand {
        position: absolute;
        width: 200px;
        height:50px;
        top:5px;left:11px;
    }
}


@media(min-width:768px){
    .dropdown:hover .dropdown-menu {display: block;}
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
    .navbar-default .navbar-brand {
        position: absolute;
        width: 180px;
        height:50px;
        top:-5px;left:11px;
    }
    .navbar-default{
        background-color: #fff;
        border-color:#fff;
        min-height: 50px;
        margin-bottom:0px;
    }

}

/* Banner header */
header{
    display: block;
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



@media (max-width: 1600px) {
    header{
        height: auto;
        padding-bottom:28.125%;
    }
    header.nosso-negocio{
        height: auto;
        padding-bottom:28.125%;
    }
}




@media (max-width: 767px) {
    header{
        width: 100%;
        height: auto;
        padding-bottom:40%;
    }
}

/* Banner */
.carousel-indicators li {
     border: 1px solid #fff;
     border-radius: 10px;
}
.carousel-indicators .active {
    background-color: #3f519c;
    border-color:#fff;
}

/* Página inicial */
.secion-center{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom:71.92429022082018%;
    background-image: url("../img/site-darthel-v6.png?v=2");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.secion-center .block-link{
    position: absolute;
    width: 50%;
    display: block;
    height:32.777245873153774%;

}

.secion-center .block-link.ps-left{
   left: 0;
}

.secion-center .block-link.ps-right{
    right: 0;
}

.secion-center .block-link.ps-mid{
    left: 0;
    top: 33%;
    width: 100%;
    height:33.5%;
}

.secion-center .block-link.ps-bottom{
    bottom: 0;
}
.secion-center .block-link.ps-top{
    top: 0;
}


.carousel .item{
    width: 100%;
    height: 420px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 1199px) {
    .carousel .item{
        width: 100%;
        height: auto;
        padding-bottom:40%;
    }
}




/* Empresa */
.empresa > .container{
    padding-top: 25px;
    padding-bottom: 35px;
}

.empresa h1 {
    color:#4d48a9;
    margin-bottom:35px;
}

.empresa h4 {
    color:#4d48a9;
}

/* Representantes */

.represendantes > .container{
    padding-top: 25px;
    padding-bottom: 35px;
}

.represendantes h1 {
    color:#4d48a9;
    margin-bottom:35px;
}

.represendantes h4 {
    color:#4d48a9;
}



/* Produto */
.produto > .container{
    padding-top: 25px;
    padding-bottom: 35px;
}

.produto h1 {
    color:#4d48a9;
    margin-bottom:35px;
}


/* Contato */
.contato > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}

.contato h1 {
    color:#4d48a9;
    margin-bottom:25px;
}

.contato h3{
    color:#4d48a9;
}

.contato .col-form{
    margin-top: 20px;
}

.contato .col-localizacao{
    padding-top: 25px;
    padding-bottom: 25px;
}

.contato .well{
    padding: 20px;
    background-color:#fafafa;
    border-color: #fafafa;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow:none;
}

.contato .form-control{
    border-radius:0px;
    border-color: #8784bf;
}

.map{
    display: block;
    padding-bottom:40%;
    position: relative;
    overflow: hidden;
}

.map iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    left: 0;top: 0;
}



.footer{
   float: none;
   background-color:#e2e2e2; 
}

.footer ul{
    margin-bottom: 0px;
    margin-top: 0px;
}

.footer ul > li a,
.footer ul > li a:hover{
    color:#302988;
}
.footer .footer-top .container{
    padding-top: 28px;
    padding-bottom: 20px
}

.footer .footer-row{
    height:3px;
    background-color: #fafafa;
}


.footer .footer-bottom .container{
    padding-top: 20px;
    padding-bottom: 20px;
    max-width:600px;
}

.footer .footer-bottom p{
   color:#6d6e73; 
}



.btn {
    border-radius: 0px;
}


.btn-darthel {
    color: #ffffff;
    background-color: #534EAD;
    border-color: #534EAD;
    width: 120px;
}

.btn-darthel:hover,
.btn-darthel:focus,
.btn-darthel:active,
.btn-darthel.active{
    color: #ffffff;
    background-color: #534ead;
    border-color: #534EAD;
}

.btn-darthel:active,
.btn-darthel.active{
    background-image: none;
}

.btn-darthel .badge {
    color: #534EAD;
    background-color: #ffffff;
}