#mainNav {
  background-color: #001a7c;
  background-image: url(../img/header-2.png);
  background-size: 100% 100%;
  height: 219px;
}

.dropbtn {
  background: none;
  color: white;
  padding: 16pt;
  margin-top: 2px;
  text-transform: uppercase;
  border: none;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  font-family: americanep, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: 600;
}

.dropdown-content a:hover {
  color: #000;
  background: #33cc33;
}
.dropdown:hover .dropdown-content {
  display: block;
}


@media (max-width: 575.98px) { 

	#mainNav {
    background-color: #001a7c;
    background-image: url(../img/header-2.png);
    background-size: 100% 100%;
    height: auto;
  }


  .dropbtn {
    background: none;
    color: white;
    padding: 1pt;
    margin-top: 2px;
    text-transform: uppercase;
    border: none;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 7px;
    font-family: americanep, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  }


  .dropbtn {
    margin-left: -2px !important;
  }

}


.bg-empresa{
	background-image: url('../img/bg-sobre.png');
	background-size: 100% 100%;
	height: 1250px;
	z-index: 99999;
	margin-top: -58px;
  z-index: 999;
}


.bg-empresa2{
	background-image: url('../img/bg-sobre.png');
	background-size: 100% 105%;
	height: 1250px;
	z-index: 99999;
	margin-top: -58px;
  z-index: 999;

}


.bg-s{
	background-image: url('../img/bgs.png');
	background-size: 100% 105%;
	height: 1250px;
	z-index: 99999;
	margin-top: -58px;
  z-index: 999;
}


.bg-servico01 {
  background-image: url('../img/bg01.png');
  background-size: 100% 100%;
  height: 1250px;
  z-index: 99999;
  margin-top: -58px;
  z-index: 999;
}

.bg-servico02 {
  background-image: url('../img/bg02.png');
  background-size: 100% 100%;
  height: 1250px;
  z-index: 99999;
  margin-top: -58px;
  z-index: 999;
}

.bg-servico03 {
  background-image: url('../img/bg03.png');
  background-size: 100% 101%;
  height: 1250px;
  z-index: 99999;
  margin-top: -58px;
  z-index: 999;
}

.fixed-top {
  position: inherit !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

@media (min-width: 992px) {
	#mainNav {
		padding-top: 28px;
		padding-bottom: 78px;
		-webkit-transition: padding-top .3s, padding-bottom .3s;
		-moz-transition: padding-top .3s, padding-bottom .3s;
		transition: padding-top .3s, padding-bottom .3s;
		border: none;
		background-color: transparent;
	}

}

.efeito-galeria{
	transition: 1s;
}
.efeito-galeria:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 1s;
}

a.page-link {
	background: #367aff;
	color: #fff;
	font-weight: 600;
	padding: 15px;
	transition: 0.4s;
}

a.page-link:hover {
	transition: 0.4s;
	padding: 13px;
}


@media (min-width: 992px) and (max-width: 1199.98px) { 

 .dropbtn {
    background: none;
    color: white;
    padding: 10pt;
    margin-top: 2px;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    font-family: americanep, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
 }

}


@media (min-width: 768px) and (max-width: 991.98px) { 

  #mainNav {
      background-color: #001a7c;
      background-image: none; 
      background-size: 100% 100%;
      height: auto;
  }

  .dropbtn{
    margin-left: -21px !important;
  }

}