body
{
    padding: 64px 32px 0px 32px;
    align-items: center;
}

h3
{
    font-size: 32px;
    font-family: LFTEticaBoldCondensed;
}

#headerHome
{
    position: relative;
    top: 0px;
    display: flex;
    justify-content: center;
}

#whatsapp
{
	font-family: LFTEticaBoldCondensed;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: right;
    top: 16px;
    right: 24px;
    position: absolute;
}

#whatsapp-button
{
	background-color: #25d366;
	border-radius: 32px;
	height: 36px;
	display: flex;
	align-items:center;
	align-content:center;
	font-family: LFTEticaBoldCondensed;
	font-size: 14px;
	line-height: 1;
	padding: 20px 16px 16px 16px;
	margin-left: 8px;
	color: #1B2833;
}

#whatsapp-icon
{
	margin-top: -6px;
	margin-right: 4px;
	display: inline;
}

#sectionHome
{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cardProduct 
{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), transparent);
    padding: 0px 8px 24px 8px;
    border-radius: 12px;    
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 160px;
    backdrop-filter: blur(4px);
}

.cardProductBig
{
    min-width: 320px;
    width: 100%;
    max-width: 480px;
    padding: 32px 16px 32px 32px;  
    display: flex;
    flex-direction: row;
    justify-content: space-between;  
}

.cardProductBig>.productImage
{
    width: 100%;
    height: 256px;
    background-size: contain !important;
}

.productImage
{
    width:100%;
    height: 160px;
    /*background-image: url(images/products/rockers-algarrobina-thumb.webp);*/
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}

.cardProductImageTitle
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    flex-grow: 1;
}

#imageCanjea
{
    width: 124px;
    height: 77px;
}

#imageCarta
{
    width: 122px;
    height: 122px;
}

footer.footer-wrap {
    display: flex
;
    flex-direction: column;
    align-items: center;
}