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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Gantari', sans-serif, Montserrat, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 13px;
    overflow-x: hidden;
}

.predescr {
    color: #555;
    font-size: 1.25em;
    margin-bottom: 30px;
}

p {
    text-align: center;
    align-items: center;
    justify-content: center;
}


/* Abaixo está conteudo para deixar a barra de rolagem black */
/* Estilizando a barra de rolagem */
::-webkit-scrollbar {
    width: 12px;
    /* Largura da barra de rolagem */
}

/* Estilizando o fundo da barra de rolagem */
::-webkit-scrollbar-track {
    background-color: black;
}

/* Estilizando o "thumb" (alça) da barra de rolagem */
::-webkit-scrollbar-thumb {
    background-color: #daa520;
}


/*ABAIXO ESTÁ A AREA MENU DO SITE*/

header {
    height: 70px;
    background-color: transparent;
    color: #fff;
    width: 100vw;
    position: absolute;
    /* pode ser necessário se z-index não funcionar sozinho */
}

.header {
    max-width: 1140px;
    height: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Adicione isso */
}

.logo {
    width: 100px;
}

.logo img {
    margin-top: 30px;
    width: auto;
    height: auto;
    cursor: pointer;
}

.menu-mobile {
    display: none;
}

.menu {
    display: flex;
    justify-content: flex-end;
    /* Já está certo */
}

.menu ul,
.menu li {
    list-style: none;
}

.menu ul {
    display: flex;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 5px solid transparent;
}

/* .menu li a:hover,
.menu .ativo a {
    border-bottom: 5px solid #daa520;
} */

/* Estilo para o item premium */
.menu li.premium a {
    color: #ffffff; /* Texto branco */
    font-weight: bold;
    padding: 18px 15px; /* Ajuste de padding para alinhar verticalmente */
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 2px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 1;
    transition: color 0.3s, border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
}

/* Contorno dourado ajustado */
.menu li.premium a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    border: 2px solid #daa520; /* Cor dourada */
    pointer-events: none;
    box-sizing: border-box;
}

/* Brilho suave ao passar o mouse e fundo dourado */
.menu li.premium a:hover {
    color: #ffffff; /* Texto branco no hover */
    background-color: #daa520; /* Fundo dourado */
    border-color: #daa520; /* Borda dourada */
    box-shadow: 0px 0px 15px rgba(218, 165, 32, 0.6); /* Brilho suave */
}


/*ABAIXO ESTÁ A AREA BOTÃO APP BARBER DO SITE*/

.app-face {
    position: fixed;
    bottom: 100px;
    right: 12px;
    width: 40px;
    height: 40px;
    z-index: 1000;

}

/*ABAIXO ESTÁ A AREA BOTÃO APP BARBER DO SITE*/

.app-insta {
    position: fixed;
    bottom: 140px;
    right: 12px;
    width: 40px;
    height: 40px;
    z-index: 1000;
}

/*ABAIXO ESTÁ A AREA BOTÃO APP BARBER DO SITE*/

.app-barber {
    position: fixed;
    bottom: 55px;
    right: 8px;
    width: 40px;
    height: 40px;
    z-index: 1000;
}

.app-barber img {
    width: 38px;
    height: 44px;
}

/*ABAIXO ESTÁ A AREA BOTÃO HOME DO SITE*/

.voltar-topo {
    position: fixed;
    bottom: 180px;
    right: 9px;
    width: 40px;
    height: 40px;
    z-index: 1000;
}

/*ABAIXO ESTÁ O BOTÃO WHATSAPP FLUTUANTE DO SITE*/

.whatsapp-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: -2px;
    right: -10px;
    z-index: 1000;
    padding-right: 15px;
    padding-bottom: 5px;
}

/* .whatsapp-button img {
    width: 44px;
    height: 44px;
} */


/*ABAIXO ESTÁ A AREA BANNER DO SITE*/

.banner-button {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 227, 114, 0.11);
    color: #ccc;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 50%;
    font-size: 25px;
}

.banner-button:hover {
    background: rgba(255, 255, 255, 0.2);
}

#prev-button {
    left: 10px;
}

#next-button {
    right: 10px;
}

.banner {
    height: calc(116vh - 100px);
    background-color: #2c2b2b;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: background-image 0.5s ease-in-out;
}


.pontos.ativo {
    background-color: #FFF;
    /* Defina o estilo desejado para o ponto ativo */
}

.banner .slyders {
    width: 1000vw;
    height: 100%;
}

.banner .slyde {
    width: 100vw;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
}

.banner .slyderarea {
    flex-direction: column;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.banner h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    text-shadow: 0px 0px 12px #000;
}

.banner h1 span {
    color: #0066ff;
    text-shadow: 0px 0px 8px #000;
}

.banner h1 #frase-principal {
    color: #fff;
}

.banner h2 {
    text-transform: uppercase;
    margin-top: 20px;
}

.banner h1 #frase-secundaria {
    color: #daa520;
}

.banner a {
    display: block;
    background-color: #daa520;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 30px;
    font-weight: 800;
    margin-top: 30px;
    border-radius: 20px;
}

.banner a:hover {
    color: rgb(0, 0, 0);
}

.banner a:hover {
    background-color: rgb(255, 255, 255);
    text-decoration: none;
}

.banner .slyders-pontos {
    width: 100vw;
    height: 20px;
    position: absolute;
    margin-top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .pontos {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.banner .pontos.ativo {
    background-color: #daa520;
}



/* ABAIXO ESTÁ O CORPO DO SITE */

.default {
    padding-top: 50px;
    padding-bottom: 60px;
}

.default .section-titulo,
.default .section-descri {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100px;
    margin-bottom: 50px;
}

.default .section-titulo {
    font-size: 30px;
    font-weight: bold;
}

.default .section-descri {
    font-size: 12px;
    color: #ccc;
    margin-top: 13px;
    margin-bottom: 40px;
}

.default .section-body {
    margin: auto;
    max-width: 1140px;
}

.default .light {
    background-color: #f7f7f7;
}

.default.light .section-titulo,
.default.light .section-body {
    color: #000;
}

.default.dark {
    background-color: #000;
}

.default.dark .section-titulo,
.default.dark .section-body {
    color: #fff;
}

.titulo-neon {
    position: relative;
}

.titulo-neon .section-titulo {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

.titulo-neon-par .section-titulo-par {
    text-align: center;
    color: #000;
    text-shadow: 0px 2px 3px #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
}

.titulo-neon .barra-neon {
    position: absolute;
    bottom: -5px;
    /* Ajuste a posição vertical da barra se necessário */
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    /* Largura da barra */
    height: 4px;
    /* Altura da barra */
    background-color: #ffffff;
    /* Cor da barra */
    box-shadow: 0 0 7px #ffffff;
    /* Sombra da barra */
    border-radius: 2px;
    /* Borda arredondada da barra */
}

.botao {
    display: inline-block;
    background-color: #0066ff;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 30px;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 20px;
}



/*ABAIXO ESTÁ A AREA SOBRE NÓS DO SITE*/


#sobre {
    background-position: center;
    background-size: cover;
    background-image: url(../images/fundos/fund.webp);
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #fff;
}


#sobre .section-titulo {
    font-size: 30px;
    font-weight: bold;
}

#sobre .section-descri {
    font-size: 12px;
    color: #ccc;
    margin-top: 13px;
    margin-bottom: 40px;
}

#sobre .section-body {
    margin: auto;
    max-width: 1140px;
    background: transparent;
}


.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-container {
    flex: 1 0 calc(33.333% - 20px);
    box-sizing: border-box;
    margin: 10px;
}

.additional-text {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease;
}

.initial-text {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

.additional-text {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.hidden {
    display: none;
}

.imagem-hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
    height: 425px;
    /* Define a altura da imagem */
    width: 425px;
    /* Define a largura da imagem */
    object-fit: cover;
    /* Ajusta a imagem ao seu contêiner */
}

.imagem-hidden.ferramenta-show {
    max-height: 1000px;
    opacity: 1;
    transition: max-height 0.4s ease-in, opacity 0.3s ease-in;
}

.row {
    display: flex;
    align-items: stretch;
}

.card {
    height: 400px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-out;
    background-color: transparent;
    border-radius: 15px;
}

body:not(.mobile-device) .card:hover {
    transform: translateY(-2px);
}

.card-body {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-image: url(https://64.media.tumblr.com/097e128c134bd9d311b65f164993fb7d/tumblr_pp7fjcBpY51upcvga_1280.jpg);
    border-radius: 15px;
    border-radius: 15px;
    border: #e5b240 7px double;
}

.card-title {
    color: #e5b240;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.card-icon {
    width: 75px;
    height: 75px;
}

.card-text {
    font-size: 16px;
    font-family: 'Gantari', sans-serif;
    text-align: justify;
    font-weight: bolder;
    color: #e5b240;
    transition: all 0.3s ease-in-out;
}

.extra-text {
    font-size: 20px;
    font-family: 'Gantari', sans-serif;
    text-align: justify;
    font-weight: 600;
    color: #e5b240;
    transition: all 0.3s ease-in-out;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

body:not(.mobile-device) .card:hover .card-inner {
    transform: rotateY(180deg);
}

.face,
.verso {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Para Safari */
    backface-visibility: hidden;
}

.face {
    z-index: 2;
}

.verso {
    transform: rotateY(180deg);
}

.extra-text-hidden {
    display: none;
}

/*ABAIXO ESTÁ A AREA SERVIÇOS DO SITE*/

/* serviço */

.servico {
    background-position: center;
    background-size: cover;
    background-image: url(../images/fundos/pretofundo2.webp);
    padding: 40px 0;
    padding-bottom: 60px;
    text-align: center;
    /* background: linear-gradient(to bottom, #e67e22, #000); */
}



.servico h1 {
    font-size: 2.75em;
    text-transform: uppercase;
    color: #000;
}

.servico p {
    color: #555;
    font-size: 1.25em;
    margin-bottom: 30px;
}

.tabela {
    margin: auto;
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.tabela th {
    background-color: #333;
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.tabela td {
    border-top: 1px solid #ccc;
    padding: 12px 24px;
    background-color: rgba(255, 255, 255, 0.8);
}

.tabela td:last-child {
    font-weight: bold;
    color: #2d2d2d;
}

.tabela tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.7);
}

.tabela tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #333;
    cursor: pointer;
}


/* Estilo para a área de pesquisa */
#searchInput {
    width: 66%;
    max-width: 600px;
    padding: 12px 24px;
    border-radius: 12px;
    border: 1px solid #ccc;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    font-size: 1em;
}


/* Aqui você pode adicionar suas regras de media query */


@media(max-width:1150px) {
    .servico-container {
        max-width: 960px;
    }

    .tabela1 p {
        padding: 10px 0;
    }
}

@media(max-width:880px) {

    .servico {
        width: 102%;
    }

    .servico-container {
        grid-template-columns: 1fr;
    }

    .servico-container p {
        max-width: 300px;
        margin: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    .tabela {
        display: inline;

    }

    .tabela1 {
        padding: 0 20px;

    }

    .tabela1 p {
        font-size: 1.0em;
        padding: 20px 0;
    }

}


/* ABAIXO ESTÁ A AREA DO APP */


.app-section {
    display: flex;
    background-color: #000;
    padding: 200px 20px;
    align-items: center;
    justify-content: center;
}

.app-image img {
    width: 30vw;
    max-width: 600px;
    height: auto;
    border-radius: 15px; /* bordas arredondadas */
}

.app-info {
    flex: 1;
    padding-left: 30px;
    max-width: 50%;
    color: #EFEFEF; /* cor de texto mais clara */
}

.app-info h1 {
    text-align: center;
    font-size: 3em; /* título maior */
    margin-bottom: 15px;
    font-weight: 700; /* fonte mais pesada */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* sombra no texto para destacar */
}

.app-info p {
    font-size: 1.2em; /* descrição um pouco maior */
    line-height: 1.5; /* espaçamento entre linhas */
}

.buttons {
    display: flex; /* Para alinhar os botões lado a lado */
    justify-content: center; /* Centraliza os botões no meio */
    gap: 15px; /* Espaço entre os botões */
}

.btn {
    position: relative; /* para posicionar o ícone corretamente dentro do botão */
    display: inline-block;
    padding: 15px 25px;
    margin-right: 15px;
    padding-left: 50px;
    text-decoration: none;
    border-radius: 25px; /* botões mais arredondados */
    color: #fff;
    font-weight: 600; /* fonte mais pesada nos botões */
    transition: transform 0.2s, background-color 0.3s; /* efeito de clique */
}

.btn img {
    position: absolute;
    left: 15px;  /* ajuste conforme necessário */
    top: 50%;
    transform: translateY(-50%);
    width: 155px;  /* ajuste conforme o tamanho do ícone */
    height: auto;
}

.btn:active {
    transform: scale(0.95); /* efeito de clique */
}

.play-store {
    background-color: #3c3c3c;
}

.play-store:hover {
    background-color: #2a2a2a;
}

.app-store {
    background-color: #b6b6b6;
}

.app-store:hover {
    background-color: #9e9e9e;
}

.store-link {
    margin-right: 15px;
    transition: transform 0.2s; /* efeito ao clicar */
}

.store-link:last-child {
    margin-right: 0; /* para que o último link (imagem) não tenha margem à direita */
}

.store-link:active {
    transform: scale(0.95); /* efeito ao clicar */
}

.store-link img {
    width: 140px; /* Define uma largura menor para as imagens */
    height: auto;
    border-radius: 8px; /* Bordas arredondadas para dar um toque moderno */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra sutil na imagem */
    transition: transform 0.3s; /* Transição suave ao redimensionar */
}

.store-link:hover img {
    transform: scale(1.05); /* Efeito de ampliação suave ao passar o mouse */
}


.store-link {
    margin-top: 30px;
    font-weight: 600;
    display: flex; /* Flex para alinhar ícone e texto lado a lado */
    align-items: center; /* Centralizar verticalmente */
    text-decoration: none; /* Remover sublinhado do link */
    padding: 15px 75px; /* Padding para espaço interno */
    background-color: #daa520; /* Fundo claro */
    border-radius: 20px; /* Bordas arredondadas */
    /* border: 1px solid #fff; */
    margin-right: 15px; /* Espaçamento entre os botões */
    transition: background-color 0.3s; /* Transição suave de cor de fundo */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); /* Sombra sutil na imagem */
}

.store-link:last-child {
    margin-right: 0; /* Para que o último botão não tenha margem à direita */
}

.store-link:hover {
    background-color: #D6D6D6; /* Cor de fundo ao passar o mouse */
}

.store-link img {
    width: 40px; /* Largura da imagem do ícone */
    height: auto;
    margin-right: 10px; /* Espaçamento entre a imagem e o texto */
}

.store-link span {
    font-size: 26px; /* Tamanho do texto */
    color: #000; /* Cor do texto */
}

/* .google-play:hover {
    background-color: #004679; Cor de fundo ao passar o mouse no botão Google Play
} */

.app-store:hover {
    background-color: #004679; /* Cor de fundo ao passar o mouse no botão App Store */
}

/* Responsivo para telas menores */
@media (max-width: 768px) {
    .app-section {
        flex-direction: column;
        padding: 30px 20px;
    }

    .app-image, .app-info {
        max-width: 100%;
        margin: 15px 0;
    }

    .app-info {
        padding-left: 0;
        text-align: center;
    }
}



/* AREA DE BARBEIROS DO SITE */

#barbeiros {
    padding-top: 50px;
    padding-bottom: 60px;
    /* background-position: center;
    background-size: cover;
    background-image: url(https://thumbs.dreamstime.com/b/fundo-preto-da-parede-de-tijolo-116213403.jpg?w=1600); */
    color: #000;
    text-align: center;
}

.barbeiros-titulo {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

.barbeiros-descr {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 40px;
}

.barbeiros-body {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1140px;
    margin: auto;
}

.barbeiros-nav-button {
    display: none;
    font-size: 50px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #333;
    padding: 10px;
    margin: 5px;
}

.barbeiro-card {
    flex: 0 0 auto;
    position: relative;
    margin: 20px;
    cursor: pointer;
    width: 400px;
    height: 600px;
}

.barbeiro-img {
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.barbeiro-overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    text-align: center;
    height: 75px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /* Mudado de 0 para 75px */
}

.barbeiro-nome {
    font-size: 18px;
    color: #fff;
    margin: 5px;
    margin-top: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.barbeiro-card:hover .barbeiro-overlay {
    height: 75px;
}


.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px; /* Espaçamento entre os ícones */
}

.instagram-link, .tiktok-link {
    font-size: 24px; /* ou o tamanho que você quiser */
    color: #fff; /* cor dos ícones */
}

.instagram-link:hover {
    color: #E1306C; /* cor do ícone do Instagram ao passar o mouse */
}

.tiktok-link:hover {
    color: #69C9D0; /* cor do ícone do TikTok ao passar o mouse */
}

.facebook-link {
    font-size: 24px; /* ou o tamanho que você quiser */
    color: #fff; /* cor do ícone */
}

.facebook-link:hover {
    color: #1877F2; /* cor do ícone do Facebook ao passar o mouse */
}


/*ABAIXO ESTÁ A AREA FERRAMENTA DO SITE*/

.nav-button {
    font-size: 35px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    /* ou outra cor que você preferir */
    padding: 10px;
    margin: 5px;
}

.nav-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 100%;
    /* Define um raio de 50% para arredondar o elemento */

}

.nav-button:focus {
    outline: none;
}


#carousel {
    display: flex;
    align-items: center;
}

.images img {
    display: none;
}

#ferramenta {
    padding-top: 50px;
    padding-bottom: 80px;
}


#ferramenta .section-titulo,
#ferramenta .section-descri {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100px;
    margin-bottom: 50px;
}

#ferramenta .section-titulo {
    font-size: 30px;
    font-weight: bold;
}

#ferramenta .section-descri {
    font-size: 12px;
    color: #ccc;
    margin-top: 13px;
    margin-bottom: 40px;
}

#ferramenta .section-body {
    margin: auto;
    max-width: 1140px;
}


.section-ferramentas {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.section-ferramenta {
    display: flex;
    align-items: center;
    border-radius: 50px;
    border-radius: 10px;
    /* Borda arredondada */
    transition: all 0.5s ease;
    /* Transição suave para o hover */
    max-width: 800px;
    background-color: transparent;
    margin: 20px;
    cursor: pointer;
}

.section-ferramenta-text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.cel1,
.imagem-hidden {
    margin-left: 20px;
    height: 400px;
    width: 350px;
    object-fit: cover;
    margin-right: auto;
    transition: transform .1s;
    /* Transição suave para o hover */
}

.image-container:hover .cel1 {
    transform: scale(1.1);
}

.section-ferramenta-text h8,
.section-ferramenta-text p {
    font-size: 16px;
    text-align: justify;
    font-family: 'Gantari', sans-serif;
    color: #666;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}


.section-ferramenta h9 {
    font-size: 18px;
    text-align: justify;
    font-family: 'Gantari', sans-serif;
    margin-bottom: 10px;
    color: #444;
}

.section-ferramenta h8 {
    font-size: 12px;
    color: #000000;
    text-align: justify;
    font-family: 'Gantari', sans-serif;
}

.section-ferramenta-text p {
    font-size: 12px;
    text-align: justify;
    font-family: 'Gantari', sans-serif;
    color: #000000;
}

.cel1 {
    margin-right: auto;
    border-radius: 20px;
    object-fit: cover;
    margin: 10px;
}


.section-ferramenta-text .ferramenta-hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
}

.section-ferramenta-text .ferramenta-show {
    max-height: 1000px;
    opacity: 1;
    transition: max-height 0.4s ease-in, opacity 0.3s ease-in;
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 75px;
    text-align: center;
}

.overlay h9,
.overlay h8 {
    margin: 5px 0;
    /* Adicione margem para separar os elementos */
    color: white;
    /* ... restante do código ... */
}

.image-container:hover .overlay {
    height: 75px;
    /* Ou quanto você quiser */
}

.overlay h9 {
    font-size: 15px;
    color: #fff;
}

.overlay h8 {
    font-size: 12px;
    color: #ccc;
}

.overlay h9,
.overlay h8 {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 10%;
    transform: translateY(-50%);
}


/* ABAIXO ESTÁ A AREA CLIENTES DO SITE */


#cliente {
    padding-top: 50px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
}

#cliente .section-titulo,
#cliente .section-descri {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

#cliente .section-titulo {
    font-size: 30px;
}

#cliente .section-descri {
    font-size: 12px;
    color: #ccc;
    margin-top: 13px;
    margin-bottom: 40px;
}

#cliente .section-body {
    margin: auto;
    max-width: 1140px;
}

.nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-cliente {
    max-width: 400px;
    /* Aumente este valor */
    display: flex;
    align-items: center;
    /* border-radius: 10px; */
    transition: all 0.5s ease;
    background-color: transparent;
    margin: 20px;
    cursor: pointer;
}

.section-clientes {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
}

.clie-image-container {
    width: 275px;
    /* altere para o valor que você quer */
    height: 275px;
    /* altere para o valor que você quer */
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
}


.clie-image-container:hover .clie-cel1 {
    transform: scale(1.1);
}

.clie-cel1,
.clie-imagem-hidden {
    border-radius: 20px;

    margin-left: 20px;
    height: 175px;
    width: 175px;
    object-fit: cover;
    margin-right: auto;
    transition: transform .1s;
}

.clie-cel1 {
    width: 250px;
    /* Aumente este valor */
    height: 250px;
    /* Aumente este valor */
    margin-right: auto;
    object-fit: cover;
    margin: 10px;
    /* border-radius: 20px; */
}


/* Estilos para telas menores (por exemplo, menos de 768px) */
@media only screen and (max-width: 768px) {
    .section-clientes {
        flex-direction: row;
        flex-wrap: nowrap;
        /* Isso fará com que os itens não quebrem para a linha abaixo */
        overflow: hidden;
        /* Isso ocultará os itens que estiverem fora do container */
    }

    .section-cliente {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(99% - -1px);
        margin: auto;
    }

    .clie-image-container {
        width: 400px;
        height: 400px;
    }

    .clie-cel1 {

        width: 400px;
        height: 400px;
        object-fit: cover;
        margin-left: 0px;
    }

    .nav-button {
        display: none;
    }

    .clie-cel1,
    .clie-imagem-hidden {
        border-radius: 0;
    }
}


/*ABAIXO ESTÁ A AREA PARCEIROS DO SITE*/

#parceiros {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: white;
}


#parceiros .section-titulo,
#parceiros .section-descri {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100px;
    margin-bottom: 50px;
}

#parceiros .section-titulo {
    font-size: 30px;
    font-weight: bold;
}

#parceiros .section-descri {
    font-size: 12px;
    color: #ccc;
    margin-top: 13px;
    margin-bottom: 40px;
}

#parceiros .section-body {
    margin: auto;
    max-width: 1140px;
}



.section-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-service-par1 {
    flex: 1 0 200px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    border-right: 1px solid #000;
}

.section-service-par1:first-child {
    border-left: 1px solid #000;
}

.section-service-img {
    width: 50%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.section-service-par h4 {
    text-transform: uppercase;
    font-size: 15px;
    text-shadow: 0px 0px 7px #FFF;
}

.section-service-par p {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

.p {
    text-align: center;
    font-size: 8px;
    padding-bottom: 20px;
}

.bar {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

#servicos {
    padding-top: 50px;
}

.titulo-neon-par {
    position: relative;
}

.titulo-neon-par .barra-neon-par {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #000000;
    border-radius: 2px;
}


/*ABAIXO ESTÁ A AREA LOCALIZAÇÃO DO SITE*/

section #local {
    padding-bottom: 80px;
}

.section-map-area {
    display: flex;
    justify-content: center;
}

.section-map-info {
    width: 50%;
    padding: 3px;
    background-color: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.9);
    color: #000;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.map-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% / (16 / 9));
    /* Proporção de aspecto 16:9 */
    overflow: hidden;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-map-area,
.section-map-info,
.map-container {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
}

.section-map-info-item {
    display: flex;
    align-items: center;
    color: #555;
}

.section-map-info-item-img {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: #999;
    border-radius: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.section-map-info-item-img img {
    width: 15px;
    height: auto;
}


/* .fa-instagram {
    color: #ff09ea;
}

.fa-facebook-f {
    color: #007bff;
}

.fa-mobile-alt {
    color: #ff0000;
}

.fa-envelope {
    color: #ffbb00;
} */

/* .fa-share-alt {
    color:#620399 ;
} */

/* .fa-phone {
    color:#0f9903 ;
} */

/* Início do novo bloco CSS para contato e redes sociais */
.section-contact-social {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.contact-info,
.social-links {
    flex: 1;
    margin: 0 3px;
    margin-top: 15px;
    padding: 20px;
    /* background: linear-gradient(to bottom, #fff, #f3f3f3); */
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
}

.social-links a {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    color: #007bff;
    /* cor do link */
    text-decoration: none;
    /* remove o sublinhado */
}

.contact-info h3,
.social-links h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-align: center;
}

.contact-info p,
.social-links a {
    margin-bottom: 15px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info i,
.social-links i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.social-links a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    /* Bordas arredondadas */
    transition: background-color 0.3s, color 0.3s;
    /* Transição suave */
}

.social-links a:hover {
    background-color: #fff;
    color: #000;
}

/* Media query para ajustes em dispositivos móveis */
@media screen and (max-width: 768px) {
    .section-contact-social {
        flex-direction: column;
        align-items: center;
    }

    .contact-info,
    .social-links {
        margin-bottom: 20px;
        /* Espaço entre as divs em modo mobile */
        /* width: 90%; */
        box-sizing: border-box;
        /* Inclui padding e borda na largura */
    }

    .section-map-area {
        border-radius: 20px;
        margin-bottom: 20px;
        width: auto;
    }

    /* .section-map-info {
        /* width: 90%; */
    

    .barbeiro-overlay {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        /* Mudado de 0 para 75px */
    }

}

footer {
    background-color: #000;
    padding: 20px;
    text-align: center;
}

footer p {
    color: #ccc;
    font-size: 14px;
    margin: 0;
}

/* Seção de planos */
.plans-section {
    width: 100%;
    padding: 40px 20px;
    background-color: #000;
    box-sizing: border-box;
    text-align: center;
    overflow-y: auto;
}

.plans-section h1 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 2.5em;
}

.carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #222;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.carousel-item h2 {
    text-transform: uppercase;
    color: #e67e22;
    margin-bottom: 10px;
    font-size: 2.2em;
}

.carousel-item p {
    color: #ddd;
    line-height: 1.6;
    font-size: 1.1em;
}

.more-info {
    margin-top: 20px;
    color: #ddd;
    font-size: 1em;
}

.carousel-controls {
    text-align: center;
    margin-top: 20px;
}

.carousel-controls button {
    background-color: #e67e22;
    color: #fff;
    border: none;
    padding: 10px;
    margin: 0 5px;
    font-size: 1.5em;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.carousel-controls button:hover {
    background-color: #cf6d17;
}


/* ABAIXO ESTÁ A ÁREA DE RESPONSIVIDADE DO SITE*/

@media screen and (max-width: 768px) {

    /*PARCEIROS*/

    .section-services {
        flex-direction: column;
    }

    .section-service-par1 {
        flex: 1 0 auto;
        margin-bottom: 20px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
        background-color: #fff;

    }

    .section-service-par1:first-child {
        margin-top: 20px;
    }

    .section-service-img {
        width: 35%;
    }

    .section-service-par1 h4 {
        font-size: 10px;
        /* Aumentando um pouco o tamanho da fonte para legibilidade */
    }

    .section-service-par1 {
        min-width: 50%;
        border-right: 0px;
    }

    .section-service-par1:first-child {
        border-left: 0;

    }
}

@media (max-width: 767px) {

    /* MENU */

    .logo img {
        margin-top: auto;
        margin-left: -20px;
        width: auto;
        height: 175px;
        cursor: pointer;
    }

    /* SOBRE NÓS */

    .card-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }


    .card-container {
        flex-basis: 100%;
        max-width: 100%;
    }

    .card {
        height: auto;
        border-radius: 0;
        cursor: pointer;
        /* border: 0 #fff solid; */
    }

    .card-inner {
        transform: none;
    }

    .face,
    .verso {
        position: static;
        transform: none;
        width: auto;
        height: auto;
        backface-visibility: visible;
    }

    .card-title,
    .card-icon {
        transition: all 0.3s ease;
    }

    .card-body {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        background-color: #000;
        transition: all 0.3s ease;
        border-radius: 0;
        border: #fff 0px double;
        border-top: 1px solid #e5b240;
    }

    .card-title {
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
        transition: all 0.3s ease;
    }

    .card-icon {
        width: 50px;
        height: 50px;
        transition: all 0.3s ease;
    }

    .card-text,
    .extra-text {
        font-size: 14px;
        text-align: justify;
        transition: all 0.3s ease;
    }

    .extra-text {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 0.4s ease, max-height 0.4s ease;
    }

    .card:hover .extra-text {
        opacity: 1;
        max-height: 1000px;
    }

    .extra-text {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 0.4s ease, max-height 0.4s ease;
    }

}

@media (min-width:450px) and (max-width:800px) {

    /*MENU*/

    nav {
        display: none;
        position: absolute;
        z-index: 99;
        background-color: rgba(0, 0, 0, 1);
        width: 100%;
        height: calc(106vh - 106px);
        top: 100px;
        right: 0;
    }

    .menu ul {
        flex-direction: column;
    }

    .menu li a {
        font-weight: bold;
        margin-bottom: 7px;
        height: 80px;
        font-size: 18px;
        margin-left: 50px;
        border: 0;
        padding: 0;

    }

    .menu li.ativo a {
        border: 0;
        color: #0066ff;
    }

    .menu-mobile {
        width: 45px;
        margin-right: 30px;
        display: block;
    }

    .logoimg {
        margin-left: 20px;
    }

    header {
        height: 100px;
    }

    .header {
        height: 100px;
        background-color: #000;
    }

    .menu li a {
        height: 100px;
    }

    /*FONTE BANNER*/

    .banner h1 {
        font-size: 20px;
    }


    /*SERVIÇOS*/

    .section-services {
        flex-wrap: wrap;
    }

    .section-service {
        min-width: 50%;
        border-right: 0px;
    }

    .section-service:first-child {
        border-left: 0;

    }

}

@media (max-width:450px) {

    /* SOBRE NÓS */


    #sobre::before {
        top: 0vw;
    }

    #sobre::after {
        bottom: 0vw;
    }


    /*MENU*/

    nav {
        display: none;
        position: absolute;
        z-index: 99;
        background-color: rgba(0, 0, 0, 1);
        width: 100%;
        height: calc(110vh - 146px);
        top: 100px;
        right: 0;
    }

    .menu ul {
        flex-direction: column;
    }

    .menu li a {
        font-weight: bold;
        margin-bottom: 0px;
        height: 70px;
        font-size: 18px;
        margin-left: 30px;
        border: 0;
        padding: 0;
    }

    .menu li.ativo a {
        border: 0;
        color: #daa520;
    }

    .menu-mobile {
        width: 45px;
        margin-right: 30px;
        display: block;
    }

    .logoimg {
        margin-left: 20px;
    }

    header {
        height: 100px;
    }

    .header {
        background-color: #000;
        height: 100px;
    }

    .menu li a {
        height: 100px;
        padding-top: -10;
        padding-bottom: -10;
    }

    /*FONTE BANNER*/

    .banner h1 {
        font-size: 27px;
    }

    .banner {
        height: calc(114vh - 100px);
        background-color: #2c2b2b;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    /*SERVIÇO*/

    .section-services {
        flex-wrap: wrap;
    }

    .section-service {
        min-width: 50%;
        border-right: 0px;
    }

    .section-service:first-child {
        border-left: 0;

    }

    /*LOCALIZAÇÃO*/

}

