
.tiempo {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: transparent;
	height: auto;
	text-align: center;
	justify-self: center;
	width: 100%;	
}


.tiempo .cont-tiempo {
	position: relative;
	display: grid;	
	grid-template-columns: 1fr;
	margin: 20px;
	margin-right: 15px;
	gap: 20px;
	padding: 0px;
	place-items: center;
}

.tiempo .cont-tiempo .item-tiempo {
	display: flex;
	position: relative;
	width: 100%;
	height: 120px;
	border-radius: 7px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.7);
	overflow: hidden;
}

.tiempo .cont-tiempo .item-tiempo:hover {
	transform: scale(1.07);	
	transition: 0.2s ease-in-out;	
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo {
	display: flex;
	position: relative;
	justify-self: center;
	flex-direction: row;
	width: 100%;
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .img-tiempo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	width: 30%;
}

.tiempo .cont-tiempo .item-tiempo:nth-child(1) .cuerpo-tiempo .img-tiempo {
	background: #a5c55d;
}

.tiempo .cont-tiempo .item-tiempo:nth-child(2) .cuerpo-tiempo .img-tiempo {
	background: #33333370
}

.tiempo .cont-tiempo .item-tiempo:nth-child(3) .cuerpo-tiempo .img-tiempo {
	background: #f78000aa;
}

.tiempo .cont-tiempo .item-tiempo:nth-child(4) .cuerpo-tiempo .img-tiempo {
	background: #1a76d16c;
}


.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .img-tiempo img {
	height: 60%;
	object-fit: cover;
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo {
	display: flex;
	margin: 0;
	padding: 0px;
	flex-direction: column;
	text-align: center;
	align-items: center;
	width: 70%;
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .titulo-tiempo {
	display: flex;
	position: relative;
	font-size: 12px;
	height: 20px;
	border-bottom: 1px solid var(--color-base-Negro);
	align-items: center;
	justify-content: center;
	justify-self: center;
	text-align: center;
	color: black;
	width: 90%;
	font-weight: 500;
	margin: 10px 0px 5px 0px;
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .cont-dia-tiempo {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	justify-self: center;
	margin: 0;
	padding: 2px;
	width: 100%;
	flex-direction: row;
	line-height: 25px
}



.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .cont-dia-tiempo .nombredia {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: var(--color-base-Negro);
	text-align: right;

}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .cont-dia-año-tiempo .dia-tiempo {
	font-size: 18px;
	font-weight: bold;
	margin: 2px 2px 2px 5px;
	padding: 10px 8px;
	color: var(--color-base-Negro);
	text-align: left;
	border-radius: 50%;
	background: rgb(238, 248, 198);
	height: 35px;
	width: 35px;
	align-items: center;
	justify-content: center;
	display: flex;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}


.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .cont-dia-año-tiempo {
	display: flex;
	position: relative;
	text-align: center;
	align-items: center;
	justify-content: center;
	justify-self: center;
	margin: 0;
	padding: 0;
	width: 100%;
	flex-direction: row;
	top: -5px;
	z-index: -1;
	background: transparent;
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .cont-dia-año-tiempo .mes-tiempo {
	font-size: 16px;
	align-items: center;
	justify-self: center;
	text-align: center;
	color: var(--color-base-Negro);
	font-weight: 500;
	margin: 0;
	padding: 5px 0px;
	text-transform: uppercase;	
	background: transparent;
	z-index: 1;	
	
}
/*
.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .cont-dia-año-tiempo .mes-fondo,
.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .cont-dia-año-tiempo .mes-año {
	display: flex;
	position: absolute;
	background: rgb(230, 230, 230);	
	height: 25px;
	margin: 0;
	padding: 0;
	top: 10;	
	z-index: -1;
	transform: skewX(-20deg); */    /* Inclina la card hacia la derecha */
	/*
}
.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .cont-dia-año-tiempo .mes-fondo {
	width: 48px;
	left: 71px;
}
.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .cont-dia-año-tiempo .mes-año {
	width: 50px;
	left: 127px;
}*/


.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .cont-dia-año-tiempo span {
	font-size: 16px;
	font-weight: 500;
	margin: 0px 7px;
	color: var(--color-base-Negro);
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .cont-dia-año-tiempo .año-tiempo {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--color-base-Negro);
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .reloj-tiempo {
	display: flex;
	flex-direction: row;
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .semana-año {
	display: flex;
	flex-direction: row;
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .numSemana {
	display: flex;
	font-size: 48px;
	font-weight: 800;
	color: var(--color-base-Negro);
	margin: 20px 0px 10px 10px;
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .DiasDelAño {
	display: flex;
	font-size: 48px;
	font-weight: 800;
	color: var(--color-base-Negro);
	margin: 10px 0px 10px 10px;

}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .numSemanaAño {
	display: flex;
	font-size: 20px;
	color: var(--color-base-Negro);
	margin: 20px 10px 20px 10px;
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .num-dias-año-actual {
	display: flex;
	flex-direction: column;
	line-height: 15px;
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .num-dias-año-actual .num-dias-año {
	display: flex;
	flex-direction: row;
	font-size: 12px;
	color: var(--color-base-Negro);
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .hora-tiempo {
	display: flex;
	flex-direction: row;
	font-size: 34px;
	font-weight: 700;
	color: var(--color-base-Negro);
	margin: 10px 5px 5px 5px;
}

.tiempo .cont-tiempo .item-tiempo .cuerpo-tiempo .descripcion-tiempo .hora-am-pm-tiempo {
	display: flex;
	flex-direction: row;
	font-size: 24px;
	font-weight: 700;
	color: var(--color-base-Negro);
	margin: 5px 10px 10px 10px;
	position: relative;
}



/*@media (min-width:475px){*/
@media only screen and (min-width: 0px) and (max-width: 475px) {
	.tiempo {
		width: 100%;
		margin: 0;
		padding: 20px 15px;
	}

	.tiempo .cont-tiempo {
		grid-template-columns: 1fr;
		width: 100%;
		margin: 0;
	}
}

/*@media (min-width:576px) {*/
@media only screen and (min-width: 475px) and (max-width: 576px) {

	.tiempo .cont-tiempo {
		grid-template-columns: 1fr;
		width: 100%;
	}
}


/*
@media (min-width:768px) {*/
@media only screen and (min-width: 576px) and (max-width: 767px) {

	.tiempo .cont-tiempo {
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
	}
}

/*
@media (min-width:992px) {*/
@media only screen and (min-width: 767px) and (max-width: 991px) {

	.tiempo .cont-tiempo {
		grid-template-columns: repeat(2, 1fr);
		margin: 20px 30px;
		width: 100%;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1920px) {
	.tiempo {
		display: flex;
		text-align: center;
		justify-content: center;
		justify-self: center;
		width: calc(150px *7.5);
		padding: 0;		
	}

	.tiempo .cont-tiempo {
		grid-template-columns: repeat(4, 1fr);
		margin: 20px 0;
		width: 100%;
	}
}