html, body{ height: 100%;}
body {
	background-color: #f9f9f9;
	overflow-x: hidden;
}
:root{
	--primary: rgb(239, 58, 36) !important;
}

footer a:hover {
  color: rgba(0,0,0,0.9) !important;
}

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

.text-primary{
	color:rgb(239, 58, 36) !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 {
	max-height: 1100px;
}

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

.col-img{
	position: relative;
}

.col-img img {
	/* position: absolute;
	left: 15%; */
  z-index: -1;

	width: 55vh;
	min-width: 445px;
	max-width: auto;
	min-height: 500px;
	position: absolute;
	left: 10%;
	right: 15%;
	top: 0;
}

.home-title{
	font-weight: 400;
	font-size: 42px;
	line-height: 50px;
}

.home-subtitle{
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	padding: 0.5rem 1rem;
	width: fit-content;
}

.home-subtitle > span {
	display: flex;
}

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

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

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

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

/* #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);
} */

#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;
	opacity: 0.9;
	/* color: rgba(0, 0, 0, 0.6); */
}

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

@media (max-width: 1200px){
	#home > .wrapper:first-child {
		padding-top: 0rem;
	}
}

@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;
	}
}

@media all and (max-width: 1100px) {
  #home{
    padding-top: 110px;
  }
}

.hada-icon{
  font-size: 0.7rem;
  opacity: 0.7;
}


.card-producto {
	transition: transform .2s; /* Animation */
}

.card-producto *{
	color: white;
}

.card-personal { 
	background: rgb(255,112,1);
	background: linear-gradient(19deg, rgba(255,112,1,1) 48%, rgba(255,139,49,1) 100%); 
}
.card-recibos-web { 
	background: rgb(255,163,2);
	background: linear-gradient(19deg, rgba(255,163,2,1) 48%, rgba(255,174,34,1) 100%);
}
.card-erp { 
	background: rgb(108,159,235);
	background: linear-gradient(19deg, rgba(108,159,235,1) 48%, rgba(134,174,233,1) 100%);
}
.card-contable { 
	background: rgb(4,215,83);
	background: linear-gradient(19deg, rgba(4,215,83,1) 48%, rgba(58,215,117,1) 100%);
}
.card-fe { 
	background: rgb(112,178,255);
	background: linear-gradient(19deg, rgba(112,178,255,1) 48%, rgba(129,186,252,1) 100%);
}
.card-hada { 
	background: rgb(146,209,110);
	background: linear-gradient(19deg, rgba(146,209,110,1) 48%, rgba(159,215,126,1) 100%);
}
.card-forma { 
	background: rgb(181,138,250);
	background: linear-gradient(19deg, rgba(181,138,250,1) 48%, rgba(191,151,255,1) 100%);
 }
.card-clock { 
	background: rgb(37,183,182);
	background: linear-gradient(19deg, rgba(37,183,182,1) 48%, rgba(87,210,210,1) 100%);
 }

.card-producto:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.main-row {
	margin-top: -2.5rem;
}

@media all and (max-height: 775px) {
  .main-row {
		margin-top: -1rem;
	}
}

@media all and (max-width: 1300px) {
  .main-row {
		margin-top: -1rem;
	}
}
