/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2022 | 13:51:49 */
/* Cor castanha */


#cor_castanha{
	color: #B7A42A;
}

#btn_cor_castanha{
	color: #B7A42A;
	font-weight: 300;
	position: relative;
}

#btn_cor_castanha:hover{
	color: #B7A42A;
	font-weight: 400;
}

#btn_cor_castanha::after{
		content: '';
		bottom: 70px;
		position: absolute;
		width: 50px;
		height: 1px;
		left: 100px;
    	bottom: 10px;
		background-color: #B7A42A;
		color: #B7A42A;
		transition-duration: .5s;
	}



/* Cor vermelha */

#cor_vermelha{
	color: #DD2E1C;
}

#btn_cor_vermelha{
	color: #DD2E1C;
	font-weight: 300;
	position: relative;
}

#btn_cor_vermelha:hover{
	color: #DD2E1C;
	font-weight: 400;
}

#btn_cor_vermelha::after{
		content: '';
		bottom: 103px;
		position: absolute;
		width: 50px;
		height: 1px;
		left: 100px;
    	bottom: 10px;
		background-color: #DD2E1C;
		color: #DD2E1C;
		transition-duration: .5s;
	}




/* Cor verde */

#cor_verde{
	color: #A7C403;
}

#btn_cor_verde{
	color: #A7C403;
	font-weight: 300;
	position: relative;
}

#btn_cor_verde:hover{
	color: #A7C403;
	font-weight: 400;
}

#btn_cor_verde::after{
		content: '';
		bottom: 103px;
		position: absolute;
		width: 50px;
		height: 1px;
		left: 100px;
    	bottom: 10px;
		background-color: #A7C403;
		color: #A7C403;
		transition-duration: .5s;
	}


/* Cor verde escuro */

#cor_verde-escuro{
	color: #92931B;
}

#btn_cor_verde-escuro{
	color: #92931B;
	font-weight: 300;
	position: relative;
}

#btn_cor_verde-escuro:hover{
	color: #92931B;
	font-weight: 400;
}

#btn_cor_verde-escuro::after{
		content: '';
		bottom: 103px;
		position: absolute;
		width: 50px;
		height: 1px;
		left: 100px;
    	bottom: 10px;
		background-color: #92931B;
		color: #92931B;
		transition-duration: .5s;
	}


/* Cor azul */

#cor_azul{
	color: #098BD2;
}

#btn_cor_azul{
	color: #098BD2;
	font-weight: 300;
	position: relative;
}

#btn_cor_azul:hover{
	color: #098BD2;
	font-weight: 400;
}

#btn_cor_azul::after{
		content: '';
		bottom: 48px;
		position: absolute;
		width: 50px;
		height: 1px;
		left: 100px;
    	bottom: 10px;
		background-color: #098BD2;
		color: #098BD2;
		transition-duration: .5s;
	}


#cor_azul02{
	color: #098BD2;
}

#btn_cor_azul02{
	color: #098BD2;
	font-weight: 300;
	position: relative;
}

#btn_cor_azul02:hover{
	color: #098BD2;
	font-weight: 400;
}

#btn_cor_azul02::after{
		content: '';
		bottom: 68px;
		position: absolute;
		width: 50px;
		height: 1px;
		left: 100px;
    	bottom: 10px;
		background-color: #098BD2;
		color: #098BD2;
		transition-duration: .5s;
	}


/* Hovers */

#btn_cor_verde-escuro:hover::after{
	width: 80px;
	transition-duration: .5s;
}

#btn_cor_verde:hover::after{
	width: 80px;
	transition-duration: .5s;
}

#btn_cor_vermelha:hover::after{
	width: 80px;
	transition-duration: .5s;
}

#btn_cor_castanha:hover::after{
	width: 80px;
	transition-duration: .5s;
}

#btn_cor_azul:hover::after{
	width: 80px;
	transition-duration: .5s;
}

#btn_cor_azul02:hover::after{
	width: 80px;
	transition-duration: .5s;
}



/* Icons */


#cor_castanha::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("https://a3i.sanzza.eu/wp-content/uploads/2022/04/advancede-academy-consulting-engineering-formacao-3.svg");
	color: black;
	background-size: contain;
	background-position: center;
	margin-left: 5px;
	margin-top: -5px;
}

#cor_verde-escuro::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("https://a3i.sanzza.eu/wp-content/uploads/2022/04/icon-5.svg");
	color: black;
	background-size: contain;
	background-position: center;
	margin-left: 5px;
	margin-top: -5px;
}

#cor_azul02::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("https://a3i.sanzza.eu/wp-content/uploads/2022/04/advancede-academy-consulting-engineering-formacao-1.svg");
	color: black;
	background-size: contain;
	background-position: center;
	margin-left: 5px;
	margin-top: -5px;
}

#cor_azul::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("https://a3i.sanzza.eu/wp-content/uploads/2022/04/advancede-academy-consulting-engineering-formacao-1.svg");
	color: black;
	background-size: contain;
	background-position: center;
	margin-left: 5px;
	margin-top: -5px;
}

#cor_vermelha::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("https://a3i.sanzza.eu/wp-content/uploads/2022/04/advancede-academy-consulting-engineering-formacao-2.svg");
	color: black;
	background-size: contain;
	background-position: center;
	margin-left: 5px;
	margin-top: -5px;
}

#cor_verde::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("https://a3i.sanzza.eu/wp-content/uploads/2022/04/icon.svg");
	color: black;
	background-size: contain;
	background-position: center;
	margin-left: 5px;
	margin-top: -5px;
}











