@charset "utf-8";
/* CSS Document */

.slider-gestiones-container{
	color:#FFF;
	background-color:#FFF;
}

.gestiones-color-overlay {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:  rgba(0,0,0) !important;
	opacity: 0.3;
}
.gestiones-slider-content{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gestiones-slider-content:hover{
	 transform: scale(1.01);
}

.gestiones-slider-content > div{
	padding:0.5em;
	position: absolute;
	top: 50%;
	width:100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gestiones-slider-content > img {
    max-width: 100%;
	width: 100%;
    height: auto;
}


.gestiones-whatsapp-btn{
	margin-top:1rem;
	padding-top:0.75rem;
	padding-bottom:0.75rem;
	padding-left:1rem;
	padding-right:1rem;
	border-radius: 10px;
	background-color:#7BEA68;
}

.gestiones-whatsapp-btn:hover{
	background-color:#7BEA68;
}


.whatsapp-icon{
	height: 2em;
	margin-right: 1em;
}
.gestiones-nav-btn{
	margin-top:1rem;
	padding-top:1rem;
	padding-bottom:1rem;
	padding-left:2rem;
	padding-right:2rem;
	border-radius: 10px;
	
}

.gestiones-title{
	font-weight:bold;
	margin-bottom:1rem;
	
}
.gestiones-descrip-title{
	margin-bottom: 1rem;
	font-size:1rem;
	margin-left: 3rem;
	margin-right: 3rem;

}


@media (max-width: 991px) {
	.gestiones-second-slider{
		margin-top: 2rem;
	}
	.gestiones-content-slide{
		padding-left: 3rem;
		padding-right: 3rem;
		border:solid rgba(0,0,0,0)
	}
}

