.header {
    display: flex;
	gap: 50px;
	align-items: center;
	padding: 10px 20px 5px;
}

.header-logo-colle img {
	width: 260px;
    margin-bottom: 10px;
}

/* .header-title {
	font-size: 34px;	
	font-weight: bold;
	color: var(--color-theme-4);
}

.gepro-header-title {
	background: linear-gradient(
        90deg,
        rgb(55, 11, 143) 0%,
        rgb(118, 5, 163) 10%,
        rgb(186, 12, 248) 20%,
        rgb(255, 0, 0) 30%,
        rgb(255, 230, 0) 40%,
        rgb(119, 252, 92) 50%,
        rgb(64, 187, 40) 60%,
        rgb(5, 163, 97) 70%,
        rgb(47, 201, 226) 80%,
        rgb(21, 101, 192) 90%
    );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gepro-header-logo-online {
	aspect-ratio: 91 / 11;
	height: 44px;
} */

/* cellulare in verticale */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .header {
        /* flex-direction: column;
        align-items: start;
        gap: 0; */
		margin: 10px 0;
        /* width: 100vw; */
	}
}

/* cellulari */
@media screen and (max-device-height: 750px) and (orientation: portrait),
screen and (min-device-height: 750px) and (max-device-width: 480px) and (orientation: portrait) {
}

/* cellulare piccolo (samsung galaxy j3) in verticale */
@media screen and (max-device-height: 750px) and (orientation: portrait) {
}

/* cellulare grande in verticale */
@media screen and (min-device-height: 750px) and (max-device-width: 480px) and (orientation: portrait) {
}  

/* cellulare grande in orizzontale */
@media screen and (min-device-width: 750px) and (max-device-height: 480px) and (orientation: landscape) {
}
