: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: 450px;
    transition: transform 0.3s ease-in-out;
}
.card-custom > img{
    padding: 16px;
    background-color: var(--bs-light);
    border-radius: 1rem;
    height: 150px;
    transition: transform 0.3s ease-in-out;
}
.card-custom > p {
    padding: 16px;
    font-size: 10pt;
    text-align: justify;
}
.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;
    transform: scale(1.05, 1.05);
}
.section-promote {
    margin-top: 5rem;
    background-color: #046ad6;
}
.text-services {
    font-size: 42pt;
    color: #046ad6;
}
.header-service{
    margin-top: 5rem;
    padding-top: 2rem;
}
.header-desc > h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 38pt;
}
.header-desc>p {
    font-size: 14pt;
    text-align: left;
}
.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;
}
.card-custom > p {
    padding: 16px;
    font-size: 10pt;
    text-align: justify;
}

.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;
    transform: scale(1.05, 1.05);
}
