*
{
	box-sizing: border-box;
}
body
{
	margin: 0;
	padding: 0;
	background-color: #ebf3f7;
	font-family: Helvetica, Arial, sans-serif;
}
.collage-container {
	position: relative;
	width: 100%;
	max-width: 1500px; /* Adjust according to the actual image size */
	margin: auto;
}

.collage-container img {
	width: 100%;
	height: auto;
	display: block;
}

.zone {
	position: absolute;
	display: block;
	width: 33.33%;  /* Each zone takes 1/3 of the width */
	height: 50%;    /* Each zone takes 1/2 of the height */
}

/* Define positions for each zone */
.zone1 { top: 0; left: 0; }      /* Top left */
.zone2 { top: 0; left: 33.33%; } /* Top center */
.zone3 { top: 0; left: 66.66%; } /* Top right */
.zone4 { top: 50%; left: 0; }    /* Bottom left */
.zone5 { top: 50%; left: 33.33%; } /* Bottom center */
.zone6 { top: 50%; left: 66.66%; } /* Bottom right */
.categoryListTitle, .categoryListTitleMain {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 16px 16px;
	border-radius: 8px;
	text-align: center;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	background-image: linear-gradient(to right,#ff000d, #cc0001);
}
.categoryListTitleMain {
	font-size: 36px !important;
}
table {
	width: 100%;
}
table, th, td {
	border: 1px solid #2663ec;
	border-collapse: collapse;
}
td {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding: 3px 5px;
}
td a {
	text-decoration: none;
	color: #2663ec;
}
#goTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #890000;
	color: white;
	border: none;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
#goTopBtn:hover {
	background-color: #bc0000;
}
.socialShare a
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: white;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	margin: 0 5px;
	transition: transform 0.2s ease;
}
.socialShare a:hover
{
	transform: scale(1.1);
}
.socialShareImg
{
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 25px;
}
.waImage {
	width: 50px;
	height: 50px;
	vertical-align: sub;
}
.fbImage {
	width: 45px;
	height: 45px;
}
.textWhite
{
	color: #fff;
}
.textCenter
{
	text-align: center;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.italicFonts
{
	font-style: italic;
}
.advertisement {
	color: #bdbdc9;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}
.ads {
	background: #fff;
	display: inline-block;
	position: relative;
}
.ads img {	
	width: 50%;
	float: left;
}
.adsContent {
	width: 50%;
	float: left;
	padding: 10px 10px 10px 30px;
}
.ads h1 {
	margin-top: 10px;
	color: #00f;
	font-size: 26px;
}
.adsContent p {
	margin-bottom: 5px;
	width: 80%;
}
.infoImg {
	width: 20px !important;
	position: absolute;
	top: 10px;
	right: 10px;
}
.letMeInBtn {
	background: #A6A5A6;
	color: #fff;
	border: none;
	border-radius: 50%;
	font-size: 60px;
	font-weight: normal;
	cursor: pointer;
	padding: 0px 0px;
	float: right;
	width: 60px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.letMeInBtn a {
	color: #fff;
	text-decoration: none;
}
.container
{
	width: 100%;
	margin: 0 auto;
}
.row
{
	width: 900px;
	margin: 0 auto;
	padding: 10px 15px;
	display: grid;
}
.trendingBtn
{
	background: #007bff;
	border: 1px solid transparent;
	border-color: #007bff;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	color: #fff;
	margin-top: 19px;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.trendingBtn:hover
{
	background: #0069d9;
	border-color: #0069d9;
}
.mainContent
{
	clear: both;
	background: #fff;
	padding: 16px 24px 16px 24px;
	border-radius: 5px;
	margin-bottom: 40px;
}
.mainHeading {
    font-family: 'Helvetica', sans-serif;
    font-weight: 700; /* Peso ExtraBold */
    font-size: 36px;
	line-height: normal;
	color: #000000;
    margin: 0;
    text-align: center; /* Centra el texto horizontalmente */
    width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
    display: block; /* Hace que el contenedor se comporte como un bloque */
}
.mainHeading a:hover
{
	color: #0056b3;
}
.authorImg
{
    width: 30px;
    height: 30px;	
	border-radius: 50px;
	vertical-align: bottom;
}
.byAuthor
{
    font-family: 'Helvetica', sans-serif;
    font-weight: 500; /* Peso ExtraBold */
	font-size: 20px;	
	line-height: 22px;
	font-weight: bold;
	color: #333333;

}
.publishedDate
{
    font-family: 'Helvetica', sans-serif;
    font-weight: 400; /* Peso ExtraBold */
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;	
	color: #6b7280;
}
.headerImg
{
	width: 100%;
	border-radius: 5px;
}
.content p, .hacks p
{
	font-family: 'Helvetica', sans-serif;
    font-weight: 400; /* Peso ExtraBold */
    font-size: 20px;
	line-height: 30px;
	color: #333333;
}
.hacks
{
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	padding: 16px 16px;
	margin-bottom: 16px;
}
.hacksTitle
{
	margin: 0 0 8px 0;
}
.hacksTitle a
{
	text-decoration: none;
}
.hacksNumber
{
	background: #2663ec;
	color: #fff;
	padding: 0 4px 0 4px;
	min-width: 30px;
	border-radius: 6px;
	display: inline-block;
}
.hacksImg
{
	width: 100%;
	border-radius: 8px;
}
.hacks a:hover
{
	color: #1e40af;
}
.commonBtn
{
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 16px 16px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	background-image: linear-gradient(to right,#ff000d, #cc0001);
}
.commonBtn:hover
{
	color: #fff !important;
	text-decoration: underline;
	transition-duration: .15s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	background-image: linear-gradient(to right,#ff000d, #cc0001);
}
.footerbg
{
	background: #00ced1;
}
.footer
{
	width: 100%;
}
.footer hr
{
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
.footerLinks
{
	padding: 10px 10px;
	margin: 0;
}
.footerLinks a
{
	text-decoration: none;
	margin: 20px 15px;
	font-weight: bold;
	color: #0301ee;
}
.footerText
{
	margin: 0 auto;
	padding: 0 10px;
}
.footerText p
{
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}
@media only screen and (max-width: 840px)
{
	.row
	{
		width: 100%;
	}
}
@media only screen and (max-width: 768px)
{
	.logoImg
	{
		width: 100%;
	}
}
@media only screen and (max-width: 430px)
{
	.mainContent {
		padding: 16px 20px 16px 20px;
	}
	td {
		font-size: 18px;
	}
	.categoryListTitleMain {
		font-size: 30px !important;
	}
	.floatLeft, .floatRight
	{
		float: none;
		text-align: center;
	}
	.mainHeading
	{
		font-size: 24px;
	}
	.content p, .hacks p
	{
		font-size: 18px;
	}
	.hacksTitle
	{
		font-size: 20px;
	}
	.commonBtn
	{
		font-size: 18px;
	}
	.ads img {
		width: 100%;
		float: none;
	}
	.adsContent {
		width: 100%;
		float: none;
		padding: 10px 10px;
	}
}
@media only screen and (max-width: 420px)
{
	.footerLinks a
	{
		margin: 20px 5px;
	}	
}
@media only screen and (max-width: 420px)
{
	td {
		font-size: 16px;
	}
}