@import url('panel_web.css');
/*primary colors: Use for CTAs, Focused/Active states*/
/*$primary-color: #7F0056;
$secondary-color: #F4F8FF;
$primary-color-dark: #111111;*/
/*neutral colors: Use for heading, sub text, link...*/
/*$neutral-dark: #111111;
$neutral-medium-dark: #555555;
$neutral-medium: #999999;
$neutral-light-medium: #DDDDDD;
$neutral-light: #FFFFFF;*/
/*shade of greys colors: Use for shadows, borders and lines.*/
/*$shade-greys-border-line: #EEEEEE;
$shade-greys-input-border: #CCCCCC;
$shade-greys-background: #F9F9F9;*/
/*icon: Use for icons*/
/*$icon-dark: #111111;
$icon-medium: #111111;
$icon-light-medium: #DDDDDD;
$icon-light: #FFFFFF;*/
/*tone: Use for alternative states*/
/*$tone-red: #F84C5D;
$tone-yellow: #FFD75E;
$tone-green: #55D298;*/
/*extra colors*/
/*$purple: #4F039A;*/
:root {
    /*primary colors: Us
    e for CTAs, Focused/Active states*/
    --primary-color: #D53C97;
    --secondary-color: #7f00560a;
    --primary-color-dark: #111111;
    /*neutral colors: Use for heading, sub text, link...*/
    --neutral-dark: #111111;
    --neutral-medium-dark: #555555;
    --neutral-medium: #999999;
    --neutral-light-medium: #DDDDDD;
    --neutral-light: #FFFFFF;
    /*shade of greys colors: Use for shadows, borders and lines.*/
    --shade-greys-border-line: #EEEEEE;
    --shade-greys-input-border: #CCCCCC;
    --shade-greys-background: #F9F9F9;
    /*icon: Use for icons*/
    --icon-dark: #111111;
    --icon-medium: #111111;
    --icon-light-medium: #DDDDDD;
    --icon-light: #FFFFFF;
    /*tone: Use for alternative states*/
    --tone-red: #F84C5D;
    --tone-yellow: #FFD75E;
    --tone-green: #55D298;
    /*extra colors*/
    --purple: #4F039A;
    --beige: #FAF6EB;
    --orange-light: #FDE7DE;
    /*past styles */
    --secondart-color-2: #261D64;
    --tertiary-color: #c3c5ca;
    --accentuary-color: #c0186f;
    --link-color: #c0186f;
    --white: #fff;
    --black: #000;
    --black-2: #434041;
    --box-shadow: 0px 1px 20px rgb(0 0 0 / 15%);
    --badge-pink: #F8F2F7;
}

@font-face {
    font-family: "Inter Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Inter Regular"), url("/fonts/Inter-Regular.ttf") format("ttf");
}
@font-face {
    font-family: "Inter Medium";
    font-style: normal;
    font-weight: normal;
    src: local("Inter Medium"), url("/fonts/Inter-Medium.ttf") format("ttf");
}
@font-face {
    font-family: "Inter Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Inter Bold"), url("/fonts/Inter-Bold.ttf") format("ttf");
}
html {
    margin: 0px !important;
    padding: 0px !important;
}

/*font styles: typography h1, h2, h3 and more...*/
/*default*/
body {
    font-family: "Inter Regular", sans-serif, sans-serif;
    font-weight: 400;
    background-color: transparent;
}

/*regular*/
.title {
    font-size: 64px;
    line-height: 82px;
}

h1 {
    font-size: 56px;
    line-height: 70px;
}

h2 {
    font-size: 46px;
    line-height: 54px;
}

h3 {
    font-size: 34px;
    line-height: 42px;
}

h4 {
    font-size: 28px;
    line-height: 36px;
}

h5 {
    font-size: 24px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 26px;
}

body {
    font-size: 16px;
    line-height: 24px;
}

button {
    font-size: 16px;
    line-height: 24px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}

a {
    position: relative;
    /*width: fit-content;*/
    font-size: 16px;
    line-height: 24px;
    color: var(--neutral-dark);
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
a.underline-animation:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    display: inline-block;
    width: 0px;
    height: 1px;
    content: "";
    background-color: var(--shade-greys-border-line);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a.underline-animation:hover:after {
    width: 100%;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.overline {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.caption {
    font-size: 14px;
    line-height: 20px;
}

.dropdown-submenu {
    position: relative;
    > a::after {
        display: block;
        content: "";
        float: right;
        width: 0;
        height: 0;
        margin-top: 6px;
        margin-right: -10px;
    }
}
.dropdown-submenu .dropdown-toggle:after{
    display: none;
}
.dropdown-submenu svg {
    margin: 0px !important;
}
.dropdown.open span.main-dropdown-toggle svg {
    transform: none;
}
.dropdown.open span.main-dropdown-toggle svg {
    transform: rotate(-0.5turn);
}
@media only all and (max-width: 979px) {
    .dropdown-submenu:focus svg {
        transform: none;
    }
}
/*medium*/
.title-medium,
.medium {
    font-family: "Inter Medium", sans-serif, sans-serif;
    font-weight: 500;
}

/*bold*/
.title-bold,
.bold {
    font-family: "Inter Bold", sans-serif, sans-serif;
    font-weight: 700;
}
u{
    font-size: 32px;
    text-decoration: none;
}
button[disabled], html input[type=button][disabled], input[type=reset][disabled], input[type=submit][disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}
@media only all and (min-width: 1300px) {
    .container {
        width: 1440px;
    }
}
.container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}
@media only all and (max-width: 979px) {
    .container-fluid {
        padding-left: 2%;
        padding-right: 2%;
    }
}

.img-fluid {
    width: 100%;
    height: 100%;
}

.center-align{
    text-align: center;
}

.no-border {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

svg,
path {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.tooltip-container {
    position: relative;
    cursor: pointer;
}

.custom-tooltip {
    position: absolute;
    bottom: 30px;
    right: -100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    line-height: 1.5;
    border-radius: 5px;
    background: var(--neutral-dark);
    color: var(--neutral-light);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.custom-tooltip:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 55%;
    margin-left: -9px;
    width: 12px;
    height: 12px;
    background: var(--neutral-dark);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.tooltip-trigger:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

/*icons-bacground*/
.icon-heart {
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/24/love.svg);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.icon-heart:hover {
    background-image: url(../img/icons/24/heart-fill.svg);
}

.home {
    background-color: #F0ECF2;
}
.home .hero {
    padding-bottom: 49px;
}

.background-white{
    background-color: var(--neutral-light);
}
.background-beige{
    background-color: var(--beige);
}
.home .hero .searcher__input-group {
    width: 30%;
}
.hero-title {
    margin-top: 50px;
}
@media only all and (max-width: 480px) {
    .hero-title {
        margin-top: 30px;
    }
}
.hero-description {
    padding-top: 12px;
}
.hero-popular-searches {
    padding-top: 20px;
    padding-bottom: 120px;
    color: var(--neutral-medium-dark);
}
.home .hero-logos-text {
    color: var(--neutral-medium-dark);
}
.hero-list-logos {
    margin-top: 16px;
    margin-bottom: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    gap: 24px;
}

main {
    z-index: 890;
    position: relative;
    /*margin-bottom: 100px;*/
}
@media only all and (max-width: 768px) {
    main .row {
        margin-right: 0;
        margin-left: 0;
    }
}
@media only all and (max-width: 768px) {
    main .col-md-6 {
        padding-right: 0;
        padding-left: 0;
        float: none;
    }
}

@media only all and (max-width:768px){
    main .row:nth-child(1) {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media only all and (max-width:768px){
    main .col-md-6:nth-child(2) .img-fluid {
        width: 60%;
        margin-top: 0px !important;
    }
}
@media only all and (max-width:768px){
    main .col-md-6:nth-child(2){
        display: flex;
        justify-content: center;
    }
}
@media only all and (max-width:768px){
    .hidden-phone{
        display: none !important;
    }
}
@media only all and (min-width: 769px){
    .show-phone{
        display: none !important;
    }
}
.searcher-jobs-container {
    padding-top: 52px;
    padding-bottom: 68px;
    margin-bottom: 50px;
    color: var(--neutral-light);
}
.searcher-jobs-container.purple {
    background-color: #6C4CBE;
}

/*.parent-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;          
}*/

.searcher-jobs-container.gradient {
    background: 
        linear-gradient(to bottom, rgba(108, 76, 190, 0.8), rgba(213, 60, 151, 0.8)),
        url(../imagenes/Fondo_Buscador.png); /* Imagen de fondo */
    background-size: cover; /* La imagen cubre todo el área */
    background-position: center; /* Imagen centrada */
    background-repeat: no-repeat; /* No repetir la imagen */
    max-width: 1420px;
    height: 310px;
    align-items: center;
    display: flex;
    /*padding: revert-layer;*/
    justify-content: center;
    margin: auto;
}

.subir_cv_primeravez {
    background: 
        linear-gradient(to bottom, rgba(108, 76, 190, 0.5), rgba(213, 60, 151, 0.5)),
        url(../imagenes/Fondo_Buscador.png); /* Imagen de fondo */
    background-size: cover; /* La imagen cubre todo el área */
    background-position: center; /* Imagen centrada */
    background-repeat: no-repeat; /* No repetir la imagen */
    align-items: center;
    display: flex;
    padding: revert-layer;
    justify-content: center;
    margin: auto;
}
.searcher-jobs-container .searcher-jobs-title {
    text-align: center;
}
.searcher-jobs-container .searcher {
    margin-top: 15px;
}
.searcher-jobs-container .searcher .searcher-clear-button {
    border: none;
    padding-left: 16px;
    padding-right: 11px;
    background-color: transparent;
    color: var(--neutral-medium);
}
@media only all and (max-width: 768px) {
    .searcher-jobs-container .searcher .searcher-clear-button {
        margin-top: 10px;
    }
}
.results-container {
    position: sticky;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 20px);
    overflow-y: auto;
    overflow-x: hidden;
}
.results-container.no-stick{
    position: relative;
    height: auto;
}
.results-container.no-stick .jobs-footer-right{
    width: auto;
}
.results-container.no-stick .job-item{
    margin-bottom: 10px;
}
.results-container::-webkit-scrollbar {
    width: 6px;
    border-radius: 5px;
    background-color: var(--neutral-light);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.results-container::-webkit-scrollbar-thumb {
    background-color: var(--neutral-light-medium);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.results-container h6 {
    display: inline-block;
    color: var(--neutral-dark);
}
.results-container .results-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
@media only all and (max-width: 480px) {
    .results-container .results-filters{
        flex-direction: column;
        align-items: flex-start;
    }
}
.results-container .results-filters .filter-info-container{
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter-info-container p{
    margin: 0px;
}
.results-container .results-filters .filter-order-text {
    color: var(--neutral-medium);
}
.results-container .results-filters .filter-order .results-distribution-list,
.results-container .results-filters .filter-order .results-distribution-grid {
    margin-right: 5px;
}
.results-container .results-filters .filter-order .results-distribution-list svg,
.results-container .results-filters .filter-order .results-distribution-grid svg {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}
.results-container .results-filters .filter-order .results-distribution-list svg path,
.results-container .results-filters .filter-order .results-distribution-grid svg path {
    width: 24px;
    height: 24px;
}
.results-container .results-filters .filter-order .dropdown-menu {
    min-width: 110px;
}
.results-container .btn-filter svg {
    /*margin-bottom: -6px;*/
}
@media only all and (max-width: 991px) {
    .results-container {
        position: relative;
        top: 0;
        height: 100%;
        overflow: hidden;
    }
}
@media only all and (max-width: 991px) {
    .jobs-desktop-results{
        display: none;
    }
}
@media only all and (min-width: 992px) {
    .jobs-mobile-results{
        display: none;
    }
}
.jobs-container .col {
    width: 50%;
}

.job-item {
    position: relative;
    padding: 28px;
    margin-bottom: 20px;
    border-radius: 16px;
    border: 1px solid var(--shade-greys-border-line);
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /*cursor: pointer;*/
}
.job-item.yellow-border {
    border-color: var(--tone-yellow);
}
.job-item .jobs-archive-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.job-item .jobs-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.logo-company, .company-icon {
    max-width: 54px;
    max-height: 54px;
    width: 54px;
    height: 54px;
    margin-right: 15px;
    /*object-fit: contain;*/
    border-radius: 50%;
}
.logo-company ~ div{
    overflow:hidden;
}
.job-item .jobs-header-left{
    width: 100%;
}
.job-item .jobs-header-left .info-company {
    color: var(--neutral-medium-dark);
}
.job-item .jobs-header-left .info-company svg {
    width: 18px;
    height: 18px;
    margin-bottom: -3px;
}
.job-item .jobs-header-left .job-title {
    margin-top: 0;
    margin-bottom: 4px;
}
.job-item .jobs-header-left .job-title svg {
    margin-right: 5px;
    margin-bottom: -4px;
}
.job-item .jobs-header-left .job-categories {
    color: var(--primary-color);
}
.job-item .jobs-header-left .job-categories:hover {
    color: var(--purple);
}
.job-item .jobs-header-right {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
}
.job-item .jobs-header-right .dropdown_ .fa-share-alt{
    color: var(--neutral-medium);
}
.job-item .jobs-header-right .dropdown:hover .fa-share-alt{
    color: var(--primary-color);
}
.job-item .jobs-header-right .jobs-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    gap: 5px;
}
.job-item .jobs-archive-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only all and (max-width: 480px) {
    .job-item .jobs-archive-footer a {
        margin-top: 10px;
    }
}
@media only all and (max-width: 1024px) {
    .job-item .jobs-archive-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}
@media only all and (max-width: 768px) {
    .job-item .jobs-archive-footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media only all and (max-width: 480px) {
    .job-item .jobs-archive-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}
.job-item .jobs-footer-left{
    width: 73%;
}
@media only all and (max-width: 480px) {
    .job-item .jobs-footer-left{
        width: 100%;
    }
}
.job-item .jobs-footer-right{
    width: 27%;
    align-self: flex-end;
}
@media only all and (max-width: 1024px) {
    .job-item .jobs-footer-right{
        width: 100%;
        text-align: left;
    }
}
.job-item .jobs-footer-right p {
    margin-bottom: 0;
    text-align: right;
}
@media only all and (max-width: 480px) {
    .job-item .jobs-footer-right p{
        text-align: left;
    }
}
.job-item .jobs-footer-right .days {
    color: var(--primary-color);
}
.job-item .jobs-footer-right .days.green {
    color: var(--tone-green);
}
.job-resume__main h6,
.job-resume__main h5,
.job-resume__main h4,
.job-resume__main h3,
.job-resume__main h2,
.job-resume__main h1,
.job-resume__main span,
.job-resume__main p,
.job-resume__main div{
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.label {
    max-width: 100%;
    font-size: 14px;
    font-weight: 500 !important;
    padding: 5px 12px;
    border-radius: 50px;
    display: inline-block !important;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.label svg {
    margin-bottom: -4px;
}
.label svg path{
    fill: var(--primary-color);
}
.label:hover {
    background-color: var(--neutral-light-medium);
    color: var(--primary-color) !important;
}

.label-type {
    color: var(--purple);
    background-color: #F5ECFF;
}

.pagination a {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    margin-left: 5px !important;
    line-height: 24px !important;
    color: var(--neutral-medium) !important;
    text-decoration: none;
    background-color: var(--neutral-light)!important;
    border: none !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}
.pagination a:hover {
    color: var(--purple)!important;
}
.pagination a.active {
    background-color: var(--primary-color)!important;
    color: var(--neutral-light) !important;
    pointer-events: none;
    cursor: default;
}
.pagination a svg {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -6px;
}
.pagination .not-available {
    pointer-events: none;
    cursor: default;
}
@media only all and (max-width: 991px) {
    .job-description_overlay--active{
        display: none;
    }
}

.job-description-container {
    z-index: -1;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    /*background-color: var(--neutral-light);
    border: 1px solid var(--shade-greys-border-line);*/
}
.job-single .job-description-container .job-tab-role{
    border-radius: 0px;
    border-left: none;
    border-right: none;
}
.job-single .results-container{
    position: relative;
}
@media only all and (max-width: 480px) {
    .job-description-container{
        border-radius: 0px;
    }
}
.job-description-container .job-description{
    background-color: var(--neutral-light);
}
.job-description-container .results{
    margin-left: 15px;
}
.job-description-container .job-img {
    /*height: 216px;*/
    height: 285px;
}
.job-description-container .job-img img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.job-description-container .job-description__header .job-item {
    border: none;
    cursor: default;
}
.job-description-container .job-description__header .job-item .share-job {
    margin-bottom: -6px;
}
.job-description-container .job-description__header .job-item .share-job:hover svg path {
    fill: var(--primary-color);
}
.job-description-container .job-description__header .job-item .icon-heart {
    margin-left: 10px;
}
.job-description-container h6 {
    margin-bottom: 16px;
}
.nav-tabs {
    padding-left: 20px;
    border-bottom: 2px solid var(--shade-greys-border-line);
}
.nav-tabs li {
    margin-bottom: -2px;
}
.nav-tabs li a {
    color: var(--neutral-medium) !important;
    border: none !important;
    cursor: pointer !important;
}
.nav-tabs .active {
    border: none;
    margin-bottom: -2px;
}
.nav-tabs .active a {
    color: var(--neutral-dark) !important;
    border-bottom: 2px solid var(--neutral-dark) !important;
}
.job-tab-role {
    padding: 35px 28px;
    border: none;
    border-bottom: 1px solid var(--shade-greys-border-line);
}
.job-tab-insights {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
@media only all and (max-width: 1165px) {
    .job-description-container .job-tab-insights {
        grid-template-columns: 1fr 1fr;
    }
}
.insights-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.insights-item .insights-img {
    width: 48px;
    height: 48px;
    padding: 10px 12px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}
.insights-item .insights-img svg {
    margin-bottom: -10px;
}
.insights-item .insights-img svg path {
    fill: var(--primary-color);
}
.insights-item p {
    margin-bottom: 0;
    color: var(--neutral-dark);
}
.insights-item span {
    color: var(--neutral-medium-dark);
}
.job-description-container .job-description__details .job-tab-description {
    padding: 35px 28px;
    border-bottom: 1px solid var(--shade-greys-border-line);
}
.job-description-container .job-description__details .job-tab-description .job-tab-info-company{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.single-company.job-tab-description{
    border-bottom: none !important;
}
.job-description-container .job-tab-description p{
    font-size: 16px;
}
.job-description-container .job-tab-description h5,
.job-description-container .job-tab-description h5 span{
    font-weight: 500;
    font-size: 22px;
}
.job-description-container .job-tab-description h5{
    margin-bottom: 10px;
}
.job-description-container .job-tab-description p,
.job-description-container .job-tab-description li {
    color: var(--neutral-medium-dark);
}
.job-description-container .job-tab-description ul {
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
}
.job-description-container .job-tab-description li {
    margin-bottom: 15px;
}
.job-description-container .job-tab-description .job-tab-description-content h6 {
    font-family: "Inter Medium", sans-serif, sans-serif;
    font-weight: 500;
}
.job-description-container .job-tab-description a {
    position: relative;
    color: var(--tone-green);
}
.job-description-container .job-tab-description a.underline-animation:after {
    background-color: var(--tone-green);
}
@media only all and (max-width: 991px) {
    .job-single .job-tab-info-company{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media only all and (max-width: 480px) {
    .job-single .job-tab-info-company{
        grid-template-columns: 1fr;
    }
}
.job-description-container .job-tab-info-company {
    display: flex;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    gap: 12px;
}
.job-tab-info-company .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.job-tab-info-company .info-item p {
    margin-bottom: 0;
    color: var(--neutral-dark);
}
.job-tab-info-company .info-item span {
    color: var(--neutral-medium-dark);
}
.job-tab-social-networks {
    margin-top: 20px;
}
.job-tab-buttons {
    margin-top: 20px;
}
.job-description-container .job-description__details .job-tab-more-info .vaciance-item {
    padding: 15px 0;
    border-bottom: 1px solid var(--shade-greys-border-line);
}
.job-description-container .job-description__details .job-tab-more-info a:nth-child(1) {
    display: block;
    font-family: "Inter Medium", sans-serif, sans-serif;
    font-weight: 500;
    color: var(--neutral-dark);
}
.job-description-container .job-description__details .job-tab-more-info a:nth-child(1):hover {
    color: var(--tone-green);
}
.job-description-container .job-description__details .job-tab-more-info a:nth-child(2) {
    color: var(--neutral-medium-dark);
}
.job-description-container .job-description__details .job-tab-more-info a:nth-child(2):hover {
    color: var(--primary-color);
}
.job-description-container .job-description__details .job-tab-more-info a:nth-child(2).underline-animation:after {
    background-color: var(--neutral-dark);
}
.job-description-container .job-description__details .job-tab-more-info button {
    margin-top: 10px;
}
.job-description-container .job-tab-skills {
    padding: 35px 28px;
}
@media only all and (max-width: 991px) {
    .job-description-container {
        display: none;
    }
}

.top-header-container {
    background-color: var(--neutral-dark);
    color: var(--neutral-light);
}
@media only all and (max-width: 768px) {
    .top-header-container {
        display: none;
    }
}
.top-header-container.purple {
    background-color: var(--purple);
}

.top-header {
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    color: var(--neutral-light-medium);
}
.top-header .info-text {
    display: table;
    height: 100%;
    margin: auto 0;
}
.top-header img {
    margin-top: -4px;
    margin-right: 5px;
    color: var(--icon-light-medium);
}
.top-header a.learn-more {
    color: var(--neutral-light);
}
.top-header a.learn-more:hover {
    color: var(--neutral-light-medium);
}
.top-header .header-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
}
.top-header .header-contact-info a {
    color: var(--neutral-light-medium);
}
.top-header .header-contact-info a:hover {
    color: var(--neutral-light);
}
@media only all and (max-width: 979px) {
    .top-header .header-contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.dropdown:hover .dropdown-toggle {
    /*color: var(--primary-color) !important;*/
}
.dropdown:hover svg path {
    fill: var(--primary-color);
}

.dropdown-menu a {
    background-color: transparent !important;
    color: var(--neutral-medium-dark);
}
.dropdown-menu .active a {
    background-color: transparent !important;
    color: var(--neutral-medium-dark);
}

.dropdown-menu a:hover {
    background-color: transparent !important;
    color: var(--primary-color) !important;
}
.dropdown-menu a:focus {
    background-color: transparent !important;
    color: var(--neutral-medium-dark) !important;
}

.dropdown-toggle {
    /*color: #DB0194;*/
}

@media (min-width: 769px) {
    .dropdown_ .dropdown-menu {
        display: block;
        height: 0px;
        overflow: hidden;
        margin-left: 0;
        border: none;
        border-radius: 16px !important;
        opacity: 0;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
        transition: opacity 0.5s ease 0s;
        visibility: hidden;
        -webkit-border-radius: 16px !important;
        -moz-border-radius: 16px !important;
        -ms-border-radius: 16px !important;
        -o-border-radius: 16px !important;
    }
    .dropdown_ .dropdown-toggle {
        padding: 0px;
    }
    .dropdown-toggle:hover svg {
        -webkit-transform: rotate(-0.5turn);
        transform: rotate(-0.5turn);
    }
    /*fix-menu*/
    .dropdown_:hover .dropdown-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
    }
}
.dropdown.open a {
    background-color: transparent !important;
}
.active .dropdown-toggle:focus {
    background-color: transparent !important;
}
.dropdown-toggle:focus {
    background-color: transparent !important;
}
.dropdown.open:hover .dropdown-toggle {
    /*color: var(--primary-color) !important;*/
}
.dropdown:hover a.dropdown-toggle svg {
    -webkit-transform: rotate(-0.5turn);
    transform: rotate(-0.5turn);
}
.dropdown-toggle.open:hover svg {
    -webkit-transform: rotate(-0.5turn);
    transform: rotate(-0.5turn);
}
.dropdown.open:hover .dropdown-toggle svg path {
    fill: var(--primary-color);
}
@media only all and (max-width: 768px) {
    .dropdown.open a:focus {
        color: var(--primary-color) !important;
    }
    .dropdown.open a:focus svg {
        -webkit-transform: rotate(-0.5turn);
        transform: rotate(-0.5turn);
    }
    .dropdown.open a:focus svg path {
        fill: var(--primary-color);
    }
}
@media only all and (max-width: 768px) {
    .dropdown.open .dropdown-menu {
        width: 241px;
        height: auto;
        position: relative;
        visibility: visible;
        opacity: 1;
        transform: translateX(-32px);
    }
}
.bottom-header-container {
    /*padding-right: 24px;
    padding-left: 30px*/
}
@media only all and (max-width: 1024px){
    .bottom-header-container{
        padding: 0px;
    }
}
@media only all and (max-width: 768px) {
    .bottom-header-container .navbar-header {
        float: none;
    }
    .bottom-header-container .navbar-left,
    .bottom-header-container .navbar-right {
        float: none !important;
    }
    .bottom-header-container .navbar-toggle {
        display: block;
        float: none;
        border: none;
    }
    .bottom-header-container .navbar-toggle svg {
        margin-bottom: -3px;
    }
    .bottom-header-container .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .bottom-header-container .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .bottom-header-container .navbar-collapse.collapse {
        display: none !important;
    }
    .bottom-header-container .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .bottom-header-container .navbar-nav > li {
        width: 68%;
        padding-right: 68px;
        float: none;
    }
    .bottom-header-container .navbar-nav > li > a {
        width: 100%;
        justify-content: space-between;
        padding-top: 0px;
        padding-bottom: 10px;
        padding-right: 6px;
        padding-left: 0px;
    }
    .bottom-header-container .collapse.in {
        z-index: 800;
        position: relative;
        display: block !important;
        overflow: initial;
    }
    
    .compania {
        height: 87px;
    }
}

.bottom-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.navbar:after,
.navbar:before{
    display: none;
}
@media only all and (max-width: 768px) {
    .bottom-header-container .navbar-header~div{
        padding-right: 0px;
    }
}
@media only all and (max-width: 768px){
    .bottom-header{
        align-items: flex-start;
    }
}
.bottom-header .logo-taketalent {
    width: auto;
    height: 46px;
}
@media only all and (max-width: 768px) {
    .bottom-header .logo-taketalent-link{
        position: absolute;
        top: 12px;
        left: 70px;
        z-index: 699;
    }
}
@media only all and (max-width: 768px) {
    .bottom-header .logo-taketalent {
        height: 30px;
    }
}
.bottom-header .menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-header .menu .navbar-default {
    height: 100%;
    min-height: 0;
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
}@media only all and (max-width: 768px) {
    .bottom-header .menu .navbar-default {
        width: 100%;
    }
}
.bottom-header li a {
    width: max-content;
    background-color: transparent !important; 
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}
.bottom-header .menu .container-fluid {
    height: 100%;
    padding-right: 0;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media only all and (max-width: 1024px) {
    .bottom-header .menu .container-fluid {
        padding-left: 0;
    }
}
.bottom-header .menu .navbar-header {
    margin-left: 0;
}
/*@media only all and (max-width: 1024px) {
  .bottom-header .menu {
    padding-top: 51px;
  }
}
@media only all and (max-width: 979px) {
  .bottom-header .menu {
    padding-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media only all and (max-width: 768px) {
  .bottom-header .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0px;
  }
}*/
.bottom-header .navbar-collapse {
    height: 100% !important;
}
@media only all and (max-width: 979px) {
    .bottom-header .navbar-collapse {
        padding-left: 0;
    }
}
.bottom-header .navbar-nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
@media only all and (max-width: 768px) {
    .bottom-header .navbar-nav {
        /*position: absolute;
        right: 0;*/
        margin: 0;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
}
@media only all and (max-width: 768px) {
    .bottom-header .profile-container {
        position: absolute;
        right: 10px;
    }
}
@media only all and (min-width: 769px) and (max-width: 1024px) {
    .bottom-header .profile-container {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 0px;
    }
}

.fondo {
    background-color: white;
}

@media only all and (max-width: 769px){
    .fondo {
        background-color: transparent;
    }
}

@media only all and (min-width: 769px) and (max-width: 1024px) {
    .bottom-header {
        align-items: flex-end;
    }
}
@media only all and (max-width: 768px) {
    .bottom-header .login-sign-up a{
        justify-content: flex-end !important;
    }
}
@media only all and (max-width: 768px) {
    .bottom-header .profile {
        min-width: 55px;

    }
}
@media only all and (max-width: 768px) {
    .bottom-header .profile .dropdown-menu {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
        transition: opacity 0.5s ease 0s;
        border-radius: 16px !important;
        background-color: #fff;
    }
}
.bottom-header .profile .img-profile {
    width: 40px;
    height: 40px;
}
@media only all and (max-width: 1200px) {
    .bottom-header .profile .img-profile {
        width: 25px;
        height: 25px;
    }
}
@media only all and (max-width: 1024px) {
    .bottom-header .profile .img-profile {
        width: 40px;
        height: 40px;
    }
}
.bottom-header .profile .dropdown_ .dropdown-toggle {
    color: var(--neutral-dark);
}
@media only all and (max-width: 1200px) {
    .bottom-header .profile .dropdown_ .dropdown-toggle {
        width: max-content;
        display: flex;
        justify-content: flex-end;
        padding-right: 10px !important;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
.bottom-header .profile .dropdown_ .dropdown-menu {
    top: inherit;
    margin-left: 0;
}
@media only all and (max-width: 1024px) {
    .bottom-header .profile .dropdown_ .dropdown-menu {
        position: absolute;
    }
}

@media only all and (max-width: 768px){
    .bottom-header .profile .dropdown_ .dropdown-menu {
        position: relative;
        margin-right: 60px;
    }
}
/*@media only all and (max-width: 768px) {
  .bottom-header .profile {
    display: none;
  }
}*/
.btn-header{
    display: flex;
    width: max-content;
    gap: 10px;
}
@media only all and (max-width: 768px) {
    .bottom-header .btn-header {
        display: none;
    }
}

.top-footer-container {
    background-color: var(--neutral-light);
    color: var(--neutral-dark);
    border-top: 1.5px solid var(--shade-greys-border-line);
    border-bottom: 1.5px solid var(--shade-greys-border-line);
}
.top-footer-container p,
.top-footer-container a {
    color: var(--neutral-medium-dark);
}

.top-footer {
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-footer .top-footer-mailbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only all and (max-width: 768px) {
    .top-footer .top-footer-mailbox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}
.top-footer .footer-img-mailbox {
    width: 80px;
    height: 80px;
    margin-right: 25px;
}
@media only all and (max-width: 480px) {
    .top-footer .footer-img-mailbox {
        display: none;
    }
}
.top-footer .top-footer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.top-footer .top-footer-form .form-group {
    width: 60%;
    margin-right: 12px;
    margin-bottom: 0;
}
.top-footer .top-footer-form .form-group input {
    padding: 18px 16px;
    border-radius: 50px;
    border: 1px solid var(--shade-greys-border-line);
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media only all and (max-width: 480px) {
    .top-footer .top-footer-form .form-group {
        width: 100%;
    }
}
.top-footer .top-footer-form button:hover {
    color: var(--neutral-light);
}
@media only all and (max-width: 480px) {
    .top-footer .top-footer-form button {
        width: 100%;
    }
}
@media only all and (max-width: 768px) {
    .top-footer .top-footer-form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only all and (max-width: 480px) {
    .top-footer .top-footer-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}
.top-footer .col-md-6 {
    width: 100%;
}
@media only all and (max-width: 768px) {
    .top-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.center-footer-container {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: var(--neutral-light);
    color: var(--neutral-medium-dark);
}
.center-footer-container .footer-title {
    display: inline-block;
    margin-bottom: 25px;
    color: var(--neutral-dark);
}
.center-footer-container .footer-about-text {
    margin-bottom: 20px;
}
.center-footer-container a {
    display: block;
    color: var(--neutral-medium-dark) !important;
    text-decoration: none;
}
.center-footer-container a:hover {
    color: var(--primary-color) !important;
}
.center-footer-container a:hover svg path {
    fill: var(--primary-color);
}
@media only all and (max-width: 768px) {
    .center-footer-container .col-md-2 {
        display: none;
    }
}
.center-footer-container .footer-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.center-footer-container .footer-nav li {
    margin-bottom: 15px;
}
.center-footer-container .footer-nav li svg {
    margin-bottom: -5px;
}
.center-footer-container .footer-acordion-menu {
    display: none;
    margin-top: 10px;
}
@media only all and (max-width: 768px) {
    .center-footer-container .footer-acordion-menu {
        display: block;
    }
}

@media only all and (max-width: 768px) {
    .center-footer-container .footer-acordion-menu .dropdown_ {
        width: 100%;
    }
}

@media onlyall and (max-width: 768px) {
    .dropdown_ .dropdown-menu {
        display: block !important; /* Fuerza la visibilidad del menú en móviles */
        position: relative; /* Cambia la posición para evitar superposición */
    }
}
.center-footer-container .nav {
    width: 100%;
}
.center-footer-container .nav li {
    width: 100%;
    padding: 10px 15px;
}
@media only all and (max-width: 768px) {
    .center-footer-container .nav li .arrow-acordion {
        position: absolute;
        top: 0px;
        right: 10px;
    }
}
@media only all and (max-width: 480px) {
    .center-footer-container .nav li {
        padding-left: 0;
        padding-right: 0;
    }
}
.center-footer-container .nav .dropdown-toggle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.center-footer-container .nav .open a {
    background-color: transparent !important;
    border: none;
}
.center-footer-container .nav a:hover {
    text-decoration: none;
}
@media only all and (max-width: 480px) {
    .center-footer-container {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.bottom-footer-container {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: var(--neutral-light);
    border-top: 1.5px solid var(--shade-greys-border-line);
    color: var(--neutral-medium-dark);
}

@media only all and (max-width: 768px) {
    .dropdown-menu svg {
        margin-bottom: -5px;
    }
}
@media only all and (max-width: 768px) {
    .dropdown-menu {
        display: block !important;
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        visibility: hidden;
        opacity: 0;
        float: none;
        border: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        transition: height 0.5s ease 0s, opacity 0.5s ease 0s;
    }
}

.btn-no-styles {
    background: none;
    border: none;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.btn-primary-big {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    padding: 9px 24px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: var(--neutral-light);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.btn-primary-big:hover {
    background-color: var(--purple);
    color: var(--neutral-light);
}
.btn-primary-big:focus {
    background-color: var(--primary-color);
    color: var(--neutral-light);
}
.btn-primary-big-line {
    display: flex;
    width: max-content;
    padding: 9px 24px;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: transparent;
    color: var(--primary-color);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid var(--primary-color);
    cursor: pointer;
}

.btn-primary-big-line svg {
    margin-bottom: -3px;
}

.btn-primary-big-line svg path {
    transition: all 0.5s ease 0s;
    fill: var(--primary-color);
}
.btn-primary-big-line:hover {
    color: var(--purple);
    border: 1px solid var(--purple);
}

.btn-primary-big-line:hover svg path {
    fill: var(--purple);
}
.btn-primary-big.tags{
    margin: 0 !important;
    border-radius: 0px 10px 10px 0px;
}
.btn-secondary-big {
    width: fit-content;
    padding: 9px 24px;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: var(--neutral-dark) !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: var(--neutral-light);
    border: 1px solid var(--shade-greys-border-line);
}
.btn-secondary-big svg {
    margin-bottom: -3px;
}
.btn-secondary-big, .primary-big svg path {
    transition: all 0.5s ease 0s;
    fill: var(--neutral-dark);
}
.btn-secondary-big:hover {
    background-color: var(--neutral-light-medium);
}
.btn-secondary-big.square-variant{
    width: 100%;
    border-radius: 8px;
}
.btn-filter {
    display: flex;
    align-items: center;
}

.btn-filter .filter-label{
    max-height: 100%;
    margin-left: 10px;
    margin-bottom: 0px;
}

.btn-aply:hover {
    color: var(--neutral-light);
}
a.btn.btn-link {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: bold;
    margin-top: 5px;
}
a.btn.btn-link:hover {
    font-size: 16px;
    color: var(--purple);
    font-weight: bold;
    margin-top: 5px;
} 
a.btn.btn-link svg path{
    fill: var(--primary-color);
}
a.btn.btn-link:hover svg path{
    fill: var(--purple);
}
.searcher {
    width: 100%;
    padding: 14px;
    background-color: #fff;
    border-radius: 50px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /*margin-top: 72px;*/
    padding: 0;
    border: 1.5px solid var(--shade-greys-border-line);
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.03);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.03);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
@media only all and (max-width: 480px) {
    .searcher {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
}

.searcher-btn {
    margin: 8px 5px;
    cursor: pointer;
}
.searcher-btn:hover {
    color: var(--neutral-light);
}
@media only all and (max-width: 480px) {
    .searcher-btn {
        width: 90%;
        text-align: center;
    }
}

.searcher__input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 5px 16px;
}
@media only all and (max-width: 480px) {
    .searcher__input-group .dropdown-toggle{
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
    }
    .searcher__input-group .dropdown-menu{
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        border: 1px solid var(--shade-greys-border-line);
        border-radius: 16px;
    }
}
.searcher__input-group img {
    margin-right: 5px;
}
@media only all and (max-width: 480px) {
    .searcher__input-group {
        width: 100% !important;
        padding: 15px;
        border-right: none !important;
        border-bottom: 1px solid var(--shade-greys-border-line);
    }
}

.input-border {
    border-right: 1px solid var(--shade-greys-border-line);
}

.searcher__label,
.searcher__input {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 21px;
}

.searcher__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #C0186F;
}

.searcher__input {
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--neutral-dark) !important;
}

.searcher__input:focus {
    outline: none;
}

.searcher__label-to-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.searcher__label-to-desktop {
    display: none;
}

.searcher__label,
.searcher__input-text {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 21px;
}

.searcher__input-text {
    border: none;
    height: 42px;
}

.searcher__submit {
    font-weight: 500;
    line-height: 21px;
}

.searcher__input-group {
    width: 250px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 5px;
    /*overflow: hidden;*/
}

.searcher__label,
.searcher__input {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 21px;
}

.searcher__input {
    width: 100%;
}

.searcher__label {
    border: none;
    font-weight: bold;
    color: var(--link-color);
    background-color: white;
    margin-bottom: 0px;
}

.searcher__submit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    line-height: 21px;
    font-size: 18px;
}

.bg-overlay {
    background: rgba(17, 17, 17, 0.8);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.inner-filter {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: var(--neutral-light);
    z-index: 1099;
    padding: 25px;
    overflow-x: hidden;
    overflow-y: auto;
    color: var(--neutral-medium-dark);
}
.inner-filter::-webkit-scrollbar {
    width: 6px;
    border-radius: 5px;
    background-color: var(--neutral-light);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.inner-filter::-webkit-scrollbar-thumb {
    background-color: var(--neutral-light-medium);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.inner-filter .civi-nav-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.entry-filter {
    padding-top: 24px;
    border-top: 1px solid var(--shade-greys-border-line);
    margin-top: 24px;
}
.title-filter {
    display: inline-block;
    margin-bottom: 17px;
    text-transform: uppercase;
    color: var(--neutral-medium);
}
.inner-filter .entry-filter ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    /*max-height: 185px;*/
    overflow: auto;
}
.inner-filter input[type=checkbox],
.inner-filter input[type=radio] {
    margin: 4px 4px 0 0;
    line-height: normal;
}
.inner-filter input[type=checkbox] ~ label,
.inner-filter input[type=radio] ~ label {
    font-weight: 400;
}
.inner-filter input[type=number]::-webkit-inner-spin-button,
.inner-filter input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.inner-filter .salary-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inner-filter .salary-filter .filter {
    max-width: 80px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inner-filter .salary-filter .filter input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid var(--neutral-light-medium);
    padding: 10.5px 16px;
}
.inner-filter .salary-filter .civi-select2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid var(--neutral-light-medium);
    padding: 10.5px 16px;
}
.inner-filter .salary-filter .dropdown_ {
    border-radius: 4px;
    border: 1px solid var(--neutral-light-medium);
    padding: 10.5px 5px 10.5px 16px;
}
.inner-filter .salary-filter .dropdown-menu {
    position: absolute !important;
    min-width: auto !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
@media only all and (max-width: 768px) {
    .inner-filter .salary-filter .dropdown-menu a {
        padding: 2px 8px;
    }
}
.inner-filter .salary-filter .dropdown-menu a:hover {
    background-color: var(--secondary-color) !important;
}
@media only all and (max-width: 768px) {
    .inner-filter .salary-filter .dropdown-menu {
        top: 100%;
        left: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    }
}

.job-single {
    background-color: var(--shade-greys-background) !important;
    margin-bottom: 0;
}

.job-single {
    background-color: var(--shade-greys-background);
    margin-bottom: 0;
}
@media only all and (max-width: 480px) {
    .job-single .col-md-8,
    .job-single .col-md-4 {
        padding: 0;
    }
}
.job-single .breadcrumb {
    padding: 20px 0;
    margin-bottom: 0;
    background-color: transparent;
}
.job-single .breadcrumb a {
    color: var(--neutral-medium-dark);
}
.job-single .breadcrumb a:hover {
    color: var(--neutral-dark);
}
.job-single .breadcrumb > li + li:before {
    display: inline-block;
    width: 20px;
    height: 10px;
    padding: 0 5px;
    content: " ";
    background-image: url("img/icons/24/arrow-right-2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media only all and (max-width: 480px) {
    .job-single .breadcrumb {
        display: none;
    }
}
.job-single .job-description-container {
    margin-top: 0px;
    background-color: var(--neutral-light);
}
.job-single .job-description-container .job-item {
    margin-bottom: 0;
}
@media only all and (max-width: 480px) {
    .job-single .job-description-container .job-item .logo-company {
        display: none;
    }
}
@media only all and (max-width: 480px) {
    .job-single .job-description-container .job-item .jobs-header-right {
        display: none;
    }
}
@media only all and (max-width: 480px) {
    .job-single .job-description-container .job-item {
        padding-left: 18px;
        padding-right: 18px;
    }
}
.job-single .job-description-container .job-tab-role {
    border-top: 1px solid var(--shade-greys-border-line);
}
@media only all and (max-width: 480px) {
    .job-single .job-description-container .job-tab-role .job-tab-insights {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
@media only all and (max-width: 480px) {
    .job-single .job-description-container .job-tab-role {
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media only all and (max-width: 480px) {
    .job-single .job-description-container .job-tab-description {
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media only all and (max-width: 480px) {
    .job-single .job-description-container .job-tab-skills {
        padding-left: 18px;
        padding-right: 18px;
    }
}
.job-single .job-description-container .job-gallery {
    padding: 35px 28px;
    border-top: 1px solid var(--shade-greys-border-line);
}
.job-single .job-description-container .job-gallery .item {
    border-radius: 8px;
    overflow: hidden;
}
.job-single .job-description-container .job-gallery .item img {
    min-width: 230px;
    min-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only all and (max-width: 480px) {
    .job-single .job-description-container .job-gallery {
        padding-left: 18px;
        padding-right: 18px;
    }
}
.job-single .job-description-container .job-video {
    padding: 35px 28px;
    border-top: 1px solid var(--shade-greys-border-line);
}
@media only all and (max-width: 480px) {
    .job-single .job-description-container .job-video {
        padding-left: 18px;
        padding-right: 18px;
    }
}
.job-single .job-description-container .job-maps {
    padding: 35px 28px;
    border-top: 1px solid var(--shade-greys-border-line);
}
@media only all and (max-width: 480px) {
    .job-single .job-description-container .job-maps {
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media only all and (max-width: 768px) {
    .job-single .job-description-container {
        display: block;
    }
}
.job-single .job-single-options {
    padding: 0 5px;
}
.job-single .job-tab-role {
    /*margin-top: 20px;*/
    padding: 28px 28px 28px 28px;
    border-radius: 16px;
    background-color: var(--neutral-light);
    border: 1px solid var(--shade-greys-border-line);
}
.job-single .job-single-options .job-tab-role .job-tab-insights {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
@media only all and (max-width: 480px) {
    .job-single .job-single-options .job-tab-role {
        display: none;
    }
}
.job-single .job-single-options .job-info-company .tab-content .job-tab-info-company{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.job-single .job-single-options .job-info-company .job-item {
    border: none;
    padding: 0;
}
.job-single .job-single-options .job-info-company .job-tab-description {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.job-single .job-single-options .job-info-company .nav-tabs {
    padding: 0;
    border: none;
}
.job-single .job-single-options .job-info-company .nav-tabs a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
}
.job-single .job-single-options .job-info-company .nav-tabs a[href="#jobs"]{
    padding-top: 7px;
    padding-bottom: 0;
}
.job-single .job-single-options .job-info-company .nav-tabs a:hover {
    color: var(--primary-color) !important;
    background-color: transparent;
}
.job-single .job-single-options .job-info-company .nav-tabs .jobs-number {
    display: inline-block;
    padding: 3px 11px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
}
.job-single .job-single-options .job-info-company .job-tab-social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}
.job-single .job-single-options .job-info-company .job-tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
@media only all and (max-width: 480px) {
    .job-single .job-single-options .job-info-company {
        display: block;
    }
}
.job-single .underline-animation:after {
    background-color: var(--prymary-color);
}
.job-single .job-postulation {
    padding: 28px;
    border-radius: 16px;
    text-align: center;
    background-color: var(--secondary-color);
    border: 1px solid var(--shade-greys-border-line);
    margin-bottom: 20px;
}
.job-single .job-postulation p {
    color: var(--neutral-medium-dark);
}
.job-single .job-postulation .days {
    color: var(--tone-red);
}
.job-single .job-postulation .btn-primary-big {
    max-width: 350px;
    width: 100%;
    margin-top: 10px;
}
.job-single .job-postulation.large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only all and (max-width: 480px) {
    .job-single .job-postulation.large{
        margin-left: 15px;
        margin-right: 15px;
    }
}
.job-single .job-postulation.large h5,
.job-single .job-postulation.large p {
    text-align: left;
}
@media only all and (max-width: 991px) {
    .job-single .job-postulation.large h5,
    .job-single .job-postulation.large p {
        text-align: center;
    }
}
.job-single .job-postulation.large .btn-primary-big {
    max-width: 250px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
@media only all and (max-width: 991px) {
    .job-single .job-postulation.large {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only all and (max-width: 991px) {
    .job-single .job-postulation {
        display: none;
    }
}
.job-single .job-similar-results {
    margin-top: 20px;
}
.job-single .job-similar-results .job-similar-results-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.job-single .job-similar-results .job-similar-results-header .underline-animation:after {
    background-color: var(--primary-color);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.job-single .results-container {
    margin-top: 0px;
    height: auto;
}
.job-single .job-tab-company-jobs .company-jobs-item {
    padding-top: 10px;
    border-top: 1px solid var(--shade-greys-border-line);
}
.job-single .job-tab-company-jobs ~ button {
    margin-top: 20px;
    width: 100%;
}
.job-single .job-bottom-options {
    display: none;
}
@media only all and (max-width: 480px) {
    .job-single .job-bottom-options .btn-primary-big {
        min-width: 60%;
        text-align: center;
    }
}
@media only all and (max-width: 480px) {
    .job-single .job-bottom-options .share-job svg {
        margin-bottom: -5px;
    }
    .job-single .job-bottom-options .share-job:hover svg path {
        fill: var(--primary-color);
    }
}
@media only all and (max-width: 480px) {
    .job-single .job-bottom-options {
        z-index: 1999;
        position: fixed;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 10px 2px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        background-color: var(--neutral-light);
    }
}
.job-single ~ footer {
    padding-bottom: 50px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 5px !important;
    background-color: var(--neutral-light) !important;
    border-radius: 50% !important;
}
.owl-carousel .owl-nav button.owl-prev span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: 0;
    visibility: hidden;
}
.owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--primary-color);
}
.owl-carousel .owl-nav button.owl-next {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px 5px !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav button.owl-next span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0;
    visibility: hidden;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--neutral-light) !important;
    color: var(--primary-color);
}
.owl-carousel .owl-dots {
    margin-top: 20px;
}
.owl-carousel .owl-dots .active span {
    background: var(--primary-color) !important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    padding: 0;
    overflow: hidden;
}
@media only all and (max-width: 1024px) {
    .embed-responsive {
        height: 300px;
    }
}
@media only all and (max-width: 480px) {
    .embed-responsive {
        height: 166px;
    }
}
.box-contenido-container{
    padding-top: 41px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
@media only all and (max-width: 1024px) {
    .box-contenido-container {
        grid-template-columns: 1fr;
    }
}
.box-contenido{
    display: flex;
    background: linear-gradient(to bottom, #6C4CBE, #AD2D78);
    /*background-color: var(--orange-light);*/
    border-radius: 16px;
    justify-content: space-between;
    height: 258px;
}
@media only all and (max-width: 1024px) {
    .box-contenido-container .box-contenido{
        flex-direction: column;
        height: 530px;
    }
}
.box-contenido-content{
    position: relative;
    width: 50%;
    margin-top: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
}
@media only all and (max-width: 1024px) {
    .box-contenido-container .box-contenido .box-contenido-content{
        margin: 50px;
        width: auto;
    }
}
.box-contenido-content p {
    margin-bottom: 50px;
}
.box-contenido-content .btn-header {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.box-contenido-img{
    max-height: 100%;
    margin: 25px 30px;
}
.section-default{
    margin: 60px 0px 60px 0px;
}
.section-subheader{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
@media only all and (max-width: 480px) {
    .section-subheader {
        flex-direction: column;
        gap: 10px;
    }
}
.section-subheader h6,
.section-subheader h5{
    margin: 0;
    color: var(--neutral-medium-dark);
}
.section-subheader .underline-animation:after{
    background-color: var(--primary-color);
}
.categories-jobs .category-item {
    flex-direction: column;
    min-height: 272px;
    justify-content: flex-start;
    background-color: var(--secondary-color);
}
.lastest-jobs .owl-stage{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    row-gap: 30px;
}
@media only all and (max-width: 480px) {
    .lastest-jobs .owl-stage {
        display: flex;
        row-gap: 0px;
    }
}
.lastest-jobs .owl-item{
    width: auto !important;
    height: auto !important;
}
.lastest-jobs .owl-item .job-item{
    margin-bottom: 0px;
}
.lastest-jobs .owl-item .job-item .jobs-footer-left{
    width: 100%;
}
.lastest-jobs .owl-item .job-item .jobs-footer-right{
    width: 100%;
    align-self: flex-start;
}
.lastest-jobs .owl-item .job-item .jobs-archive-footer{
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
@media only all and (max-width: 480px) {
    .lastest-jobs .owl-item {
        width: none !important;
        height: auto !important;
        float: left !important;
    }
}
.category-item {
    padding: 24px;
}

.category-item .category-icon {
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
}

.category-item .category-icon img {
    max-width: 24px;
    max-height: 24px;
}

.category-item h6 {
    margin-top: 16px;
}

.category-item span.total-jobs {
    display: block;
    margin-bottom: 10px;
    color: var(--neutral-medium-dark);
}

.category-item .category-content{
    color: var(--neutral-medium-dark);
}

.category-item .category-content .category-content-tags{
    display: inline !important;
}
.category-item .category-content .category-content-tags span{
    display: inline !important;
}
.company-item.box-contenido{
    background-color: var(--neutral-light);
}
/* {
    max-width: 54px;
    max-height: 54px;
    object-fit: contain;
    border-radius: 50%;
}*/

.company-item .company-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.company-status {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    color: var(--neutral-medium);
}

.company-status > span {
    max-width: 100%;
    display: inline-block;
    max-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}
.company-status svg {
    width: 24px;
    height: 24px;
    margin-bottom: -3px;
}

.company-status svg path {
    fill: var(--neutral-medium);
}

.company-status .status-purple {
    color: var(--primary-color);
}

.company-status .status-purple svg path {
    fill: var(--primary-color);
}
.company-description {
    /*margin: 0;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--neutral-medium-dark);
}

.company-item .company-badges {
    margin: 24px 0px 24px 0px;
}
.company-item .company-vaciances {
    display: flex;
    gap: 6px;
    color: var(--neutral-medium-dark);
}

.company-item .company-vaciances span {
    color: var(--primary-color);
}
@media only all and (max-width: 480px) {
    .candidate-results .jobs-archive-header {
        flex-direction: column;
    }
}
@media only all and (min-width: 481px) {
    .candidate-results .job-title svg.crown{
        display: none;
    }
}
@media only all and (max-width: 480px) {
    .candidate-results .job-title svg.crown{
        display: inline-block;
    }
}
.candidate-results .jobs-header-right{
    flex: none;
    gap: 15px;
    height: auto;
}
@media only all and (max-width: 480px) {
    .candidate-results .jobs-header-right svg.crown{
        display: none;
    }
}
@media only all and (max-width: 480px) {
    .candidate-results .jobs-header-right button{
        width: 100%;
    }
}
.candidate-results .jobs-footer-right h5,
.candidate-results .jobs-footer-right .days{
    margin: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
}
.candidate-results .jobs-footer-right{
    width: 40% !important;
}
@media only all and (max-width: 480px) {
    .candidate-results .jobs-footer-right{
        width: 100% !important;
    }
}
.short-date{
    align-items: center;
    display: flex;
    gap: 5px;
}
.section-help {
    padding: 50px 0px 50px 0px;
    text-align: center;
}
.section-help .owl-carousel{
    text-align: left;
}
.section-help h6:first-child {
    margin-bottom: 50px;
}

.help-info, .post-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    gap: 20px;
    text-align: left;
}
@media only all and (max-width: 480px) {
    .help-info {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
.post-info{
    margin-bottom: 30px;
}
@media only all and (max-width: 480px) {
    .post-info {
        grid-template-columns: 1fr;
    }
}
.help-info .help-item img{
    width: 50px;
    height: 50px;
}
.help-info, .post-info .help-item h6{
    margin: 24px 0px 12px 0px;
}
.help-info .help-item p {
    color: var(--neutral-medium-dark);
}
.testimonials{
    margin-top: 20px;
}
.testimonials .category-item{
    min-height: 226px;
}
.icon-text {
    display: flex;
    gap: 10px;
}

.icon-text span {
    margin-bottom: 0px;
}

.icon-text span:nth-child(2) {
    color: var(--neutral-medium-dark);
}
.blog-articles{
    padding-bottom: 0px;
}
.post-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

.post-item h6 {
    color: var(--neutral-dark);
}
.post-item .post-date-type{
    margin-top: 20px;
}
.post-item .post-date-type .type {
    color: var(--primary-color);
}
/*Loader*/
.modal-backdrop{
    background: var(--neutral-dark);
    opacity: 0.5;
}
.m-loading{
    /*background: white;*/
}
.m-loading .modal-content{
    background: none;
    box-shadow: none;
    border: none;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    display: table;
    margin: 0 auto;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid var(--primary-color);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


/*Company Section*/
.civi-rating-warpper .point{
    color: var(--primary-color);
}

.civi-rating-warpper svg path{
    fill: var(--primary-color);
}

.job-item .company-location, .job-item .company-size {
    margin-right: 15px;
}

.stars-rate svg{
    width: 20px;
    height: 20px;
    margin-bottom: -2px;
}

@media only all and (max-width: 769px) {
    .company-filters{
        display: none;
    }
}
@media only all and (min-width: 770px) {
    .company-filters~.btn-filter{
        display: none; 
    }
}
/*single-company*/
.jobs-archive-buttons{
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
@media only all and (max-width: 480px) {
    .jobs-archive-buttons{
        flex-direction: column;
    }
}
.single-company.job-description__details{
    border-top: 1px solid var(--shade-greys-border-line);
}
.single-company.job-tab-social-networks{
    justify-content: flex-start !important;
}
@media only all and (max-width: 480px) {
    .single-company .section-subheader{
        flex-direction: row;
    }
}
.single-company .embed-responsive{
    height: 315px;
}
.single-company.job-info-company.job-tab-role{
    margin-top: 0px;
}
.single-company.job-info-company.job-tab-role .info-item{
    margin-bottom: 10px;
}
.job-tab-info-company .info-item span.categories a{
    color: var(--primary-color);
}
.job-tab-info-company .info-item span.categories a:hover{
    color: var(--purple);
}
@media only all and (max-width: 480px) {
    .single-company.results{
        margin-left: 5px;
        margin-right: 5px;
    }
}
.single-company.reviews-container{
    margin-bottom: 20px;
}
/*@media only all and (max-width: 769px) {
  .single-company.reviews-container{
    margin-left: 5px;
    margin-right: 5px;
  }
}*/
.reviews-container .review-login{
    display: inline-block;
    padding-left: 32px;

}
.review-login .login-link{
    color: var(--primary-color);
}
.reviews-status{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
    margin-bottom: 30px;
    gap: 10px;
}
.badge-default{
    display: inline-block;
    padding: 3px 16px;
    background-color: var(--primary-color);
    border-radius: 8px;
    color: var(--neutral-light);
}
.badge-default h4{
    display: inline-block;
    margin: 0px;
}
.badge-default svg{
    margin-bottom: -2px;
}
.badge-default svg path{
    fill: var(--neutral-light);
}
.badge-default~span{
    color: var(--neutral-medium);
}
.reviews-progress-status{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    margin-bottom: 10px;
}
@media only all and (max-width: 480px) {
    .reviews-progress-status{
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }
}
.progress-info span svg{
    margin-bottom: -2px;
}
.progress-info-bar{
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: baseline;
}
.progress{
    height: 8px;
    border-radius: 30px;
    box-shadow: none;
    background-color: var(--shade-greys-border-line);
    overflow: visible;
}
.progress-bar{
    border-radius: 30px;
    background-color: var(--primary-color);
    overflow: visible;
}
.progress-number{
    justify-self: flex-end;
}
.review-item{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    border: none;
    border-top: 1px solid var(--shade-greys-border-line);
    border-radius: 0px;
}
.review-item .info-company{
    color: var(--neutral-medium) !important;
}
.review-item .review-content{
    margin-top: 16px;
}

/*single-candidate*/
.dotted-item{
    border-top: none;
    padding-top: 0px;
    padding-left: 20px;
    border-left: 2px dotted var(--primary-color);
}
.dotted-item::before{
    position: absolute;
    top:0;
    left: -10px;
    display: flex;
    width: 20px;
    height: 40px;
    align-items: center;
    justify-content: center;
    content: url(../img/icons/24/purple-ellipse.svg);
    background-color: var(--neutral-light);
}
.dotted-item .company-name{
    color: var(--primary-color);
}
.dotted-item .company-name:hover{
    color: var(--purple);
}
.dotted-item.yellow{
    border-left: 2px dotted var(--tone-yellow);
}
.dotted-item.yellow::before{
    content: url(../img/icons/24/yellow-ellipse.svg);
}
.dotted-item.yellow .company-name{
    color: var(--neutral-dark);
}
.dotted-item.yellow .company-name:hover{
    color: var(--neutral-dark);
}
/*iframe*/
#video-container{
    width: 100%!important;
}
/*header-tabs*/
.bottom-header .job-description__details ul.nav-tabs{
    width: max-content;
    padding: 0px 15vw 0px 0px;
    margin: 20px;
}
.bottom-header a[href="#detail"],
.bottom-header a[href="#company"] {
    transition: color 0.5s ease 0s;
}
.bottom-header .nav-tabs .active a[href="#detail"],
.bottom-header .nav-tabs .active a[href="#company"] {
    color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color) !important;
}
.bottom-header .job-tab-role {
    border: none;
    padding: 0px 15px;
}
.bottom-header .job-tab-insights{
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}
.bottom-header .job-tab-insights .insights-item{
    width: 100%;
    padding: 10px 15px 10px 10px;
    border-radius: 16px;
    align-items: center;
    gap: 10px !important;
}
.bottom-header .job-tab-insights .insights-item:hover {
    background-color: rgba(0,116,86,.05) !important;
}
.bottom-header .job-tab-insights .insights-item .logo-company{
    margin-right: 0px;
}
.bottom-header .insights-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-header .insights-img svg{
    margin-bottom: 0px;
}
.bottom-header .job-tab-insights .insights-item:nth-child(1) .insights-img{
    background-color: #F5ECFF;
}
.bottom-header .insights-item:nth-child(1) .insights-img svg path{
    fill: #6C4CBE;
}
.bottom-header .job-tab-insights .insights-item:nth-child(2) .insights-img{
    background-color: #E6EDF8;
}
.bottom-header .insights-item:nth-child(2) .insights-img svg path{
    fill: #004AB5;
}
.bottom-header .job-tab-insights .insights-item:nth-child(3) .insights-img{
    background-color: #FAEBFB;
}
.bottom-header .insights-item:nth-child(3) .insights-img svg path{
    fill: #C836D7;
}
.bottom-header .job-tab-insights .insights-item:nth-child(4) .insights-img{
    background-color: #FFEAEE;
}
.bottom-header .insights-item:nth-child(4) .insights-img svg path{
    fill: #FF2B50;
}
.bottom-header .job-tab-insights .insights-item:nth-child(5) .insights-img{
    background-color: #E7FBFF;
}
.bottom-header .insights-item:nth-child(5) .insights-img svg path{
    fill: #00D5FF;
}
.bottom-header .job-tab-insights .insights-item:nth-child(6) .insights-img{
    background-color: #FFF4E8;
}
.bottom-header .insights-item:nth-child(6) .insights-img svg path{
    fill: #FF8C19;
}
.bottom-header .tab-content .underline-animation{
    margin: 20px 0px 30px 10px;
    font-weight: 400;
}
.bottom-header .tab-content .underline-animation:after{
    background-color: var(--primary-color);
}
.bottom-header .mobile-categories{
    display: none;
}
@media only all and (max-width: 768px) {
    .bottom-header .mobile-categories{
        display: block;
    }
}
@media only all and (max-width: 769px) {
    .bottom-header .desktop-categories{
        display: none;
    }
}

.default-content-container{
    margin-top: 20px;
    padding: 28px 28px 28px 28px;
    border-radius: 16px;
    background-color: var(--neutral-light);
    border: 1px solid var(--shade-greys-border-line);
}
.grey-border-input{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    border: 1px solid var(--shade-greys-border-line) !important;
    box-sizing: border-box;
    border-radius: 10px !important;
    width: 100%;
    padding: 10px;    
}

.has-error .grey-border-input{
    border: 2px solid #a94442;
}
/*
.bootstrap-select.dropdown:hover .dropdown-menu{
    visibility: hidden;
}
.bootstrap-select.open.dropdown_ .dropdown-menu{
    visibility: visible;
}*/
.load-container{
    display: inline-block;
    width: fit-content;
    transition: background-color 0.5s ease-in-out; 
}
.load-text{
    display: inline-block;
    width: 100%;
    height: 20px;
    background-color: var(--shade-greys-border-line);
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
}
.load-text-30{
    width: 30%;
    display: inline-block;
    height: 20px;
    background-color: var(--shade-greys-border-line);
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
}
.estado_base{
    /*width: 100%;*/
    margin: 0px !important;
    padding: 15px 20px;
    border: none !important;
    background: var(--secondary-color);
    border-radius: 10px;
    height: 60px;
    z-index: 500;
    /*cursor: move;*/
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.estado_base .title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: var(--primary-color);
    margin-left: 10px;
}
.estado_base .glyphicon {
    width: auto !important;
    padding: 0 !important; 
    font-size: 20px;
    line-height: 25px;
    color: var(--primary-color);
}

/*Style de cookies*/
#cajacookies{
    z-index: 899;
    display: none;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    background-color: var(--neutral-light);
    color: var(--neutral-medium-dark);
    padding: 20px 30px;
    width: 1215px;
    bottom: -5px;;
    position: fixed;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
    border-radius: 50px;
}
#cajacookies .cookies-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cajacookies .cookie-info{
    display: flex;
    align-items: center;
}
#cajacookies .cookie-link{
    color: var(--black);
}
#cajacookies .cookie-link:hover{
    cursor: pointer;
    text-decoration: underline;
}
#cajacookies .cookie-buttons{
    display: flex;
    align-items: center;
    gap: 25px;
}

@media (max-width: 950px) {
    #cajacookies{
        z-index: 899;
        display: none;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
        background-color: var(--neutral-light);
        color: var(--neutral-medium-dark);
        padding: 20px 30px;
        width: 350px;
        bottom: -5px;;
        position: fixed;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 20px;
        border-radius: 50px;
    }
    #cajacookies .cookies-container{
        display: ruby;
        align-items: center;
        justify-content: space-between;
    }
    #cajacookies .cookie-info{
        display: flex;
        align-items: center;
    }
    #cajacookies .cookie-link{
        color: var(--black);
    }
    #cajacookies .cookie-link:hover{
        cursor: pointer;
        text-decoration: underline;
    }
    #cajacookies .cookie-buttons{
        display: flex;
        align-items: center;
        gap: 25px;
    }
}
/*.cookiebtn{
    padding: 10px 20px 10px 20px; 
    color:black; 
    margin-left: 2px; 
    background: white; 
    border-radius: 20px;
}*/