
* {
  box-sizing: border-box;
}

body {
    scroll-behavior: smooth;
}

main section {
  scroll-margin-top: 90px;
}

.bloque {
    padding: 80px 0;
}
.bloque-azul {
    background-color: #0d6efd;
    color: white;
    padding: 180px 0 120px;
}
.bloque-negro {
    background-color: #000;
    color: white;
}
.info-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.obra-card img {
    max-height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
}
.carousel-inner {
    padding-bottom: 60px;
}
.carousel-indicators {
    bottom: -40px;
}
.carousel-indicators [data-bs-target] {
    background-color: #0d6efd;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.carousel-indicators .active {
    background-color: #000;
}

.footer {
  padding: 30px 0 50px;
  color: white;
}
