@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap');

/* Variáveis CSS para cores e tamanhos */
:root {
    --white: #fff;
    --vermelho: #e30613;
    --dark: #191A23;
    --black: #000;
    --gap-large: 40px;
    --gap-small: 20px;
    --font-size: 20px;
    --border-radius: 10px;
    --transition-speed: 0.3s;
}


* {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

/* Estilos para a animação de transição */
.fade-out {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.fade-out-active {
    opacity: 0;
}

/* Configurações da Main */
.lading-page {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carreiras-container {
    display: inline-flex;
    height: 80rem;
    /*padding: 0rem 6.25rem;*/
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    flex-shrink: 0;
}

.carreiras-container {
    display: flex;
    height: 20%;
    /*padding: 4rem 3rem;*/
    align-items: flex-start;
    gap: 4rem;
    flex-shrink: 0;
}

.card {
    display: flex;
    flex-direction: column;
    height: 20%;
    padding: 4rem 3rem;
    align-items: flex-start;
    gap: 4rem;
    flex-shrink: 0;
    margin: 0 3rem;
}

.carreiras-container hr {
    width: 0.0625rem;
    height: 11rem;
    /*background: #FFF;*/
}

.card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    /* background-color: #E30613;*/
}

.card-container p, h3, h2, h1 {
    color: #000000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-container a {
    color: var(--Vermelho, #E30613);
    font-family: "Space Grotesk";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
    /* 140% */
}

#cardblack {
    /*stlyes*/
    border-radius: 2.8125rem;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card-introduction {
    display: flex;
    align-items: center;
    /* width: 100%; */
    flex-direction: column;
    font-family: "Montserrat";
    text-align: center;
}

.card-content {
    display: flex;
    /* background-color: rgb(255, 255, 255); */
    gap: 1rem;
    flex-direction: row;
    align-items: flex-start;
}

.eletro-h2 h2 {
    color: var(--grey);
}

.learn-title {
    display: flex;
}

.text-carrer {
    width: 80%;
    text-align: justify;

}

.main-hr{
    width: 0.0425rem;
    height: 11rem;
    background: #FFF;
}

#cardwhite{
    /*stlyes*/
    border-radius: 2.8125rem;
    background: var(--white);
    border: #E30613 0.125rem solid;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#cardred{
    border-radius: 2.8125rem;
    background: var(--vermelho);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#cardblack p{
    color: var(--white);
}

#cardblack  h3{
    color: var(--white);
}

#cardblack  h1{
    color: var(--vermelho);
}

#cardwhite p, h3, h2{
    color: var(--black);
}

#cardwhite h2{
    color: var(--vermelho);
}

#cardred p{
    color: var(--white);
}

#cardred p, h2{
    color: var(--white);
}

#cardred h3{
    color: var(--white);
}

#cardblack a {
    color: var(--vermelho);
}

#cardwhite a {
    color: var(--vermelho);
}

#cardred a {
    color: var(--white);
}

.footer {
margin-top: 3rem;
}


.divisor-card-black {
    width: 0.0425rem;
    height: 11rem;
    background-color: #000000;
}

.divisor-card-white {
    width: 0.0425rem;
    height: 11rem;
    background-color: #ffffff;
}

.eletro-h2 {
    color: var(--grey);
}

.h1-eletro {
    color: var(--white);
}

.learn-container :hover {
    transform: scale(1.3);
    transition: 0.5s;
}

.learn-title {
    transition: 1s;
}

@media (max-width: 900px) {
    .carreiras-container {
        flex-direction: column;
        height: auto;
        gap: 1.5rem;
        width: 80%;
        align-items: center;
        font-size: 15px;
    }

    .carreiras-container hr {
        width: 24rem;
        height: 0.05rem;
    }

    .card {
        padding: 2rem 1.5rem;
        gap: 2rem;
        width: 100%;
    }

    .card-container {
        gap: 1rem;

    }

    .text-carrer {
        text-align: justify;
        width: 100%;
    }

    .card-introduction {
        gap: 1rem;
        font-size: 1rem;
    }
    .card-content {
        flex-direction: column;
        gap: 1.5rem;
        justify-content: center;
        align-items: center;
    }

    .main-hr {
        height: 5rem;
    }

    .footer {
        margin-top: 1.5rem;
    }

    .divisor-card-black {
        height: 0%;
        width: 0%;
    }

    .divisor-card-white{
        height: 0%;
        width: 0%;
    }
    
    .learn-container {
        opacity: 0%;	
    }

}

/* carreiras cards 
.section-carrers {
    display: flex;
    justify-content: center;
    margin: 1.5vh;
}

article {
    border-radius: 3vh;
    padding: 4vh;
}

.card-black, .card-red, .card-white {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin: 1vh;
    /* Tirar a Borda depois 
    border: 2px solid var(--black);
    font-family: "Montserrat";
    width: 65%;
    height: 20%;
}

.card-red {
    background-color: #e30613;
    color: #F3F3F3;
    font-family: "Montserrat";
}

.card-white {
    background-color: #F3F3F3;
    color: black;
    font-family: "Montserrat";
}

.card-black {
    background-color: #191A23;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vh;
}

.p-carrer-white, .p-carrer-black, .p-carrer-red{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2vh;
}

.p-carrer-red {
    color: var(--white);
    font-size: 1rem;
}

.view-more-red {
    color: var(--white);
}

.p-carrer-white {
    color: var(--vermelho);
    font-size: 1rem;
}

.p-carrer-red-subtitle {
    color: var(--white);
    font-size: 3vh;
}

.p-carrer-black {
    color: #ffffff;
    font-size: 1rem;
}

.p-carrer-red-title {
    color: var(--white);
    font-size: 4vh;
}

.p-carrer-white-title {
    color: var(--vermelho);
    font-size: 4vh;
}

.p-carrer-black-title {
    color: var(--white);
    font-size: 4vh;
}

.p-carrer-black-subtitle {
    color: var(--white);
    font-size: 3vh;
}

.p-carrer-white-subtitle {
    color: var(--vermelho);
    font-size: 3vh;
}

.view-more {
    color: var(--vermelho);
}

.view-more-red {
    color: var(--white);
}

.view-more-global {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat";
    font-size: 1rem;
    padding: 2vh;
    gap: 2rem;
}