/*
Theme Name: Dinamizar
Theme URI: https://dinamizar.emp.br
Author: Dinamizar
Author URI: https://dinamizar.emp.br
Description: Tema institucional para locação e venda de módulos, containers, chalés e equipamentos.
Version: 1.0
*/


body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #222;
}

.hero {
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
                url(assets/img/hero.jpg) center/cover;
    color: #fff;
    padding: 120px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 30px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn {
    padding: 14px 28px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.btn-primary {
    background: #ff9800;
    color: #000;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
}

.servicos {
    padding: 80px 20px;
    background: #f5f5f5;
    text-align: center;
}

.servicos h2 {
    margin-bottom: 40px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: auto;
}

.card {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
