* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

@font-face {
    font-family: "gothambold";
    src: url("../fontes/gothambold-webfont.woff2") format("woff2"),
        url("../fontes/gothambold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gothambook";
    src: url("../fontes/gothambook-webfont.woff2") format("woff2"),
        url("../fontes/gothambook-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vodafone_ltregular';
    src: url('../fontes/vodafonelt-webfont.woff2') format('woff2'),
         url('../fontes/vodafonelt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vodafone_rgregular';
    src: url('../fontes/vodafonerg-webfont.woff2') format('woff2'),
         url('../fontes/vodafonerg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vodafone_rgbold';
    src: url('../fontes/vodafonerg_bd-webfont.woff2') format('woff2'),
         url('../fontes/vodafonerg_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}