/*
Theme Name: Proex Digital - Backlog
Version: 1.0
Author: Proex Digital
Author URI: https://proexdigital.com.br/
Text Domain: html5
*/


/* ------------- Default ---------------------------------------------------- */

body {
	font-size: 15px;
	line-height: 20px;
	color: #626262;
	font-family: Arial, sans-serif;
	max-width: 1920px;
	margin: auto;
    box-sizing: border-box;
}

body * {
	font-family: Arial, sans-serif;
	box-sizing: border-box;
    text-underline-offset: 4px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, button {
	outline: 0;
}

.container, article.page > *:not(.alignfull), .wp-block-cover__inner-container {
	max-width: 1230px;
	margin-left: auto;
    margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

.wp-block-cover {
    padding-left: 0;
    padding-right: 0;
}

article.page > .wp-block-cover, article.page > .wp-block-columns, article.page > .wp-block-group {
	margin-top: 100px;
	margin-bottom: 100px;
}

article.page > .wp-block-cover:first-child, article.page > .wp-block-columns:first-child, article.page > .wp-block-group:first-child {
	margin-top: 0;
}
