/*----------------------------------------------------IPAD*/
@media (min-width: 460px) and (max-width: 768px) {
.areacliente {
	display: none;
}	
.contatos-fixo {
display: none;
}
.whatsapp-fixo {
position: fixed;
bottom:0px;
left:100px;
z-index: 999;
height: 50px;
margin-bottom: 0px;
padding:14px 20px 0 20px;
display: none;
transition: 0.3s;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009e7e+1,2ecc71+72 */
background: #009e7e; /* Old browsers */
background: -moz-linear-gradient(45deg,  #009e7e 1%, #2ecc71 72%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #009e7e 1%,#2ecc71 72%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #009e7e 1%,#2ecc71 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009e7e', endColorstr='#2ecc71',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.whatsapp-fixo-resp {
position: fixed;
bottom:10px;
left:10px;
z-index: 999;
height: 70px;
width:70px;
margin-bottom: 0px;
padding:20px 0 0 20px;
border-radius: 100px;
display: block;
transition: 0.3s;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009e7e+1,2ecc71+72 */
background: #009e7e; /* Old browsers */
background: -moz-linear-gradient(45deg,  #009e7e 1%, #2ecc71 72%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #009e7e 1%,#2ecc71 72%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #009e7e 1%,#2ecc71 72%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009e7e', endColorstr='#2ecc71',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
box-shadow:  0 0 0.2em #333;
}
.areacliente-resp{
    padding: 0px;
    position: fixed;
    z-index: 999;
    bottom: 15px;
    right: 0px;
	display: block;
}
.areacliente-resp a{
	margin-top: 10px;	
	background: rgb(139,8,8);
	background: linear-gradient(131deg, rgba(139,8,8,1) 0%, rgba(219,28,28,1) 93%); 
	border: none;
	padding: 10px 20px;
	color: #fff;
	transition: 0.3s;	
	cursor: pointer;
	border-radius: 50px 0 0px 50px;
	font-weight: 900;
	box-shadow:  0 0 0.4em #333;
	display: block;
	color: #fff;
	font-size:14px;		
}

.areacliente-resp a:hover{
	color: #fff;
	font-size:14px;	
	display: block;	
}
.navbar-light .navbar-nav .nav-link{
font-size: 11px;	
}
.botaocliente{
	background: none;
	border: 1px solid #009048;
	padding: 5px;
	color: #009048;
	transition: 0.3s;	
	margin-top: 10px;
	font-size: 10px;
}
.botaocliente:hover{
	background: #009048;
	border: 1px solid #009048;
	padding: 10px;
	color: #fff;
	cursor: pointer;	
}
.topo-resp{
	 display: none!important;
}	

.menu-resp{
	display: block!important;
}
.titulo-topo{
	font-weight: 900;
	font-size: 24px;
	color: #fff;
}
.media-body p{
	font-size: 16px!important;
	color: #fff;
	font-weight: 600;
	line-height: 1.8;
	
}
.apptitulo{
	font-size: 24px;
	color: #fff;
	font-weight: 400;

}	
.apptitulobold{
	font-size: 24px;
}
.apptitulobox{
	margin-bottom: 10px;
	max-width: 80%;
	line-height: 1.2;
}
  .box-servicos p {
    font-size: 18px;
 }
 
  .box-servicos .tituloserv {
    font-size: 20px!important;
	margin: 15px 0 10px 0;	
  }
 .nossas-solucoes{
	font-size: 32px;
}
.nossas-solucoesbold {
    font-size: 32px;

} 
.frase{
	font-size: 18px;
	margin-bottom: 20px;
}
.texto-missao {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}
.contato{
	font-size: 32px;
}
.contatobold{
	font-size: 32px;
}
.frasecontato {
    font-size: 18px;
}
}
	
}