*{
	font-family: 'Poppins', sans-serif;
}
.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
	background-color: white;
}
button {
    border: initial;
    background: initial;
    color: initial;
    padding: initial;
    margin: initial;
    text-decoration: initial;
}
a:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
textarea {
    resize: none;
}
a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
h1{
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: 600;
}
p{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
*:focus {
    outline: none;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.whatsapp-container{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.3s;
}
.social-container{
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.3s;
}
.social-container img{
    margin-bottom: 5px;
    border-radius: 8px 0px 0px 8px;
}
.whatsapp-container:hover{
    transform: scale(1.1);
}
.whatsapp-container img{
    cursor: pointer;
}
.menu {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100px;
    background-color: #223533;
    text-align: center;
}
.nav-item{
    display: inline-block;
}
.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.nav-link-simple {
    position: relative;
    padding: 5px 25px;
    white-space: nowrap;
    opacity: 0;
}
.nav-link-simple .nav-link:hover {
    color: #a7c9c5;
}
.nav-link-simple .nav-link.active {
    color: white;
    font-weight: 600;
}
.nav-link-simple .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background-color: #37726c;
    transition: width 0.3s ease-in-out;
}
.nav-link-wrapper {
    position: relative;
    padding: 2px 20px 0px 20px;
    background: #d3d7d6;
    border-radius: 100px;
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
    border: solid 2px transparent;
    opacity: 0;
}
.nav-link-wrapper .nav-link {
    color: #223533;
}
.nav-link-wrapper:hover,
.nav-link-wrapper.active {
    background: white;
    border-color: #37726c;
}
.nav-link-wrapper:hover .nav-link,
.nav-link-wrapper.active .nav-link {
    color: #37726c;
}
#link-1{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.2s;
}
#link-2{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.4s;
}
#link-3{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.6s;
}
#link-4{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
}
#link-5{
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode:forwards;
    animation-delay: 1s;
}
.navbar-brand{
    height: 100px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-brand img{
    height: 20px;
}
.masthead {
    height: 780px;
    box-sizing: border-box;
    padding: 0px 120px;
    overflow: hidden;
    background-image: url('../img/header/header-bg.jpg');
    background-size: cover;
    background-position: center; /* 'center' suele funcionar mejor que 'left' */
    background-repeat: no-repeat;
}
.masthead-img img {
    max-height: 500px; /* Usar max-height puede ser más seguro que height: 100% */
    width: auto;
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    opacity: 0;
}
.masthead-text {
    padding-left: 80px;
}
.masthead h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 72px;
    color: white;
    animation: 0.6s menuIn 1 ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    opacity: 0;
}
.masthead .h1-italic {
    font-style: italic;
    font-family: 'Playfair Display', serif;
}
.best-container {
    background-color: #f9f9f9;
    margin-top: -100px;
    border-radius: 8px;
    padding: 60px;
    position: relative; 
    z-index: 10;
}
#popular-products-grid .card-img-top {
    max-height: 250px; /* ¡Puedes ajustar este valor a tu gusto! */
    width: auto;
    object-fit: contain;
    margin: 0 auto;
}
#popular-products-grid .card {
    align-items: center;
}
.best-container h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
}
.best-hr {
    background-color: #223533;
    height: 2px;
    width: 180px;
    opacity: 1;
}
.best-container .card-img-top {
    border-radius: 8px;
}
.best-container .card-title {
    font-size: 20px;
    color: #223533;
    font-weight: 600;
    margin: 0;
}
.best-container .card-price {
    font-size: 20px;
    font-weight: 400;
    color: #858686;
}
.btn-dark {
    background-color: #223533;
    border-color: #223533;
    font-size: 20px;
}
.btn-dark:hover {
    background-color: #1a2826;
    border-color: #1a2826;
}
.acerca-container{
    margin-top: 200px;
}
.acerca-container {
    margin-top: 200px;
}
.acerca-container h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 40px;
    color: #223533;
}
.text-special {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #37726c;
}
.text-strong {
    font-weight: 700;
    color: #37726c;
}
.img-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 60%;
    height: auto;
    opacity: 0.9;
}
.decoracion-master {
    margin-top: 200px;
    background: linear-gradient(to right, rgba(34,53,51,1) 0%, rgba(34,53,51,1) 30%, rgba(255,255,255,0) 30%, rgba(249,249,249,0) 100%), #f9f9f9;
}
.decoracion-container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.decoracion-text h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 40px;
    color: #223533;
}
.productos-container {
    margin-top: 200px;
}
.productos-container h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 20px;
    color: #223533;
}
.productos-hr {
    background-color: #223533;
    height: 2px;
    width: 180px;
    opacity: 1;
}
.producto-row {
    margin-top: 30px;
}
.producto-card {
    background-color: #36988e; /* Color por defecto */
    padding: 50px 20px 20px 20px;
    border-radius: 150px 150px 8px 8px;
    height: 240px;
    box-sizing: border-box;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.producto-card--alt {
    background-color: #326761; 
}
.producto-card img {
    height: 120px;
    width: auto;
    margin-bottom: 15px;
}
.producto-card p {
    margin-top: auto;
    font-weight: 400;
}
.producto-cta {
    margin-top: 60px;
}
.mayoristas-master {
    margin-top: 200px;
    background-color: #223533;
    background-image: url('../img/acerca/mayoristas-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mayoristas-container button{
    margin-top: 20px;
    background-color: #223533;
    color: white;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 25px 10px 25px;
    border-radius: 100px;
}
.mayoristas-text {
    background-image: url('../img/acerca/mayoristas-pill-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 30px;
    border-radius: 600px;
}
.mayoristas-text h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #223533;
}
.sucursales-master {
    margin-top: 200px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.sucursales-container h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 20px;
    color: #223533;
}
.sucursales-hr {
    background-color: #223533;
    height: 2px;
    width: 180px;
    opacity: 1; /* Para asegurar que sea 100% visible en Bootstrap 5 */
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.sucursal-card {
    background-color: #f9f9f9;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 2rem;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    opacity: 0;
}
.card-1-background{
    background-image: url('../img/card/card-1-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-2-background{
    background-image: url('../img/card/card-2-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-3-background{
    background-image: url('../img/card/card-3-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-4-background{
    background-image: url('../img/card/card-4-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.card-5-background{
    background-image: url('../img/card/card-5-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sucursal-card h2 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #223533;
    margin: 0;
}
.sucursal-card p {
    font-weight: 400;
    color: #555;
    margin: 0;
    line-height: 1.5;
}
.sucursal-card hr.sucursal-hr {
    width: 100%;
    margin: 1rem 0;
    height: 3px;
    border: 0;
    background-color: #e0e0e0;
}
.sucursal-card .bi {
    font-size: 1.2rem;
    color: #37726c;
    margin-right: 0.75rem;
    min-width: 20px;
}
.card-info-line {
    margin-bottom: 0;
}
.btn.btn-brand-green {
    margin-top: 60px;
    background-color: #37726c;
    color: white;
    font-weight: 400;
    border: none;
    min-width: 130px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
}
.btn.btn-brand-green:hover {
    background-color: #2c5b56;
    color: white;
}
.sucursales-text{
    padding: 0px 200px;
}
.sucursal-card .line-separator {
    height: 2px;
    background-color: #37726c;
}
.social-card {
    background-image: url('../img/card/card-6-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #223533;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 2rem;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    opacity: 0;
}
.social-card h2 {
    font-size: 1.6rem;
    font-weight: 400;
    color: white;
    margin: 0;
}
.social-card p {
    font-weight: 400;
    color: white;
    margin: 0;
    line-height: 1.5;
}
.social-card hr.sucursal-hr {
    width: 100%;
    margin: 1rem 0;
    height: 3px;
    border: 0;
    background-color: white;
}
.social-card .bi {
    font-size: 1.2rem;
    color: white;
    margin-right: 0.75rem;
    min-width: 20px;
}
.social-link {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    margin-top: 0.75rem;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}
.social-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}
.social-link .bi {
    font-size: 1.5rem;
    margin-right: 1rem;
}
.social-link span {
    font-weight: 400;
    color: white;
}
.visual-break-container{
    margin-top: 200px;
}
.visual-break{
    padding: 0px 80px;
}
.contacto-container{
    margin-top: 200px;
}
.form-row{
    padding: 0px 200px;
}
.contacto-container h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 20px;
    color: #223533;
}
.contacto-text{
    padding: 0px 200px;
    margin-bottom: 8rem;
}
.contacto-hr {
    background-color: #223533;
    height: 2px;
    opacity: 1;
}
#contact-form .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;            
    border-bottom: 2px solid #ccc; 
    padding-left: 0;     
    padding-right: 0;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
#contact-form .form-control:focus {
    background-color: #f0f7f6;
    border-bottom-color: #37726c;
    box-shadow: none; 
}
#contact-form textarea.form-control {
    padding-top: 0.5rem;
}
.site-footer {
    margin-top: 200px;
    background-color: #223533;
    color: rgba(255, 255, 255, 0.7);
    padding: 4rem 0 0 0;
}
.footer-brand {
    margin-bottom: 1.5rem;
}
.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
}
.footer-heading {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
    font-weight: 400;
}
.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #37726c; /* Verde de tu marca */
}
.footer-links li {
    margin-bottom: 0.75rem;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease-in-out, padding-left 0.2s ease-in-out;
}
.sub-footer {
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 3rem;
    padding: 1.5rem 0;
}
.copyright-text {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}
/* --- ESTILOS PARA EL CATÁLOGO DE PRODUCTOS --- */
.catalogo-container {
    margin-top: 200px;
}
.catalogo-container h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #223533;
}
/* Estilo para los botones de filtro de categoría */
.btn-category {
    border: 2px solid #37726c;
    background-color: white;
    color: #37726c;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}
/* Efecto hover y estado activo para los filtros */
.btn-category:hover,
.btn-category.active {
    background-color: #37726c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Estilo para las tarjetas de producto (similar a "Más Populares") */
.product-card-catalogo {
    background-color: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8cpx rgba(0, 0, 0, 0.1);
}
.product-card-catalogo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.product-image-wrapper {
    position: relative;
    background-color: white; /* Fondo blanco como pediste */
    height: 250px; /* Altura fija para el contenedor, puedes ajustarla */
    border-radius: 4px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Para asegurar que las esquinas redondeadas se apliquen */
}
.product-card-catalogo img {
    /* Se elimina width: 100% y aspect-ratio para evitar el recorte */
    max-width: 100%; /* La imagen no será más ancha que el contenedor */
    max-height: 100%; /* La imagen no será más alta que el contenedor */
    object-fit: contain; /* Asegura que toda la imagen sea visible sin recortarse */
    /* Se elimina border-radius y margin-bottom, ahora se manejan en el wrapper */
}
.product-card-catalogo .card-title {
    font-size: 1.1rem;
    color: #223533;
    font-weight: 600;
    margin: 0;
}
.product-card-catalogo .card-price {
    font-size: 1rem;
    font-weight: 400;
    color: #858686;
}
/* Estilos para la paginación */
.pagination .page-item .page-link {
    color: #37726c;
}
.pagination .page-item.active .page-link {
    background-color: #37726c;
    border-color: #37726c;
    color: white;
}
#productModal .modal-content {
    border-radius: 12px;
    background-color: white; /* Fondo gris claro */
}
.modal-header{
    padding: 20px 20px;
    background-color: #223533;
}
#productModal .modal-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.75rem;
    color: white;
}
#productModal .modal-price {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: white; /* Gris estándar */
    margin-top: 0.5rem; /* Lo acerca al título */
    margin-bottom: 0.5rem;
}
#productCarousel .carousel-item img {
    max-height: 55vh; /* Altura máxima de la imagen */
    width: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 8px; /* NUEVO: Bordes redondeados para la imagen */
}
#productCarousel .carousel-control-prev-icon,
#productCarousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.0);
    border-radius: 8%;
    padding: 1.2rem;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2337726c'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2337726c'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#productModal .btn-close {
    /* Este filtro invierte el color del SVG de Bootstrap a blanco */
    filter: invert(1) grayscale(100%) brightness(200%);
}
@keyframes menuIn{
    0%{
        transform: translateY(-10px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}
@media (min-width:320px) and (max-width:1024px) {
    
}