:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d122e3;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #dc35c6;
    --bs-secondary: #d122e3;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0));
}

.card-custom {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: var(--bs-light);
    border-radius: 1rem;
    margin-bottom: 1rem;
    min-height: 480px;
    transition: transform 0.3s ease-in-out;
}
.card-custom > img{
    padding: 5px;
    margin-top: 10px;
    background-color: var(--bs-light);
    border-radius: 1rem;
    height: 240px;
    transition: transform 0.3s ease-in-out;
}
.card-custom > h4 {
    color: #046ad6;
}
.card-custom > p {
    padding: 16px;
    font-size: 10pt;
}
.card-custom:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    border-radius: 1rem;
    margin-bottom: 1rem;
    background-color: #046ad6;
    transform: scale(1.02, 1.02);
}
.card-custom:hover > h4 {
    color: white;
}
.card-custom:hover > p {
    color: white;
}
.card-custom:hover > img {
        background-color: transparent;
        -ms-transform: scale(1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1);
        /* Safari 3-8 */
        transform: scale(1.1);
        outline: 5px;
}
.card-custom:hover > img:hover {
    -ms-transform: scale(1.1);
    background-color: transparent;
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    outline: 5px;
}
.numeric {
    display: block;
    padding-left: 1rem;
    padding-right: auto;
}
.card-line-footer {
    background-color: #046ad6;
    display: block;
    margin-left: auto;
    margin-right: 0;
    height: 4px;
    /* width: 180px; */
}

.numeric>h3 {
    background-color: #046ad6;
    display: table;
    font-size: 16pt;
    text-align: center;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border-radius: 5rem;
    color: white;
}
.card-custom:hover>.numeric>h3 {
    background-color: var(--bs-white);
    display: table;
    font-size: 17pt;
    text-align: center;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border-radius: 5rem;
    color: #046ad6;
}
.card-custom:hover>.card-line-footer {
    background-color: var(--bs-white);
    display: block;
    margin-left: auto;
    margin-right: 0;
    height: 4px;
    /* width: 180px; */
}

.card-custom:hover>.numeric>h3>li {
    margin-top: 4px;
}
.text-services {
    font-size: 42pt;
    color: #046ad6;
}
.header-service{
    margin-top: 8rem;
}
.header-desc > h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 38pt;
}
.header-desc > p{
    text-align: left;
    font-size: 14pt;
}
.product-text > h1{
    text-align: center;
}
.product-text > hr{
    border: 5px solid #046ad6;
    opacity: 100% !important;
    border-radius: 5px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.header-img > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
}
