@font-face {
    font-family: 'DMSans';
    src: url('../fontes/apple/fonte-apple.woff2') format('woff2'),
        url('../fontes/apple/fonte-apple.woff') format('woff'),
        url('../fontes/apple/fonte-apple.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans-Bold';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --verde: #23C039;
    --laranja: #F66864;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DMSans' !important;
    background-color: #000000 !important;
}

.img-error {
    width: 100%;
    height: auto;
    max-width: 500px;
}

/* HOME */
.img-home {
    width: 100%;
    height: 350px;
    max-height: 350px;
    cursor: pointer;
}

@media (max-width: 993px) {
    .img-home {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
    }

}

.whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    /* Distância do rodapé */
    right: 20px;
    /* Distância da direita */
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    /* Garante que fique por cima de tudo */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-button img {
    width: 35px;
    /* Tamanho do ícone */
    height: 35px;
}

/* Efeito ao passar o mouse */
.whatsapp-button:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}


.nav-tabs {
    --bs-nav-tabs-border-color: none !important;
    --bs-nav-tabs-link-active-bg: none !important;
    --bs-nav-tabs-link-active-color: #ffffff !important;
    --bs-nav-tabs-link-hover-border-color: none !important;
    --bs-nav-tabs-border-width: none !important;
}

.nav-tabs .nav-link {
    border-top-right-radius: 0px !important;
}

.nav {
    --bs-nav-link-color: none !important;
    --bs-nav-link-hover-color: none !important;
}


.card-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    cursor: pointer;
}


#projectGalleryModal .modal-content,
#projectGalleryModal .modal-body {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#projectGalleryModal .modal-dialog {
    max-width: 100%;
    margin: 0;
}

#projectGalleryCarousel .carousel-item {
    height: 100vh;
}

#projectGalleryCarousel .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: contain;
    display: block;
    background: transparent;
}

#projectGalleryModal .btn-close {
    opacity: 1;
}

#projectGalleryModal .carousel-control-prev,
#projectGalleryModal .carousel-control-next {
    width: 70px;
    opacity: 1;
}

#projectGalleryModal .carousel-control-prev-icon,
#projectGalleryModal .carousel-control-next-icon {
    width: 48px;
    height: 48px;
    background-size: 60% 60%;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    padding: 24px;
}