/* LOGIN */
#main-layout {
    /* font-family: 'Noto Sans', sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
}


/**cambiar el color de fondo**/

.fondo-promo {
    background: rgb(0, 74, 32);
    background: linear-gradient(90deg, rgba(0, 74, 32, 1) 0%, rgba(137, 226, 116, 1) 100%);
    height: 10px;
}

.bg-color {
    --bs-bg-opacity: 1;
    background-color: #f0f8eed9 !important;
}

#text-white {
    color: #004a2c !important;
    --bs-text-opacity: 1;
}

#text-white-50 {
    --bs-text-opacity: 1;
    color: #004a2c!important;
}

.btn-outline-light {
    --bs-btn-color: #004a2c !important;
    --bs-btn-border-color: #3893113d !important;
    --bs-btn-hover-color: #33650b7f !important;
    --bs-btn-hover-bg: #004a2c !important;
}

.btn-hov {
    color: #27590a !important;
    border-color: #24800d3d !important;
    background: #d2e8d3 !important;
}

.btn-hov:hover {
    color: #8dc882d9 !important;
    background-color: #18520a !important;
    box-shadow: none !important;
}


/* .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #db8ef4 !important;
} */

.color-princ {
    color: #004a2c !important;
}

.border-w {
    border-color: #469a4e!important;
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 60% !important;
    margin: auto !important;
}

.regular-shadow {
    box-shadow: 0px 0px 14px 0px #566e4e !important;
}

.promovago-logo {
    width: 10rem;
}

.span{
    cursor: pointer !important;
}