/*
Theme Name: ChemFinity Technologies
Theme URI: "http://chemfinitytech.com/"
Description: ChemFinity Technologies is developing new porous membrane materials to reduce the energy needed to purify salt water and recover valuable metals.
Author: Studiorios.cl
Author URI: https://studiorios.cl/
Version: 1.0
License: GNU General Public License
License URI: Tema preparado para ChemFinity
License: GNU General Public License
License URI: license.txt
*/

/*
Theme Name: ChemFinity Technologies
Theme URI: "http://chemfinitytech.com/"
Description: ChemFinity Technologies is developing new porous membrane materials to reduce the energy needed to purify salt water and recover valuable metals.
Author: Studiorios.cl
Author URI: https://studiorios.cl/
Version: 1.0
License: GNU General Public License
License URI: Tema preparado para ChemFinity
License: GNU General Public License
License URI: license.txt
*/

:root {
	/* Brand Colors */
	--color-dark-teal: #1D3D44;
	--color-middle-teal: #086574;
	--color-teal: #009C95;
	--color-yellow: #FDC23A;
	--color-light-teal: #E6F5F4;
	--color-white: #FFFFFF;

	/* Brand Fonts */
	--font-sans: "DM Sans", sans-serif;
	--font-mono: "DM Mono", monospace;
}

.placeholder {
	width: 100%;
	height: 400px;
	background: white;
	color: black;
	font-size: 40px;
	font-weight: bold;
	justify-content: center;
	text-align: center;
	display: flex;
	align-items: center;
	border: 5px solid black;
	margin-top: 30px;
}

.tech-template {
	font-family: var(--font-sans);
	font-size: 18px;
	line-height: 1.5;
}

.tech-template section h1,
.tech-template section h2 {
	font-weight: 700;
	font-size: 50px;
	line-height: 1.24;
}
.tech-template section h2 {
	font-size: 36px;
	margin-bottom: 20px;
}
.tech-template > section {
	padding: 60px 0;
}

.tech-template * {
	box-sizing: border-box;
}

.tech-section__inner.flex {
	display: flex;
	justify-content: space-between;
}

.tech-hero__btn,
.tech-section__btn {
	font-family: var(--font-mono);
	text-transform: uppercase;
	line-height: 1;
	padding: 10px 20px;
	border-radius: 20px;	
	font-size: 14px;
	letter-spacing: .2em;
	font-weight: 500;
	border: 1px solid;
}

/** 1st HERO SECTION **/
.tech-template .tech-hero {
	background: var(--color-dark-teal);
	color: var(--color-white);
}

.tech-hero__content {
	max-width: 650px;
}

.tech-hero__tagline {
	padding: 20px 0;
	margin-bottom: 20px;
}

.tech-hero__buttons {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}

.tech-hero__buttons a:first-child {
	background: var(--color-yellow);
	color: var(--color-dark-teal);
	border-color: var(--color-yellow);
}

.tech-hero__buttons a:first-child:hover {
	background: var(--color-light-teal);
}

.tech-hero__buttons a:last-child {
	color: var(--color-yellow);
}

.tech-hero__buttons a:last-child:hover {
	background: var(--color-middle-teal);
}

.tech-hero__buttons a {
	margin: 0;
}

/** 2nd PROBLEM SECTION **/

.tech-template .tech-section--problem {
	background: var(--color-white);
}

.tech-section__content {
	flex-basis: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tech-section--shortage-stats {
	flex-basis: 40%;
	min-height: 300px;
}

.tech-shortage-stats {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: flex-end;
	height: 100%;
}

.tech-shortage-stats > .tech-shortage-stat {
		flex-basis: 50%;
		align-content: center;
		justify-content: center;
		text-align: center;
		padding: 20px;
		display: flex;
		gap: 5px;
		align-items: center;
		box-shadow: 0 6px 6px hsl(0deg 0% 0% / 0.2);
}

.tech-shortage-stats > .tech-shortage-stat:first-child {
	background: var(--color-dark-teal);
	color: var(--color-white);
	
	height: 100%;
}

.tech-shortage-stats > .tech-shortage-stat:last-child {
	background: var(--color-light-teal);
	height: 20%;
}

/** 3RD OUR SOLUTION SECTION **/

.tech-template .tech-section--solution {
	background: var(--color-middle-teal);
	color: var(--color-white);
}

/** 4TH VALUE PROPOSITION SECTION **/

.tech-template .tech-section--metrics {
	background: var(--color-light-teal);
}

.tech-template .tech-section--metrics h2 {
	text-align: center;
}

.tech-template .tech-section--metrics .tech-section__inner {
	max-width: 900px;
	text-align: center;
}

.tech-metrics-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 40px;
	gap: 30px;
}

.tech-metrics-cards .tech-metric-card {
	background: var(--color-yellow);
	border: 1px solid var(--color-white);
	padding: 40px;
	width: 100%;
	height: 100%;
}

.tech-metric-card__value {
	font-size: 40px;
	font-weight: bold;
}

.tech-metric-card__icon img{
	height: 80px;
}

/** 5TH APPLICATIONS SECTION **/
.tech-template .tech-section--applications {
	background: var(--color-dark-teal);
	color: var(--color-white);
}

.tech-template .tech-section--applications .tech-section__body p:nth-child(2) {
	margin-bottom: 0;
	font-weight: bold;
}

.tech-template .tech-section--applications ul {
	margin: 5px 0;
	margin-left: 20px;
}

.tech-template .tech-section--applications ul li {
	list-style-type: disc;
}

.tech-industry-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	font-weight: bold;
	margin: 60px 0 0;
}

.tech-industry-grid h3 {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.tech-industry-card__icon {
	text-align: center;
}

.tech-industry-card__icon img {
	height: 60px;
	margin:0 auto;
}

/** 6TH BACKED BY SECTION **/
.tech-template .tech-section--innovation {
	background: var(--color-white);
}

.tech-template .tech-section--innovation .tech-section-innovation-content{
	flex: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tech-template .tech-section--innovation .tech-section__body {
	margin-bottom: 20px;
}

.tech-template .tech-section--innovation .tech-section__btn {
	background: var(--color-dark-teal);
	color: var(--color-white);
	border-color: var(--color-dark-teal);
}

.tech-template .tech-section--innovation .tech-section__btn:hover {
	background: var(--color-teal);
}

.tech-investor-logos {
	flex: 40%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.tech-investor-logos img{
	max-height: 100px;
}
.tech-investor-logos__item {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*** CTA SECTION **/
.tech-template section.tech-section.tech-section--final-cta {
	background: var(--color-light-teal);
	text-align: center;
}

.tech-template section.tech-section.tech-section--final-cta .tech-hero__buttons {
	justify-content: center;
	margin-top: 40px;
}

.tech-template section.tech-section.tech-section--final-cta .tech-hero__buttons a:last-child {
	color: var(--color-dark-teal);
}

.tech-template section.tech-section.tech-section--final-cta .tech-hero__buttons a:last-child:hover {
	color: var(--color-white);
}

