/** plugin **/

a {
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.h-100{
    max-width: 60rem !important;
}

.card-hover::before {
    transform: scaleX(0);
    transform-origin: bottom right;
}

.card-hover:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.card-hover::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: rgba(63, 140, 255, 0.5);
    z-index: -1;
    transition: transform .3s ease;
    border-radius: 15px;
}

.card-hover :hover {
    color: white !important;
}

.client-logo {
    max-height: 5rem;
}

.transparent {
    background: rgba(255, 255, 255, 0.5);
}


.fixed-whatsapp {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 999;
}

.logo-whatsapp {
    max-width: 2.5rem !important;
}

/** plugin **/
/** temp

background-color: #206bc4;
color: #FFFFFF;

**/