#slide-home{
	background-color: #fff;
	float: left;
	height: auto;
	position: relative;
	width: 100%;
}
	#slide-home .slider-pattern{
		height: 100%;
		position: absolute;
		width: 100%;
		z-index: 2;
	}
	#slide-home .sliders-home figure{
		background-color: #000;
		height: auto;
		position: relative;
		width: 100%;
	}
		#slide-home .sliders-home figure figcaption{
			align-items: center;
			bottom: 0;
			display: flex !important;
			height: 100%;
			justify-content: center;
			position: absolute;
			text-align: center;
			width: 100%;
			z-index: 5;
		}
			#slide-home .sliders-home figure figcaption .content-slide-text{
				padding: 0 22%;
			}
				#slide-home .sliders-home figure figcaption h2{
					color: #fff;
					float: left;
					font-size: 4em;
					font-weight: 300;
					letter-spacing: -1px;
					text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
					width: 100%;
				}
					#slide-home .sliders-home figure figcaption h2 strong{
						font-weight: 700;
					}
				#slide-home .sliders-home figure figcaption h4{
					color: #fff;
					float: left;
					font-style: italic;
					font-size: 1.4em;
					font-weight: 400;
					text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
					width: 100%;
				}
				#slide-home .sliders-home figure figcaption a{
					background-color: rgba(0, 0, 0, 0.4);
					border: 2px solid rgba(255, 255, 255, 0.6);
					border-radius: 6px;
					color: #fff;
					display: inline-block;
					float: none;
					font-family: 'Fira Sans', sans-serif;
					font-size: 1.2em;
					font-weight: 400;
					margin: 20px 0;
					padding: 12px 25px 10px;
					transition: .15s ease-in-out all;
				}
		#slide-home .sliders-home .slide-imagen{
			background-color: #fff;
			float: left;
			height: 100%;
			opacity: .8;
			width: 100%;
		}
		
			#slide-home .sliders-home figure figcaption a:hover{border-color: #613392;}

#wrap.caracteristicas-home{}
	#wrap.caracteristicas-home hgroup{margin-top: 0;}
		#wrap.caracteristicas-home hgroup h3{margin-top: 0;}
	#wrap.caracteristicas-home .caracteristica{
		display: inline-block;
		float: none;
		margin: 30px -2px;
		vertical-align: top;
		transition: .15s ease-in-out all;
		width: 33.33333333%;
	}
		#wrap.caracteristicas-home .caracteristica figure{
			background-color: #868e96;
			border-radius: 50%;
			float: left;
			margin-right: 20px;
			padding: 15px;
			width: 100px;
		}
		#wrap.caracteristicas-home .caracteristica .texto{
			float: left;
			width: calc(100% - 120px);
		}
			#wrap.caracteristicas-home .caracteristica .texto h3{
				font-size: 1.2em;
			}
			#wrap.caracteristicas-home .caracteristica .texto p{
				margin: .6em 0;
			}
			
			
			#wrap.caracteristicas-home .caracteristica:hover{
				transform: scale(1.15)
			}
			#wrap.caracteristicas-home .caracteristica:hover .texto h3{
				color: #613392;
			}
			
			

#wrap.nosotros-home{
	background-color: #fff;
	overflow: hidden;
}
	#wrap.nosotros-home .foto-nosotros{}
		#wrap.nosotros-home .foto-nosotros img{transition: 1.5s ease-in-out all;}
	#wrap.nosotros-home .descripcion{padding-top: 20px;}
		#wrap.nosotros-home .descripcion h1{
			font-size: 1.4em;
			font-weight: 400;
			font-style: normal;
			margin: 10px 0;
		}
		#wrap.nosotros-home .descripcion h2{
			font-size: 3.8em;
			font-weight: 400;
			font-style: normal;
			line-height: 1.15em;
			margin: 0 0 20px;
			transition: .15s ease-in-out all;
		}
			#wrap.nosotros-home .descripcion h2 strong{color: #613392;}		
		#wrap.nosotros-home .descripcion img{
			margin: 60px auto !important;
		}
			
			#wrap.nosotros-home:hover .foto-nosotros img{transform: scale(1.07)}
			
			#wrap.nosotros-home .descripcion ul li:hover{transform: scale(1.15)}
			#wrap.nosotros-home .descripcion ul li:hover i{background-color: #613392;}

#wrap.productos-home{
	background-color: #fff;
	background-image: url(../images/bgproductos.jpg);
	background-repeat: no-repeat;
	
}
	#wrap.productos-home .productos-descripcion{}
		#wrap.productos-home .productos-descripcion h2{
			font-size: 3.8em;
			font-weight: 400;
			font-style: normal;
			line-height: 1.15em;
			margin: 0 0 20px;
			transition: .15s ease-in-out all;
		}
			#wrap.productos-home .productos-descripcion h2 strong{color: #613392;}
		#wrap.productos-home .productos-descripcion h5{
			font-size: 1.4em;
			font-weight: 400;
			font-style: normal;
			margin: 0;
		}
			
	#wrap.productos-home .productos-listado .producto{
		overflow: hidden;
		margin-bottom: 20px;
	}
		#wrap.productos-home .productos-listado .producto figure{
			border-radius: 10px;
			overflow: hidden;
			position: relative;
		}
			#wrap.productos-home .productos-listado .producto figure img{
				height: auto;
				margin: 0;
				transition: .3s ease-in-out all;
				width: 100%;
			}
			#wrap.productos-home .productos-listado .producto figure figcaption{
				align-items: center;
				display: flex;
				height: 100%;
				justify-content: center;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 2;
			}
				#wrap.productos-home .productos-listado .producto figure figcaption h2{
					color: #fff;
					text-align: center;
					text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
				}
		
		#wrap.productos-home .productos-listado .producto:hover figure img{transform: scale(1.2)}


#wrap.estadisticas-home{}
	#wrap.estadisticas-home .dato{
		display: inline-block;
		float: none;
		margin: 30px -2px;
		vertical-align: top;
		text-align: center;
		transition: .15s ease-in-out all;
	}
		#wrap.estadisticas-home .dato .count-number{
			align-items: center;
			background-color: #868e96;
			border-radius: 50%;
			color: #fff;
			display: flex;
			font-family: 'Fira Sans', sans-serif;
			font-size: 3.4em;
			font-weight: 800;
			height: 100%;
			justify-content: center;
			float: none;
			height: 100px;
			letter-spacing: -2px;
			margin: 0 auto 20px;
			padding: 15px;
			width: 100px;
		}
		#wrap.estadisticas-home .dato .text-number{
			float: left;
			width: 100%;
		}
			#wrap.estadisticas-home .dato .text-number h4{color: #613392;}
			
		
		#wrap.estadisticas-home .dato:hover{
			transform: scale(1.15)
		}

#wrap.contact-home{
	background-color: #f1f3f5;
}
	#wrap.contact-home .map-home{}
		#wrap.contact-home .map-home iframe{
			width: 100%;
		}
	
	#wrap.contact-home hgroup{margin: 20px 0 30px;}
	#wrap.contact-home .wpcf7{background-color: transparent; box-shadow: none; padding: 0;}


#wrap.temas-home{padding: 0;}
	#wrap.temas-home .col-sm-12{padding: 0;}
		#wrap.temas-home .tema{
			align-content: center;
			align-items: center;
			display: flex;
			float: left;
			flex-flow: row nowrap;
			justify-content: center;
			width: 100%;
		}
			#wrap.temas-home .tema figure{
				align-self: auto;
				flex: 0 1 auto;
				min-width: 0;
				min-height: auto;
				order: 1;
				position: relative;
				width: 50%;
			}
			#wrap.temas-home .tema:nth-child(2n) figure{order: 2;}
				#wrap.temas-home .tema figure .shadow{
					background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
					top: 0;
					height: 100%;
					position: absolute;
					right: 0;
					width: 70%;
					z-index: 2;
				}
					#wrap.temas-home .tema figure img{max-width: auto; width: 100%;}
				#wrap.temas-home .tema:nth-child(2n) figure .shadow{
					background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
					right: auto;
					left: 0;
				}
			#wrap.temas-home .tema .texto-tema{
				align-items: center;
				flex: 0 1 auto;
				align-self: auto;
				display: flex;
				justify-content: center;
				min-width: 0;
				min-height: auto;
				order:2;
				padding: 0 100px;
				width: 50%;
			}
			#wrap.temas-home .tema:nth-child(2n) .texto-tema{order: 1;}
				#wrap.temas-home .tema .texto-tema .content-tt{
					float: left;
					width: 100%;
				}
					#wrap.temas-home .tema .texto-tema .content-tt h2{
						color: #613392;
						font-size: 3.8em;
						line-height: 1.15em;
						margin: 0 0 20px;
						transition: .15s ease-in-out all;
					}
					#wrap.temas-home .tema .texto-tema .content-tt h5{
						font-size: 1.4em;
						font-weight: 400;
						font-style: normal;
						margin: 0;
					}
			


/* ANIMATION FRANJA Keyframes */
@keyframes increase-08{
	from {
    transform: scale3d(1.0,1.0,1);
  }

  to {
    transform: scale3d(1.08,1.08,1);
  }
}
@keyframes increase-125{
	from {
    transform: scale3d(1.0,1.0,1);
  }

  to {
    transform: scale3d(1.25,1.25,1);
  }
}

@keyframes bgopacity{
	from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.0);
	}
	50% {
		opacity: 0.2;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1);
	}
	100% {
		left: 0;
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}
@keyframes fadeInBack {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50% {
		opacity: 0.2;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0.0;
		-webkit-transform: scale(5);
	}
}