/* 
   Grupo Martinelli - Responsive Styles
*/

@media (max-width: 991.98px) {
    .hero-section {
        height: auto;
        padding: 120px 0 60px 0;
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .navbar-collapse {
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        margin-top: 10px;
    }
    
    .nav-link {
        margin: 10px 0;
    }

    .cta-card {
        flex-direction: column;
        text-align: center;
    }

    .cta-icon {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .display-4 {
        font-size: 2.2rem;
    }

    .info-item {
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .footer-links {
        text-align: center;
    }
    
    footer .col-lg-3, footer .col-lg-2 {
        text-align: center;
    }
    
    .social-icons {
        justify-content: center;
        display: flex;
    }
}

@media (max-width: 575.98px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .btn-lg {
        width: 100%;
        margin-bottom: 10px;
    }
}
