@charset "UTF-8";
.logo {
  max-width: none;
}

.titolo-slider {
	font-size: 5em; color: #ffffff;
}

/* Feature Box */
.feature-box {
	display: flex;
}

.feature-box .feature-box-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 0 auto;
	background: rgba(0, 0, 0, 0.06);
	border-radius: 100%;
	color: #FFF;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	top: 7px;
	text-align: center;
	padding: 0.8em;
	height: 1px;
	width: 2.7em;
	height: 2.7em;
}

.feature-box .feature-box-info {
	flex: 1 1 100%;
	padding-left: 15px;
}

.feature-box.align-items-center .feature-box-icon {
	top: 0;
}

.custom-icon-style-1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 95px;
	height: 95px; }


.custom-icon-style-1:after{
	border-color: #B305D9;}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
	background: #1c5fa8;}

.custom-icon-style-1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #76a1ff;
    border-radius: 7px;
    transform: rotate(45deg);
    z-index: 0;
	transition: ease background 300ms; }

.bg-tertiary {background: #d5dbdf; }


.footer { margin-top: -51px;}

.rowintro {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.slidertesto1 {
	color: #FFFFFF;
	font-size: 3em;
	filter: drop-shadow(2px 4px 6px black);
	margin-bottom: -25px;
}

.slidertesto2 {
	color: #FFFFFF; 
	font-size: 2em;
	font-weight: 500;
	filter: drop-shadow(2px 4px 6px black);
}

.banner-layer-middle {
    top: 80%;
}


/*COLORI*/

a:focus, a:hover {
	color: #2C3039;}

.main-nav>.menu>li.active>a, .main-nav>.menu>li:hover>a {
	color: #3821f3; 
}

.btn-outline-primary {
    color: #1c5ae7;
    border: 2px solid #1c5ae7;
}

.btn-outline-primary:hover {
    background-color: #1c5ae7;
    border-color: #1c5ae7;}


.sicon-title {color: #3c6fe3;}

.btn-primary {
	border-color: #1c5ae7;
	background-color: #1c5ae7;
}

.primary {
	color: #1c5ae7;
	background-color: #1c5ae7;
}
	
.feature-box i {
	color: #98a6c5;
}


.feature-box {
    display: flex;
    margin-left: 40px;
    padding: 21px;
}

.a hover {
	
	color: #6a6d81 
}

a {
    transition: all 0.3s;
    color: #7d919b;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.main-nav>.menu>li.float-right a {
	font-weight: 700;
    color: #1c5ae7;
}

.header-bottom {
	
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;

}

.header-middle {
    padding-top: 2.4rem;
    padding-bottom: 2em;
}

.title-underline:after {
	border: 2px solid #0056f2;
}

.social-bottom {font-size: 1.2em;}

.footer {
    font-size: 1.5rem; 
}