/* 
* Modulus - Estilos responsivos
* Complemento ao arquivo style.css para garantir responsividade em todos os dispositivos
*/

/* Dispositivos grandes (desktops, menos de 1200px) */
@media (max-width: 1199.98px) {
    .hero-content h1 {
        font-size: 3rem;
    }
    
    .section-title h2 {
        font-size: 2.2rem;
    }
}

/* Dispositivos médios (tablets, menos de 992px) */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 70px 0;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content p {
        font-size: 1.1rem;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .header-buttons {
        margin-top: 15px;
        justify-content: center;
    }
    
    .navbar-nav {
        margin: 15px 0;
    }
    
    .feature-card {
        margin-bottom: 30px;
    }
    
    .process-step {
        padding-left: 40px;
    }
    
    .step-number {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
}

/* Dispositivos pequenos (landscape phones, menos de 768px) */
@media (max-width: 767.98px) {
    .hero-section {
        padding: 50px 0;
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .hero-image {
        margin-top: 30px;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
    
    .footer-widget {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .widget-title:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links {
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .contact-info li {
        justify-content: center;
    }
    
    .contact-info li i {
        margin-right: 15px;
    }
    
    .copyright-text,
    .footer-bottom .text-md-end {
        text-align: center !important;
        margin-bottom: 10px;
    }
}

/* Dispositivos muito pequenos (portrait phones, menos de 576px) */
@media (max-width: 575.98px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .section-title h2 {
        font-size: 1.8rem;
    }
    
    .navbar-brand img.logo {
        max-height: 40px;
    }
    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
        bottom: 20px;
        right: 20px;
    }
    
    .contact-form .btn {
        width: 100%;
    }
    
    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .nav-tabs .nav-link {
        white-space: nowrap;
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .process-step {
        padding-left: 35px;
    }
    
    .step-number {
        width: 25px;
        height: 25px;
        font-size: 0.8rem;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}
