:root {
	--active-tab-bg: rgba(255,255,255,0.15);
	--background-color: #4a573e;
	--border-color: rgba(255,255,255,0.2);
	--color-beige: #a9a389;
	--color-dark: #121712;
	--color-green-dark: #303c1c;
	--color-light: #a7afa2;
	--color-olive: #616243;
	--font-family-montserrat: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--inactive-tab-bg: rgba(0,0,0,0.2);
	--page-background: #a7afa2;
	--text-light: #ffffff;
	--thumbnail-margin: 8px;
	--thumbnail-size: 80px
}

body {
	background-color: var(--page-background) !important;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	color: var(--color-dark);
	font-family: var(--font-family-montserrat)
}

html body .product-tab {
	background-color: var(--color-light,#a7afa2) !important;
	border-radius: 8px 8px 0 0;
	border: none;
	color: var(--color-dark,#121712) !important;
	cursor: pointer;
	font-family: var(--font-family-montserrat);
	font-size: 15px;
	font-weight: 500;
	margin-right: 0.5px;
	opacity: 0.8;
	padding: 5px 15px;
	transition: all 0.3s ease;
	white-space: nowrap
}

html body .product-tab-content {
	background-color: var(--color-green-dark);
	border-radius: 0 24px 24px 24px;
	border-top: none !important;
	border: none !important;
	color: var(--text-light);
	font-family: var(--font-family-montserrat);
	line-height: 1.6;
	min-height: 150px;
	padding: 20px
}

html body .product-tab.active {
	background-color: var(--color-green-dark,#303c1c) !important;
	color: white !important;
	font-weight: 500;
	opacity: 1
}

html body .product-tab:hover {
	background-color: var(--color-beige,#a9a389) !important;
	color: var(--color-dark,#121712) !important;
	opacity: 0.9
}

i.fab, i.far, i.fas {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	text-rendering: auto
}

i.fab.fa-whatsapp {
	font-family: "Font Awesome 6 Brands" !important
}

i.far.fa-file-pdf, i.fas.fa-download, i.fas.fa-paper-plane, i.fas.fa-play-circle {
	font-family: "Font Awesome 6 Free" !important
}

#imageModal .btn-close {
	background-color: white;
	border-radius: 50%;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: 10px;
	top: 10px
}

#imageModal .modal-body {
	padding: 0
}

#imageModal .modal-content {
	background-color: rgba(0,0,0,0.9)
}

#mainProductVideo {
	height: calc(100% - 30px);
	margin-top: -15px;
	margin: 0 auto;
	max-width: 100%;
	object-fit: contain;
	width: 100%
}

#solicitudModal .btn-outline-secondary {
	border-color: var(--border-color);
	color: var(--text-light)
}

#solicitudModal .btn-outline-secondary:hover {
	background-color: rgba(255,255,255,0.1)
}

#solicitudModal .btn-primary {
	background-color: #25d366;
	border: none
}

#solicitudModal .btn-primary i {
	display: inline-block !important;
	font-family: "Font Awesome 6 Free" !important
}

#solicitudModal .btn-primary:hover {
	background-color: #1ea952
}

#solicitudModal .form-control {
	background-color: rgba(255,255,255,0.1);
	border: 1px solid var(--border-color);
	color: var(--text-light);
	font-weight: 300
}

#solicitudModal .form-control::placeholder {
	color: rgba(255,255,255,0.5)
}

#solicitudModal .form-label {
	color: var(--text-light);
	font-family: var(--font-family-montserrat) !important;
	font-weight: 500;
	opacity: 0.9
}

#solicitudModal .modal-content {
	background-color: var(--background-color);
	color: var(--text-light);
	font-family: 'Montserrat', Arial, sans-serif
}

#solicitudModal .modal-footer {
	border-top: 1px solid var(--border-color)
}

#solicitudModal .modal-header {
	background-color: rgba(0,0,0,0.2);
	border-bottom: 1px solid var(--border-color);
	color: var(--text-light)
}

#videoContainer, #youtubeContainer {
	align-items: center;
	background-color: #000;
	display: flex;
	height: 100%;
	justify-content: center
}

#youtubeContainer .ratio {
	height: 100%;
	margin-top: -15px;
	margin: 0 auto;
	max-height: calc(100% - 30px);
	width: 100%
}

#youtubeContainer .ratio-16x9 {
	--bs-aspect-ratio: 56.25%
}

.breadcrumb {
	background-color: transparent !important;
	border-bottom: 1px solid var(--border-color);
	font-size: 0.85rem;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding: 5px 0
}

.breadcrumb a, .breadcrumb-item.active {
	color: rgba(255,255,255,0.7) !important
}

.breadcrumb a:hover {
	color: white !important;
	text-decoration: none
}

.casa-colina-footer {
	border-top: 1px solid rgba(255,255,255,0.2);
	color: white;
	display: flex;
	justify-content: space-between;
	padding: 40px 15px 0
}

.casa-colina-footer-wrapper {
	background-color: #63674b;
	color: white;
	padding-bottom: 40px
}

.casa-colina-info {
	display: flex;
	flex: 1;
	justify-content: space-around
}

.casa-colina-logo {
	flex: 0 0 300px
}

.casa-colina-logo h4 {
	color: white;
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	font-weight: 400;
	margin: 0
}

.casa-colina-logo h4:before {
	content: "Casa";
	display: block;
	font-size: 32px;
	font-weight: 400
}

.casa-colina-logo img {
	height: auto;
	max-width: 100%
}

.cc-columna {
	padding: 0 15px
}

.cc-columna h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px
}

.cc-contacto-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.cc-contacto-list li {
	font-size: 14px;
	margin-bottom: 8px
}

.cc-horario {
	margin-top: 10px
}

.cc-social-icons {
	display: flex;
	gap: 10px;
	margin-top: 10px
}

.cc-social-icons a {
	align-items: center;
	background-color: rgba(0,0,0,0.3);
	border-radius: 4px;
	color: white;
	display: flex;
	font-size: 14px;
	height: 30px;
	justify-content: center;
	text-decoration: none;
	width: 30px
}

.cc-social-icons a:hover {
	background-color: rgba(255,255,255,0.3)
}

.doc-item {
	background-color: rgba(0,0,0,0.2);
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,0.2);
	color: var(--text-light) !important;
	transition: background-color 0.3s
}

.doc-item .badge {
	background-color: rgba(255,255,255,0.1);
	color: var(--text-light)
}

.doc-item i {
	display: inline-block !important;
	font-family: "Font Awesome 6 Free" !important
}

.doc-item:hover {
	background-color: rgba(0,0,0,0.3);
	color: white !important
}

.hidden {
	display: none !important
}

.local-video-thumb {
	align-items: center;
	background-color: #000;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%
}

.media-container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%
}

.media-container.hidden {
	display: none
}

.multimedia-container {
	background-color: rgba(0,0,0,0.2);
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,0.2);
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	overflow: hidden
}

.multimedia-container .p-3 {
	background-color: rgba(0,0,0,0.3);
	border-top: 1px solid var(--border-color);
	color: var(--text-light)
}

.price-separator {
	background-color: rgba(255,255,255,0.2);
	height: 1px;
	margin: 8px 0;
	width: 100%
}

.product-category strong, .product-dimensions strong, .product-material strong, .product-origin strong {
	font-weight: 500;
	opacity: 0.7
}

.product-category, .product-dimensions, .product-material, .product-origin {
	color: var(--text-light);
	font-family: var(--font-family-montserrat);
	line-height: 1.5;
	margin-bottom: 5px;
	opacity: 0.9
}

.product-container {
	background-color: var(--background-color);
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	color: var(--text-light);
	font-family: var(--font-family-montserrat) !important;
	margin: 20px auto;
	max-width: 1200px;
	padding: 20px 25px
}

.product-container * {
	font-family: var(--font-family-montserrat) !important
}

.product-details {
	margin-bottom: 5px;
	padding: 0
}

.product-details h5 {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: var(--text-light);
	font-family: var(--font-family-montserrat);
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 10px;
	padding-bottom: 5px
}

.product-details li {
	color: var(--text-light);
	font-family: var(--font-family-montserrat) !important;
	font-weight: 300;
	margin-bottom: 5px;
	opacity: 0.9;
	padding-left: 15px;
	position: relative
}

.product-details li:before {
	color: var(--text-light);
	content: "";
	left: 0;
	position: absolute
}

.product-details ul {
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 0
}

.product-gallery {
	display: flex;
	flex-direction: column;
	flex: 0 0 48%;
	gap: 15px;
	margin-right: 0;
	min-width: 300px
}

.product-info {
	color: var(--text-light);
	display: flex;
	flex-direction: column;
	flex: 0 0 48%;
	gap: 3px;
	justify-content: flex-start;
	min-width: 300px
}

.product-main {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 20px
}

.product-main-image {
	background: rgba(0,0,0,0.05);
	border-radius: 8px;
	border: 1px solid var(--border-color);
	cursor: pointer;
	height: auto;
	overflow: hidden;
	padding-top: 75%;
	position: relative;
	width: 100%
}

.product-main-image img {
	display: block;
	height: 100%;
	left: 0;
	object-fit: contain;
	padding: 10px;
	position: absolute;
	top: 0;
	transition: transform 0.3s ease;
	width: 100%
}

.product-main-image img:hover {
	transform: scale(1.03)
}

.product-price {
	background-color: rgba(255,255,255,0.15);
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.3);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	display: block;
	font-size: 1.4rem;
	margin: 0 auto 0;
	padding: 10px;
	text-align: center;
	width: 90%
}

.product-price strong {
	color: var(--text-light);
	font-weight: 500;
	margin-right: 5px
}

.product-reference {
	color: rgba(255,255,255,0.8);
	font-size: 1.2rem;
	font-weight: 300;
	margin-bottom: 1rem
}

.product-tab-content p {
	color: var(--text-light);
	font-family: var(--font-family-montserrat) !important;
	font-weight: 300;
	line-height: 1.6;
	opacity: 0.9
}

.product-tab-content.productos-relacionados {
	background-color: transparent;
	color: var(--color-dark);
	padding: 30px 0 10px 0
}

.product-tab-content.productos-relacionados h3 {
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase
}

.product-tab-content.productos-relacionados h3, .product-tab-content.productos-servicios h3 {
	color: #e0e0d0;
	font-family: var(--font-family-montserrat);
	font-size: 1.75rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	text-transform: uppercase
}

.product-tab-content.productos-relacionados, .product-tab-content.productos-servicios {
	border-radius: 0;
	color: white;
	margin-top: 30px;
	padding: 25px
}

.product-tab-content.productos-servicios {
	background-color: var(--color-green-dark);
	border-radius: 24px;
	padding: 15px
}

.product-tab-content.productos-servicios .col-6:first-child {
	align-items: center;
	display: flex;
	justify-content: center
}

.product-tab-content.productos-servicios h3 {
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center
}

.product-tabs {
	background-color: transparent;
	border-radius: 0;
	border: none;
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	margin-bottom: 0;
	padding: 0
}

.product-tabs-container {
	margin-bottom: 0;
	margin-top: 30px
}

.product-thumbnail {
	display: block;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	transition: all 0.2s ease
}

.product-thumbnails {
	display: flex;
	flex-wrap: wrap;
	gap: var(--thumbnail-margin);
	justify-content: flex-start;
	margin-top: 10px;
	width: 100%
}

.product-title {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	color: var(--text-light);
	font-family: var(--font-family-montserrat);
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-transform: uppercase
}

.producto-rel-card {
	background-color: #fff;
	border-radius: 0;
	height: 420px;
	overflow: hidden;
	position: relative;
	transition: transform 0.3s ease
}

.producto-rel-card .stretched-link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.producto-rel-card img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.producto-rel-icon {
	align-items: center;
	background-color: white;
	border-radius: 4px;
	color: #63674b;
	display: flex;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	z-index: 1
}

.producto-rel-nombre {
	background-color: rgba(0,0,0,0.6);
	bottom: 0;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	left: 0;
	padding: 12px;
	position: absolute;
	right: 0;
	text-align: center
}

.productos-relacionados-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3,1fr);
	margin-bottom: 30px;
	padding: 0 15px
}

.productos-relacionados-section {
	background-color: #63674b;
	color: white;
	margin-top: 30px;
	padding: 30px 0
}

.productos-relacionados-title {
	color: #e0e0d0;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
	padding-left: 15px;
	text-transform: uppercase
}

.productos-servicios-container {
	display: flex;
	justify-content: space-between
}

.productos-servicios-section {
	background-color: #435040;
	border-radius: 12px;
	color: white;
	margin: 0 15px 40px;
	padding: 40px
}

.productos-servicios-section-wrapper {
	background-color: #63674b;
	color: white;
	padding: 0 0 30px
}

.productos-servicios-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center
}

.ps-columna {
	flex: 1;
	padding: 0 20px
}

.ps-columna a {
	color: white;
	font-size: 15px;
	text-decoration: none
}

.ps-columna a:hover {
	text-decoration: underline
}

.ps-columna h4 {
	color: white;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px
}

.ps-columna li {
	margin-bottom: 8px
}

.ps-columna ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.related-product-card {
	align-items: center;
	background-color: #fff;
	background-color: white;
	border-radius: 0px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	height: 420px;
	height: auto;
	max-height: 200px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s, box-shadow 0.3s
}

.related-product-card img {
	height: 100%;
	height: 140px;
	object-fit: contain;
	object-fit: cover;
	width: 100%
}

.related-product-card::before {
	align-items: center;
	background-color: rgba(0,0,0,0.5);
	background-color: white;
	border-radius: 50%;
	color: #63674b;
	color: white;
	content: "+";
	display: flex;
	font-size: 16px;
	font-size: 20px;
	font-weight: bold;
	height: 25px;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 10px;
	right: 8px;
	top: 10px;
	top: 8px;
	width: 25px;
	width: 30px;
	z-index: 2
}

.related-product-card:hover {
	border-color: var(--color-beige);
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	transform: translateY(-3px);
	transform: translateY(-5px)
}

.related-product-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4,1fr);
	margin-top: 1.5rem
}

.related-product-title {
	background-color: rgba(0,0,0,0.6);
	bottom: 0;
	color: var(--color-green-dark);
	color: white;
	font-size: 0.95rem;
	font-size: 0.9rem;
	font-weight: 400;
	font-weight: 500;
	left: 0;
	margin-top: auto;
	padding: 10px;
	padding: 12px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%
}

.related-products {
	border-top: 1px solid var(--border-color);
	margin-top: 30px;
	padding-top: 30px
}

.related-products h3 {
	border-bottom: none;
	color: white;
	display: block;
	font-family: var(--font-family-montserrat) !important;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-align: left;
	text-transform: uppercase
}

.servicios-list {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}

.servicios-list a {
	color: white;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s ease
}

.servicios-list a:hover {
	color: rgba(255,255,255,0.8);
	text-decoration: underline
}

.servicios-list li {
	margin-bottom: 0.25rem
}

.servicios-list li:last-child {
	margin-bottom: 0
}

.specs-table {
	background-color: transparent;
	border-color: var(--border-color);
	border-radius: 0;
	color: var(--text-light)
}

.specs-table td {
	border-color: var(--border-color);
	font-weight: 300
}

.specs-table th {
	background-color: rgba(0,0,0,0.2);
	border-color: var(--border-color);
	color: var(--text-light);
	font-weight: 500
}

.specs-table tr:nth-child(even) {
	background-color: rgba(0,0,0,0.1)
}

.thumbnail-container {
	align-items: center;
	background-color: rgba(255,255,255,0.1);
	border-radius: 6px;
	border: 2px solid transparent;
	cursor: pointer;
	display: flex;
	height: var(--thumbnail-size);
	justify-content: center;
	overflow: hidden;
	transition: all 0.2s ease;
	width: var(--thumbnail-size)
}

.thumbnail-container.active {
	border-color: var(--text-light);
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	transform: translateY(-2px)
}

.thumbnail-container:hover {
	border-color: rgba(255,255,255,0.5)
}

.video-icon {
	align-items: center;
	background-color: rgba(0,0,0,0.4);
	border-radius: 50%;
	color: white;
	display: flex;
	font-size: 24px;
	height: 40px;
	justify-content: center;
	left: 50%;
	opacity: 0.95;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 0 8px rgba(0,0,0,0.8);
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
	width: 40px;
	z-index: 2
}

.video-icon.fas.fa-play-circle {
	font-family: "Font Awesome 6 Free" !important;
	font-size: 2rem;
	font-weight: 900 !important
}

.video-thumbnail {
	position: relative
}

.video-thumbnail:before {
	background: rgba(0,0,0,0.2);
	border-radius: 6px;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.video-thumbnail:hover .video-icon {
	background-color: rgba(0,0,0,0.6);
	transform: translate(-50%,-50%) scale(1.15)
}

.video-title {
	background: rgba(0,0,0,0.7);
	bottom: 0;
	color: white;
	font-size: 14px;
	font-weight: 500;
	left: 0;
	padding: 5px 10px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 5
}

.whatsapp-button {
	align-items: center;
	background-color: #25d366;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.2);
	color: white !important;
	display: flex;
	font-size: 1.2rem;
	font-weight: 500;
	justify-content: center;
	margin: 10px auto;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 90%
}

.whatsapp-button i {
	display: inline-block !important;
	font-family: "Font Awesome 6 Brands" !important;
	font-size: 1.2rem;
	margin-right: 8px
}

.whatsapp-button:hover {
	background-color: #1ea952;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	color: white !important;
	text-decoration: none;
	transform: translateY(-2px)
}

@media (max-width: 480px) {
	.product-main-image {
		padding-top: 75%
	}

	.product-price {
		font-size: 1.2rem;
		padding: 10px
	}

	.product-reference {
		font-size: 1rem;
		margin-bottom: 1.2rem
	}

	.product-tab {
		font-size: 12px;
		padding: 8px 10px
	}

	.product-tabs {
		padding: 0 5px
	}

	.product-title {
		font-size: 1.5rem
	}

	.thumbnail-container {
		height: 50px;
		width: 50px
	}

	.whatsapp-button {
		font-size: 1rem;
		padding: 8px
	}
}

@media (max-width: 576px) {
	.related-product-grid {
		grid-template-columns: 1fr;
		grid-template-columns: repeat(2,1fr)
	}
}

@media (max-width: 768px) {
	#mainProductVideo {
		height: 100%;
		left: 0;
		margin-top: 0;
		max-height: none;
		object-fit: contain;
		position: absolute;
		top: 0
	}

	#youtubeContainer .ratio {
		left: 0;
		margin-top: 0;
		max-height: 100%;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%)
	}

	.gallery-scroll-hint {
		color: rgba(255,255,255,0.7);
		display: block;
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 5px;
		text-align: center
	}

	.price-separator {
		margin: 8px 0
	}

	.product-container {
		margin-top: 80px;
		padding: 15px
	}

	.product-gallery, .product-info {
		flex: 0 0 100%;
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%
	}

	.product-main {
		flex-direction: column;
		gap: 5px;
		margin-bottom: 15px
	}

	.product-main-image {
		border-radius: 6px;
		margin-bottom: 10px;
		padding-top: 66.67%
	}

	.product-price {
		font-size: 1.2rem;
		padding: 10px
	}

	.product-price, .whatsapp-button {
		margin: 10px auto;
		padding: 10px;
		width: 100%
	}

	.product-reference {
		font-size: 1.1rem;
		margin-bottom: 1.5rem
	}

	.product-tab {
		border-radius: 4px 4px 0 0;
		flex: 0 0 auto;
		margin-bottom: 0;
		scroll-snap-align: start;
		white-space: nowrap
	}

	.product-tab-content.productos-servicios .row .col-6 {
		margin-bottom: 10px;
		width: 100%
	}

	.product-tab-content.productos-servicios h3 {
		margin-bottom: 15px;
		text-align: center
	}

	.product-tabs {
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 5px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		width: 100%
	}

	.product-tabs::-webkit-scrollbar {
		display: none
	}

	.product-thumbnails {
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
		gap: 8px;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 5px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none
	}

	.product-thumbnails::-webkit-scrollbar {
		display: none
	}

	.product-title {
		font-size: 1.8rem;
		letter-spacing: 1px;
		margin-top: 0.5rem;
		padding-bottom: 8px
	}

	.productos-relacionados-grid {
		grid-template-columns: 1fr
	}

	.productos-servicios-section {
		padding: 20px
	}

	.productos-servicios-title {
		font-size: 28px
	}

	.related-product-grid {
		grid-template-columns: repeat(auto-fill, minmax(160px,1fr))
	}

	.thumbnail-container {
		flex: 0 0 auto;
		height: 60px;
		scroll-snap-align: start;
		width: 60px
	}

	.video-title {
		font-size: 12px;
		padding: 4px 8px
	}

	.whatsapp-button {
		font-size: 1.1rem;
		padding: 10px
	}
}

@media (max-width: 992px) {
	.casa-colina-footer {
		flex-direction: column
	}

	.casa-colina-info {
		flex-direction: column
	}

	.casa-colina-logo {
		margin-bottom: 30px;
		text-align: center
	}

	.cc-columna {
		margin-bottom: 20px
	}

	.productos-relacionados-grid {
		grid-template-columns: repeat(2,1fr)
	}

	.productos-servicios-container {
		flex-direction: column
	}

	.ps-columna {
		margin-bottom: 20px
	}

	.related-product-grid {
		grid-template-columns: repeat(2,1fr);
		grid-template-columns: repeat(3,1fr)
	}
}
.product-tab-content.hidden {
    display: none !important;
}

/* Estilos básicos para Font Awesome (críticos para la correcta visualización de iconos) */
.fab, .far, .fas {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}
.far { font-weight: 400 !important; }
.fab { font-family: "Font Awesome 6 Brands" !important; }
.fas { font-weight: 900 !important; }

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Estilo para aplicar el color de fondo a la navbar */
.navbar {
    background-color: var(--background-color);
}

/* Estilo para el contenedor de producto usando la variable CSS */
.product-container {
    background-color: var(--background-color);
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Estilos para el nuevo footer de producto */
.producto-footer {
    background-color: #63674b;
    color: white;
    padding: 60px 0 30px;
}

.producto-footer h3 {
    font-size: 1.75rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.productos-servicios-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.producto-categorias ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.producto-categorias li {
    margin-bottom: 8px;
}

.producto-categorias a {
    color: white;
    text-decoration: none;
}

.proyecto-info {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
}

.proyecto-logo {
    max-width: 280px;
}

.proyecto-contacto, .proyecto-ubicacion {
    flex: 1;
    padding: 0 20px;
}

.proyecto-contacto h5, .proyecto-ubicacion h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.proyecto-contacto ul, .proyecto-ubicacion ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.proyecto-contacto li, .proyecto-ubicacion li {
    margin-bottom: 10px;
}

.proyecto-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.proyecto-social a {
    color: white;
    font-size: 1.2rem;
}

/* Estilos para contenedor sin imagen (versión grande) */
.no-image-container-main {
    background-color: #f8f9fa;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.1);
}

.no-image-content-main {
    color: #adb5bd;
    padding: 30px;
    max-width: 80%;
}

.no-image-content-main i {
    opacity: 0.4;
    color: #6c757d;
}

.no-image-content-main p {
    font-size: 16px;
    margin-bottom: 5px;
}

/* Estilos para contenedores sin imagen (miniaturas) */
.no-image-container {
    background-color: #f5f5f5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
}

.no-image-content {
    color: #adb5bd;
    padding: 10px;
}

.no-image-content i {
    opacity: 0.5;
}

/* Media queries para responsividad */
@media (max-width: 768px) {
    .no-image-container-main {
        height: 300px;
    }
    
    .no-image-content-main i {
        font-size: 3em;
    }
}