

#about-section {
	position: relative;
	margin-top: 64px;
	padding: 64px 0;
	background-color: white;
}
#about-section > .title-container {
	max-width: 800px;
	width: calc(100% - 16px);
	margin: 0 auto;
}

#about-section > .flex {
	display: flex;
	max-width: 800px;
	width: calc(100% - 16px);
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
#about-section > .flex > .container {
	width: 50%;
	min-width: 240px;
}

#about-section .about-container {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
}
#about-section .gradient {
	z-index: 1;
}

h1 {
	font-size: 30px;
	font-weight: 700;
	color: #0061aa;
}
#about-section .about-container > h2 {
	font-size: 28px;
	font-weight: 700;
	color: #0cbee1;
	margin-bottom: 0;
}
#about-section .about-container > p {
	margin-top: 0;
	font-size: 15px;
	font-weight: 700;
	color: #636466;
	font-family: "Helvetica Neue";
}
#about-section .about-container > img {
	padding: 32px 0;
	display: block;
	margin: 0 auto;
}
#values-section {
	width: 100%;
	background-color: #0e305e;
	background: url("../imgs/texturas/water-tex.jpg");
	text-align: center;
	padding: 32px 0;
}
#values-section > .values {
	padding-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: white;
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: -16px;
	text-align: left;
}
#values-section > .values > ul {
	width: 160px;
    list-style-image: url("../imgs/iconos/fish-icon.png");
}
#values-section > .values > ul > li {
	padding: 4px 0;
}

.values-title {
	position: relative;
	z-index: 1;
	width: 60%;
	max-width: 240px;
	margin: 0 auto;
	text-align: center;
	background-color: #A28B36;
	color: white;
	padding: 8px 16px;
}