
:root {
    --bs-primary: #2563eb;
    --bs-primary-rgb: 37, 99, 235;
    --color-azul-oscuro: #0072b1;
    --color-celeste: #00b8f1;
    --color-gris-oscuro: #333;
    --color-claro: #f9f9f9;
}
.container-main{
    background: url('../img/instalacion.jpeg') no-repeat center;
    background-size: cover;
}

section{
    margin-top: 30px;
    margin-bottom: 20px;
}

.section-subtitle {
    color: var(--bs-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.9rem;
}
p{
    text-align: justify;
}

h1{
    color: #76ddff;
}