@charset "UTF-8";
/* CSS Document */


.container-cos{
	width: 734px;
	height: auto;
	padding: 30px;
	box-sizing: border-box;
}

.wrapper-cos{
	overflow: hidden;
	margin: 3px 0px;
}

.wrapper-cos .half-col:nth-child(1){
	width:48%;
}

.wrapper-cos .half-col:nth-child(2){
	width:52%;
}

.half-col{
	float: left;
}

.box_cos{
	background-color:  #333232;
}

.title-cos{
	display: block;
	text-align: center;
	background-color:  #c12525;
	font-family: 'Open Sans', 'Helvetica', sans-serif;
	font-size: 24px;
	padding: 20px 0px;
	color:white;
	font-weight: 300;
}

.text-cos{
	font-family: 'Open Sans', 'Helvetica', sans-serif;
	color: white;
	padding: 20px 20px;
	font-size: 14px;
	line-height: 1.3em;
	text-align: justify;
	display: block;
	font-weight: 300;
}

.slider_cont{
width:680px;
height:375px;
}

.slider_cont ul {
	padding: 0;
	width: 200%;
	animation: cambio2 10s infinite alternate;
}

.slider_cont li {
	list-style: none;
	float:left;
	overflow:hidden;
box-shadow: 2px 2px 3px #CCC;
}

.wrapper-cos img[src*='img-header']{
	display: block;
	width: 269px;
	margin: 15px auto;
}

iframe[src*='youtube']{
    box-shadow: 4px 4px 6px -6px black;
}


@keyframes cambio2 {
0% { margin-left: 0%; }
45% { margin-left: 0%; }

53% { margin-left: -100%; }
100% { margin-left: -100%; }
}