@charset "UTF-8";


@font-face {
    font-family: 'Adore';
    src: url('css/fontes/adore/fonts/Adore.eot');
    src: url('css/fontes/adore/fonts/Adore.eot') format('embedded-opentype'),
         url('css/fontes/adore/fonts/Adore.woff2') format('woff2'),
         url('css/fontes/adore/fonts/Adore.woff') format('woff'),
         url('css/fontes/adore/fonts/Adore.ttf') format('truetype'),
         url('css/fontes/adore/fonts/Adore.svg#Adore') format('svg');
}

@font-face {
    font-family: 'Degular';
    src: url('css/fontes/degular/fonts/fonnts_comDegular_Variable.eot');
    src: url('css/fontes/degular/fonts/fonnts_comDegular_Variable.eot') format('embedded-opentype'),
         url('css/fontes/degular/fonts/fonnts_comDegular_Variable.woff2') format('woff2'),
         url('css/fontes/degular/fonts/fonnts_comDegular_Variable.woff') format('woff'),
         url('css/fontes/degular/fonts/fonnts_comDegular_Variable.ttf') format('truetype'),
         url('css/fontes/degular/fonts/fonnts_comDegular_Variable.svg#fonnts_comDegular_Variable') format('svg');
        
}

/* 1.2 RESET / BOX-MODEL */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 1.3 BASE (ESTILOS PARA TAGS HTML) */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #F2F2F2;
  color: var(--text-main);
   font-family: 'Degular';
}

a {
  text-decoration: none;
  cursor: pointer;
}


.h100 { height: 100%; }

.sessao {
position: relative;
height: auto;
}

.wrapper {
position: relative;
width: 94%;
max-width: 1280px;
margin: 0 auto;
}

.resize-animation-stopper * {
  transition: none !important;
}

/**********HEADER*********/
.main-header {
    position: fixed; 
    width: 90%; /* Use largura relativa para facilitar */
    max-width: 960px;
    padding: 10px 40px;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%); /* Centralização do Header */
    top: 20px;
    
    background: rgba(255, 255, 255, 0.2); 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    
    
    /* Importante: Impedir que o header tente animar o redimensionamento */
    transition: width 0.3s ease, top 0.3s ease;
}
.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    
    
    
}



.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 20px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
   
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center
}


/* --- Ajustes para Desktop --- */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px; /* Espaço entre a lista de links e os ícones */
}

.social-icons {
    display: flex;
    gap: 20px; /* Espaço entre cada ícone */
    align-items: center;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    position: static; /* Remove o absolute do mobile */
    
}

.social-icons img {
    transition: transform 0.3s ease;
}

.social-icons img:hover {
    transform: scale(1.1); /* Efeito de zoom ao passar o mouse */
}

.logo {
position: relative;
width: 120px;


}

.logo img {
position: relative;
width: 100%;
max-width: 120px;
}



/* Estilo básico do botão hambúrguer (escondido no desktop) */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.mobile-menu-btn span {
    width: 25px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: 0.3s;
}




/**********FOOTER*********/

.main-footer {
    background-color:#001C40;
    color: #ffffff;
	padding-top:100px;
	padding-bottom:100px;
    text-align: center;
    
}

.main-footer p {
    font-size: 20px;
	font-weight:700;
    margin-bottom: 20px;
    color: #fff;
}

.footer-logo img {
    max-width: 260px;
   
}






/* VÍDEO
------------------------------------------ */

  .video {
    width: 100%;
    height: 320px;
    background: #FFDE00;
    position: relative;
    color: #232323;
  }

    .header__title { margin-bottom: 48px; }



    .header--hero {
      height: 100vh;
      color: white;
      background: transparent;
      height: 100vh;
    overflow: hidden; /* Garante que o vídeo não vaze */
    position: relative;
    z-index: 1;
    }

      .header--hero h5 {
        position: relative;
        bottom: 12px;
        opacity: 0.65;
      }

      .header--hero__line {
        width: 148px;
        height: 2.5px;
        background: #FFE100;
        position: relative;
        top: 32px;
      }

      .header--hero a { color: white; }

    .header__video, .header--hero img {
      /*background-image: url('video/bg-gadioli.gif');*/
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
      z-index: -2;
    }

      .header--video::after, .header--hero img::after {
        content: "";
        width: 100%;
        z-index: -1;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(25,29,34,.7);
        content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(25, 29, 34, .7);
    z-index: -1;
      }



.header__video {
    width: 100%;
    height: 100vh;
    position: absolute; /* Mudamos de fixed para absolute para o JS controlar */
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -2;
    will-change: transform; /* Otimização para Mac/Safari */
}


    .header--has-image { height: 640px; }

      .header--has-image img {
        margin-top: 56px;
        width: 552px;
        height: 320px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center top;
           object-position: center top;
      }


    .header__back {
      margin-bottom: 12px;
      margin-left: -12px;
      opacity: 0.5;
    }

    .header__back:hover { opacity: 1; }

    .header__back::before {
      content: "";
      width: 18px;
      height: 18px;
      position: relative;
      margin-right: 12px;
      top: 2px;
      display: inline-block;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M3.4 11H19c.55 0 1-.45 1-1s-.45-1-1-1H3.4l6.37-6.36c.4-.4.4-1.02 0-1.4-.4-.4-1.02-.4-1.4 0L.27 9.28c-.2.2-.3.44-.3.7 0 .26.1.5.3.7l8.07 8.07c.4.4 1.02.4 1.4 0 .4-.4.4-1.02 0-1.4L3.42 11z'/%3E%3C/svg%3E");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
    }


    .header--hero .header__back::before{ -webkit-filter: invert(100); filter: invert(100); }


.heading--hero {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 54px;
    line-height: 64px;
    font-weight: 200;
    font-family: 'Adore';
    text-align: center;
  }

/**********HOME*********/




.botao_video {
color: #fff;
text-align: center;
font-size: 16x;
text-transform: uppercase;
margin: 0 auto;
width: 160px;
height: 50px;
  font-family: 'Degular';
/* 2. Aplica o desfoque ao que está atrás do elemento */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Suporte para Safari antigo */
    
    /* Fundo branco com transparência (0.2 a 0.4 é o ideal) */
    background: rgba(255, 255, 255, 0.2); 
    
    /* O desfoque atrás */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    
   
    /* Opcional: uma sombra leve para separar do fundo */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border:1px solid #fff;
    
}



.cx_1 {
position: relative;
width: 100%;
}

.col_1 {
position: relative;
width: 50%;
gap:20px 20px;
}

.col_1 img {
max-width: 100%;
}

.col_50 {
position: relative;
width: 50%;
}


.img_1 {
position: relative;
margin-bottom: 13px;
}

.cx_texto_col_1 {
position: relative;
padding-left: 15%;

}

.col_1 h1 {
color:#fff;
text-align: left;
margin: 0;
padding: 0;
font-weight: bold;
text-transform: uppercase;
font-size: 24px;

}

.col_1 h2 {
color:#fff;
text-align: left;
font-weight: 200;
margin: 0;
padding: 0;
}

.col_1 h3 {
color:#fff;
text-align: left;
font-weight: 200;
margin: 0;
padding: 0;
}

.saiba_mais {
position: relative;
width: 140px;
height: 40px;
color:#fff;
text-decoration: none;
text-transform: uppercase;
border:1px solid #636631;
font-weight: bold;
}





.bloco-movel {
  will-change: transform;
  transition: none; /* Garante que o JS tenha controle total */
  position: relative; 
  z-index: 5;
}

/* Garante que as imagens dentro do bloco móvel ocupem o espaço correto */
.bloco-movel img {
  display: block;
  width: 100%;
  height: auto;
}




.margin_1 {
margin-top: 180px;
}

.margin_2 {
margin-top: 300px;
}



.bg_1 {
background-image: url('images/bg-1.jpg');
background-position: right;
background-repeat: no-repeat;
background-size: cover;
heght:600px; 
padding-top: 160px; padding-bottom: 140px;
z-index: 1;
}

.bg_1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Preto com 0.5 de opacidade */
    z-index: -1; /* Fica atrás do conteúdo, mas na frente do background da section */
}

.cx_texto_bg_1 {
position: relative;
width: 100%;
max-width: 500px;
height: 600px;
}

.cx_texto_bg_1 h1 {
color:#b59a3f;
text-align: left;
font-weight: bold;
text-transform: uppercase

}



.cx_texto_bg_1 p {
color:#fff;
text-align: left;
font-size: 16px;
line-height: 26px;


}


.rmiranda {
position: relative;
width: 100%;
max-width: 120px;
margin-top: 50px;
margin-bottom: 10px;
}






.bg_2 {
background-image: url('images/bg-2.jpg');
background-position: right;
background-repeat: no-repeat;
background-size: cover;
heght:600px; 
padding-top: 100px; 
padding-bottom: 100px;
z-index: 1;
}

.bg_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Preto com 0.5 de opacidade */
    z-index: -1; /* Fica atrás do conteúdo, mas na frente do background da section */
}

.cx_texto_bg_2 {
position: relative;
width: 100%;
max-width: 500px;

}

.cx_texto_bg_2 h1 {
color:#fff;
text-align: left;
font-weight: bold;
text-transform: uppercase

}



.cx_texto_bg_2 p {
color:#fff;
text-align: left;
font-size: 16px;
line-height: 26px;


}





.bg_3 {
background-image: url('images/bg-6.jpg');
background-position: right;
background-repeat: no-repeat;
background-size: cover;
heght:600px; 
padding-top: 0px; 
z-index: 1;
}


.col_51 {
position: relative;
width: 50%;
}



.edificio {
position: relative;
max-width:100%;
min-width: 800px;
margin-top: -140px;
}



.cx_texto_col_51 {
position: relative;
width: 100%;
padding: 10%;
padding-left: 30%;
}

.cx_texto_col_51 h1 {
margin: 0;
color:#cdd700;
text-transform: uppercase;
font-weight: 200;

}

.vibe {
position: relative;
width: 100%;
max-width: 120px;
margin-top: 20px;
margin-bottom: 40px;
}





/* O segredo: usamos bordas individuais para criar o desenho manual */
.stepped-box {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.line1 {
  padding: 8px;
  padding-top: 4px;
  padding-bottom: 0;
  border: 1px solid #c59d7d;
  width: fit-content;
  border-bottom: none; /* Remove a divisória entre as linhas */
}

.line2 {
  padding: 8px;
  padding-bottom: 4px;
  padding-top: 0;
  border: 1px solid #c59d7d;
  width: fit-content;
  /* Aqui está o truque: a borda superior só existe onde o texto expande */
  margin-top: -1px; 
  position: relative;
}

/* Criamos uma "máscara" para esconder a borda de cima que ficaria sob o bloco 1 */
.line2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%; /* Largura total da linha 2 */
  height: 1px;
  background-color: #0a1a35; /* Mesma cor do fundo para "apagar" a linha */
  z-index: 1;
}

/* Ajustamos para que a máscara só cubra a largura da linha 1 */
.line2::before {
  width: calc(100% - (100% - 225px)); /* Ajuste esse valor (340px) conforme o tamanho da linha 1 */
}

.box {
  color: white;
  border: 1px solid #c59d7d;
  padding:4px 8px;

  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  width: fit-content;
  margin-top: 15px;
}



/**************DEPOIMENTOS************/
    /* Usando prefixo .s-depo para não interferir no resto do seu site */
    .s-depo-section {
    padding-top: 100px;
    padding-bottom: 160px;
        background-color: #1a1a1a; /* Cor de fundo caso o container pai não tenha */
        text-align: center;
        overflow: hidden;background-image: url("<?php echo esc_url( get_template_directory_uri() . '/images/bg-3.jpg');?>");
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .s-depo-title {
        color: #d0d500; 
        letter-spacing: 8px;
        font-size: 24px;
        margin-bottom: 80px;
        text-transform: uppercase;
        font-family: sans-serif;
        font-family: 'Degular';
        font-weight: 200;
    }

    .s-depo-swiper {
        width: 90%;
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
    }

    .s-depo-card {
        background-color: #3b3b3b;
        padding: 100px;
        display: flex;
        align-items: center;
        gap: 30px;
        max-width: 650px;
        margin: 0 auto;
        text-align: left;
        border-radius: 4px;
    }

    .s-depo-photo {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }

    .s-depo-content p {
        font-style: italic;
        line-height: 1.6;
        margin: 0 0 15px 0;
        font-size: 15px;
        color: #ddd;
        font-family: 'Degular';
    }

    .s-depo-content h3 {
        margin: 0;
        font-size: 18px;
        color: #fff;
        font-style: italic;
        font-family: 'Degular';
    }

    .s-depo-content span {
        font-size: 13px;
        color: #888;
        font-family: 'Degular';
    }

    /* Ajuste das setas para ficarem fora do card mas dentro da seção */
    .swiper-button-next, .swiper-button-prev {
        color: #fff !important;
        transform: scale(0.7);
    }
    
    /* Responsividade para celular */
    @media (max-width: 600px) {
        .s-depo-card {
            flex-direction: column;
            text-align: center;
            padding: 20px;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .s-depo-content { text-align: center; width: 85%; } 
    }

/**************CONTATO************/
.rm-capture-section {
    background-color: #333333; /* Cor de fundo escura */
    color: #ffffff;
    padding: 60px 20px;
    font-family: 'Arial', sans-serif; /* Substitua pela fonte do seu tema */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.rm-container {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

/* Coluna de Texto */
.rm-content {
    flex: 1;
    min-width: 300px;
    text-align: right; /* Alinhamento conforme a imagem */
}

.rm-content h1 {
    font-size: 2rem;
    letter-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 300;
}

.rm-content p {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.6;
    max-width: 500px;
    margin-left: auto;
}

/* Coluna do Formulário */
.rm-form-container {
    flex: 1;
    min-width: 300px;
}

.rm-form-container h3 {
    font-size: 1.4rem;
    margin-bottom: 25px;
    font-weight: 400;
}

.rm-field {
    margin-bottom: 15px;
}

.rm-field label {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 5px;
    color: #eee;
}

.rm-field input {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #ffffff;
    border-radius: 2px;
}

.rm-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    margin-top: 20px;
}

.rm-submit {
    margin-top: 20px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 10px 30px;
    cursor: pointer;
    transition: 0.3s;
}

.rm-submit:hover {
    background-color: white;
    color: #333;
}




/*********Vibe Meireles*************/

.img_2 {
	position:relative;
	display: block; /* Remove o espaço de respiro de texto */
	height:100vh; 
	objct-fit:cover; width: 100%;
	min-height:600px;
    height: 100%;
    object-fit: cover; /* ESSENCIAL: Faz a imagem cobrir a área sem estorcer */
    object-position: center; /* Mantém o centro da imagem visível */
}

/* Criando a camada de escurecimento */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Ajuste o 0.5 para mais ou menos escuro */
    z-index: 1;
}


.h200 { height: 100%; }

.cx_2 {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0px;
	left:0;
	right:0;
	z-index:2;
	
	
}

.col_cx_2 {
	position:relative;
	width:50%;
}

.texto_cx_2 {
	position:relative;
	width:fit-content;
}


.col_cx_2 h1 {
	color:#fff;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(28px, 4.5vw, 44px);
    font-weight: 200;
    font-family: 'Adore';
    text-align: right;
	margin:0;
}


.col_cx_2 p {
color:#fff;
text-align: right;
font-size: 18px;
line-height: 22px;
letter-spacing:2px;
margin:0;

}


.col_cx_2 img {
	position:relative;
 width:100%; 
 max-width:220px;
 margin:0 auto;

}


.bg_7 {
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
	background-image:url(images/bg-7.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}



.bg_7 h1 {
	color:#fff;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(28px, 5.0vw, 55px);
    font-weight: 200;
    font-family: 'Adore';
    text-align: center;
	margin:0;
	margin-bottom:20px;
}


.bg_7 p {
color:#fff;
text-align:center;
font-size: 16px;
line-height: 20px;
margin:0;

}




.bg_8 {
	position:relative;
	padding-top:60px;
	padding-bottom:100px;
	background-image:url(images/bg-8.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	aspect-ratio: 16 / 9; /* A div sempre terá a altura proporcional à largura */
	
}



.bg_8 h1 {
	color:#68454D;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(28px, 5.0vw, 55px);
    font-weight: 200;
    font-family: 'Adore';
    text-align: center;
	margin:0;
	
	margin-bottom:20px;
}


.bg_8 p {
color:#68454D;
text-align:center;
font-size: 18px;
line-height: 20px;
margin:0;

}




.bg_9 {
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
	background-image:url(images/bg-9.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	aspect-ratio: 16 / 9; /* A div sempre terá a altura proporcional à largura */
	
}


.bg_9 h1 {
	color:#68454D;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(28px, 5.0vw, 55px);
    font-weight: 200;
    font-family: 'Adore';
    text-align: center;
	margin:0;
	
	margin-bottom:60px;
}


.bg_9 p {
color:#68454D;
text-align:center;
font-size: 16px;
line-height: 20px;
margin:0;
margin-top:60px;

}

.col_bg_9 {
	position:relative;
	
}

.cx_3 {
	position:relative;
	gap:60px 40px;
}

.col_cx_3 {
	flex-basis: calc(33.333% - (80px / 3));
}
.col_cx_3 img {
	display: block;         /* Evita aquela linha branca que resolvemos antes */
    max-width: 100%;
    height: auto;
}




.bg_10 {
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
	background-image:url(images/bg-9.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	aspect-ratio: 16 / 9; /* A div sempre terá a altura proporcional à largura */
	
}

.bg_10 h1 {
	color:#68454D;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(28px, 5.0vw, 55px);
    font-weight: 200;
    font-family: 'Adore';
    text-align: center;
	margin:0;
	
	margin-bottom:60px;
}


.bg_10 img {
	display: block;         /* Evita aquela linha branca que resolvemos antes */
    max-width: 100%;
    height: auto;
}

.cx_4 { 
position:relative;
width:100%;
}

.col_cx_4 {
	flex-basis:50%;
	margin-top:10px;
	margin-bottom:10px;
}


.cx_5 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Permite quebrar linha no mobile */
    gap: 20px;       /* Espaço entre os itens */
    max-width: 1200px;
    margin: 0 auto;
	margin-bottom:40px;
	margin-top:40px;
}

.item-feature {
    color: #ffffff;
    font-family: sans-serif; /* Use a fonte do seu projeto aqui */
    font-weight: bold;
    font-size: 14px;
	line-height:14px;
    padding:4px;
	padding-top:5px;
	padding-bottom:3px;
	
    border: 1px solid rgba(255, 255, 255, 0.5); /* Borda branca suave */
    text-align: center;
    white-space: nowrap; /* Impede que o texto quebre dentro da caixa */
}





.bg_11 {
	padding-top:100px; 
	padding-bottom:100px; 
	background-color: #C2986B
}



.bg_11 h1 {
	color:#fff;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(28px, 5.0vw, 55px);
    font-weight: 200;
    font-family: 'Adore';
    text-align: center;
	margin:0;
	
	margin-bottom:60px;
}



/* Container dos textos */
.cx_6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
	
}

.col_localizacao {
    flex: 1;
    min-width: 300px; /* Garante que quebre linha no mobile */
}

.col_localizacao p {
    font-family: sans-serif;
    font-weight: bold;
    font-size: clamp(13px, 1.1vw, 14px);
    line-height: 1; /* Espaçamento entre linhas conforme a imagem */
    margin-bottom: 5px;
    text-transform: uppercase;
	color:#fff;
}



.bg_12 {
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
	background-image:url(images/bg-10.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	aspect-ratio: 16 / 9; /* A div sempre terá a altura proporcional à largura */
	
}



.bg_12 h1 {
	color:#fff;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(28px, 5.0vw, 55px);
    font-weight: 200;
    font-family: 'Adore';
    text-align: center;
	margin:0;
	
	margin-bottom:60px;
}


/* Cartão do Formulário */
.container-formulario {
    background-color: #f5f5f5; /* Fundo levemente cinza/branco */
    max-width: 700px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 20px; /* Cantos arredondados da imagem */
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: left;
}

.container-formulario h3 {
    color: #5d3a43;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}

/* Campos de Entrada */
.grupo-campo {
    margin-bottom: 20px;
}

.grupo-campo label {
    display: block;
    color: #5d3a43;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.grupo-campo input {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 4px;
    padding: 0 15px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

/* Checkbox */
.grupo-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    color: #5d3a43;
    font-size: 14px;
}

.grupo-checkbox input {
    width: 18px;
    height: 18px;
}


.grupo-botao {
    margin-top: 30px;
    text-align: center; /* Centraliza o botão como é comum nesses layouts */
}

.btn-enviar {
    background-color: #5d3a43; /* Mesma cor do fundo da seção */
    color: #ffffff;
    border: 2px solid #5d3a43;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px; /* Botão arredondado para seguir os cantos do card */
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%; /* No mobile ele ocupa tudo, no desktop podemos limitar */
    max-width: 300px;
}

/* Efeito ao passar o mouse */
.btn-enviar:hover {
    background-color: transparent;
    color: #5d3a43;
    box-shadow: 0 5px 15px rgba(93, 58, 67, 0.3);
}


/* Responsividade para Celulares */
@media (max-width: 800px) {
.rm-form-container {
    
    width: 100%;
}

    .rm-content {
        text-align: center;
         width: 100%;
    }
    .rm-content p {
        margin: 0 auto;
    }
    .rm-container {
        flex-direction: column;
    }
	

.col_cx_2 {
	position:relative;
	width:100%;
}

.col_cx_2 h1, .col_cx_2 p {
	text-align:center;
}


.col_cx_2 img {
	margin-top:40px;
}


.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Ajuste o 0.5 para mais ou menos escuro */
    z-index: 1;
}

.bg_8 h1, .bg_8 p {
	color:#fff;
}


.col_cx_3 {
        /* Com 2 colunas, temos apenas 1 espaço (gap) de 20px no meio.
           A conta é: 50% menos metade do gap. */
        flex-basis: calc(50% - 20px); 
    }
	
.cx_5 {
        gap: 10px;
    }
    .item-feature {
        font-size: 12px;
        
    }

.cx_6 {
        flex-direction: column;
        gap: 10px;
		width:fit-content;
		margin:0 auto;
    }	
	
}





/* MEDIA QUERY PARA MOBILE */

@media (max-width: 1000px) {
.edificio {

margin-left: -100px;
}
}

@media (max-width: 990px) {
    .main-header {
        width: 100%;
        
        top:0px;
    }

    .mobile-menu-btn {
        display: flex;
    }

    .nav-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(15px);
        border-radius: 0 0 15px 15px;
        padding: 20px 0;

        /* ESTADO INICIAL ESCONDIDO */
        opacity: 0;
        visibility: hidden;
        /* Usamos TranslateY mas mantemos o X em 0 para não conflitar */
        transform: translateY(-10px); 
        pointer-events: none;
        
        /* Note que NÃO colocamos transition aqui */
        
    }

    /* Quando o menu estiver ativo */
    .nav-menu.active {
      opacity: 1;
        visibility: visible;
        transform: translateY(0px); /* Desce um pouco para desgrudar do header */
        pointer-events: auto;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

    .nav-menu ul {
       flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    
    .nav-menu {
        flex-direction: column; /* Links e ícones empilhados */
        gap: 20px;
        padding: 30px 0;
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 10px; /* Espaço extra antes das redes sociais */
    }

    .social-icons {
        justify-content: center;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1); /* Linha sutil separadora */
    }
    
}




@media (max-width: 900px) {
.col_51 {
width: 100%;
}

.edificio {
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
min-width: auto;

}

.bg_3 {
padding-bottom: 80px;
}


.cx_texto_col_51 {
padding-left: 0;
padding-right: 0;
width: 100%;
max-width: 300px;
margin: 0 auto;

}



}


@media (max-width: 800px) {


.heading--hero {
    
    font-size: 24px;
    line-height: 34px;
    
  }
  
  .col_1 {
position: relative;
width: 100%;
gap:20px 20px;
}


.cx_texto_col_1 {
padding-top: 80px;
padding-left: 0;
}


.ajusta_mobile {
margin-top: 160px;
}


.margin_1 {
margin-top: 140px;
}

.margin_2 {
margin-top: 140px;
}


}


@media (max-width: 600px) {

.wrapper {
width: 90%;
}

.ajusta_mobile {
margin-top: 60px;
}


/* Ajustamos para que a máscara só cubra a largura da linha 1 */
.line2::before {
  width: calc(100% - (100% - 215px)); /* Ajuste esse valor (340px) conforme o tamanho da linha 1 */
}


.edificio {
margin-top: -100px;
}



.container-formulario {
        padding: 30px 20px;
        margin: 0 15px;
    }


.col_cx_4 {
	flex-basis:100%;
	margin-top:10px;
	margin-bottom:10px;
}


}


@media (max-width: 500px) {

.col_cx_3 {
        /* 100% da largura */
        flex-basis: 100%;
	
    }
}