html {
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
}

strong {
	font-weight: bold;
}

ul, ol, ul li, ol li {
	margin-bottom: 15px;
}

nav, footer.page-footer, .texto {
	background-color: #403212;
}

.brand-logo {
	margin:  5px 0;
}

.caixa {
}

.caixa img {
}

#seca {
	background-image: url('img/background-01.webp');
	background-size: cover;
	background-position-y: 0%;
}

.simulador {
	padding: 10px;
}

label {
	color: #000;
}


#secc {
	background-color: #dbb826;
}

.form-01 {
	margin-top: 50px;
	padding: 10px;
}

table:hover {
	background-color: #4fc3f7;
}

table.highlight>tbody>tr:hover {
	font-weight: bold;
	font-size:  1.3rem;
}

td.tachado {
	text-decoration: line-through;
}

.page-footer .footer-copyright {
	background-color: #403212;
}