﻿:root {
/*--------Color MEP---------------------*/
    --primary-color: #182951;
    --secondary-color: #CFAC65;
/*--------------------------------------*/
    --bs-primary: #182951;
    --bs-secondary: #CFAC65;
    --bs-primary-rgb: 24, 41, 81;
    --bs-secondary-rgb: 207, 172, 101;
    --success-color: #198754;
    --info-color: #0dcaf0;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --light-color: #f8f9fa;
    --dark-color: #212529;
}


.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    height:3rem;
    width:3rem;
}

.icon-shape i {
        font-size: 1.28rem;
    }

.card-stats .card-body {
    padding: 1rem 1.5rem;
}

#footer {
    width: 100%;
    background-color: #6c757d;
    text-align: center;
    padding: 0rem;
}

/* En móvil el footer es relativo */
@media (max-width: 768px) {
    #footer {
        position: relative;
    }
} 



