.slider{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	overflow: hidden;
	position: relative;
}

.slider .controls ul{
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1em;
	margin: 0px;
	width: 100%;
	z-index: 5;
}

.slider .controls li{
	list-style-type: none;
	background-color: #444;
	border-radius: 50%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	margin-right: 20px;
	display: inline-block;
	cursor: pointer;
}

.slider .controls li.active{
	background-color: white;
}

.slider .container{
	margin-top: 10px;
	height: 500px;
	white-space: nowrap;
	position: relative;
	transition: all 2s;
}

.slider .container *{
	white-space: normal;
}

.slider img{
	height: 100%;
	width: 100%;
	display: inline-block;
}

.main-container{
	width: 100%;
}

.mp4-video{
	border: solid 10px white;
	margin-left: auto;
    margin-right: auto;
    width: 960px;
    overflow: hidden;
    position: relative;
}

#content-mp4-video{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #211500;
    background-image: url(img/fondos/PHOTO-2021-06-03-15-29-074.jpg);
    text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#content-mp4-video:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}

#content-slider{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #211500;
    background-image: url(img/fondos/PHOTO-2021-06-03-15-29-0711.jpg);
    text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#content-slider:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}