/*
Theme Name: De Bona & Nunes
Theme URI:	https://ape1001.com.br/
Author: Rafael Forcadell
Version: 1.0
*/


/* 
Configurações
--------------------------------------------
*/


* { position: relative; margin: 0; box-sizing: border-box; appearance: none; }
img { display: block; margin: 0; max-width: 100%; height: auto; }


body {
	display: flex;
	flex-direction: column;
	max-width: 100vw; 
	min-height: 100vh; 
	margin: 0; 
	font-family: 'Barlow Semi Condensed', sans-serif; 
	font-weight: 300; 
	font-size: 16px; 
	line-height: 1.3333em;
	color: black; 
	background-color: #E5E5E5;
	-webkit-font-smoothing: antialiased; 
    overflow: overlay;
	overflow-x: hidden; 
}
body::-webkit-scrollbar { width: 15px; }
body::-webkit-scrollbar-track { background: transparent; }
body::-webkit-scrollbar-thumb { background-color: red; }


*:focus { outline: none; }
*::-ms-clear { display: none; }
*::-ms-reveal { display: none; }
*::selection { background-color: rgba(0,0,0,.25); opacity: 1; }


.logotipo { width: clamp(3.5rem, 11vw + 1rem, 5rem); }