/* Hero Convocacao */
.hero-convocacao .hero-convocacao-wrapper{
    grid-template-columns: 4fr 2fr;
}
@media(max-width: 63.9375em){
    .hero-convocacao .hero-convocacao-wrapper{
        margin-top: -115px;
    }
}
/* .hero-convocacao .hero-convocacao-infos .hero-convocacao-infos--title span{
    position: relative;
    display: inline-block;
    z-index: 2;
} */
.hero-convocacao .hero-convocacao-infos .hero-convocacao-infos--title span::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(171.43deg 80.41% 25.31%);
    z-index: -1;
}
.hero-convocacao .hero-convocacao-picture .hero-convocacao-picture--img{
    min-width: 385px;
    min-height: 385px;
    overflow: hidden;
    background-color: #fff;
    padding: 0.938rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}
@media(max-width: 63.9375em){
    .hero-convocacao .hero-convocacao-picture-mobile{
        pointer-events: none;
        z-index: -1;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;        
    }
    .hero-convocacao .hero-convocacao-picture-mobile .hero-convocacao-picture--img{
        height: 325px;
        overflow: hidden;
        position: relative;
        z-index: -1;
    }
    .hero-convocacao .hero-convocacao-picture-mobile .hero-convocacao-picture--img img{
        width: 100%;
    }
}
.hero-convocacao .hero-convocacao-picture .hero-convocacao-picture--img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #ddd;     
}

/* Cadastro */
.form-step .captcha-wrapper .form-group input{
    width: 18.75rem; /*300px*/
    max-width: 100%;
    height: 2.813rem; /*45px*/
    border-radius: 0.625rem; /*10px*/
    border: 1px solid #000;
    padding: 0.938rem; /*15px*/
}
.form-step-footer .form-step-lgpd{
    padding: 0.938rem; /*15px*/
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.form-step-small .form-step-body{
    width: 34.063rem; /*455px*/
    max-width: 100%;
    margin: 0 auto;
}

.form-step-small .form-step-body .form-group input,.form-step-body .form-group select{
    width: 18.75rem; /*300px*/
    max-width: 100%;
    height: 50px;
    border-radius: 0.625rem; /*10px*/
    border: 1px solid #d1d5db;
    padding: 0.938rem; /*15px*/
}
@media(max-width: 63.9375em){
    .form-step-small .form-step-body .form-group input:not(.small), .form-step-body .form-group select{
        width: 100%;
    }
}
.form-step-small .form-step-body .form-group input.full{
    width: 100%;
}
.form-step-small .form-step-body .form-group input.small{
    width: 6.25rem;
    max-width: 100%;
}
.form-step-body-text.termo p{
    font-size: 1rem; /*16px*/
    line-height: 1.438; /*14px*/  
    margin-bottom: 0; 
}
/* .form-step-body-text.termo p:has(br){
    display: none;
    margin: 0;
} */

/* Inscrições */
.page-header-candidate{
    padding: 0.938rem 1.875rem; /*15px*/ /*30px*/
    background-color: #F4F4F4;
    border-radius: 4.188rem; /*65px*/
}
.buttons-acoes{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

/* Comprovante */
.comprovante-page{
    color:#000000;
}
.comprovante-page .container{
    width: 1200px;
    max-width: calc(100vw - 40px);
    margin: 0 auto;       
}
.comprovante-page .container.small{
    width: 750px;    
}
.comprovante-wrapper{
    border: 1px solid #ddd;
    padding:30px 15px;
}
.comprovante-tabela table{
    border-collapse: collapse;
}
@media(max-width: 63.9375em){
    .comprovante-tabela{
        overflow-x: auto;
    }
    .comprovante-tabela table th{
        min-width: 200px;
    }
    .comprovante-tabela table th ,.comprovante-tabela table td{
        padding: 15px;
    }
}
.comprovante-tabela table th ,.comprovante-tabela table td{
    border: 1px solid #aeaeae;
    height: 40px;
}
