

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
    font-family: "Poppins", sans-serif; 
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}


.left-side {
    padding: 60px 40px 0 40px; /* Removi o padding bottom para a imagem colar no fim */
    display: flex;
    flex-direction: column;
    height: 100%; /* Garante que a coluna ocupe a altura total da section */
}

.left-side .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}



.left-side h1 {
    font-weight: 300;
    color: #555;
    line-height: 1.4;
    font-size: 2.7rem;
    text-align: center;
}

.left-side h1 span {
    color: #0aa37f;
    font-weight: 700;
}

.info-box {
    margin-top: 50px;
    background: linear-gradient(135deg, #0aa37f, #007a5a);
    border-radius: 20px;
    padding: 30px 30px 30px 280px; /* aumenta espaço pro texto */
    color: #fff;
    overflow: visible;
    min-height: 220px; /* garante altura pra imagem encostar */
}

.info-box .text {
    max-width: 200px; /* controla largura */
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
}

/* RIGHT */

.right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.form-wrapper {
    width: 100%;
    max-width: 75%;
    text-align: center;
}

.subtitle {
    font-size: 1.3rem;
    color: #666;
    font-weight: 600 !important;
    margin: 20px 0;
    strong{
        color: #0aa37f;
    }
}

form input {
    width: 100%;
    border: none;
    background: #eee;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.filhos {
    text-align: left;
    font-size: 14px;
    display: flex;
}

.btn-default {
    width: 60%;
    border: none;
    padding: 10px;
    border-radius: 50px;
    background: linear-gradient(135deg, #0aa37f, #007a5a);
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
    margin: 0 auto;
}

.btn-default:hover {
    opacity: 0.9;
}

/* inputs radio */

.cema-radio-box {
    background: #eee;
    border-radius: 50px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 16px;
}


.cema-radio-box span {
    color: #666;
}

/* grupo */
.cema-radio-box label {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
    cursor: pointer;
}

/* radio custom */
.cema-radio-box input[type="radio"] {
    appearance: none;
    width: 4px;
    height: 4px;
    border: 1px solid #aaa;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    padding: 6px;
    margin-bottom: 2px;
}

/* bolinha interna */
/* .cema-radio-box input[type="radio"]:checked {
    border-color: #00a878;
} */

.cema-radio-box input[type="radio"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #00a878;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* FOOTER */

.cema-footer {
    background: #005c3f;
    color: #fff;
    padding: 40px 20px;
    position: relative;
    z-index: 5;
}

/* RESPONSIVO */


CSS
/* Garante que o container da seção seja a referência */
.cema-landing {
    position: relative;
    background: #f5f5f5;
    min-height: 90vh; 
    overflow: hidden; /* Evita que a imagem crie barra de rolagem se sobrar um pedaço */
    display: flex;
    flex-direction: column;
}

.runner-img1 {
    width: 100%;
    max-width: 440px;
    display: block;
    margin-top: auto;   /* O PULO DO GATO: empurra a imagem para o final do container */
    margin-left: auto;
    margin-right: auto;
    position: relative; /* Mudamos de absolute para relative */
    bottom: -10px;
    z-index: 2;
}

/* Ajuste para garantir que a section pai não tenha padding que afaste a imagem */
.cema-landing .container, 
.cema-landing .row {
    height: 100%;
    align-items: stretch; /* Faz as colunas terem a mesma altura */
}

@media (max-width: 991px) {

    .runner-img1 {
        position: relative; /* Volta para o fluxo normal no mobile */
        left: 0;
        transform: none;
        margin: 20px auto 0 auto; /* Centraliza e cola na base */
        max-width: 300px;
    }

    .left-side h1 {
        font-size: 1.4rem;
    }
    
    .left-side {
        padding: 40px 20px; /* Reduz o padding excessivo no mobile */
    }
    .left-side,
    .right-side {
        padding: 10px;
        text-align: center;
    }

   .info-box {
        padding: 10px;
        text-align: center;
    }

    .runner-img {
        position: relative;
        left: 0;
        bottom: 0;
        margin-bottom: 15px;
         width: 156px; /* reduz um pouco o tamanho */
    }

    .info-box .text {
        max-width: 100%;
    }
    
}
@media (max-width: 426px) { 

    .cema-landing {
    min-height: 100% !important;
    overflow: hidden;
}
    .info-box .text {
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
}
.form-wrapper {
    width: 100%;
    max-width: 100%;
}
}


