@media only screen and (max-width:1100px){
	
.icone1,.icone2, .icone3 {
        width: 100%;
    }

body{
    position: relative;	
    /*background-image: none;*/
    background-size: 200%;
    background-attachment: none;
     background-image: 100%;
     width: 100%;
     margin:0;
	 padding: 0;
	 overflow-x:hidden;    }
	 
	
	main{
		position:relative;
		width:100%;
		margin:0;
		padding: 0;
		overflow-x: hidden;
		}

#check:checked ~.barra{
		transform:translateX(600px);
	}

	#icone{
		display: block;
	}	

	.barra{
		display: block;

	}

	#nav_barra{
		display: block;
	}

	nav a{
		display: block;
	}

	.link{
		display: block;
	}

	.link:hover{
		display: block;
		background-color: #00aeef;
	}
    #cabecalho {	
	   height: 90px;	
    }
	
	#cabecalho figure{
		margin-top:20px;
	}
	
	#nav_cabecalho{
		display: none;
	}	
	
	#cliente{
		margin-top: 30px;
	}
	
	.ico1, .ico2, .ico3 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container_img {
    flex-direction: column;
    align-items: center;
  }

#container_apresentacao{
		clear: both;
		background-image: url("../img/principal2.jpg");
		background-position: center;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding-bottom: 60px;
		padding-top:40px;
	}	
#apresentacao h1{
	padding-top:20px;
}	

#container_apresentacao #apresentacao h2 {
    font-size: 20px;
	padding-right:20px;
  }

#logo{
	width: 200px;
}

#cliente{
	float: left;
	text-align: left;
	align-items: left;
	width: 100%;
	height: 23px;
	padding-bottom: 1%;
	padding-top: 2%;	
	padding-left: 5px;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.area_cli{
	display: none;
}
.label_login{
	margin-left: 30px;
}

.label_senha{
	margin-left: 8px;
}

#botao_enviar{
	margin-left: 8px;
}

.input_login, .input_senha{
	width: 90px;
}

.input_senha{
	margin-right: 30px;
}

#apresentacao h1{
	font-size:40px;
	padding-top: 40px;
}



#conteudo_rodape{
	width: 90%;
}

 #container_quem_somos {
    background-color: #f5f5f5;
    background-image: none !important;
    background-size: cover;
    background-position: center top;
    flex-direction: column;
    padding: 0px 30px;
	padding-bottom:0;
  }
  
  .imagem_quem_somos_mobile {
    background-image: url('../img/apresentacao_responsivo.jpg');
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 500px;
}

  #quem_somos {
    width: 100%;
    max-width: 100%;
  }

  #quem_somos h2 {
    font-size: 18px;
    line-height: 28px;
  }
  
  #container_equipe {
    background-image: none !important;
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    height: auto;
    overflow-x: hidden;
  }

  .imagem_equipe_mobile {
    background-image: url('../img/profissionais.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
  }

  #equipe {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 40px 20px; /* padding lateral que funciona */
    box-sizing: border-box; /* garante que padding conte dentro da largura */
  }

  #equipe h1 {
    font-size: 24px;
  }

  #equipe h2 {
    font-size: 16px;
    line-height: 1.6;
  }
  .imagem_equipe_mobile {
    background-image: url('../img/profissionais.jpg');
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 300px;
  }  

  #container_equipe hr {
    margin-left: 0;
    margin-bottom: 30px;
  }
}



@media only screen and (max-width:1000px){
	
	
#conteudo_cabecalho{
	width: 90%;
}

#cabecalho figure{
		margin-top:20px;
	}

#logo{
	width:200px ;
}

/*#container_apresentacao{
	padding-bottom: 10px;
}*/

#container_apresentacao {
    padding-top: 40px;    /* diminui o espaço no topo */
    padding-bottom: 120px; /* aumenta o espaço embaixo */
    width: 100%;            /* mais espaço lateral, opcional */
  }

  #apresentacao h1 {
    font-size: 45px;       /* menor para caber bem */
    padding-top: 0;
  }

 #container_apresentacao #apresentacao h2 {
    font-size: 20px;
	padding-right:20px;
  }

  #apresentacao hr {
    width: 60%;
    margin-left: 5%;
    margin-bottom: 15px;
  }   

#container_quem_somos{
	background-color:#f5f5f5;
}
.imagem_quem_somos_mobile {
    background-image: url('../img/apresentacao_responsivo.jpg');
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 500px;
}
.imagem_equipe_mobile {
    background-image: url('../img/profissionais.jpg');
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 300px;
  }  
}


@media only screen and (max-width:950px){
	
	

/*#conteudo_cabecalho figure img{
	width: 200px;
}*/

#cabecalho figure{
		margin-top:20px;
	}
	
#container_apresentacao {
    padding-top: 40px;    /* diminui o espaço no topo */
    padding-bottom: 120px; /* aumenta o espaço embaixo */
    width: 100%;            /* mais espaço lateral, opcional */
  }

  #apresentacao h1 {
    font-size: 45px;       /* menor para caber bem */
    padding-top: 0;
  }

  #container_apresentacao #apresentacao h2 {
    font-size: 20px;
	padding-right:20px;
  }

  #apresentacao hr {
    width: 60%;
    margin-left: 5%;
    margin-bottom: 15px;
  }   

#container_quem_somos{
	background-color:#f5f5f5;
}
.imagem_quem_somos_mobile {
    background-image: url('../img/apresentacao_responsivo.jpg');
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 500px;
}
.imagem_equipe_mobile {
    background-image: url('../img/profissionais.jpg');
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 300px;
  }  
}


@media only screen and (max-width:850px){
	
	


#conteudo_cabecalho figure img{
	width: 200px;
}

#cabecalho figure{
		margin-top:20px;
	}
/*
#apresentacao h1{
	font-size:35px;
}

#apresentação h2{
	font-size: 35px;
}
*/
#container_apresentacao {
    padding-top: 40px;    /* diminui o espaço no topo */
    padding-bottom: 120px; /* aumenta o espaço embaixo */
    width: 100%;            /* mais espaço lateral, opcional */
  }

  #apresentacao h1 {
    font-size: 45px;       /* menor para caber bem */
    padding-top: 0;
  }

  #container_apresentacao #apresentacao h2 {
    font-size: 20px;
	padding-right:20px;
  }

  #apresentacao hr {
    width: 60%;
    margin-left: 5%;
    margin-bottom: 15px;
  }   
#container_quem_somos{
	background-color:#f5f5f5;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 50px;
	padding-right:50px;
}
 
#quem_somos h2 {     
    font-size: 18px;
    line-height: 30px;
    font-weight: 400 !important;
    font-family: 'Roboto', 'source sans pro', sans-serif;
    color: #333333;
    text-align: justify;
 }
 .imagem_quem_somos_mobile {
    background-image: url('../img/apresentacao_responsivo.jpg');
    background-size: cover;
    background-position: top center;
    width: 100%;
   min-height: 45vh;
}  
.imagem_equipe_mobile {
    background-image: url('../img/profissionais.jpg');
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 300px;
  }   
}


@media only screen and (max-width:750px){
	
		
#cabecalho figure{
		margin-top:20px;
	}

#conteudo_cabecalho figure img{
	width: 200px;
}

/*#apresentacao h1{
	letter-spacing:0;
	color: #ffffff;
	padding-top: 30px;
	padding-left: 5%;
	text-align: left;
	font-size: 35px;
	font-family: source sans pro, sans-serif;
}

#apresentacao h2{
	font-size: 40px;
	font-family: source sans pro, sans-serif;
}*/

#cliente{
	height: 30px;	
}

.area_cli, .label_login, .label_senha{
	font-size: 14px;
}

.input_login, .input_senha{
	width: 70px;
}

#botao_enviar{
	font-size: 12px;
	margin-left: 8px;
	color:#545454;
	font-weight: bold;
	background-color: #e1e1e1;
	border: none;
	border-radius: 5px;
	height:25px;
}

#servicos h1{
	font-size: 30px;
}

.p_icones1 {
	font-size: 22px;	
}	

.p_icones2 {
	font-size: 18px;	
}

#container_apresentacao #apresentacao h2 {
    font-size: 16px;
	padding-right:20px;
  }

#container_quem_somos{
	background-color:#f5f5f5;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 60px;
	padding-right:30px;
	
}
#quem_somos{
	text-align: left;
	
}

#quem_somos h1{
	font-size: 30px;
}

#quem_somos h2{
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}

#quem_somos{
	padding-right:5%;
	margin-right:5%;
}

.imagem_quem_somos_mobile {
    background-image: url('../img/apresentacao_responsivo.jpg');
    background-size: cover;
    background-position: top center;
    width: 100%;
    min-height: 45vh;
}  

#conteudo_rodape h1{
	font-size: 30px;
	padding-top:0;
	margin-top: 0;
}

#btn_proposta{
	float: left;
	background-color:#d89123;
	color: white;
	width: 280px;
	height: 60px;
	margin-top: 10%; 
	margin-left: 10%;
	font-size: 22px;
	font-weight: bold;
 	font-family: source sans pro, sans-serif;
 	border: none;
 	padding: 1%;
 	border-radius: 10px;
 	cursor: pointer;
 	text-align: center;
}
}

/*@media only screen and (max-width: 768px) {
  #container_quem_somos {
    background-color:#f5f5f5;
	background-image: none !important;
    background-size: cover;
    background-position: center top;
    flex-direction: column;
    padding: 40px 20px;
  }

  #quem_somos {
    width: 100%;
    max-width: 100%;
  }

  #quem_somos h2 {
    font-size: 18px;
    line-height: 28px;
  }
}*/

@media only screen and (max-width: 768px) {
	
	
	#cabecalho figure{
		margin-top:20px;
	}
	
  #container_apresentacao {
    padding-top: 50px;    /* diminui o espaço no topo */
    padding-bottom: 80px; /* aumenta o espaço embaixo */
    width: 100%;            /* mais espaço lateral, opcional */
  }

  #apresentacao h1 {
    font-size: 45px;       /* menor para caber bem */
    padding-top: 0;
  }

  #container_apresentacao #apresentacao h2 {
    font-size: 20px;
	padding-right:20px;
  }

  #apresentacao hr {
    width: 60%;
    margin-left: 5%;
    margin-bottom: 15px;
  }   
   
   #container_quem_somos {
    background-color: #f5f5f5;
    background-image: none !important;
    background-size: cover;
    background-position: center top;
    flex-direction: column;
    padding-top: 0;
	padding-bottom: 0;
	padding-left: 50px;
	padding-right:20px;
  }

  #quem_somos {
    width: 100%;
    max-width: 100%;
  }

  #quem_somos h2 {
    font-size: 18px;
    line-height: 28px;
  }
  
.imagem_quem_somos_mobile {
    background-image: url('../img/apresentacao_responsivo.jpg');
    background-size: cover;
    background-position: top center;
    width: 100%;
	min-height: 45vh;
   
}
  /*#container_equipe {
    background-image: none !important;
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 5%;
    height: auto;
  }

  #equipe {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  #equipe h1 {
    font-size: 24px;
  }

  #equipe h2 {
    font-size: 16px;
    line-height: 1.6;
  }

  #container_equipe hr {
    margin-left: 0;
    margin-bottom: 30px;
  }*/
  
  #container_equipe {
    background-image: none !important;
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    height: auto;
    overflow-x: hidden;
  }

  .imagem_equipe_mobile {
    background-image: url('../img/profissionais.jpg');
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 300px;
  }

  #equipe {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 40px 20px; /* padding lateral que funciona */
    box-sizing: border-box; /* garante que padding conte dentro da largura */
  }

  #equipe h1 {
    font-size: 24px;
  }

  #equipe h2 {
    font-size: 16px;
    line-height: 1.6;
  }

  #container_equipe hr {
    margin-left: 0;
    margin-bottom: 30px;
  }
  
  #rodape #btn_proposta {
	  width: 240px;
	  font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  /* Estilos específicos para Samsung A23 e similares */
  
   .imagem_equipe_mobile {
    background-image: url('../img/profissionais_responsivo.jpg');
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 200px;
  }
  
  #cabecalho {	
	   height: 90px;	
    }
  
  #container_apresentacao {
    padding: 20px 15px;
    font-size: 14px;
  }

  #apresentacao h1 {
    font-size: 28px;
  }

#container_apresentacao #apresentacao h2 {
    font-size: 16px;
	padding-right:20px;
  }

   #container_quem_somos{
    padding-top: 0;
	padding-bottom: 0;
	padding-left: 50px;
	padding-right:20px;
}
}