/*
Theme Name:   INV360 Child Theme
Theme URI:    
Description:  INV360 Child Theme
Author:       INV360 Dev Team
Author URI:   https://inv360.app
Template:     template
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  inv360child
*/

body .searchVehicle input[type="text"] {
	background-image: url(images/search.svg);
	background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 32px;
    min-width: 240px;
}

/* carreras */
.container-template {
    max-width: 1228px;
    padding: 0 30px;
    margin: auto;
}
.content-in {
	margin: 0;
	padding: 0 0 60px;
}
.content-in h2 {
    margin-bottom: 40px;
	color: #171717;
}
.content-in h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #2E2E2E;
    margin: 0;
}
body.page-template-jobs .elementor-widget-wrap .elementor-widget:nth-child(n) {
	background: none;
}
.container-new-template {
    max-width: 1052px;
    padding: 0 30px;
    margin: auto;
}
.list-icons-image {
    display: flex;
    align-items: center;
    margin-bottom: 154px;
}
.list-icons-image > div {
    min-width: 40%;
    padding-right: 80px;
}
.list-icons-image > figure {
    margin: 0;
    line-height: 0;
    min-width: 1px;
}
.list-icons-image h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #171717;
    margin: 0 0 40px;
}
.icon-lists {
    margin: 0;
    padding: 0;
    list-style: none;
}
.icon-lists li {
    font-weight: 500;
    font-size: 18px;
    color: #2E2E2E;
    margin-bottom: 16px;
    padding-left: 48px;
    background: url(images/check.svg) no-repeat left center;
    line-height: 32px;
}
.icon-lists li:last-child{
	margin: 0;
}

#carreras {
    padding: 80px 0;
    max-width: 670px;
}

#carreras h2 {
	font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #171717;
	margin: 32px 0;
}

.grid-form {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 8px));
	align-items: center;
	grid-gap: 16px;
}

.grid-form.full {
	grid-template-columns: 100%;
	grid-gap: 0;
	margin-top: 16px;
}

.grid-form fieldset {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
}

.grid-form fieldset label {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	height: 13px;
	letter-spacing: -0.02em;
	color: #545454;
	margin: 0 0 12px;
}

.grid-form fieldset .wpcf7-form-control-wrap {
	display: block;
}
/*
body.page-template-jobs input[type="text"], 
body.page-template-jobs input[type="email"], 
body.page-template-jobs input[type="url"], 
body.page-template-jobs input[type="password"], 
body.page-template-jobs input[type="search"], 
body.page-template-jobs input[type="number"], 
body.page-template-jobs input[type="tel"], 
body.page-template-jobs input[type="range"], 
body.page-template-jobs input[type="date"], 
body.page-template-jobs input[type="month"], 
body.page-template-jobs input[type="week"], 
body.page-template-jobs input[type="time"], 
body.page-template-jobs input[type="datetime"], 
body.page-template-jobs input[type="datetime-local"], 
body.page-template-jobs input[type="color"], 
body.page-template-jobs textarea, 
body.page-template-jobs select {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 4px;
	outline: none;
	height: 40px;
	padding: 0 10px;
	width: 100%;
	font-size: 16px;
	transition: all .3s ease;
	resize: none;
}

body.page-template-jobs select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	background-image: url(images/icon-select.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}

body.page-template-jobs textarea {
	height: 72px;
	padding: 10px;
}

body.page-template-jobs input[type="text"]:focus, 
body.page-template-jobs input[type="email"]:focus, 
body.page-template-jobs input[type="tel"]:focus, 
body.page-template-jobs textarea:focus, 
body.page-template-jobs select:focus {
	border-color: #004495;
}
*/

body.page-template-jobs input[readonly="readonly"] {
	cursor: not-allowed;
}

body.page-template-jobs input[readonly="readonly"]:focus {
	border-color: #CCCCCC;
}

/*
body.page-template-jobs input[type="button"], 
body.page-template-jobs input[type="reset"], 
body.page-template-jobs input[type="submit"] {
	width: 230px;
	height: 60px;
	left: 0px;
	top: 372px;
	background: #004495;
	border: 2px solid #004495;
	border-radius: 6px;
	color: #ffffff;
	padding: 0;
	font-size: 18px;
	transition: all .3s ease;
	cursor: pointer;
	margin: 32px 0 0;
	font-weight: 600;
}

body.page-template-jobs input[type="button"]:hover, 
body.page-template-jobs input[type="reset"]:hover, 
body.page-template-jobs input[type="submit"]:hover {
	background: transparent;
	border: 2px solid #004495;
	color: #004495;
}
*/

.fake-button-upload {
	background: url(images/icono-upload.svg) no-repeat 24px 50%;
	background-color: #fafafa;
	width: 158px;
	height: 40px;
	left: 0px;
	top: 0px;
	border: 1px solid var(--inv360-primary-color);
	box-sizing: border-box;
	border-radius: 6px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: var(--inv360-primary-color);
	line-height: 40px;
	text-indent: 48px;
	cursor: pointer;
	position: absolute;
	z-index: 0;
	margin: 24px 0 0;
	pointer-events: none;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
	height: 38px;
	opacity: 0;
	max-width: 100%;
}

#wpcf7-f2787-o1 {
	padding-top: 32px;
}

body.page-template-jobs input[name="your-cv-text"] {
    background: none;
    border: none;
    padding: 0;
    height: 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}

.scroll-items {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 12px));
    grid-gap: 16px;
}

#jobs article {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    border-radius: 4px;
}

#jobs article > div h3 {
    margin: 0 0 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #2e2e2e;
}

#jobs article > div p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: rgba(36, 36, 36, 0.6);
}

#jobs article > div div {
    margin: 24px 0;
}

#jobs article > div div span {
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #242424;
    margin: 0;
    align-items: center;
}

#jobs article > div div span.date {
    margin-bottom: 8px;
}

#jobs article > div div span img {
    margin-right: 8px;
}

#jobs a.apply {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .3s ease;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    border-radius: 6px;
    margin: 0;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    background: #004495;
}

#jobs a.apply:hover {
	background: #14539d;
}

#jobs a.apply:active {
	background: #5280b7;
}

@media screen and (max-width:768px) {
	.scroll-items {
		grid-template-columns: repeat(2, calc(50% - 12px));
	}
	.list-icons-image {
		flex-direction: column;
		align-items: flex-start;
		gap: 48px;
		margin-bottom: 80px;
	}
	.list-icons-image > div {
		padding-right: 0;
	}
}

@media screen and (max-width:567px) {
	.scroll-items, .grid-form {
		grid-template-columns: repeat(1, 100%);
	}
}