#equipe ul li span{
	text-transform: uppercase;
	text-decoration: underline;
}
.team-member .info ul{
	color: #fff;
	font-size: 12px;
	margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.pricing-title h4{
	width: 90%;
	margin-left: 5%;
}
.pricing-title i {
	margin-left: 45%;
}
.div-faq{
	margin-top: 50px
}
.active{
	background: #0099D5 !important;
    border-radius: 5px;
    color: #fff !important;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff !important
}

textarea{
    resize: none;
}

.com-icon i {
border: 3px solid #ffffff;
border-radius: 100px;
box-shadow: 0 0 1px 0 rgba(1, 1, 1, 0.4);
color: #fff;
font-size: 36px;
height: 80px;
line-height: 73px;
margin-bottom: 15px;
width: 80px;
margin-bottom: 30px
}

/* LOCALIZAÇÃO*/
.text-work h4{
	margin: 10%;
	text-align: center;
}
.item-local-padding{
 	padding: 0;
}
.item-local-margin{
	margin: 0;
}

.descricao-num{
	color: #fff;
}

.logo-branco{
	background: url('../img/logo-branco.png');
	background-size: cover;
	height: 55px;
	width: 140px;
}
.logo-azul{
	background: url('../img/logo.png');
	background-size: cover;
	height: 55px;
	width: 140px;

}
.footer-contatos i, .footer-contatos h4{
	color: #2C4874;
	border-color: #2C4874;
}
.footer-contatos:hover> i,.footer-contatos:hover> h4{
	color:#039be5 ;
	border-color: #039be5;
}
.footer-contatos:hover{
	color: #f2f2f2
}
.menu-top li{
    color: #039be5 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

/*MENU*/
li a, .dropbtn {
    color: #337ab7;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.menu-shrink .dropdown-content a{
  background: white;
}

.dropdown-content a {
    color: #337ab7 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

@media only screen and ( max-width: 768px ){
  .navbar-nav{
    position: relative;
  }
  .navbar-nav:not( :target ) > a:first-of-type,
  .navbar-nav:target > a:last-of-type
  {
      display: block;
  }

  /* first level */
  .navbar-nav > .dropdown-content
  {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }
  .navbar-nav:target > .dropdown-content
  {
    display: block;
  }
  .navbar-nav > .dropdown-content > a
  {
    width: 100%;
    float: none;
  }

  /* second level */

  .navbar-nav li .dropdown-content
  {
      position: static;
  }

  /*  .dropdown{
    width: 100%;
  }*/
  .dropdown-content {
      background-color: #039be5;
      box-shadow: none;
  }

  .dropdown-content a{
      color: #fff;
  }
}

#phone-menu{
  font-size: 14px;
  top: 13px;
  padding-left: 15px;
  text-align: left;
}
#phone-menu i{
  color:#294b74;
}
#phone-menu a{
    color: #039be5 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width: 991px){
  #phone-menu a{
      font-size: 10px;
      display: inline;
      margin: 0;
  }
}

/*MENU SERVIÇOS*/
#servicos a{
  color: #777;
  font-size: 16px;
}
#servicos a:hover{
  color: #337ab7;
}
#servicos a i{
  transition: all 1.5s ease 0s;
  -webkit-transition: all 1.5s ease 0s;
}
#servicos a:hover i{
  border-color: #337ab7;
}

.item_img{
  background: #fff;
  opacity: 0.9;
}

.mt-parceiro{
  margin-top: 30px
}

/*COLLAPSE 991PX*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo-azul{
      height: 60px;
      width: 150px;
    }
    #phone-menu{
        top: 0px;
        font-size: 10px;
        padding-left: 5px;
        position: static;
    }
    .navbar-default .navbar-nav li a{
        font-size: 10px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        margin-top: 30px;
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}