*{
    text-decoration: none !important;
    outline: 0 !important;
}
:root{
    --bs-border-radius-lg: 40px;
}
.row {
    margin: 0 !important;
    padding: 0;
}

@font-face {
    font-family: Principal;
    src: url("../fonts/Principal.ttf");
}

@font-face {
    font-family: PrincipalBold;
    src: url("../fonts/PrincipalBold.ttf");
}
body {
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;

}
.container-in {
    max-width: 1280px;
    margin: 0 auto;
}
section.adminContentInfo {
    position: relative;
    width: 100%;
    padding: 60px 0px;
}
.adminContentInfo h1 {
    font-size: 26px;
    font-family: PrincipalBold;
    margin: 0 0 40px 0;
}
.adminContentInfo table {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 10px !important;
}
.adminContentInfo table tbody tr:nth-child(odd) {
    background: #fff;
}
.adminContentInfo table tbody tr:nth-child(even) {
    background: #ededed;
}
section.header {
    background: #fff;
}
.headerContent {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background: #fff;
}
.headerContent h1 {
    font-size: 18px;
    font-family: PrincipalBold;
}
section.jobDescription {
    background: #f5f6f9;
    position: relative;
    width: 100%;
    padding: 70px 0;
}
.jobinfoLocation {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 0;
}
.jobinfoLocItem p{
    font-size: 14px;
    font-family: Principal;
    color: #000;
}
.jobInfo h1{
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #424242;
}
.jobInfo {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}
.prevInfo p{
    font-size: 14px;
    font-family: 'Principal';
}
.prevInfo p span{
    font-family: 'PrincipalBold';
}
.jobDescription {
    padding: 40px 0;
    border-top: 1px solid #ccc;
}
.jobDescription  h1{
    font-size: 26px;
    font-family: 'PrincipalBold';
    color: #424242;
}
.jobDescription p, .jobDescription ul li{
    font-size: 14px;
    font-family: 'Principal';
    text-align: justify;
}
.jobDescription button {
    border: none;
    padding: 10px;
    font-size: 14px;
    font-family: 'PrincipalBold';
    background: #8dc749;
    color: #fff;
}
.btnAplica {
    margin: 50px 0 0;
}
.recentsJobs h1 {
    font-size: 18px;
    font-family: 'PrincipalBold';
    color: #424242;
}
.recentsJobs .recentsJobsContent h1 {
    font-size: 14px;
    font-family: 'PrincipalBold';
    color: #424242;
}
.recentsJobsContent {
    padding: 20px 0 0px;
    border-bottom: 1px solid #ebebeb;
}
.recentsJobs {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: sticky;
    top: 0px;
}
section.locationRequired {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #000000f0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modalLocation {
    width: 50%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.modalLocation p {
    text-align: center;
    font-size: 14px;
    font-family: Principal;
}