/*--- NAV MENU - Exclusivo para esta página ---*/
.nav-menu-flex-container-geral {
    height: 600px;
}

/*====== MAIN ======*/

main{
    overflow-x: hidden;
}

.container-geral {
    display: flex;
    flex-direction: column;
}

body{
    font-family: BwGlennSans-Medium;
}

/* --- Bloco 1 --- */
.bloco1{
    position: absolute;
    height: 600px;
    width: 100vw;
    background-color: rgba(0,0,0,0.7);
    background-blend-mode: darken;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    z-index: -1;
    overflow: hidden;
    /* border: 2px solid red; */
}

/* Pseudo-elemento para aplicar efeito darken */
.bloco1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #050d2b;
    background: radial-gradient(circle, rgba(5, 13, 43, 0.9) 0%, rgba(6, 12, 68, 0.4) 0%, rgba(5, 13, 43, 0.9) 100%);
    z-index: 0; /* Mantém atrás do conteúdo */
}

.bloco1-subcontainer1{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 800px;
    align-items: start;
    height: 100%;
    background-blend-mode: darken;
    margin-left: -300px;
    /* border: 2px solid #fff; */
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Faz com que o vídeo fique atrás do conteúdo */
}

.video-background{
    width: 100vw;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.video-background.fade-out {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.video-background {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.bloco1-subcontainer1-titulo1{
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    margin: 10px 0px;
    font-family: "Poppins", sans-serif;
    animation: carregarCimaParaBaixo 0.5s;
}   

.bloco1-subcontainer1-titulo2{
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin: 0px;
    letter-spacing: -1px;
    font-family: "Poppins", sans-serif;
    animation: carregarCimaParaBaixo 0.5s;
}

.bloco1-subcontainer1-titulo3{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0px 40px 0px;
    font-family: "Poppins", sans-serif;
    animation: carregarCimaParaBaixo 0.5s;
}

.bloco1-subcontainer1 a{
    animation: carregarEsqParaDir 0.5s;
}

.section-divider-inner {
  position: absolute;
  width: 100vw;
  height: 100px;
  line-height: 0;
  z-index: 2;
  margin-top: 500px;
}

.section-divider-inner1 {
  width: 100vw;
  height: 100%;
  display: block;
}

.section-divider-inner1 .svg-fundo {
  fill: #f8fbfd; 
}

.section-divider-inner1 .svg-contorno {
  fill: rgba(0,0,0,0); 
}

.section-divider-inner1 .svg-ponta {
  fill: rgba(0,0,0,0);
}

/* --- Bloco 2 --- */
.bloco2{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 700px;
    background-color: #f8fbfd;
    /* margin-top: -100px; */
    /* border: 2px solid red; */
    overflow: hidden;
}

.bloco2-container1{
    display: flex;
    width: 1300px;
    min-height: 500px;
    /* border: 2px solid red; */
    overflow: hidden;
    margin: 82px 0px;
}

.bloco2-subcontainer1{
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: space-evenly;
    margin: 0px 0px 0px 120px;
    width: 55%;
    padding: 0px 18px 0px 0px;
    /* border: 2px solid blue; */
}

.bloco2-subcontainer1 h1{
    font-size: 28px;
    color: var(--azul-escuro);
    font-weight: 700;
    /* border: 2px solid red; */
}

.bloco2-subcontainer1 h2{
    font-size: 16px;
    color: var(--azul-escuro);
    font-weight: 500;
    margin: -30px 0px 0px 0px;
    /* border: 2px solid red; */
}

.bloco2-subcontainer1-titulo1 h1{
    font-size: 18px;
    color: var(--azul-escuro);
    font-weight: 700;
}

.line-shape{
    background-color: #579af1;
    height: 4px;
    width: 110px;
}

  /* Itens de contato - Telefone, WhatsApp, E-mail */
.phone-nav2{
    display: flex;
    align-items: center;
    height: 40px;
    /* border: 2px solid red; */
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
}

.phone-nav2 i{
    margin-right: 8px;
}

.phone-nav2 span{
    /* color: var(--dourado-consulttech); */
    color: var(--azul-escuro);
    font-size: 18px;
    font-weight: 700;
}

.phone-nav2 span:hover{
    color: var(--dourado-consulttech);
}

.whatsapp2, .envelope2{
    display: flex;
    align-items: center;
    height: 40px;
    text-decoration: none;
    color: rgb(214, 173, 96);
    font-size: 18px;
}

.bloco2-subcontainer2{
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: space-evenly;
    width: 45%;
    padding: 0px 18px 0px 0px;
    /* border: 2px solid blue; */
}

/* ===> Modal <=== */

/* Modal Geral */
.background-modal{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.janela-modal{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* opacity: 0; */
    background-color: #FFF;
    width: 1200px;
    height: 550px;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); /* sombra para dar destaque */
    font-family: 'Poppins', sans-serif;
    text-align: center;
    /* border: 2px solid red; */
}

.botao-fechar{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    background-color: red;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.background-modal.abrir{
    display: flex;
}

.abrir .janela-modal{
    animation: abrirModalImagens 0.5s;
}

/* ====> Caixa Movel <====*/
/* Modal maquininhas-compativeis */
/* .maquininhas-compativeis h1{
    color: rgb(38, 58, 158);
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 400;
    margin: 12px 0px;
}

.maquininhas-compativeis img{
    width: 800px;
    height: 280px;
    margin: 24px 0px;
} */

/*====== Efeitos do Modal ======*/
@keyframes abrirModalImagens{
    from{
        opacity: 0;
        transform: translate3d(0, -40px, -5px);
    }
    to{
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}   

/*====== Efeitos de carregamento ======*/
@keyframes carregarCimaParaBaixo{
    from{
        opacity: 0;
        transform: translate3d(0, -40px, -5px);
    }
    to{
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes carregarEsqParaDir{
    from{
        opacity: 0;
        transform: translate3d(-100px, 0px, -5px);
    }
    to{
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*====== Responsividade ======*/



