@charset "utf-8";
*{
	margin: 0px;
	padding: 0 auto;
}
body{
	background-color: #ECECEF;
}
header{
	border-bottom: 1px solid #fff;
	width: 100%;
	background: white;
	order: 2px red solid;
}
df{
	display: flex;
	justify-content: center;
}
#logo{
	order: 2px blue solid;
	
	margin-left: 66px;
}
#logo img{
	order: 2px red solid;
	border-radius: 5px;
}
nav{
	max-width: 100%;
	height: 100px;
	order: 2px red solid;
}
ul{
   display: flex;
   max-height: 40px;
   order: 2px solid red;
}
ul li{
	ackground: blue;
	margin-top: 5px;
	font-size: 16pt;
	list-style: none;
	text-decoration: none;
	color: gray;
  order: 2px #fff solid;
}
nav ul li a{
	background-color: blue;
	color: white;
	border-radius: 5px;
	margin: 5px;
}
ul li a:hover{
	background-color: blue;
	order-radius: 3px;
	box-shadow: 1px 1px 3px 3px;
}
a{
  color: black;
  text-decoration: none;
}
#logo1{
	order: 2px solid blue;
	width: 100%;
	margin-top: 5px;
    
}
#logo2{
	display: flex;
	height: auto;
	margin-left: 20px;
	ackground: pink;
}

/* banner*/
#banner{
	position: relative;
	max-width: 100%;
	height: 300px;
	order: 2px red solid;
}
#banner img{
	display: flex;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
@media only screen and (max-width: 600px) {
	#banner{
	max-width: 100%;
	height: 150px;
	order: 2px solid red;
 }
	#banner img{
	max-width: 100%;
	height: 150px;
 }
}
h1{
	order: 2px blue solid;
	text-align: center;
	padding: 10px;
	background-color: #fff;
	font-size: 30pt;
	font-style: italic;
}
#conteudo{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	border-top: 3px #BBBABA dotted;
}
#conteudo img{
	display: flex;
	max-width: 100%;
	border-radius: 5px;
}
#conteudo p{
	display: flex;
	flex-direction: column;
	max-width: 400px;
	order: 2px solid red;
	text-align: center;
	font-size: 14pt;
	padding: 5px;
	border: 1px black solid;
	border-radius: 5px;
	margin: 5px;
}

#conteudo1{
	max-width: 100%;
	order: 2px blue solid;
}
#parafago{
	font-style: italic;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 3px #D5D5D5 dotted;
	border-bottom: 3px #D5D5D5 dotted;
	background-color: #fff;
	font-size: 30pt;
	height: 150px;
	order: 2px red solid;
}

/*trabalhos recente*/
#trabalre{
	
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
	width: 100%;
	height: auto;
	order: 2px red solid;
}
#trabalre a {
	width: 380px; 
	height: 350px;
	border: 1px solid black;
	border-radius: 5px;
	bject-fit: cover;
	padding: 5px;
}
#trabalre img {
	max-width: 100%; 
	height: 350px;
	order: 1px solid black;
	order-radius: 5px;
	object-fit: cover;
	adding: 5px;

}
#trabalre a:hover{
	transform: scale(1.1);
	transition: all 0.6s;
}
#trabalre1 figure a:hover{
}
@media only screen and (max-width: 600px) {
	#trabalre a:hover{
	transform: scale(1.0);
	transition: all 0s;
}
#trabalre1 figure a:hover{
	transform: scale(1.0);
	transition: all 0s;
}
}
#trabalre1 p{
	position: relative;
	top: 0px;
	font-size: 14pt;
	order: 3px red solid;
	margin:20px;
}
#trabalre1 section{
	width: 100%;
	height: auto;
	order: 3px red solid;
	margin-top: 20px;
}
#trabalre1 section p{
	margin: 0px 10px;
}
#trabalre1 section .foto{
	display: flex;
	justify-content: center;
	position: relative;
	top: 0;
}
#trabalre1 figure img {
	width: 380px; 
	height: 350px;
	border: 3px solid black;
	border-radius: 5px;
	bject-fit: cover;
	padding: 5px;
}
footer{
	position: relative;
	min-height: 100px;
	top: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: white;
}
#rodape{
	width: 35.5%;
	order: 2px red solid;
	font-size: 18pt;
	color: black;
}
#rodape1{
	width: 35.5%;
	order:2px green solid;
	font-size: 14pt;
	color: black;
}
@media only screen and (max-width: 600px) {
  #trabalre{
    border: 2px blue solid;
    width: 100%;

  }
}
@media only screen and (max-width: 600px) {
  #trabalre img{
    max-width: 100%;
    margin-top: 5px;
    argin-right: 0px;
  }
}
@media only screen and (max-width: 600px) {
  #trabalre a{
    margin: 4px;
    width: 100%;

  }
}
@media only screen and (max-width: 600px) {
  #trabalre1 figure{
  	max-width: 100%;
    margin-top: 20px;
    order: 3px red solid;
  }
  #trabalre1 figure p{
	font-size: 14pt;
	order: 3px red solid;
    max-width: 100%;
}
}
@media only screen and (max-width: 600px) {
  #trabalre1 figure a{
    max-width: 100%;
    margin-top: 5px;
     margin: 4px;
    order: 2px solid green;
  }
  #trabalre1 figure img{
  	max-width: 100%;
  	padding: 0px;
  }
}

/*formulario de contato*/

