.center-title{
    text-align: center;
}

.btn-full-chihuas{
    width: 100% !important;
}

.logo img{
    width: 180px !important;
}

.footer-logo img{
    width: 150px;
}

.textareaForm{
    min-height: 180px;
}

.company-img img{
    width: 100px;
}

.text-not-vacancies{
    text-align: center;
}

.form-group a{
    color: black;
    text-decoration: underline;
    text-align: center;
    display: block;
}

#cv-candidato-detalle-postulado a{
    color: white;
    background: red;
    padding: 10px 30px;
}

.btns-my-vacancies a{
    margin-bottom: 10px !important;
    cursor: pointer;
}

.btn-center{
    margin: 0 auto;
    display: block;
}

.search-box .list{
    max-height: 150px;
    overflow-y: scroll;
}

.select-job-items2 .list{
    max-height: 150px;
    overflow-y: scroll;
}

.slick-initialized .slick-slide{
    padding-bottom: 100px;
}

@media only screen and (max-width: 950px) {
    #btns-logout{
        width: 100%;
        margin-top: 20px;
    }

    #btns-logout .btn{
        padding: 20px 30px !important;
    }

    .search-box .list{
        max-height: 200px;
        overflow-y: scroll;
    }

    .select-job-items2 .list{
        max-height: 200px;
        overflow-y: scroll;
    }
}


