*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Roboto', sans-serif;
	background: #f2f2f2;
}

/*
.cont-slide{
	width: 100%;
	overflow: hidden;
}
*/
.slider-contenedor{
	width: 100%;
	display: flex;

}

.contenido-slider{
	width: 100%;
	height: 650px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	background: #f1f2f6; /*rgba(0, 0, 0, 0.1);*/

}

/*color de fondo de slider---------------------
.contenido-slider:nth-child(2){
	background: #332863;
	color: #fff;
}

.contenido-slider:nth-child(3){
	background: #611a68;
	color: #fff;
}
/*--------------------------------------------*/

/*para el primer slide---------------------------------*/
.bn-inicial{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

.contenido-slider .img-bn-ini{
	width: 550px;
}

.contenido-slider .bn-inicial h2{
	margin: 30px;
	font-weight: 600;
	text-align: center;
}

#h2-4{
	margin: 30px;
	font-weight: 300;
	text-align: justify;

}

.contenido-slider a{
	margin: 30px;
}
/*--------------------------------------------*/

.contenido-slider > img{
	width: 400px;
	padding: 5px;
}

.contenido-slider > div{
	width: 40%;	
}

.contenido-slider h2{
	font-weight: 600;
	text-align: center;
	line-height: 30px;
	margin-right: 30px;
	font-size: 30px;
}

.contenido-slider a{
	color: #fff;
	background: #332863;
	width: 200px;
	display: block;
	padding: 15px 0;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
	margin-left: 20px;
	text-decoration: none;
	cursor: pointer;
}


/*color de fondo de slider---------------------*/
/*
.contenido-slider:nth-child(2) a{
	background: #fff; 
	color: #332863;
}

.contenido-slider:nth-child(3) a{
	background: #fff;
	color: #611a68;
}
*/
/*--------------------------------------------*/

/*para los tamaños de las pantallas responsive*/

@media screen and (max-width: 900px){
	.contenido-slider > img{
		width: 250px;
	}
	.contenido-slider  >div{
		width: 50%;

	}
	.contenido-slider  h2{
		font-size: 20px;
	}
	#h2-4{
		text-align: justify;
		font-size: 15px;
		font-weight: 600;
	}

	.contenido-slider .bn-inicial h2{
		margin: 0px;
		text-align: center;
		font-size: 20px;
	}
	.contenido-slider .img-bn-ini{
		width: 350px;
	}
	.contenido-slider .bn-inicial a{
		margin: 0px;
		text-align: center;

	}
}

@media screen and (max-width: 600px){
	.contenido-slider{
		flex-direction: column-reverse;
	}
	.contenido-slider  >div{
		width: 80%;
	}

	.contenido-slider .bn-inicial h2{
		margin: 0px;
		text-align: center;
	}
	.contenido-slider .img-bn-ini{
		width: 350px;
	}
	.contenido-slider .bn-inicial a{
		margin: 0px;
		margin-right: 1px;
		width: 48%;
		font-size: 12px;
	}


}
