@charset "utf-8";
/* CSS Document */
.dtp-banner {
    position: relative;
    margin: 0 auto;
    margin-bottom: 2vw;
    clear: both;
}

.dtp-banner-text {
    position: absolute;
    top: 15%;
    left: 27%;
}

.banner-testo1 {
    font-size: 1.16vw;
    margin-bottom: 0.7vw;
    clear: both;
}

.banner-testo2 {
    font-size: 1.1vw;
    line-height: 1.4vw;
    clear: both;
}

@media screen and (max-device-width: 900px) {
	#topbar {
		height: 100px;
	}
	#topbar .d-flex {
		display: block!important;
	}
}