.g-5, .gx-5 {
    --bs-gutter-x: 12rem;
}

body {
    font-family: Montserrat, sans-serif;
    height: 100vh;
}

.form-control {
    border: 1px solid #ff0000;
    border-radius: 50px;
    padding: 0 0 0 1rem;
    height: 40px !important;
}

textarea {
    resize: none;
    overflow: hidden;
}

h1 {
    font-size: 3rem;
}

#banner {
    background-image: url(../images/banner.png);
    height: 1080px;
}

.nav-link {
    color: #ffffff !important;
}

    .nav-link:hover {
        color: #ff0000;
    }

    .nav-link:focus {
        color: #ff0000;
    }

.btn {
    border-radius: 15px;
}

.btn-danger {
    background-color: #ff0000;
    border-color: #ff0000;
}

    .btn-danger:hover {
        background-color: transparent;
        border-color: #ff0000;
        color: #ff0000;
    }

    .btn-danger:focus {
        background-color: transparent;
        border-color: #ff0000;
        color: #ff0000;
        box-shadow: none;
    }

.btn-outline-danger {
    border-color: #ff0000;
    color: #ff0000;
}

    .btn-outline-danger:hover {
        background-color: #ff0000;
        color: #ffffff;
    }

    .btn-outline-danger:focus {
        background-color: #ff0000;
        color: #ffffff;
        box-shadow: none;
    }

#transforme-sua-empresa {
    height: 80vh;
}

.btn-lg {
    width: 160px;
    height: 40px;
    padding: 0.2rem 0 0 0;
}

.btn-form {
    border-radius: 50px;
    height: 40px !important;
    width: 100%;
}

.bg-danger {
    background-color: #ff0000 !important;
}

.swiper {
    width: 80%;
}

.swiper-slide {
    width: 60px;
    z-index: 1;
    transition-duration: 0ms;
    display: inline-block;
    height: 60px;
}

.border-danger {
    border-color: #ff0000 !important;
}
