/*Estilo para laptop++*/
@media only screen and (min-width: 900px) and (max-width: 1440px) {
  
  
  
}

/*Estilo para notebook*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  
  
  
}

/*Estilo para laptop*/
@media only screen and (min-width: 800px) and (max-width: 1280px) {
  
  
  
}

/*Estilo para tablets-pro*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  
  .ops_contato {
    width: 128px;
  }
  .grid-tel_horarios {
     width: 172px;
  }
   .grid_estadocivil {
     width: 179px;
     margin: 0 0 0 10px; 
  }
    
  
}

/*Estilo para tablets*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.container {
		width: 755px;
	}

.introducao {
	width: 100%;
	height: 580px;
	background-size: cover;
	text-align: center;
}


.subtitulo {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.subtitulo_2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}


.cinza {
    height: 450px;
}

.grid-tel_horarios {
	width: 166px;
}

.grid_estadocivil {
    width: 180px;
    float: left;
    margin: 10px 10px 10px 0;
}
.grid_datanasc {
    width: 100%;
    float: none;
}
.grid_telefone1 {
    width: 186px;
    float: left;
    margin: 0;
}
.grid_telefone2 {
    width: 230px;
    float: left;
    margin-left: 10px;
}
  .flex-tel {
    flex-direction: column;
  }


}

/*Estilo para smartphone*/
@media only screen and (max-width: 767px) {

.introducao {
	width: 100%;
	height: 286px;
	background: url("../img/header-mob.png") no-repeat center;
	background-size: cover;
	text-align: center;
}
  .trainee {
    background: url("../img/header-trainee--mob.jpg") no-repeat center;
    background-size: cover;
  }

.introducao h1 {
	font-size: 40px;
	color: #FFF;
	font-weight: regular;
	text-transform: uppercase;
	position: relative;
	top: 120px;
}


.subtitulo {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 40px;
	margin-top: 60px;
}

.subtitulo_2 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}


/*EXCLUSIVO*/

.grid-tel_horarios {
	width: 300px;
	margin: 0 0 20px 0;
	float: none;
}

.ops_contato {
  width: 215px;
  padding: 7px 0;
  float: none;
}

.cinza {
    height: auto;
}
  
  .cinza p {
    padding: 0;
  }

.tel_horarios h2 {
    font-size: 40px;
    padding: 30px 0;
}

.select_regiao {
    width: 80%;
}

.formulario_projetista h1 {
  font-size: 37px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.select_regiao_tecnica {
    width: 80%;
}

/*Trabalhe Conosco*/

.grid_nacionalidade, .grid_gen, .grid_datanasc, .grid_telefone2, .grid_cidade {
	width: 100%;
	float: none;

}

.grid_naturalidade, .grid_estadocivil, .grid_telefone1, .grid_estado {
    width: 100%;
    float: none;
    margin-left: -1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
  
  .select-cargo {
    width: 100%;
  }
  .lista_ops {
    display: none;
  }
  .list-mobile {
    display: block;
  }
  .list-mobile li:after {
    content: " ";
    display: block;
    width: 150px;
    height: 1px;
    background: #fff;
    margin: 5px auto;
  }
  .click-open {
    display: block;
	padding: 10px;
    width: 263px;
    background: #fff;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .click-open p {
    font-size: 18px;
    position: relative;
    display: inline;
    top: -7px;
  }
  .menu-ico {
    width: 30px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
  }
  .flex-tel {
    flex-direction: column;
  }

}