body{
margin:0;
font-family:Arial;
background:#f4f4f4;
}

.hero{
height:85vh;
background-image:
linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
url("Costanera_Center_at_evening.jpg");
background-size:cover;
background-position:center;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
color:white;
text-align:center;
}

.logo{
width:130px;
margin-bottom:20px;
}

.btn{
background:#FFD23F;
padding:15px 30px;
border-radius:10px;
text-decoration:none;
font-weight:bold;
color:black;
}

.stats{
background:white;
padding:40px;
text-align:center;
}

.stats-grid{
display:flex;
justify-content:center;
gap:40px;
}

.stat{
background:#f7f7f7;
padding:25px;
border-radius:10px;
width:150px;
}

.container{
max-width:800px;
margin:auto;
padding:40px;
}

.rutas{
display:flex;
flex-direction:column;
gap:20px;
}

.ruta{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 3px 10px rgba(0,0,0,0.1);
}

form{
background:white;
padding:25px;
border-radius:10px;
}

input,select,textarea{
width:100%;
padding:12px;
margin-top:10px;
margin-bottom:15px;
border-radius:6px;
border:1px solid #ccc;
}

button{
width:100%;
padding:14px;
background:#FFD23F;
border:none;
border-radius:8px;
font-weight:bold;
}
