.conte-slider{
	width: 100%;
	height: 100vh;
	position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.slidee{
	position: relative;
	width: inherit;
	height: inherit;
}
.img-slide{
	position: relative;
	width: 100%;
	height: 100vh;
}
.filtro-slider{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: inherit;
	background: rgba(34,107,179,0.50);
}
.txt-slider{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: inherit;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.txt-slider h2{
	position: relative;
	width: 90%;
	margin-left: 5%;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
}
.txt-slider p{
	position: relative;
	width: 80%;
	margin-left: 5%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}

.burbujas{
	position: absolute;
	width: 100%;
	height: inherit;
	top: 0px;
	left: 0px;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	background: transparent;
	padding-right: 5%;

}
.burbujita{
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #dedde1;
	margin-bottom: 12px;
	z-index: 1002;
	cursor: pointer;

}
.active{
	background: #7d99fb;
}

@media screen  and (max-width: 992px){
	

}
@media screen  and (max-width: 768px){
	.txt-slider h2{
		font-size: 50px;
		line-height: 50px;
	}
}
@media screen  and (max-width: 576px){
	.txt-slider h2{
		font-size: 45px;
		line-height: 45px;
	}
	.txt-slider p{
		font-size: 16px;
		line-height: 16px;
	}
}