﻿.prestiti-personali-banner {
	flex-direction: column-reverse;
}

.prestiti-personali-banner .textBox {
	width: 100%;	
}

.prestiti-personali-banner .backgroundBox {
	width: 100%;
	height: 160px;
}

.tab-container {
	flex-direction: column;
}

.BoxVantaggi {
	flex-direction: column;
}

.BoxOpzioni {
	flex-direction: column;
	gap: 32px;
}

.BoxOpzioni > .flex {
	gap: 23px;
}

.opzioni_prestito_img .flex {
	gap: 8px;
}

.textSize24-500 {
	font-size: 20px;
}
.tab-pane .documenti-necessari-bg h2{
	color: var(--bcc-nero-digital) !important;
}
.BoxOpzioni h3.textSize24-500{
	 color: var(--bcc-nero-digital);
	 margin:0;
}
.BoxOpzioni .height-200 {
	height: auto;
}

.BoxOpzioni .flex .opzioni_prestito_img {
	flex: 3;
}

.BoxOpzioni .flex .column-custom {
	flex: 7;
	gap: 8px;
}

.greyBox > div:first-child {
	flex-direction: column;
}

.search-button {
	left: 75%;
	bottom: 0;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.opzioni_prestito_img {
	padding: 0;
}

.opzioni_prestito_img img {
	max-height: 100%;
    max-width: 100%;
}

.documenti-necessari-bg {
	margin-left: 0;
	min-width: 0;
	width: 100%;
	padding: 16px 12px;
}

.geolocal-background .container {
	padding: 40px 12px 105px 12px;
}

.geolocal-background .form-cont-elm {
	margin-top: 48px;
	margin-bottom: 0;
}

.geolocal-background .form-cont-elm .search-button {
	margin-top: 48px;
}

.geolocal-background .text-white {
	color: white !important;
}

@media (min-width: 768px) {
	.prestiti-personali-banner {
		flex-direction: row;
	}
	
	.prestiti-personali-banner .textBox {
		width: 23%;	
	}
	
	.prestiti-personali-banner .backgroundBox {
		width: 77%;
		height: auto;
	}

	.prestiti-personali-banner .backgroundBox.Affinity {
		/* width: 60%; */
	}

	.prestiti-personali-banner .textBox.Affinity {
		width: 77%;
	}
	
	.tab-container {
		flex-direction: row;
	}

	.BoxVantaggi p {margin-bottom:0px;}
	
	.BoxVantaggi {
		flex-direction: row;
	}
	
	.documenti-necessari-bg {
		width: 40%;
		margin-left: 24px;
		min-width: 303px;
		display: flex;
	}
	
	.BoxOpzioni {
		flex-direction: row;
	}
	
	.greyBox > div:first-child {
		flex-direction: row;
		width: 84%;
	}
	
	.geolocal-background .form-cont-elm .search-button {
		margin-top: 0;
		top: -42px;
		left: revert-layer;
	}
	
	.faq-icon {
		height: 90px;
	}
}
@media (max-width: 767px) {
	.textSize24-500{
		font-size: 18px;
		line-height: 23px;
	}
	.textSize24-500.textSize15-500, .textSize15-500 {
		font-size: 15px;
		line-height: 20px;
	}
	
 	.textSize32-700{
		font-size: 26px;
		line-height: 33px;
	}
	.documenti-necessari-bg .textSize24-500 {
		font-weight: 600;
	}
}