*
{
    margin: 0;
    padding: 0;
}

@font-face{ font-family:'BRSonoma'; src:url('/css/fonts/br-sonoma/BRSonoma-Regular.woff') format('woff'); font-weight:400; font-style:normal; font-display:swap; }

:root{
  --brand-primary:#5B6DFF;       /* indigo */
  --brand-primary-2:#7A5BFF;     /* purple */
  --brand-dark:#2F3858;          /* navy */
  --brand-muted:#6C7A91;         /* muted */
  --teal:#28e0d6;                /* cyan accent for dividers */
  --surface:#ffffff;
  --bg:#f4f6fb;
  --soft-shadow:0 8px 24px rgba(18,25,38,.08);
}

.imgbox
{
    display: grid;
    height: 100%;
}
.center-fit
{
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

/* img
{
    height: 100%;
    width: 100%;
} */

.parentContainer
{
    display: grid;
    height: 100%;
}

.bottom-left
{
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.top-left
{
    position: absolute;
    top: 10px;
    left: 15px;
}

.top-right
{
    position: absolute;
    top: 10px;
    right: 15px;
}

.underTitle
{
    position: absolute;
    top: 37%;
    left: 5%;
    color: rgb(114, 114, 114);
    font-size: 30px;
    font-weight: 300;
}

.mainTitle
{
    position: absolute;
    top: 20%;
    left: 5%;
    color: rgb(17, 22, 73);
    font-size: 80px;
    font-weight: 700;
}

.logoInova
{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 12rem;
    height:auto;
}

body
{
    /* background-image: url("pageLogin.svg");
    background-size: cover; */
     overflow: hidden; 
}

.cafezinho
{
    width: 100%;
    height: 100vh;
    margin: auto;
}

.landing-nav{  position:relative; top:0; z-index:100; background:#EEEDF6; backdrop-filter:saturate(180%) blur(10px); border-bottom:1px solid rgba(0,0,0,.05); box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.3);
 }
.landing-nav .brand{ font-weight:600; color:#1d2330; }
.landing-nav .nav-link{ color:#6b7280; font-weight:500; }
.landing-nav .nav-link:hover{ color:var(--brand-primary); }
.landing-nav .logo{ height:22px; }

.btn-gradient{ background-image:linear-gradient(90deg,var(--brand-primary),var(--brand-primary-2)); color:#fff; border:none; box-shadow:0 8px 20px rgba(91,109,255,.3); }
.btn-gradient:hover{ filter:brightness(1.05); color:#fff; }

.video-container {
  position: relative;
  width: 100%;
  height: 100vh; /* ocupa toda a altura da tela */
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* corta o excesso mantendo proporção */
  z-index: -1;
}

.content {
  position: absolute;
  top: 0; /* começa logo abaixo do header se quiser ajustar */
  width: 100%;

}

.ms-2{
  display: flex;
  justify-content: center;    
  align-items: center;       
  text-align: center;
  gap:10px;
}

/* .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
} */


.parentContainer .btn
{
    position: absolute;
    top: 10%;
    left: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #07153d;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.parentContainer .btn2
{
    position: absolute;
    top: 10%;
    left: 80%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #07153d;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.parentContainer .btn3
{
    position: absolute;
    top: 10%;
    left: 82%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #07153d;
    color: white;
    font-size: 16px;
    padding: 12px 55px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.text-footer
{
    position: absolute;
    bottom: 1%;
    font-size: 0.7rem;
}

.text-section
{
    position: absolute;
    bottom: 20%;
    margin-left: 7%;
    width: 93%;
}

.text-section
.text-title
{
    font-size: 3.5rem;
    color: #2E2F38;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-section
.text-subtitle
{
    color: #2E2F38;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.detail-field
{
    border-radius: 30px;
    opacity: 0.7;
    background:rgba(244, 244, 244, 1);
    padding: 0.7rem;
    flex: 1;
    margin-bottom: 1rem;
}


