/* Fonte Futura Ligth */
@font-face {
    font-family: 'FuturaLight';
    src: url('../fonts/FuturaLight.woff2') format('woff2'),
         url('../fonts/FuturaLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Header */
#head { background:#181015; }
#head.secondary { height:100px; min-height: 100px; padding-top:0px; }
#head .lead { font-family: 'FuturaLight', sans-serif; font-size: 44px; }
#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
#head .tagline a { color:#fff; }
#head .btn { margin-bottom:0;}
#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
#head .btn-default:hover,
#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
#head .btn-default:active,
#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

@media (max-width: 767px) {
#head { min-height:420px; padding-top:160px; }
#head .lead { font-size: 34px; }
}


/* Estilo do corpo da página */
body {
    background-color: #FFFEE7;
    font-family: 'FuturaLight', sans-serif;
}


/* Estilo personalizado da navbar */
.navbar-custom {
    background-color: #0D254B;
}

.navbar-custom .nav-link {
    color: #D4AF37 !important;
    transition: color 0.3s ease;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
    color: #A1A1A1 !important;
}


/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights */
.highlight { margin-top:40px; }
.h-caption { text-align: center; }
.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family: 'FuturaLight', sans-serif; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; }
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */
.maincontent { }

/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
.sidebar .widget { margin-bottom:20px; }
.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; }

/* Footer */
.footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }
.footer1 a { color: #ccc; }
.footer1 a:hover {color: #fff; }
.footer1 .widget { margin-bottom:30px; }
.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
.footer1 .entry-meta a { color: #333333; }
.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
.follow-me-icons { font-size:30px; }
.follow-me-icons i { float:left; margin:0 10px 0 0; }

.footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; }
.footer2 a { color: #aaa; }
.footer2 a:hover { color: #fff; }
.footer2 p { margin: 0; }

.widget-simplenav { margin-left:-5px; }
.widget-simplenav a{ margin:0 5px; }


/* ===================================
   Estilo personalizado do carrossel
   =================================== */

.carousel-inner {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}

.carousel-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 12px;
    font-family: 'FuturaLight', sans-serif;
    max-width: 90%;
    margin: 0 auto;
}

.carousel-caption h5 {
    font-size: 2.5vw;
    font-weight: 300;
    color: #fff;
}

.carousel-caption p {
    font-size: 1.2vw;
    color: #f1f1f1;
}

@media (max-width: 768px) {
    .carousel-caption h5 {
        font-size: 20px;
    }

    .carousel-caption p {
        font-size: 14px;
    }
}

#carousel {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.carousel {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#head {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* ===================================
   Estilo personalizado do Agendamento
   =================================== */

.agendamento-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
}

.agendamento-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.agendamento-img img {
    max-width: 100%;
    width: 660px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.agendamento-conteudo {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;       /* Centraliza todos os elementos horizontalmente */
    justify-content: center;   /* Centraliza verticalmente */
    text-align: center;        /* Garante que o texto fique centralizado */
    gap: 20px;                 /* Espaço entre título, frase e botão */
	
}

.agendamento-conteudo h2 {
    font-family: 'FuturaLight', sans-serif;
    color: #095E20;
    font-size: 36px;
    margin-bottom: 20px;
}

.agendamento-conteudo p {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    font-family: 'FuturaLight', sans-serif;
}

.btn-agendar {
    background-color: #095E20;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    font-family: 'FuturaLight', sans-serif;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-agendar:hover {
    background-color: #0b7b30;
}

@media (max-width: 768px) {
    .agendamento-container {
        flex-direction: column;
        text-align: center;
    }

    .agendamento-conteudo {
        text-align: center;
    }

    .agendamento-img img {
        width: 100%;
        max-width: 90vw;
    }
}


/* ===================================
   Estilo personalizado do rodapé
   =================================== */

footer {
    font-family: 'FuturaLight', sans-serif;
}

.footer1 {
    background-color: #0D254B;
	color: #000000;
    text-decoration: none;
}

.footer1 a:hover {
    color: #333333;
    text-decoration: underline;
}

.footer2 {
    background-color: #2E2821;
}

.footer1 a {
    color: #000000;
    text-decoration: none;
}

.footer1 a:hover {
    color: #333333;
    text-decoration: underline;
}

.footer2 a {
    color: #ffffff;
    text-decoration: none;
}

.footer2 a:hover {
    color: #dddddd;
    text-decoration: underline;
}

.text-green-custom {
    color: #095E20;
}

.footer1 a {
    color: #D4AF37;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer1 a:hover {
    color: #A1A1A1;
    text-decoration: underline;
}

.footer-link {
    color: #D4AF37;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #A1A1A1;
}


/* Faixa fixa horizontal abaixo do carousel */
.faixa-fixa {
    width: 100%;
    background-color: #0D254B;
    color: #D4AF37;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.faixa-fixa.fixa {
    position: fixed;
    top: 0;
    left: 0;
}


/* ===================================
   Ícone flutuante do WhatsApp
   =================================== */

.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.whatsapp-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 15px;
    }
    .whatsapp-float img {
        width: 50px;
        height: 50px;
    }
}

/* ===================================
   Estilo personalizado da página Contato
   =================================== */

.contato-section {
    padding: 60px 20px;
    background-color: #fff;
}

.contato-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.contato-col {
    flex: 1 1 350px;
    min-width: 300px;
}

.contato-titulo {
    font-family: 'FuturaLight', sans-serif;
    color: #095E20;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.contato-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contato-form label {
    font-weight: bold;
    font-family: 'FuturaLight', sans-serif;
    color: #333;
}

.contato-form input,
.contato-form textarea {
    padding: 10px;
    font-size: 16px;
    font-family: 'FuturaLight', sans-serif;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fefefe;
    resize: vertical;
}

.contato-form textarea {
    min-height: 120px;
}

.captcha {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.btn-enviar {
    background-color: #095E20;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    font-family: 'FuturaLight', sans-serif;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    align-self: center;
    transition: background-color 0.3s ease;
}

.btn-enviar:hover {
    background-color: #0b7b30;
}

/* Terceira coluna - Contato e redes sociais */

.contato-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.contato-info .info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-contato {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.label {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.valor {
    font-size: 18px;
    color: #095E20;
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitulo {
    font-size: 20px;
    font-family: 'FuturaLight', sans-serif;
    color: #095E20;
    margin-top: 30px;
}

.redes-sociais {
    display: grid;
    grid-template-columns: repeat(3, 40px);
    gap: 15px;
    justify-content: center;
}

.redes-sociais img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.redes-sociais img:hover {
    transform: scale(1.1);
}

.contato-rede-social {
    color: #095E20;
    font-size: 24px;
    transition: color 0.3s ease;
}

.contato-rede-social:hover {
    color: #0b7b30;
}

.recaptcha-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.contato-form {
    text-align: center;
}


/* ============================
   Acessibilidade (Home): Skip-link
   ============================ */
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus,
.skip-link:focus-visible {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: .5rem .75rem;
  background: #000;      /* contraste alto */
  color: #fff;
  border-radius: .5rem;
  z-index: 10000;        /* acima do header/carrossel */
}

/* ============================
   Compensação de header fixo
   (alvo do skip-link e âncoras)
   ============================ */
#conteudo-principal {
  scroll-margin-top: 80px;  /* ajuste p/ a altura real do topo */
}

/* Se tiver link âncora para a seção de agendamento (#agendamento) */
#agendamento {
  scroll-margin-top: 80px;  /* mesmo ajuste do topo */
}


