html {
    scroll-behavior: smooth;
    max-width: 4096px;
    margin: auto;

}

body {
    font-family: "Lato", sans-serif;
    font-size: large;
    background: var(--background-color);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--secondary-text-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-text-color);
}

.background-header-index {
    background: url("/images/background-header-home.webp") no-repeat 50% 50%;
    background-size: cover;
    min-height: 550px;
}

.background-header {
    height: 29vh;
}

.offering-slider {
    background: url("/images/background_card-min.webp") no-repeat 50% 0%;
    background-size: cover;
    min-height: 1050px;
    max-width: 2291px;
    margin: auto;
}

h1,
.h1 {
    font-family: "Merriweather";
    color: var(--secondary-text-color);

    line-height: 118.8%;
    font-weight: 700;
}

h1.about {
    color: #fff;
}

h2,
.h2, .label-2 {
    font-family: "Merriweather";
    color: var(--h2-color);
    font-size: clamp(32px, 4.5vw, 42px);
    font-weight: 400;
    line-height: clamp(49px, 4.5vw, 57px);
}

h3,
.h3, .label-3 {
    font-family: "Merriweather";
    color: var(--primary-text-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    font-style: normal;
}

h4,
.h4, .label-4 {
    font-family: "Lato", sans-serif;
    color: var(--h4-color);
    font-size: 16px;
    font-weight: 800;
    line-height: 149.8%;
    font-style: normal;
}

h5,
.h5, .label-5 {
    font-family: "Lato", sans-serif;
    color: var(--h5-color);
    font-size: clamp(11px, 2.5vw, 14px);
    font-weight: 800;
    line-height: clamp(23px, 2.5vw, 26px);
    letter-spacing: 4px;
    font-style: normal;
}

h6,
.h6, .label-6 {
    font-family: "Lato", sans-serif;
    color: var(--secondary-text-color);
    font-size: 14.4px;
    font-weight: 800;
    line-height: 207.9%;
    letter-spacing: 4px;
}

a,
a:hover {
    color: var(--policy-color);
    text-decoration: none;
}

p {
    color: var(--primary-paragraf-color);
    font-size: 16px;
    line-height: 26.14px;
}

ul li,
ol li {
    font-size: 16px;
    line-height: 32px;
}

.color-primary {
    color: var(--primary-text-color);
}

.color-secondary {
    color: var(--secondary-text-color);
}

.black {
    color: #404040;
}

.white {
    color: #fff;
}

.max-width {
    max-width: 1920px;
}

.dropdown-menu[data-bs-popper] {
    min-width: 41px;
    padding: 8px 11px;
}

.link-style {
    font-weight: 900;
    font-size: 12.6px;
    line-height: 24px;
    letter-spacing: 6px;
    color: var(--primary-text-color);
    text-decoration: none;
}

.link-style:hover {
    color: var(--primary-text-color);
    border-bottom: 2px solid var(--primary-text-color);
}

.card img {
    border-radius: 20px 20px 0 0;
}

.card-news .card-body,
.card-category .card-body {
    padding: 2rem 2rem;
}

.card-footer {
    border-top: none;
    background: transparent;
}

.card-footer-height {
    height: 55px;
}

.card-category {
    max-width: 320px;
    border-radius: 20px;
    border: none;
    min-height: 500px;
}

.card-category h2,
.card-category .h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
}

.card-category a {
    color: #f2f2f2;
}

.card-news {
    max-width: 408px;
    -webkit-box-shadow: -20px 4px 250px rgba(0, 0, 0, 0.25);
    box-shadow: -20px 4px 250px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    min-height: 446px;
}

.card-news .card-img-top {
    height: 224px;
    border-radius: 20px;
}

.card-news h6,
.card-news .h6{
    color: #404040;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
}

.card-news-pretitle {
    color: #404040;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 14.4px;
    margin-bottom: 8px;
}

.card-news h2,
.card-news .h2 {
    color: var(--secondary-text-color);
    font-weight: 700;
    font-size: 24px;
    line-height: 30.17px;
}

.button_off {
    background: lightgray !important;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    border-radius: 20px;
    color: #fff;
    /* min-width: 197px; */
    font-size: 15px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 2px;
    min-height: 40px;
}

.btn-primary {
    border: 1px solid var(--secondary-text-color);
    background: #fff;
    border-radius: 27px;
    color: var(--secondary-text-color);
}

.btn-secondary:hover {
    color: #fff;
    border: none;
    background: var(--primary-text-color);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    border-color: transparent;
}

.btn-secondary {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: var(--button-secondary-color);
    border-color: var(--button-secondary-color);
    min-width: 163px;
    border:none;
}

.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary.active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.skill img {
    height: 100px;
}

.footer-info-company {
    font-size: 11px;
    color: var(--footer-info-company);
    font-weight: 700;
}

.footer-company-about:hover {
    text-decoration: underline;
}

.footer-icon-color {
    fill: var(--footer-icon-color);
}

@media screen and (max-width: 450px) {
    .card-news {
        max-width: 323px;
    }
}

@media screen and (max-width: 992px) {
    .offering-slider {
        min-height: 880px;
    }

    .card-category {
        min-height: 320px;
    }

    .card-news .card-body,
    .card-category .card-body {
        padding: 1rem 1rem;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dropdown-menu .show {
        display: none !important;
    }
}
@media screen and (min-width: 992px) {

    .background-header {
        height: 76vh;
    }

}
