*{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", sans-serif, arial;
}
html {
	scroll-behavior: smooth;
}

.body-content{
	background-color:#f0f0f0;
	padding-bottom: 50px;
}
h1{
	font-size: 3em;
	font-weight: bold;
	color:#59592C;
	text-align:center;
	padding: 30px 0 15px;
	box-shadow: 0px 0px 5px 5px #CCC;
	background-color:#fff;
	text-shadow: 2px 0px 5px #AAA;
}
.item-container{

}
h2{
	font-size: 2.25em;
	font-weight: bold;
	color:#B05800;
	padding: 30px 0px 0 30px;
	margin: 50px 0 30px;
	text-shadow: 2px 0px 5px #AAA;
}
h3{
	font-size: 2.0em;
	font-weight: bold;
	color:#CCC;
	padding: 10px 0px 0 30px;
	margin: 20px 50px;
}

.autor{
	display: inline-flex;
	margin-right: 30px;
	margin-bottom: 30px;
  text-align: justify;
}
.autor a{
	color:#B05800;
}

.foto{
	margin: 0 50px 50px;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 10px #CCC;
  padding: 2px;
}

ul{
	margin:auto;
	padding: 0;	
}
ul li{
	margin:auto;
	padding:0 30px 0 0;
	list-style:none;
	width: 30%;
	display: inline-block;
}
li .item{
	width:100%;
	padding-bottom:30px;
	display:grid;
}
li .item-img, li .item-web{
	width: 100%;
	height: auto;
	min-height: 150px;
	border:2px solid #999;
	border-radius:10px;
	background-color: #fff;
	margin:20px;
	display: inline-block;
	box-shadow: 0px 1px 5px 6px #CCC;
}
li .item-img img, li .item-web img{
	text-align: center;
	margin:0;
	width: 80%;
	display: inherit;
	padding:2px 10%;
}

li .item-description{
	width: 100%;
	height: auto;
	padding:0 20px;
	float: right;
}
li .item-description h3{
	color: #CE7B00;
	font-size: 1.75em;
	font-weitgh: bold;
	text-align: center;
}
li .item-description p{
	color: #502800;
	font-size: 1em;
	text-align: center;
}


li .item-graf{
	width: 100%;
  height: auto;
  border: 2px solid #999;
  border-radius: 10px;
  background-color: #fff;
  margin: 20px;
  display: inline-block;
  box-shadow: 0px 1px 5px 6px #CCC;
}
li .item-graf img{
	text-align: center;
  margin: 4% auto;
  display: inherit;
  padding: 10px 6%;
}
.leg-graf{
	margin: 0 auto;
	padding: 0 auto;
}

.single .item{
	width:100%;
	padding-bottom:30px;
	display:inline-block;
}
.single .item-img{
	width: 25%;
	height: auto;
	min-height: 150px;
	border:2px solid #999;
	border-radius:10px;
	background-color: #fff;
	margin: 20px 2% 10px 5%;
	display: inline-block;
	box-shadow: 0px 1px 5px 6px #CCC;
}
.single .item-img img{
	text-align: center;
	margin:0;
	width: 80%;
	display: inherit;
	padding:2px 10%;
}

.single .item-description{
	height: auto;
	padding:0 30px;
	float: right;
}
.single .item-description h3{
	color: #CE7B00;
	font-size: 1.75em;
	font-weitgh: bold;
	text-align: left;
	padding: 20px 0 0;
}
.single .item-description p{
	color: #502800;
	font-size: 1em;
	text-align: left;
	column-count: 3;
	margin: auto auto 50px auto;
	width: 85%;
  column-gap: 10%;
}

hr{
	margin:30px;
	border:2px dashed #CCC;
}

.footer{
	width:100%;
	height: 300px;
	background-color: #A0A0A0;
	display: inline-block;
	box-shadow: 0px 0px 5px 5px #CCC;
}

.footer .box-msg{
	width: 33%;
  height: 250px;
  float: left;
  margin:2% 5%;
}

.footer h4{
	color:#FFF;
	font-size: 1em;
	padding: 5px 10px;
}

input, textarea, select { outline: 0; }

.footer input[type=text], .footer input[type=email]{
	width: 90%;
	height: 20px;
	border:none;
	border-radius: 6px;
	box-shadow: 0 0 5px 5px #888;
	margin: 5px;
	padding: 4px;
}
.footer textarea{
	width: 90%;
	height: 76px;
	border:none;
	border-radius: 6px;
	box-shadow: 0 0 5px 5px #888;
	margin: 5px;
	padding: 4px;
}

.footer .btn-enviar{
	padding:10px;
  float: right;
  margin: 10px 5%;
  box-shadow: 0 0 5px 5px #888;
  border:1px solid #666;
  border-radius: 6px;
  cursor: pointer;
}

.footer .msg-retorno{
	display: none;
	color: yellow;
	margin: 25% 10%;
}

.footer-img{
	width: 103px;
	height: 103px;
	margin:80px 0;
	border-radius:135px;
	box-shadow: 0px 0px 10px 10px #888;
	padding:15px;
	display: inline-block;
}

.footer-img img{
  margin-top: 3px;
  box-shadow: 0 0 10px 10px #BBB;
  border-radius:100px;
  width: 100px;
  height: auto;
}

.rigth{
	float:right !important;
}

.box-msg.rigth img{
	width: 100%;
  display: block;
  border-radius:10px;
  box-shadow: 0 0 5px 5px #888;
  margin-top: 15px;
}

.chevron-arrow-up {
  display: inline-block;
  border-right: 4px solid #CCC;
  border-bottom: 4px solid #CCC;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg);
  margin: 8px;
}

#modal{
	position: absolute;
  top: 150px;
  left: 10%;
  width: 80%;
  height: auto;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 10px #CCC;
  padding: 20px;
  border: 3px solid #BBB;
}
.fechar-modal{
	float: right;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  background-color: #900;
  padding: 6px 10px;
  border-radius: 20px;
  width: 20px;
  text-align: center;
  font-size: 1.5em;
}
.fechar-modal:hover{
 	background-color: #F00;
}

#modal h3{
	color:#996633;
}

#modal ul li{
	width: 100%;
}

.timeline{
	width: 5%;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.bullet{
	width: 20px;
  background-color: #999900;
  height: 20px;
  border-radius: 10px;
}
.linha{
	width: 6px;
  background-color: #999900;
  margin: 0 7px;
  min-height: 50px;
}
.cv-content{
	display: inline-block;
	width: 90%; 
	height: auto;
}
.cv-content ul li{
	list-style: bullet;
}

@media only screen and (max-width: 1024px){
	.header{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 600px;
		background-image:url("./img/bg-header.png");
	}
	.header-content{
		position:relative;
		width: 309px;
		height:540px;
		background-image:url("./img/gdxcanvas-banner-mobile.png");
		background-repeat:none;
		border-radius:25px;
		box-shadow: 0px 1px 5px 6px #CCC;
	}
	.link-solutions{
		position:absolute;
		top:338px;
		left:93px;
		height:20px;
		width:125px;
		display: block;
	}
	.link-branding{
		position:absolute;
		top:368px;
		left:71px;
		height:20px;
		width:125px;
		display: block;
	}
	.link-social{
		position:absolute;
		top:397px;
		left:71px;
		height:20px;
		width:125px;
		display: block;
	}
	.link-ecommerce{
		position:absolute;
		top:427px;
		left:71px;
		height:20px;
		width:125px;
		display: block;
	}
	.link-graphic{
		position:absolute;
		top:458px;
		left:71px;
		height:20px;
		width:125px;
		display: block;
	}
	.link-email{
		position:absolute;
		top:69px;
		left:58px;
		height:20px;
		width:188px;
		display: block;
	}
	.link-insta{
		position:absolute;
		top:91px;
		left:97px;
		height:20px;
		width:108px;
		display: block;
	}
	.link-x{
		position:absolute;
		top:120px;
		left:92px;
		height:20px;
		width:115px;
		display: block;
	}
	ul li{
		padding: 0 15px 0 0;
		width:45%;
	}
	.graf ul li{
		width:90%;
	}
	li .item-img img, li .item-web img{
		text-align: center;
		margin:0 auto;
		width: auto;
		display: inherit;
		padding:2px 3%;
		max-height: 135px;
	}
	.item {
  		width: 115%;
  	}
  li .item-img, li .item-web {
		width: 90%;
		margin:10px;
	}
	.item-description{
		padding:0!important;
	}
	.item-description h3{
		font-size:1.1em;
		margin: 0;
		padding: 0;
		text-align: center!important;
	}
	.item-description p{
		font-size:12px;
		padding:5px 15px;
	}
	.single .item-img {
		min-height: 80px;
    height: auto;
    margin: 0 12px;
	}
	.footer .btn-enviar{
		margin: 10px auto;
  	float: none;
  	margin-left: 30%;
	}
	.footer-img{
		margin-top: 25px;
  	margin-left: 10%;
  	margin-bottom: 0;
	}
	.box-msg.rigth{
		width: 45%;
		height: 125px;
	}
	.box-msg.rigth img{
		margin: 0 auto;
	}
	.footer h4{
		text-align: center;
		font-size: 14px;
	}
}

@media only screen and (min-width: 1024px){
	.header{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 500px;
		background-image:url("./img/bg-header.png");
	}
	.header-content{
		position:relative;
		width: 687px;
		height:310px;
		background-image:url("./img/gdxcanvas-banner-home.png");
		border-radius:25px;
		box-shadow: 0px 1px 5px 6px #CCC;
	}
	.link-topo{
		width:30px;
		height:30px;
		border: 2px solid #CCC;
		display: inline-block;
    margin-left: 50px;
    border-radius: 10px;
	}
	.link-topo:hover{
		border: 2px solid #DDD;
		background-color: #fff;
	}
	.link-menu:hover{
		border: 3px solid #C7B9A7;
    border-radius: 8px;
    padding: 1px 10px;
    box-shadow: 0px 0px 3px 3px #D7CFBF;
    transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
	}
	.link-solutions{
		position:absolute;
		top:75px;
		left:67px;
		height:20px;
		width:125px;
		display: block;
	}
	.link-branding{
		position:absolute;
		top:109px;
		left:67px;
		height:20px;
		width:125px;
		display: block;
	}
	.link-social{
		position:absolute;
		top:143px;
		left:67px;
		height:20px;
		width:125px;
		display: block;
	}
	.link-ecommerce{
		position:absolute;
		top:177px;
		left:67px;
		height:20px;
		width:125px;
		display: block;
	}
	.link-graphic{
		position:absolute;
		top:210px;
		left:67px;
		height:20px;
		width:125px;
		display: block;
	}
	.link-email{
		position:absolute;
		top:137px;
		left:457px;
		height:20px;
		width:192px;
		display: block;
	}
	.link-insta{
		position:absolute;
		top:174px;
		left:496px;
		height:20px;
		width:115px;
		display: block;
	}
	.link-x{
		position:absolute;
		top:212px;
		left:492px;
		height:20px;
		width:115px;
		display: block;
	}
}