* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #F4EFEA;
    color: #2E2E2E;
}

/* HEADER */
header {
    width: 100%;
    background: #F4EFEA;
    padding: 20px 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    gap: 14px;
}

header nav a {
    margin: 0 12px;
    text-decoration: none;
    color: #3B3A39;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.btn-header {
    background: #BCA79C;
    padding: 10px 18px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

/* LOGO HEADER */
header .logo {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 70px;
    width: auto;
}

/* HERO */
.hero {
    background: #687169;
    padding: 90px 8% 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.hero {
    position: relative;
    background: #687169;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
    opacity: 0.08;
    pointer-events: none;
}


.hero-text {
    max-width: 560px;
    text-align: center;
}

.logo-apresentacao {
    display: block;
    max-width: 330px;
    margin: 0 auto 5px;
}

.hero-img {
    position: relative;
}

.hero-img img {
    width: 520px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: -30px;
    object-fit: contain;

    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0) 100%
    );
    mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 70%,
        rgba(0,0,0,0) 100%
    );
}

.intro-text {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff; /* ajuste se o fundo for claro */
    margin-bottom: 15px;
    line-height: 1.3;
}

/* BOTÃO HERO */
.btn-agendar {
    background: #BCA79C;
    padding: 15px 30px;
    display: block;
    border-radius: 40px;
    color: white;
    margin: 25px auto 0;
    text-decoration: none;
    text-align: center;
    width: fit-content;
}

.crp {
    margin-top: 18px;
    font-size: 14px;
    opacity: 0.9;
    text-align: center;
}

/* ========================= */
/* TÍTULOS PADRÃO DAS SEÇÕES */
/* ========================= */
.titulo-sobre,
.historia h2,
.localizacao h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

/* SOBRE MEU TRABALHO */
.sobre-trabalho {
    padding: 60px 0;
}

.container-sobre {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;
}

/* TABS */
.tabs {
    text-align: center;
}

.tabs input {
    display: none;
}

.tabs label {
    display: inline-block;
    padding: 10px 22px;
    background: #D8CCC7;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 3px;
    font-size: 15px;
    font-weight: 600;
}

.tabs input:checked + label {
    background: #BCA79C;
    color: #fff;
}

.conteudo {
    display: none;
    background: #fff;
    padding: 25px;
    margin-top: 25px;
    border-radius: 18px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    line-height: 1.6;
    text-align: justify;
}

#tab1:checked ~ #conteudo1,
#tab2:checked ~ #conteudo2,
#tab3:checked ~ #conteudo3,
#tab4:checked ~ #conteudo4 {
    display: block;
}

/* HISTÓRIA */

.historia p {
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.6;
    font-size: 16px;
    padding: 0 15px;
	
}

.historia-box {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    line-height: 1.6;
    text-align: justify;
}
/*.chamada {
    margin-top: 18px;
    padding: 14px 22px;
    background: rgba(255, 255, 255, 0.12);
    border-left: 4px solid #BCA79C;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #F4EFEA;
    text-align: center;
}*/


/* LOCALIZAÇÃO */
.localizacao {
    padding: 60px 0;
    text-align: center;
}

.localizacao iframe {
    width: 100%;
    height: 280px;
    border: none;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.endereco {
    margin-top: 18px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    color: #2E2E2E;
}

.tipo-atendimento {
    margin-top: 6px;
    font-size: 15px;
    opacity: 0.9;
    text-align: center;
}

.mapa-box {
    padding: 0;
    overflow: hidden;
}

.mapa-box iframe {
    width: 100%;
    height: 280px;
    border: 0;
    display: block;
}


/* WHATSAPP */
.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
}

.whatsapp img {
    width: 100%;
}

/* RODAPÉ */
footer {
    text-align: center;
    padding: 25px;
    background: #687169;
    color: white;
    margin-top: 40px;
}

/* ÂNCORAS */
#sobre,
#historia,
#localizacao {
    scroll-margin-top: 100px;
}

/* ================= */
/* MOBILE */
/* ================= */
@media (max-width: 900px) {

    header {
        padding: 14px 16px;
        gap: 14px;
    }

    .logo-img {
        height: 48px;
    }

    .btn-header {
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 16px;
    }

    .hero {
        flex-direction: column;
        padding: 90px 5% 40px;
        gap: 18px;
    }

    .hero-img {
        order: -1;
    }

    .hero-img img {
        width: 600px;
        margin-bottom: -50px;
        margin-top: -60px;
    }

    .logo-apresentacao {
        max-width: 300px;
		margin-top: -40px;
    }
	
	.mapa-box iframe {
    height: 260px;
}


    /* TABS MOBILE */
   @media (max-width: 900px) {
    /* BOTÕES: 2 por linha */
    .tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 colunas */
        gap: 12px;
    }

    .tabs label {
        width: 100%;
        margin: 0;
        padding: 10px;
        font-size: 14px;
        white-space: normal;
        text-align: center;
        box-sizing: border-box;
    }

    /* CONTEÚDO: ocupa toda a linha do grid */
    .conteudo {
        grid-column: 1 / -1; /* força a ocupar todas as colunas */
        max-width: 100%;
        width: 100%;
        margin: 15px auto 0;
        padding: 20px;
        box-sizing: border-box;
        text-align: justify;
    }
	
	
	.intro-text {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff; /* ajuste se o fundo for claro */
    margin-bottom: 15px;
    line-height: 1.3;
}

/* RESET BÁSICO */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* BOTÕES */
.btn-principal {
  background-color: #c8b8ad;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-principal:hover {
  background-color: #b7a69b;
  transform: translateY(-2px);
}

/* TEXTO */
.secao-verde h1,
.secao-verde h2,
.secao-verde p {
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 768px) {
  .secao-verde {
    padding: 40px 16px;
  }

  .secao-verde::before {
    background-size: 90%;
    opacity: 0.06;
    filter: blur(7px);
  }
}




}

/* ESCONDER MENU MOBILE */
@media screen and (max-width: 1024px) {
    header nav,
    header nav a {
        display: none !important;
    }
}
