@media only screen and (min-width: 1025px){
	/**** Banner style ****/
	.main-banner h1{
		padding: 30px 80px 30px 0px;
	}
	
	/**** Serviços style ****/
	.home-serv{
		margin:-50px 0px 0px 0px;
	}
}

@media screen and (min-width: 770px) and (max-width: 1024px){	
	/**** menu nav ****/
	.menu-container{
		width:100% !important;
		max-width:100% !important;	
	}
}

@media only screen and (max-width: 1024px){	
	/**** menu nav ****/
	.main-navigation .menu ul li a{
		padding:0px 10px;
	}
	
	/**** Banner Logo ****/
	.main-navigation .navbar-brand img{
		width:180px;
	}
	
	/**** Banner style ****/
	.main-banner h1{
		background-color:rgba(255, 255, 255, 0.8);
		padding: 20px;
		font-size: 1.8em;
		color: #003854;
		text-align: right;
	}
	
	.main-banner .bt-simulacao{
		font-size:1.8em;
		margin:0px;
	}
	
	.main-banner .bt2-simulacao{
		font-size: 1em;
	}
	
	/**** Serviços style ****/
	.home-serv .lk, 
	.sobre .lk{
		padding:15px 10px 15px 5px;
		line-height:1.1em;
		font-size: 1.2em;
	}
	
	.home-serv i,
	.sobre i{
		margin-top:-4px;
	}
	
	/**** Empresas style ****/
	.empresas{
		padding:0% 5% 10% 5%;
	}
	
	/**** Atendimento Style ****/
	.chat img,
	.chat2 img{
		width:90%;	
	}
}

@media only screen and (min-width: 751px){

	/**** Menu style ****/
	.main-navigation .collapse{
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		float: right;
	}
	
	.main-navigation .navbar-toggle {
		display: none;
	}
	
	.main-navigation .menu li:hover ul{
		display:block;
	}
	
	.main-navigation .menu ul li{
		float:left;
	}
	
	/**** Serviços style ****/
	.home-serv{
		margin:-50px 0px 0px 0px;
	}
	
}


@media only screen and (max-width: 750px){	
	
	/**** Banner style ****/
	.main-banner h1{
		padding: 20px;
	}
	
	.main-banner .bt-simulacao,
	.sobre .bt-simulacao{
		font-size: 1.8em;
		text-align:center
	}
	
	.main-banner .bt-simulacao i,
	.sobre .bt-simulacao i{
		font-size: 1em;
		padding: 15px;
		margin: 0px 15px;
	}
	
	/**** Menu style ****/
	.main-navigation .menu ul{
		background:#ffffff;
	}

	.main-navigation .navbar-toggle {
		display: block;
	}
	
	.main-navigation .navbar-header {
		height: 105px;
	}	
	
	.main-navigation .dropdown-menu{
		display:none;
	}
	
	.main-navigation .dropdown-toggle::after{
		display:none;	
	}
	
	.main-navigation .dropdown-toggle .caret::after{
		content: "";
		width: 40px;
		text-align: center;
		line-height: 50px;
		border-top: .4em solid;
		border-right: .3em solid transparent;
		border-left: .3em solid transparent;
	}
	
	.main-navigation .open .dropdown-menu{
		display:block;
		position: relative;
		float: none !important;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		box-shadow: none;		
	}
	
	.main-navigation .dropdown-menu{
		display:none;
	}

	.main-navigation .menu ul li a{
		height:60px !important;
		line-height:60px !important;
	}
	
	.main-navigation .menu li ul a:hover, .main-navigation .menu ul li a:hover{
		background-color:#4c9ed9;
		border:0px;
		color:#ffffff;
	}
	
	/**** Serviços style ****/ 
	.home-serv .lk, 
	.sobre .lk{
		text-align:center;
	}
	
	/**** Empresas style ****/
	.empresas h1{
		font-size:1.5em;
	}	
	
	/**** Atendimento style ****/
	.main-atendimento{
		font-size:1.3em;	
	}

	.chat img,
	.chat2 img{
		width:90%;	
	}
	
	/**** sobre style ****/
	.main-sobre h1{
		font-size:1.5em;
	}
	
	/**** simulacao style ****/
	.form-simulacao input[type="submit"]{
		font-size:1.3em;	
		margin-bottom:40px;
	}
	
	/**** Credenciadas ****/
	.credenciadas .redes img{
		width:90%;	
	}
	
	.credenciadas .bt-c2{
		line-height:40px;	
	}
	
	.credenciadas .redes-sobre a{
		font-size:0.9em;	
	}
	
	.credenciadas h1{
		font-size:1.5em;	
		line-height: 40px;
	}
	
	.credenciadas .line h1{
		font-size:1.2em;
	}
	
	.credenciadas .bt-simulacao	{
		width:100%;	
	}
	
	.credenciadas .min-banner{
		background:none !important;
		background-color:#1a6f96 !important;	
	}

}

@media only screen and (max-width: 500px){	
	.main-banner .bt-simulacao, 
	.sobre .bt-simulacao{
		font-size: 1.2em;
	}
	
	/**** Atendimento style ****/
	.main-atendimento{
		padding:20px 0px 10px 0px;
		font-size:1.6em;	
	}
	
	.main-atendimento .atendimento{
		width:70%;
		line-height:1.5em;
		margin:20px auto;
		padding-bottom:20px;
		float:none;
		border-bottom:dotted 8px #084968;
		border-right:none;
	}
	
	.main-atendimento .at-none{
		border-bottom:none;	
	}
	
	.credenciadas h1{
		font-size:1.5em;	
		line-height: 1em;
		padding-bottom:10px;
	}
	
	.credenciadas .bt-c2{
		line-height:20px;	
	}

}
