* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.area-logo {
    width: 180px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-logo img {
    width: 80%;
}

#carouselExampleCaptions {
    height: 500px;
}

.carousel-inner img {
    min-height: 400px;
    max-height: 450px;
    object-fit: cover;
}

.carouselExampleIndicators {
    border: 10px solid black;
}

.area-home-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.area-sub-title-over-banner-home {
    margin: 0 auto;
    width: 50%;

}

.body-item-serveces {
    position: relative;
    z-index: 1;
}

.theme-services {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: rgb(255, 255, 255);
    text-align: center;
    width: 200px;
    font-size: 1.5em;
    max-height: 100px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 600;
}

.area-img-card-home-serveces {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    overflow: hidden;
}

.area-img-card-home-serveces img {
    width: 100%;
}

.icon-footer {
    margin: 0px 10px 0px 10px;
    transform: scale(1.5);
}

.item-services {
    width: 300px;
    text-align: center;
}

.item-services:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.item-services:hover .theme-services {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: 10px;
}

.item-services:hover .area-img-card-home-serveces img {
    transform: scale(1.2);
}

.trasnsition {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.item-departament {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    user-select: none;

}

.area-details-departament {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 35vw;
    min-height: 500px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    animation: fading 0.2s ease-in-out;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.area-details-departament-rigth {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    width: 35vw;
    min-height: 500px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    animation: fading 0.2s ease-in-out;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}



.item-datas-departament {
    position: absolute;
    background-color: #f7c800;
}

@keyframes fading {

    0% {
        opacity: 0;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    100% {
        opacity: 100%;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

}

.area-departament-item-box-left {
    color: black;
    width: 10vw;
}

.area-departament-item-box-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20vw;
}

.card-pronduct {
    width: 200px;
    min-height: 50px;
    padding: 10px;
}

.area-img-item-detail-departament {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.area-img-item-detail-departament img {
    width: 100%;
}

.area-item-over {
    margin-top: 10px;
    top: 0;
    right: 0;
    position: absolute;
}

.item-over {
    text-align: center;
    color: white;
    width: 150px;
    background-color: red;
    clip-path: polygon(8% 0%, 92% 0%, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-size {
    width: 600px;
    height: 600px;
}

.custom-df {
    height: auto;
    width: 100%;
    margin: 0 auto;
    height: 350px;
}

.item-card-product {
    width: 200px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    transition: .2s;
}

.item-card-product:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transition: .2s;
}

.area-foto-card-in {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.area-foto-card-in img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.area-sobre {
    text-align: justify;
    width: 50%;
}


.area-imagem {
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
}

.area-imagem-insti {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 10px;

}


.area-imagem-insti img {
    cursor: pointer;
    width: 100%;
    transition: 1s;
}

.area-imagem-insti:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.area-item-brand {
    width: max-content;
    height: auto;
}

.filter-img {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 76%;
    background-color: #3f3f3f;
    opacity: .5;
    mix-blend-mode: multiply;
    transition: .2s;
}

.filter-img:hover {
    transition: .2s;
    background-color: transparent;
}

.item-brand {
    width: 180px;
    height: 180px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5px;
    padding: 10px;
    margin-left: 5px;
}

.item-brand img {
    width: 80%;
}

#carrosselMarcas {
    user-select: none;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

#carrosselMarcas img {
    user-select: none;
}

.m-3 {
    scroll-snap-align: start;
}

#carrosselMarcas::-webkit-scrollbar {
    display: none;
}

.arrow {
    min-width: 50px;
    min-height: 50px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.asd {
    transform: scale(2);
    opacity: .8;
}

.nav-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 2px solid #f7c800;
}

.link-nav {
    user-select: none;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    padding: 10px 15px;
    transition: color 0.3s, border-bottom 0.3s;
}

.link-nav.active {
    user-select: none;
    cursor: pointer;
    color: #333;
    border-bottom: 2px solid #333;
    transition: color 0.3s, border-bottom 0.3s;
}

.navbar-nav .nav-item .nav-link.active {
    user-select: none;
    cursor: pointer;
    color: #333;
    font-weight: 600;
    border-bottom: 2px solid #333;

}

.btn-catalog {
    display: none;
}

.footer-aup {
    position: relative;
}

#payments {
    display: flex;
}


.area-item-payment {
    width: 30px;
    height: 30px;
    opacity: .5;
}

.area-item-payment img {
    width: 100%;
}



.footer-aup {
    background-color: #222;
    color: #fff;
    padding: 2rem 1rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-logo img {
    max-width: 150px;
}

.footer-col {
    flex: 1 1 300px;
    min-width: 250px;
}

.footer-nav,
.footer-payments {
    list-style: none;
    padding: 0;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
}

.footer-link:hover {
    text-decoration: underline;
}

.form-pay-title {
    margin-top: 2rem;
}

.footer-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tab-button {
    background-color: #555;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 4px;
}

.tab-button.active {
    background-color: #ffc107;
    color: #000;
}

.tab-content {
    position: relative;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 2rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

.item-banner_mobile-01-sm {
    display: none;
}

.item-banner-01-lg {
    display: block;
}

#area-departaments {
    background-color: #272727;
    color: #e5e5e5;
}

.area-departaments {
    background-color: #2a3ca8;
    color: #e5e5e5;
}

#area-services {

    justify-content: space-between;
    display: flex;
}



/* Responsive media queries */

@media (max-width: 1300px) {

    #area-services {
   
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .item-services {
 
        width: 400px;
        margin-bottom: 20px;
        text-align: center;
    }
}


@media (max-width: 767px) {
    .footer-row {
        text-align: center;
        flex-direction: column;
        gap: 1.5rem;

    }

    #payments {
        margin: 0 auto;
        display: flex;
    }

    .footer-payments {
        justify-content: center;

    }

    .area-logo {
        margin: 0 auto;
    }

    .tab-button {
        flex: 1;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-col {
        flex: 1 1 45%;
    }
}

@media (min-width: 992px) {
    .footer-row {
        justify-content: space-between;
    }

    .footer-col {
        flex: 1 1 20%;
    }
}





@media (max-width: 1000px) {

    .item-banner_mobile-01-sm {
        display: block;
    }

    .item-banner-01-lg {
        display: none;
    }

    .area-about-us {
        display: block !important;
    }

    .area-sobre {

        text-align: justify;
        width: 100%;
        margin-bottom: 5vh;
    }

    .area-imagem {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;

    }

    .area-imagem-insti {
        overflow: hidden;
        width: 100%;
        height: max-content !important;

    }

    .item-departament {
        display: none;
    }

    .btn-catalog {
        display: flex;
        justify-content: center;
        align-items: center;
        display: block;
        position: fixed;
        z-index: 1000;
        bottom: 8vh;
        right: 3vh;
    }

    #navbarScroll.collapse.show {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }

    .area-ul-nav {
        min-height: 22vh;

    }

    .area-sub-title-over-banner-home {
        margin-top: 5vh;
        width: 100%;
    }



    .item-services {
        width: 300px;
        text-align: center;
        margin-bottom: 3vh;
    }

    h2 {
        text-align: center;
        margin-bottom: 3vh;
    }

    .item-brand {
        width: 143px;
        height: 143px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding: 5px;
        padding: 10px;
        margin-left: 5px;
    }

    #area-services {
        justify-content: space-evenly;
    }

    .item-services {
        margin-bottom: 20px;
        text-align: center;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .conte {
        border: 1px solid wheat;
    }
}


@media (min-width: 992px) {
    .conte {
        border: 1px solid wheat;
    }
}