html,
body {
	height: 100%;
}

body {
	background-color: #f9f9f9;
}

:root {
	--primary: rgb(239, 58, 36) !important;
}

.bg-primary,
.btn-primary {
	background-color: var(--primary) !important;
}

.btn {
	border: var(--bs-btn-border-width) solid;
}

.btn-dark {
	color: white;
	background: #000000;
	border-radius: 20px;
}

.btn-ingreso {
	display: flex;
	min-height: 40px;
	padding: 1rem 0;
	/* width: 156px; */
}

#home .products {}

#header-menuIcon span {
	background-color: black;
	box-shadow: none;
}

.col-img {
	position: relative;
}

.col-img img {
	position: absolute;
	left: 15%;
}

.home-title {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 50px;
}

.home-subtitle {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	padding: 1rem;
	width: fit-content;
}

#home {
	padding-top: 100px;
	/* margin-top: -100px; */
}

#home .container {
	max-height: 800px;
}

#home .products a {
	text-decoration: none;
	color: #000000;
}

#home .products .card {
	border: none;
	padding: 0.5rem 0.2rem;
}

#home .products a .card {
	border: solid 1px rgba(0, 0, 0, 0.1);
}

#home .products a:hover .card {
	border: solid 1px rgb(239, 58, 36);
	/* box-shadow: 0px 0px 20px rgba(0,0,0,0.1); */
}

#home .products .card-header {
	font-style: normal;
	font-weight: 600;

	/* display: flex;
	align-items: center; */
	/* font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	
	color: #000000; */
	font-size: 18px;
	line-height: 20px;
	background-color: transparent;
	border-bottom: none;
	/* min-height: 68px; */
}

#home .products .card-body {
	padding-top: 0.2rem;
	/* display: flex;
	align-items: center; */
}

#home .products .card-text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.6);
}

#home .products .btn {
	width: 37px;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1200px;
	}
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1400px;
	}
}

.global-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.global-wrapper h3 {
	font-size: 48px;
}

.global-wrapper p,
.global-wrapper ul,
.global-wrapper main li {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	/* line-height: 26px; */
	line-height: 20px;
	line-height: 150%;
	color: #1F1C1C;
	color: #656565 !important;
}

.global-wrapper ul {
	margin-left: 2rem;
}