/* Created by
Calbert 72 multisectorial
www.calbert72.com
Contact: +240 222 176 082
Email: info@calbert72.com / cbt72info@gmail.com
©TODOS LOS DERECHOS RESERVADOS 
G-NOB WEB -2023/2025

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* -------------Inicia Estilos de la página COMISIONES */
/* Hero section */
.ads-hero {
    height: 40vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('../img/folletos/dic\ \(1\).jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.product-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-banner {
    height: 200px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color), var(--accent-color));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.product-icon {
    font-size: 4rem;
    color: white;
}

.product-content {
    padding: 2rem;
}

.product-price {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
    margin: 1rem 0;
}

.product-features {
    list-style: none;
    margin: 1rem 0;
}

.product-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.product-features li i {
    color: var(--secondary-color);
    margin-right: 0.5rem;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(45deg, #d1a804, #fd1d1d);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 1rem;
    transition: transform 0.3s;
}

.cta-button:hover {
    transform: scale(1.05);
    background: linear-gradient(45deg, var(--accent-color), var(--secondary-color), var(--primary-color));
}

.featured-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(45deg, #fd1d1d, #4776E6);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
}

.shipping-section {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.shipping-section h2 {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-size: 2.5rem;
}

.shipping-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}

.shipping-table th,
.shipping-table td {
    padding: 1rem;
    text-align: center;
    border: 1px solid #eee;
}

.shipping-table th {
    background: linear-gradient(45deg, #d1a804, #fd1d1d);
    color: var(--font);
    font-weight: 600;
}

.shipping-table tr:nth-child(odd) {
    background-color: #f8f9fa;
    color: black;
    font-size: 18px;
}

.shipping-table tr:nth-child(even) {
    background-color: white;
    color: black;
}

.shipping-table tr:hover {
    background-color: #f1f2f6;
    color: black;
}

.download-button-container {
    margin: 2rem auto;
    text-align: center;
}

.download-button-container .cta-button {
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.download-button-container .cta-button i {
    margin-right: 8px;
}

.cbt72{
    text-decoration: none;
    color:#d4edda;
    font-weight: 600;
}
.cbt72:hover{
    color: cyan;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .header {
        padding: 1rem;
    }
    
    .hamburger {
        display: block;
    }
    
    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        padding: 1rem;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        flex-direction: column;
        align-items: center;
    }
    
    .nav.active {
        display: flex;
    }
    
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    .ads-hero {
        padding-top: 5rem;
    }
    
    .ads-hero h1 {
        font-size: 2.5rem;
    }
    
    .product-grid {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .shipping-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    
}

/* Efecto navideño */
.snowflake {
  position: fixed;
  top: -10px;
  color: #fff;
  font-size: 1em;
  text-shadow: 0 0 5px #000;
  z-index: 1000;
  user-select: none;
  cursor: default;
  animation: snowfall linear infinite;
}

@keyframes snowfall {
  0% {
    transform: translateY(-10px) rotate(0deg);
  }
  100% {
    transform: translateY(100vh) rotate(360deg); 
  }
}
/* Finaliza Estilos de la página COMISIONES-------------- */
