/*--MAIN HISTORIA --*/
@import url('reset.css');
@import url('fuentes.css');
@media screen and (max-width:880px ) {
#main #Entrada-historia article {
	float:left;
	width:100%;
	margin-bottom:40px;
	box-shadow:1px 0px 2px #82ECFA;
	border-radius:10px;
	margin-top:20px;
}
#main #Entrada-historia h2{
	color:#ff3300;
	font-family:Overlock-Regular;
	font-size:20px;
	line-height:150%;
	text-align:center;
	padding:10px;
	animation-name:anime-rubberBand; 
	animation-duration:4s;
	animation-iteration-count: infinite;
	
}
/*Animacion titulo Historia*/
@keyframes anime-rubberBand {
  from {
    -webkit-transform: scale3d(3, 3, 3);
    transform: scale3d(3, 3, 3);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*Fin animacion titulo historia*/


#main #Entrada-historia p{
	color:#fff;
	font-family:Overlock-Regular;
	font-size:15px;
	line-height:150%;
	text-align:justify;
	padding:20px;
	float:left; 
}
#servicios-realizados {
	
}

#servicios-realizados article h3{
	
	color:#ff3300;
	font-family:Overlock-Regular;
	font-size:15px;
	text-align:center;
	padding:20px 0px 10px 0px;
}

#srz1 ul li,#srz2 ul li {
	color:#fff;
	font-family:Overlock-Regular;
	font-size:15px;
	line-height:150%;
	text-align:left;
	list-style:disc;
}

#srz1 {
	
	float:left;
	display:inline;
	margin-left:15px;
	margin-bottom:20px;
	/* box-shadow:1px 0px 2px #82ECFA; */
}

#srz2{
	
	float:left;
	display:inline;
	/* box-shadow:1px 0px 2px #82ECFA; */
}
}