html{
    overflow-x: hidden;
    scroll-behavior: smooth;

}
body{
    background-color: #fcf7f1;
}
p{
    font-family: 'Albert Sans', sans-serif;
    color: #364153;
    font-weight: 500;
    font-size: 13px;
}
a:hover{
    text-decoration: none;
}
h1, h3, h4, h5, h6{
    color: black;
    }
h2{
    font-family: 'Covered By Your Grace', cursive;
    color: black;
}
/* Navbar */
.navbar {
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 8px 0;
    z-index: 1000;
}

.navbar-brand {
    padding: 0;
}

.logo-image {
    height: 40px;
    width: auto;
    max-width: 150px;
}

.navbar-nav .nav-link {
    color: #2d3748 !important;
    font-weight: 500;
    margin: 0 15px;
    transition: color 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: #3182ce !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background-color: #3182ce;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.whatsapp-link {
    background-color: #25D366;
    color: white !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.whatsapp-link:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    color: white !important;
}

.whatsapp-link i {
    color: white !important;
}

/* Botón hamburguesa */
.navbar-toggler {
    padding-right: 20px;
}

/* Ajuste para el contenido principal debido a la navbar fija */
.main {
    padding-top: 56px;
}

.img-cover-1{
    max-width: 100%;
    height: auto;
}
.img-opi-2 {
    max-width: 80%;
    height: auto;
    left: -80px;
    position: relative;
}
.img-opi-3 {
    max-width: 100%;
    height: auto;
}
.img-opi-3-3 {
    max-width: 50%;
    height: auto;
}
.img-pack-flot {
    display: flex;
}
.img-contador1{
    max-width: 30%;
    height: auto;
    margin-bottom: 5px;
}
.img-contador2{
    max-width: 35%;
    height: auto;
    margin-bottom: 5px;
}
.img-icon-opi {
    max-width: 40%;
    height: auto;
}
.text-end {
    text-align: end;
}
.img-icon-cruz{
    max-width: 40%;
}


.mission-vision-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.mission-vision-img {
    max-width: 300px;
    height: auto;
}

/* Estilos para el texto del hero */
.t1 {
    font-size: 48px;
    font-weight: 100;
    font-family: 'Covered By Your Grace', cursive;
}
.t2 {
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 30px;
    line-height: 1.2;
}
h2.t2.t-22 {
    left: -15%;
    position: relative;
}
.t3 {
    font-size: 17px;
    font-weight: 700;
    margin: 17px 0;
}
.btn1 {
    background-color: white;
    color: #364153;
    border: none;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn1:hover {
    background-color: #2d3748;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn2 {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.btn2:hover {
    background-color: #364153;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn3 {
    background-color: #e6007e;
    color: white;
    border: none;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.btn3:hover {
    background-color: #364153;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btn4 {
    background-color: #f39200;
    color: white;
    border: none;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.btn4:hover {
    background-color: #364153;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.form-control{
    background-color: transparent;
}
.form-control:focus{
    background-color: transparent;
    border-color: #304999;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / 3%);
}
ul {
    list-style: none;
    padding-left: 0;
}
.cont-1 {
    border: 1px solid #e9e6e1;
    padding: 10% 10%;
}
.cont-1-ul li{
    font-family: 'Albert Sans', sans-serif;
    text-decoration: none;
    font-weight: 600;
}
.margin-button{
    margin-left: 20px;
}
.cont-txt {
    padding: 0 10%;
}
.cont-txt2 {
    padding: 0 30% 0 10%;
}
/* Lista personalizada con gotitas rosadas */
.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-family: 'Albert Sans', sans-serif;
    color: #364153;
    font-weight: 500;
    font-size: 13px;
}

.custom-list li i {
    color: #ff69b4;
    margin-right: 12px;
    font-size: 18px;
}

/* Contenedor de iconos flotantes */
.floating-icons-container {
    position: relative;
}

/* Estilos base para iconos flotantes */
.floating-icon {
    position: absolute;
    z-index: 5;
}

.floating-image {
    max-width: 80px;
    height: auto;
    opacity: 0.8;
}

/* Posicionamiento específico de cada icono */
.rolls-icon {
    top: -23px;
    left: 284px;
}

.plotter-icon {
    top: 27%;
    right: 24px;
    transform: translateY(-50%);
}

.ink-drops-icon {
    bottom: -30px;
    right: 76px;
}

/* Cards de productos */
.product-card {
    background-color: white;
    border-radius: 3px;
    padding: 9px 9px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

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

.product-image-container {
    margin-bottom: 20px;
}

.product-card-image {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}

.product-card-text {
    font-family: 'Albert Sans', sans-serif;
    color: black;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

/* Contenedor de productos centrado verticalmente */
.products-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.products-content {
    width: 100%;
}

/* Contenedor de fortalezas centrado verticalmente */
.strengths-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.strengths-content {
    width: 100%;
    position: relative;
    z-index: 2;
}

/* Sello de garantía posicionado por detrás del título */
.guarantee-seal {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.seal-image {
    max-width: 100px;
    height: auto;
    opacity: 0.8;
}



.navbar-light .navbar-toggler {
    margin-right: 10px;
}
.fluid-prod{
    background-image: url(img/bg-cover-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.img-filo{
    text-align: end;
}
.cont-fort{
    background-image: url(img/bg-cover-3.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
    height: -1vh;
}
.row-mision-vision{
    height: 100vh;
}
.cont-video{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.cont-present{
    background-image: url(img/bg-cover-4.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-cont{
    background-color: #32aee4;
    height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    }
/* ========================================
   MEDIA QUERIES - RESPONSIVE DESIGN
   ======================================== */

/* ===== TABLET (Dispositivos medianos) ===== */
@media (max-width: 991.98px) {
    html{
        overflow-x: hidden !important;
    }
    
    .br-1{
        display: none;
    }
    .hero-cont{
        height: 60vh;
        }
    .pad-1{
        padding-bottom: 10%;
    }
    .row-mision-vision {
        height: 100% !important;
    }
    .cont-video{
        height: 25vh;
    }
    .cont-present{
        background-image: none;
        border-bottom: 1px solid rgb(158, 158, 158);
    }
    .img-contador1{
        max-width: 70%;
        height: auto;
        margin-bottom: 5px;
    }
    .img-contador2{
        max-width: 80%;
        height: auto;
        margin-bottom: 5px;
    }
    .container-fluid[style*="background-color: #32aee4"] {
        min-height: 80vh;
        padding: 60px 0;
    }
    .row-cent{
        text-align: center; 
    }
    .col-txt-center{
        text-align: center;
        margin-bottom: 10%;
    }
    .container-fluid[style*="background-color: #32aee4"] .row {
        min-height: calc(80vh - 120px);
    }
    .fluid-prod {
        padding: 20% 0%;
    }
    .cont-filo{
        padding: 20% 0% 0% 0%;
    }
    .img-filo{
        text-align: center;
    }
    .img-opi-3-3 {
        max-width: 100%;
        height: auto;
    }
    .img-opi-3 {
        max-width: 100%;
        height: auto;
    }
    .cont-txt2 {
        padding: 7% 10% 26% 10%;
    }
    .t1 {
        font-size: 2.8rem;
        margin-bottom: 25px;
    }
    .t3{
        text-align: center;
        font-size: 1.2rem;
    }
    .custom-list li {
        font-size: 18px;
    }
    .container-fluid[style*="background-color: #32aee4"] p {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }
    
    /* Navbar responsive */
    .navbar-nav {
        text-align: left;
        margin-top: 20px;
        padding-left: 20px;
    }
    
    .navbar-nav .nav-link {
        margin: 10px 0;
        text-align: left;
    }
    
    .whatsapp-link {
        margin: 10px 0;
        align-self: flex-start;
    }
    
    
    .t2 {
        font-size: 2.5rem;
    }
    
    /* Ocultar iconos flotantes en móvil y tablet */
    .floating-icon {
        display: none;
    }
    
    /* Imágenes de Misión y Visión responsivas para tablets */
    .mission-vision-img {
        max-width: 100px;
    }
    
    .mission-vision-image {
        bottom: 0;
        right: 0;
    }
}

/* ===== MÓVILES (Dispositivos pequeños y extra pequeños) ===== */
@media (max-width: 767.98px) {
    .products-container {
        height: 50vh;
    }
    /* Hero section */
    .container-fluid[style*="background-color: #32aee4"] {
        min-height: 70vh;
        padding: 50px 0;
    }
    
    .container-fluid[style*="background-color: #32aee4"] .row {
        min-height: calc(70vh - 100px);
    }
    .modal-imagen-grande {
        max-width: 100% !important;
    }
    .t1 {
        font-size: 2.4rem;
        margin-bottom: 20px;
        text-align: center;
    }
    .img-opi-2 {
    max-width: 100%;
    height: auto;
    position: relative;
    left: 0;
    }
     p {
        font-size: 1.1rem;
        margin-bottom: 25px;
        text-align: center;
    }
    .align-button{
        text-align: center;
    }
    /* Navbar responsive */
    .navbar-brand {
        padding-left: 20px;
    }
    
    .navbar-toggler {
        padding-right: 15px;
    }
    
    .logo-image {
        height: 40px;
    }
    
    
    .t2 {
        margin-bottom: 25px;
        left: 0 !important;
        text-align: center;
    }
    .t-22{
        padding-top: 14%;
    }
    .cont-img{
        text-align: center;
    }
    /* Imágenes de Misión y Visión responsivas para móviles */
    .mission-vision-img {
        max-width: 150px;
    }
    
    .mission-vision-image {
        bottom: 0;
        right: 0;
    }
    .accordion .card-body .row {
        flex-direction: column;
    }
    
    .accordion .card-body .col-md-6 {
        margin-bottom: 20px;
    }
    
    .accordion .btn-link {
        padding: 12px 15px !important;
        font-size: 14px;
    }
    
    .accordion .card-body {
        padding-left: 20px !important;
    }
 }

/* ===== DESKTOP GRANDE (Pantallas más grandes que laptop) ===== */
@media (min-width: 1400px) {
    .products-container {
        height: 70vh;
    }
    .row-mision-vision {
        height: 70vh;
    }
    .cont-video {
        height: 70vh;
    }
    .br-1{
        display: none;
    }
    .hero-cont{
    height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    }
}

/* ========================================
   ACORDEÓN DE TÉCNICAS DE IMPRESIÓN
   ======================================== */

/* Estilos para el acordeón */
.accordion .card {
    border: 1px solid #e9e6e1;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    box-shadow: none;
}

.accordion .card:hover {
    box-shadow: none;
    transform: none;
}

/* Botones del acordeón */
.accordion .btn-link {
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.accordion .btn-link:hover {
    background-color: rgba(255, 105, 180, 0.1);
}

.accordion .btn-link:focus {
    box-shadow: none;
    outline: none;
}

/* Animación de flechas */
.accordion .fa-chevron-down {
    transition: transform 0.3s ease;
}

.accordion .btn-link[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

/* Contenido del acordeón */
.accordion .collapse {
    transition: all 0.3s ease;
}

.accordion .card-body {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0 0 8px 8px;
    padding-left: 30px !important;
}

/* Mini títulos en negro */
.accordion .card-body h6 {
    color: #000000 !important;
}

/* ========================================
   CAROUSEL DE PRODUCTOS
   ======================================== */

/* Contenedor del carousel */
#productosCarousel {
    margin: 40px 0;
    position: relative;
}

/* Indicadores del carousel */
.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    border: 2px solid #fff;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.carousel-indicators li.active {
    background-color: #32aee4;
    transform: scale(1.2);
}

/* Controles de navegación */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgb(50 174 228);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.carousel-control-prev {
    left: -25px;
}

.carousel-control-next {
    right: -25px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgb(91 189 230);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Slides del carousel */
.carousel-item {
    padding: 20px 0;
}

.carousel-item .row {
    margin: 0;
}

.carousel-item .col-12 {
    padding: 0 15px;
}

/* Desktop: Mostrar 3 cards por fila usando Bootstrap */
@media (min-width: 992px) {
    .carousel-item .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/* Asegurar que las 3 cards se vean perfectamente en cada slide */
.carousel-item .product-card {
    height: 100%;
    margin-bottom: 0;
}

/* Responsive para diferentes tamaños de pantalla */
@media (max-width: 991px) {
    .carousel-item .col-lg-4 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .carousel-item .col-md-6 {
        margin-bottom: 20px;
    }
}

/* Responsive para el carousel */
@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    .carousel-control-prev {
        left: 10px;
    }
    
    .carousel-control-next {
        right: 10px;
    }
    
    .carousel-indicators {
        bottom: -30px;
    }
    
    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    
    /* Forzar que en móvil solo se muestre una card por slide */
    .carousel-item .row {
        flex-wrap: nowrap !important;
        overflow: hidden;
    }
    
    .carousel-item .col-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 0 !important;
    }
    
    /* Ocultar las cards que no están activas en móvil */
    .carousel-item .col-12:not(:first-child) {
        display: none;
    }
}

@media (max-width: 576px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 35px;
        height: 35px;
    }
    
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 16px;
        height: 33px;
    }
    
    /* Asegurar que en móvil pequeño solo se vea una card */
    .carousel-item .col-12 {
        padding: 0 10px;
    }
    
    .carousel-item .product-card {
        margin: 0 auto;
        max-width: 300px;
    }
    
    /* Ajustar posiciones de los botones en móvil pequeño */
    .carousel-control-prev {
        left: 5px;
    }
    
    .carousel-control-next {
        right: 5px;
    }
    

}

/* Contador de slides */
.carousel-counter {
    position: absolute;
    bottom: -50px;
    right: 0;
    background-color: #32aee4;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Albert Sans', sans-serif;
}

/* Animaciones del carousel */
.carousel-item {
    transition: all 0.6s ease-in-out;
}

.carousel-item.fade-in {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mejoras en la transición entre slides */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* Efectos hover en las cards del carousel */
.carousel-item .product-card {
    transition: all 0.4s ease;
}

.carousel-item .product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

/* CSS para carousel estándar de Bootstrap 4.6 */
@media (max-width: 767px) {
    /* Asegurar que los botones de navegación estén visibles */
    .carousel-control-prev,
    .carousel-control-next {
        display: block !important;
        opacity: 1 !important;
        z-index: 10;
    }
    
    .carousel-control-prev {
        left: 10px !important;
    }
    
    .carousel-control-next {
        right: 10px !important;
    }
    
    /* En móvil, mostrar solo una card por vez */
    .carousel-item .col-12 {
        display: block;
    }
    
    .carousel-item .col-12:nth-child(n+2) {
        display: none;
    }
    
    /* Centrar el product card en móvil */
    .carousel-item .product-card {
        margin: 0 auto;
        max-width: 300px;
    }
}

/* Enlaces de productos en el carousel */
.product-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-link:hover {
    text-decoration: none;
    color: inherit;
}

.product-link .product-card {
    cursor: pointer;
}

.product-link .product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

/* ========================================
   PÁGINA DE BOBINAS
   ======================================== */

/* Hero de Bobinas */
.hero-bobinas {
    background-color:#32aee4;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    /* padding-top: 80px; */
}

.t1-bobinas {
    font-family: 'Covered By Your Grace', cursive;
    font-size: 5rem;
    color: white;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.t2-subtitle {
    font-family: 'Albert Sans', sans-serif;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 30px;
    font-weight: 300;
    font-style: italic;
}

.hero-description {
    font-size: 1.1rem;
    color: white;
    margin-bottom: 40px;
    line-height: 1.6;
}

.hero-image-container {
    text-align: center;
}

.hero-bobina-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    /* box-shadow: 0 20px 40px rgba(0,0,0,0.3); */
}

/* Secciones generales */
.section-materiales,
.section-tipos,
.section-calibre,
.section-usos,
.section-tecnicas,
.section-cotizacion {
    background-color: #fcf7f1;
}

.section-tipos {
    background-color: white;
}

.section-usos {
    background-color: #f8f9fa;
}

.section-tecnicas {
    background-color: white;
}

.section-cotizacion {
    background: linear-gradient(135deg, #47a54f 0%, #32aee4 100%);
    color: white;
}

/* Títulos de sección */
.section-title {
    font-family: 'Covered By Your Grace', cursive;
    font-size: 4.5rem;
    color: #364153;
    margin-bottom: 25px;
    /* display: flex; */
    align-items: center;
    gap: 15px;
}

.section-title i {
    color: #e21e83;
    font-size: 2rem;
}

.section-cotizacion .section-title {
    color: white;
}

.section-cotizacion .section-title i {
    color: white;
}

/* Descripciones de sección */
.section-description {
    font-size: 1.1rem;
    color: #364153;
    line-height: 1.7;
    margin-bottom: 30px;
}

.section-cotizacion .section-description {
    color: white;
    font-size: 1.2rem;
}

/* Grid de galería */
.gallery-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.gallery-item.large {
    grid-column: span 2;
}

.gallery-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

/* Cards de tipos */
.tipo-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.tipo-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #e21e83 0%, #32aee4 119% 100%);
    color: white;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.tipo-card:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(71, 165, 79, 0.3);
}

.tipo-card i {
    font-size: 1.5rem;
    color: white;
}

.tipo-card span {
    font-weight: 600;
    font-size: 1.1rem;
}

/* Información de calibre */
.calibre-info {
    margin-top: 20px;
}

.calibre-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding: 10px 0;
}

.calibre-item i {
    color: #47a54f;
    font-size: 1.2rem;
}

.calibre-item span {
    font-size: 1.1rem;
    color: #364153;
}

/* Cards de usos */
.uso-card {
    background: white;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.uso-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.uso-icon {
    width: 80px;
    height: 80px;
    background-color: #32aee4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.uso-icon i {
    font-size: 2rem;
    color: white;
}

.uso-card h4 {
    font-family: 'Covered By Your Grace', cursive;
    font-size: 1.5rem;
    color: #364153;
    margin-bottom: 15px;
}

.uso-card p {
    color: #747373;
    line-height: 1.6;
}

/* Cards de técnicas */
.tecnica-card {
    background: white;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.tecnica-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.tecnica-icon {
    width: 80px;
    height: 80px;
    background-color:#32aee4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.tecnica-icon i {
    font-size: 2rem;
    color: white;
}

.tecnica-card h4 {
    font-family: 'Covered By Your Grace', cursive;
    font-size: 1.5rem;
    color: #364153;
    margin-bottom: 15px;
}

.tecnica-card p {
    color: #747373;
    line-height: 1.6;
}

/* Sección de cotización */
.cotizacion-description {
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cotizacion-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-whatsapp,
.btn-contacto {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}

.btn-contacto {
    background-color: white;
    color: #47a54f;
    border: 2px solid white;
}

.btn-contacto:hover {
    background-color: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

/* Responsive para la página de bobinas */
@media (max-width: 991px) {
    .t1-bobinas {
        font-size: 3rem;
    }
    
    .t2-subtitle {
        font-size: 1.3rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    
    .cotizacion-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .hero-bobinas {
        /* padding-top: 100px;
        min-height: 80vh; */
    }
    
    .t1-bobinas {
        font-size: 2.5rem;
    }
    
    .t2-subtitle {
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-item.large {
        grid-column: span 1;
    }
    
    .tipo-cards {
        margin-top: 30px;
    }
    
    .uso-card,
    .tecnica-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .t1-bobinas {
        font-size: 4rem;
        text-align: center;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 4rem;
    }
    
    .section-description {
        font-size: 1rem;
    }
    
    .btn-whatsapp,
    .btn-contacto {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

/* Estilos para la nueva sección de galería */
.section-galeria {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.galeria-item {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.galeria-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.galeria-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    padding: 0;
}

.galeria-item:hover .galeria-image {
    transform: scale(1.05);
}

/* Botón ver más/ver menos */
.btn-ver-mas {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 2px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-ver-mas:hover {
    transform: translateY(-3px);
    color: white;
    text-decoration: none;
}

/* Galería expandida */
.galeria-expandida {
    display: none;
    animation: fadeIn 0.5s ease-in;
}

.galeria-expandida.show {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive para la galería */
@media (max-width: 768px) {
    .galeria-item {
        height: 250px;
    }
   
}

@media (max-width: 576px) {
    .galeria-item {
        height: auto;
    }
}

/* Modal para imagen grande */
.modal-imagen {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease-in;
}

.modal-imagen.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-contenido {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    text-align: center;
}

.modal-imagen-grande {
    max-width: 40%;
    /* max-height: 100%; */
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.boton-cerrar {
    position: absolute;
    top: -50px;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.boton-cerrar:hover {
    color: #e4007c;
    transform: scale(1.1);
}

/* Cursor pointer para las imágenes de la galería */
.galeria-image {
    cursor: pointer;
}

/* Cursor pointer para las imágenes de la sección de materiales */
.section-materiales .gallery-image {
    cursor: pointer;
}

/* Estilos para el menú desplegable de productos */
.dropdown-menu {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    margin-top: 10px;
    min-width: 250px;
    animation: fadeInDown 0.3s ease-out;
}

.dropdown-item {
    color: #364153;
    font-weight: 500;
    padding: 12px 20px;
    transition: all 0.3s ease;
    border: none;
    background: transparent;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #32aee4;
    color: white;
    transform: translateX(0px);
    text-decoration: none;
}

.dropdown-divider {
    margin: 10px 20px;
    border-color: #e9ecef;
}

/* Animación para el menú desplegable */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Estilos responsive para el menú desplegable */
@media (max-width: 991.98px) {
    .dropdown-menu {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 10px;
        margin-top: 5px;
        min-width: 200px;
    }
    
    .dropdown-item {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .dropdown-item:hover {
        transform: none;
    }
}

/* Mejorar la apariencia del botón dropdown */
.dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
    border-top: 4px solid #364153;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-toggle:hover::after {
    border-top-color: #32aee4 ;
}

/* Efecto hover para el enlace principal del dropdown */
.nav-item.dropdown:hover .nav-link {
    color: #32aee4  !important;
}

/* Estilos para la flecha del menú desplegable */
.nav-item.dropdown .nav-link .fa-chevron-down {
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
    color: #364153;
}

.nav-item.dropdown:hover .nav-link .fa-chevron-down {
    color: #32aee4 ;
}

/* Animación de la flecha cuando el menú está abierto */
.nav-item.dropdown.show .nav-link .fa-chevron-down {
    transform: rotate(180deg);
}

/* Eliminar cualquier línea o borde debajo de "Productos" */
.nav-item.dropdown .nav-link::after {
    display: none !important;
}

.nav-item.dropdown .nav-link {
    border-bottom: none !important;
    box-shadow: none !important;
}
