﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600&display=swap');

.bg-primary {
    background-color: #8B5FBF !important;
}

.bg-secondary {
    background-color: #D6C6E1 !important;
}

.text-primary {
    color: #8B5FBF !important;
}

.text-secondary {
    color: #D6C6E1 !important;
}


.text-tertiary {
    color: #C6E4F7 !important;
}

.text-lg-left {
    text-align: left !important;
}

.bg-light {
    background-color: #F5F5F2;
}

    .bg-light:hover {
        background-color: #FFF !important;
        box-shadow: 0px 2px 16px rgb(0 0 0 / 10%) !important;
    }

#img-woman {
    width: 80%;
}

@media(max-width:32rem) {

    #img-woman {
        width: 50%;
        margin: auto;
    }

    .cnt-intro {
        text-align: center;
    }

    #mp_pasos .card-header button {
        font-size: 14px;
    }
}
