/* TEMPLATE SINGLE */

.servicios-pro .entry-title {
    margin-bottom: 38px;
    text-align: center;
}

.post-servicio-image-main {
    margin-bottom: 20px;
}

.post-servicio-text-name {
    font-weight: 600;
    font-size: 1.3em;
	margin-bottom: 10px;
} 

.post-servicio-text-desc {
    margin: 15px 0;
}

.post-servicio-label-detalle {
    margin: 15px 15px 15px;
    font-weight: 600;
    width: 100%;
}

.post-servicio-text-detalle {
    margin: 0 15px 38px;
}

.post-servicio-button-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.post-servicio-button {
    min-width: 300px;
    text-align: center;
}


@media only screen and (max-width: 670px){

	.post-servicio-button {
		width: 100%;
	}
	
}


/* SHORTCODE GRILLA*/

.grilla-servicio-col {
    text-align: center;
    margin: 30px 0;
}

.grilla-servicio-button {
    width: 100%;
}

.grilla-servicio-nombre {
	margin: 10px auto;
}


/* SHORTCODE LISTA*/

.lista-servicio-perfil-row {
    margin-top: 24px;
    margin-bottom: 24px;
}

.lista-servicio-perfil-nombre {
    margin: 10px 0;
}

.lista-servicio-perfil-data {
    font-size: .9em;
    line-height: .8em;
}

.lista-servicio-perfil-button {
    margin: 5px;
}

@media only screen and (max-width: 670px){

	.lista-servicio-perfil-button {
		width: 100%;
	} 
	
	.lista-servicio-perfil-nombre {
		text-align: center;
	}

}


/* ------------------------------------------------------------------------------------------
Exclusive For screen -670px
   ------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 670px){

	.lista-servicio-perfil-button {
		width: 100%;
	} 
	
	.lista-servicio-perfil-nombre {
		text-align: center;
	}

	.post-servicio-button {
		width: 100%;
	}
	
}

/* FILTROS DE IMAGEN DEL PLUGIN */

/* Zoom */  
.servicios-pro-filter-zoom {
    overflow: hidden;
}

.servicios-pro-filter-zoom img{
-webkit-transition: all 500ms ease; /* Safari and Chrome */
    -moz-transition: all 500ms ease; /* Firefox */
    -ms-transition: all 500ms ease; /* IE 9 */
    -o-transition: all 500ms ease; /* Opera */
    transition: all 500ms ease;
}

.servicios-pro-filter-zoom:hover img{
  -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

/* Rotar*/
.servicios-pro-filter-rote {
    overflow: hidden;
}

.servicios-pro-filter-rote img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.servicios-pro-filter-rote img:hover {
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}


/* Flashing */
.servicios-pro-filter-flash:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}





