.hero {
    background: url('https://hormitecspa.cl/wp-content/uploads/2022/12/excavation-construction-works-ZU6584Y.jpg') center/cover no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
.herosomos {
    background: url('https://hormitecspa.cl/wp-content/uploads/2023/03/20220809_093604-scaled.jpg') center/cover no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
.herocontacto {
    background: url('https://hormitecspa.cl/wp-content/uploads/2023/03/20230113_150805-1568x1176.jpg') center/cover no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}    
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 24px;
}
.about-box {
    background: #FC7B2C;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.about-box h3 {
    font-weight: bold;
}
body {
    font-family: Calibri, sans-serif;
}
.proyecto {
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}