﻿.cardCategory {
    background-color: white;
    border-radius: 15px;
    padding: 0;
    margin: 15px 10px;
}

.titleBlockCard {
    display: flex;
    align-items: center;
}

.iconTitleBlockCard {
    margin-right: 10px;
    font-size: 25px;
    color: #1240ae;
}

.textTitleBlockCard {
    font-size: 25px;
    color: #1240ae;
}

.titleCard {
    height: 119px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.containerCard {
    padding: 15px;
}

.contentCard {
    position:relative;
    background-color: #0f87bf;
    height: 140px;
    border-radius: 15px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    flex-wrap: nowrap;
    color: white;
}

.contentCard:hover
{
     -webkit-box-shadow: -5px 20px 10px 0px rgba(0,0,0,0.75); 
    box-shadow: -5px 20px 10px 0px rgba(0,0,0,0.50);
    transform: translate(5px, -10px);
    color:#FFFF;
}

.contentCard:active,
.contentCard:focus {
    color: white;
    text-decoration: none;
}

span.contentCardText {
    text-align: center;
}

span.contentCardIcon {
    font-size: 25px;
}

.stepNumber {
    color: #38F4FF;
    opacity: 0.2;
    font-size: 78px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.contentCardIcon i {
    font-size: 3.5rem;
}

.contentCard span {
    font-size: 1rem;
    text-transform: uppercase;
    
}

/*.columnCardHome {
    margin-bottom: 15px;*/
    /*margin: 5px;*/
    /*min-width: 167px;
    padding: 31px;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #002E560F;
    border-radius: 10px;
}

    .columnCardHome .columnCardHomeText {
        text-align: center;
        margin-bottom: 10px;
    }

    .columnCardHome .columnCardHomeContent {
        margin: auto;
        padding: 0px;
    }

.cardCirc {
    height: 120px;
    width: 100%;
    max-width: 190px;
    padding: 5px;
    text-align: center;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: white;
    font-size: 13px;
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,0.51);
}

    .cardCirc:hover {
        transition: linear 0.2s;
        opacity: 0.8;
        transform: scale(1.05);
        box-shadow: 5px 5px 18px 1px rgba(0,0,0,0.51);
    }

    .cardCirc:active {
        transform: rotate(0deg);
        transition: 0s;
        opacity: 0.8;
        box-shadow: inset 5px 5px 18px 1px rgba(0,0,0,0.51);
    }

    .cardCirc .cardCircIcon {
        height: 50px;
        width: 100%;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cardCirc .cardCirctext {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        padding: 5px;
    }

a.cardCircLink {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
    flex-wrap: wrap;
}*/


span.card-info {
    font-size: 0.7rem;
    text-transform: unset;
    /*margin-top: -10px;*/
    position: absolute;
    top: 7px;
    left: 7px;
    text-align:left;
}