/*!
Theme Name: Outumuro
Theme URI: 
Author: INV360 Dev Team
Author URI: 
Description: Custom theme by INV360
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: outumuro
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.

Outumuro is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
    -webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * 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;
    height: 0;
    overflow: visible;
}

/**
 * 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;
    font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 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;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * 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;
    font-size: 1em;
}

/**
 * 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;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    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;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * 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;
    padding: 0;
}

/**
 * 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;
    outline-offset: -2px;
}

/**
 * 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;
    font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body,
button,
input,
select,
optgroup,
textarea {
    color: #1b1b1b;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

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

p {
    margin-bottom: 24px;
}

p:last-child {
    margin-bottom: 0;
}

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;
    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;
}

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

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

ul,
ol {
    margin: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

img {
    height: auto;
    max-width: 100%;
    margin: 0;
}

figure {
    margin: 0;
}

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

/* Links
--------------------------------------------- */
a:focus {
    outline: 0;
}

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

textarea,
input {
    width: 100%;
    outline: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

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

.post,
.page {
    margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

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

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

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0;
}

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

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

/* 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;
    display: grid;
    grid-gap: 1.5em;
}

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

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

/* outumuro */

html body .elementor-section.elementor-section-boxed>.elementor-container,
html body .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    max-width: none;
    padding: 0;
    margin: 0;
}

.container {
    margin: 0 auto;
    display: block;
    padding: 0 24px;
    width: 100%;
}

html .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #1b1b1b;
    margin: 0;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #346A92;
    margin: 0;
}

/* header */
#web-outumuro {
 padding-top: 60px;
}

#site-header {
    padding: 16px 0;
    position: fixed;
    z-index: 99;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s ease;
}

#menu-mobile {
    font-size: 0;
    line-height: 28px;
    height: 28px;
}

#menu-mobile img {
    vertical-align: middle;
}

.logo-site {
    width: 48px;
    height: 28px;
    transition: all .3s ease;
}

#site-header .container {
    display: flex;
    justify-content: space-between;
}

#main-navigation {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f0f0f0;
    z-index: 99;
    display: none;
}

#main-navigation .menu-menu-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-navigation .menu-menu-container #primary-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

#main-navigation .menu-menu-container #primary-menu li {
    text-align: center;
    padding: 8px 16px;
}

#main-navigation .menu-menu-container #primary-menu li a {
    display: block;
    text-decoration: none;
    color: #1b1b1b;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

body.home #web-outumuro {
    padding-top: 0;
}

/* header */

/* footer */
#site-footer {
    background: #1b1b1b;
    padding: 40px 0 24px;
}

.pre-footer>figure {
    font-size: 0;
    line-height: 0;
}

.pre-footer>figure img {
    max-width: 169px;
}

#footer-navigation {
    margin: 36px 0;
}

#footer-navigation #primary-menu {
    list-style: none;
    padding: 0;
}

#footer-navigation #primary-menu li {
    line-height: 1;
    margin-bottom: 24px;
}

#footer-navigation #primary-menu li:last-child {
    margin-bottom: 0;
}

#footer-navigation #primary-menu li a {
    line-height: 14px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}

.copy,
.copy a {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.5);
}

/* footer */

/* inputs */


input:not([type="submit"]), textarea {
    outline: none;
    border-radius: 4px;
    height: 40px;
    border: 1px solid #dfdfdf;
    background: #fafafa;
    transition: all .3s ease;
    margin: 0;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 500;
    padding: 0 16px;
}

textarea {
    padding: 16px;
    height: 72px;
    resize: none;
}

input:not([type="submit"]):hover, textarea:hover {
    border-color: #1b1b1b;
}

input:not([type="submit"]):focus, textarea:focus {
    border-color: #346A92;
}

input[type="submit"]{
    background: #346A92;
    color: #ffffff;
    height: 48px;
    border-radius: 4px;
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
	transition: all .3s ease;
}
input[type="submit"]:hover {
	background: #4286B8;
}
input[type="submit"]:active {
	background: #274F6D;
}

label {
    color: #A4A4A4;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

body .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 24px;
}

body .wpcf7-form-control-wrap {
    line-height: 0;
    display: block;
}

body .wpcf7 form .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 8px 16px;
    border: 1px solid #346a92;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
}


/* inputs */


body .pum-theme-196 .pum-container, 
body .pum-theme-lightbox .pum-container {
    border: none;
    padding: 24px;
    background: #F4F6F8;
}

.outumuro-contact-modal figure {
    font-size: 0;
    margin: 32px 0 0;
    display: none;
}

.outumuro-contact-modal figure img {
    border-radius: 6px;
    object-fit: cover;
    height: 100%!important;
    width: 100%;
}

.outumuro-contact-modal h6 {
    margin-bottom: 10px;
}

.outumuro-contact-modal h3 {
    line-height: 29px;
}

body .pum-theme-196 .pum-content + .pum-close, 
body .pum-theme-lightbox .pum-content + .pum-close {
    font-size: 0;
    width: 24px;
    height: 24px;
    border: none;
    background: url(images/x.svg) no-repeat center center;
    background-size: cover;
    box-shadow: none;
    top: 4px;
    right: 4px;
}

.outumuro-contact-modal .col2 {
    margin-top: 48px;
}

@media screen and (min-width:576px) {}

@media screen and (min-width:768px) {
    #site-footer {
        padding: 36px 0;
    }

    #footer-navigation #primary-menu {
        display: flex;
    }

    #footer-navigation #primary-menu li {
        margin: 0 0 0 16px;
    }

    #footer-navigation {
        margin: 0;
    }

    .pre-footer {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-bottom: 30px;
    }

    .outumuro-contact-modal figure {
        display: block;
        height: 200px;
    }
    .outumuro-contact-modal {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 12px));
        grid-gap: 24px;
    }

    .outumuro-contact-modal .col2 {
        margin-top: 0;
    }
    body .pum-theme-196 .pum-content + .pum-close, 
    body .pum-theme-lightbox .pum-content + .pum-close {
        width: 48px;
        height: 48px;
    }
    body .pum-theme-196 .pum-container, body .pum-theme-lightbox .pum-container {
        padding: 48px;
    }
}

@media screen and (min-width:992px) {
    .container {
        padding: 0 40px;
    }

    .logo-site {
		width: 90px;
		height: 40px;
		position: relative;
		top: -7px;
    }

    #site-header {
        padding: 24px 0;
    }

    #menu-mobile {
        display: none;
    }

    #main-navigation {
        display: block;
        position: static;
        background: none;
    }

    #main-navigation .menu-menu-container #primary-menu {
        display: flex;
        align-items: center;
    }

    #main-navigation .menu-menu-container #primary-menu li {
        padding: 0;
    }

    #main-navigation .menu-menu-container #primary-menu li a {
        font-size: 14px;
        line-height: 14px;
        margin-left: 24px;
        border-bottom: 1px solid transparent;
        transition: all .3s ease;
    }

    #main-navigation .menu-menu-container #primary-menu li:not(:last-child) a:hover,
    #main-navigation .menu-menu-container #primary-menu li.current_page_item a {
        color: #346A92;
        border-color: #346A92;
    }

    #main-navigation .menu-menu-container #primary-menu li:last-child a {
        border: none;
        color: #ffffff;
        background: #346A92;
        width: 100px;
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
    }

    body.home #web-outumuro #site-header {
        background: transparent;
    }

    body.home #web-outumuro .logo-site {
        opacity: 0;
        pointer-events: none;
    }

    body.home #main-navigation .menu-menu-container #primary-menu li a {
        color: #ffffff;
    }

    body.home #main-navigation .menu-menu-container #primary-menu li:not(:last-child) a:hover,
    body.home #main-navigation .menu-menu-container #primary-menu li.current_page_item a {
        color: #ffffff;
        border-color: #ffffff;
    }

    body.home.scrolled #web-outumuro #site-header {
        background: #ffffff;
    }

    body.home.scrolled #web-outumuro .logo-site {
        opacity: 1;
        pointer-events: auto;
    }

    body.home.scrolled #main-navigation .menu-menu-container #primary-menu li:not(:last-child) a {
        color: #1b1b1b;
    }

    body.home.scrolled #main-navigation .menu-menu-container #primary-menu li:not(:last-child) a:hover,
    body.home.scrolled #main-navigation .menu-menu-container #primary-menu li.current_page_item a {
        color: #346A92;
        border-color: #346A92;
    }

    #footer-navigation {
        position: relative;
        top: 12px;
    }
    #web-outumuro {
        padding-top: 88px;
    }
    .outumuro-contact-modal figure {
        height: 238px;
    }
}

@media screen and (min-width:1200px) {
    body .pum-theme-196 .pum-container, body .pum-theme-lightbox .pum-container {
        padding: 100px;
    }
    .outumuro-contact-modal {
        grid-template-columns: repeat(2, calc(50% - 24px));
        grid-gap: 48px;
    }
    body .pum-theme-196 .pum-content + .pum-close, body .pum-theme-lightbox .pum-content + .pum-close {
        top: 32px;
        right: 32px;
    }
}

@media screen and (min-width:1400px) {
    .container {
        padding: 0;
        max-width: 1180px;
    }
}


/*******************************************************/

* {
	outline: none!important;
}
.container-template {
	max-width: 1040px;
	padding: 0 30px;
	margin: auto;
}

#jobs {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
	border-radius: 8px;
	padding: 48px;
}

#jobs h2,
#carreras h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.02em;
	color: #1b1b1b;
	margin: 0 0 64px;
}

#jobs a.apply {
	display: inline-block;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all .3s ease;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #346A92;
	border-radius: 6px;
	margin: 0;
	border: 1px solid #346A92;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

#jobs a.apply:hover {
	background: #346A92;
	color: #ffffff;
	border-color: #346A92;
}

#jobs a.apply:active {
	background: #274F6D;
	border-color: #274F6D;
}

#jobs article {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #E6E6E6;
}

#jobs article:first-child {
	padding-top: 0;
}

#jobs article:last-child {
	border: none;
	padding-bottom: 0;
}

#jobs article > div {
	width: calc(100% - 148px);
}

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

#jobs article > div p {
	margin: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #666666;
}

#jobs article > div div {
	display: flex;
	margin-top: 16px;
}

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

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

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

.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: #a4a4a4;
	margin: 0 0 4px;
}

.grid-form fieldset .wpcf7-form-control-wrap {
	display: block;
}

#carreras input[type="text"], 
#carreras input[type="email"], 
#carreras input[type="url"], 
#carreras input[type="password"], 
#carreras input[type="search"], 
#carreras input[type="number"], 
#carreras input[type="tel"], 
#carreras input[type="range"], 
#carreras input[type="date"], 
#carreras input[type="month"], 
#carreras input[type="week"], 
#carreras input[type="time"], 
#carreras input[type="datetime"], 
#carreras input[type="datetime-local"], 
#carreras input[type="color"], 
#carreras textarea, 
#carreras select {
	background-color: #fafafa;
	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;
}

#carreras 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%;
}

#carreras textarea {
	height: 72px;
	padding: 10px;
}

#carreras input[type="text"]:focus, 
#carreras input[type="email"]:focus, 
#carreras input[type="tel"]:focus, 
#carreras textarea:focus, 
#carreras select:focus {
	border-color: #346A92;
}

#carreras input[readonly="readonly"] {
	cursor: not-allowed;
}

#carreras input[readonly="readonly"]:focus {
	border-color: #CCCCCC;
}

#carreras input[type="submit"] {
	width: 200px;
	height: 48px;
	left: 0px;
	top: 372px;
	background: #346A92;
	border: 2px solid #346A92;
	border-radius: 6px;
	color: #ffffff;
	padding: 0;
	font-size: 16px;
	transition: all .3s ease;
	cursor: pointer;
	margin: 32px 0 0;
	font-weight: normal;
}

#carreras input[type="submit"]:hover {
	border-color: #4286B8;
	background: #4286B8;
	color: #ffffff;
}

#carreras input[type="submit"]:active {
	border-color: #274F6D;
	background: #274F6D;
}

#carreras .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 #346A92;
	box-sizing: border-box;
	border-radius: 6px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #346A92;
	line-height: 40px;
	text-indent: 48px;
	cursor: pointer;
	position: absolute;
	z-index: 0;
	margin: 18px 0 0;
	pointer-events: none;
	transition: background-color .3s ease;
}

#carreras .wpcf7-form-control-wrap.your-cv:hover + span + .fake-button-upload {
	background: url(images/icono-upload-hover.svg) no-repeat 24px 50%;
	background-color: #346A92;
	color: #ffffff;
}

#carreras .wpcf7-form-control-wrap.your-cv:active + span + .fake-button-upload {
	background-color: #274F6D;
}

#carreras .wpcf7 input[type="file"] {
	cursor: pointer;
	height: 38px;
	opacity: 0;
}

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

.content-in {
    margin: 0;
    padding: 120px 0 60px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    max-width: 690px;
}

.content-in h1 {
    margin: 0 0 40px;
    font-size: 28px;
    line-height: 32px;
    color: #1b1b1b;
}

.content-in p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin: 0;
}

body .wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

body .wpcf7-not-valid-tip {
	font-size: 12px;
}

.scroll-items {
	max-height: 506px;
	overflow: auto;
}

.nicescroll-rails.nicescroll-rails-vr {
	margin-left: 16px;
}

html body #carreras 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;
}

#carreras input[type=file],
#carreras input[type=file]::-webkit-file-upload-button {
	cursor: pointer; 
}

body.page-id-42 {
    background: #fafafa;
}

.grid-form+div {
    position: relative;
}

.grid-form+div .ajax-loader {
    position: absolute;
    right: 12px;
    margin: 0;
    bottom: 12px;
}

.image-grid-jobs {
    font-size: 0;
    line-height: 0;
}

.image-grid-jobs img {
    width: 100%;
}

.form-outumuro > div:last-child .wpcf7-spinner {
	position: absolute;
	margin: 0;
	right: 12px;
	top: 12px;
}



/* media queries */
@media screen and (max-width: 1200px) {
    .container-template {
        max-width: 990px;
    }
}
@media screen and (max-width: 991px) {
    #carreras {
        max-width: none;
    }
    .container-template {
        max-width: 756px;
    }
}
@media screen and (max-width: 768px) {
	.content-in,
    #carreras {
		padding: 80px 0;
        max-width: 596px;
        margin: auto;
	}
	#jobs {
		padding: 24px;
	}
	html .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 0;
	}
}

@media screen and (max-width: 576px) {
    .image-grid-jobs {
        display: none;
    }
    .grid-form {
		grid-template-columns: 100%;
	}
    #carreras input[type="submit"] {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
	#jobs article {
		display: block;
	}
	#jobs article > div {
		width: 100%;
	}
    #jobs article > div div {
        flex-direction: column;
        margin-top: 8px;
    }
    #jobs article > div div span {
        margin: 8px 0 0;
    }
    #jobs a.apply {
        margin-top: 24px;
		width: 100%;
    }
}


/* fix footer form */
.outumuro-footer-form {
    padding: 80px 0;
    background: #F4F6F8;
}
.outumuro-footer-form .col2 {
    display: none;
}

.outumuro-footer-form .col1 {
    max-width: 596px;
    margin: auto;
}

.form-outumuro > div {
    position: relative;
    padding-bottom: 8px;
}

.form-outumuro > div:last-child {
    padding: 0;
    margin-top: 40px;
}

.form-outumuro > div .ajax-loader{
    margin: 0;
    position: absolute;
    right: 14px;
    top: 14px;
    pointer-events: none;
}

.outumuro-footer-form h3 {
    margin-bottom: 48px;
}

.outumuro-footer-form h6 {
    margin-bottom: 10px;
}

@media screen and (min-width:992px) {
    .outumuro-footer-form .container {
        display: flex;
        max-width: 756px;
        padding: 0;
    }
    .outumuro-footer-form .col1 {
        max-width: none;
        margin-right: 102px;
        margin-left: 0;
    }
    .outumuro-footer-form .col2 {
        display: inline-flex;
    }
    .outumuro-footer-form h3 {
        margin-bottom: 29px;
    }
    .outumuro-footer-form .col1 .wpcf7,
    .outumuro-footer-form .col1 h6,
    .outumuro-footer-form .col1 h3 {
        max-width: 366px;
    }
    .outumuro-footer-form .col2 figure {
        width: 288px;
        height: 562px;
        margin: 0 auto!important;
    }
    .outumuro-footer-form .col2 figure img {
        object-fit: cover;
        height: 100%;
        border-radius: 4px;
    }
}

@media screen and (min-width:1200px) {
    .outumuro-footer-form .col1 {
        margin-right: 119px;
    }
    .outumuro-footer-form .col2 figure {
        width: 453px;
        margin: 0!important;
    }
    .outumuro-footer-form .container {
        max-width: 930px;
    }
}

@media screen and (min-width:1400px) {
    .outumuro-footer-form .col2 figure {
        width: 536px;
    }
    .outumuro-footer-form .container {
        max-width: 980px;
    }
    .outumuro-footer-form .col2 figure img {
        width: 100%;
    }
    .outumuro-footer-form .col1 {
        margin-right: 77px;
    }
}
/*****************/

.elementor-section.terms-privacy {
	padding: 24px 24px 56px;
    background: #f7f7f7;
}

.cont-zm {
	max-width: 1180px;
    margin: auto;
}

.cont-zm a {
	color: #346a92!important;
}

