/*Estilo c8ontenido Servicios*/
@import url('reset.css');
@import url('fuentes.css');
@media screen and (max-width:880px ) {
/*--seccion id=intro-servicios en general--*/
#img-services{
	float:left;
	width:100%;
	margin:30px 0;
	display:flex;
	justify-content:center;	
}


#img-services #vert{
	float:left;
	display:flex;
	flex-direction:column;
	justify-content:center;	
}
.services1{
	/* border-radius:10px; */
	box-shadow:1px 0px 2px #82ECFA;
	animation-name:bounceInDown-services;
	animation-duration:3s;
	width:80%;
	margin:auto;
}
@media screen and (max-width:440px ) {
	.services1{
	width:100%;
}
@keyframes bounceInDown-services {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0.4;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}


/*article id=services*/
#intro-servicios #services{
	float:left;
	box-shadow:1px 0px 2px #82ECFA;
	/* margin-bottom:20px; */
	border-radius:5px;
}
#intro-servicios #services h2{
	color:#ff3300;
	font-size:20px;
	text-align:center;
	padding:5px;
	font-family:Overlock-Regular;
	line-height:150%;
	animation-name:zoom-tituloser;
	animation-duration:4s ;	
}
@keyframes zoom-tituloser{
	from {
    opacity: 1;
    -webkit-transform:  scale3d(6,6,6) translate3d(0, 0, 1000px);
    transform: scale3d(6,6,6) translate3d(0, 0, 1000px);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 0.7;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, -60px);
    transform: scale3d(1, 1, 1) translate3d(0,0, 60px);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

#intro-servicios #services p{
	float:left;
	font-family:Overlock-Regular;
	font-size:15px;
	text-align:justify;
	padding:5px 8px 8px 8px;
	color:#fff;
}
/*fin article id=services*/

#ptele h3 a,#pelec h3 a,#pelectro h3 a,#pocivil h3 a,#pocivil1 h3 a {
	float:left;
	display:inline;
	color:#ff3300;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10%;
	margin-right:0;
	padding:10px;
	font-family:Overlock-Regular;
	text-align:center;
	box-shadow:1px 0px 2px #82ECFA;
	width:80%;
	}
	@media screen and (max-width:440px ) {
	#ptele h3 a,#pelec h3 a,#pelectro h3 a,#pocivil h3 a,#pocivil1 h3 a {
	width:100%;
	margin-left:0;
	padding:8px 0px;
	}

/*article id=ptele*/
#ptele, #pelec, #pelectro, #pocivil,#pocivil1 {
	float:left;
	margin-bottom:70px;
}
#ptele {
	width:100%;
	height:auto;
	margin-top:40px;
	margin-right:0;
	
}

#pelec {
	width:100%;
	height:auto;
	margin-top:20px;	
}

#pelectro{
	width:100%;
	height:auto;
	margin-right:0;
	
	
}
#pocivil, #pocivil1{
	width:100%;
	height:auto;
}

#ptele p,#pelectro p {
	float:left;
	margin:10px 0px;
	color:#d4d4d4;
	font-family:Overlock-Regular;
	line-height:150%;
	font-size:15px;
	text-align:justify;
	
}
#pelec p,#pocivil p,#pocivil1 p{
	
	float:left;
	margin:10px 0px;
	color:#d4d4d4;
	font-size:15px;	
	font-family:Overlock-Regular;
	line-height:150%;
	text-align:justify;
}


#seguirleyendo{
	float:right;
	display:block;
	position:relative;
	top:30px;
	text-align:center;
	list-style:none;
	font-size:13px;
	/* width:155px; */
}

#seguirleyendo li a{
	padding:15px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#133e4f+0,4c707e+3,345c6c+25,1f4c5e+48,003042+50,003246+95,002736+98,002837+100 */
	background: rgb(19,62,79); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(19,62,79,1) 0%, rgba(76,112,126,1) 3%, rgba(52,92,108,1) 25%, rgba(31,76,94,1) 48%, rgba(0,48,66,1) 50%, rgba(0,50,70,1) 95%, rgba(0,39,54,1) 98%, rgba(0,40,55,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(19,62,79,1) 0%,rgba(76,112,126,1) 3%,rgba(52,92,108,1) 25%,rgba(31,76,94,1) 48%,rgba(0,48,66,1) 50%,rgba(0,50,70,1) 95%,rgba(0,39,54,1) 98%,rgba(0,40,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(19,62,79,1) 0%,rgba(76,112,126,1) 3%,rgba(52,92,108,1) 25%,rgba(31,76,94,1) 48%,rgba(0,48,66,1) 50%,rgba(0,50,70,1) 95%,rgba(0,39,54,1) 98%,rgba(0,40,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#133e4f', endColorstr='#002837',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	box-shadow:1px 0px 2px #82ECFA;
}

#seguirleyendo li a:hover {
	color:#000;
	text-decoration:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d9e9e+0,848585+49,6b6c6c+51,707171+100 */
	background: rgb(157,158,158); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,158,158,1) 0%, rgba(132,133,133,1) 49%, rgba(107,108,108,1) 51%, rgba(112,113,113,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(157,158,158,1) 0%,rgba(132,133,133,1) 49%,rgba(107,108,108,1) 51%,rgba(112,113,113,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(157,158,158,1) 0%,rgba(132,133,133,1) 49%,rgba(107,108,108,1) 51%,rgba(112,113,113,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9e9e', endColorstr='#707171',GradientType=0 ); /* IE6-9 */
}
}


