/*
Theme Name: Investidores Dufrio
Theme URI: https://www.dufrio.com.br/
Author: Dufrio
Author URI: https://dufrio.com.br/
Description: Tema para página de relação com investidores
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 7.3
Version: 1.0
Text Domain: dufrio
*/

body {
	
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

header {

	padding: 15px 0;
	background-color: #f8f8f8;
}

h1 {
	
	color: #2e363a;
	font-size: 24px;
	font-weight: 600;
}

.container {

	margin: 0 auto;
	width: 100%;
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
}

.the-content-box {

	color: #333;
	line-height: 1.5;
}

.the-content-box h2 {

	color: #002F87;
	position: relative;
	padding-bottom: 12px;
}

.the-content-box h2:after {

	content: '';
	width: 80px;
	height: 1px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #dfdfdf;
}


.the-content-box a {

	color: #333;
	opacity: 0.7;
	transition: opacity 0.25s ease-in-out;
}

.the-content-box a:active {
	
	opacity: 1;
}

@media(min-width: 940px) {

	.the-content-box a:hover {
	
		opacity: 1;
	}
}