/*!
Theme Name: integrait
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: integrait
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

integrait is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: #000;
	opacity: 1;
	transition: all ease-in-out .12s;
}

a:hover {
	text-decoration: none !important;
	opacity: .5;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #000;
}

h1, h2, h3 {
	font-weight: 400;
}
h4, h5, h6 {
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.single-product aside.widget-area {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.page h1, .page h2, .page h3, .page h4, h5, .page h6,
.single h1, .single h2, .single h3, .single h4, h5, .single h6 {
	color: #000; 
}

.updated:not(.published) {
	display: none;
}

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}*/

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-title {
	font-size: 2em;
}

.entry-footer a {
	margin-right: 10px;
	font-size: 14px;
}

.entry-content ul {
	margin-left: 0;
	padding-left: 1em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* =========================================================================================================
*
*  New template styles
*  Custom styles
*
========================================================================================================= */

/* Typography =============================== */
html body {
	font-family: 'Encode Sans Semi Expanded', sans-serif;
	font-weight: 400;
	line-height: 1.75rem;
	color: #666;
}


/* Navigation & Branding =============================== */
/* Navigation */
.site-header {
	height: 70px;
	z-index: 999;
}
.site-header.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 85, 184, 0.25) !important;
}

.site-header nav { z-index: 1; }

.site-title, .sec-site-title {
	background: url('assets/brand/pg-logo.svg') left center no-repeat;
	background-size: contain;
	display: block;
	width: 10rem;
}

.site-title {
	height: 3.9rem;
}

.home-link {
	top: 0;
	left: 0;
}

.sec-site-title {
	height: 2rem;
}

#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
	left: -100%;
}

/* Post Navigation */
.posts-navigation {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	height: 2rem;
}

.nav-previous a, .nav-next a {
	border-radius: 1rem;
	border: 1px solid #000;
	background-color: #000;
	color: #fff !important;
	padding: .2rem 1rem;
}

/* Branding Elements */
.brand-sw {
	background: url('assets/brand/logo-software.svg') left center no-repeat;
}

.brand-int {
	background: url('assets/brand/logo-intraining.svg') left center no-repeat;
}

.brand-inc {
	background: url('assets/brand/logo-incloud.svg') left center no-repeat;
}

.brand-cons {
	background: url('assets/brand/logo-consulting.svg') left center no-repeat;
}

.brand-staff {
	background: url('assets/brand/logo-staffing.svg') left center no-repeat;
}

/* Branding Colors */
.bg-sw { background-color: #57B648; }

.bg-int { background-color: #27C2EC; }

.bg-inc { background-color: #7D3A95; }

.bg-cons { background-color: #078DCD; }

.bg-staff { background-color: #FCB42B; }

.bg-iitr { background-color: #D32128; }

.bg-iitn { background-color: #323537; }

.bg-gris { background-color: #f9f9f9; }

/* Textures & Decorations */
.blog-spots, .img-laptop, .bg-footer {
	vertical-align: top;
	position: absolute;
	left: 0;
}

.blog-spots { top: 0; }

.bg-footer { top: 0; }

.img-laptop,
.woocommerce-page img.img-laptop {
	top: 4rem;
	max-width: 18rem;
}

/* Links */
.a-iit a, #icons-iit .icon { color: #323537; }

.a-sw a, #icons-sw .icon { color: #57B648; }

.a-int a, #icons-int .icon { color: #27C2EC; }

.a-inc a, #icons-inc .icon { color: #7D3A95; }

.a-cons a, #icons-cons .icon { color: #078DCD; }

.a-staff a, #icons-staff .icon { color: #FCB42B; }

.a-iitr a, #icons-iitr .icon { color: #D32128; }

#icons-iit .icon, #icons-sw .icon, #icons-int .icon,
#icons-inc .icon, #icons-cons .icon, #icons-staff .icon {
	font-size: 4rem;
}
.a-iit a:hover, .a-sw a:hover,
.a-int a:hover, .a-inc a:hover,
.a-cons a:hover, .a-staff a:hover {
	color: #999;
	text-decoration: none;
}

.a-iit h4, .a-sw h4,
.a-int h4, .a-inc h4,
.a-cons h4, .a-staff h4 {
	color: #000;
	text-decoration: none;
}

.btn-contacto .elementor-button-text::before {
	content: url('assets/icons/svg/icon-mouse.svg');
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	vertical-align: middle;
}

/* Related Posts Linked Images */
.post-a {
	vertical-align: top;
	position: absolute;
	background-color: rgba(0,0,0,0);
	transition: all ease-in-out 0.3s;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
}

.pg-post a:hover > .post-a {
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
}
.post-a:hover::before {
	content: "Ir a la nota";
	position: absolute;
	top: 45%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: white;
}

.a-iit .pg-post a:hover > .post-a { background-color: rgba(0,0,0,0.5); }
.a-sw .pg-post a:hover > .post-a { background-color: rgba(86,185,71,0.5); }
.a-int .pg-post a:hover > .post-a { background-color: rgba(41,196,237,0.5); }
.a-inc .pg-post a:hover > .post-a { background-color: rgba(125,58,149,0.5); }
.a-cons .pg-post a:hover > .post-a { background-color: rgba(6,143,207,0.5); }
.a-staff .pg-post a:hover > .post-a { background-color: rgba(252,180,43,0.5); }


/* Footer =============================== */
.site-footer {
	padding-top: 5rem;
}
.site-footer p {
	margin-bottom: .5rem;
}
.site-footer h5 {
	margin-top: 30px;
}
.site-footer .icon {
	font-size: 2rem;
}

.footer-img {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

/* Social Media Navbar */
.menu-redes-sociales-container {
	margin-top: 1.2rem;
}

.menu-redes-sociales-container ul, .menu-lineas-de-negocio-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-redes-sociales-container li {
	display: inline-block;
	padding-right: 1rem;
}

.menu-redes-sociales-container a {
	border-radius: 2rem;
	background-color: #000;
	color: #fff !important;
	opacity: 1;
	transition: all ease-in-out .12s;
	width: 2rem;
	height: 2rem;
	text-align: center;
	display: block;
}

.menu-redes-sociales-container a:hover {
	text-decoration: none;
	opacity: .25;
}

.menu-redes-sociales-container ul.menu i {
	margin: 0;
}

.menu-redes-sociales-container ul.menu i::before {
	font-size: 1rem;
	vertical-align: middle;
}

/* Business Divisions Navbar */
.menu-lineas-de-negocio-container li {
	display: block;
	padding: .5rem;
	transition: all ease-in-out .12s;
	border-radius: .5rem;
}

.menu-lineas-de-negocio-container li:hover {
	background-color: #fafafa;
}

.menu-lineas-de-negocio-container i {
	display: block;
	width: 100%;
	height: 2rem;
}

#menu-software, #menu-intraining, #menu-staffing,
#menu-incloud, #menu-consulintg, #menu-soluciones-de-negocio {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-software li, #menu-intraining li, #menu-staffing li,
#menu-incloud li, #menu-consulintg li, #menu-soluciones-de-negocio li {
	width: 100%;
	padding: .25rem .5rem;
	border-bottom: 1px solid #eee;
}

/* Containers =============================== */
.site-main {
	position: relative;
}

/* Comments Area =============================== */
.comments-area {
	border-top: 1px solid #eee;
	margin-top: 2rem;
	padding: 1rem;
	width: 100%;
}

.comments-title {
	display: none;
}

.comment-list {
	margin: 0;
	padding: 0;
}

.comment {
	margin-bottom: 1rem;
	background-color: #fafafa;
	border-radius: 1rem;
	padding: 1rem;
}

.children {
	margin: .5rem 0 .5rem 0;
	padding-left: 2rem;
	border-top: 1px solid #eee;
}

.avatar {
	border-radius: 6rem;
	margin-right: .5rem;
}

textarea#comment {
	height: 8rem;
	border-color: #ddd;
	border-radius: .5rem;
}

.comments-area input[type="submit"] {
	background-color: #fff;
	padding: .5rem 1rem;
	border-radius: .5rem;
	font-size: 1rem;
	border-color: #57B648;
	color: #57B648;
	transition: all ease-in-out .25s;
	margin-top: 2rem;
}
.comments-area input[type="submit"]:hover {
	background-color: #57B648;
	color: #fff;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"] {
	width: 100%;
	height: 2.5rem;
	border-radius: .5rem;
	border-color: #ddd;
	padding: 1rem;
}

.comment-form label {
	font-weight: bolder;
}

/* Sidebar =============================== */
.widget-area input[type="search"],
.widget-area select {
	border-radius: .5rem;
	border-color: #ddd;
	width: 100%;
	height: 2.5rem;
	background-color: #fff;
	padding: 1rem;
}

.search-form { position: relative; }

.search-form input[type="search"] {
	border-radius: 5em;
	background-color: #fafafa;
	border-color: #ddd;
	padding: .5em 1em;
	max-width: 720px;
}

.search-form label { width: 100%; }

.widget-area input[type="submit"] {
	background-color: #fff;
	padding: .5rem 1rem;
	border-radius: 0 .5rem .5rem 0;
	font-size: 1rem;
	border-color: #57B648;
	color: #57B648;
	transition: all ease-in-out .25s;
	position: absolute;
	top: 0;
	right: 0;
	height: 2.5rem;
}

.widget-area input[type="submit"]:hover {
	background-color: #57B648;
	color: #fff;
}

/* Responsive Breakpoints =============================== */
/* Minimum Width 320px and Maximum Width 991px */
@media screen and (min-width: 20rem) and (max-width: 61rem){
	.img-laptop {
		position: relative;
		margin-bottom: 4rem;
	}

	.post-container .pg-post:nth-child(2),
	.post-container .pg-post:nth-child(3) {
		display: block;
		min-width: 100%;
	}

	.post-container .pg-post:nth-child(2) {
		padding-right: 0 !important;
	}

	.post-container .pg-post:nth-child(3) {
		padding-left: 0 !important;
	}

	.comments-area input[type="submit"] {
		width: 100%;
		height: 3rem;
	}

	/* Sidebar */
	aside.widget-area {
		position: relative !important;
		top: 0;
		right: 0;
	}
}

/* Minimum Width 992px and Maximum Width 1200px */
@media screen and (min-width: 62em) {
	/* Footer Related Posts */
	.post-container .pg-post:nth-child(2),
	.post-container .pg-post:nth-child(3) {
		vertical-align: top;
		display: inline-block;
		width: 49.69%;
		margin-top: 2rem;
	}
	
	.post-container .pg-post:nth-child(2) {
		padding-right: 15px;
	}

	.post-container .pg-post:nth-child(3) {
		padding-left: 15px;
	}

	/* Sidebar */
	aside.widget-area {
		position: absolute;
		top: 1.5rem;
		right: 0;
	}
}

.habilidades-list .card {
	border-radius: 1rem;
}
.habilidades-list ul, .garantias-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.habilidades-list li {
	display: inline-block;
	padding: .12rem 1rem;
	border-radius: 10rem;
	background-color: #eee;
	color: gray;
	margin: 0 .5rem 1rem 0;
}
.garantias-list li {
	display: block;
	margin-bottom: 1rem;
	padding-left: 3rem;
	position: relative;
}
.garantias-list .icon {
	position: absolute;
	top: 1rem;
	left: 0;
	font-size: 2rem;
	margin-left: 0;
}
.garantias-list strong {
	display: block;
}

/*--------------------------------------------------------------
* WOOCOMMERCE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
** Account
--------------------------------------------------------------*/
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
	border-right: 1px solid #F2F2F2;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
	background-color: #FAFAFA;
	font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #4F4F4F;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: .5em 1em .5em .5em;
	display: block;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before,
.woocommerce-MyAccount-navigation-link--orders a::before,
.woocommerce-MyAccount-navigation-link--downloads a::before,
.woocommerce-MyAccount-navigation-link--edit-address a::before,
.woocommerce-MyAccount-navigation-link--edit-account a::before,
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	margin-right: 8px;
	display: inline-block;
	width: 1.5em;
	text-align: center;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: '\f3fd';
}
.woocommerce-MyAccount-navigation-link--orders a::before {
	content: '\f07a';
}
.woocommerce-MyAccount-navigation-link--downloads a::before {
	content: '\f218';
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: '\f3c5';
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: '\f2c2';
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: '\f2f5';
}

/*--------------------------------------------------------------
** Messages
--------------------------------------------------------------*/
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	border: 0;
	
	border-radius: 6px;
	color: #fff;
}
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
	color: #fff;
}

.woocommerce-info {
	background-color: #007AFF;
}
.woocommerce-info::before {
	/*content: '\f05a';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;*/
}

.woocommerce-message {
	background-color: #6dc22e;
}

.woocommerce-error {
	background-color: #e30000;
}

/*--------------------------------------------------------------
** Address
--------------------------------------------------------------*/
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: initial;
	border-radius: .5em;
	padding: 1em;
	border: 1px solid #F2F2F2;
	min-height: 270px;
}

.woocommerce-account .addresses .title h3 {
	font-size: 21px;
}
.woocommerce-account .addresses .title .edit::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	margin-right: .25em;
	position: relative;
	bottom: 2px;
	font-size: 10px;
}

.woocommerce .woocommerce-column--billing-address h2::before,
.woocommerce .woocommerce-column--shipping-address h2::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	margin-right: .5em;
}
.woocommerce div.woocommerce-column--billing-address h2::before {
	content: '\f3c5';
}
.woocommerce div.woocommerce-column--shipping-address h2::before {
	content: '\f0d1';
}

/*--------------------------------------------------------------
** Form
--------------------------------------------------------------*/
.woocommerce form .form-row {
	display: block;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text,
.woocommerce .quantity .qty,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	height: 40px;
	border-radius: .5em;
	border-color: #ddd;
	padding: .5em 1em;
}

.woocommerce form .form-row textarea.input-text {
	height: 100px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 200px;
}

.select2-container--default .select2-selection--single {
	border-radius: .5em;
	border-color: #ddd;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 40px;
	padding: 4px 1em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: .5em;
}

.woocommerce form .form-row label {
	margin-bottom: 0;
	font-weight: bold;
	color: #4F4F4F;
}
.woocommerce form .form-row em {
	font-size: 14px;
	font-style: italic;
	color: #999;
}

.woocommerce form fieldset {
	margin: 30px 0;
}
.woocommerce form legend {
	font-weight: bold;
	font-size: 21px;
}

/* Order */
h3#order_review_heading {
	/*margin-top: 30px;*/
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-checkout-payment {
	max-width: 543px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	float: left;
}
.woocommerce-checkout-payment {
	float: right;
}

a.checkout-button.button.alt.wc-forward {
	height: auto;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #FAFAFA;
	border-radius: .5em;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	border-bottom: 1px solid #ddd;
	padding: .5em 0 .25em;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	border-radius: .5em;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.12);
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #fff;
}

/* Invalid */
.woocommerce form .form-row.woocommerce-invalid label {
	color: #e30000;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #e30000;
}

/*--------------------------------------------------------------
** Order Received
--------------------------------------------------------------*/
.woocommerce ul.order_details {
	padding: 1em;
	border-radius: .5em;
	background-color: #f2f2f2;
}

.woocommerce-checkout h2 {
	font-size: 24px;
}

.woocommerce .woocommerce-customer-details address {
	border: 0;
	padding: 0;
}

/*--------------------------------------------------------------
** Tables
--------------------------------------------------------------*/
.woocommerce table.shop_table {
	border-radius: .5em;
	border-color: #F2F2F2;
}
.woocommerce table.shop_table thead th {
	background-color: #007AFF;
	color: #fff;
}
.woocommerce table.shop_table thead th:first-child {
	border-radius: .5em 0 0 0;
}
.woocommerce table.shop_table thead th:last-child {
	border-radius: 0 .5em 0 0;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	width: 100px;
}

/*--------------------------------------------------------------
** Buttons
--------------------------------------------------------------*/
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce a.added_to_cart {
	height: 40px;
	border-radius: .5em;
}

.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce a.added_to_cart {
	background-color: #fff;
	color: #007AFF;
	border: 1px solid #007AFF;
	transition: ease-in-out .12s;
}
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce a.added_to_cart:hover {
	background-color: #007AFF;
	color: #fff;
}

.woocommerce a.button {
	line-height: 21px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #007AFF;
	border-radius: .5em;
	height: 40px;
	transition: ease-in-out .12s;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #0051ff;
}

/* Order */
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: initial;
}

/* List */
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
	display: block;
	width: 100%;
	text-align: center;
}

.woocommerce ul.products li.product .button {
	background-color: #007AFF;
	color: #fff;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus {
	opacity: 1;
	background-color: #0051ff;
}

.woocommerce a.added_to_cart {
	margin-top: 10px;
	padding-left: 1em;
	padding-right: 1em;
}


/*--------------------------------------------------------------
* EMPLOYEE SAMPLE FORM
--------------------------------------------------------------*/
#calculadora label,
#calculadora input:not([type="button"]) {
	display: block;
}
#calculadora label {
	font-weight: bold;
}
#calculadora input {
	border: 1px solid #f2f2f2;
	border-radius: .5em;
	height: 40px;
	padding: .5em 1em;
}

#calculadora input:not([type="button"]) {
	margin-bottom: 10px;
	background-color: #f2f2f2;
	width: 100%;
}

#calculadora input[type="button"] {
	margin-bottom: 30px;
	background-color: #fafafa;
	border-color: #283CA6;
	color: #283CA6;
	font-weight: bold;
	font-size: 18px;
}
#calculadora input[type="button"]:hover {
	background-color: #283CA6;
	color: #fff;
}

#calculadora #resultado h3 {
	font-size: 21px;
}
#calculadora #resultado h3 b {
	color: #283CA6;
}

/*--------------------------------------------------------------
* EXTRA STYLES
--------------------------------------------------------------*/
/* Store Loop */
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	height: 54px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	font-size: 1.125rem;
}

.woocommerce ul.products li.product .price {
	font-size: 1.125rem;
}

.woocommerce ul.products li.product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 1rem;
}
.woocommerce ul.products li.product label {
	margin-bottom: 0;
	font-weight: bold;
}
.woocommerce ul.products li.product input.qty {
	margin: 0 1rem;
}

.page .quantity {
	display: initial !important;
}

.woocommerce .quantity .qty {
	width: 6em !important;
}