﻿#vagasDetail p {
    margin: 0;
}

#vagasDetail .vagaDetails__modality {
    border: 1px solid #7A2180;
    color: #7A2180;
    padding: 0.3rem 1.3rem;
    border-radius: 0.3rem;
    letter-spacing: 0.9px;
    font-family: 'NotoSansRegular';
}

#vagasDetail .vagaDetails__city {
    color: black;
    font-family: 'NotoSansMedium';
    font-size: 1.1rem;
}

#vagasDetail .vagaDetails__wellBeing {
    color: #7A2180;
    font-family: 'NotoSansBold';
    font-size: 1.5rem;
}

#vagasDetail .vagaDetails__wellBeing-description {
    font-family: 'NotoSansLight';
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #7A2180;
}

#vagasDetail .vagaDetails__text {
    font-family: 'NotoSansBold';
    color: black;
    font-size: 1.8rem;
}

#vagasDetail .vagaDetails__contentCadastro {
    background-color: black;
    position: fixed;
    right: 0;
    z-index: 2;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    border-radius: 1rem 1rem 0rem 0rem;
}

#vagasDetail .vagaDetails__contentCadastro-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    padding: 1rem;
    gap: 1rem;
}

#vagasDetail .vagaDetails__contentCadastro-cardText {
    font-family: 'NotoSansLight';
    font-size: 1.2rem;
    color: white;
}

#vagasDetail .vagaDetails__btnCadastro {
    background: transparent;
    font-family: 'NotoSansLight';
    font-size: 0.9rem;
    color: white;
    border: 1px solid white;
    border-radius: 2rem;
    padding: 0.3rem 1.2rem;
}

#vagasDetail .vagaDetails__description {
    font-family: 'NotoSansLight';
    font-size: 1.1rem;
    line-height: 2;
    color: black;
}

#vagasDetail .vagaDetails__titleCard {
    color: black;
    font-family: 'NotoSansRegular';
    font-size: 1.4rem;
}

@media (min-width:576px) {
    #vagasDetail .vagaDetails__contentCadastro-cardText {
        font-size: 1.5rem;
    }

    #vagasDetail .vagaDetails__btnCadastro {
        font-size: 1.2rem;
    }
}

@media (min-width:992px) {
    #vagasDetail .vagaDetails__contentCadastro {
        right: 1%;
        left: auto;
        bottom: 2%;
        border-radius: 0.7rem;
        width: 22rem;
        height: 13rem;
    }

    #vagasDetail .vagaDetails__contentCadastro-card {
        flex-direction: column;
        height: 100%;
        padding: 2rem;
        justify-content: left;
        align-items: start;
    }

    #vagasDetail .vagaDetails__contentCadastro-cardText {
        font-size: 1.7rem;
    }
}
