/**
 * Reset CSS - Oslou Tecnologia Theme
 */

/* Box sizing */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Reset de margens e paddings */
* {
	margin: 0;
	padding: 0;
}

/* HTML e Body */
html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}

/* Links */
a {
	color: #0073aa;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #005177;
	text-decoration: underline;
}

/* Imagens */
img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Listas */
ul,
ol {
	list-style: none;
}

/* Formulários */
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

/* Tabelas */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Acessibilidade */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

