.jobs {
    margin-top: 5px;
    width: 100%;
    height: auto;
    /*display: grid;*/
    grid-row-gap: 25px;
	max-width: 1500px;
	float:center;
}


.jobs__item {
	
    height: auto;
    padding: 2px 35px;
    background-color: #F0F0F0;
    border-radius: 10px;
    /*box-shadow: 0px 10px 15px -7px rgba(93,164,164,0.5);*/
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
	position: -webkit-sticky;
	position: sticky;
	border:.5px solid gray;
}

.jobs__column {
    display: flex;
    align-items: center;
}

.jobs__img {
    width: 90px;
    height: auto;
}

.jobs__info {
    margin-left: 25px;
    width: auto;
	height:auto;

}

.jobs__company {
    color: black;
    font-size: 14px;
    display: block;
    /*font-weight: 700;*/
    margin-bottom: 5px;
	height: auto;
	font-weight: bold;
	float:left;
	
}

/*.jobs__company:hover {
    color: #40A5A4;

}*/

.jobs__title {
    color: black;
	
    font-size: 13px;
    /*font-weight: 700;*/
    margin-bottom: 5px;
	float:left;
	padding-right:50px;
	min-width:500px;
	
}

.jobs__title2 {
    color: black;
    font-size: 13px;
    /*font-weight: 700;*/
    margin-bottom: 5px;
	float:left;
	

}
.jobs__title3 {
    color: black;
    font-size: 13px;
    /*font-weight: 700;*/
 
    margin-bottom: 5px;
	clear:both;

}


.jobs__details {
    margin: 0;
    padding: 0;
}

.jobs__details-item {

    display: inline-block;
    color: hsl(180, 8%, 52%);
    font-size: 15px;
	float:left;
}

.jobs__details-item::after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: hsl(180, 8%, 52%);
    display: inline-block;
    margin: 5px 15px;

}

.jobs__details-item:last-child::after {
    display: none;

}

.tag, .close-tag {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 115px;
    border-radius: 5px;
    background-color: #92B6B7;
    font-weight: 700;
    font-size: 14px;
    color: white;
    margin: 7.5px 5px;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
	
	
}

.close-tag {
    padding-right: -75px;
	width: 100%;
	
}

.close-tag::after {
    content: "";
    display: block;
    width: 35px;
    height: 100%;
    background-color: #92B6B7;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('./images/icon-remove.svg');
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tag:hover, .tag--active {
    background-color: #40A5A4;
    color: white;
}

.close-tag:hover::after {
    background-color: var(--very-dark-color);
}


@media (max-width: 1120px) {
    .search {
        margin-bottom: 50px;
    }

    .search__clear {
        margin-left: 20px;
    }

    .jobs {
        grid-row-gap: 50px;
    }

    .jobs__item {
        flex-wrap: wrap;
    }

    .jobs__info {
        margin-left: 0;
        width: 100%;
    }

    .jobs__column {
		
        justify-content: flex-start;
        flex: 0 1 100%;
        flex-wrap: wrap;
    }

    .jobs__column--left {
        /*border-bottom: #ABABAB solid 1px;*/
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .jobs__column--right {
        width: 100%;
        justify-content: flex-start;
        flex: 0 1 100%;
        flex-wrap: wrap;
        margin-left: -5px;
    }

}







.paginacion {
	margin:20px 0;
}

.paginacion ul {
	list-style:none;
	text-align: center;
}

.paginacion ul li {
	display:inline-block;
	margin-right:10px;
}

.paginacion ul li a {
	display:block;
	padding:10px 20px;
	color:#fff;
	background:#024959;
	text-decoration: none;
}

.paginacion ul li a:hover {
	background:#037E8C;
}

.paginacion ul li .active {
	background:#037E8C;
	font-weight:bold;
}
