



/* BOX 02 */


.container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;

}
.section-header {
	text-align: center;
	margin-top: 5%;
	color: #fff;
}

.section-header p {
	margin: 5%;
	font: 18px;
    line-height: 22px;
    margin-bottom: 20px;
	margin-bottom: 15px;
    transition: 2s;
}

.boxC {
	position: relative;
	height: 750px;
	background: linear-gradient(45deg, #242227, #272727);
	box-sizing: border-box;
	padding: 18px;
	transition: .5s;
	overflow: hidden;
	margin: 2px;
	text-align: center;
	border-radius: 10px;
	transition: all 0.6s ease;
}
.boxC p {
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-align: left;
	margin-bottom: 15px;
	
}

.boxC b {

	color: #e1e2e1e7;
	font-weight: var(--b-font-size);
	/* font-weight: 5px; */
	font-style: italic;
	text-align: left;
	/* padding: 8px; */
	/* margin-bottom: -50px; */
	padding-bottom: 80px;
	position: relative; right:20px;

		
	
}



.boxC a {
	color: #07a73c;
	font-size: 16px;
	margin: -50px;

	text-align: left;
	position: relative;top: 2px;
	position: relative;left: 70px;


}

.boxC h3 {
	font-size: 25px;
	margin: 5%;
	text-transform: uppercase;
	color: #fff;
	margin-top: 1rem;
}
.icons {
	width: 80px;
	height: 80px;
	background: #fff;
	margin: auto;
	border-radius: 50px;
}
.icons i {
	font-size: 35px;
	line-height: 80px;
}
.box:before, .box:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 0%;
	border: 5px solid #ffffff;
	opacity: 0;
	transition: .5s;
	box-sizing: border-box;
}
.box:before {
	top: 0;
	left: 0;
	border-top-left-radius: 10px;
}
.boxC:after {
	bottom: 0;
	right: 0;
	border-bottom-right-radius: 10px;
}
.boxC:hover:before, .box:hover:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-delay: .3s;
}
.box:hover {
	box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}
.boxC span {
	position: absolute;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transition: .5s;
	transform: skewX(10deg);
}
.boxC:hover span {
	left: 110%;
}
.boxC:hover {
	background-image: linear-gradient(45deg, #b343cb, #180293);
	box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.5);
}


@media (max-width: 1000px) {
	.boxC {


		/* height: 430px; */
		/* margin: 180px; */

		height: 40px;
		max-width: 600PX;
		border-radius: 20px;
		transition: all 0.6s ease;
		box-sizing: border-box;
		transition: all 0.6s ease;
		padding: 10px;
	

		

		}


	.boxC p{
		color: #fff;
		font-size: 16px;
		text-align: left;
		padding: 10px;
		margin-bottom: -10px;

		
			}

	.boxC {
		/* color: #23ac11; */
		color: #111118e1;

		font-size: 16px;
		margin: 0;
		margin-top: 12%;

		/* text-align: left; */
		/* margin-bottom: -100px; */
		/* text-align: left; */
		/* position: relative;top: 10px;
		position: relative;left: 45px; */
		
	
			}


	.boxC {
		/* line-height: 1px; */
		margin-bottom: -30px;
		text-align: center;

		
	
			}


.boxC a {
	color: #07a73c;
	font-size: 16px;
	margin: 0px;

	text-align: left;
	position: relative;top: 3px;
	position: relative;left: 9px;
	
	}
}



@media (max-width: 600px) {
	.boxC {
		height:600px;
		margin: 12px;
		text-align: center;
		/* padding: 10px; */
		

	}

	.box P{
		text-align: left;
		position: absolute;

	}
	.boxC b{
		color: #e1e2e1e7;

		font-weight: var(--b-font-size);
		/* font-weight: 5px; */
		font-style: italic;
		text-align: left;
		padding: 8px;
		margin-bottom: -10px;
		position: relative; right:15px;

		

	}

	.boxC {
		margin: 10px;
		border-radius: 17px;
		transition: all 0.6s ease;
		
		
	}
		
	}
	.box h3 {
		font-size: 20px;
		text-align: center;
	}




	/* 1. ¿como aplicar? */
	/* 1. ¿como aplicar? */
	/* 1. ¿como aplicar? */




.container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;

}
.section-header {
	text-align: center;
	margin-top: 5%;
	color: #fff;
}

.section-header p {
	margin: 5%;
	font: 18px;
    line-height: 22px;
    margin-bottom: 20px;
	margin-bottom: 15px;
    transition: 2s;
}

.boxCC {
	position: relative;
	height: 560px;
	background: linear-gradient(45deg, #242227, #272727);
	box-sizing: border-box;
	padding: 20px;
	transition: .5s;
	overflow: hidden;
	margin: 2px;
	text-align: center;
	border-radius: 10px;
	transition: all 0.6s ease;
}
.boxCC p {
	color: #fff;
	font-size: 16px;
	margin: 0;
	
	text-align: left;
	margin-bottom: 15px;
	
}

.boxCC b {

	color: #e1e2e1e7;
	font-weight: var(--b-font-size);
	/* font-weight: 5px; */
	font-style: italic;
	text-align: left;
	/* padding: 8px; */
	/* margin-bottom: -50px; */
	padding-bottom: 30px;
	position: relative; right:20px;

		
	
}



.boxCC a {
	color: #07a73c;
	font-size: 16px;
	margin: -50px;

	text-align: left;
	position: relative;top: 2px;
	position: relative;left: 70px;


}

.boxCC h3 {
	font-size: 25px;
	margin: 5%;
	text-transform: uppercase;
	color: #fff;
	margin-top: 1rem;
}
.icons {
	width: 80px;
	height: 80px;
	background: #fff;
	margin: auto;
	border-radius: 50px;
}
.icons i {
	font-size: 35px;
	line-height: 80px;
}
.boxCC:before, .box:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 0%;
	border: 5px solid #fff;
	opacity: 0;
	transition: .5s;
	box-sizing: border-box;
}
.boxCC:before {
	top: 0;
	left: 0;
	border-top-left-radius: 10px;
}
.boxCC:after {
	bottom: 0;
	right: 0;
	border-bottom-right-radius: 10px;
}
.boxC:hover:before, .box:hover:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-delay: .3s;
}
.box:hover {
	box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}
.boxCC span {
	position: absolute;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transition: .5s;
	transform: skewX(10deg);
}
.boxCC:hover span {
	left: 110%;
}
.boxCC:hover {
	background-image: linear-gradient(45deg, #b343cb, #180293);
	box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.5);
}


@media (max-width: 1000px) {
	.boxCC {


		/* height: 430px; */
		/* margin: 180px; */

		height: 40px;
		max-width: 600PX;
		border-radius: 20px;
		transition: all 0.6s ease;
		box-sizing: border-box;
		transition: all 0.6s ease;
		padding: 10px	

		}


	.boxCC p{
		color: #fff;
		font-size: 16px;
		text-align: left;
		padding: 15px;
		margin-bottom: -18px;

		
			}

	.boxCC {
		/* color: #23ac11; */
		font-size: 16px;
		margin: 0;
		margin-top: 12%;

		/* text-align: left; */
		/* margin-bottom: -100px; */
		/* text-align: left; */
		/* position: relative;top: 10px;
		position: relative;left: 45px; */
		
	
			}


	.boxCC {
		/* line-height: 1px; */
		margin-bottom: -30px;
		text-align: center;

		
	
			}
			
	.boxCC a {
	color: #07a73c;
	font-size: 16px;
	margin: 0px;

	text-align: left;
	position: relative;top: 3px;
	position: relative;left: 9px;
	
	}

.boxCC span {
	position: absolute;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transition: .5s;
	transform: skewX(10deg);
}

}



@media (max-width: 600px) {
	.boxCC {
		height:350px;
		margin: 12px;
		text-align: center;
		/* padding: 10px; */
		

	}

	.boxCC P{
		text-align: left;
		position: absolute;

	}
	.boxCC b{
		color: #e1e2e1e7;

		font-weight: var(--b-font-size);
		/* font-weight: 5px; */
		font-style: italic;
		text-align: left;
		padding: 8px;
		margin-bottom: -10px;
		position: relative; right:10px;
		position: relative;top: 80px;

		

	}

	.boxCC {
		margin: 10px;
		border-radius: 17px;
		transition: all 0.6s ease;


	}
	.boxCC span {
		position: absolute;
		top: 0;
		left: -103%;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.3);
		transition: .5s;
		transform: skewX(10deg);
	}
		
			
	
	.boxCC h3 {
		font-size: 25px;
		text-align: center;
	}






/* BOX PAGO */
/* BOX PAGO */
/* BOX PAGO */

}
.container {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 20px;
	
	}
.section-header {
		text-align: center;
		margin-top: 5%;
		color: #fff;
	}
	
	.section-header p {
		margin: 5%;
		font: 18px;
		line-height: 22px;
		margin-bottom: 20px;
		margin-bottom: 15px;
		transition: 2s;
	}
	
	.boxCP {
		position: relative;
		height: 560px;
		background: linear-gradient(45deg, #242227, #272727);
		box-sizing: border-box;
		padding: 20px;
		transition: .5s;
		overflow: hidden;
		margin: 2px;
		text-align: center;
		border-radius: 10px;
		transition: all 0.6s ease;
	}
	.boxCP p {
		color: #fff;
		font-size: 16px;
		margin: 0;
		
		text-align: left;
		margin-bottom: 15px;
		
	}
	
	.boxCP b {
	
		color: #e1e2e1e7;
		font-weight: var(--b-font-size);
		/* font-weight: 5px; */
		font-style: italic;
		text-align: left;
		/* padding: 8px; */
		/* margin-bottom: -50px; */
		padding-bottom: 30px;
		position: relative; right:20px;
	
			
		
	}
	

	
	.boxCP h3 {
		font-size: 25px;
		margin: 5%;
		text-transform: uppercase;
		color: #fff;
		margin-top: 1rem;
	}
	.icons {
		width: 80px;
		height: 80px;
		background: #fff;
		margin: auto;
		border-radius: 50px;
	}
	.icons i {
		font-size: 35px;
		line-height: 80px;
	}
	.boxCP:before, .box:after {
		content: '';
		position: absolute;
		width: 0%;
		height: 0%;
		border: 5px solid #fff;
		opacity: 0;
		transition: .5s;
		box-sizing: border-box;
	}
	.boxCP:before {
		top: 0;
		left: 0;
		border-top-left-radius: 10px;
	}
	.boxCP:after {
		bottom: 0;
		right: 0;
		border-bottom-right-radius: 10px;


		/* MARCO BLANCO */
	}
	.boxC:hover:before, .box:hover:after {
		width: 100%;
		height: 100%;
		opacity: 1;
		transition-delay: .3s;
	}
	.boxP:hover {
		box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
	}
	.boxCP span {
		position: absolute;
		top: 0;
		left: -110%;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.3);
		transition: .5s;
		transform: skewX(10deg);
	}
	.boxCP:hover span {
		left: 110%;
	}
	.boxCP:hover {
		background-image: linear-gradient(45deg, #b343cb, #180293);
		box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.5);
	}
	
	


	
	@media (max-width: 1000px) {
		.boxCP {
	
	
			/* height: 430px; */
			/* margin: 180px; */
			height: 400px;
			max-width: 600PX;
			border-radius: 20px;
			transition: all 0.6s ease;
			box-sizing: border-box;
			transition: all 0.6s ease;
			margin: 12px;
			padding: 10px;
		
	
			}
	
	
		.boxCP p{
			color: #fff;
			font-size: 16px;
			text-align: left;
			padding: 15px;
			margin-bottom: -18px;
	
			
				}
	
	
	
	
		.boxCC {
			/* line-height: 1px; */
			margin-bottom: -30px;
			text-align: center;
	
			
		
				}
	
	.boxCP span {
		position: absolute;
		top: 0;
		left: -103%;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.3);
		transition: .5s;
		transform: skewX(10deg);
	}
	

	}
	
	
	
	@media (max-width: 600px) {
		.boxCC {
			height:350px;
			margin: 12px;
			text-align: center;
			padding: 10px;
			
	
		}
	
		.boxCC P{
			text-align: left;
			position: absolute;
	
		}
		.boxCC b{
			color: #e1e2e1e7;
	
			font-weight: var(--b-font-size);
			/* font-weight: 5px; */
			font-style: italic;
			text-align: left;
			padding: 8px;
			margin-bottom: -10px;
			position: relative; right:10px;
			position: relative;top: 80px;
	
			
	
		}
	
		.boxCC {
			margin: 10px;
			border-radius: 17px;
			transition: all 0.6s ease;
			
			
		}

		.boxCC span {
			position: absolute;
			top: 0;
			left: -110%;
			width: 100%;
			height: 100%;
			background: rgba(255, 255, 255, 0.3);
			transition: .5s;
			transform: skewX(10deg);
		}
			
		
		.boxCC h3 {
			font-size: 25px;
			text-align: center;
		}
	
	
	
/* BOX ENTREGA */



/* BOX ENTREGA */

	}
.container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;

}
.section-header {
	text-align: center;
	margin-top: 5%;
	color: #fff;
}

.section-header p {
	margin: 5%;
	font: 18px;
	line-height: 22px;
	margin-bottom: 20px;
	margin-bottom: 15px;
	transition: 2s;
}

.boxCE {
	position: relative;
	height: 560px;
	background: linear-gradient(45deg, #242227, #272727);
	box-sizing: border-box;
	padding: 20px;
	transition: .5s;
	overflow: hidden;
	margin: 2px;
	text-align: center;
	border-radius: 10px;
	transition: all 0.6s ease;
}
.boxCE p {
	color: #fff;
	font-size: 16px;
	margin: 0;
	
	text-align: left;
	margin-bottom: 15px;
	
}

.boxCE b {

	color: #e1e2e1e7;
	font-weight: var(--b-font-size);
	/* font-weight: 5px; */
	font-style: italic;
	text-align: left;
	/* padding: 8px; */
	/* margin-bottom: -50px; */
	padding-bottom: 30px;
	position: relative; right:20px;

		
	
}



.boxCE h3 {
	font-size: 25px;
	margin: 5%;
	text-transform: uppercase;
	color: #fff;
	margin-top: 1rem;
}
.icons {
	width: 80px;
	height: 80px;
	background: #fff;
	margin: auto;
	border-radius: 50px;
}
.icons i {
	font-size: 35px;
	line-height: 80px;
}
.boxCE:before, .box:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 0%;
	border: 5px solid #fff;
	opacity: 0;
	transition: .5s;
	box-sizing: border-box;
}
.boxCE:before {
	top: 0;
	left: 0;
	border-top-left-radius: 10px;
}
.boxCE:after {
	bottom: 0;
	right: 0;
	border-bottom-right-radius: 10px;


	/* MARCO BLANCO */
}
.box:hover:before, .box:hover:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-delay: .3s;
}
.boxCE:hover {
	box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}
.boxCE span {
	position: absolute;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transition: .5s;
	transform: skewX(10deg);
}
.boxCE:hover span {
	left: 110%;
}
.boxCE:hover {
	background-image: linear-gradient(45deg, #b343cb, #180293);
	box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.5);
}


@media (max-width: 1000px) {
	.boxCE {


		/* height: 430px; */
		/* margin: 180px; */

		height: 450px;
		max-width: 600PX;
		border-radius: 20px;
		transition: all 0.6s ease;
		box-sizing: border-box;
		transition: all 0.6s ease;
		padding: 10px;
	

		

		}


	.boxCE p{
		color: #fff;
		font-size: 16px;
		text-align: left;
		padding: 15px;
		margin-bottom: -18px;

		
			}




	.boxCE {
		/* line-height: 1px; */
		margin-bottom: -30px;
		text-align: center;

		
	
			}



}



@media (max-width: 600px) {
	.boxCE {
		height:370px;
		margin: 12px;
		text-align: center;
		/* padding: 10px; */
		

	}

	/* .boxC P{
		text-align: left;
		position: absolute; */

	
	.boxCE b{
		color: #e1e2e1e7;

		font-weight: var(--b-font-size);
		/* font-weight: 5px; */
		font-style: italic;
		text-align: left;
		padding: 8px;
		margin-bottom: -10px;
		position: relative; right:10px;
		position: relative;top: 80px;

		

	}

	.boxCE {
		margin: 10px;
		border-radius: 17px;
		transition: all 0.6s ease;
		
		
	}
		
	.boxCE span {
		position: absolute;
		top: 0;
		left: -103%;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.3);
		transition: .5s;
		transform: skewX(10deg);
	}
		
	.boxCC h3 {
		font-size: 25px;
		text-align: center;
	}






	





	
	
		
	
	
	
	
	