footer .bottom {
    background-color: #b02e30;
    display: flex;
    justify-content: center;
    color: #fff;
    padding: 20px;
    width: 100%;
}

footer .img-footer {
    max-height: 80px !important;
}

p {
    color: inherit !important;
}

.text-darkblue {
    color: #002075;
}

/* Colores según diseño de cartel
        - Primary: #c2321e

        - Secondary: #a92311

        - Terciary: #68301e

        - Quaternary: #d9c073

        #a6e3ed
 */

.bg-primary {
    background-color: #b02e30 !important;
}

.bg-orange {
    background-color: #d29b5b;
}

.bg-soft-orange {
    background-color: #d29b5b90;
}

.bg-strong-primary {
    background-color: #6d1313 !important;
}

.bg-soft-primary {
    background-color: #6d1313ce !important;
    ;
}

.bg-soft-primary>p {
    color: black
}


.bg-grey {
    background-color: #f3f3f3;
}

.bg-dark-grey {
    background-color: #9e9e9e !important;
}

.bg-green {
    background-color: #71ffc096 !important;
}

.bg-green-2 {
    background-color: #71ffbf !important;
}

.text-strong-primary {
    color: #6d1313;
}

.text-orange {
    color: #d29b5b;
}

.btn-primary {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 10px 30px;
}

.btn-primary:hover {
    background-color: #b02e30;
    color: #fff;
    border: 1px solid #fff;
}

.btn-primary:focus {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}


