/* General Styles */
body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    overflow-x: hidden;
}

.pdt-40 { padding-top: 40px; }

.hero-text {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px 0 0 0;
    text-align: center;
    color: #333;
}

.hero-text i {
    color: #555;
    margin-right: 10px;
}
.txtcontactanos {
    font-size: 30px;
    font-weight: 700;
    color: #3f3f3f;
    text-align: center;
    padding: 20px 0;
}
.botones-whatsapp {
    display: flex;
    justify-content: center;
}
.botones-whatsapp a {
    margin: 0 30px;
}

.product-showcase {
    /*box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 8px;*/
    overflow: hidden;
    padding: 30px 0 0 0;
}
.product-showcase img {
    width: 100%;
    height: auto;
}

.btn-contact {
    background-color: #e30613;
    color: white;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(227, 6, 19, 0.3);
}

.btn-contact:hover {
    background-color: #c5050f;
    color: white;
    transform: translateY(-2px);
}

.btn-contact i {
    margin-right: 8px;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.follow-text {
    margin: 0 15px 0 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: white;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #e30613;
    color: white;
    transform: translateY(-3px);
}


/* TITULO SERVICIOS */
.section-title-servicios {
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 0;    
}
.titulo-servicios {
    color: #686864;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding: 20px 0;
}
.titulo-servicios img {
    margin-right: 20px;
}
.section-servicios {
    padding: 20px 80px 100px 80px;
}
.divServicio {
    padding: 10px 10px;
}
.divServicio img {
    width: 100%;
    height: auto;
}




/* Section Title */
.section-title-container {
    background-color: #e30613;
    padding: 20px 0;
    margin-bottom: 0;
}

.section-title {
    color: white;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.section-title i {
    margin-right: 10px;
}
.section-title img {
    margin-right: 20px;
}

/* Service Sections */
.service-section {
    padding: 80px 150px;
    position: relative;
}

.service-section:nth-child(odd) {
    background-color: #f9f9f9;
}

.service-section.bg-image {
    background-image: url('../merch/bg-impresion-uv.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.service-section.bg-image .service-content {
    padding: 30px;
    /*
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    */
}
.divCategoria {
    padding:10px 50px;
}

.service-section.tampografia-bg {
    background-image: url('../merch/bg-impresion-uv.jpg');
}
.service-content {
    display: flex;
    flex-direction: column;
}
.globoQuienes {
    background-color: #3f3f3f;
    padding: 10px 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    max-width: 600px;
}
.subtituloQuienes {
    width: 100%;
    display: block;
    margin: 30px 0 20px 0;
}
.subtituloQuienes h3 {
    color: #3f3f3f;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
/*
.service-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #e30613;
}
*/

.service-title i {
    margin-right: 10px;
}

.service-content p {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
    padding: 0 20px 0 0;
}
.service-content p::before {

}

.icono-servicio {
  width: 60px; /* Ajusta el tamaño del ícono según necesites */
  height: auto; /* Mantiene la proporción del ícono */
}

.texto-servicio {
  font-size: 1.75rem; /* Tamaño de fuente grande, similar al de la imagen */
  color: #6c757d;   /* Un color gris estándar de Bootstrap (text-secondary) */
  line-height: 1.5; /* Espaciado entre líneas para mejor legibilidad */
  font-weight: 300; /* Un peso de fuente más ligero (opcional) */
}

/* Opcional: Para hacer la fuente más pequeña en dispositivos móviles */
@media (max-width: 768px) {
  .texto-servicio {
    font-size: 1.2rem;
  }
  .icono-servicio {
    width: 45px;
  }
}

.service-gallery {
    margin-top: 20px;
}

.gallery-item {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Projects Section */
.projects-section {
    padding: 120px 80px;
    background-color: #f9f9f9;
}

.projects-title {
    color: #e30613;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
}

.projects-title i {
    margin-right: 10px;
}

.project-slider {
    margin-bottom: 20px;
    position: relative;
}

.project-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    margin: 10px;
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    color: white;
    opacity: 0;
    transition: all 0.3s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-overlay h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.project-overlay p {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.slider-prev, .slider-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #e30613;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(227, 6, 19, 0.3);
}

.slider-prev:hover, .slider-next:hover {
    background-color: #c5050f;
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background-color: #b3101a;
    color: white;
    padding: 20px 0 10px 0;
    text-align: center;
}

/* Magnific Popup Customization */
.mfp-bg {
    background: #000;
    opacity: 0.9;
}

.mfp-figure:after {
    background: transparent;
    box-shadow: none;
}

.mfp-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 15px;
}

body.sidebar-open {
    overflow: hidden;
}

a {
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1200px;
}

/* Desktop Navigation */
.navbar {
    padding: 20px 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #0f1a18 !important;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0px;
}

.nav-menu li {
    margin: 0 0px;
}
.nav-menu li.licentral {
    margin: 0 100px;
}
.nav-menu li a img {
    margin-right: 20px;
}
.nav-link {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.nav-link i {
    margin-right: 8px;
    font-size: 16px;
}

.nav-link:hover, .nav-link.active {
    /*background-color: #e30613;*/
    color: #d40715;
}

/* Mobile Navigation */
.mobile-nav {
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-nav .navbar-brand {
    padding: 0;
}

.navbar-toggler {
    border: none;
    background: transparent;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}

.navbar-toggler:focus {
    outline: none;
}

/* Sidebar Menu */
.sidebar-menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background-color: #343a40;
    z-index: 1050;
    transition: all 0.3s ease;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

.sidebar-menu.active {
    left: 0;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

.sidebar-overlay.active {
    display: block;
}

.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.close-sidebar {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.close-sidebar:focus {
    outline: none;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-link {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.sidebar-link i {
    margin-right: 10px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.sidebar-link:hover, .sidebar-link.active {
    background-color: #e30613;
    color: #fff;
}

/* Hero Section */
.hero-section {
    background-color: #f9f9f9;
    padding: 80px 80px 0px 80px;
    position: relative;
    background-image: url('../textiles/banner-textil-fondo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-content {
    padding-right: 30px;
}

.logo-container {
    margin-bottom: 10px;
    position: relative;
    margin-top: 0px;
}
p.parrafo {
    color: #e52029;
    font-size: 24px;
    line-height: 30px;
}
p.parrafo span {
    background-color: #dfdfe1;
    border-radius: 25px;
    color: #3f3f3f;
    padding: 6px 20px;
}
.logo-decoration {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.logo-decoration.bottom {
    margin-top: 10px;
    margin-bottom: 0;
}

.red-splash {
    display: block;
    height: 60px;
    background-image: url('../imagenes/red-splash.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 150px;
}

.red-wave {
    display: block;
    height: 40px;
    background-image: url('../imagenes/red-wave.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 150px;
}

.merchandising-title {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3f3f3f;
    text-align: center;
    padding: 0px 15px;
    margin: 0;
}
.subtitulo {
    width: 220px;
    background-color: #666666;
    padding: 1px 5px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    font-style: italic;
    font-size: 24px;
    margin: 0 auto;
}
.web {
    color: #3f3f3f;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
}


.section-otros-servicios {
    background-image: url('../merch/bg-impresion-uv.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 30px 70px 100px 70px;
}
.otro-servicio {
    width: 100%;
}
.otro-servicio img {
    width: 100%;
    height: auto;
}

/* Media Queries */
@media (max-width: 992px) {
    .hero-section {
        padding: 100px 0 60px;
    }
    
    .hero-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .merchandising-title {
        font-size: 40px;
    }
    
    .service-content {
        margin-bottom: 30px;
    }
    
    .service-section {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 0 40px;
    }
    
    .merchandising-title {
        font-size: 30px;
    }
    
    .service-title {
        font-size: 24px;
    }
    
    .projects-title {
        font-size: 24px;
    }
    
    .social-links {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    
    .follow-text {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .project-slider .owl-item.active {
        opacity: 1;
    }
}

@media (max-width: 576px) {
    .hero-text {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 30px;
        margin-top: 0px;
        padding:0px 10px 0 10px;
    }    
    .hero-section {
        background-color: #f9f9f9;
        padding: 70px 0 30px;
        position: relative;
        background-image: none;
    }   
    .hero-content {
        padding-right: 0px;
    }    
    .merchandising-title {
        font-size: 24px;
        padding: 8px 12px;
    }
    .service-section {
        padding:50px 20px;
    }    
    .section-title {
        font-size: 18px;
    }
    
    .service-title {
        font-size: 20px;
    }
    
    .projects-title {
        font-size: 20px;
    }
    
    .slider-prev, .slider-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .projects-section {
        padding: 80px 40px;
        background-color: #f9f9f9;
    }    
}


/***************** DISPLAY ****************/
/* Estilo para el contenedor de cada producto */
.product-card {
  transition: transform 0.2s ease-in-out;
}

/* Opcional: Efecto hover para que sea más interactivo */
.product-card:hover {
  transform: translateY(-5px);
}

/* Estilo para la imagen del título */
.product-title-img {
  max-width: 280px; /* Evita que el título sea demasiado ancho en columnas grandes */
  /* La clase 'text-center' del padre se encarga de centrarlo */
}
.product-title-img-2 {
  max-width: 200px; /* Evita que el título sea demasiado ancho en columnas grandes */
  /* La clase 'text-center' del padre se encarga de centrarlo */
}

/* Estilo para la imagen principal del producto */
.product-main-img {
  background-color: #ffffff; /* Fondo blanco por si la imagen tiene transparencias */
  border: 1px solid #e9ecef; /* Un borde gris muy claro */
  border-radius: 8px; /* Bordes ligeramente redondeados */
  padding: 10px; /* Espacio entre el borde y la imagen */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07); /* Sombra sutil para darle profundidad */
}

/* WhatsApp Button */
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    left: 10px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: var(--transition);
    animation: pulse 2s infinite;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    color: var(--white);
    text-decoration: none;
    animation: none;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.5);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Scroll to Top Button */
.scroll-top-btn {
    position: fixed;
    bottom: 60px; /* Posicionado debajo del botón de WhatsApp */
    right: 25px;
    width: 50px;
    height: 50px;
    background-color: #0F1A18; /* Usando el color principal (rojo) */
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.scroll-top-btn.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-btn:hover {
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(239, 58, 67, 0.5);
}