/*!
Theme Name: inma
Theme URI: http://underscores.me/
Author: Garamond
Author URI: https://garamond.uy
Description: Description
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: inma
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.

inma 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

--------------------------------------------------------------*/
/**
 *  Responsive breakpoints
 */
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 16px;
	line-height: 20px;
	font-family: SpaceGrotesk;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 1rem 0;
}

h1 {
	font-size: 40px;
	line-height: 45px;
}

@media (min-width: 647px) {
	h1 {
		font-size: 50px;
		line-height: 55px;
	}
}

@media (min-width: 1025px) {
	h1 {
		font-size: 58px;
		line-height: 63px;
	}
}

@media (min-width: 1550px) {
	h1 {
		font-size: 63px;
		line-height: 67px;
	}
}

h2 {
	font-size: 30px;
	line-height: 35px;
}

@media (min-width: 647px) {
	h2 {
		font-size: 40px;
		line-height: 45px;
	}
}

@media (min-width: 1550px) {
	h2 {
		font-size: 50px;
		line-height: 55px;
	}
}

p {
	padding: 0;
	margin-top: 0;
}

@media (min-width: 1550px) {
	p {
		font-size: 18px;
		line-height: 22px;
	}
}

p.cursive {
	font-size: 24px;
	font-family: 'Cormorant Medium';
}

@media (min-width: 1550px) {
	p.cursive {
		font-size: 26px;
		line-height: 30px;
	}
}

pem, p em, p.italic, p .italic {
	font-size: 24px;
	font-style: normal;
	font-family: 'Cormorant MediumItalic';
}

@media (min-width: 1550px) {
	pem, p em, p.italic, p .italic {
		font-size: 26px;
		line-height: 30px;
	}
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	max-width: 100%;
	overflow: auto;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

::selection {
	background: #ffc1dd;
}

@font-face {
	font-family: 'SpaceGrotesk';
	src: url("./assets/fonts/static/SpaceGrotesk-Light.woff2") format("woff2"), url("./assets/fonts/static/SpaceGrotesk-Light.woff") format("woff"), url("./assets/fonts/static/SpaceGrotesk-Light.ttf") format("truetype");
	font-weight: 300;
}

@font-face {
	font-family: 'SpaceGrotesk';
	src: url("./assets/fonts/static/SpaceGrotesk-Regular.woff2") format("woff2"), url("./assets/fonts/static/SpaceGrotesk-Regular.woff") format("woff"), url("./assets/fonts/static/SpaceGrotesk-Regular.ttf") format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: 'SpaceGrotesk';
	src: url("./assets/fonts/static/SpaceGrotesk-Medium.woff2") format("woff2"), url("./assets/fonts/static/SpaceGrotesk-Medium.woff") format("woff"), url("./assets/fonts/static/SpaceGrotesk-Medium.ttf") format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: 'SpaceGrotesk';
	src: url("./assets/fonts/static/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("./assets/fonts/static/SpaceGrotesk-SemiBold.woff") format("woff"), url("./assets/fonts/static/SpaceGrotesk-SemiBold.ttf") format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: 'SpaceGrotesk';
	src: url("./assets/fonts/static/SpaceGrotesk-Bold.woff2") format("woff2"), url("./assets/fonts/static/SpaceGrotesk-Bold.woff") format("woff"), url("./assets/fonts/static/SpaceGrotesk-Bold.ttf") format("truetype");
	font-weight: 700;
}

@font-face {
	font-family: 'Gidole';
	src: url("./assets/fonts/Gidole-Regular.ttf") format("truetype");
	font-weight: 400;
}

@font-face {
	font-family: 'Metanoia';
	src: url("./assets/fonts/Metanoia.ttf") format("truetype");
	font-weight: 400;
}

/* Elements
--------------------------------------------- */
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "SpaceGrotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

#page {
	display: none;
}

body.loaded #page {
	background: #fff;
	display: revert;
}

.home-servicios::after,
.home-proyectos::after,
.home-team::after {
	content: '';
	display: block;
	position: absolute;
	top: 65px;
	left: 0;
	width: 6px;
	height: 100px;
	background-color: #FE2E8D;
}

.title-bordered::after {
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background-color: #FE2E8D;
	margin-top: 1rem;
}

.noSelect {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.noSelect:focus {
	outline: none !important;
}

hr {
	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: 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%;
}

figure {
	margin: 0;
}

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

@keyframes float-rotated-180 {
	0% {
		transform: translateY(-10px) rotate(180deg);
	}
	50% {
		transform: translateY(10px) rotate(180deg);
	}
	100% {
		transform: translateY(-10px) rotate(180deg);
	}
}

.button--fill-in::after {
	content: '';
	position: absolute;
	background: #FE2E8D;
	width: 100%;
	height: 100%;
	z-index: 0;
	width: 41px;
	right: 6px;
	height: 40px;
	border-radius: 50%;
	transition: all .25s ease;
}

.button--fill-in.outline::after {
	background: #fff;
	width: 0;
	height: 0;
	right: 25px;
}

.footer-button__text,
.button__text,
.button__svg-wrapper {
	z-index: 5;
}

.button--fill-in:hover {
	color: #fff;
}

.button--fill-in:hover::after {
	transition: all .75s ease;
	width: 750px;
	right: -50%;
	height: 750px;
	border-radius: 100%;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	color: inherit;
}

@media (pointer: coarse) and (hover: none) {
	a {
		text-decoration: underline;
	}
}

a:hover {
	text-decoration: underline;
}

.woocommerce-cart a, .woocommerce-checkout a {
	color: #101820;
}

/* Forms
--------------------------------------------- */
.button {
	padding: .9rem 1.75rem;
	background-color: transparent;
	text-decoration: none;
	display: block;
	width: fit-content;
	text-transform: uppercase;
	border: 1px solid #FE2E8D;
	cursor: pointer;
	color: #D9D9D9;
	letter-spacing: 2px;
	font-size: .9rem;
}

.button.button--inverted:hover {
	background-color: #fff;
	border: 1px solid #fff;
}

.button:hover {
	background-color: #FCFCFC;
	border: 1px solid #FCFCFC;
	text-decoration: none;
}

.button:focus-visible {
	outline-color: #FE2E8D;
	outline-width: 1px;
	outline-offset: 0px;
}

.button--inverted:hover {
	background-color: #fff;
	border: 1px solid #fff;
}

.woocommerce-cart .button:hover, .woocommerce-checkout .button:hover {
	background-color: #231932;
	border-color: #231932;
	color: #fff;
}

.button--fill-in {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	column-gap: 2rem;
	width: fit-content;
	padding: 0.3rem 0.3rem 0.3rem 1.6rem;
	margin-top: 3rem;
	border-radius: 50px;
	border: 1px solid #D9D9D9;
	color: #FE2E8D;
	font-weight: 500;
	overflow: hidden;
	position: relative;
	transition: color .25s ease;
	transition: border-color .1s ease;
	justify-content: space-between;
	width: 100%;
}

.button--fill-in.home-presentation__button {
	width: fit-content;
}

@media (min-width: 448px) {
	.button--fill-in {
		width: fit-content;
	}
}

.button--fill-in:hover {
	transition: color .25s ease;
	transition: border-color .15s .15s ease;
	text-decoration: none;
	color: #fff;
	border-color: transparent;
}

.button--fill-in:hover .button__svg-wrapper {
	transform: translateX(-15px);
	transition: transform .25s .05s ease;
}

.button--fill-in:hover .footer-button__svg-wrapper {
	transform: rotate(90deg) translateY(15px);
	transition: transform .25s .05s ease;
}

.button--fill-in.outline {
	color: #fff;
}

.button--fill-in.outline:hover {
	color: #FE2E8D;
}

@media (pointer: coarse) and (hover: none) {
	.button--fill-in {
		text-decoration: none;
	}
}

.footer__button {
	border-width: 2px;
}

@media (pointer: coarse) and (hover: none) {
	.footer__button {
		text-decoration: none;
	}
}

.footer-button__svg-wrapper {
	display: flex;
	justify-items: center;
	position: relative;
	background: transparent;
	border-radius: 50px;
	padding: 20px;
	padding: 12px;
	z-index: 25;
	transform: rotate(90deg);
	border: 2px solid white;
	transition: transform .45s ease;
}

.footer-button__figure {
	height: 17px;
	width: 17px;
}

.footer-button__svg {
	width: 100%;
	height: 100%;
}

.button__svg-wrapper {
	display: grid;
	place-content: center;
	background: #FE2E8D;
	padding: 0.8rem;
	border-radius: 50%;
	transition: transform .25s ease;
}

.button__svg-wrapper svg {
	width: 17px;
	height: 17px;
	transform: rotate(90deg);
}

.button__svg-wrapper svg * {
	stroke: white;
}

.wpcf7-submit {
	text-transform: capitalize;
	width: fit-content;
	cursor: pointer;
	background: transparent;
	color: #FE2E8D;
	font-weight: 600;
	width: 100%;
	border: none;
	z-index: 25;
	position: relative;
	padding: 1rem 3.5rem;
	padding-right: 5rem;
}

.submit-button__wrapper {
	width: fit-content;
	position: relative;
	grid-column: 1 / 3;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50px;
	border: 1px solid #D9D9D9;
	margin-bottom: 4rem;
	width: 100%;
}

@media (min-width: 448px) {
	.submit-button__wrapper {
		width: fit-content;
	}
}

.submit-button__wrapper::before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	right: 5px;
	top: 50%;
	background: url(/wp-content/themes/inma/assets/images/arrow--white.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center;
	transform: rotate(90deg) translateX(-50%);
	background-color: #FE2E8D;
	display: flex;
	justify-content: center;
	padding: 20px;
	border-radius: 100%;
	z-index: 25;
	transition: transform .25s ease;
}

.submit-button__wrapper::after {
	content: '';
	background-color: #FE2E8D;
	border-radius: 100%;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	padding: 20px;
	z-index: 0;
	transition: all .35s ease;
}

.submit-button__wrapper:hover::after {
	width: 200%;
	height: 350px;
	right: -25px;
	transition: all .75s ease;
}

.submit-button__wrapper:hover::before {
	transform: rotate(90deg) translateX(-50%) translateY(15px);
	transition: transform .45s ease;
}

.submit-button__wrapper:hover {
	border-color: transparent;
	transition: transform .25s ease;
}

.submit-button__wrapper:hover input {
	color: #fff;
}

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 {
	padding: 1rem;
	border: none;
	border-bottom: solid 1px #D9D9D9;
	width: 100%;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
	outline: none;
	border-width: 2px;
	border-color: #A1A1A1;
}

input[type="checkbox"] {
	accent-color: #FE2E8D;
}

input[type="radio"] {
	accent-color: #D9D9D9;
}

select {
	padding: 0.6rem 2rem 0.6rem 0.5rem;
	border-color: #FE2E8D;
	-webkit-appearance: none;
	appearance: none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #fafafa;
	height: 45px;
	width: 100%;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
	background-position: 102%;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-radius: 0;
}

select:focus-visible {
	outline-color: #FE2E8D;
	outline-width: 1px;
	outline-offset: 0px;
}

textarea {
	width: 100%;
	resize: vertical;
	min-height: 75px;
	max-height: 120px;
}

label {
	font-family: 'Raleway';
}

.pewc-product-extra-groups {
	padding-left: 0;
}

.pewc-item-field-wrapper {
	display: flex;
	flex-flow: column;
	row-gap: 0.5rem;
}

.pewc-group-heading-wrapper {
	display: none;
}

.pewc-item-field-wrapper label {
	margin-bottom: .5em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-js {
	visibility: visible;
}

.site-main {
	margin-top: 67px;
}

@media (min-width: 1025px) {
	.site-main {
		margin-top: 82px;
	}
}

@media (min-width: 1550px) {
	.site-main {
		margin-top: 82px;
	}
}

.home .site-main {
	margin-top: 0;
}

.full-width {
	position: relative;
	width: calc(100vw - (var(--scrollbar-width, 17px)));
	left: 50%;
	right: 50%;
	margin-left: calc(-50vw + (var(--scrollbar-width, 17px) / 2));
	margin-right: calc(-50vw + (var(--scrollbar-width, 17px) / 2));
}

.modal--active .full-width {
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
}

.container {
	padding: 0 2rem;
	margin: auto;
}

@media (min-width: 647px) {
	.container {
		padding: 0 3rem;
	}
}

@media (min-width: 1025px) {
	.container {
		padding: 0 3rem;
	}
}

@media (min-width: 1550px) {
	.container {
		padding: 0 8rem;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Blocks
--------------------------------------------- */
.home-header {
	position: relative;
	z-index: 0;
	height: 525px;
	display: grid;
}

@media (min-width: 647px) {
	.home-header {
		display: block;
		height: 99vh;
	}
}

.home-header .loader-spinner__wrapper {
	display: none;
}

.home-header__iframe-wrapper,
.home-header__placeholder-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

@media (min-width: 647px) {
	.home-header__iframe-wrapper,
	.home-header__placeholder-image {
		display: block;
	}
}

.home-header__iframe-wrapper {
	max-height: 100vh;
	transform: translateX(-50%);
	padding-bottom: 56.25%;
	min-width: 2000px;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 50%;
}

.home-header__iframe-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #08043587;
	width: 100%;
	height: 100%;
}

#home-header__iframe {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-header__content {
	z-index: 30;
	place-self: flex-end;
	padding: 2rem;
}

@media (min-width: 647px) {
	.home-header__content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		text-shadow: 0px 0px 10px #000000a3;
		padding: 3rem;
	}
}

@media (min-width: 1025px) {
	.home-header__content {
		padding: 3rem;
	}
}

@media (min-width: 1550px) {
	.home-header__content {
		padding: 8rem;
	}
}

.home-header__title {
	font-size: 30px;
	line-height: 32px;
	color: #101820;
	margin-bottom: 1.5rem;
}

@media (min-width: 647px) {
	.home-header__title {
		margin-bottom: 3rem;
		color: #fff;
		font-size: 40px;
		line-height: 45px;
	}
}

@media (min-width: 1025px) {
	.home-header__title {
		font-size: 45px;
		line-height: 50px;
	}
}

.home-header__placeholder-figure {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

@media (min-width: 647px) {
	.home-header__placeholder-figure {
		display: block;
	}
}

.home-header__placeholder-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
	display: none;
}

@media (min-width: 647px) {
	.home-header__placeholder-image {
		display: block;
	}
}

.home-header__description {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #101820;
}

@media (min-width: 647px) {
	.home-header__description {
		color: #fff;
		font-size: 20px;
		line-height: 26px;
	}
}

@media (min-width: 1550px) {
	.home-header__description {
		font-size: 24px;
		line-height: 30px;
	}
}

.home-header__arrow-wrapper {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	padding: 10px;
	border-radius: 100%;
	border: solid 2px #FE2E8D;
	margin: 2rem;
	animation: 4s ease-in-out infinite both running float-rotated-180;
	display: none;
}

@media (min-width: 647px) {
	.home-header__arrow-wrapper {
		display: grid;
		margin: 3rem;
	}
}

@media (min-width: 1025px) {
	.home-header__arrow-wrapper {
		margin: 3rem;
	}
}

@media (min-width: 1550px) {
	.home-header__arrow-wrapper {
		margin: 8rem;
	}
}

.home-header__arrow-wrapper svg * {
	color: #FE2E8D;
}

.home-header__arrow-wrapper svg {
	width: 17px;
	height: 17px;
}

.home-presentation {
	position: relative;
	display: grid;
	z-index: 5;
	grid-template-columns: 1fr;
}

@media (min-width: 1025px) {
	.home-presentation {
		grid-template-columns: repeat(2, 1fr);
	}
}

.home-presentation__content {
	position: relative;
	padding: 100px;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	overflow: hidden;
	order: 1;
	display: flex;
	flex-flow: column;
	width: 100%;
}

@media (min-width: 647px) {
	.home-presentation__content {
		order: 0;
		padding-left: 3rem;
		padding-right: 3rem;
		display: block;
	}
}

@media (min-width: 1025px) {
	.home-presentation__content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 1550px) {
	.home-presentation__content {
		padding-left: 8rem;
		padding-right: 8rem;
	}
}

.home-presentation__content img {
	max-width: 65px;
	margin-bottom: 2rem;
	order: -1;
}

@media (min-width: 647px) {
	.home-presentation__content img {
		margin-top: 2rem;
		order: unset;
	}
}

@media (min-width: 1025px) {
	.home-presentation__content img {
		max-width: 75px;
	}
}

.home-presentation__background {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180%;
	height: 110%;
	background: radial-gradient(circle at 80% -30%, #fc2d8a 20%, #070331 65%);
	z-index: -1;
}

.home-presentation__background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/themes/inma/assets/images/ruido.png");
	background-repeat: repeat;
	background-size: 90px;
}

.home-presentation__figure {
	min-height: 300px;
	position: relative;
}

.home-presentation__button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 0;
}

.home-presentation__button svg * {
	fill: #fff;
}

.home-presentation__button svg {
	transform: translate(0);
}

.home-presentation__button.button--fill-in {
	background: #10182070;
	color: #fff;
	border-color: #7C828770;
}

.home-presentation__button.button--fill-in:hover {
	border: none;
}

.home-presentation__button.button--fill-in:hover .button__svg-wrapper {
	transform: translateX(0) scale(1.2);
}

.home-presentation__button.button--fill-in::after {
	background: #7C828770;
}

.home-presentation__button .button__svg-wrapper {
	background: none;
}

.home-presentation__image {
	object-fit: cover;
	height: 100%;
	object-position: right;
}

.home-presentation__title {
	color: #fff;
	padding-right: 3.2rem;
}

@media (min-width: 647px) {
	.home-presentation__title {
		padding-right: 0;
	}
}

.home-presentation__description {
	color: #FE2E8D;
	padding-right: 3.8rem;
	margin-bottom: 0;
}

@media (min-width: 647px) {
	.home-presentation__description {
		margin-bottom: revert;
		font-size: 18px;
		line-height: 22px;
		padding-right: 0;
	}
}

.home-presentation__modal-content {
	display: none;
	position: relative;
}

.modal--open .home-presentation__modal-content {
	display: block;
	height: 100%;
}

.home-presentation__iframe-wrapper,
.home-presentation__placeholder-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-presentation__iframe-wrapper {
	max-height: 100vh;
	height: auto;
	transform: translate(-50%, -50%);
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	top: 50%;
	left: 50%;
}

.home-presentation__iframe {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-proyectos {
	background-color: #FCFCFC;
	padding: 90px 2rem;
}

@media (min-width: 647px) {
	.home-proyectos {
		padding: 90px 3rem;
	}
}

@media (min-width: 1025px) {
	.home-proyectos {
		padding: 90px 3rem;
	}
}

@media (min-width: 1550px) {
	.home-proyectos {
		padding: 90px 8rem;
	}
}

.home-proyectos__header {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	margin-bottom: 2rem;
}

.home-proyectos__title {
	grid-column: 1 / 13;
}

@media (min-width: 1025px) {
	.home-proyectos__title {
		grid-column: 1 / 4;
	}
}

.home-proyectos__description {
	grid-column: 1 / 13;
}

@media (min-width: 647px) {
	.home-proyectos__description {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (min-width: 1025px) {
	.home-proyectos__description {
		grid-column: 4 / 13;
	}
}

.projects__list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 90px;
	column-gap: 1.5rem;
}

.projects__item {
	margin-bottom: 3.5rem;
}

.projects__content {
	display: flex;
	column-gap: 1rem;
	align-items: center;
	margin-top: 1rem;
}

.projects-item__title,
.projects-item__location {
	margin: 0;
}

.projects-item__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
}

.projects-item__separator,
.projects-item__location {
	color: #7C8287;
	font-size: 15px;
	padding-top: 4px;
}

.projects-home__link {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	column-gap: 1rem;
	font-weight: 700;
	color: #7C8287;
	font-size: 16px;
}

@media (min-width: 1025px) {
	.projects-home__link {
		font-size: 20px;
	}
}

.projects-home__link svg {
	transform: rotate(90deg);
	max-width: 17px;
}

.home-servicios {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	padding: 90px 2rem;
	column-gap: 2rem;
	row-gap: 2rem;
}

@media (min-width: 647px) {
	.home-servicios {
		padding: 90px 3rem;
	}
}

@media (min-width: 1025px) {
	.home-servicios {
		grid-template-columns: repeat(2, 1fr);
		padding: 90px 3rem;
	}
}

@media (min-width: 1550px) {
	.home-servicios {
		padding: 90px 8rem;
	}
}

.home-servicios__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-servicios__item {
	border-bottom: 1px solid #D9D9D9;
}

.home-servicios__item summary .home-servicio__item-arrow {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-self: center;
	justify-self: right;
	flex-grow: 1;
	flex-shrink: 0;
}

.home-servicios__item summary.home-servicio__item-title svg {
	transition: transform .25s ease-in-out;
}

.home-servicio__item-title svg {
	max-height: 22px;
	transform: rotate(180deg);
}

.home-servicios__item details[open] .home-servicio__item-title svg {
	transform: rotate(0);
	transition: transform .25s ease-in-out;
}

.home-servicios__item details[open] summary > span {
	color: #FE2E8D;
}

.home-servicio__item-title svg * {
	color: #FE2E8D;
	stroke-width: 2px;
}

.home-servicio__item-text {
	font-size: 18px;
	line-height: 20px;
	flex-grow: 1;
}

@media (min-width: 1025px) {
	.home-servicio__item-text {
		font-size: 24px;
		line-height: 30px;
	}
}

.home-servicios__item summary {
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	column-gap: 1rem;
	align-items: center;
	padding: 1rem 0;
	cursor: pointer;
	font-size: 24px;
}

.home-servicios__item summary:hover > span {
	color: #FE2E8D;
}

@media (min-width: 647px) {
	.home-servicios__item summary {
		column-gap: 2rem;
	}
}

.home-servicios__item summary::marker,
.home-servicios__item summary::-webkit-details-marker {
	display: none;
}

.home-servicio__item-description {
	padding-left: 67px;
	font-size: 16px;
	line-height: 20px;
}

@media (min-width: 647px) {
	.home-servicio__item-description {
		padding-right: 1.6rem;
	}
}

@media (min-width: 1025px) {
	.home-servicio__item-description {
		font-size: 18px;
		line-height: 26px;
	}
}

.home-servicio__item-figure {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-servicio__item-image {
	max-height: 100%;
}

.home-servicio__item-link {
	display: flex;
	color: #FE2E8D;
	column-gap: 1rem;
	font-weight: 500;
	align-items: center;
	padding-left: 67px;
	margin-bottom: 67px;
}

.home-servicio__item-link .home-servicio__item-arrow {
	display: grid;
	place-items: center;
}

.home-servicio__item-link .home-servicio__item-arrow svg {
	transform: rotate(90deg);
	width: 17px;
	height: 17px;
}

.home-servicio__item-link .home-servicio__item-arrow svg * {
	color: #FE2E8D;
}

@media (min-width: 647px) {
	.home-servicios__description {
		font-size: 18px;
		line-height: 22px;
	}
}

.home-team {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	padding: 90px 2rem;
	column-gap: 2rem;
	row-gap: 2rem;
}

@media (min-width: 647px) {
	.home-team {
		padding: 90px 3rem;
	}
}

@media (min-width: 1025px) {
	.home-team {
		grid-template-columns: repeat(2, 1fr);
		padding-right: 0;
		padding-left: 3rem;
	}
}

@media (min-width: 1550px) {
	.home-team {
		padding-right: 0;
		padding-left: 8rem;
	}
}

.home-team__iframe-wrapper,
.home-team__placeholder-image {
	width: 100%;
	height: 100%;
}

.home-team__iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	height: fit-content;
	place-self: center;
	z-index: 10;
}

.home-team__iframe-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
	height: 100%;
	z-index: 20;
}

#home-team__iframe {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-team__content {
	z-index: 30;
	display: grid;
	place-content: center;
}

.home-team__placeholder-figure {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.home-team__placeholder-image {
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.home-team__title {
	margin-bottom: 3rem;
}

.home-team__description {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #7C8287;
}

.proyectos {
	padding: 2rem;
}

@media (min-width: 647px) {
	.proyectos {
		padding: 3rem;
	}
}

@media (min-width: 1025px) {
	.proyectos {
		padding: 3rem;
	}
}

@media (min-width: 1550px) {
	.proyectos {
		padding: 8rem;
	}
}

.projects__modal-content .glide__track {
	position: relative;
}

.projects__modal-content .glide__arrows {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 2rem 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

@media (min-width: 647px) {
	.projects__modal-content .glide__arrows {
		display: flex;
		bottom: 0;
		top: revert;
		transform: translateY(0);
	}
}

.projects__modal-content .glide__arrow {
	border: none;
	padding: 0;
	background-color: #7C828770;
	display: flex;
	justify-content: center;
	padding: 0.7rem;
	border-radius: 50%;
	cursor: pointer;
}

.projects__modal-content .glide__arrow svg {
	height: 17px;
	width: 17px;
}

.projects__modal-content .glide__arrow svg * {
	stroke: #fff;
}

.projects__modal-content .glide__arrow--left {
	transform: rotate(-90deg);
}

.projects__modal-content .glide__arrow--right {
	transform: rotate(90deg);
}

.projects__modal-content {
	display: none;
}

.projects__list .projects__item {
	cursor: pointer;
}

.modal--open .projects__modal-content {
	display: block;
}

.projects-modal__list {
	padding: 0;
	list-style: none;
	row-gap: 1rem;
	margin: 0;
	padding: 2rem 0;
	background: #fff;
}

@media (min-width: 647px) {
	.projects-modal__list {
		background: unset;
		row-gap: 0;
		margin: 0;
	}
}

.gallery__item--hidden {
	display: none;
}

.gallery__item {
	align-self: center;
	background-color: #fff;
	padding: 0 1rem;
}

@media (min-width: 647px) {
	.gallery__item {
		padding: 0;
	}
}

.gallery__item--presentation {
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 647px) {
	.gallery__item--presentation {
		grid-template-columns: repeat(2, 1fr);
	}
}

.gallery-item__figure,
.gallery-item__image {
	height: 100%;
	display: block;
}

.gallery-presentation__figure {
	max-height: 350px;
}

@media (min-width: 448px) {
	.gallery-presentation__figure {
		max-height: 450px;
	}
}

@media (min-width: 647px) {
	.gallery-presentation__figure {
		max-height: 600px;
	}
}

.gallery-presentation__image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.gallery-presentation-content__header {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

@media (min-width: 647px) {
	.gallery-presentation-content__header {
		margin-top: 3rem;
	}
}

.gallery-presentation-header__title {
	font-size: 35px;
	font-weight: 400;
}

.gallery-presentation-header__gerenciamiento {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}

.gerenciamiento__title {
	margin-bottom: 0;
}

.gerenciamiento__list {
	margin: 0;
	padding-left: 1.5rem;
	margin-top: 0.5rem;
}

.gerenciamiento__item {
	margin-bottom: 0.25rem;
}

.gerenciamiento__item::marker {
	color: #FE2E8D;
}

.gerenciamiento__post {
	font-size: 14px;
	color: #7C8287;
}

.gallery-presentation-header__name {
	font-size: 20px;
}

.gallery-presentation-header__post {
	color: #FE2E8D;
}

.gallery-presentation__content {
	padding: 1rem;
}

@media (min-width: 647px) {
	.gallery-presentation__content {
		padding: 3rem 1rem;
	}
}

@media (min-width: 1025px) {
	.gallery-presentation__content {
		padding: 3rem;
	}
}

.gallery-presentation-content__description {
	margin-bottom: 2rem;
}

.gallery-presentation-content__footer {
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 647px) {
	.gallery-presentation-content__footer {
		margin-bottom: 3rem;
		margin-top: 2rem;
	}
}

@media (min-width: 1025px) {
	.gallery-presentation-content__footer {
		grid-template-columns: repeat(2, 1fr);
	}
}

.gallery-content-footer__place,
.gallery-content-footer__year {
	display: flex;
	flex-direction: column;
}

.gallery-content-footer-place__title,
.gallery-content-footer-year__title {
	text-transform: uppercase;
	font-weight: 300;
	color: #A1A1A1;
	font-size: 14px;
	margin-bottom: 0.5rem;
}

.gallery-content-footer-place__content,
.gallery-content-footer-year__content {
	color: #101820;
}

#projects__load-more {
	cursor: pointer;
}

.projects-modal__list {
	flex-flow: column;
}

@media (min-width: 647px) {
	.projects-modal__list {
		flex-flow: row;
	}
}

.team {
	position: relative;
	padding: 90px 2rem;
}

@media (min-width: 647px) {
	.team {
		padding: 90px 3rem;
	}
}

@media (min-width: 1025px) {
	.team {
		padding: 90px 3rem;
	}
}

@media (min-width: 1550px) {
	.team {
		padding: 90px 8rem;
	}
}

.team__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	column-gap: 1.5rem;
	row-gap: 3rem;
	grid-template-columns: 1fr;
}

@media (min-width: 647px) {
	.team__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1025px) {
	.team__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1550px) {
	.team__list {
		grid-template-columns: repeat(4, 1fr);
	}
}

.team__header {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	margin-bottom: 2rem;
}

.team__title {
	grid-column: 1 / 13;
}

@media (min-width: 1025px) {
	.team__title {
		grid-column: 1 / 3;
	}
}

.team__title::after {
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background-color: #FE2E8D;
	margin-top: 3rem;
}

.team__description {
	grid-column: 1 / 13;
}

@media (min-width: 1025px) {
	.team__description {
		grid-column: 4 / 13;
	}
}

.employee {
	cursor: pointer;
}

.employee__image {
	width: 100%;
}

.employee__content {
	display: flex;
	padding: 1rem 0 0;
}

@media (min-width: 647px) {
	.employee__content {
		padding: 1rem 1.5rem;
	}
}

.employee__position {
	font-size: 14px;
	color: #FE2E8D;
}

.employee-content__header {
	flex-grow: 1;
}

.employee-content__header p {
	margin-bottom: 0;
}

.employee__linkedin-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	align-self: center;
	border-radius: 100%;
	background-color: transparent;
	border: 1px solid #A1A1A1;
}

.employee__linkedin-link svg * {
	color: #A1A1A1;
}

.employee__linkedin-link:hover svg * {
	color: #fff;
}

.employee__linkedin-link:hover {
	background-color: #A1A1A1;
}

.modal--open .employee-modal__content {
	display: grid;
	overflow: hidden;
}

.employee-modal__content {
	display: none;
	grid-template-columns: 1fr;
}

@media (min-width: 1025px) {
	.employee-modal__content {
		grid-template-columns: repeat(2, 1fr);
	}
}

.employee-modal__figure {
	position: relative;
	max-width: 510px;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	display: grid;
	place-items: center;
	background-image: radial-gradient(ellipse at 120% 100%, #fc2d8a 18%, #070331, 83%, transparent), radial-gradient(ellipse at 0% 200%, #5400ae 50%, #070331, 82%, transparent);
	background-color: #070331;
}

.employee-modal__figure::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/themes/inma/assets/images/ruido.png");
	background-repeat: repeat;
	background-size: 90px;
}

.employee-modal__image {
	position: relative;
	height: 100%;
	object-fit: cover;
	padding: 1rem;
	z-index: 10;
}

@media (min-width: 647px) {
	.employee-modal__image {
		padding: 3rem;
	}
}

.employee-description__header p {
	margin-bottom: 0;
}

.employee-description__header {
	display: flex;
}

.employee-description__header > a {
	align-self: flex-start;
	border-radius: 56px;
	padding: 10px 11px;
	border: 1px solid #D9D9D9;
	line-height: 20px;
	color: #7C8287;
}

.employee-description__header > a:hover {
	color: #fff;
	background-color: #A1A1A1;
	border-color: #A1A1A1;
}

.employee-description-header__left {
	flex-grow: 1;
}

.employee-description-header__name {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: .5rem;
}

.employee-description-header__post {
	color: #FE2E8D;
}

.employee__description {
	place-self: center;
	padding: 3rem;
	font-size: 16px;
	background: #fff;
	position: relative;
}

.modal hr {
	background-color: #D9D9D9;
	margin-top: 1rem;
	margin-bottom: 3rem;
}

.employee-logo__wrapper {
	display: grid;
	place-content: end;
	overflow: hidden;
	max-height: 35px;
	width: fit-content;
	margin-left: auto;
	margin-top: 3rem;
}

.modal .logo__current-color {
	color: #A1A1A1;
}

.team-phrase {
	display: flex;
	flex-flow: row wrap;
	column-gap: 0.4ch;
	row-gap: 0;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-weight: 400;
	padding: 4rem 2rem;
	font-size: 30px;
	line-height: 35px;
}

@media (min-width: 647px) {
	.team-phrase {
		padding: 7rem 3rem;
		font-size: 35px;
		line-height: 40px;
	}
}

@media (min-width: 1025px) {
	.team-phrase {
		padding: 7rem 3rem;
		font-size: 42px;
		line-height: 45px;
	}
}

@media (min-width: 1550px) {
	.team-phrase {
		font-size: 50px;
		line-height: 60px;
		padding: 7rem 8rem;
	}
}

.team-phrase__text {
	width: fit-content;
	display: block;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
}

@media (min-width: 647px) {
	.team-phrase__text {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (min-width: 1025px) {
	.team-phrase__text {
		font-size: 42px;
		line-height: 45px;
	}
}

@media (min-width: 1550px) {
	.team-phrase__text {
		font-size: 50px;
		line-height: 60px;
	}
}

.team-phrase__background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: radial-gradient(circle at 90% -40%, #fc2d8a 20%, #070331 65%);
	z-index: 0;
}

.team-phrase__background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/themes/inma/assets/images/ruido.png");
	background-repeat: repeat;
	background-size: 145px;
}

.words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
	z-index: 5;
	color: #FE2E8D;
}

.words-wrapper span {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.words-wrapper span.is-visible {
	position: relative;
}

.no-js .words-wrapper b {
	opacity: 0;
}

.no-js .words-wrapper b.is-visible {
	opacity: 1;
}

.words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}

.words-wrapper span {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.words-wrapper span.is-visible {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: cd-rotate-1-in .55s;
	-moz-animation: cd-rotate-1-in .55s;
	animation: cd-rotate-1-in .55s;
}

.words-wrapper span.is-hidden {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: cd-rotate-1-out .75s;
	-moz-animation: cd-rotate-1-out .75s;
	animation: cd-rotate-1-out .75s;
}

@-webkit-keyframes cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(0deg);
		opacity: 0;
	}
	35% {
		-webkit-transform: rotateX(250deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(360deg);
		opacity: 1;
	}
}

@-moz-keyframes cd-rotate-1-in {
	0% {
		-moz-transform: rotateX(0deg);
		opacity: 0;
	}
	35% {
		-moz-transform: rotateX(250deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-moz-transform: rotateX(360deg);
		opacity: 1;
	}
}

@keyframes cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 0;
	}
	35% {
		-webkit-transform: rotateX(250deg);
		-moz-transform: rotateX(250deg);
		-ms-transform: rotateX(250deg);
		-o-transform: rotateX(250deg);
		transform: rotateX(250deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(360deg);
		-moz-transform: rotateX(360deg);
		-ms-transform: rotateX(360deg);
		-o-transform: rotateX(360deg);
		transform: rotateX(360deg);
		opacity: 1;
	}
}

@-webkit-keyframes cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);
		opacity: 1;
	}
	35% {
		-webkit-transform: rotateX(100deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cd-rotate-1-out {
	0% {
		-moz-transform: rotateX(0deg);
		opacity: 1;
	}
	35% {
		-moz-transform: rotateX(100deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-moz-transform: rotateX(180deg);
		opacity: 0;
	}
}

@keyframes cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
	}
	35% {
		-moz-transform: rotateX(100deg);
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0;
	}
}

.team-mission {
	padding: 5rem 2rem;
	background-color: #FCFCFC;
}

@media (min-width: 647px) {
	.team-mission {
		padding: 5rem 3rem;
	}
}

@media (min-width: 1025px) {
	.team-mission {
		padding: 5rem 3rem;
	}
}

@media (min-width: 1550px) {
	.team-mission {
		padding: 5rem 8rem;
	}
}

.team-mission__list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 4rem;
	row-gap: 2rem;
}

@media (min-width: 1025px) {
	.team-mission__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

.team-mission-item__header {
	display: flex;
	column-gap: 1.5rem;
	align-items: center;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #D9D9D9;
}

.team-mission-item__figure {
	display: grid;
	place-items: center;
	width: 35px;
	height: 35px;
}

.team-mission-item__image {
	height: 100%;
	width: 100%;
}

.team-mission-item__title {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 26px;
}

@media (min-width: 1025px) {
	.team-mission-item__title {
		font-size: 25px;
		line-height: 30px;
	}
}

@media (min-width: 1550px) {
	.team-mission-item__title {
		font-size: 30px;
		line-height: 35px;
	}
}

.team-mission-item__paragraph {
	color: #7C8287;
}

.general-header {
	position: relative;
	min-height: 250px;
	overflow: hidden;
}

@media (min-width: 647px) {
	.general-header {
		min-height: 350px;
	}
}

@media (min-width: 1025px) {
	.general-header {
		min-height: 450px;
	}
}

.general-header__figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.general-header__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.general-header__content {
	position: absolute;
	max-width: 600px;
	z-index: 15;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-left: 6px solid #FE2E8D;
	color: #fff;
	padding-left: calc(2rem - 12px);
}

@media (min-width: 647px) {
	.general-header__content {
		padding-left: calc(3rem - 12px);
	}
}

@media (min-width: 1025px) {
	.general-header__content {
		padding-left: calc(3rem - 12px);
	}
}

@media (min-width: 1550px) {
	.general-header__content {
		padding-left: calc(8rem - 12px);
	}
}

.general-header__title {
	margin-bottom: 0;
	padding: 1rem 0;
	word-break: break-word;
}

@media (min-width: 448px) {
	.general-header__title {
		word-break: break-word;
	}
}

.general-header__iframe-wrapper,
.general-header__placeholder-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

@media (min-width: 647px) {
	.general-header__iframe-wrapper,
	.general-header__placeholder-image {
		display: block;
	}
}

.general-header__placeholder-image {
	display: block;
	object-fit: cover;
}

.general-header__iframe-wrapper {
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.general-header__iframe-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0000004f;
	width: 100%;
	height: 100%;
}

#general-header__iframe {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.servicios {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	padding: 90px 2rem;
	column-gap: 2rem;
	row-gap: 2rem;
}

@media (min-width: 647px) {
	.servicios {
		padding: 90px 3rem;
	}
}

@media (min-width: 1025px) {
	.servicios {
		grid-template-columns: repeat(2, 1fr);
		padding: 90px 3rem;
	}
}

@media (min-width: 1550px) {
	.servicios {
		padding: 90px 8rem;
	}
}

.servicios__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.servicios__item {
	border-bottom: 1px solid #D9D9D9;
}

.servicios__item summary .servicio__item-arrow {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-self: center;
	justify-self: right;
	flex-grow: 1;
	flex-shrink: 0;
}

.servicios__item summary .servicio__item-arrow svg {
	transition: transform .25s ease-in-out;
}

.servicios__item summary .servicio__item-arrow svg * {
	stroke-width: 2;
}

.servicio__item-arrow svg {
	max-height: 22px;
	transform: rotate(180deg);
}

.servicios__item details[open] figure.servicio__item-arrow > svg {
	transform: rotate(0);
	transition: transform .25s ease-in-out;
}

.servicios__item details[open] summary > p {
	color: #FE2E8D;
}

.servicios__item summary {
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	column-gap: 1rem;
	align-items: center;
	padding: 1rem 0;
	cursor: pointer;
}

.servicios__item summary:hover > p {
	color: #FE2E8D;
}

.servicios__item summary > p {
	margin-bottom: 0;
	font-size: 18px;
}

@media (min-width: 647px) {
	.servicios__item summary > p {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (min-width: 647px) {
	.servicios__item summary {
		column-gap: 2rem;
	}
}

.servicios__item summary::marker,
.servicios__item summary::-webkit-details-marker {
	display: none;
}

@media (min-width: 1025px) {
	.servicio__item-description {
		font-size: 18px;
	}
}

.servicio__item-description,
.servicio__item-link {
	padding-left: 52px;
}

@media (min-width: 647px) {
	.servicio__item-description,
	.servicio__item-link {
		padding-right: 1.6rem;
		padding-left: 67px;
	}
}

.servicio__item-figure {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.servicio__item-image {
	max-height: 100%;
}

.servicio__item-link {
	display: flex;
	color: #FE2E8D;
	column-gap: 1rem;
	font-weight: 500;
	align-items: center;
	padding-left: 52px;
	margin-bottom: 52px;
}

@media (min-width: 647px) {
	.servicio__item-link {
		padding-left: 67px;
		margin-bottom: 67px;
	}
}

.servicio__item-link .servicio__item-arrow {
	display: grid;
	place-items: center;
}

.servicio__item-link .servicio__item-arrow svg {
	transform: rotate(90deg);
	width: 17px;
	height: 17px;
}

.servicio__item-link .servicio__item-arrow svg * {
	color: #FE2E8D;
}

@media (min-width: 1025px) {
	.servicios__title {
		max-width: 400px;
	}
}

@media (min-width: 1550px) {
	.servicios__title {
		max-width: 500px;
	}
}

.images {
	margin: 90px auto;
}

.images__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	column-gap: 1rem;
	row-gap: 1rem;
	grid-template-columns: 1fr;
}

@media (min-width: 1025px) {
	.images__list {
		grid-template-columns: 45% 1fr;
	}
}

.images__list--full-width {
	grid-template-columns: 1fr;
}

.images-item__figure {
	width: 100%;
	height: 100%;
}

.images-item__image {
	height: 100%;
	object-fit: cover;
}

.servicio-presentation {
	margin: 90px 0;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 7rem;
	column-gap: 2rem;
}

@media (min-width: 1025px) {
	.servicio-presentation {
		margin: 0;
		padding: 90px 0;
		grid-template-columns: repeat(2, 1fr);
	}
}

.servicio-presentation__content {
	display: grid;
	place-content: center;
}

@media (min-width: 647px) {
	.servicio-presentation__content {
		padding-right: 100px;
	}
}

@media (min-width: 1025px) {
	.servicio-presentation__content {
		max-width: 450px;
		padding-right: 0;
	}
}

.servicio-presentation__title {
	margin-bottom: 3rem;
}

@media (min-width: 1025px) {
	.servicio-presentation__title {
		max-width: 350px;
	}
}

@media (min-width: 1550px) {
	.servicio-presentation__title {
		max-width: 415px;
	}
}

.servicio-presentation__link-span {
	z-index: 5;
}

.servicio-presentation__subtitle {
	font-size: 18px;
	line-height: 20px;
}

@media (min-width: 647px) {
	.servicio-presentation__subtitle {
		font-size: 22px;
		line-height: 26px;
	}
}

@media (min-width: 1550px) {
	.servicio-presentation__subtitle {
		font-size: 30px;
		line-height: 35px;
	}
}

.servicio-presentation__description {
	color: #7C8287;
	font-size: 16px;
	line-height: 20px;
}

@media (min-width: 647px) {
	.servicio-presentation__description {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (min-width: 1550px) {
	.servicio-presentation__description {
		font-size: 20px;
		line-height: 26px;
	}
}

.servicio-presentation > .servicio-presentation__figure {
	position: relative;
	place-self: center;
	padding: 0 30px;
	display: none;
}

@media (min-width: 647px) {
	.servicio-presentation > .servicio-presentation__figure {
		padding: 0 45px;
	}
}

@media (min-width: 1025px) {
	.servicio-presentation > .servicio-presentation__figure {
		display: block;
		padding: 0 60px;
	}
}

@media (min-width: 1550px) {
	.servicio-presentation > .servicio-presentation__figure {
		padding: 0 75px;
	}
}

.servicio-presentation > .servicio-presentation__figure::after {
	content: '';
	position: absolute;
	height: 80%;
	width: 100%;
	background-color: #FCFCFC;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.servicio-presentation__image {
	position: relative;
	z-index: 10;
	height: 100%;
}

.servicio-presentation__logos {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	column-gap: 2rem;
	row-gap: 1rem;
	margin-top: 1rem;
}

.servicio-presentation__logos .servicio-presentation__figure {
	max-width: 125px;
}

@media (min-width: 1025px) {
	.servicio-presentation__logos .servicio-presentation__figure {
		max-width: 175px;
	}
}

.servicio-presentation__logos .servicio-presentation__figure .servicio-presentation__logo {
	width: 100%;
	display: block;
	max-height: 45px;
}

.servicio-presentation__item {
	display: flex;
	align-items: center;
}

.page #images.images {
	display: none;
}

@media (min-width: 647px) {
	.page #images.images {
		display: block;
	}
}

.steps {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	margin: 90px auto;
}

.steps__header {
	grid-column: 1 / 13;
}

@media (min-width: 1025px) {
	.steps__header {
		grid-column: 1 / 4;
	}
}

.steps__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 1rem;
	row-gap: 1rem;
	grid-column: 1 / 13;
}

@media (min-width: 647px) {
	.steps__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1025px) {
	.steps__list {
		grid-template-columns: repeat(3, 1fr);
		grid-column: 5 / 13;
	}
}

.step__index {
	margin-bottom: 2rem;
	display: block;
	color: #FE2E8D;
	font-weight: 500;
}

.step__item-title {
	margin-bottom: 1rem;
	flex-grow: 1;
}

.steps__item {
	background-color: #FCFCFC;
	padding: 2rem;
	display: flex;
	flex-flow: column nowrap;
}

.step__item-description {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
}

.steps__title::after {
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background-color: #FE2E8D;
	margin-top: 1rem;
}

.servicio-mockup {
	background-color: #FCFCFC;
	padding: 2rem;
	display: grid;
	grid-template-columns: 1fr;
	place-items: center;
}

@media (min-width: 647px) {
	.servicio-mockup {
		padding: 3rem;
	}
}

@media (min-width: 1025px) {
	.servicio-mockup {
		grid-template-columns: repeat(2, 1fr);
		padding: 3rem;
	}
}

@media (min-width: 1550px) {
	.servicio-mockup {
		padding: 8rem;
	}
}

.servicio-mockup__title::after {
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background-color: #FE2E8D;
	margin-top: 1rem;
}

.servicio-mockup__title {
	margin-bottom: 3rem;
}

.servicio-mockup__subtitle {
	font-size: 24px;
	line-height: 30px;
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: grid;
	place-content: center;
	background-color: #fff;
}

#loader svg {
	position: relative;
	place-content: center;
	border-radius: 50%;
	z-index: 1001;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(-100%);
	/* IE 9 */
	transform: translateX(-100%);
	/* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(100%);
	/* IE 9 */
	transform: translateX(100%);
	/* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);
	/* IE 9 */
	transform: translateY(-100%);
	/* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}

.no-js h1 {
	color: #222222;
}

#content {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 80%;
	max-width: 978px;
}

.loader__image {
	max-width: 140px;
}

@media (min-width: 647px) {
	.loader__image {
		max-width: 180px;
	}
}

#home-header__json-loader {
	position: absolute;
	right: 0;
	top: 75px;
	width: 200px;
	height: 200px;
	display: none;
}

#home-header__json-loader .loader__image {
	max-width: unset;
}

/* Navigation
--------------------------------------------- */
.site-navigation {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	column-gap: .5rem;
}

@media (min-width: 1025px) {
	.site-navigation {
		column-gap: .5rem;
	}
}

@media (min-width: 1550px) {
	.site-navigation {
		column-gap: 0;
	}
}

.site-navigation li {
	list-style-type: none;
	text-transform: uppercase;
}

.site-navigation li.menu-item > a {
	color: #fff;
}

@media (pointer: coarse) and (hover: none) {
	.site-navigation li.menu-item > a {
		text-decoration: none;
	}
}

.site-navigation .language-switcher {
	padding-right: 2rem;
}

.language-switcher {
	color: #fff;
}

.language-switcher a {
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.language-switcher a:hover {
	text-decoration: none;
}

.language-switcher a:hover::before {
	color: #FE2E8D;
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

.language-switcher a::before {
	content: '';
	color: #FE2E8D;
	position: absolute;
	width: 100%;
	height: 1px;
	background: currentColor;
	top: 100%;
	left: 0;
	pointer-events: none;
	z-index: 99;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}

.main-navigation .language-switcher {
	color: #101820;
	padding: 2rem;
}

.main-navigation .language-switcher .lang {
	display: flex;
	column-gap: .5rem;
}

.site-branding {
	z-index: 30;
	position: relative;
	flex-flow: row nowrap;
	column-gap: 0.5rem;
	order: -1;
	display: flex;
	align-self: center;
	width: fit-content;
}

.site-branding .custom-logo-link {
	display: grid;
	place-content: end;
	overflow: hidden;
	max-height: 35px;
	max-width: 75px;
}

@media (min-width: 1025px) {
	.site-branding .custom-logo-link {
		place-content: center;
		overflow: auto;
		max-height: unset;
	}
}

.site-branding--mobile {
	min-width: 55px;
	display: flex;
	z-index: 30;
	align-self: center;
	position: relative;
	flex-flow: row nowrap;
	column-gap: .5rem;
	order: -1;
}

@media (min-width: 1025px) {
	.site-branding--mobile {
		display: none;
	}
}

.logo-link--mobile {
	display: block;
	height: 100%;
	width: 100%;
}

.desktop-right {
	display: none;
}

@media (min-width: 1025px) {
	.desktop-right {
		display: block;
		flex-grow: 1;
	}
}

.desktop-right .menu {
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
}

#menu-desktop-left, #menu-desktop-right,
#primary-menu, #menu-desktop-woocommerce {
	margin: 0;
	padding: 0;
	z-index: 30;
	text-transform: uppercase;
	display: none;
}

@media (min-width: 1025px) {
	#menu-desktop-left, #menu-desktop-right,
	#primary-menu, #menu-desktop-woocommerce {
		display: flex;
		font-size: .9rem;
		column-gap: 1rem;
	}
}

@media (min-width: 1550px) {
	#menu-desktop-left, #menu-desktop-right,
	#primary-menu, #menu-desktop-woocommerce {
		font-size: 1rem;
	}
}

#menu-desktop-left a, #menu-desktop-right a,
#primary-menu a, #menu-desktop-woocommerce a {
	text-decoration: none;
}

.site-navigation__mobile {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-self: center;
}

@media (min-width: 1025px) {
	.site-navigation__mobile {
		width: 100%;
	}
}

.site-navigation__mobile .sub-menu .menu-item a {
	color: #D9D9D9;
}

.page .navigation-wrapper,
.archive .navigation-wrapper {
	position: relative;
	z-index: 20;
	top: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	column-gap: 2rem;
}

@media (min-width: 647px) {
	.page .navigation-wrapper,
	.archive .navigation-wrapper {
		column-gap: 2rem;
	}
}

@media (min-width: 1025px) {
	.page .navigation-wrapper,
	.archive .navigation-wrapper {
		column-gap: 0;
		display: block;
		width: 100%;
	}
}

.top-navigation {
	display: none;
	color: #D9D9D9;
	z-index: 10;
	margin: .8rem 0;
	align-self: end;
}

@media (min-width: 1025px) {
	.top-navigation {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		column-gap: 1rem;
	}
}

@media (min-width: 1550px) {
	.top-navigation {
		column-gap: 1.25rem;
	}
}

#primary-menu {
	display: none;
}

@media (min-width: 1025px) {
	#primary-menu {
		display: flex;
	}
}

.button--gray {
	border: solid 1px #D9D9D9;
	color: #D9D9D9;
}

.button--gray:hover {
	background-color: #D9D9D9;
	color: white;
}

.button--gray--full {
	border: solid 1px #D9D9D9;
	background-color: #D9D9D9;
	color: #fff;
}

.button--gray--full:hover {
	background-color: transparent;
	color: #D9D9D9;
}

.button--secondary {
	border: solid 1px #231932;
	color: #231932;
}

.button--secondary:hover {
	background-color: #231932;
	color: white;
}

.site-header {
	position: fixed;
	z-index: 100;
	top: 0;
	background-color: #101820;
	width: 100%;
	left: 0;
	transform: translateY(0);
	transition: all .25s ease;
	transform: translateY(0);
}

.site-header.menu-open {
	position: fixed;
	/* keep it */
}

@media (min-width: 1025px) {
	.site-header {
		position: absolute;
	}
}

.site-header .site-navigation .language-switcher {
	font-size: .9rem;
}

.site-header.scrolling {
	background-color: #101820;
	position: fixed;
	transition: transform .25s .15s ease;
}

.site-header.scrolling .navigation-wrapper {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 1025px) {
	.site-header.scrolling .navigation-wrapper {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
}

.site-header.to-top:not(.menu-open) {
	transform: translateY(-100%);
}

@media (min-width: 1025px) {
	.site-header.to-top:not(.menu-open) {
		transform: translateY(-100%);
		transition: transform .25s .15s ease;
	}
}

.site-header .custom-logo-link {
	display: grid;
	place-content: end;
	overflow: hidden;
	max-height: 35px;
}

.home .site-header {
	background-color: #101820;
}

.home .site-header .custom-logo-link {
	display: grid;
	place-content: end;
	overflow: hidden;
	max-height: 35px;
}

@media (min-width: 647px) {
	.home .site-header {
		background-color: transparent;
	}
	.home .site-header .custom-logo-link {
		display: grid;
		place-content: center;
		max-height: unset;
	}
}

.home .site-header.scrolling {
	background-color: #101820;
}

.home .site-header.scrolling .custom-logo-link {
	display: grid;
	place-content: end;
	max-height: 35px;
}

.admin-bar .site-header {
	top: 46px;
}

@media (min-width: 1025px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

.admin-bar #wrapper {
	margin-top: 145px;
}

.main-navigation {
	align-self: center;
	display: flex;
	justify-content: flex-end;
	font-family: 'Raleway Medium';
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding: 3em 2em 1rem;
}

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

.main-navigation ul ul li {
	margin: 0;
	width: 100%;
	overflow-wrap: normal;
	word-wrap: normal;
	padding: 0;
}

.main-navigation ul ul li a {
	color: white;
	padding: 0.7rem 0.9rem 0.6rem 0.7rem;
	width: 100%;
	padding-right: 50px;
}

.main-navigation ul ul li a:hover {
	background-color: #D9D9D9;
	color: white;
}

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

.main-navigation li {
	font-family: "SpaceGrotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	position: relative;
	display: block;
	padding: 1rem 1rem;
	font-size: 14px;
}

@media (min-width: 1025px) {
	.main-navigation li {
		display: flex;
		padding: .8rem .8rem;
	}
}

@media (min-width: 1550px) {
	.main-navigation li {
		font-size: 15px;
		padding: 1rem 1.5rem;
	}
}

.main-navigation li a {
	color: #231932;
	outline: none;
}

.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
	outline: none;
	color: #FE2E8D;
}

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

.main-navigation .menu-item-has-children {
	position: relative;
}

.main-navigation .menu-item-has-children .sub-menu {
	top: 0;
	display: block;
	margin-top: 0.5rem;
	border-left: solid #D9D9D9 1px;
	padding-left: 0.5rem;
}

.main-navigation .menu-item-has-children .sub-menu:hover {
	border-color: #D9D9D9;
}

.main-navigation .menu-item-has-children .sub-menu .menu-item {
	padding: 10px 0 0;
}

.main-navigation .menu-item-has-children .sub-menu .menu-item.current-menu-item > a,
.main-navigation .menu-item-has-children .sub-menu .menu-item.current_page_ancestor > a,
.main-navigation .menu-item-has-children .sub-menu .menu-item.current_page_ancestor > a,
.main-navigation .menu-item-has-children .sub-menu .menu-item.current-menu-ancestor > a {
	color: #FE2E8D;
}

.main-navigation .menu-item-has-children .sub-menu .menu-item a {
	padding: 0.4rem 0 0;
	color: #231932;
	font-size: 1.1rem;
}

.main-navigation .menu-item-has-children .sub-menu .menu-item a:hover {
	color: #FE2E8D;
	background-color: transparent;
}

.main-navigation .menu-item-has-children:hover > .sub-menu {
	box-shadow: none;
}

.site-navigation .menu > li {
	padding: 1rem;
}

.site-navigation .menu > li a {
	position: relative;
	font-size: .9rem;
}

@media (min-width: 1025px) {
	.site-navigation .menu > li a {
		font-size: 16px;
	}
}

@media (min-width: 1550px) {
	.site-navigation .menu > li a {
		font-size: 18px;
	}
}

.site-navigation .menu > li a:hover {
	color: #fff;
	text-decoration: none;
}

.site-navigation .menu > li a:hover::before {
	color: #FE2E8D;
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

.site-navigation .menu > li a::before {
	content: '';
	color: #FE2E8D;
	position: absolute;
	width: 100%;
	height: 1px;
	background: currentColor;
	top: 100%;
	left: 0;
	pointer-events: none;
	z-index: 99;
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}

.site-navigation .menu > li.current-menu-item > a::before, .site-navigation .menu > li.current_page_item > a::before, .site-navigation .menu > li.current-menu-parent > a::before {
	color: #FE2E8D;
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

.site-navigation .menu ul ul {
	top: 0;
	right: -99%;
	position: absolute;
	left: auto;
}

.site-navigation .current-menu-item > a, .site-navigation .current_page_item > a, .site-navigation .current-menu-parent > a {
	color: black;
}

.site-navigation .current-menu-item > a::before, .site-navigation .current_page_item > a::before, .site-navigation .current-menu-parent > a::before {
	color: #FE2E8D;
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

.site-navigation .current-menu-item.menu-item-has-children > .sub-menu .current-menu-item a, .site-navigation .current_page_item.menu-item-has-children > .sub-menu .current-menu-item a, .site-navigation .current-menu-parent.menu-item-has-children > .sub-menu .current-menu-item a {
	background-color: #EEEBE6;
	color: #4D4D4D;
}

.menu-item-has-children a:hover {
	color: black;
}

.menu-item-has-children a:hover::before {
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

.menu-item-has-children a::before {
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
	transition: transform 0.3s;
}

@media (min-width: 1025px) {
	.menu-item-has-children a {
		font-size: .9rem;
	}
}

@media (min-width: 1550px) {
	.menu-item-has-children a {
		font-size: 1rem;
	}
}

body .menu > li.menu-item-has-children {
	position: relative;
	padding-right: 1.2rem;
	margin-right: 0.7rem;
}

body .menu > li.menu-item-has-children::after {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	top: 49%;
	right: 0;
	background: url("/wp-content/themes/inma/assets/images/arrow.svg");
	background-repeat: no-repeat;
	background-size: 13px;
	transform: rotate(180deg) translateY(50%);
}

.site-navigation__mobile .menu-item-has-children > .sub-menu {
	background: transparent;
}

.menu-item-has-children > .sub-menu {
	display: none;
	background: #101820;
	width: max-content;
	flex-flow: column;
	left: 0;
	padding: 0;
	top: 45px;
	position: relative;
}

@media (min-width: 1025px) {
	.menu-item-has-children > .sub-menu {
		position: absolute;
	}
}

@media (min-width: 1550px) {
	.menu-item-has-children > .sub-menu {
		top: 50px;
	}
}

.menu-item-has-children > .sub-menu .menu-item a {
	padding: .75rem 6rem .75rem 1rem;
	display: block;
}

.menu-item-has-children > .sub-menu .menu-item a:hover {
	color: #fff;
}

.sub-menu-toggle {
	height: 8px;
	width: 8px;
	border-right: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	position: relative;
	transform: rotate(133deg);
	transition: .25s;
	top: 4px;
}

.site-navigation .menu-item-has-children:hover > a {
	color: #fff;
}

.site-navigation__mobile .menu-item:hover > a {
	color: #FE2E8D;
}

.menu-item-has-children:hover .sub-menu-toggle {
	top: 7px;
	transform: rotate(-45deg);
	transition: .25s;
	border-color: #D9D9D9;
}

.menu-item-has-children:hover > .sub-menu {
	box-shadow: 0px 1px 4px #00000017;
}

@media (min-width: 1025px) {
	.menu-item-has-children:hover > .sub-menu {
		display: flex;
		margin: 0;
	}
}

body .site-navigation__mobile .menu > li.menu-item-has-children::after {
	content: none;
}

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

.menu-toggle {
	display: block;
}

@media (min-width: 1025px) {
	.menu-toggle {
		display: none;
	}
}

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

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

.comment-navigation .nav-previous a, .comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	display: block;
	text-decoration: none;
	padding: 1.15rem;
	color: white;
}

.comment-navigation .nav-previous a:visited, .comment-navigation .nav-next a:visited,
.posts-navigation .nav-previous a:visited,
.posts-navigation .nav-next a:visited,
.post-navigation .nav-previous a:visited,
.post-navigation .nav-next a:visited {
	color: white;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: center;
	width: 100%;
}

@media (min-width: 647px) {
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		width: auto;
		text-align: end;
	}
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	display: none;
}

.comment-navigation .nav-title,
.posts-navigation .nav-title,
.post-navigation .nav-title {
	display: none;
}

.menu-services ul, .menu-stories ul {
	display: flex;
	flex-flow: column nowrap;
	row-gap: .8rem;
}

.menu-services:hover .sub-menu, .sub-menu:hover,
.menu-stories:hover .sub-menu, .sub-menu:hover {
	left: 0;
}

.menu-services .sub-menu,
.menu-stories .sub-menu {
	background-color: #09020B;
	padding: 3rem 1rem 1rem;
}

.menu-services li,
.menu-stories li {
	padding: 0;
}

#menu-movil {
	display: block;
	background-color: #ffffffcc;
	width: 100%;
	padding: 75px 2rem 75px;
	overflow: auto;
	min-height: 100vh;
	min-width: 370px;
}

.menu-toggle {
	position: relative;
	z-index: 50;
	float: right;
	top: 3px;
}

.menu-toggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	/* hide this */
	z-index: 70;
	/* and place it over the hamburger */
	-webkit-touch-callout: none;
}

.menu-toggle > span {
	display: block;
	margin-bottom: 5px;
	position: relative;
	background: #cdcdcd;
	border-radius: 3px;
	z-index: 50;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	width: 23px;
	height: 2px;
}

.menu-toggle span.top-bar {
	transform-origin: 0% 0%;
}

.menu-toggle span.middle-bar {
	transform-origin: 0% 100%;
}

.menu-toggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(1px, 1px);
	background: black;
}

.menu-toggle input:checked ~ span.bottom-bar {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-toggle input:checked ~ span.middle-bar {
	transform: rotate(-45deg) translate(-7px, 7px);
}

.menu-toggle span {
	left: 0;
	transition: .5s;
}

.menu-toggle input:checked ~ .menu-bottom-layout {
	display: block;
}

.main-nav {
	position: fixed;
	top: 0px;
	right: 0px;
	width: auto;
	min-width: 300px;
	height: 100vh;
	overflow: auto;
	z-index: 20;
	background: #fff;
	background-repeat: repeat;
	background-size: 190px;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.main-nav .contact-send__email {
	color: black;
	text-transform: none;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.main-nav .contact-send__email a {
	display: flex;
	column-gap: 0.5rem;
	align-items: center;
}

.main-nav li {
	padding: 10px 0;
	font-size: 22px;
}

.main-nav li.sub-menu-title, #menu-item-252, #menu-item-384 {
	font-family: 'Raleway Bold';
}

.menu-toggle input:checked ~ .main-nav {
	transform: none;
}

#menu-movil li a {
	color: black;
}

#menu-movil .sub-menu {
	display: block;
	position: relative;
	top: 0;
	margin-top: 0.5rem;
	right: 0;
	box-shadow: none;
}

#menu-movil .sub-menu li {
	letter-spacing: normal;
}

#menu-movil .sub-menu li a {
	font-size: 1rem;
	opacity: .7;
}

#menu-movil .sub-menu li.current-menu-item a {
	color: black;
	opacity: 1;
}

#menu-movil .sub-menu li a:hover {
	opacity: 1;
}

.menu-bottom-layout {
	display: none;
	position: fixed;
	background: #000000c7;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 0;
	cursor: pointer;
}

.sub-menu-title > a::after {
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	display: inline-block;
	transform: rotate(45deg) translate(-3px, -3px);
	transform-origin: center;
	margin-left: 0.8rem;
	transition: ease-in-out .4s transform;
}

.sub-menu-title > a.menu-selected::after {
	transform: rotate(-133deg);
	top: 0;
}

li.menu__social-icon {
	padding: 0 .5rem;
	margin-left: 4rem;
}

@media (min-width: 1025px) {
	li.menu__social-icon {
		margin-left: 2rem;
	}
}

li.menu__social-icon svg {
	vertical-align: middle;
}

#menu-movil li.menu__social-icon {
	display: inline-block;
	padding-right: 1rem;
	padding-left: 0;
	margin: 0;
}

#menu-movil > li.menu__social-icon {
	margin-top: 1rem;
}

#primary-menu > li.menu__social-icon ~ li.menu__social-icon {
	margin-left: 0.5rem;
}

.sub-menu li.menu__item--specialty {
	text-transform: uppercase;
	margin: 1rem 0 0;
	opacity: .6;
	font-size: .6rem;
}

.sub-menu li.menu__item--specialty:hover a {
	color: white;
	font-weight: 500;
}

.nav-links {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	column-gap: 0.5rem;
}

.pagination {
	margin-bottom: 4rem;
}

.page-numbers {
	font-size: 15px;
	text-align: center;
	display: flex;
	position: relative;
	padding: 1rem 1.3rem;
	justify-content: center;
}

.page-numbers.current {
	background: #DADADA;
}

/* CART ICON */
.navigation--cart {
	position: relative;
}

@media (min-width: 1550px) {
	.navigation--cart {
		left: -19px;
	}
}

.icon--cart {
	display: block;
	width: 1.7rem;
	color: #D9D9D9;
	cursor: pointer;
	position: relative;
}

.icon--cart:hover {
	color: #D9D9D9;
}

#cart--contents {
	display: block;
	position: absolute;
	top: -0.7rem;
	right: -1rem;
	background: #CFC4B1;
	padding: 4.1px 8.2px;
	border-radius: 23px;
	text-decoration: none;
	color: white;
	font-family: 'Raleway medium';
	line-height: 20px;
	font-size: 0.9rem;
}

body .desktop-social {
	display: none;
}

@media (min-width: 647px) {
	body .desktop-social {
		display: block;
	}
}

body .desktop-social .menu {
	display: flex;
	flex-flow: row nowrap;
	column-gap: 1rem;
	margin: 0;
	padding: 0;
	position: relative;
}

body .desktop-social .menu__icon {
	padding: 0;
}

body .desktop-social .menu__icon.menu__icon--instagram {
	position: relative;
	top: -1px;
}

body .desktop-social .menu__icon > a {
	display: grid;
	place-items: center;
}

body .desktop-social .menu__icon > a::before {
	content: none;
}

body .desktop-social .menu__icon svg {
	width: 20px;
	height: 20px;
}

#footer-social {
	padding: 2rem;
}

#footer-social .widget {
	display: flex;
	flex-flow: row nowrap;
	column-gap: 1.5rem;
	margin: 0;
	padding: 0;
	position: relative;
}

#footer-social .widget .menu-footer__link {
	display: grid;
	place-items: center;
}

#footer-social .widget .menu-footer__link.menu-footer__link--whatsapp {
	position: relative;
	top: 1px;
}

#footer-social .widget .menu-footer__link img {
	width: 25px;
	height: 25px;
}

/* Modals
--------------------------------------------- */
.modal {
	visibility: hidden;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 999999;
}

#modal-init {
	visibility: hidden;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 999999;
	opacity: 0;
	transition: opacity .25s ease-in;
}

.modal--active #modal-init {
	opacity: 1;
	transition: opacity .25s ease-in;
}

.modal--open {
	visibility: visible;
}

.modal__wrapper {
	max-width: 950px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	box-shadow: 0 1px 6px #0000001a;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.modal__overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffffcf;
	position: absolute;
	z-index: -1;
	cursor: pointer;
}

.modal__close {
	display: grid;
	place-items: center;
	cursor: pointer;
	z-index: 99;
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 8px;
	border-radius: 50px;
	height: 45px;
	width: 45px;
	border: 2px solid #FE2E8D;
	background: white;
	outline: solid 4px white;
	outline-offset: 0px;
}

.modal__close:hover {
	opacity: .75;
}

@media (min-width: 647px) {
	.modal__close {
		position: absolute;
		bottom: unset;
		top: 0;
		border: none;
		visibility: hidden;
	}
}

.modal__close::before {
	content: '';
	background: url("/wp-content/themes/inma/assets/images/close.svg");
	background-size: 17px;
	width: 17px;
	height: 17px;
	display: block;
}

.modal__close::before:hover {
	border-color: #D9D9D9;
}

/**
 * Specifications
 */
.modal.youtube .modal__wrapper,
.modal.projects .modal__wrapper {
	background: none;
	box-shadow: none;
}

.modal.youtube .modal__close {
	visibility: hidden;
}

.modal.youtube .home-presentation__modal-content {
	padding-bottom: 56.25%;
}

/* Contact Page
--------------------------------------------- */
.contacto-title {
	margin: 5rem 0 2rem;
}

.wpcf7 {
	margin-top: 4rem;
	padding-bottom: 2rem;
}

.wpcf7-form {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 4rem;
}

@media (min-width: 1025px) {
	.wpcf7-form {
		grid-template-columns: 40% 1fr;
	}
}

@media (min-width: 1550px) {
	.wpcf7-form {
		grid-template-columns: repeat(2, 1fr);
	}
}

.wpcf7-form .contacto {
	grid-column: 1 / 2;
}

@media (min-width: 1025px) {
	.wpcf7-form .contacto {
		grid-column: 1 / 3;
	}
}

.wpcf7-form .wpcf7-response-output {
	grid-column: 1 / 2;
	margin: 0;
}

@media (min-width: 1025px) {
	.wpcf7-form .wpcf7-response-output {
		grid-column: 2 / 3;
	}
}

.wpcf7 form .wpcf7-response-output {
	margin: 1rem 0 0;
}

.wpcf7 .contacto {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 4rem;
	row-gap: 2rem;
}

@media (min-width: 1025px) {
	.wpcf7 .contacto {
		grid-template-columns: 40% 1fr;
	}
}

@media (min-width: 1550px) {
	.wpcf7 .contacto {
		grid-template-columns: repeat(2, 1fr);
	}
}

.wpcf7 .contacto .contacto__right {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 1rem;
	row-gap: 1rem;
}

@media (min-width: 1025px) {
	.wpcf7 .contacto .contacto__right {
		grid-template-columns: repeat(2, 1fr);
	}
}

.wpcf7 .contacto .wpcf7-form-control-wrap {
	width: 100%;
}

.contacto .contacto__right .your-name,
.contacto .contacto__right .your-email,
.contacto .contacto__right .your-phone {
	grid-column: 1 / 3;
}

@media (min-width: 1025px) {
	.contacto .contacto__right .your-email {
		grid-column: 2 / 3;
	}
}

@media (min-width: 1025px) {
	.contacto .contacto__right .your-name,
	.contacto .contacto__right .your-phone {
		grid-column: 1 / 2;
	}
}

@media (min-width: 647px) {
	.contacto .contacto__right .your-message {
		grid-column: 1 / 3;
	}
}

.contacto .contacto__left .contacto-left__title {
	font-weight: 400;
	margin-bottom: 2rem;
	font-size: 20px;
	line-height: 26px;
}

@media (min-width: 647px) {
	.contacto .contacto__left .contacto-left__title {
		font-size: 25px;
		line-height: 30px;
	}
}

@media (min-width: 1025px) {
	.contacto .contacto__left .contacto-left__title {
		font-size: 30px;
		line-height: 35px;
	}
}

.contacto .contacto__left .checkbox-servicios .wpcf7-checkbox {
	display: flex;
	flex-flow: row wrap;
	column-gap: 1rem;
	row-gap: 1rem;
}

.contacto .contacto__left .checkbox-servicios .wpcf7-checkbox .wpcf7-list-item {
	color: #FE2E8D;
	font-weight: 600;
	margin: 0;
}

.contacto .contacto__left .checkbox-servicios .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
	cursor: pointer;
	border: 1px solid #D9D9D9;
	padding: 1rem 1.5rem;
	display: block;
	border-radius: 50px;
}

.contacto .contacto__left .checkbox-servicios .wpcf7-checkbox input {
	display: none;
}

.contacto .contacto__left .checkbox-servicios .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label {
	color: #fff;
	background-color: #FE2E8D;
	border-color: #FE2E8D;
}

.wpcf7-spinner {
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 25;
	margin: 0;
	background-color: #A1A1A1;
}

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

.post,
.page {
	margin: 0;
}

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

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

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

.bypostauthor {
	display: block;
}

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

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

.site-footer {
	position: relative;
	overflow: hidden;
}

.footer-main {
	display: grid;
	place-items: center baseline;
	grid-template-columns: 1fr;
	column-gap: 3rem;
	row-gap: 2rem;
}

@media (min-width: 647px) {
	.footer-main {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1025px) {
	.footer-main {
		grid-template-columns: 35% 1fr 1fr;
	}
}

.footer-main__background {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: radial-gradient(ellipse at 147% 6%, #fc2d8a 25%, #070331, 89%, transparent), radial-gradient(ellipse at 29% 142%, #5400ae 39%, #070331, 59%, transparent);
	background-color: #070331;
}

.footer-main__background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/themes/inma/assets/images/ruido.png");
	background-repeat: repeat;
	background-size: 90px;
}

#footer-main {
	color: #fff;
	position: relative;
	z-index: 10;
	padding: 5rem 2rem;
}

@media (min-width: 647px) {
	#footer-main {
		padding: 5rem 3rem;
	}
}

@media (min-width: 1025px) {
	#footer-main {
		padding: 5rem 3rem;
	}
}

@media (min-width: 1550px) {
	#footer-main {
		padding: 5rem 8rem;
	}
}

#footer-main .widget {
	margin: 0;
	position: relative;
}

.footer__left {
	place-self: flex-start;
}

.footer__left .footer-title {
	color: #FE2E8D;
	margin-top: 1rem;
}

.footer__center {
	display: flex;
	flex-flow: column;
}

.footer__center a {
	font-weight: 300;
	font-size: 16px;
}

.footer__center a span {
	display: block;
}

@media (min-width: 647px) {
	.footer__center {
		padding-left: 2rem;
		border-left: 1px solid #fff;
	}
}

.footer__center h3 {
	font-weight: 400;
}

.footer__center .footer-center__icon {
	height: 17px;
	width: 17px;
	display: none;
}

@media (min-width: 647px) {
	.footer__center .footer-center__icon {
		display: block;
	}
}

.footer__center .footer-center__location {
	display: flex;
	flex-flow: row nowrap;
	column-gap: 0.5rem;
}

.footer__right > a {
	display: block;
	font-size: 18px;
	margin-bottom: 1.9rem;
}

.footer__right > span {
	display: block;
	font-weight: 300;
	font-size: 16px;
}

.footer__right h3 {
	font-weight: 400;
}

.footer__right .footer__links {
	display: flex;
	column-gap: 1rem;
	row-gap: 1rem;
	flex-flow: row wrap;
}

.footer__right .footer__links .footer__icon-link {
	display: grid;
	width: fit-content;
	place-items: center;
}

.footer__right .footer__links .footer__icon-link .footer__icon {
	max-width: 25px;
	max-height: 24px;
}

.footer__center,
.footer__right {
	place-self: center baseline;
	height: 100%;
}

@media (min-width: 1025px) {
	.footer__center,
	.footer__right {
		padding-left: 2rem;
		border-left: 1px solid #fff;
	}
}

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

/* Masonry
--------------------------------------------- */
.grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.grid-col {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.grid-col--2, .grid-col--3 {
	display: none;
}

@media (min-width: 647px) {
	.grid-col--3 {
		display: block;
	}
}

@media (min-width: 1025px) {
	.grid-col--2 {
		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 {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	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;
}

.no-select {
	user-select: none;
	/* supported by Chrome and Opera */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
}

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

/* Pages
--------------------------------------------- */
.page-id-976 {
	position: relative !important;
	top: 0 !important;	
}

.page-id-976 .language-switcher {
	display: none;
}

.page-id-976 #masthead.site-header.scrolling {
	background-color: #101820;
	position: fixed;
	transition: transform .25s .15s ease;
}

.page-id-976 #masthead.site-header.scrolling .custom-logo-link {
	display: grid;
	place-content: end;
	max-height: 35px;
}

.page-id-976 .d-none {
	display: none !important;
}


.page-id-976 h1 {
	font-family: "Metanoia";
	font-weight: 400;
	font-size: calc((5 - 1) * 1.2vw + 1rem);
    line-height: 1;
}

.page-id-976 h2 {
	font-family: "Metanoia";
	font-weight: 400;
	font-size: calc((2.75 - 1) * 1.2vw + 1rem);
}

.page-id-976 h3 {
	font-family: 'Gidole';
	font-weight: 400;
}

.page-id-976 p {
	font-family: 'Gidole';
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.45;
}

.page-id-976 .w-100 {
	width: 100%;
}

.page-id-976 .button {
	font-family: 'Gidole';
	font-weight: 400;
	font-size: 1.25rem !important;
	letter-spacing: 0;
	padding: 1.15em 1.15em !important;
}

.page-id-976 .button.btn-play {
	padding: 0.65em 1.15em !important;
}

.page-id-976 .button span.kb-svg-icon-wrap.kb-svg-icon-fas_play-circle {
	background: #fff url(https://inma.uy/wp-content/uploads/2023/11/play-icon.svg) no-repeat 15px center/12px !important;
	border-radius: 100%;
	font-size: 40px !important;
	text-align: center;
}

.page-id-976 .button:hover span.kb-svg-icon-wrap.kb-svg-icon-fas_play-circle {
	background: #D3A05D url(https://inma.uy/wp-content/uploads/2023/11/play-white.svg) no-repeat 15px center/12px !important;
}

.page-id-976 .button span.kb-svg-icon-wrap.kb-svg-icon-fas_play-circle svg {
	opacity: 0;
}

.page-id-976 header#masthead {
	background: transparent;
}

.page-id-976 header#masthead a.custom-logo-link {
	display: grid;
	place-content: center;
	max-height: unset;
}

.page-id-976 main#primary {
	margin-top: 0;
}

.page-id-976 .banner-landing {
	overflow: hidden;
}

.page-id-976 .banner-landing .wp-block-kadence-infobox {
	position: relative;
	z-index: 12;
}

.page-id-976 .banner-landing .iframe-loader__wrapper {
	position: absolute;
	z-index: 0;
	top: 0;
}

.page-id-976 .equilibrio-1 {
	max-width: 573px;
}

.page-id-976 .equilibrio-2 {
	width: 38%;
	max-width: 300px;
	margin-top: -14%;
	transform: translateX(-4rem);
}

.page-id-976 .equilibrio-3 {
	width: 61%;
	max-width: 430px;
	margin-left: 24%;
	margin-top: -25%;
	transform: translate(46px, -5px);
}

.page-id-976 .icons-owner .kt-row-column-wrap .wp-block-kadence-column {
	position: relative;
}

.page-id-976 .icons-owner .kt-row-column-wrap .wp-block-kadence-column:first-child:after,
.page-id-976 .icons-owner .kt-row-column-wrap .wp-block-kadence-column:nth-child(2):after,
.page-id-976 .icons-owner .kt-row-column-wrap .wp-block-kadence-column:nth-child(3):after {
	content: "";
	background: #4A4A4A;
	width: 1px;
	height: 100%;
	position: absolute;
	right: -2rem;
	height: 15rem;
}

.page-id-976 .icons-owner.owner-1 .kt-row-column-wrap .wp-block-kadence-column:first-child:after,
.page-id-976 .icons-owner.owner-1 .kt-row-column-wrap .wp-block-kadence-column:nth-child(3):after {
	content: none;
}

.page-id-976 .lightbox-image__title {
	color: #4A4A4A;
	text-align: center;
	padding-top: 20px;
}

.page-id-976 .lightbox-image__figure {
	position: relative;
    cursor: pointer;
    background: #e5e5e5;
    height: 300px;
    overflow: hidden;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-976 .lightbox-image__figure img {
    width: calc(100% - 30px);
}

.page-id-976 .lightbox-image__figure:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #D3A05D;
	opacity: 0;
	left: 0;
	transition: 0.3s ease;
}

.page-id-976 .lightbox-image__figure:after {
	content: "";
	background: url(https://inma.uy/wp-content/uploads/2023/11/button-modal-image.svg) center no-repeat;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s ease;
}

.page-id-976 .lightbox-image__figure:hover:before {
	opacity: 60%;
}

.page-id-976 .lightbox-image__figure:hover:after {
	opacity: 1;
}

.page-id-976 .modal__wrapper img.lightbox-image__image {
	width: 100%;
}

.page-id-976 footer#colophon {
	display: none;
}

.page-id-976 #footer-landing h3 {
	font-size: 2.45rem;
}

.page-id-976 #footer-landing .wpcf7 {
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

.page-id-976 #footer-landing .wpcf7-form {
	grid-template-columns: 1fr;
}

.page-id-976 #footer-landing .wpcf7-form .wpcf7-form-control-wrap {
	position: relative;
	margin-bottom: 15px;
}

.page-id-976 #footer-landing .wpcf7-form .wpcf7-form-control-wrap:after {
	content: "*";
	font-family: 'Gidole';
	position: absolute;
	right: 18px;
	top: 22px;
	font-size: 1.35rem;
}

.page-id-976 #footer-landing .wpcf7-form input.wpcf7-text {
	background: #F2F2F2;
	padding: 28px 35px;
	border: 0;
	position: relative;
}

.page-id-976 #footer-landing .wpcf7-form input.wpcf7-text,
.page-id-976 #footer-landing .wpcf7-form input.wpcf7-text::placeholder {
	color: #4A4A4A;
	font-size: 1.3rem;
	font-family: 'Gidole';
}

.page-id-976 #footer-landing .wpcf7-form .wrap_submit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}

.page-id-976 #footer-landing .wpcf7-form .wrap_submit:before {
	content: "(*) campo obligatorio";
	margin-bottom: 25px;
	color: #808080;
	font-size: .85rem;
}

.page-id-976 #footer-landing .wpcf7-form .wrap_submit input {
	background: #000;
	color: #fff;
	font-family: 'Gidole';
	font-weight: 400;
	border-radius: 25rem;
	font-size: 1.25rem;
	width: 50%;
	padding: 22px 15px;
	border: 2px solid #000;
	transition: all .3s ease-in-out;
}

.page-id-976 #footer-landing .wpcf7-form .wrap_submit input:hover {
	color: #000;
	background: #fff;
}

.page-id-976 #footer-landing .wpcf7-form .wrap_submit .wpcf7-spinner {
	left: calc(100% - 40px);
	top: 67%;
}

.page-id-976 #footer-landing .wpcf7-form .wpcf7-response-output {
	grid-column: 1 !important;
}

.page-id-976 #footer-landing .text-inma {
	padding-right: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.page-id-976 #footer-landing .image-inma {
	margin-right: 33px;
}

.page-id-976 .kb-splide .splide__slide {
	cursor: grab;
}

.page-id-976 .text-inma {
	text-wrap: nowrap;
}

.page-id-976 #lightbox-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-id-976 #lightbox-video a {
	font-family: 'Gidole';
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	padding: 1.15em 1.15em !important;
	position: relative;
}

.page-id-976 #lightbox-video a.lightbox-text__button {
	background: #000000;
}

.page-id-976 #lightbox-video a.lightbox-text__button::after {
	background: #fff;
	opacity: 0;
}

.page-id-976 #lightbox-video a.lightbox-text__button:hover {
	color: #000;
}

.page-id-976 #lightbox-video a.lightbox-text__button:hover::after {
	opacity: 1;
}

.page-id-976 #lightbox-video a.lightbox-video__button.button--fill-in {
	padding: 0.525em 1.15em !important;
	background: #d3a05d;
}

.page-id-976 #lightbox-video a.lightbox-video__button.button--fill-in .button__svg-wrapper {
	background: #fff;
}

.page-id-976 #lightbox-video a.lightbox-video__button.button--fill-in .button__svg-wrapper svg {
	transform: translate(0);
}

.page-id-976 #lightbox-video a.lightbox-video__button.button--fill-in .button__svg-wrapper svg * {
	stroke: #d3a05d;
	fill: #d3a05d;
}

.page-id-976 #lightbox-video a.lightbox-video__button.button--fill-in::after {
	background: #fff;
	opacity: 0;
}

.page-id-976 #lightbox-video a.lightbox-video__button.button--fill-in:hover {
	color: #d3a05d;
}

.page-id-976 #lightbox-video a.lightbox-video__button.button--fill-in:hover span.lightbox-video__svg-wrapper {
	transform: translateX(0px) scale(1.2);
}

.page-id-976 #lightbox-video a.lightbox-video__button.button--fill-in:hover:after {
	opacity: 1;
}
.page-id-976 #lightbox-video a.lightbox-video__button.button--fill-in span.lightbox-video__button-span.button__text {
    transform: translateX(-10px);
}

@media (min-width: 1201px) and (max-width: 1700px) {
	.page-id-976 .equilibrio-text .kt-inside-inner-col {
		padding-top: 8rem;
	}
}

@media (min-width: 1201px) and (max-width: 1600px) {
	.page-id-976 #equilibrio-row .wp-block-kadence-advancedbtn {
		flex-wrap: nowrap;
		width: calc(100% + 80px);
	}
	.page-id-976 #equilibrio-row .wp-block-kadence-advancedbtn span {
		font-size: 1rem;
	}
	.page-id-976 #equilibrio-row .wp-block-kadence-advancedbtn .kt-button {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.page-id-976 #equilibrio-row .button span.kb-svg-icon-wrap.kb-svg-icon-fas_play-circle svg {
		width: 30px;
		height: 30px;
	}
	.page-id-976 #equilibrio-row .button span.kb-svg-icon-wrap.kb-svg-icon-fas_play-circle {
		font-size: 30px !important;
		background-position: 53% 8px !important;
		background-size: 10px !important;
	}
	.page-id-976 #lightbox-video {
		width: 115%;
	}
}

@media (max-width: 1440px) {
	.page-id-976 .home-header__iframe-wrapper {
		padding-bottom: 70%;
	}
	.page-id-976 #lightbox-video a {
		font-size: 1rem;
	}
}

@media (max-width: 1200px) {
	.page-id-976 #equilibrio-row .kt-row-column-wrap {
		grid-template-columns: minmax(0, 1fr);
	}
	.page-id-976 .equilibrio-text .kt-inside-inner-col {
		padding-top: 0rem;
	}
	.page-id-976 #grey-propietario {
		margin-top: 0;
	}
}

@media (min-width: 1650px) and (max-width: 1730px) {
	.page-id-976 #footer-landing p.kt-blocks-info-box-text {
		font-size: 1.65rem;
	}
}

@media (min-width: 1570px) and (max-width: 1649px) {
	.page-id-976 #footer-landing p.kt-blocks-info-box-text {
		font-size: 1.45rem;
	}
}

@media (min-width: 1150px) and (max-width: 1569px) {
	.page-id-976 div#footer-landing .kt-has-2-columns {
		grid-template-columns: minmax(0, 50%) minmax(0, 50%);
	}
	.page-id-976 #footer-landing p.kt-blocks-info-box-text {
		font-size: 1.35rem;
	}
}

@media (min-width: 1025px) and (max-width: 1149px) {
	.page-id-976 div#footer-landing .kt-has-2-columns {
		grid-template-columns: minmax(0, 40%) minmax(0, 60%);
	}
	.page-id-976 #footer-landing p.kt-blocks-info-box-text {
		font-size: 1.35rem;
	}
}

@media (min-width: 1025px) {
	.page-id-976 .icons-owner.owner-1 .kt-row-column-wrap {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.page-id-976 .icons-owner.owner-1 .kt-row-column-wrap .wp-block-kadence-column.owner-1-col-1 {
		grid-column: 1/3;
	}
	.page-id-976 .icons-owner.owner-1 .kt-row-column-wrap .wp-block-kadence-column.owner-1-col-2 {
		grid-column: 3/4;
	}
	.page-id-976 .icons-owner.owner-1 .kt-row-column-wrap .wp-block-kadence-column.owner-1-col-3 {
		grid-column: 4/5;
	}
	.page-id-976 figure.banner-image-tablet-mobile {
		display: none;
	}
	.page-id-976 #lightbox-video a {
		height: 65px;
	}
}

@media (max-width: 1024px) {
	.page-id-976 .banner-landing h1, .page-id-976 .banner-landing p {
		color: #000000 !important;
	}
	.page-id-976 header#masthead {
		background-color: #101820;
	}
	.page-id-976 header#masthead.site-header .custom-logo-link {
		display: grid;
		place-content: end;
		overflow: hidden;
		max-height: 35px;
	}
	.page-id-976 .icons-owner:not(.owner-1) .kt-row-column-wrap .wp-block-kadence-column:nth-child(2):after {
		content: none;
	}
	.page-id-976 figure.banner-image-tablet-mobile {
		width: 100vw;
		margin-left: -3rem;
	}
	.page-id-976 figure.banner-image-tablet-mobile img {
		width: 100%;
		height: auto;
	}
	.page-id-976 .banner-landing .wp-block-kadence-infobox .kt-blocks-info-box-media-container {
		display: none;
	}
	.page-id-976 .banner-landing .wp-block-kadence-infobox span.kt-blocks-info-box-link-wrap {
		margin-top: 0px;
		padding-top: 20px;
		margin-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.page-id-976 #home-header__json-loader {
		display: none;
	}
	.page-id-976 h2 {
		font-size: calc((4.3 - 1) * 1.2vw + 1rem);
	}
	.page-id-976 .banner-landing h1 {
		font-size: calc((6 - 1) * 1.2vw + 1rem);
	}
	.page-id-976 .banner-landing h2 {
		font-size: calc((4 - 1) * 1.2vw + 1rem);
	}
	.page-id-976 .banner-landing .kt-blocks-info-box-link-wrap {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		row-gap: 25px;
		padding: 0;
	}
	.page-id-976 .banner-landing .kt-blocks-info-box-link-wrap .kt-blocks-info-box-media {
		margin-right: 0;
	}
	.page-id-976 .banner-landing .kt-blocks-info-box-link-wrap .kt-blocks-info-box-media .kadence-info-box-image-intrisic, .page-id-976 .banner-landing .kt-blocks-info-box-link-wrap .kt-blocks-info-box-media img {
		width: 100%;
	}
	.page-id-976 .banner-landing .kt-blocks-info-box-link-wrap .kt-blocks-info-box-media .kadence-info-box-image-inner-intrisic-container {
		width: 100%;
		max-width: 100%;
	}
	.page-id-976 .equilibrio-2 {
		transform: translateX(-1rem);
		width: 40%;
		margin-top: -20%;
	}
	.page-id-976 .equilibrio-3 {
		width: 62%;
		transform: translate(50px, -3px);
		margin-right: 0;
	}
	.page-id-976 .button.btn-play {
		padding: 0.55em 1.15em !important;
	}
	.page-id-976 .kb-button.kt-button.button,
	.page-id-976 #footer-landing .wpcf7-form .wrap_submit input {
		width: 100%;
	}
	.page-id-976 #footer-landing h3 {
		font-size: 1.7rem;
	}
	.page-id-976 .icons-owner p.kt-blocks-info-box-text {
		font-size: 1rem;
	}
	.page-id-976 .icons-owner p.kt-blocks-info-box-text br {
		display: none;
	}
	.page-id-976 #grey-propietario span.kt-blocks-info-box-link-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.page-id-976 #grey-propietario span.kt-blocks-info-box-link-wrap .kt-blocks-info-box-media-container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.page-id-976 #grey-propietario .place-9 .kt-blocks-info-box-media {
		padding-top: 15px;
		padding-bottom: 28px;
		padding-left: 0;
		padding-right: 0;
	}
	.page-id-976 #grey-propietario .place-10 .kt-blocks-info-box-media {
		padding-left: 0;
		padding-right: 0;
	}
	.page-id-976 #grey-propietario .place-1 .kt-blocks-info-box-media {
		padding-top: 19px;
		padding-bottom: 28px;
	}
	.page-id-976 #grey-propietario .place-2 .kt-blocks-info-box-media {
		padding-bottom: 27px;
	}
	.page-id-976 #grey-propietario .place-4 .kt-blocks-info-box-media {
		padding-bottom: 28px;
	}
	.page-id-976 #grey-propietario .place-3 .kt-blocks-info-box-media {
		padding-top: 25px;
		padding-bottom: 47px;
	}
	.page-id-976 #grey-propietario .place-5 .kt-blocks-info-box-media {
		padding-top: 9px;
		padding-bottom: 37px;
	}
	.page-id-976 #grey-propietario .place-6 .kt-blocks-info-box-media {
		padding-bottom: 28px;
	}
	.page-id-976 #grey-propietario .place-7 .kt-blocks-info-box-media {
		padding-top: 7px;
		padding-bottom: 28px;
	}
	.page-id-976 #grey-propietario .place-8 .kt-blocks-info-box-media {
		padding-bottom: 30px;
	}
	.page-id-976 #grey-propietario .icons-owner .kt-row-column-wrap .wp-block-kadence-column:first-child:after,
	.page-id-976 #grey-propietario .icons-owner .kt-row-column-wrap .wp-block-kadence-column:nth-child(2):after,
	.page-id-976 #grey-propietario .icons-owner .kt-row-column-wrap .wp-block-kadence-column:nth-child(3):after {
		height: 200px;
		top: 0;
	}
	.page-id-976 #footer-landing .image-inma,
	.page-id-976 #footer-landing .image-inma figure {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.page-id-976 .modal__wrapper {
		box-shadow: none;
		background: transparent;
	}
	.page-id-976 .modal__wrapper img.lightbox-image__image {
		box-shadow: 0 1px 6px #0000001a;
	}
	.page-id-976 #lightbox-video a.lightbox-video__button.button--fill-in .button__text {
		transform: translateX(-10px);
	}
	
}

@media (max-width: 647px) {
	.page-id-976 figure.banner-image-tablet-mobile {
		margin-left: -2rem;
	}
	.page-id-976 #lightbox-video {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.page-id-976 #lightbox-video a {
		width: 100%;
		justify-content: center;
		margin-top: 15px;
	}
}

html {
    scroll-behavior: smooth!important;
}
.page-id-976 .proyecto-nirvana a {
	border: 1px solid #FE2E8D;
	color: #FE2E8D !important;
}

.modal.youtube .lightbox-video__modal-content {
	padding-bottom: 56.25%;
}

.proyecto-nirvana a {
	border: 1px solid #fff;
	border-radius: 25rem;
	padding: 5px 15px;
}

.proyecto-nirvana a:hover {
	border: 1px solid #FE2E8D;
	color: #FE2E8D !important;
}

.proyecto-nirvana a:before {
	width: 0 !important;
	left: 15px !important;
	top: 82% !important;
}

.chat-whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 10000;
	transition: all 0.3s ease;
}

.chat-whatsapp:hover {
    transform: scale(1.05);
}

.chat-whatsapp img {
    width: 60px;
}

@media (max-width:767px) {
	.chat-whatsapp {   
		bottom: 10px;
		right: 10px;
	}
	.chat-whatsapp img {
		width: 45px;
	}
}

.wrap-counter {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    font-family: 'Gidole';
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.45;
}

.wrap-counter p {
	margin: 0;
}

div#countdown .days-numbers, 
div#countdown .days-names {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 5px;
}

div#countdown .days-numbers span {
    background: #fff;
    width: 52px;
    display: block;
    color: #D3A05D;
    font-family: 'Gidole';
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.3;
    text-align: center;
}

div#countdown .days-names {
    position: absolute;
    width: 100%;
}

div#countdown .days-names span {
    text-align: center;
    color: #B0B0B0;
    font-size: 1.15rem;
}

div#countdown {
    position: relative;
}

#gift p.kt-blocks-info-box-title {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.top-bar-project-nirvana {
    background: #FE2E8D;
    text-align: center;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    left: 0;
    transition: transform .25s .15s ease;
}

.top-bar-project-nirvana:not(.to-top) {
    transform: translateY(-100%);
}

.top-bar-project-nirvana p {
    margin-bottom: 0;
}

@media (max-width:1440px) {
    .title-gift {
        font-size: 3rem!important;
    }
}

@media (max-width:1024px) {
    .title-gift br {
        display: none;
    }
}

@media (max-width:767px) {
    .title-gift {
    	line-height: 1.35!important;
    	font-size: 2.5rem!important;
	}
	.top-bar-project-nirvana p span {
        display: none;
    }
}

@media (max-width:425px) {
	.wrap-counter {
    	flex-direction: column;
    	align-items: flex-start;
	}
}

.grecaptcha-badge {
    opacity: 0;
}

.modal__wrapper img.lightbox-image__image_big {
    width: 600px;
    margin: 0 auto;
    display: block;
}

/*# sourceMappingURL=style.css.map */