@import url('./vars.css');

/* CONFIG. INTRODUÇÃO DO SITE */
.container-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: var(--bg-color);
    width: 100%;
    padding: 20vh 0;
    border-radius: 59px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    @media screen and (width <= 1000px) {
        flex-direction: column;
    }
}

.text-content {
    max-width: 600px;
    margin: 20px;
}

.text-content h1 {
    font-size: 3.3em;
    margin-bottom: 10px;
    color: var(--verde-comq);

    @media screen and (width <= 500px) {
        font-size: 1.65em;
    }
}

.text-content p {
    font-size: 1.2em;
    max-width: 449px;
    margin-bottom: 20px;

    @media screen and (width <= 500px) {
        font-size: 0.6em;
    }
}

.text-content button {
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    background-color: var(--verde-comq);
    color: white;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.text-content button a {
    color: white;
    text-decoration: none;
}

.text-content button:hover {
    background-color: var(--hoverVerde-comq);
}

.image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    margin: 20px 20px 20px -80px;

    @media screen and (width <= 1000px) {
        margin: 50px 0 0 0;
    }

    @media screen and (width <= 500px) {
        max-width: 300px;
    }
}

.image-container .img-1 {
    width: 5em;
    margin: 0 auto;
    margin-bottom: -5vw;

    @media screen and (width <= 500px) {
        width: 2.5em;
    }
}

.image-container .img-1 img {
    width: 100%;
    float: inline-end;
}

.image-container .img-2 img {
    width: 100%;
}

@media (max-width: 768px) {
    .text-content{
        text-align: center;
    }
}
/*FIM CONFIG. INTRODUÇÃO DO SITE */

/* FAIXA HR ABAIXO DA PRIMEIRA SECTION */
hr {
    margin-top: 20vh;
    height: 5px;
    width: 100%;
    background-color: var(--verde-comq);
}

/* CONFIG. SOBRE NÓS (QUEM SOMOS) */
.sobre {
    /* text-align: center; */
    padding: 20px;
    background-color: var(--bg-color);
}

.sobre h2 {
    font-size: 3em;
    margin-bottom: 10px;
}

.sobre p {
    font-size: 1.2em;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sobre-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sobre button {
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    background-color: var(--amarelo-comq);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 43px;
    transition: background-color 0.3s;
}

.sobre button a {
    color: white;
    text-decoration: none;
}

.sobre button:hover {
    background-color: var(--hoverAmarelo-comq);
}

.container-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.card {
    background-color: var(--laranja-comq);
    border: 1px solid #ddd;
    border-radius: 59px;
    padding: 20px;
    max-width: 300px;

    /* text-align: center; */
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.meio {
    border: 1px solid var(--laranja-comq);
    background-color: var(--bg-color);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 1px #255157; /* Contorno verde */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Sombra */
}

.card h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: 600;
}

.card img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .card {
        max-width: 100%;
        text-align: center;
    }
}
/* FIM CONFIG. SOBRE NÓS (QUEM SOMOS) */

/* CONFIG. "FAÇA PARTE DA COMUNIDADE" */
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--verde-comq);
    border-radius: 10px;
    padding: 3em;
    margin-top: 4em;
    height: 110vh;
    color: var(--bg-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    & button {
        border-radius: 10px;
        padding: 0.5em;
        border: 2px var(--bg-color) solid;
        top: 0;
        left: 0;
    }

    & a {
        text-decoration: none;
    }
}

.titulo-container {
    font-size: 3.4vw;
    font-weight: 900;
    margin-bottom: 5vh;
    padding: 5px;
    
}

.titulo-container span {
    background-color: var(--rosa-comq);
    padding: 5px;
    font-weight: 900;
}



.entre-na-comunidade-btn, 
.close-qrcode{
    cursor: pointer;
}

.buttons {
    display: flex;
    flex-direction: column;
    gap: 5vh;
}

.jovens, .empreendedoras, .empreendimentos {
    display: flex;
    justify-content: space-between;
}

.qr{
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1em;
    margin: 0.5em;
    border: 5px solid #fff;
    background: var(--laranja-comq);
}

.cta-btn{
    width: 300px;
    cursor: pointer;
    height: 60px;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    border: 2px solid #fff;
    background: var(--laranja-comq);
}

.cta-btn:hover{
    transition: 0.5s;
    background: var(--hoverVerde-comq);
}

.pink{
    background: var(--rosa-comq);
}

.logotipo-comq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 5vw;
}

.logotipo-comq img {
    width: 20vw;
    height: auto;
    max-width: 300px;
    max-height: 300px;
    margin-bottom: 1vh;
}

.logotipo-comq span {
    font-size: 3vw;
    font-weight: bold;
    display: block;
} 

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        height: auto;
        padding: 2em;
        text-align: center;
    }

    .buttons {
        align-items: center;
    }

    .logotipo-comq {
        margin-left: 0;
        margin-top: 2em;
    }

    .titulo-container {
        font-size: 5vw;
        margin-bottom: 3vh;
    }

    .logotipo-comq img {
        width: 25vw;
    }

    .logotipo-comq span {
        font-size: 5vw;
    }

    .qrbutton{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .qr img{
        display: none;
    }
}

@media (max-width: 480px) {

    .titulo-container {
        font-size: 7vw;
    }

    .logotipo-comq img {
        width: 30vw;
    }

    .logotipo-comq span {
        font-size: 6vw;
    }
    .qrbutton{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .qr img{
        display: none;
    }
}



/* CONFIG. NOSSA MISSÃO */
.missao-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: #f8f8f8;
}

.text-content2 {
    max-width: 600px;
    margin: 20px;
}

.text-content2 h2 {
    font-size: 3em;
    margin-bottom: 10px;
}

.text-content2 p {
    font-size: 1.2em;
    max-width: 451px;
    margin-bottom: 20px;
}

.text-content2 button {
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    background-color: var(--rosa-comq);
    color: white;
    
    border: none;
    border-radius: 43px;
    transition: background-color 0.3s;
}

.text-content2 button a {
    color: white;
    text-decoration: none;
}

.text-content2 button:hover {
    background-color: var(--hoverRosa-comq);
}

.image-container2 {
    max-width: 350px;
    margin: 20px;
    position: relative;
}

.image-container2 img {
    max-width: 100%;
    height: auto;
}

.image-container2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: radial-gradient(ellipse at center, transparent 50%, #FFC55C 60%);
    z-index: -1;
}

@media (max-width: 768px) {
    .text-content2{
        text-align: center;
    }

    .image-container2{
        margin: 0 auto;
    }
}

/* FIM CONFIG. NOSSA MISSÃO */

/* CONFIG. PARCEIROS */
.parceiros {
    padding: 80px;
     background-color: var(--verde-comq); 
}

.container-parceiros {
    max-width: 600px;
    margin: 20px;
    margin: 0 auto;
}

.container-parceiros h3 {
    font-size: 2.5em;
    text-align: center;
    font-weight: 900;
    color: white;
    margin-bottom: 10px;
}

.container-parceiros span {
    background-color: var(--rosa-comq);
}

.container-parceiros p {
    font-size: 1em;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.input-button-container {
    display: flex;

    gap: 10px;
    margin: 0 auto;
    padding: 8px;
    width: 40%;
    border-radius: 10px;
    background-color: var(--bg-color);
}

.input-button-container a{
    text-decoration: none;
    color: var(--bg-color);
}

.input-button-container button {
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    background-color: #000000;
    color: white;
    border: none;
    margin: 0 auto;

    border-radius: 5px;
    transition: background-color 0.3s;
}

.input-button-container button:hover {
    background-color: #555555;
}

.parceiros-logos {
    display: flex;
    justify-content: space-evenly;
    gap: 1px;
    padding: 25px; 
    padding-bottom: 20px;
    text-align: center;
    background-color: var(--amarelo-comq);
    margin-top: 95px;
  }
  
  .parceiros-logos img {
    max-width: 20%; 
    height: auto;
  }

  @media (max-width: 768px) {
    .input-button-container{
        width: 94%;
    }

    button{
    padding: 3px 13px;

    }
  }

  .back-to-top{
    width: fit-content;
    text-decoration: none;
    background: var(--rosa-comq);
    color: #fff;
    padding: 0.5em;
    border-radius: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 2em;
  }
