* {
    padding: 0;
    margin: 0;
}

body {
    height: 100vh;
    margin: 0;
    justify-content: center;
    align-items: center;
    background: url(images/fonfi.jpeg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;

    }
    
    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0);
        z-index: -1;
    }
    
    /* Estilos del header y navegación (mantener los existentes) */
    
    /* Contenido principal */
    .Container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }
    
    .frase {
        font-size: 2em;
        text-align: center;
        color: #4CAF50;
        margin: 30px 0;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    /* Sección de características */
    .features {
        padding: 60px 0;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 15px;
        margin: 40px 0;
    }
    
    .features h2 {
        text-align: center;
        color: #4CAF50;
        font-size: 2.5em;
        margin-bottom: 40px;
    }
    
    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        padding: 0 20px;
    }
    
    .feature-card {
        background: rgba(255, 255, 255, 0.1);
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        transition: transform 0.3s ease;
    }
    
    .feature-card:hover {
        transform: translateY(-10px);
        background: rgba(255, 255, 255, 0.2);
    }
    
    .feature-card i {
        font-size: 3em;
        color: #4CAF50;
        margin-bottom: 20px;
    }
    
    .feature-card h3 {
        color: #4CAF50;
        margin-bottom: 15px;
    }
    
    /* Sección CTA */
    .cta-section {
        text-align: center;
        padding: 60px 20px;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
        border-radius: 15px;
        margin: 40px 0;
    }
    
    .cta-content h2 {
        font-size: 2.5em;
        color: #4CAF50;
        margin-bottom: 20px;
    }
    
    .cta-button {
        display: inline-block;
        padding: 15px 40px;
        background: #4CAF50;
        color: white;
        text-decoration: none;
        border-radius: 30px;
        font-size: 1.2em;
        transition: all 0.3s ease;
        margin-top: 20px;
    }
    
    .cta-button:hover {
        background: #45a049;
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
    }
    
    /* Carousel ajustes */
    .contima {
        max-width: 800px;
        margin: 0 auto;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    
    .carousel-item img {
        height: 400px;
        object-fit: cover;
    }
    
    /* Responsive */
    @media (max-width: 768px) {
        .features-grid {
            grid-template-columns: 1fr;
        }
    
        .frase {
            font-size: 1.5em;
        }
    
        .feature-card {
            margin: 10px;
        }
    }
    /* Typography */
    h1 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 70px;
    }
    
    h2 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        box-shadow: 0.2px 0.2px #023507;
        font-size: 30px;
        text-align: center;
        color: white;
        
    }
    
    h3 {
        color: #ebe3e3;
        margin-bottom: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 17px;
    }
    
    /* Navigation */
    .list {
        padding: 1px;
        max-height: 4vw;
        border: 1px solid #effcf6;
        background: rgba(255, 255, 255, 0);
        display: flex;
        align-items: center;
    }
    
    .list img {
        height: 8vw;
        margin-top: 5px;
        margin-left: -90px;
        padding: 2px;
        object-fit: contain;
        transition: all 0.3s ease;
    }
    
    .list a {
        text-decoration: none;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        color: rgb(235, 231, 231);
        padding: 10px 15px;
        border-radius: 5px;
        transition: all 0.3s ease;
        position: relative;
    }
    
    .list a:hover {
        color: #ffffff;
        background: #22bd68;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(232, 232, 232, 0.203);
    }
    
    .list a.active {
        background: #22bd68;
        color: white;
    }
    
    ul {
        display: flex;
        justify-content: space-evenly;
        list-style: none;
        padding: 10px 0px;
        align-items: center;
        width: 100%;
        gap: 20px;
        margin-right: 60px;
    }
    
    /* Main Content */
    .comple {
        display: flex;
    }
    
    .logo {
        display: flex;
        margin-left: 10%;
        margin-top: -5%;
    }
    
    .Tit1 {
        margin-left: 0%;
        font-family: 'Times New Roman', Times, serif;
        font-size: 45px;
        color: white;
    }
    
    .frase {
        margin-top: -30px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 25px;
        color: white;
        padding: 0.2vw;
        display: flex;
        position: absolute;
        text-align: center;
        margin-left: 40%;
    }
    
    /* Carousel */
    .contima {
        position: relative;
        width: 450px;
        height: 450px;
        margin: 70px auto;
        overflow: hidden;
        border-radius: 40px;
        box-shadow: 5px 10px 10px #4ddc4fa5;
    }
    
    .carousel {
        height: 100%;
    }
    
    .carousel-inner {
        height: 100%;
        border-radius: 40px;
    }
    
    .carousel-item {
        height: 100%;
    }
    
    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .carousel:hover .carousel-control-prev,
    .carousel:hover .carousel-control-next {
        opacity: 1;
    }
    
    .carousel-indicators {
        margin-bottom: 1rem;
    }
    
    .carousel-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 5px;
    }
    
    .carousel-image {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: scale(0.95);
        transition: all 0.5s ease-in-out;
        object-fit: cover;
    }
    
    .carousel-image.active {
        opacity: 1;
        transform: scale(1);
    }
    
    .carousel-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.6);
        color: white;
        padding: 16px;
        cursor: pointer;
        border: none;
        border-radius: 50%;
        font-size: 18px;
        z-index: 1;
        transition: all 0.3s ease;
        opacity: 0;
    }
    
    .carousel-container:hover .carousel-button {
        opacity: 1;
    }
    
    .carousel-button:hover {
        background: rgba(0, 0, 0, 0.8);
        transform: translateY(-50%) scale(1.1);
    }
    
    .prev {
        left: 10px;
    }
    
    .next {
        right: 10px;
    }
    
    .carousel-dots {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 2;
    }
    
    .dot {
        width: 12px;
        height: 12px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .dot:hover {
        background: rgba(255, 255, 255, 0.8);
        transform: scale(1.2);
    }
    
    .dot.active {
        background: white;
        transform: scale(1.2);
    }
    
    /* Footer */
    footer {
        padding: 10px;
        border-top: 2px solid #effcf6;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .footer-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: white;
    }
    
    .footer-container > div {
        flex: 1;
        margin: 10px;
        min-width: 250px;
    }
    
    .redes-sociales {
        text-align: right;
    }
    
    .social-icons {
        margin-top: 10px;
    }
    
    .social-icons img {
        border-radius: 40%;
        width: 20px;
        height: 20px;
    }
    
    .social-icons a {
        margin-right: 10px;
    }
    
    /* Media Queries */
    @media (max-width: 991.98px) {
        .list {
            max-height: none;
            padding: 0.5rem;
        }
    
        .comple {
            flex-direction: column;
            align-items: center;
        }
    
        .logo {
            margin: 2rem auto;
        }
    
        .frase {
            position: relative;
            margin: 1rem auto;
            text-align: center;
            width: 100%;
        }
    
        .contima {
            margin: 2rem auto;
            width: 90%;
            max-width: 300px;
        }
    }
    
    @media (max-width: 767.98px) {
        .list ul {
            flex-direction: column;
            gap: 1rem;
        }
    
        .footer-container {
            text-align: center;
        }
    
        .redes-sociales {
            text-align: center;
        }
}

/* Estilos para la sección de información de Pico y Placa */
.pico-placa-info {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

.section-title {
    text-align: center;
    color: #ffffff;
    font-size: 2.5em;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px;
}



.info-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.card-header {
    text-align: center;
    margin-bottom: 20px;
}

.card-header i {
    font-size: 2.5em;
    color: #4CAF50;
    margin-bottom: 15px;
}

.card-header h3 {
    color: #ffffff;
    font-size: 1.5em;
    margin: 10px 0;
}

.card-content {
    color: rgb(255, 255, 255);
}

.schedule {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

.restriction-time {
    margin-top: 15px;
    color: #ffffff;
    font-weight: bold;
}

.info-list {
    list-style: none;
    padding: 0;
}

.info-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info-list li:last-child {
    border-bottom: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .info-cards {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2em;
    }
}

.info-card .fas {
    margin-right: 10px;
    color: #ffffff;
}

.button-container {
    text-align: center;
    margin-top: 20px;
}

.reward-button {
    display: inline-block;
    padding: 12px 30px;
    background: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.reward-button:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none;
}

.info-card:hover .fas {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.main-button-container {
    text-align: center;
    margin: 40px auto;
    width: 100%;
}

.main-reward-button {
    display: inline-block;
    padding: 15px 40px;
    background: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.main-reward-button:hover {
    background: #45a049;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}
.info-card{
    border: 3px solid #00ff00;
    box-shadow: 0 0 10px #00ff00;
    animation: parpadeoVerde 1.5s infinite;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    display: grid;      
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px;
    background-color: #c0bdbd77;
}

@keyframes parpadeoVerde {
    0%, 100% {
        box-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00;
        border-color: #00ff00;
    }
    50% {
        box-shadow: 0 0 5px #00aa00, 0 0 10px #00aa00;
        border-color: #00aa00;
    }
}