/* Ajustes para dispositivos móveis */
@media (max-width: 992px) {
    .navbar {
        padding: 0.5rem 0;
    }
    .navbar-brand img {
        height: 40px !important;
    }
    .navbar-nav .nav-link {
        padding: 10px 15px !important;
        font-size: 1rem;
    }
    .hero {
        min-height: 500px;
        margin-top: 60px;
    }
    .hero-logo-img {
        height: 120px !important;
    }
    .empresa-logo-img {
        height: 80px !important;
    }
    .hero p {
        font-size: 1.2rem;
    }
    .hero-icons {
        gap: 20px;
        bottom: 20px;
    }
    .hero-icons i {
        font-size: 1.5rem;
    }
    .btn-neon {
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
    }
    .apresentacao-logo {
        height: 80px !important;
    }
    .apresentacao-card {
        padding: 1.5rem;
    }
    .valor-card {
        padding: 1rem;
    }
    .carousel-item {
        height: 300px;
    }
    .carousel-img {
        max-height: 300px;
    }
    #isotescCarousel .carousel-item {
        height: 300px;
    }
    #isotescCarousel .carousel-img {
        max-height: 300px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 15%;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        padding: 15px;
    }
    .brand-logo {
        height: 60px !important;
        max-width: 150px !important;
    }
    .brand-list h4, .technical-docs h4 {
        font-size: 1.1rem;
    }
    .brand-list .list-group-item h5 {
        font-size: 1rem;
    }
    .brand-list .list-group-item p {
        font-size: 0.85rem;
    }
    .technical-docs .card-body {
        padding: 1rem;
    }
    .technical-docs .btn-primary,
    .technical-docs .btn-outline-primary {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }
    .contact-card {
        padding: 1.5rem 1rem;
    }
    .contact-icon {
        font-size: 2rem;
        height: 50px;
        width: 50px;
    }
    .footer-logo {
        height: 40px !important;
        max-width: 140px !important;
    }
    .social-icons a {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 20px;
        right: 20px;
    }
    .danica-img, .isotesc-img {
        height: 150px;
    }
    .ic-img {
        height: 200px;
    }
}
@media (max-width: 576px) {
    .navbar-brand img {
        height: 35px !important;
    }
    .hero {
        min-height: 450px;
        margin-top: 55px;
    }
    .hero-logo-img {
        height: 100px !important;
    }
    .empresa-logo-img {
        height: 60px !important;
    }
    .hero p {
        font-size: 1rem;
    }
    .hero-icons {
        gap: 15px;
        bottom: 15px;
    }
    .hero-icons i {
        font-size: 1.2rem;
    }
    .btn-neon {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    .apresentacao-logo {
        height: 60px !important;
    }
    .carousel-item {
        height: 200px;
    }
    .carousel-img {
        max-height: 200px;
    }
    #isotescCarousel .carousel-item {
        height: 200px;
    }
    #isotescCarousel .carousel-img {
        max-height: 200px;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        padding: 10px;
    }
    .brand-logo {
        height: 50px !important;
        max-width: 120px !important;
    }
    .brand-list h4, .technical-docs h4 {
        font-size: 1rem;
    }
    .brand-list .list-group-item h5 {
        font-size: 0.9rem;
    }
    .brand-list .list-group-item p {
        font-size: 0.8rem;
    }
    .technical-docs .btn-primary,
    .technical-docs .btn-outline-primary {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
    .contact-card h4 {
        font-size: 1.1rem;
    }
    .contact-card p {
        font-size: 0.9rem;
    }
    .footer-logo {
        height: 35px !important;
        max-width: 120px !important;
    }
    .danica-img, .isotesc-img {
        height: 120px;
    }
    .ic-img {
        height: 150px;
    }
}