@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');

:root {
    --color-neutral-0: #0e0c0c;
    --color-neutral-10: #171717;
    --color-neutral-30: #a8a29e;
    --color-neutral-40: #f5f5f5;
}

* {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}

main {
    height: 80vh;
}

footer {
    width: 100%;
    color: var(--color-neutral-40);
}

.footer-link {
    text-decoration: none;
}

#footer_content {
    background-color: var(--color-neutral-10);
    display: grid;
    padding: 3rem 3.5rem;
}

#footer_contacts h1 {
    margin-bottom: 0.75rem;
}

#footer_social_media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

#footer_social_media .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 50%;
    transition: all 0.4s;
}

#footer_social_media .footer-link i {
    font-size: 1.25rem;
}

#footer_social_media .footer-link:hover {
    opacity: 0.8;
}

#instagram {
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}

#facebook {
    background-color: #4267b3;
}

#whatsapp {
    background-color: #25d366;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-list .footer-link {
    color: var(--color-neutral-30);
    transition: all 0.4s;
}

.footer-list .footer-link:hover {
    color: #7f37c9;
}

#footer_subscribe {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#footer_subscribe p {
    color: var(--color-neutral-30);
}

#input_group {
    display: flex;
    align-items: center;
    background-color: var(--color-neutral-0);
    border-radius: 4px;
}

#input_group input {
    all: unset;
    padding: 0.75rem;
    width: 100%;
}

#input_group button {
    background-color: #7f37c9;
    border: none;
    color: var(--color-neutral-40);
    padding: 0px 1.25rem;
    font-size: 1.125rem;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    transition: all 0.4s;
}

#input_group button:hover {
    opacity: 0.8;
}

#footer_copyright {
    display: flex;
    justify-content: center;
    background-color: var(--color-neutral-0);
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;
}

@media screen and (max-width: 768px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 426px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
}

/*nav bar*/

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
    background-color: #007bff; /* Azul */
    color: #fff; /* Texto branco */
    border-radius: 10px;
}

/* Cor de fundo do botão de marcação (logo) quando hover ou ativo */
.navbar-brand:hover,
.navbar-brand:active {
    background-color: #007bff; /* Azul */
    color: #fff; /* Texto branco */
}

#seção1 {
    width: 200px;
    height: 100px;
    flex-direction: row;
    font-size: 25px;
    margin-left: 60px;
    margin-bottom: -20px;
    margin-top: 20px;
}

.sobre_empresa {
    display: flex;
    background-color: #ffffff;
    margin-top: 100px;
}

.coluna2 {
    margin-left: 50px;
    margin-top: 3px;
    margin-right: 300px;
    background-color: #ffffff;
    border-radius: 5%;
}

.logo22 {
    width: 50px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -12px;
}

.container-fluid {
    margin-bottom: -10px;
    background-color: #8b8b8b;
    margin-top: -10px;
}

.nav-link {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 10px;
    color: #FFFFFF;
}

.nav-link {
    margin-bottom: 10px;
}

#carouselExampleAutoplaying {
    margin-top: 45px;
}

/* Alterações no carrossel */
.carousel-inner .mobile-img {
    display: none !important; /* Esconde as imagens mobile por padrão */
}

@media (max-width: 768px) {
    .carousel-inner .desktop-img {
        display: none !important; /* Esconde as imagens de desktop em mobile */
    }

    .carousel-inner .mobile-img {
        display: block !important; /* Mostra as imagens para mobile */
    }
}

.logo_empresa_quem_somos #logo1 {
    width: 100%;
    border-radius: 50px;
    margin-top: -45px;
    margin-left: 20px;
    margin-bottom: 10px;
}

#logo_navbar {
    height: 60px;
    width: 60px;
    border-radius: 40%;
}

.div51 {
    max-width: 100%;
    margin-left: -1.5%;
    margin-top: 5%;
    display: flex;
}

.div52 {
    display: inline-block;
    margin-left: 8%;
}

.Local {
    margin-top: 10px;
    text-decoration: none;
    color: #f5f5f5;
    display: flex;
}

#paragráfo_quemsomos {
    margin-left: 40px;
    margin-right: 20px;
    margin-top: 20px;
    font-size: large;
    display: flex;
}

.div_preta {
    background: #0e0c0c;
    height: 60px;
    margin-top: 50px;
    text-align: center;
}

.regiao_atd {
    color: #ffffff;
    line-height: 60px;
    font-size: 30px;
    animation-name: example;
    position: relative;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    width: 100%;
}

.servicos_button {
    border-radius: 10%;
    background-color: #3498db;
    color: #ffffff;
    padding: 5px;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    margin-top: 50px;
    margin-left: 60px;
}

.card-text {
    margin-bottom: 50px;
}

.link_wpp {
    color: #ffffff;
    text-decoration: none;
}

.img_final {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto;
}

/* Conteúdo MOBILE */
@media screen and (max-width: 1100px) {
    html {
        scroll-behavior: smooth;
    }

    .container {
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    .container1 {
        max-width: 1080px;
        margin: 0 auto;
    }

    header {
        background-color: black;
        width: 100%;
        padding: 15px 4%;
        position: sticky;
        top: 0;
        z-index: 9999;
    }

    .logo {
        width: 25%;
    }

    .logo img {
        width: 200px;
        cursor: pointer;
    }

    .menu {
        width: 50%;
    }

    .menu nav a {
        color: #c4c4c4;
        text-decoration: none;
        font-size: 18px;
        padding-right: 30px;
        padding-bottom: 8px;
        position: relative;
    }

    .menu nav a::after {
        content: " ";
        width: 0px;
        height: 4px;
        background-image: linear-gradient(45deg, #FF2500, #FF7100);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: width 0.5s;
    }

    .menu nav a:hover::after {
        width: 30px;
    }

    .menu nav a:hover {
        color: #ffffff;
    }

    .social {
        width: 25%;
    }

    .social button {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        border: 0;
        cursor: pointer;
        background-image: linear-gradient(45deg, #FF2500, #FF7100);
        border-radius: 5px;
        transition: transform 0.5s;
    }

    .social button i {
        font-size: 20px;
        text-align: center;
        color: #ffffff;
    }

    .social button:hover {
        transform: scale(0.9);
    }

    /* estilização do conteúdo */
    section {
        padding: 90px 4%;
        border-bottom: 1px solid #ccc;
    }

    section h2 {
        font-size: 2em;
        margin-bottom: 25px;
    }

    section p {
        font-size: 20px;
    }

    #menu-mobile {
        background-color: #1111119f;
        backdrop-filter: blur(10px);
        position: absolute;
        top: 77px;
        right: 0;
        width: 100%;
        height: 0;
        visibility: hidden;
        z-index: 1000;
        transition: 0.5s;
        overflow: hidden;
    }

    #menu-mobile nav a {
        display: block;
        color: #ffffff;
        padding: 20px 30px;
        font-size: 20px;
        text-decoration: none;
    }

    #menu-mobile nav a:hover {
        background-color: #383838;
    }

    #btn-menu,
    #btn-menu-close {
        color: #ffffff;
        font-size: 30px;
        cursor: pointer;
        display: none;
    }

    @media screen and (max-width: 1110px) {
        .menu,
        .social {
            display: none;
        }

        .logo {
            width: 100%;
        }

        #btn-menu,
        #menu-mobile {
            display: block;
        }

        #menu-mobile.active {
            height: calc(100vh - 77px);
            visibility: visible;
        }
    }

    /* CORPO do HTML */
    .Local {
        margin-top: 20px;
        font-size: small;
    }

    .servicos_button {
        position: absolute;
        align-items: center;
    }

    .sobre_empresa {
        flex-direction: column;
        padding: 10px;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .coluna2 {
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        display: flex;
        margin-right: 40px;
        margin-left: 20px;
        margin-top: 10px;
    }

    #logo1 {
        margin: 0 auto;
    }

    .logo_empresa_quem_somos {
        width: 100%;
        height: 100%;
        margin-left: -40px;
    }

    #seção1 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        width: 100%;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .regiao_atd {
        width: 100%;
        flex-direction: row;
        font-size: 20px;
        animation-duration: 8s;
    }

    .quemsomos1 {
        width: 100%;
        padding: 20px 2%;
        font-size: large;
    }

    .div51 {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .navbar-toggler:hover,
    .navbar-toggler:active {
        background-color: #007bff; /* Azul */
        border-color: #007bff; /* Cor da borda do botão */
    }

    /* Cor do ícone do botão de alternância na versão mobile quando hover ou ativo */
    .navbar-toggler-icon:hover,
    .navbar-toggler-icon:active {
        background-color: #007bff; /* Azul */
    }

    .container-fluid {
        margin-bottom: 0;
    }

    .logo22 {
        margin-bottom: -5px;
    }

    .navbar-toggler {
        margin-top: 10px;
        margin-bottom: 5px;
        background-color: #FFFFFF;
    }

    #navbarNav {
        margin-top: 15px;
    }
}
