body {
    background-color: #ecfcff; /* Blanco */
    color: #013749; /* Azul1 */
}

.section-title {
    margin-top: 120px;
}

h1, h2, h3 {
    color: #01435A; /* Azul2 */
}

.text-info {
    color: #076481 !important; /* Azul3 */
}

.text-secondary {
    color: #AEC9C9 !important; /* Plata */
}

.text-muted {
    color: #AEC9C9 !important; /* Plata */
    text-align: justify !important;
}

.container {
    max-width: 960px;
}

.img-fluid {
    border-radius: 5px;
    border: 2px solid #AEC9C9; /* Plata */
}

a.text-info {
    text-decoration: none;
    color: #1c56ad !important; /* Azul3 */
}

a.text-info:hover {
    text-decoration: underline;
    color: #01435A !important; /* Azul2 */
}

@media (max-width: 768px) {
    .row > [class*="col-"] {
        margin-bottom: 1rem;
    }
}
