svg.icon-color {
    color: #ee7519 !important;
}

.nav-link {
    color: #fff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

.navbar-toggler {
    color: #fff;
}

.navbar-toggler-icon {
    color: #fff !important;
}

.navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

i {
    font-size: 1.5rem;
}

@media (max-width: 1000px) {
    form {
       /* border: 1px solid red !important;*/
    }
    body, .form-group, .form-control, [type=submit], [type=button], button, a.btn, .btn-primary, .dropdown-menu {
        font-size: 3rem; /* Aumenta ligeramente el tamaño de la fuente */
    }

    .navbar {
        --bs-navbar-brand-font-size: 3rem;
    }

    svg {
        width: 60px;
        height: 60px;
        fill: currentcolor;
    }

    h3 {
        font-size: 3.7rem;
        font-weight: 700;
    }

    h4 {
        font-size: 3.5rem;
        font-weight: 700;
    }

    h5 {
        font-size: 3.2rem;
    }

    i {
        font-size: 3rem;
    }

    footer.py-3 {
        font-size: 2.7rem;
    }

    p.copyright {
        font-size: 2.2rem;
    }
}