*{
	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: tahoma;
	}

nav {
	background: #fff;
	height: 65px;
	width: 100%;
	border-bottom: 2px solid #eeeef2;
	box-shadow: 0px 10px 10px #eeeef2;
	}
	.enlace{
	position: absolute;
	margin: 2px 0 0 30px;
	padding: 0px 0px;
	}

	.logo{
	height: 40px;
	margin-top: 7px;
	}

	nav ul{
	height: 66px;
	display: flex;
	align-items: center;
	padding: 10px 10px;
	justify-content: center;
	justify-content: end;
	}

	nav ul li{
	display: inline-block;
	margin: 0 5px;

	}

	nav ul li a{
	color: black;
	font-size: 20px;
	padding: 7px 0px;
	border-radius: 3px;
	margin: 15px;
	}

	li a.active, li a:hover{
	color: #0089ff;
	border-bottom: 3px solid #0089ff;
	transition: 0.5s;
	}

	.checkbtn{
	font-size: 30px;
	color: #fff;
	line-height: 0px;
	margin-right: 0px;
	cursor: pointer;
	display: none;
	}

	#check{
	display: none;
	}

	.textologo{
	display: none;
	}

	i{
		margin-right: 10px;
		margin-top: 5px;
	}


.inicio{
	height: 560px;
	background: url(imagenes/poste1.png);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	flex-flow:column wrap;
	justify-content: center;
}

.inicio-texto{
	width: 70%;
	margin-left: 40px;
	transition: 0.5s;
	animation: move-up-down 1s 1;
}

.inicio h1{
	font-size: 36px;
	color: #0069ff;
}

.inicio h2{
	color: #002f69;
}

.inicio-texto a{
	display: inline-block;
	border-radius: 30px;
	border: 2px solid #fff;
	color: #fff;
	width: 230px;
	height: 60px;
	text-align: center;
	padding: 17px;
	font-weight: bold;
	background-color: #0087ff;
	margin: 10px;
}

.inicio-texto a:hover{
	color: #0069ff;
	background: #fff;
	border: 2px solid #0069ff;
	transition: 0.5s;
}

/*--------------------------------------------------*/
.suministros{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #eeeef0;

}
.suministros h2, .suministros h3{
	text-align: center;
	font-size: 36px;
	padding: 10px 0 ;
	margin: 0px 20px 0 20px;
	letter-spacing: 1px;
	width: 50%;
	color: #002f69;
	margin: auto;
}

  .suministros h3{
	border-bottom: 2px solid #002f69;
	margin-bottom: 20px;
	font-size: 34px;
}
.suministros p{

	text-align: center;
	padding: 20px;
	margin: 0px 20px 0 20px;
	margin: auto;
	width: 60%;
	font-size: 20px;
	color: #002f69;
}


/*--------------------------------------------------------*/



.slider{
		width: 80vw;
		height: 450px;
		margin: auto;
		
		overflow: hidden;
		display: flex;
		flex-direction: column;
		align-content: center;
		}

		.slider .slide-track{
			display: flex;
			animation: scroll 360s linear infinite;
			-webkit-animation: scroll 360s linear infinite;
			width: calc(200px * 18);
		}

		.slide-track{
			padding: 10px 0 ;
		}

		.slider .slide{
			width: 150px;

		}

		.slider .slide img{
			width: 100%;
		}

		.slide{
			margin-left: 10px;
		}

		@keyframes scroll{
			0%{transform: translateX(0);
			-webkit-transform: translatex(0);
				}
			100%{transform: translateX(calc(-200px * 18));
			-webkit-transform: translatex(calc(-200px * 18));
				}
		}

.slider-title{
	text-align: center;
	font-size: 24px;
	padding: 20px 0 ;
	margin: 0px 20px 0 20px;
	letter-spacing: 1px;
	width: 90%;
	color: #0089ff;
	margin: auto;
}

.slider a{
	display: block;
	margin: auto;
	padding: 17px;
	border-radius: 30px;
	font-size: 20px;
	width: 200px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #0087ff;
	margin-bottom: 20px;
	border: 2px solid #fff;
	}

	.slider a:hover{
	color:#0069ff;
	border: 2px solid #0069ff;
	background: #fff;
	transition: 0.5s;
	}

/*---------------------------------------------------*/

.btn-wsp{
	position: fixed;
	width: 55px;
	height: 55px;
	line-height: 55px;
	bottom:25px;
	right: 25px;
	background: #0df053;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	z-index: 100;
	padding-left: 10px;

}

.btn-wsp:hover{

	color: #0df053;
	background: #fff;


}

/*---------------------------------------------------------------------------*/

.card-title{
	margin-top: 30px;
	text-align: center;
	padding-top: 20px;
	font-size: 30px;
	color: #fff;
	background: #002f69;
}


.card-3d{
	max-width: 100%;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	background: #002f69;
	padding: 20px;
}

.card-contain{
	margin: 10px 20px;
}

.card-contain a{
	display: inline-block;
}

.card-contain:hover figure{
	transform: perspective(600px) rotateY(180deg);

}

.card-3d figure{
	width: 370px;
	height: 400px;
	margin: 0px;
	position: relative;
	transition: all ease .5s;
	transform-style: preserve-3d;
	transform: perspective(600px) rotateY(0deg);
}

figure .frontal-face, figure .atras-face{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all ease .5s;
}

figure .frontal-face{
	display: block;
}

figure .atras-face{
	position: absolute;
	top: 0;
	padding: 20px;
	color:#000;
	transform: perspective(600px) rotateY(180deg);
	backface-visibility: hidden;
	overflow: auto;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0,0, 0.5));
}

.card-contain img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.atras-face h2{
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.atras-face hr{
	width: 100%;
	color: #fff;
	margin: 5px 0;

}

.atras-face p{
	color: #fff;
	padding-top: 20px;
	line-height: 22px;
	text-align: center;
}

/*---------------------------------------------------------------------------*/

.marcas{
	width: 100%;
	background: #eeeef2;
}

.marcas-title{
	width: 100%;
	font-size: 30px;
	line-height: 32px;
	color:#002f69;
	text-align: center;
	padding-top: 50px;
	
}

.marcas-img{
	display: flex;
	flex-flow: row wrap;
	gap: 80px;
	justify-content: center;
	margin: 30px 0 0 0 ;
	padding-bottom: 50px;
}

.marcas-img img{
	width: 180px;
	height: 110px;

}



/*---------------------------------------------------------------------------*/

.contenedor-footer{
	background-color: #000;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: center;

}

.contenedor-footer div{
	width: 200px;
	height: 230px;
	margin-top: 10px;
}

.contenedor-footer div h3{
	text-align: center;
	padding: 10px;
	border-bottom: 3px solid #0089ff;
	color: #fff;
	margin-top: 3px;
}

.contenedor-footer div a{
	display: block;
	text-align: center;
	padding: 7px;
	color: #fff;
}

.contenedor-footer div p{
	color: #fff;
	text-align: center;
	padding: 2px;
	padding-top: 5px;

}

.footer-info a:hover{
	color: #0069ff;

}

.copyright{
	background: #ccc;
	color: #000;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	gap: 5px;
	flex-flow: row wrap;
}

.copyright a{
	color: #002f69;
	text-decoration: underline;
}




@media screen and (max-width: 952px) {
	.enlace{
			padding-left: 20px;
				}
				nav ul li a{
			font-size: 16px;
				}

}

.inicio-texto{
	width: 60%;
}


.suministros h2, .suministros h3, .suministros p{
	width: 80%;
}






@media screen and (max-width: 858px) {
	.checkbtn{
		display: inline-block;
		color: black;
		float: right;
		margin: 10px 10px 0 0;
		}

		ul{
		position: fixed;
		width: 100%;
		height: 50vh;
		background-color: #ccc;
		top: 60px;
		left: -100%;
		text-align: center;
		transition: all .05s;
		display: flex;
		justify-content: center;
		}
		nav ul li a{
			font-size: 12px;
		}

		nav ul li{
		margin: auto;
		line-height: 27px;
			}
		nav ul li{
		font-size: 0px;
			}
		li a:hover, li a.active{
		background: none;

			}
		#check:checked ~ ul{
		left: 0;
			}


	.inicio{
		background: #fff;
	/*	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(imagenes/front-trans.png);
		background-size: contain;
		background-position: right;
		background-repeat: no-repeat;
		height: 400px;*/
		align-content: center;
	}
	.inicio-texto{
		width: 85%;
		margin: 0;
	}
	.inicio-texto h1{
		font-size: 28px;
	}

	.inicio-texto h2{
		font-size: 20px;

	}

	.img-principal{
		width: 80%;
		height: 400px;
		background-position: right;

	}

	.inicio-texto a{
		margin-bottom: 30px;
		border:none;
	}

	}


@keyframes move-up-down{

from{
	transform: translateY(-150px);
}
}