<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&amp;display=swap');

body{
	font-family: 'Raleway', sans-serif;
	font-size: 1.15em;
	line-height: 1.5em!important;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.row-grey {
    margin-right: 0;
    margin-left: 0;
	background-color: #E6E7E8;
}

.menu{
	text-decoration: none;
	text-transform: uppercase;
	color: #9D1D96;
	font-weight: bolder;
}

.menu:hover{
	text-decoration: none;
	text-transform: uppercase;
	color: #760A7E;
	font-weight: bolder;
}

.top-space{
	padding-top: 30px;
}

.header-parallax{
	background-image: url(../img/venere_cloud.svg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.overlay {
	background-color: rgba(157,29,150,0.73);
	background-size: cover;
	padding: 150px 0;
	color: #fff;
}

.overlay-full{
	background-color: #9D1D96;
	background-size: cover;
	padding: 150px 0;
	color: #fff;
}

.menu, .btn{
	margin-right: 0px!important;
}

.btn{
	border-radius: 0;
	font-weight: bold;
	margin-right: 20px;
}

.btn-light{
	color:#666666;
}

.title{
		color: #9D1D96;
	font-weight: bolder;
	padding-top: 10px;
}

.ico1:hover{
	content: url(../img/ico1h.JPG);
	transition: all 500ms ease-out 0s;
}

.ico2:hover{
	content: url(../img/ico2h.JPG);
	transition: all 500ms ease-out 0s;
}

.ico3:hover{
	content: url(../img/ico3h.JPG);
	transition: all 500ms ease-out 0s;
}

.grey {
	background-color: #f6f6f6;
	background-size: cover;
	padding: 30px;
}

.nolist{
	list-style: unset;
}

ul {
  list-style: url(../img/v.png);
}
li{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.btn-venere{
	background-color: #9D1D96;
	color: #fff;
}
.btn-venere:hover{
	background-color: #760A7E;
	color: #fff;
}

.btn-venere-out{
	border: 1px solid #9D1D96;
	color: #9D1D96;
}

.btn-venere-out:hover{
	background-color: #9D1D96;
	color: #fff;
}


.container{
    max-width: 1100px;
}

.parallax{
	background-image: url(../img/parallax-softwarevenere-prova-gratis.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-item{
	min-height: 400px;
	padding: 100px;
	background-color: #9D1D96;
	color: #fff;
}

.accordion-button:not(.collapsed) {
    color: #9D1D96!important;
    background-color: none!important;
	font-weight: bold;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

@media only screen and (max-width: 600px) {
	
	.menu{
	border: #9D1D96 3px solid;
	padding: 5px;
	min-width: 200px!important;
}

.menu:hover{
	border: #760A7E 3px solid;
}
	
  .carousel-item{
	min-height: 700px;
	padding: 100px 60px;
	background-color: #9D1D96;
	color: #fff;
}
	.pad-mob{
		padding: 10px;
	}
	.grey {
	background-color: #f6f6f6;
	background-size: cover;
	padding: 30px 0;
}
}</pre></body></html>