.img-h {
    height: 40px;
}

.d-mr {
    margin-right: 2rem;
}

.li-btn-w {
    width: 18px;
}

.h1-fs {
    font-size: 2.03125rem;
}

.s-c {
    color: #1189d9;
}

.d-pb {
    padding-bottom: 90px;
}

.d-df {
    display: flex;
    justify-content: center;
    max-width: 822px;

    >img {
        width: 100%;
        padding-bottom: 45px;
    }
}

.p-ta {
    text-align: justify;
}

.h1-ta .d-tac .h4-tac {
    text-align: center !important;
}

.d-df-ai {
    display: flex;
    align-items: center;
}

.h5-ta-fs {
    text-align: justify;
    /* font-size: 14px !important; */
    color: var(--vz-secondary-color) !important;
}

.d-mt {
    margin-top: 30px;
}

.d-fdr-fww {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.d-ta-df-fc {
    text-align: center;
    display: flex;
    flex-direction: column;

    >span {
        color: white;
    }
}

.d-tac {
    text-align: center;

    >p {
        color: white;
    }
}

.p-taj {
    text-align: justify;
}

.d-mw {
    max-width: 100% !important;
}

.img-mw {
    max-width: 100px;
}

.d-df-jcc {
    display: flex;
    justify-content: center;

    >div {
        width: 300px;
    }
}

.d-mb {
    margin-bottom: 2.45rem;
}

.d-w {
    width: 300px;
}

.d-df-jcc-2 {
    display: flex;
    justify-content: center;
}

.d-mh {
    min-height: 350px;
}

.d-df-jcc-mw {
    display: flex;
    justify-content: center;
    max-width: 600px;
}

.img-br {
    border-radius: 1rem;
}

.img-pr {
    padding-right: 20px;
}

.d-mt-2 {
    margin-top: 10px;
}

.text-menu {
    color: #FFF !important;
    opacity: 0.8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.text-menu a:hover {}

.d-h {
    height: 100%;
}

.d-df-fdc-pb {
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
}

.d-df-fdc-h {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.s-f {
    flex: 1 1 auto;
}

.d-m-taj-p {
    /* margin: 34px 134px 34px 134px;
    text-align: justify;
    padding: 1rem 66px 1rem 66px; */
    margin: 1% 6% 1% 6%;
    text-align: justify;
    padding: 1rem 3% 1rem 3%;
}

.h3-fs {
    font-size: 1rem;
}

.d-mb3 {
    margin-bottom: 3rem;
}

.h5-cw {
    color: white;
}

.img-mw2 {
    max-width: 2rem;
}

.img-mw-w-br {
    max-width: 425px;
    width: 100%;
    border-radius: 10px;
}

.hr-mt {
    margin-top: 3.5rem;
}

.p-var {
    color: var(--vz-heading-color);
}

.d-bcv {
    background-color: var(--vz-body-bg);
}

.d-df-jcc-mb {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.a-c {
    color: #405189;
}

/* .btn-mouse-over:hover {
    background-color: #364574 !important;
    text-decoration: underline;
} */

.mt-0 {
    margin-top: 0 !important;
}