@charset "utf-8";
.servicios-inicio {
	width:236px;
	float:left;
	margin:10px;
	text-align:justify;
	font-size:11px;
	
	}
.servicios-inicio h2 {
	color:#4c211b;
	margin:10px 0;
	text-align:center;
	}
.segundo-segmento{
	float: left;
	margin-top:30px;
	width:1024px;
}
.segundo-segmento img {
	float:left;
	width:auto;
	margin-left:15px;
	}
.segundo-segmento p {
	float:right;
	padding: 0 20px;
	width:610px;
	text-align:justify;
	max-height:250px;
	}
.segundo-segmento h1 {
	color:#4c211b;
	float:left;
	margin-left:30px;
	border-bottom:dotted 1px #330000;
	width:610px;
	padding:0 0 10px 15px;}
.content2 {
	width: 100%;
	float:left;
	min-width: 1024px;
	padding: 10px 0;
	background-image: url(../imagenes/sombra%20superior.png);
	background-repeat: no-repeat;
}
.imagen1 {
	width:auto;
	float:left;
	}
.texto1 {
	line-height:25px;
	width:600px;
	float:right;
	}
.slider2 {
	width: 1020px;
	margin:auto;
	overflow:hidden;
	}
.slider2 ul {
	display:flex;
	padding:0;
	width:400%;
	
	animation: cambio 20s infinite alternate;
	}
.slider2 li {
	
	width:200px;
	margin:0 2px;
	list-style:none;
	}
.slider2 img {
	width:100%;
	}
@keyframes cambio {
	0% {margin-left: -4%;} 
	20% {margin-left: -4%;} 
	
	25% {margin-left: -24%;} 
	45% {margin-left: -24%;} 
	
	50% {margin-left: -44%;} 
	70% {margin-left: -44%;} 
	
	75% {margin-left: -64%;} 
	100% {margin-left: -64%;} 
}