

.finex_carousel-caption{
	right: 0;
    bottom: 33%;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    width: max-content;
    margin-left: 173px;
	background: rgba(0,0,0,0.5);
}


.finex_carousel-caption h5{
	font-size: 4rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 100;
    width: max-content;
	padding:25px;
}

.img_center_parallax{
position: absolute;
/* z-index: 999999; */
top: 55%;
width: 42%;
transform: translate(70%, -50%);
}

.collapse ul{
	list-style-type: disc ;
	width: 95%;
	margin: auto;
}
.btn_landing_finex {
	
	background: #006da8;
	font-size: 24px;
    padding: 10px 80px;
    border-radius: 50px;

}
ul.finex_list {
    padding: 0;
    font-size: 1.2rem;
    line-height: 25px;
}
ul.finex_list li{
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 35px;
}
ul.finex_list li span{
	margin-left:25px;
}


@media only screen and (max-width : 320px) {
	.finex_carousel-caption h5 {
		font-size: 1rem;
		text-transform: uppercase;
		text-align: center;
		font-weight: 100;
		width: 70vw;
	}
	.finex_carousel-caption {
		right: 0;
		bottom: -50px;
		left: 0;
		padding-top: 0;
		padding-bottom: 0;
		color: #fff;
		width: max-content;
		margin-left: 0;
		margin: auto;
		background: none;
	}
	.img_center_parallax{
		position: absolute;
		top: 55%;
		width: 62%;
		transform: translate(33%, -50%);
		}
	.section_parallax{
		max-height: 60vh !important;
		padding-top: 0;
	}
	.faq{
		padding-bottom: 0;
	}
	.section-title-banner{
		width: 70% !important;
	}
	.footer-newsletter{
		padding: 35px !important;
	}
	.faq .faq-list .question {
		font-size: 15px;
	}
	.about{
		padding-bottom: 0;
	}
  }

  @media only screen and (max-width : 400px) {
	.finex_carousel-caption h5 {
		font-size: 1.5rem !important;
	}
	.finex_carousel-caption{
		bottom: 15% !important;
	}
	
	div.title__eventi h2{
		font-size: 1.2rem;
	}
	span.trattino{
		display: none;
	}
	span.a_capo{
		display: block;
	}
	.about{
		padding-bottom: 0;
	}

  }


  /* Smartphones (portrait and landscape) ----------- */
  @media only screen and (min-width : 320px) and (max-width : 575px) {
	/* Styles */
	.finex_carousel-caption {
		right: 0;
		bottom: 0 !important;
		left: 0;
		padding-top: 0;
		padding-bottom: 0;
		color: #fff;
		width: max-content;
		margin-left: 173px;
		margin: auto;
		background: none;
	}
	.finex_carousel-caption h5 {
		font-size: 1.5rem !important;
		text-transform: uppercase;
		text-align: center;
		font-weight: 100;
		width: 100vw;
	}
	.img_center_parallax{
		position: absolute;
		top: 55%;
		width: 62%;
		transform: translate(33%, -50%);
		}
		
	.section_parallax{
		
		max-height: 60vh !important;
		padding-top: 0;
		
	}
	.faq{
		padding-bottom: 0;
	}
	.section-title-banner{
		width: 70% !important;
	}
	.footer-newsletter{
		padding: 35px !important;
	}
	.faq .faq-list .question {
		font-size: 15px;
	}
	
	span.trattino{
		display: none;
	}
	span.a_capo{
		display: block;
	}
.about{
		padding-bottom: 0;
	}

  }
  
  
  
  
  
  
  
  /* Smartphones (portrait and landscape) ----------- */
  @media only screen and (min-width : 576px) and (max-width : 991px) {
  
	.finex_carousel-caption{
		margin: auto;
	}
	.img_center_parallax{
		position: absolute;
		top: 55%;
		width: 62%;
		transform: translate(33%, -50%);
		}
		.finex_carousel-caption h5 {
			font-size: 2rem !important;
			text-align: center;
		}
		.finex_carousel-caption{
			margin: auto;
		}
}
  @media only screen and (max-width : 900px) {
	
	
  }
  
  
  
  
  
  /* iPads (portrait and landscape) ----------- */
  @media only screen and (min-width : 992px) and (max-width : 1223px) {
	.finex_carousel-caption{
		margin: auto;
	}
	#carouselExampleIndicators{
		margin-top: 0;
	}
  }
  
  
  
  /* Desktops and laptops ----------- */
  @media only screen and (min-width : 1224px) and (max-width : 1823px) {
	#carouselExampleIndicators{
		margin-top: 0;
	}
   }
  
  
  /* Large screens ----------- */
  @media only screen and (min-width : 1824px) {
	#carouselExampleIndicators{
		margin-top: 0;
	}
  }




  .img-responsive-hero{
	width: 100%;
	height: auto;
	object-fit: cover;
  }