body {
    background-color: #000 !important;
}

.icon-cel-login {
    font-size: 70px;
    color: #fff;
}

.color-text {
    color: #747474;
}

.login-input {
    background: #0000007d !important;
    color: white !important;
}

.input-code {
    background: #0000 !important;
    color: #2aa5df !important;
    padding: 0 !important;
    height: 57px !important;
    border: solid 3px #8d8d8d !important;
    font-size: 35px !important;
    text-align: center !important;
}

.login-body {
    height: 100vh;
}

/* https://mdbootstrap.com/docs/standard/tools/design/gradients/*/
.gradient-custom {
    /* fallback for old browsers */
    background: #37ecba;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(55, 236, 186, 0.5), rgba(114, 175, 211, 0.5));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(55, 236, 186, 0.5), rgba(114, 175, 211, 0.5))
}

/* ----------------------------------------------
  Generated by AnimatiSS
  Licensed under FreeBSD License
  URL: https://xsgames.co/animatiss
  Twitter: @xsgames_
---------------------------------------------- */

.rotate-scale-up {
    animation: rotate-scale-up 0.4s linear both
}

@keyframes rotate-scale-up {
    0% {
        transform: scale(1) rotateZ(0)
    }

    50% {
        transform: scale(2) rotateZ(180deg)
    }

    100% {
        transform: scale(1) rotateZ(360deg)
    }
}

.blur-in {
    animation: blur-in 1s linear both
}

@keyframes blur-in {
    0% {
        filter: blur(12px);
        opacity: 0
    }

    100% {
        filter: blur(0);
        opacity: 1
    }
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url('https://via.placeholder.com/1600x700') center/cover no-repeat;
    color: white;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero p {
    font-size: 1.2rem;
    margin-top: 1rem;
}

.search-bar {
    margin-top: 2rem;
    max-width: 600px;
    margin-inline: auto;
}

.featured-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

.featured-section h2 {
    font-weight: bold;
    margin-bottom: 40px;
}

.provider-card {
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.provider-card:hover {
    transform: translateY(-4px);
}

.provider-img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.btn-agendar {
    background-color: #000;
    color: white;
    border-radius: 50px;
}

.steps-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.steps-section h2 {
    font-weight: bold;
    margin-bottom: 40px;
}

.step-icon {
    font-size: 3rem;
    color: #000;
    margin-bottom: 15px;
}