.mbr-section-text.header-title-dev {
	font-weight: bold;
	font-size: 30px;
	margin-top: 8px;
}

.tecnology-row {
	margin-top: 20px;
}

.html5-icon-container {
	line-height: 40px;
}

.delimiter-container {
	height: 120px;
	background: rgb(73, 73, 73);
	background: linear-gradient(
		132deg,
		rgba(73, 73, 73, 1) 0%,
		rgba(35, 35, 35, 1) 55%,
		rgba(35, 35, 35, 1) 100%
	);
}

.work-title-container {
	text-align: center;
	margin-top: 5rem;
}
.cid-rzMraftkbp .work-title-container h3 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.work-title-container p {
	text-align: center;
	margin-bottom: 8px;
}
.works-container {
	margin: 40px auto 90px;
	padding: 0 20px;
	display: grid;
	grid-template-columns: repeat(3, minmax(300px, 1fr));
	column-gap: 50px;
	row-gap: 80px;
	text-align: center;
	font-size: 1.3em;
	max-width: 1400px;
}
.img-container {
	position: relative;
	display: block;
}
.works-container > div:hover .img-infos {
	visibility: visible;
	opacity: 1;
}
.img-infos {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #666c;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	color: white;
	visibility: hidden;
	opacity: 0;
	padding: 20px 10px;
}
.img-infos p {
	margin: 0;
	text-shadow: 1px 1px 1px #646363;
	color: white;
}
.img-container img {
	width: 100%;
}
.works-container > div:hover .img-caption a {
	background: #0a2c32;
}
.img-caption a {
	display: block;
	padding: 7px;
}

.about-me-desc {
	margin: 20px 0;
}
.about-me-icons {
	display: block !important;
}
.about-me-icons .icon-transition > span {
	font-size: 16px !important;
	padding: 0.1rem 0.9rem;
}
.about-me-cv {
	font-weight: bold;
}

@media screen and (max-width: 1280px) {
	.works-container {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 800px) {
	.works-container {
		grid-template-columns: 1fr;
	}
}
