/*======================================================*/
/*FOOTER && HEADER*/
/*======================================================*/
* {
    box-sizing: border-box;
}

.primary-color {
    color: rgb(191, 205, 46);
}

header {
    height: 15vh;
}

#header-nav {
    min-width: 100%;
    top: -5%; /*TEMPORARIO*/
}

#logotipo {
    margin-left: 2%;
}

#navbar-menu-items ul:first-child {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0 50px;
}

#navbar-menu-items ul:first-child li {
    color: rgb(74, 75, 76);
}

@media (max-width: 425px) {
    body,
    html,
    #sectionPrincipal {
        height: auto !important;
    }

    .item-recrutamento-info .item-recrutamento-info-title h5 {
        font-size: 0.9rem;
    }

    .item-recrutamento-info .form-group input,
    #btn-candidatura-cv,
    .item-recrutamento-info .item-recrutamento-info-desc p,
    .item-recrutamento-info-requisitos li {
        font-size: 0.7rem;
    }

    .item-recrutamento-info-footer span,
    .item-recrutamento-info-footer button {
        font-size: 0.7rem !important;
    }
}

#all-recrutamentos {
    display: none !important;
}

@media (max-width: 768px) {
    body,
    html,
    #sectionPrincipal {
        height: auto !important;
    }

    #contend-item-recrutamento {
        display: none !important;
    }

    #all-recrutamentos {
        display: block !important;
    }

    .item-recrutamento-info .item-recrutamento-info-title h5 {
        font-size: 0.9rem;
    }

    .item-recrutamento-info .form-group input,
    #btn-candidatura-cv,
    .item-recrutamento-info .item-recrutamento-info-desc p,
    .item-recrutamento-info-requisitos li {
        font-size: 0.8rem;
    }

    .item-recrutamento-info-footer span,
    .item-recrutamento-info-footer button {
        font-size: 0.8rem !important;
    }

    #logotipo {
        margin-left: 0;
    }

    #header-nav > div {
        position: relative;
        z-index: 1 !important;
    }

    #header-nav > div button {
        margin-left: 85%;
    }

    #navbar-menu-items ul:first-child li a {
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    #header-nav > div {
        bottom: 60px;
    }
}

#navbar-menu-items ul:first-child li a {
    color: rgb(81, 94, 102);
    font-weight: 600;
}

#navbar-menu-items ul:first-child li a:hover {
    color: rgb(191, 205, 46);
}

#navbar-menu-items ul:last-child a {
    /*width: 70%;*/
    margin: auto;
}

#navbar-menu-items ul:last-child a img {
    width: 80%;
}

@media (max-width: 768px) {
    #footer {
        background-size: cover !important;
    }
}

/*FOOTER*/

.social-link,
.social-link a {
    color: rgb(255, 255, 255);
}

#footer {
    color: rgb(255, 255, 255);
}

#footer p {
    font-size: 12px;
}

#footer-info p {
    margin-bottom: 0 !important;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.recrutamento-filtro .btn:hover {
    color: rgb(152, 188, 27);
}

.btn-close img {
    display: none;
}

#footer-first {
    position: absolute;
    background: rgba(152, 188, 27, 0.6);
    width: 100%;
    opacity: 0.6;
    height: 100%;
}

#footer-second {
    width: 100%;
    position: relative;
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    background-color: rgb(41, 42, 46);
    height: 100%;
}

@media (max-width: 425px) {
    #footer-second {
        height: auto;
        -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    }

    #footer-info p,
    #footer p {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    #footer-second {
        height: auto;
        -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
    }
}

@font-face {
    font-family: futura;
    src: url("../font/futura/Futura_XBlk_BT.ttf");
}

/*END FOOTER*/
/*MOBILE*/
@media (max-width: 767px) {
    #navbar-menu-items {
        position: relative;
        background-color: rgba(0, 0, 0, 0.85);
        border-radius: 50px 0px;
        z-index: 999 !important;
    }

    #navbar-menu-items {
        padding-top: 3%;
    }

    #navbar-menu-items ul:first-child {
        background-color: transparent !important;
        border-radius: 0 !important;
    }

    #navbar-menu-items ul:first-child li a {
        color: #fff;
    }

    #navbar-menu-items ul:last-child a img {
        width: 30% !important;
        margin-left: 35%;
    }

    #btn-navbar-menu-items {
        /*display: block!important;*/
        margin-top: 5%;
        border: 1px solid rgba(0, 0, 0, 0.5);
    }

    #btn-navbar-menu-items span {
        color: rgba(0, 0, 0, 0.5);
    }
}
/*END MOBILE*/

@media (min-width: 1400px) {
    #footer {
        position: absolute !important;
        bottom: 0;
    }
}

/*======================================================*/
/*END FOOTER && HEADER*/
/*======================================================*/

#sectionPrincipal {
    background-size: cover !important;
    height: 100vh;
}

#main-container {
    min-height: 71.6vh;
    padding-bottom: 162px;
}

#contend-item-recrutamento {
    transition: height ease-in-out 0.5s;
}

#main-container .all-item-recrutamento {
    height: 100%;
    overflow-y: hidden;
    overflow: -moz-scrollbars-none;
}

#main-container > div > div::-webkit-scrollbar {
    display: none;
}

/*ITENS*/
.item-recrutamento {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100px;
    /*display:none;*/
}

.item-recrutamento-info {
    transition: all 0.7s ease !important;
}

.item-recrutamento-icon {
    transition: all 0.7s ease !important;
}

.item-recrutamento-icon img {
    max-width: 150%;
    margin-left: -20px;
}

.item-recrutamento-info-title {
    border-bottom: 1px solid rgb(255, 255, 255);
    font-size: 1.35rem !important;
}

.item-recrutamento-info-requisitos ul {
    list-style-type: none;
    padding-inline-start: 0 !important;
}

.item-recrutamento-info-footer button {
    background-color: rgb(152, 188, 27);
    padding: 4px 6px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    bottom: 7px;
    float: right;
    color: white;
}

.item-recrutamento-info-footer span {
    font-size: 14px;
}

.item-recrutamento-info-desc {
    display: none;
    margin-bottom: 3rem !important;
}

.item-recrutamento-info-desc h6 {
    font-size: 14px;
}

#btn-candidatura-cv,
.input-candidatura {
    border-radius: 50px !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.8) !important;
    color: rgba(0, 0, 0, 0.6);
}

.input-candidatura::placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
}

#btn-candidatura-cv {
    top: 0%;
    float: right;
}
/*ITENS END*/

/*RECRUTAMENTO CLOSE*/
#candidatura-close img {
    display: none;
    cursor: pointer;
}

#candidatura-close + div {
    height: 100%;
}

#candidatura-close + div div i {
    cursor: pointer;
}
/*scroll-controll*/
.scroll-controll div img {
    cursor: pointer;
    width: 80% !important;
}

.scroll-controll div:last-child {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

/*End scroll-controll*/
/*RECRUTAMENTO FILTRO*/
/*.recrutamento-filtro:first-child{
    display: none;
}*/

.recrutamento-filtro button {
    padding-left: 10%;
    width: 100%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff;
    border-radius: 20px;
}

.recrutamento-filtro button i {
    line-height: 0 !important;
    position: relative;
    float: right;
    margin-top: 4% !important;
}

.filtro-option {
    margin: auto;
    margin-top: 1px;
    width: 90%;
    background-color: transparent;
    color: #fff;
    overflow: hidden;
}

.filtro-option div {
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    border-radius: 0 0 30px 30px;
    padding: 2% !important;
    height: 110px;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
}

.filtro-option div::-webkit-scrollbar {
    display: none;
}

.filtro-option div ul {
    list-style: none;
    padding-inline-start: 20px !important;
}

.filtro-option div ul li {
    cursor: pointer;
}

.filtro-option div ul li:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#filtro-anoExperiencia div ul li {
    list-style: none;
    padding-right: 10%;
    padding-left: 10%;
    text-align: center;
}

#filtro-anoExperiencia div ul {
    margin-bottom: 0 !important;
    margin-block-start: 0 !important;
    margin-inline-start: 0 !important;
    padding-inline-start: 0 !important;
}

#filtro-anoExperiencia div ul li:last-child {
    border-right: none;
}

#candidatura-close-mobile {
    position: absolute;
    left: 90%;
    display: none;
}

/*MOBILE*/
@media (min-width: 768px) and (max-width: 1024px) {
    .recrutamento-filtro button i {
        font-size: 1em;
    }

}

@media (max-width: 768px) {
    header {
        height: 8%;
    }

    .filtro-option div ul {
        padding-inline-start: unset !important;
    }


    .item-recrutamento-info-requisitos ul li {
        justify-content: flex-start;
    }
    /*.recrutamento-filtro{
        display: none;
    }

    .recrutamento-filtro:first-child, .recrutamento-filtro:nth-child(2){
        display: block;
    }*/
    .recrutamento-filtro button i {
        font-size: 2em !important;
        margin-top: 0 !important;
    }

    .item-controller {
        display: none;
    }

    .item-recrutamento-info-desc {
        margin-bottom: 1.5rem !important;
    }

    #candidatura-close-mobile {
        position: absolute;
        left: 90%;
        display: none;
    }

    .item-recrutamento-info-footer {
        width: 100%;
    }

    .item-recrutamento-info-footer span,
    .item-recrutamento-info-footer button {
        display: block;
    }

    .item-recrutamento-info-footer span,
    .item-recrutamento-info-footer button {
        bottom: 0;
        float: none;
        margin-top: 2%;
    }

    .item-recrutamento-icon {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .sendCandidatar {
        width: 100% !important;
        display: flex !important;
        align-items: center;
        padding: 10px 0 !important;
        justify-content: center;
    }
}

.sendCandidatar:disabled {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.sendCandidatar:disabled:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(255,255,255,.4);

}

/*END MOBILE*/
/*Testing*/
.item-recrutamento {
    opacity: 1;
}

@font-face {
    font-family: futura;
    src: url("../font/futura/Futura_XBlk_BT.ttf");
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 1028px) AND (max-height: 900px) {
    #main-container {
        min-height: 76.5vh;
    }
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../image/recrutamento_reduz.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html,
body {
    height: 100%;
}

@supports (-webkit-overflow-scrolling: touch) {
    #sectionPrincipal {
        background-attachment: scroll;
    }
}

/*body {
    background: url('../image/RecrutamentoBG.png') no-repeat;
    background-size:cover;
    background-position:center;
}*/
.form-filtro-option {
    margin: auto;
    margin-top: auto;
    margin-top: 1px;
    width: 90%;
    background-color: transparent;
    color: #fff;
    overflow: hidden;
}

#candidatura-espontanea {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 0 0 30px 30px;
    overflow: -moz-scrollbars-none;
    padding: 2% !important;
    /*height: 200px;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;*/
}

.form-filtro-option form {
    background: none;
    border: none;
}

.form-filtro-option .sendCandidatar {
    background-color: rgb(152, 188, 27);
    padding: 4px 6px;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    bottom: 7px;
    float: right;
    color: white;
    width: auto;
}


@media (max-width:768px) {
    #footer {
        background-size: cover;
        height: unset !important;
    }

    .mobile-2 {
        width: 76px;
    }
}

@media (max-width: 426px) {
    .resize-mobile {
        padding: 0 13% !important;
        box-sizing: border-box;
    }
}

.col-xs-6 {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5em;
}

.column {
    flex-direction: column;
    text-align: center;
}

.input-candidatura-cv {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
