/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.page_content_lider_eppic{
    max-width:1140px; margin: 90px auto;
}

.content-filtros {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filtro_busqueda_vacantes {
    width: 40%;
}

.reset_busqueda_vacantes{
    width: 15%;    
}
.reset_busqueda_vacantes label{
    color: white !important;
}

.reset_busqueda_vacantes #reset-filters{
    border-radius: 20px;
    border-color: #000000;
    background-color: #f1f1f1;
    color: #000 !important;
    border-width: 2px;
}

.reset_busqueda_vacantes #reset-filters:hover{
    border-radius: 20px;
    border-color: #f1f1f1;
    background-color: #000000;
    color: #f1f1f1 !important;
    border-width: 2px;
}


.filtro_busqueda_vacantes select#select-usuario[disabled] {
    background: #f1f1f1;
    cursor: no-drop;
}

.content_perfil {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.perfil_heading {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.title_perfil {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.vacante_heading_title {
    margin-top: 30px;
    background: #f6f6f6;
    padding: 20px 0;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 16px;
    margin-bottom: 30px;
}

.vacante_heading_title div span {
    color: var(--e-global-color-text);
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.cumplimiento_vacante{
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    color: black;
}

table.info-table.table_vs_perfiles .header_table{
background-color: #000000;
color: #ffffff;
}

tr.separated_header_table {
    text-align: center;
}

tr.separated_header_table td {
    border: none;
}

tr.header_table th {
    border: none !important;
}

tr.separated_header_table .description_vacante {
    border: none;
    background-color: #747474;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-radius: 16px 0px 0 0;

}

tr.separated_header_table .descriprion_perfil {
    border: none;
    background-color: #D0D0D0;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px 16px 0 0;

}

ul.lis_item_perfil li {
    height: 60px;
}

ul.lis_item_perfil {
    padding: 0;
    list-style: none;
}


@media only screen and (max-width: 720px) {
    .page_content_lider_eppic{
        max-width:100%; margin: 90px auto;
    }
    .content-filtros {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .filtro_busqueda_vacantes {
        width: 90%;
    }
    .reset_busqueda_vacantes {
        width: 90%;
        margin-top: 15px;
    }
    ul.lis_item_perfil li {
        max-height: 110px;
        overflow: auto;
        margin-bottom: 15px;
    }

    table.info-table.table_vs_perfiles td, table.info-table.table_vs_perfiles th {
        padding: 5px;
    }
  }