﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
/*font-family: 'Rubik', sans-serif;*/

html {
  scroll-behavior: smooth; /*rodalgem suave*/
}

body{ 
margin:0; 
padding:0;
border:0; 
overflow-x:hidden; 
box-sizing: border-box; /* Ajusta tamanhos corretamente */
background: #000;
}
img {
max-width: 100%;
height: auto;
display: block;
}
*{
margin:0; 
padding:0;
}
	
/* RESET */
html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-size: 100%;
font: inherit;
box-sizing: border-box; /* Define a caixa de modelo como border-box para evitar problemas de dimensionamento */
}
/* Remover a formatação padrão para listas */
ol, ul {
list-style: none;
}
/* Remover margens e preenchimentos padrão em elementos incorporados */
embed, object, iframe {
margin: 0;
padding: 0;
}