.fondo-blur{
	filter: blur(6px);
	width: 100%;
}
.banner-main{
	width: 100%;
	min-width: 1200px;
	position: relative;
}
.contenedor-img{
	width: 100%;
}
.img-banner{
	width: 100%;
	position: relative;
}
.textosanimados{
	margin-left: calc((100% - 1000px)/2);
	width: 1000px;
	position: absolute;
	text-align: right;
	overflow: hidden;
	display: flex;
}
.gif-animado{
	width: 150px;
}
.img-gif-oferta{
	width: 0%;
	margin: 50%;
	transition: 2s;
	opacity: 0;
}
@media(max-width: 1000px){
	.textosanimados{
		margin-left: 0px;
		width: 1000px;
		position: absolute;
		top: 70px;
		text-align: right;
	}
}
.textos-animados{
	width: calc(100% - 150px);
}
.banner-textoanimado{	
	font-size: 50px;
	color: #ac4777;
}
#texto1,#texto2,#texto3{
	transform: translateX(100px);
	transition: 1s;
	opacity: 0;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.fondo-decoracion{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: -100;
	min-width: 1200px;

}
.cuerpo-main{
	background: #eee;
	padding: 0px 20px 0px 20px;
	width: calc(100% - 40px);
	min-width: 1160px;	
}
.cuerpo-decoracion{
	background: #eee;
	width: 100%;
	background: rgba(0,90,255,0.7);
	min-width: 1200px;
}
.cuerpo-main-contenido{
	padding: 10px 0px 10px 0px;
	width: 1160px;
	margin-left: auto;
	margin-right: auto;	
}
.cuerpo-main-contenido-titulo{
	padding-top: 10px;
	width: 100%;
	font-size: 30px;
	color: #333;
}
.cuerpo-main-productos{
	width: 100%;
	padding: 0px 0px 10px 0px;
	display: flex;
}
.cuerpo-main-producto{
	width: calc(25%);
	margin: 10px 10px 10px 10px;
	background: white;
	position: relative;
}
.img-producto{
	width: 100%;
	position: relative;
}
.descripcion{
	padding: 5px 0px 5px 0px;
	text-align: center;	
	font-size: 20px;
	color: #333;
	position: relative;
}
.descripcion-texto{
	font-size: 15px;
}
.descripcion-precio{
}
.detalle-producto{
	width: 0%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(8,8,150,0.5);
	padding-top: 100px;
}
.btn-ver-detalle{
	background: white;
	color: rgb(8,8,150);
	border-style: none;
	display: none;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	font-family: 'Rubik', sans-serif;
}
.btn-ver-detalle:hover{
	background: #2334a6;
	color: white;
}
.cuerpo-servicios{
	padding: 10px 0px 20px 0px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;	
}
.cuerpo-servicios-titulo{
	padding-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: white;
	font-family: 'Rubik', sans-serif;
}
.cuerpo-contenedor-servicios{
	width: 100%;
	display: flex;
	padding-top: 10px;	
	text-align: center;
}
.img-servicio{
	width: 80%;
}
.cuerpo-servicio{
	width: 25%;
	color: white;
	font-size: 30px;
	font-family: 'Rubik', sans-serif;
}
.img-social{
	padding-top: 20px;
	width: 40%;
}
.descripcion-oferta{
	background: red;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}
