html, body, * {
    font-family: 'Poppins';
    color: #656364;
    line-height: 1em;
    transition: .3s ease;
}

p {
    text-align: justify;
}

a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-weight: 800;
}
h2 {
    font-weight: 700;
}
h3 {
    font-weight: 600;
}
h4 {
    font-weight: 500;
}
h5 {
    font-weight: 400;
}
h6 {
    font-weight: 300;
}

.row.cards {
    gap: 0 30px;
}

.cards .card figure {
    display: flex;
    justify-content: center;
}

.cards .card {
    border-radius: 20px;
    max-width: 265px;
    padding: 50px 20px 90px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E7E7E7;
    border-radius: 20px 20px 20px 20px;
}

.cards .card img {
    height: 130px;
    max-height: 130px;
    object-fit: contain;
    object-position: bottom;
}

.cards .card .card-title {
    margin-bottom: 12px;
    color: #656364;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
}
.cards .card .card-text {
    color: #656364;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}

.cards .card:hover * {
    color: #e25058;
}

.btn {
    position: relative;
    border-radius: 0;
    background-color: white !important;
    font-size: 16px;
    font-weight: 700;
    color: #131313 !important;
    padding: 20px 50px 20px 40px;
    line-height: 1em;
    border-color: #131313 !important;
    min-width: 165px;
}
.btn.btn-primary:hover {
    background-color: #A01127 !important;
    color: #fff !important;
    border-color: #A01127 !important;
}

.btn.btn-secondary {
    color: #fff !important;
    background-color: #A01127 !important;
}

.btn.btn-secondary:hover {
    background-color: white !important;
    color: #131313 !important;
}

.btn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 43px;
    height: 32px;
    background-image: url('images\novosite\Agrupar-5.png');
    background-position: center;
}

.btn .btn-primary {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 43px;
    height: 32px;
    background-image: url('images\novosite\Agrupar-5.png');
    background-position: center;
}

.link {
    color: #c36;
}
.link:hover {
    color: #336;
}

.btn-form {
    margin: 0 auto;
    border: 0;
    border-radius: 6px 6px 6px 6px;
    padding: 14px 40px 14px 40px;
    background-color: #A01127;
    color: white;
    font-weight: 600;

}

.btn-form:hover {
    background-color: #E99D30;
}

#form1 {
/*    display: flex;*/
    gap: 20px 20px;
    flex-wrap: wrap;
}

    #form1 h3 {
        margin: 15px 0px 10px;
    }

    #form1 #form1-group {
        width: 100%;
    }
    #form1 .form-group input[type='text'], #form1 .form-group input[type='password'], #form1 .form-group select, #form1 .form-group textarea,
    #form1 input[type='checkbox'], #form1 .select2 span {
        background-color: #F4F4F5;
        border-color: #FFFFFF;
        color: #656364;
        border-width: 0px 0px 0px 0px;
        border-radius: 5px 5px 5px 5px;
        /*padding: 14px;*/
        box-shadow: none !important;
        margin: 5px 0px 15px;
    }
#form1 #form1-group input::placeholder, #form1 #form1-group select::placeholder, #form1 #form1-group textarea::placeholder {
    opacity: .5;
}

#form1 #form1-group.half {
    width: calc(50% - 10px);
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.galeria .item-galeria {
    position: relative;
    overflow: hidden;
    max-height: 350px;
    min-height: 350px;
    padding: 30px;
    margin: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 60px 25px;
    width: calc(100% - 20px);
}

@media (min-width: 768px) {
    .galeria .item-galeria {
        width: calc(50% - 20px);
    }
}

@media (min-width: 1024px) {
    .galeria .item-galeria {
        width: calc(33.333% - 20px);
    }
}

.galeria .item-galeria * {
    opacity: 0;
}

.galeria .item-galeria:hover * {
    opacity: 1;
}

.galeria .item-galeria a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
}

.galeria .item-galeria h4, .galeria .item-galeria h6 {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.galeria .item-galeria h4 {
    font-size: 24px;
    font-weight: 600;
}

.galeria .item-galeria hr {
    width: 25%;
    height: 5px;
    background-color: #A01127;
}

.galeria .item-galeria .background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('/images/novosite/imagem_2023-07-26_141750673-removebg-preview.png');
    background-size: cover;
    background-repeat: repeat;
}

.row.vagas {
    gap: 30px;
}

.card.vaga {
    box-shadow: 10px 10px 22px 6px rgba(0, 0, 0, 0.14);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    border: 0;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 25px 0px 30px 0px;
    border-radius: 20px;
    max-width: 265px;
    background-color: #ECECEC;
}

.card.vaga .card-body {
    padding: 0 25px;
}

.card.vaga .card-type {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}

.card.vaga .card-title {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    color: #131313;
    margin-bottom: 20px;
}

.card.vaga .card-city {
    color: #131313;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0px;
}

.card.vaga .card-nvagas {
    color: #131313;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    min-height: 40px;
}

.card.vaga .card-footer {
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 0 5px;
}

.card.vaga .card-footer .uf {
    width: 23.6%;
    padding: 10px 10px 10px 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px 5px 0px 0px;
}

.card.vaga .card-footer .remuneracao {
    padding: 10px 20px 10px 20px;
    width: 74.5%;
    border-radius: 5px 0px 0px 0px;
    text-align: right;
    color: #fff;
    font-size: 20px;
}
.card.vaga .card-footer .remuneracao span {
    color: #fff;
    font-size: 15px;
}

.row.testemunho img {
    border-radius: 100%;
    text-align: center;
    width: 166px;
    height: 166px;
}
.row.testemunho p, .row.testemunho p * {
    text-align: left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.row.testemunho hr {
    color: #FFFFFF52;
    opacity: 1;
    border-width: 1px;
}
.row.testemunho h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.row.testemunho .fa-star path {
    color: #FFE400;
    fill: #FFE400;
}

.row.superior {
    gap: 27px;
}

.row.superior .card.superior {
    width: calc(33.333% - 20px);
    border: 0;
    padding: 26px 24px 30px 24px;
    border-radius: 6px 6px 60px 6px;
    background-position: center right;
    background-repeat: no-repeat;
}

.row.superior .card.superior .card-body {
    padding: 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.row.superior .card.superior .card-body * {
    margin: 0;
}

.row.superior .card.superior .card-title {
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.row.superior .card.superior .card-text {
    color: white;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    line-height: 19px;
}

.row.superior .card.superior .card-link {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

    .row.superior .card.superior .card-link span {
        width: 32px;
        height: 25px;
        background-color: #111d2b;
        color: transparent;
        border-radius: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('/images/novosite/right_arrow.png');
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 14px;
    }

.date {
    width: 200px
}

.mesano {
    width: 150px
}

.input-group .DDD {
    float: left;
    width: 50px !important;
    margin-right: 10px;
}

.input-group .Telefone {
    float: left;
    width: 200px
}

.input-group .Data {
    width: 200px
}

.input-group .radio_button {
    padding: 10px
}

.input-group .mes_ano {
    float: left;
    width: 200px;
}

.Nome {
    width: 380px !important;
}

.CPF {
    width: 180px !important;
}

.RG {
    width: 120px
}

.OrgExp {
    width: 120px
}

.mes {
    width: 80px !important
}

.ano {
    width: 120px !important
}

.turno {
    width: 120px
}

div.centered {
    display: block; /*set the div in the center of the screen*/
    z-index: 10;
    position: relative;
    left: 45%;
    background: transparent;
    width: 50px;
    height: 0px;
    text-align: center;
}

.label {
    padding: 5px 0px;
}

