@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/* bt buscar */

.data-post {
    position: absolute;
    margin-top: 25px;
    right: 170px;
    font-size: 13px;
    color: #929292;
    font-weight: 300;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: var(--bg-emprego);
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

body {
    font-family: 'Roboto', sans-serif;
}

.div-cob {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.titulo_pagina {
    margin-top: 20px;
    margin-bottom: 20px;
}

.input_busca {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cont-emprego {
    left: 0;
    padding-top: 7px;
}

.img-emprego {
    float: left;
    width: 130px;
}

.mzero {
    padding: 0px;
}

.icon-redes {
    margin-top: 7px;
    margin-left: 22px;
}

.img-responsivess {
    margin-right: 10px;
    margin-top: 5px;
    width: 100px;
}

.icon_rs {
    width: 17px;
    border: 1px solid #c3c3c3;
    border-radius: 25px;
    padding: 2px;
}

.t_listem {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 0px;
    font-size: 18px;
    color: var(--bg-emprego);
    margin: 12px 0;
}

.sub_listem {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0px;
    font-size: 25px;
    margin-top: -5px;
    padding-bottom: 7px;
}

.d_email {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0px;
    font-size: 16px;
    color: #626262;
}

.d_desc {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0px;
    font-size: 13px;
    color: var(--bg-emprego);
    margin-top: -2px;
}

.tx_listem {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
}

.pgcss {
    margin-top: 50px;
}

@media (max-width: 1201px) AND (max-width: 2000px) {}

@media (min-width: 1000px) AND (max-width: 1200px) {}

@media (min-width: 770px) AND (max-width: 999px) {}

@media (min-width: 200px) and (max-width: 400px) {
    .sub_listem {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 0px;
        font-size: 17px;
        margin-top: -5px;
        padding-bottom: 7px;
    }
    .img-responsivess {
        margin-right: 0;
        margin-top: 5px;
        width: 80px;
    }
    .cont-emprego {
        left: 0;
        padding-top: 0;
    }
    .img-emprego {
        float: left;
        width: 110px;
    }
    .icon-redes {
        margin-top: 7px;
        margin-left: 11px;
    }
    .d_email {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        padding: 0px;
        font-size: 14px;
        color: #626262;
    }
    .btn-viw {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {}

@media (max-width: 600px) {}