@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", Arial, sans-serif;
    color: #333;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

.quem-somos {
    width: 100%;
    height: 70vh;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(to right, transparent 70%, #29264c 30%);
}

.imagem-principal {
    width: 70%;
    height: 70vh;
    position: relative;
    margin: 0;
    padding: 0;
}

.imagem-principal img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(87, 86, 165, 0.4);
}

.overlay-lateral {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, transparent, #29264c);
    z-index: 1;
}

.conteudo-direita {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    padding-right: 6%;
    z-index: 2;
}

.titulo-principal {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 70px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
}

.btn-area-do-doador,
.btn-saiba-mais {
    /* height: 78px; */
    background-color: #ecce53;
    border: none;
    border-radius: 40px;
    font-family: "DM Sans";
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #29264c;
    display: block;
    transition: opacity 0.3s ease;
    padding: 12px 30px;
    transition: background 0.35s, transform 0.35s, color 0.35s;
    cursor: pointer;
    font-size: 28px;
    font-weight: 400;
}

.btn-area-do-doador:hover,
.btn-saiba-mais:hover {
    transform: scale(1.03);
}

.quem-somos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -200px;
    height: 100%;
    background-image: url("../img/doe/corrente.png");
    background-size: 500px;
    background-repeat: repeat-y;
    background-position: right;
    opacity: 0.3;
}

/* Nova seção Conectamos */
.conectamos {
    padding: 100px 0;
    background-color: #fff;
}

.titulo-conectamos {
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 65px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    margin-bottom: 30px;
}

.texto-conectamos {
    font-family: "DM Sans";
    font-weight: 300;
    font-size: 24px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.texto-conectamos strong {
    font-weight: 600;
}

.cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.card {
    width: 276px;
    height: 370px;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-color: #ecce53;
}

.card p {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 15px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

.btn-doar {
    height: 33px;
    background-color: #31306c;
    border: none;
    border-radius: 40px;
    font-family: "DM Sans";
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    display: block;
    transition: opacity 0.3s ease;
    padding: 0 20px;
    transition: background 0.35s, transform 0.35s, color 0.35s;
    cursor: pointer;
}

.btn-doar:hover {
    transform: scale(1.03);
}

.card-imagem {
    width: 140px;
    height: auto;
    object-fit: cover;
    margin: 20px 0;
}

.card-titulo {
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 30px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

/* Seção GoGauss */
.go-gauss {
    width: 100%;
    background-image: url("../img/doe/go_gauss.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 660px;
    margin: 0;
    padding: 0;
}

.go-gauss-conteudo {
    text-align: center;
}

.go-gauss-titulo {
    font-family: "DM Sans";
    font-weight: 300;
    font-size: 160px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}

/* Seção Apoie */
.apoie {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.apoie::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    background-image: url("../img/doe/corrente.svg");
    background-size: 300px;
    background-repeat: repeat-x;
    background-position: bottom;
    /* filter: hue-rotate(40deg) saturate(200%) brightness(70%) contrast(120%); */
}

.apoie-titulo {
    font-weight: 700;
    font-size: 65px;
    line-height: 90%;
    text-align: center;
    margin: 60px 0 10px 0;
    color: #5756a5;
    position: relative;
    z-index: 1;
}

.apoie .container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1156px;
    margin: 0 auto;
    padding: 20px;
    z-index: 1;
}

.apoie .content {
    max-width: 712px;
    color: #31306c;
}

.apoie .content h1 {
    font-weight: 700;
    font-size: 65px;
    line-height: 90%;
    text-align: center;
    margin-bottom: 20px;
}

.apoie .content p {
    font-weight: 300;
    font-size: 25px;
    line-height: 90%;
    margin-bottom: 30px;
    color: #000;
}

.apoie .buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.apoie .button {
    background-color: #31306c;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s;
    font-family: "DM Sans";
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    transition: background 0.35s, transform 0.35s, color 0.35s;
}

.apoie .button:first-child {
    font-weight: 500;
}

.apoie .button:last-child {
    font-weight: 500;
}

.apoie .button:hover {
    background-color: #d4b24b;
    transform: scale(1.03);
    color: #ffffff;
}

.apoie .image {
    width: 513px;
    height: 311px;
    border-radius: 27px;
    object-fit: cover;
}

/* Nova seção de programas */
.programas-info {
    background-color: #ecce53;
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.programas-info p {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    width: 605px;
}

.programas-info p strong {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #31306c;
}

.programas-info .container {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.programas-info::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
    width: 361px;
    height: 368px;
    background-image: url("../img/doe/corrente_02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: 1;
    /* filter: hue-rotate(220deg) saturate(300%) brightness(60%) contrast(120%); */
}

.programas-info::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
    width: 361px;
    height: 368px;
    background-image: url("../img/doe/corrente_02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 1;
    /* filter: hue-rotate(220deg) saturate(300%) brightness(60%) contrast(120%); */
}

.programas-info .container .content {
    max-width: 950px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.programas-info .button {
    background-color: #31306c;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s;
    font-family: "DM Sans";
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    transition: background 0.35s, transform 0.35s, color 0.35s;
}

.programas-info .button:hover {
    transform: scale(1.05);
}

.secao-doe {
    width: 100%;
    /* height: 85vh; */
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(to right, transparent 70%, #29264c 30%);
    overflow: hidden;
}

.secao-doe .conteudo-direita {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;
    padding-right: 6%;
    z-index: 2;
}

.secao-doe .conteudo-direita h1 {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 50px;
    text-align: left;
    line-height: 90%;
    letter-spacing: 0%;
    color: #ecce53;
    margin-bottom: 40px;
}

.secao-doe .conteudo-direita p {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 23px;
    text-align: left;
    line-height: 130%;
    letter-spacing: 0%;
    color: #ecce53;
    margin-bottom: 40px;
}

.btn-quero-doar,
.btn-chave-pix {
    height: 63px;
    background-color: #ecce53;
    border: none;
    border-radius: 40px;
    font-family: "DM Sans";
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #29264c;
    cursor: pointer;
    display: block;
    padding: 0 30px;
    font-weight: 400;
    font-size: 25px;
    transition: transform 0.35s;
}

.btn-chave-pix:hover, .btn-quero-doar:hover {
    transform: scale(1.03);
}


/* Media Queries para Responsividade Mobile */
@media (max-width: 768px) {
    /* Ajustes gerais para imagens */
    .imagem-principal {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }

    .imagem-principal img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* Seção Quem Somos */
    .quem-somos {
        height: auto;
        min-height: 100vh;
        background: transparent;
        flex-direction: column;
        position: relative;
    }

    .quem-somos::before {
        display: none;
    }

    .overlay-lateral {
        display: none;
    }

    .conteudo-direita {
        position: relative;
        width: 100%;
        padding: 40px 20px;
        transform: none;
        top: 0;
        text-align: center;
        background: transparent;
        z-index: 2;
        margin-top: 50vh;
    }

    .titulo-principal {
        font-size: 40px;
        text-align: center;
        margin: 0 auto 40px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .btn-area-do-doador,
    .btn-saiba-mais {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        height: 60px;
        font-size: 20px;
    }

    /* Seção Programas Info */
    .programas-info {
        padding: 40px 20px;
        background: transparent;
        position: relative;
        z-index: 2;
    }

    .programas-info::before,
    .programas-info::after {
        display: none;
    }

    .programas-info p {
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 0 20px;
    }

    .programas-info p strong {
        font-size: 16px;
    }

    .programas-info .container .content {
        flex-direction: column;
    }

    .programas-info .button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    /* Seção Conectamos */
    .conectamos {
        padding: 40px 20px;
        position: relative;
        z-index: 2;
    }

    .titulo-conectamos {
        font-size: 40px;
        padding: 0 20px;
    }

    .texto-conectamos {
        font-size: 18px;
        padding: 0 20px;
    }

    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100%;
        max-width: 300px;
        height: auto;
        min-height: 300px;
    }

    .card-imagem {
        width: 100px;
        height: auto;
        object-fit: contain;
    }

    .card-titulo {
        font-size: 24px;
    }

    .btn-doar {
        width: 100%;
        max-width: 200px;
    }

    /* Seção Doe */
    .secao-doe {
        height: auto;
        min-height: 100vh;
        background: transparent;
        flex-direction: column;
        position: relative;
    }

    .secao-doe .imagem-principal {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .secao-doe .imagem-principal::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .secao-doe .conteudo-direita {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin: 0;
    }

    .secao-doe .conteudo-direita h1 {
        font-size: 32px;
        text-align: center;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        margin-bottom: 20px;
        line-height: 1.2;
        max-width: 90%;
    }

    .secao-doe .conteudo-direita p {
        font-size: 16px;
        text-align: center;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        margin-bottom: 30px;
        line-height: 1.4;
        max-width: 90%;
    }

    .secao-doe .conteudo-direita div {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .btn-quero-doar,
    .btn-chave-pix {
        width: 100%;
        height: 45px;
        font-size: 16px;
        margin: 0;
    }

    /* Seção Apoie */
    .apoie {
        padding: 40px 20px;
        position: relative;
        z-index: 2;
    }

    .apoie::before {
        display: none;
    }

    .apoie-titulo {
        font-size: 40px;
        margin: 20px 0;
        color: #000;
    }

    .apoie .container {
        padding: 0;
    }

    .apoie .content {
        padding: 0 20px;
    }

    .apoie .content p {
        font-size: 18px;
        text-align: center;
    }

    .apoie .buttons {
        flex-direction: column;
        align-items: center;
    }

    .apoie .button {
        width: 100%;
        max-width: 300px;
        margin: 10px 0;
    }

    /* Ajustes para seções */
    .go-gauss,
    .apoie,
    .programas-info,
    .conectamos,
    .secao-doe {
        width: 100%;
        overflow: hidden;
    }

    /* Ajustes para cards */
    .cards-container {
        width: 100%;
        padding: 0 20px;
        overflow: hidden;
    }

    .card {
        width: 100%;
        max-width: 300px;
    }

    /* Ajustes para botões */
    .btn-area-do-doador,
    .btn-saiba-mais,
    .btn-quero-doar,
    .btn-chave-pix {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    /* Ajustes para textos */
    .titulo-principal,
    .titulo-conectamos,
    .texto-conectamos,
    .programas-info p {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
}

/* Ajustes para tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .titulo-principal {
        font-size: 60px;
    }

    .cards-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .card {
        width: calc(50% - 30px);
        max-width: 300px;
    }
}
