    font-family: 'Helvetica', sans-serif;
    font-weight: 500; /* Peso ExtraBold */
	font-size: 12px;	
	line-height: 22px;*
{
	box-sizing: border-box;
}
body
{
	margin: 0;
	padding: 0;
	background-color: #ebf3f7;
	font-family: Helvetica, Arial, sans-serif;
}
.socialShare
{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	z-index: 1000;
}
.socialShare a
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: white;
	text-decoration: none;
	font-size: 20px;
	transition: transform 0.2s ease;
}
.socialShare a:hover
{
	transform: scale(1.1);
}
.socialShareImg
{
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 5px;
}
.textWhite
{
	color: #fff;
}
.textCenter
{
	text-align: center;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.italicFonts
{
	font-style: italic;
}
.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: 48px;
	line-height: 60px;
	color: #333333;
    margin: 0;
    text-align: justify; /* 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
{
	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: 500; /* Peso ExtraBold */
	font-size: 18px;
	font-weight: bold;
	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: 18px;
	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;
}
/* Estilo para la trampa de robots */
.carnada {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
    .hidden-text {
        position: absolute;
        left: -9999px;
        top: -9999px;
		color: #fff;
    }
@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)
{
	.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;
	}
}
@media only screen and (max-width: 420px)
{
	.footerLinks a
	{
		margin: 20px 5px;
	}	
}