/*
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
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
htmlinput[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
htmlinput[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
* {
  box-sizing: border-box;
}
body figure,
body ol,
body ul {
  margin: 0;
}
body,
html {
  height: auto !important;
}
html
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}

body.page-template-inv360-template-container .site-main {
  padding: 80px 0;
}

body[mode="light"].page-template-inv360-template-container .site-main {
  background: #f5f5f5;
}

body[mode="dark"].page-template-inv360-template-container .site-main {
  background: #121212;
}

body.page-template-inv360-template-container .site-main h1,
body.page-template-inv360-template-container .site-main h2,
body.page-template-inv360-template-container .site-main h3,
body.page-template-inv360-template-container .site-main h4,
body.page-template-inv360-template-container .site-main h5,
body.page-template-inv360-template-container .site-main h6,
body.page-template-inv360-template-container .site-main p,
body.page-template-inv360-template-container .site-main li,
body.page-template-inv360-template-container .site-main b,
body.page-template-inv360-template-container .site-main strong {
  font-family: "Roboto", sans-serif;
  margin: 0 0 24px;
  line-height: 1.5;
}

body.page-template-inv360-template-container .site-main li {
  margin-bottom: 8px;
  list-style: disc;
  list-style-position: inside;
}

body.page-template-inv360-template-container .site-main h1,
body.page-template-inv360-template-container .site-main h2,
body.page-template-inv360-template-container .site-main h3,
body.page-template-inv360-template-container .site-main h4,
body.page-template-inv360-template-container .site-main h5,
body.page-template-inv360-template-container .site-main h6 {
  line-height: 1.3;
  margin: 0 0 16px;
}

body[mode="light"].page-template-inv360-template-container .site-main h1,
body[mode="light"].page-template-inv360-template-container .site-main h2,
body[mode="light"].page-template-inv360-template-container .site-main h3,
body[mode="light"].page-template-inv360-template-container .site-main h4,
body[mode="light"].page-template-inv360-template-container .site-main h5,
body[mode="light"].page-template-inv360-template-container .site-main h6,
body[mode="light"].page-template-inv360-template-container .site-main p,
body[mode="light"].page-template-inv360-template-container .site-main li,
body[mode="light"].page-template-inv360-template-container .site-main b,
body[mode="light"].page-template-inv360-template-container .site-main strong {
  color: #171717;
}

body[mode="dark"].page-template-inv360-template-container .site-main h1,
body[mode="dark"].page-template-inv360-template-container .site-main h2,
body[mode="dark"].page-template-inv360-template-container .site-main h3,
body[mode="dark"].page-template-inv360-template-container .site-main h4,
body[mode="dark"].page-template-inv360-template-container .site-main h5,
body[mode="dark"].page-template-inv360-template-container .site-main h6,
body[mode="dark"].page-template-inv360-template-container .site-main p,
body[mode="dark"].page-template-inv360-template-container .site-main li,
body[mode="dark"].page-template-inv360-template-container .site-main b,
body[mode="dark"].page-template-inv360-template-container .site-main strong {
  color: #ffffff;
}

.legal-single-inventory {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 40px;
}

body[mode="dark"] .legal-single-inventory {
  background: #101010;
  color: #ffffff;
}

.legal-single-inventory p {
  margin: 0;
  padding-bottom: 16px;
}

/* Slider */
.elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated
  > .elementor-widget-wrap {
  padding: 0 !important;
}
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.back-btn {
  font-family: "Inter", sans-serif;
  border: none;
  background: none;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  font-weight: 600;
  padding: 0;
  margin: 0 0 40px;
}

.back-btn img {
  margin: 0 !important;
  vertical-align: middle;
}

.carousel img {
  pointer-events: auto !important;
}

/* blog */

#primary.site-main {
  background-color: rgb(245, 245, 245);
}

.blog-container {
  padding: 80px 0;
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 18px));
  grid-gap: 24px;
}

.blog-container img {
  width: 100%;
  height: 212px;
  object-fit: cover;
  border-radius: 4px;
}

.blog-container h3 {
  margin-bottom: 12px;
}

.blog-container h3 a {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  color: #3c3c3c;
  display: block;
  min-height: 64px;
  padding-top: 24px;
}

.blog-container p,
#single-post p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #545454;
  margin-bottom: 12px;
}

#single-post p {
  margin-bottom: 24px;
}

.blog-container article > a {
  text-transform: uppercase;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  font-weight: 500;
}

.header-blog {
  margin: 0;
  padding: 80px 0 0;
}

.share-zm {
  display: flex;
  text-transform: capitalize;
  line-height: 14px;
  color: #3c3c3c;
  font-weight: 500;
  font-size: 0;
  align-items: center;
}

.share-zm label {
  margin-right: 8px;
  font-size: 14px;
}

.share-zm a {
  margin-left: 4px;
}

#social-sharing-container {
  line-height: 0;
}

.share-zm a i {
  font-size: 24px;
  color: #b1b1b1;
}

.share-zm a:hover i {
  color: rgb(213, 5, 33);
}

#head-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

#head-single date {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
  color: #3c3c3c;
  font-weight: 500;
}

#single-post {
  padding: 80px 0;
  max-width: 960px;
  margin: auto;
}

#single-post img {
  max-width: 100%;
  margin-bottom: 24px;
}

#single-post h1 {
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgb(34, 34, 34);
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  padding-bottom: 56px;
}

#single-post h2 {
  font-size: 32px;
  line-height: 36px;
}

#single-post h4 {
  font-size: 24px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .blog-container {
    grid-template-columns: repeat(2, calc(50% - 13px));
  }
  .blog-container figure a {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .blog-container {
    grid-template-columns: 100%;
  }
}


/* carreras */
.container-template {
    max-width: 1228px;
    padding: 0 30px;
    margin: auto;
}
.content-in {
	margin: 0;
	padding: 100px 0 60px;
	max-width: 670px;
}
.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;
}
body.page-template-jobs {
    background: #fafafa;
}
.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 {
	max-width: 350px;
	margin: 0 0 32px;
	font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #171717;
}

.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/icon-upload.svg) no-repeat 24px 50%;
	background-color: #fafafa;
	width: 158px;
	height: 40px;
	left: 0px;
	top: 0px;
	border: 1px solid #004495;
	box-sizing: border-box;
	border-radius: 6px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #004495;
	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%);
	}
}