/* ========================================
   FONTES E RESET BASE
======================================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body
{
    font-family: 'Poppins' , sans-serif;
    background-color:#EEF5F7;
    color: #083344;
    overflow-x: hidden;
}

/*html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}*/

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 100px;
}

#ContentPlaceHolder1 {
  flex: 1;
  display: flex;
}

.main-panel {
  flex: 1;
  background-color: gray;
  border: 1px solid gray;
  width: 100%;
}



/* ========================================
   NAVBAR
======================================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24.5px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

.navbar-logo img {
    height: 60px;
}

.navbar-menu {
    display: flex;
    gap: 2rem;
}

.navbar-menu a {
    text-decoration: none;
    color: #083344;
    font-weight: 700;
    font-size: 15px;
    transition: color 0.3s;
}

.navbar-menu a:hover {
    color: #3EB6D4;
}

/*
.btn-contact-primary {
    background-color: #083344;
    color: #EEF5F7;
    border: none;
    border-radius: 82px;
    padding: 9px 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}*/
.btn-contact-primary {
    background-color: #083344;
    color: #EEF5F7 !important;
    border: none;
    border-radius: 82px;
    padding: 9px 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;     /* Remove sublinhado */
    display: inline-block;     /* Permite aplicar padding e dimensões */
    text-align: center;        /* Centraliza o texto dentro do botão */
}

.btn-contact-primary:hover {
    background-color: #062b37;
}

/*.btn-contact-secondary {
    background-color: #E0ECF0;
    color: #083344;
    border: none;
    border-radius: 82px;
    padding: 9px 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}*/

.btn-contact-secondary {
    background-color: #E0ECF0;
    color: #083344;
    border: none;
    border-radius: 82px;
    padding: 9px 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none; /* Remove sublinhado */
    display: inline-block; /* Faz o botão comportar-se como bloco clicável */
    text-align: center; /* Centraliza o texto */
}

.btn-contact-secondary:hover {
    background-color: #d0e0e5;
}

/* ========================================
   HEADER DE CONTEÚDO (H1 + BREADCRUMBS)
======================================== */
.page-header {
    padding-top: 120px;
    text-align: center;
    margin-bottom: 2rem;
}

.page-header h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 37px;
    line-height: 43px;
    color: #083344;
    margin-bottom: 0.5rem;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 13px;
    color: #083344;
    font-weight: 500;
}

.breadcrumbs span {
    color: #8FABB1;
}

.breadcrumbs .separator {
    width: 2.5px;
    height: 5px;
    border: 0.8px solid #083344;
    display: inline-block;
}

/* ========================================
   TEXTO DESCRIPTIVO
======================================== */
.page-subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #8FABB1;
    margin-bottom: 3rem;
}

/* ========================================
   CARDS PRINCIPAIS (LOGIN & REGISTO)
======================================== */



/* Registar */

/*
.btn-registar
{

    display: block;
    width: 241px;
    margin: 1.5rem auto;
    padding: 9px 23px;
    border: none;
    border-radius: 82px;
    font-family: 'Poppins' , sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #0099CC;
}*/

.btn-registar {
    display: block;
    width: 241px;
    margin: 1.5rem auto;
    padding: 9px 23px;
    border: none;
    border-radius: 82px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #0099CC;
    text-align: center;
}

.btn-registar a {
    text-decoration: none;
    color: #083344;
    display: block;
}




/* Auto layout por dentro */
flex: none;
order: 0;
flex-grow: 0;


/* Rectangle 171 */
.rectangle171
{
width: 673px;
height: 66px;

background: #D4E0E4;
border-radius: 15px 15px 0px 0px;

/* Auto layout por dentro */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
z-index: 0;
}

/* Nesta área poderá proceder à marcação de consultas ou espermogramas no Centro de Genética da Reprodução. */
.textoLogin
{
    position: absolute; /*width: 100%;*/
    left: 200px;
    font-family: 'Poppins'; /*font-style: normal;*/ /*font-weight: 500;*/
    font-size: 14px; /*line-height: 27px;*/ /* ou 169% */
    color: #8FABB1;
    text-align: justify;
}


h1.custom-h1 {
position: absolute;
width: 812px;
height: 43px;
left: 200px;
/*top: 204px;*/

font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 37px;
line-height: 43px; /* 116% de 37px ≈ 43px */
display: flex;
align-items: center;
color: #083344;
}




.cards-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 4rem;
}

.card {
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    width: 100%;
    max-width: 673px;
    text-align: center;
}

.card-iniciar-sessao {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 103%;
    max-width: 473px;    
    height: 361px;
    left: 200px;
    position: relative;
    top: 18px;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    overflow: visible;
    align-items: center;
}
.card-header {
    background: #D4E0E4;
    border-radius: 15px 15px 0 0;
    /*padding: 1.5rem;*/
    width: 100%;
}

.card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    line-height: 33px;
    color: #083344;
    margin-bottom: 0.5rem;
}

.card-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: #083344;
    margin-bottom: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1.5rem;
}

.form-group input {
    padding: 21px 18px 16px 28px;
    border: 1px solid #97AEB5;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: rgba(7, 50, 68, 0.4);
    outline: none;
    width: 100%;
}

.form-group label {
    position: absolute;
    top: 0;
    left: 28px;
    background: #EEF5F7;
    padding: 6px 9px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #073244;
    margin-left: -28px;
    margin-top: -15px;
    z-index: 1;
}

.forgot-password
{
    text-align: center;
    margin-top: 1rem;
    font-size: 13px;
    color: #073244;
    text-decoration: none;
    font-weight: 400;
    vertical-align: middle;
}

.forgot-password:hover {
    text-decoration: underline;
}

.btn-submit
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    display: block;
    width: 241px;/*n*/
    padding: 10px 23px;
    border-radius: 82px;
    font-family: 'Poppins' , sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #CCCCCC;
    text-align: center;
    vertical-align: middle !important;
    margin: 0 auto;
}

.btn-submit.primary {
    background: #3EB6D4;
    color: #083344;
}

.btn-submit.secondary {
    background: #D4E0E4;
    color: #083344;
}

.btn-submit:hover {
    opacity: 0.9;
}





/* BOTÃO ENTRAR */
.btn-entrar {
width: 48px;
height: 20px;

font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 20px;
/* idêntico à altura da caixa ou 133% */
display: flex;
align-items: center;
text-align: center;

color: #083344;
}

.btn-entrar:hover {
  background: #c0d2d8;
}


/* GRUPO DE INPUT (com label) */
.input-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.input-label {
  padding: 0 0 0 19px;
}

.label-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #073244;
  background: #EEF5F7;
  padding: 6px 9px;
  border-radius: 4px;
  display: inline-block;
}

.input-field 
{
  width: 100%;
  height: 40px;
  padding: 21px 18px 16px 28px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: rgba(7, 50, 68, 0.4);
  border: 1px solid #97AEB5;
  border-radius: 6px;
  background: transparent;
  outline: none;
}

.input-field::placeholder {
  color: rgba(7, 50, 68, 0.4);
}


/* CARD DE REGISTO (verde escuro) */

/*.card-register
{
    padding: 15px;
    background: #083344;
    color: white;
    text-align: center; 
    border-radius: 15px;
    margin: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 473px;
    height: 150px;
    left: 50px;
    position: relative;
}*/
   
.card-register {
    padding: 15px;
    background: #083344;
    color: white;
    text-align: center; /* ← já centraliza o texto em elementos inline/inline-block */
    border-radius: 15px;
    margin: 15px 0 15px 200px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center; /* ← mude de 'flex-start' para 'center' */
    justify-content: center; /* ← opcional: centraliza verticalmente também */
    width: 95%;
    max-width: 473px;
    height: 150px;
}
    
   
.card-register h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 0;
}

.card-register p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #9AB9C6;
    margin: 0.5rem 0;
}



/* ========================================
   GRADIENTE DE FUNDO
======================================== */
.gradient-bg {
    position: relative;
    width: 100%;
    height: 658px;
    background: linear-gradient(
        180deg,
        rgba(229, 242, 246, 0) 0%,
        #D7EBF1 31.17%,
        #9FC0CA 100%
    );
    margin-top: 100px;
    z-index: -1;
}

/* ========================================
   IMAGENS DE FUNDO / DECORAÇÃO
======================================== */
.bg-shapes {
    position: absolute;
    width: 100%;
    height: 836px;
    top: 368px;
    background-image: url('../Images/bg_shapes.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.vector-pattern {
    position: absolute;
    width: 1880.02px;
    height: 2111.57px;
    right: -1138.02px;
    top: -401px;
    background: #E0ECF0;
    mix-blend-mode: normal;
    transform: rotate(-42.36deg);
    z-index: -1;
    opacity: 0.3;
}

.bg-abstract {
    position: absolute;
    width: 2102.67px;
    height: 1395.57px;
    right: -517.67px;
    top: -782px;
    background: #33A6C3;
    mix-blend-mode: normal;
    transform: rotate(42.36deg);
    z-index: -1;
    opacity: 0.1;
}

.bebe-img {
    position: absolute;
    width: 892px;
    height: 1131px;
    right: 266px;
    top: 286px;
    background-image: url('../Images/bebe.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.1;
}



/* ========================================
   RESPONSIVIDADE
======================================== */
@media (max-width: 1200px) {
    .navbar {
        padding: 0 1rem;
    }

    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        height: auto;
        padding: 1rem;
        gap: 1rem;
    }

    .navbar-logo {
        margin-bottom: 1rem;
    }

    .navbar-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn-contact-primary,
    .btn-contact-secondary {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .page-header h1 {
        font-size: 28px;
    }

    .breadcrumbs {
        font-size: 12px;
    }

    .gradient-bg {
        height: 400px;
    }

   .footer {
        padding: 1.5rem;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        left: 0;
    }

    .footer-links {
        gap: 1rem;
        font-size: 10px;
    }

    .cgr-logo,
    .cgr-symbol {
        display: none;
    }
}

/* Footer */
.site-footer
{
    position: absolute;
    align-items: center;
    width: 100%;
    height: 134px; /*height: 174px;*/
    /*background: #FFFFFF;*/
    background: transparent;
    margin-top: 0px;
	bottom: 0;
}


/* Background card */
.footer-bg
{
    position: absolute;
    top: 0;
    left: 50px;
    width: calc(100% - 100px); /* 1820px at 1920px viewport */
    max-width: 1820px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 15px;
    z-index: 1;
}

/* Logo (left side) */
/*.footer-logo {
  position: absolute;
  top: 10px; */
/* approx 1030px from top on 1920x1080 */
 /* left: 100px;
  z-index: 2;
    right: 1373px;
    
}*/

.footer-logo {
  position: absolute;
  top: calc(40% - 25px);
  left: 100px;
  z-index: 2;
}

.footer-logo2 {
  position: absolute;
  top: 30px; /* approx 1030px from top on 1920x1080 */
  left: 100px;
  z-index: 2;
  /*right: 1373px;*/
}

.logo-placeholder
{
    width: 109px;
    height: 50px; /*background-color: #083344;*/    
    background-image: url('../../images/BLISQ/logo_cgr_p.png');
}

/* Legal Links (centered) */
.legal-links {
  position: absolute;
  top: 50px; /* 1068px - 980px = 88px from footer top */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 32px; /* adjust based on spacing */
  z-index: 2;
}

.legal-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9EB9C0;
  text-decoration: none;
  white-space: nowrap;
}

/* Certifications (right side) */
/*.certifications {
  position: absolute;
  top: 10px; */
 /* 1031px - 980px ≈ 51px, but adjust visually */
  /*right: 50px;
  z-index: 2;
}*/


.certifications {
  position: absolute;
  top: calc(40% - 25px);
  right: 100px;
  z-index: 2;
}

/* Certifications (right side) */
.certifications2 {
  position: absolute;
  top: 30px; /* 1031px - 980px ≈ 51px, but adjust visually */
  right: 100px;
  z-index: 2;
}

.cert-placeholder
{
    width: 111px;
    height: 50px;    
    background-image: url('../../images/BLISQ/certificacoes_p.png');
}

/* Optional: Decorative elements (simplified) */
.footer-decoration {
  position: absolute;
  top: 50px;
  left: 180px;
  width: 80px;
  height: 25px;
  background: repeating-linear-gradient(
    to right,
    #083344 0px,
    #083344 2px,
    transparent 2px,
    transparent 6px
  );
  opacity: 0.8;
  z-index: 2;
  /* This is a simplified version of your many "Vector" divs */
}
.centranoecra{
  align-items: center;
 }
 
 .bebe {
  position: absolute;
  width: 504px;
  height: 246px;
  right: 266px;
  top: 286px;
  background:url('../../images/BLISQ/bebe21.png') no-repeat center center;
  background-size: cover; /* opcional, mas recomendado para preencher bem */
}