
/*
Theme Name: Pegoraro Transportes
Description: Tema simples para site de transportadora
Version: 1.0
*/

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

.topo{
background:orange;
display:flex;
justify-content:space-between;
align-items:center;
padding:20px;
color:white;
}

.menu a{
color:white;
margin-left:20px;
text-decoration:none;
font-weight:bold;
}

.hero{
height:500px;
background:url('caminhao.png') center/cover no-repeat;
display:flex;
align-items:center;
color:white;
padding-left:80px;
}

.hero h1{
font-size:48px;
max-width:600px;
}

.botao{
background:orange;
padding:15px 25px;
border-radius:8px;
display:inline-block;
margin-top:20px;
color:white;
text-decoration:none;
}

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

.cards{
display:flex;
gap:30px;
justify-content:center;
margin-top:40px;
}

.card{
background:white;
padding:30px;
border-radius:10px;
width:250px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.footer{
background:#0b2a55;
color:white;
text-align:center;
padding:40px;
margin-top:40px;
}
