@media (min-width: 992px){
    .page-sidebar {
        float: right;
        margin-right: 0;
    }
    .page-content-wrapper .page-content {
        margin-left: 0;
    }
    .page-content-wrapper {
        width: 70%;
        margin-top: 70px;
    }
    .page-sidebar.navbar-collapse {
        width: 29%;
        background-color: #f5f7f9;
        position: fixed;
        right: 0;
    }
    .page-container {
        background-color: white;
        padding-right: 0;
        padding-top: 0;
    }
}
@media (max-width: 500px) {
    .portlet.light {
        padding: 12px 0px 12px 0px !important;
    }
    .page-content-wrapper .page-content{
        padding: 0px 0px 10px 0px !important;
    }
    .recruitment_title {
        font-size: 20px;
    }
    .recruitment_narration {
        font-size: 12px !important;
    }
    .row h3 {
        font-size: 15px !important;
    }
    .recruitment_details p {
        font-size: 12px;
    }
    label{
        font-size: 12px !important;
    }
    input{
        width:80% !important;
    }
    .page-footer {
        font-size: 8px;
    }
    .entrar_email{
        font-size: 12px !important;;
    }
    .logo-default {
        width: 180px !important;
        margin-top: 8px !important;
    }
    .page-header.navbar .page-logo {
        float: right;
        width: 70%;
    }
    .page-header.navbar .page-top {
        height: 0px;
      }
    .page-header.navbar.navbar-fixed-top {
        height: 86px !important;
    }

}
.portlet.light.bordered {
    border: none !important;
}
.portlet {
    box-shadow: none;
}
.recruitment_title {
    text-align: left;
    padding-bottom: 10px;
}
.recruitment_narration {
    font-size: 18px;
}
            
.list {
    line-height: 3rem;
}
.list ol {
    list-style: none;
    counter-reset: li;
}
.list li {
    counter-increment: li;
    margin-bottom: 15px;
}
.list li::before {
    content: counter(li);
    color: white;
    display: inline-block;
    width: 2.5em;
    margin-left: -3.0em;
    margin-right: 0.5em;
    text-align: center;
    direction: rtl;
    background: #ff0000;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}
.list li::marker { 
 	color: transparent;
}
  
#share a{text-align:center;display:inline-block;width:70px;margin:10px 0;padding:4px 0;color:#fff;font-size:18px;font-weight:bold}#share a:hover{background:#222}.fb{background:#359}.tw{background:#5ae}.go{background:#d33}.li{background:#07a}#more{display:inline-block;margin:5px 0;padding:6px 12px;background:#5a1;color:#fff;font-weight:bold}


