#main-layout {
    /* font-family: 'Noto Sans', sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
}

.fondo-unla {
    background: rgb(174, 57, 135);
    background: radial-gradient(circle, rgba(174, 57, 135, 0.6095464797247023) 0%, rgba(245, 190, 246, 0.4834960595566351) 100%);
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: #fdfdfdd9 !important;
}

#text-white {
    color: #93117e !important;
    --bs-text-opacity: 1;
}

#text-white-50 {
    --bs-text-opacity: 1;
    color: #93117e!important;
}

.btn-outline-light {
    --bs-btn-color: #93117e !important;
    --bs-btn-border-color: #93117e3d !important;
    --bs-btn-hover-color: #f5d1ed !important;
    --bs-btn-hover-bg: #93117e !important;
}

.btn-hov {
    color: #93117e !important;
    border-color: #93117e3d !important;
    background: #f7eef4;
}

.btn-hov:hover {
    color: #ffffffd9 !important;
    background-color: #93117e !important;
    box-shadow: none !important;
}


/* .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #db8ef4 !important;
} */

.color-princ {
    color: #93117e !important;
}

.border-w {
    border-color: #9a4695!important;
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 70% !important;
    margin: auto !important;
}

.regular-shadow {
    box-shadow: 0px 0px 14px 0px #6c4e6e !important;
}

.promovago-logo {
    width: 10rem;
}