.titulo-pie {
    color: rgba(35, 94, 173, 1);
    font-size: 24px;
}

.pie-container {
    background: linear-gradient(to right, rgba(8, 159, 228, 1), rgba(34, 74, 162, 1));
    width: 100%;
    color: rgba(255, 255, 255, 1);
    position: relative;
}

.logo-cer-footer {
    width: 113px;
    height: 62px;
}

.text-14 {
    font-size: 14px;
}

.text-12 {
    font-size: 12px;
}

.img-fit {
    object-fit: cover;
}

@media (min-width: 1440px) {
    .pie-container {
        background-size: 100% auto;
    }
}