/*
sia.solutions 2024
Sia solutions di Carraretto Andrea
*/

body {
	background: rgb(255,255,255);
	background-image: url('../img/logo_w.png');
	background-image: url('../img/logo_w.png'), linear-gradient(15deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 90%);
	background-position-x: left;
	background-position-y: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	font-size: 17px;
	color: #333;
	padding-top: 80px;
    overflow-x: hidden;
}
a {
	color: #d0d0d0;
	text-decoration: none;
}
a:hover {
	color: #ccc;
}
hr {
	border-top: 1px solid #999;
}

#loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-color: #000;
	z-index: 99;
}
  
#loading-image {
	max-width: 70%;
	z-index: 100;
}
  @media only screen and (min-width: 768px) {
	#loading-image {
		max-width: 20%;
		z-index: 100;
	}
  } 

.card2550 {
	width: 50%;
}
@media only screen and (min-width: 768px) {
	.card2550 {
		width: 25%;
	}
}
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.bg-dark {
	background-color: #231f20 !important;
}
.bg-footer {
	background-color: #141212 !important;
}

.navbar-dark .navbar-toggler {
	border: none;
}

.nav-link {
	padding-left: 1.15rem !important;
	padding-right: 1.15rem !important;
	text-decoration: none;
    color: #f0f0f0   !important;
}
.nav-link:hover {
	color: #fff   !important;
}
  
.nav-1::after {
	content: "";
	display: block;
	margin: auto;
	height: 3px;
	width: 0;
	top: 5px;
	background: transparent;
	transition: all 0.5s;
}
  
.nav-1:hover::after {
	margin-left: 5%;
	width: 90%;
	background: #dcdcdc;
}

.dropdown-item {
	background: none !important;
	color: #dcdcdc;
	padding-left: 8%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.dropdown-item:hover {
	background: none !important;
	color: #ffffff;
}

.carousel-caption-l {
	bottom: 0%;
	left: 0%;
	width: 80%;
	/*transform: translateY(-50%);*/
}
.carousel-caption-r {
	bottom: 0%;
	right: 0%;
	/*transform: translateY(-50%);*/
}
.carousel-txt {
	background: rgba(0,0,0,0.4);
	/*background: rgba(227,42,50,0.4);*/
	z-index:20000;
}

.shadowx {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 999999999;
	height: 100%;
    width: 100%;
	font-size: 7vw;
	-moz-box-shadow:    inset 0 0 1em 1em #231f20;
	-webkit-box-shadow: inset 0 0 1em 1em #231f20;
	box-shadow:         inset 0 0 1em 1em #231f20;
}

.btn-danger {
	background: #e32a32;
}
.bg-danger {
	background: #e32a32;
}

.redrow {
	position:absolute;
	top:40%;
	border-bottom: 2px solid #e32a32;
	width:100%;
	overflow:hidden;
}

.grecaptcha-badge{
    visibility: hidden !important;
    opacity:0 !important;
}

.bg-trasp {
	background: rgba(60,60,59,0.5);
}

.btn-img {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 999999999;
	width: 80% !important;
}

.btn-light:hover {
	color: #f9fafb !important;
	background-color: #1c1f23 !important;
	border-color: #1a1e21 !important;
}