.videoContent {
	position: relative;
	width: 100%;
}

.videoContent .fondoVideo {
	width: 100%;
}

.infoVideo {
	/* position: absolute; */
	width: 80%;
	height: 100%;
	display: none;
	margin: auto;
}

.dataVideo {
	width: 80%;
	margin: auto;
	display: none;
}

.infoVideo.active {
	display: block;
}

.btn_play {
	position: absolute;
	width: 176px;
	height: 175px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	cursor: pointer;
}

.containerFullSlider {
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.slideContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 101px;
}

.totalElements
{
	position: absolute;
	width: 1000%;
	height: 101px;
}

.elementSlide {
	/* display: inline-block; */
	width: 200px;
	float: left;
	cursor: pointer;
	height: 101px;
}

.videoSlide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #fff;
}

.toLeftSlide, .toRightSlide {
	position: absolute;
	width: 30px;
	height: 38px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 35px;
    color: #cd2c34;
    cursor: pointer;
}

.toLeftSlide {
	left: -70px;
}

.toRightSlide {
	right: -70px;
}

.colorGris {
	color: #ccc;
	cursor: initial;
}

.textIzq {
	position: absolute;
	left: 20px;
	bottom: 5px;
}
.textIzq span {
	display: block;
}

.urlToHome a {
	font-size: 24px;
	font-weight: bold;
	color: #000;	
}

.footerTextos {
	position: absolute;
    bottom: -10px;
    width: 410px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

@media only screen and (max-width: 1300px) {
    .titleHeader {
    	font-size: 2.3em;
    }
}

@media only screen and (max-width: 1200px) {
    header .logo {
    	width: 18%;
    }
}


@media only screen and (max-width: 1000px) {
    header .logo {
    	width: 18%;
    }

    .videoContent {
		margin-top: 50px;
	}

    .titleHeader {
    	font-size: 1.8em;
    }

    .textIzq {
    	display: none;
    }
    .footerTextos {
    	display: none;
    }
}

@media only screen and (max-width: 900px) {
	header .imgHeader {
		margin-top: -4%;
	}
	footer img {
		margin-bottom: 0%;
	}

	.videoContent {
		margin-top: 50px;
	}

    header .logo {
    	width: 22%;
    }
}

@media only screen and (max-width: 550px) {
	.titleHeader {
		font-size: 1.2em;
	}

	.videoContent {
		margin-top: 50px;
	}

	.btn_play {
		width: 70px;
		height: 70px;
	}

	.toLeftSlide {
		left: -30px;
	}

	.toRightSlide {
		right: -30px;
	}
}