body {
    font-family: Arial, sans-serif;
}

.hero-section {
    background-image: url('img/seguranca.jpg');
    background-size: cover;
    background-position: center;
}

.card {
    margin-bottom: 20px;
}

.animate__animated {
    animation-duration: 1s;
}

body {
    font-family: Arial, sans-serif;
}



.hero {
  
    background: url('img/guinchos.jpg') no-repeat center center;
    background-size: cover;
}


.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.05);
}
body {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-weight: 700; /* Usando o estilo Bold */
}

p {
    font-weight: 400; /* Usando o estilo Regular */
}