body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}
.bg-custom-green {
    background-color: #128061;
}
.text-custom-green {
    color: #128061;
}
.border-custom-green {
    border-color: #128061;
}
.hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1631&q=80');
    background-size: cover;
    background-position: center;
}
.section-divider {
    height: 3px;
    width: 60px;
}
.feature-card {
    transition: all 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.input-field {
    transition: all 0.3s ease;
}
.input-field:focus {
    border-color: #128061;
    box-shadow: 0 0 0 3px rgba(18, 128, 97, 0.2);
}

.seja-franqueado {
    color: #128061;
    font-size: 21px;
    font-weight: 600;
}

@media (max-width: 726px) {
    .hero-section > div.container > h1 {
        font-size: 38px;
    }

    .btn-contato {
        font-size: 14px;
    }

    .arrow {
        bottom: 5px;
    }
}