body {
	margin: 0;
}

* {
	max-width: 100%;
}

img {
	width: 100%;
}

.hide{display:none}

.menu-pintop {
    width: 100%;
    position: fixed;
	z-index: 1;
    top: 0;
}

.full {
    position: fixed;
    top: calc(100vw*48/1920);
    z-index: -1;
}

.content {
    width: calc(100vw*962/1920);
    margin: 0 auto;
    padding-top: calc(100vw*190/1920);
}

.button {
	position: relative;
	top: calc(100vw*110/1920);
	display: flex;
    column-gap: calc(100vw*60/1920);
    justify-content: center;
}

.n1 img {
	width: calc(100vw*44/1920);
	aspect-ratio: 1;
}

.content-video {
	position: relative;
    width: calc(100vw*1020/1920);
    margin: 0 auto;
    padding-top: calc(100vw*120/1920);
}