
.footer {
    background-color: #fc0e0e;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seccion {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1320px;
}

.seccion2 {
    display: flex;
    align-items: center;
}

.seccion3 {
    text-align: center;
}

.button {
    color: black;
    font-size: 30px;
    margin-right: 10px;
    align-items: right;
}

.logo {
    width: 230px;
    height: 200px;
    margin-right: 10px;
}

.Contact {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #040404;
    margin-bottom: 20px;
}



.col-12.col-lg-6.col-md-4 {
  text-align: center;
}



.contenedor {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
  }

  .tarjeta {
    background-color: #f5f5f5;
    width: 200px;
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-radius: 8px;
  }

        .tarjeta img {
            width: 100%;
            height: 200px; /* Altura fija para todas las imágenes */
            object-fit: cover; /* Mantiene la proporción y recorta si es necesario */
            object-position: center;
            display: block;
        }

  .tarjeta p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
  }

  .video-simple {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}


  .tarjeta-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease;
  }
  
  .tarjeta-link:hover {
    transform: scale(1.03);
    cursor: pointer;
  }
  
  .tarjeta-link:hover .tarjeta {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }


  .seccion-ofertas {
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .titulo-ofertas {
            font-family: 'Arial', sans-serif;
            font-size: 48px;
            font-weight: bold;
            text-align: center;
            color: #333;
            margin-bottom: 40px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

  .contenedor-boton {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }

        .boton-mas-ofertas {
            background: linear-gradient(135deg, #000000 0%, #1d1625 100%);
            color: white;
            border: none;
            padding: 16px 32px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        }

        .boton-mas-ofertas:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(215, 86, 83, 0.4);
            background: linear-gradient(135deg, #da2121 0%, #d43f3f 100%);
        }

        .boton-mas-ofertas:active {
            transform: translateY(-1px);
        }

        /* Responsive para móviles */
        @media (max-width: 768px) {
            .titulo-ofertas {
                font-size: 36px;
                margin-bottom: 30px;
            }
            
            .seccion-ofertas {
                padding: 30px 15px;
            }
            
            .contenedor-boton {
                margin-top: 30px;
            }
            
            .boton-mas-ofertas {
                font-size: 16px;
                padding: 14px 28px;
            }
        }

        /* Responsive para móviles */
        @media (max-width: 768px) {
            .titulo-ofertas {
                font-size: 36px;
                margin-bottom: 30px;
            }
            
            .seccion-ofertas {
                padding: 30px 15px;
            }
            
            .contenedor-boton {
                margin-top: 30px;
            }
            
            .boton-mas-ofertas {
                font-size: 16px;
                padding: 14px 28px;
            }
        }

@media (max-width: 1024px) {
    .footer {
        padding: 18px;
    }
    
    .seccion {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .seccion2 {
        justify-content: center;
        gap: 15px;
    }
    
    .button {
        font-size: 26px;
        margin-right: 5px;
    }
    
    .logo {
        width: 200px;
        height: 170px;
        margin-right: 5px;
    }
    
    .Contact {
        font-size: 26px;
        margin-bottom: 15px;
    }
}

/* Mobile (480px - 768px) */
@media (max-width: 768px) {
    .footer {
        padding: 15px;
    }
    
    .seccion {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        max-width: 100%;
    }
    
    .seccion2 {
        flex-direction: column;
        gap: 10px;
    }
    
    .seccion3 {
        margin-top: 10px;
    }
    
    .button {
        font-size: 22px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .logo {
        width: 160px;
        height: 135px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .Contact {
        font-size: 22px;
        margin-bottom: 12px;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .footer {
        padding: 12px;
    }
    
    .seccion {
        gap: 10px;
        padding: 0 5px;
    }
    
    .seccion2 {
        gap: 8px;
    }
    
    .button {
        font-size: 18px;
        margin-bottom: 3px;
    }
    
    .logo {
        width: 120px;
        height: 100px;
        margin-bottom: 8px;
    }
    
    .Contact {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

/* Large Desktop (min-width: 1200px) */
@media (min-width: 1200px) {
    .footer {
        padding: 25px;
    }
    
    .seccion {
        max-width: 1400px;
    }
    
    .button {
        font-size: 34px;
        margin-right: 15px;
    }
    
    .logo {
        width: 260px;
        height: 220px;
        margin-right: 15px;
    }
    
    .Contact {
        font-size: 34px;
        margin-bottom: 25px;
    }
}

/* Extra responsive adjustments */
@media (max-width: 360px) {
    .footer {
        padding: 10px;
    }
    
    .button {
        font-size: 16px;
    }
    
    .logo {
        width: 100px;
        height: 85px;
    }
    
    .Contact {
        font-size: 16px;
        margin-bottom: 8px;
    }
}