/*!
Theme Name: ignite Garamond
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: ignite-garamond
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.

ignite Garamond 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/
*/
.home .post-thumbnail {
    display: none;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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


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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
div#page {
    height: 100vh;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-X: hidden;
}

/**
 * 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: 6.5rem;
	margin: 0.67em 0;
	letter-spacing: -.2rem;
	line-height: 1.2;
}
h2 {
    font-size: 3.15rem;
    line-height: 1.1;
}

h2 mark.kt-highlight {
    color: inherit;
    position: relative;
    background: transparent;
}

h2 mark.kt-highlight:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    bottom: -8px;
    background: #00897d;
}

h4 {
    font-size: 2.12rem;
    font-family: "Lato"!important;
    line-height: 1.2;
}

h5 {
    font-size: 1.95rem;
}

h6 {
    font-family: "Lato"!important;
    font-style: normal;
    font-weight: 700!important;
    font-size: 2.5rem;
    margin-bottom: 30px;
    margin-top: 30px;
}
/* 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: none!important;
}

/**
 * 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 {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	color: #484547;
}

p {
	margin-bottom: 1.55em;
	line-height: 1.55;
    font-size: 1.38rem;
	color: #666;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

h3 {
    font-size: 2.2rem;
    line-height: 1.2;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 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: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: none!important;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
header#masthead.masthead_footer {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    background: #ffffff;
    transform: translateY(-100%);
}

.initScroll header#masthead.masthead_footer {
    transform: translateY(0);
    opacity:1!important;
}
.initScroll #page header#masthead {
    opacity: 0;
}

#rmp-container-436 {
   height: 100vh;
}
header#masthead.masthead_footer .inner_masthead {
    padding: 5px 25px 0;
}

header#masthead.masthead_footer .site-branding img {
    width: 100px;
}


.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

.row-full-width .kt-row-column-wrap {
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}



/*.row-full-width .kt-row-column-wrap .wp-block-kadence-rowlayout {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

#banner-astronautas .wp-block-nk-awb.nk-awb {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}*/

main > article > .entry-content {
    margin-top: 0;
}

/* Header web
--------------------------------------------- */
header#masthead .inner_masthead {
    padding: 35px 25px;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header .rmp-container {
    min-width: 0!important;
    width: 0!important;
    opacity: 0;
    max-width: 100%!important;
    background-image: none!important;
    transition: transform 0.5s, opacity 0.3s, width 0.5s!important;
}

header .rmp-container.rmp-slide-right.rmp-menu-open, header .rmp-container.rmp-push-right.rmp-menu-open {
    width: 100%!important;
    opacity: 1!important;
}

header .rmp-container .rmp-menu-wrap {
    padding: 175px 25px 60px!important;
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header .rmp-container .rmp-menu-wrap .rmp-menu,
header .rmp-container .rmp-menu-wrap .rmp-menu a.rmp-menu-item-link {
    text-align: right!important;
}

header .rmp-container .rmp-menu-wrap .rmp-menu a.rmp-menu-item-link {
    padding: 0px!important;
}


header .rmp-container .rmp-menu-wrap .rmp-menu >  li > a.rmp-menu-item-link {
    font-size: calc((3.8 - 1) * 1.2vw + 1rem)!important;
    height: auto!important;
    overflow: visible!important;
    line-height: 1!important;
    padding-bottom: 10px!important;
    margin-bottom: 28px;
    position: relative!important;
}

header .rmp-container .rmp-menu-wrap .rmp-menu > li:last-child > a.rmp-menu-item-link {
    margin-bottom: 0;
}


header .rmp-container .rmp-menu-wrap .rmp-menu li a.rmp-menu-item-link span {
    width: fit-content!important;
    margin-left: auto;
    position: relative!important;
}

header .rmp-container .rmp-menu-wrap .rmp-menu li a.rmp-menu-item-link span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background: #00897D;
    display: block;
    bottom: 5px;h
    transition: all 0.3s;
}
header .rmp-container .rmp-menu-wrap .rmp-menu li.not-link > a.rmp-menu-item-link span:before {
    content: none!important;
}

header .rmp-container .rmp-menu-wrap .rmp-submenu > li > a.rmp-menu-item-link span:before {
    bottom: -2px;
}

header .rmp-container .rmp-menu-wrap .rmp-menu li.rmp-menu-current-item a.rmp-menu-item-link span:before,
header .rmp-container .rmp-menu-wrap .rmp-menu li a.rmp-menu-item-link:hover span:before{
    width: 100%;
}


header .rmp-container .rmp-menu-wrap .rmp-submenu > li > a.rmp-menu-item-link {
    font-size: 1.6rem!important;
    font-family: "Lato"!important;
    margin-bottom: 0px;
    height: auto!important;
    line-height: 1.2!important;
    color: #808080!important;
    padding-right: 5px!important;
    padding-bottom: 6px!important;
}

header ul.rmp-submenu {
    margin-bottom: 35px!important;
}

header .rmp-container .rmp-menu-wrap .rmp-menu > li.menu-item-has-children > a.rmp-menu-item-link {
    margin-bottom: 11px!important;
}

header#masthead .rmp-menu-additional-content {
    text-align: left;
    width: 1600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
    margin-top: -45px;
}

header#masthead .rmp-menu-additional-content a {
    color: #00897d;
    font-family: "Hepta Slab";
    font-size: 1.35rem;
    position: relative;
    text-decoration: none;
    padding-bottom: 5px;
}

header#masthead .rmp-menu-additional-content a.phone {
    margin-right: 85px;
}

header button.rmp_menu_trigger {
    cursor: pointer;
}

header button.rmp_menu_trigger.is-active span.responsive-menu-pro-inner, 
header button.rmp_menu_trigger.is-active span.responsive-menu-pro-inner:after {
    background: #00897D!important;
}


/* Header Pages
--------------------------------------------- */
.header-page .kt-row-column-wrap.kb-theme-content-width {
    width: 1600px!important;
    max-width: 100%!important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
}

.header-page > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

body:not(.home) .header-page > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p {
    margin-top: 0;
}

.header-page > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p + h1 {
    margin-top: 0;
}

.header-page h1, #grid-info-header, .header-page p {
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header-page h1 {
    margin-bottom: 20px;
    margin-top: 0;
}

#header-page-h1-small.header-page h1 {
    font-size: 4.8rem;
    line-height: 1.15;
    margin-bottom: 0px;
}

#grid-info-header p {
    margin: 0;
    line-height: 1.2;
}

#grid-contact-header {
    padding-top: 95px;
    padding-bottom: 30px;
}

#header-page-home #grid-contact-header {
    padding-bottom: 0px;
}

#grid-contact-header a.phone {
    margin-right: 80px;
}

#grid-contact-header a {
    font-family: "Hepta Slab";
    font-size: 1.35rem;
    position: relative;
}

#grid-contact-header a span:before, header#masthead .rmp-menu-additional-content a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    bottom: 0;
    background: #00897d;
    transition: all 0.3s;
}

#grid-contact-header a:hover span:before, header#masthead .rmp-menu-additional-content a:hover:before {
    width: 100%;
}

a.button:not(.phone):not(.mailto) {
    min-width: 295px;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Block Infobox 
--------------------------------------------- */
.banner-info-box.wp-block-kadence-infobox .kt-blocks-info-box-link-wrap {
    padding: 90px!important;
    background-image: url(http://garamond.uy/ignite/wp-content/uploads/2021/03/hoja.png)!important;
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-position: right bottom!important;
    background-size: cover!important;
}

.banner-info-box.wp-block-kadence-infobox h3 {
    margin-bottom: 95px!important;
    margin-top: 0!important;
}

.banner-info-box.wp-block-kadence-infobox a.kt-blocks-info-box-link-wrap {
    padding: 80px 90px!important;
}

.banner-info-box.wp-block-kadence-infobox a.kt-blocks-info-box-learnmore {
    font-size: 18px;
    min-width: 295px;
    max-width: 100%;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    text-align: center;
}

.banner-info-box.text-small.wp-block-kadence-infobox h2 strong {
    font-weight: 400;
    font-size: 2.2rem;
    display: block;
}

.banner-info-box.text-small.wp-block-kadence-infobox h2 {
    line-height: 1.1;
}

.banner-info-box.text-small.wp-block-kadence-infobox h2 br {
    display: none;
}

.kt-blocks-info-box-link-wrap.kt-blocks-info-box-media-align-left p.kt-blocks-info-box-text {
    margin: 0;
}

.banner-info-box.wp-block-kadence-infobox .kt-blocks-info-box-link-wrap .kt-infobox-textcontent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 340px;
}

h5 + p.kt-blocks-info-box-text {
    margin-top: 16px;
}

h5.kt-blocks-info-box-title {
    margin-top: 24px!important;
}

#por-que-ignite .kadence-info-box-image-inner-intrisic {
    position: relative;
}

#por-que-ignite .kadence-info-box-image-inner-intrisic:before {
    content: '';
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    text-align: center;
    background: #E76112;
}

#por-que-ignite .inner-column-1 .kadence-info-box-image-inner-intrisic:before {
    content: '01';
}

#por-que-ignite .inner-column-2 .kadence-info-box-image-inner-intrisic:before {
    content: '02';
}

#por-que-ignite .inner-column-3 .kadence-info-box-image-inner-intrisic:before {
    content: '03';
}

#por-que-ignite .box-art-animate-six.row-two .inner-column-1 .kadence-info-box-image-inner-intrisic:before {
    content: '04';
}

#por-que-ignite .box-art-animate-six.row-two .inner-column-2 .kadence-info-box-image-inner-intrisic:before {
    content: '05';
}

#por-que-ignite .box-art-animate-six.row-two .inner-column-3 .kadence-info-box-image-inner-intrisic:before {
    content: '06';
}

#box-icons-line .kt-blocks-info-box-media-container {
    border-bottom: 2px solid #E6E6E6;
    min-height: 63px;
    position: relative;
}

#box-icons-line .kt-blocks-info-box-media-container:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #484547;
    position: absolute;
    left: 0;
    bottom: -2px;
}

#box-icons-line h3 {
    font-size: 2.1rem;
    font-family: "Lato";
    font-weight: 400;
}

#box-icons-line.with-title .kt-blocks-info-box-media-container {
    border-bottom: 0;
}

#box-icons-line.with-title .kt-infobox-textcontent h3 {
    border-bottom: 2px solid #E6E6E6;
    position: relative;
    padding-bottom: 11px;
}

#box-icons-line.with-title .kt-infobox-textcontent h3:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #484547;
    position: absolute;
    left: 0;
    bottom: -2px;
}

#box-icons-line.with-title .kt-blocks-info-box-media-container:after {
    content: none;
}

.box-art-animate h4 {
    margin-top: 20px!important;
    margin-bottom: 0!important;
}

.box-art-animate h4 + p {
    margin-top: 10px;
}

.kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-learnmore {
    color: #484547!important;
    background: transparent!important;
    border-color: #484547!important;
}

.kt-blocks-info-box-link-wrap:hover .kt-blocks-info-box-learnmore:hover {
    color: #ffffff!important;
    background: #484547!important;
    border-color: #484547!important;
}

@media (min-width: 992px) {
    #box-icons-line .kt-gutter-widest:not(.kt-has-4-columns)>.wp-block-kadence-column:not(:last-child) {
        margin-right: 120px;
    }
}



/* Home Astronautas
--------------------------------------------- */
.home #header-page-home {
    z-index: 11;
    position: relative;
}
div#banner-astronautas.banner-astronautas2 {
    margin-top: -75px;
}

#banner-astronautas.banner-astronautas2 .kt-row-column-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#banner-astronautas.banner-astronautas2 .kt-row-column-wrap .wp-block-kadence-rowlayout {
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


div#banner-astronautas.banner-astronautas2 .kt-row-layout-inner {
    padding: 0!important;
}

div#banner-astronautas.banner-astronautas2 figure {
    margin-bottom: 0!important;
    margin-top: 0;
}

#banner-astronautas .inner-column-1 {
    z-index: 1;
}


#banner-astronautas .inner-column-2 {
    z-index: 0;
}

#astronauta-4, #astronauta-3, #astronauta-2, #astronauta-1 {
    position: absolute;
}

#circle-astronauta {
    position: absolute;
    top: -315px;
    width: 1247px;
    right: -250px;
    z-index: 0;
}

#banner-astronautas .wp-block-kadence-infobox {
    z-index: 0;
    position: relative;
}

div#banner-astronautas .kt-row-layout-inner {
    padding: 85px 0;
}

#banner-astronautas .kt-blocks-info-box-learnmore-wrap span {
    height: 65px;
    margin: 0;
}


#astronauta-4 {
    width: 355px;
    top: -210px;
    right: 45px;
    transform: translate(0px, 0px);
    animation: astronautafor 6s ease-in-out infinite;
}

#astronauta-3 {
    width: 190px;
    left: calc(50% + 117px);
    top: 104px;
    transform: translate(0px, 0px);
    animation: astronautathree 6s ease-in-out infinite;
}

#astronauta-2 {
    width: 440px;
    bottom: -150px;
    right: 8px;
    transform: translate(0px, 0px);
    animation: astronautatwo 7s ease-in-out infinite;
}


#astronauta-1 {
    width: 270px;
    left: calc(50% - 95px);
    bottom: 110px;
    z-index: 10;
    transform: translate(0px, 0px);
    animation: astronautaone 8s ease-in-out infinite;
}

@keyframes astronautaone {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(5px, 5px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes astronautatwo {
	0% {
		transform: translate(0px, 0px);
	}
	30% {
		transform: translate(9px, -10px);
	}
	50% {
		transform: translate(15px, -14px);
	}
	80% {
		transform: translate(7px, -8px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes astronautathree {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}
	30% {
		transform: translate(-5px, -5px) rotate(5deg);
	}
	50% {
		transform: translate(-4px, 0px) rotate(4deg);
	}
	80% {
		transform: translate(-3px, 5px) rotate(2deg);
	}
	100% {
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes astronautafor {
	0% {
		transform: translate(0px, 0px);
	}
	25% {
		transform: translate(-8px, -8px);
	}
	50% {
		transform: translate(-14px, -10px);
	}
	75% {
		transform: translate(-8px, -8px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}

@media (max-width: 1600px) {
   #astronauta-4 {
        width: 280px;
        top: -70px;
    }

    #astronauta-2 {
        width: 380px;
        right: -30px;
    }

    #astronauta-3 {
        width: 150px;
        top: 180px;
    }

    #astronauta-1 {
        width: 250px;
        left: calc(50% - 70px);
        bottom: 80px;
    } 
} 

@media (min-width:1251px) and (max-width: 1400px) {
   #astronauta-4 {
        width: 260px;
        top: -80px;
    }

    #astronauta-2 {
        width: 350px;
        right: -30px;
    }

    #astronauta-3 {
        width: 120px;
        top: 120px;
    }

    #astronauta-1 {
        width: 220px;
        left: calc(50% - 70px);
        bottom: 80px;
    } 
}

@media (min-width: 931px) and (max-width:1250px) {
    #astronauta-4 {
        width: 220px;
        top: -80px;
        right: 30px;
    }

    #astronauta-2 {
        width: 250px;
        right: -30px;
        bottom: -100px;
    }

    #astronauta-3 {
        width: 100px;
        top: 120px;
        left: calc(50% + 80px);
    }

    #astronauta-1 {
        width: 220px;
        left: calc(50% - 70px);
        bottom: 50px;
    }
    div#banner-astronautas.banner-astronautas2 figure {
        width: calc(100% + 400px);
    }
    
    div#banner-astronautas.banner-astronautas2 {
        overflow-x: hidden;
    }
    
}

@media (min-width:768px) and (max-width: 930px) {
    #astronauta-3 {
        left: calc(50% + 60px);
        width: 80px;
        top: 200px;
    }

    #astronauta-4 {
        top: -150px;
    }

    div#banner-astronautas.banner-astronautas2 > .kt-row-layout-inner {
        background-image: url(http://garamond.uy/ignite/wp-content/uploads/2021/03/astronautas-mobile.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 300px!important;
        overflow: visible;
        padding-bottom: 50px!important;
    }

    #banner-astronautas.banner-astronautas2 .kt-row-column-wrap .wp-block-kadence-rowlayout {
        top: 5%;
    }

    div#banner-astronautas.banner-astronautas2 figure {
        width: 100%;
    }

    div#banner-astronautas {
        margin-top: 0px!important;
        padding-top: 90px;
    }

    #astronauta-2 {
        right: -60px;
        width: 280px;
        bottom: -160px
    }

    #astronauta-1 {
        width: 200px;
        left: calc(50% - 80px);
        bottom: 90px;
    }
    div#banner-astronautas.banner-astronautas2 figure {
        opacity: 0;
    }
}

/* Home como lo hacemos
--------------------------------------------- */

.wp-block-pb-accordion-item h2 {
    font-family: "Lato";
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 0px;
    color: #CCCCCC;
    margin-top: 0;
    transition: color 0.3s;
}

.wp-block-pb-accordion-item p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-block-pb-accordion-item {
    position: relative;
    padding-left: 115px;
    padding-bottom: 100px;
}

.wp-block-pb-accordion-item h2:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #CCCCCC;
    background-image: url(assets/images/arrow.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    border-radius: 100%;
    top: 0px;
    left: -115px;
    z-index: 1;
    transition: all 0.3s;
 }

.wp-block-pb-accordion-item:not(:last-child):after {
    content: '';
    width: 2px;
    height: 100%;
    background: #CCCCCC;
    opacity: .5;
    position: absolute;
    top: 0px;
    left: 19px;
    z-index: 0;
}
.wp-block-pb-accordion-item h2:hover {
    color: #484547;
}

.wp-block-pb-accordion-item h2:hover:before {
    background-color: #00897d;
}

.wp-block-pb-accordion-item h2:focus {
    outline: none;
}

.wp-block-pb-accordion-item h2:after {
    content: none!important;
}

.is-open.wp-block-pb-accordion-item h2 {
    color: #484547;
}

.is-open.wp-block-pb-accordion-item h2:before {
    background-color: #00897d;
    transform: scale(1.3);
}

.wp-block-pb-accordion-item .c-accordion__content {
    display: block!important;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.is-open .c-accordion__content {
    max-height: max-content!important;
    overflow: visible!important;
}

#como-lo-hacemos .inner-column-1 .wp-block-kadence-advancedbtn {
    padding-top: 50px;
}

#como-lo-hacemos .inner-column-2 {
    padding-top: 55px;
    padding-right: 40px;
}

.wp-block-pb-accordion-item a.kt-button span {
    font-size: 1.38rem;
    position: relative;
}

.wp-block-pb-accordion-item a.kt-button {
    padding: 0!important;
}

.wp-block-pb-accordion-item a.kt-button span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: #484547;
    bottom: 0;
    transition: all 0.3s;
}

.wp-block-pb-accordion-item a.kt-button:hover span:before {
    width: 100%;
}

div#diseno-accordion {
    padding-bottom: 0;
}

.home div#hoy-necesitas {
    padding-top: 30px;
}

@media (min-width: 1200px) {
    #como-lo-hacemos .inner-column-2 .kt-inside-inner-col {
        padding-right: 120px;
    }
    
    #como-lo-hacemos .inner-column-2 a.kt-button {
        justify-content: flex-end;
    }
}
@media (max-width: 1199px) {
    #como-lo-hacemos  .inner-column-1 .wp-block-kadence-advancedbtn .kt-btn-wrap {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    #como-lo-hacemos .inner-column-1 .wp-block-kadence-advancedbtn {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    #como-lo-hacemos .inner-column-2 {
        padding-right: 0;
    }
    
    #como-lo-hacemos .inner-column-2 {
        padding-right: 0;
    }
    
    .wp-block-pb-accordion-item {
        padding-left: 70px;
        padding-bottom: 70px;
    }
    
    .wp-block-pb-accordion-item h2:before {
        left: -70px;
    }
    .wp-block-pb-accordion-item h2 {
        font-size: 2rem;
    }
    #como-lo-hacemos .inner-column-2 .wp-block-kadence-advancedbtn a {
        justify-content: flex-end;
    }
    .wp-block-pb-accordion-item .c-accordion__content .wp-block-kadence-advancedbtn a.kt-button {
        min-width: auto;
    }
}
/* Page Testimonials
--------------------------------------------- */
#testimonials-row .kt-row-column-wrap {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

#logos-footer .kt-row-column-wrap {
    width: 800px;
}

#testimonials-row .sp-testimonial-free-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}



#testimonials-row > .kt-row-layout-inner {
    padding-top: 90px;
}

#testimonials-row .wp-block-kadence-rowlayout {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sp-testimonial-free-wrapper .sp-testimonial-free {
    display: grid;
    grid-template-columns: 260px 1fr;
    align-items: stretch;
    grid-column-gap: 15px;
}

.sp-testimonial-free-wrapper .sp-testimonial-free .sp-testimonial-client-image {
    grid-row: 1/3;
    display: none;
}



@media (min-width:768px) {
    .sp-testimonial-free-wrapper .sp-testimonial-free .sp-testimonial-title {
        grid-column: 1/2;
        grid-row: 1/2;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .sp-testimonial-free-wrapper .sp-testimonial-free h4.sp-testimonial-client-name {
        grid-column: 1/2;
        grid-row: 2/3;
        margin-bottom: 0;
    }
    
    .sp-testimonial-free-wrapper .sp-testimonial-free .sp-testimonial-client-testimonial {
        grid-column: 2/3;
        grid-row: 1/3;
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    .sp-testimonial-free-wrapper .sp-testimonial-free .sp-testimonial-title {
        grid-row: 1/2;
        margin-bottom: 0;
    }
    
    .sp-testimonial-free-wrapper .sp-testimonial-free h4.sp-testimonial-client-name {
        grid-row: 2/3;
        margin-bottom: 0;
    }
    
    .sp-testimonial-free-wrapper .sp-testimonial-free .sp-testimonial-client-testimonial {
        grid-row: 3/4;
        margin-bottom: 0;
    }
}

.sp-testimonial-free-section .sp-testimonial-title h3, 
.sp-testimonial-free-section .sp-testimonial-client-testimonial, 
.sp-testimonial-free-section .sp-testimonial-client-testimonial p,
.sp-testimonial-free-section .sp-testimonial-client-name {
    text-align: left;
}

.wrap-testimonial-names {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
}

/*.sp-testimonial-free-wrapper .sp-testimonial-free {
    display: grid;
    grid-template-columns: 155px 260px 1fr;
    align-items: center;
}

.sp-testimonial-free-wrapper .sp-testimonial-free .sp-tfree-client-image {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    margin-bottom: 0;
}

.sp-testimonial-free-wrapper .sp-testimonial-free .tfree-testimonial-title, 
.sp-testimonial-free-wrapper .sp-testimonial-free .tfree-client-name, 
.sp-testimonial-free-wrapper .sp-testimonial-free .tfree-client-designation {
    grid-column-start: 2;
    grid-column-end: 3;
}

.wrap-testimonial-names {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
}
*/

.sp-testimonial-free-wrapper .sp-testimonial-free .tfree-client-name {
    grid-row-start: 2;
    grid-row-end: 3;
    font-family: "Lato"!important;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 0;
}

/*.sp-testimonial-free-section  .tfree-client-testimonial {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4;
    margin-bottom: 0;
    text-align: left;
}*/

.sp-testimonial-free-section  .tfree-client-designation {
    grid-row-start: 3;
    grid-row-end: 4;
    align-self: start;
    font-family: "Lato";
    text-align: left;
    font-size: 1.4rem;
}

.sp-testimonial-free-wrapper .sp-testimonial-free .tfree-testimonial-title {
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: self-end;
    margin-bottom: 0;
}

.sp-testimonial-free-section .tfree-client-testimonial p {
    margin-top: 0!important;
    font-size: 1rem;
    text-align: left!important;
    line-height: 1.6;
    margin-bottom: 32px;
}

.sp-testimonial-free-wrapper .sp-testimonial-free .tfree-testimonial-title h3 {
    font-family: "Lato";
    font-weight: bold;
    font-size: 1.5rem;
    text-align: left;
}

.sp-testimonial-free-section .tfree-client-testimonial p:last-child {
    margin-bottom: 0!important;
}



.sp-testimonial-free-wrapper .wrap-testimonial-names .tfree-testimonial-title {
    margin-bottom: 10px;
}

.sp-testimonial-free-wrapper .wrap-testimonial-names h4.tfree-client-name {
    margin-bottom: 5px;
}

.sp-testimonial-free-section .slick-dots li button {
    border: 1px solid #00897D;
    background: transparent!important;
    position: relative;
    width: 15px;
    height: 15px;
    outline: none!important;
    cursor: pointer;
}

.sp-testimonial-free-section .slick-dots li button:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid #f2f2f2;
}

.sp-testimonial-free-section .slick-dots li:hover button:before,
.sp-testimonial-free-section .slick-dots li.slick-active button:before  {
    background: #00897D;
}

.sp-testimonial-free-section .slick-dots {
    margin-top: 70px;
}

.sp-testimonial-free-section .slick-dots li, 
.sp-testimonial-free-section .slick-dots li:focus {
    outline: 0!important;
}

.sp-testimonial-free-section .slick-dots li {
    width: 15px;
    height: 15px;
}

/* Footer
--------------------------------------------- */

footer#colophon {
    background: #484547;
    padding: 115px 0;
}


footer#colophon .site-info {
    width: 1600px;
    max-width: 100%;
    padding: 0 25px;
    margin: 0 auto;
}

footer#colophon h2.widget-title {
    color: #fff;
    font-size: 5rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 60px;
}



.wrap_buttons_f a {
    border: 2px solid #fff;
    color: #ffff;
    padding: 17px 0!important;
    min-width: 295px!important;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    transition: all 0.3s;
    text-decoration: none;
}

.wrap_buttons_f a.button.phone {
    margin-right: 50px;
}

.wrap_buttons_f a:hover {
    background: #fff;
    color: #484547;
    border-color: #fff;
}

.links_footer {
    padding-top: 90px;
}

.links_footer div {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-right: 60px;
}

.links_footer * {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.links_footer p {
    margin-bottom: 0;
}

.links_footer a {
    position: relative;
    width: fit-content;
}

.links_footer a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
}

.links_footer a:hover {
    color: #fff;
}

.links_footer a:hover:before {
    width: 100%;
}

div#footer_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

div#footer_right .widget_nav_menu {
    margin-top: 9px;
}

div#footer_right ul#menu-main-menu {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    max-width: 100%;
}

div#footer_right ul#menu-main-menu ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    margin-left: 0;
    padding-left: 0;
    padding-top: 15px;
    width: 300px;
}

div#footer_right ul#menu-main-menu li:hover ul, 
div#footer_right ul#menu-main-menu li:focus ul {
    left: auto;
}

div#footer_right ul#menu-main-menu li ul li {
    margin-bottom: 3px;
}

div#footer_right ul#menu-main-menu ul li a:before {
    width: 0;
    bottom: -4px;
    transition: all 0.3s;
}

div#footer_right ul#menu-main-menu ul li a {
    font-size: 1rem;
    font-weight: 400;
}

div#footer_right ul#menu-main-menu ul li a:hover:before {
    width: 100%;
}

div#footer_right ul#menu-main-menu li {
    list-style: none;
    position: relative;
}


div#footer_right ul#menu-main-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    position: relative;
}

div#footer_right ul#menu-main-menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: #00897D;
}

.socials {
    width: 192px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
}

.socials a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    transition: all 0.3s;
}

.socials a:hover {
    transform: scale(1.05);
}


/* Single Post
--------------------------------------------- */

.breadcrumbs p, .breadcrumbs p * {
    text-decoration: none;
    color: #B3B3B3;
    font-family: "Lato";
    font-weight: 400;
}

.breadcrumbs p a {
    position: relative;
    padding-right: 5px;
}

.breadcrumbs p a:after {
    content: '/';
    padding-left: 5px;
    cursor: default;
}

.breadcrumbs p a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #B3B3B3;
    transition: all 0.3s;
}

.breadcrumbs p a:hover:before {
    width: calc(100% - 20px);
}

.single-post main#primary {
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.single-post article .post-thumbnail {
    text-align: center;
}

.single-post .body_post p, 
.single-post .body_post h1, 
.single-post .body_post h2, 
.single-post .body_post h3, 
.single-post .body_post h4, 
.single-post .body_post h5, 
.single-post .body_post h6, 
.single-post .body_post ul, 
.single-post .body_post ol,
.single-post .body_post .wp-block-media-text{
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.single-post .body_post .wp-block-media-text {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}

.single-post .body_post h2.entry-title {
    margin-top: 70px;
    margin-bottom: 30px;
}

.single-post .body_post p {
    margin-top: 0;
}

.single-post .body_post ul, .single-post .body_post ol {
    padding-left: 0;
    padding-top: 12px;
}

.single-post .body_post ul li, .single-post .body_post ol li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    line-height: 1.55;
    font-size: 1.38rem;
    margin-bottom: 35px;
    color: #666;
}

.single-post .body_post ul li:before, .single-post .body_post ol li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #00897D;
}

.single-post .related-post.grid {
    margin-bottom: 115px;
    margin-top: 145px;
}

.related-post .post-list {
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.related-post .inner_bg {
    width: 500px;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 93%;
    margin-bottom: 20px;
}

.related-post .post-list .item .post_title {
    font-family: "Lato"!important;
    font-weight: 700;
}

.related-post .post-list .item .post_excerpt a.read-more {
    display: none;
}

#footer-mailchimp {
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 132px;
}

.mc4wp-alert.mc4wp-success {
    position: absolute;
    width: 100%;
}

form.mc4wp-form {
    position: relative;
}

.mc4wp-alert.mc4wp-success p {
    font-size: 1rem;
}

#footer-mailchimp h2.widget-title {
    font-size: 2.12rem;
    color: #484547;
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
}

#footer-mailchimp .mc4wp-form-fields input[type="email"] {
    width: 100%;
    border: 2px solid #484547;
    border-radius: 0;
    padding: 0 35px;
    height: 60px;
}

#footer-mailchimp .mc4wp-form-fields button {
    font-size: 18px;
    background: #484547;
    border: 2px solid #484547;
    color: #fff;
    height: 60px;
    padding: 0 15px;
    width: 100%;
}

#footer-mailchimp .mc4wp-form-fields input[type="email"], 
#footer-mailchimp .mc4wp-form-fields input[type="email"]::placeholder {
    color: #484547;
    font-size: 1.2rem;
}


#primary.page_blog {
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
}

#primary.page_blog > article {
    width: 100%;
}

a.image_feature_blog div {
    width: 100%;
    padding-top: 93%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#primary.page_blog > article .uagb-post__items article:first-child a.image_feature_blog div {
    padding-top: 56.25%;
}

#primary.page_blog > article .uagb-post__items article, #primary.page_blog > article .uagb-post__items article .uagb-post__inner-wrap {
    padding: 0;
}

#primary.page_blog > article .uagb-post__items article h3,
#primary.page_blog.page_archive .body-archive article h3 {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 2.12rem;
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 1.2;
    color: #484547!important;
}

#primary.page_blog > article .uagb-post__items article:first-child h3 {
    font-size: 2.5rem;
    margin-top: 40px;
}

#primary.page_blog.page_archive .body-archive article h3 a,
#primary.page_blog > article .uagb-post__items article h3 a{
    color: #484547!important;
    text-decoration: none;
}

#primary.page_blog > article .uagb-post__items article .uagb-post__excerpt,
#primary.page_blog.page_archive .body-archive article p {
    font-size: 1.38rem;
    line-height: 1.55;
    margin-top: -3px;
    color: #666666;
}

#primary.page_blog.page_archive .body-archive article p, #primary.page_blog.page_archive .body-archive article p strong {
    font-weight: 400;
}

#primary.page_blog > article .uagb-post__items article .uagb-post__excerpt,
#primary.page_blog.page_archive .body-archive article .entry-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#primary.page_blog > article .uagb-post__items article:first-child p.excerpt_large {
    display: block;
    color: #666666;
    margin-top: 12px;
}

/*#primary.page_blog > article .uagb-post__items article:first-child .uagb-post__excerpt {
    display: none!important;
}*/

#primary.page_blog > article .uagb-post__items article:not(:first-child) a.uagb-post__link.uagb-text-link,
body.paged #primary.page_blog > article .uagb-post__items article a.uagb-post__link.uagb-text-link {
    display: none;
}

#primary.page_blog > article .uagb-post__items article:first-child .uagb-post__cta {
    display: block;
    text-align: right;
    padding-top: 10px;
}

#primary.page_blog > article .uagb-post__items article:first-child .uagb-post__cta a {
    font-size: 1.38rem;
    position: relative;
}
a.more_note {
    font-family: "Lato";
    font-weight: 700;
    color: #e76112;
    padding: 0px 0px;
    font-size: 1.38rem;
    position: relative;
    text-decoration: none;
}


#primary.page_blog > article .uagb-post__items article:first-child .uagb-post__cta a:before,
a.more_note:before {
    content: '';
    background: #484547;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

/*#primary.page_blog > article .uagb-post__items article:first-child .wrap_more_note {
    display: block!important;
    text-align: right;
}*/

.page_blog article .uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    display: flex;
    flex-direction: column;
}

.page_blog article .uagb-post-grid a.image_feature_blog {
    order: 1;
}

.page_blog article a.image_feature_blog + .uagb-post__text {
    order: 2;
}

.page_blog article .wrap_more_note + .uagb-post__text + .uagb-post__text {
    order: 3;
    padding-top: 10px;
}

.page_blog article .wrap_more_note {
    order: 4;
}

#primary.page_blog > article .uagb-post__items article:first-child .wrap_more_note + .uagb-post__text + .uagb-post__text {
    padding-top: 17px;
}

.page_blog h1.wp-block-kadence-advancedheading {
    font-size: 11rem;
    margin-top: 0;
    margin-bottom: 115px;
}

/*.page_blog .uagb-post-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}*/

aside#secondary {
    padding-top: 298px;
}

.page_archive aside#secondary {
    padding-top: 213px;
}

aside#secondary h2.widget-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 70px;
}

aside#secondary h2.widget-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #00897D;
}

.widget.popular-posts ul.wpp-list.wpp-cards {
    margin-left: 0;
    padding-left: 0;
}

.widget.popular-posts ul.wpp-list.wpp-cards li a {
    color: #484547;
    font-weight: 700;
    font-size: 1.38rem;
    text-decoration: none;
    position: relative;
    min-height: 74px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 35px;
}

.widget.popular-posts ul.wpp-list.wpp-cards li a:before {
    content: '';
    color: #00897D;
    font-family: "Hepta Slab";
    font-weight: 300;
    font-size: 3.1rem;
    transform: translateX(-35px);
    display: inline-block;
    height: 74px;
}

.widget.popular-posts ul.wpp-list.wpp-cards li {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 55px;
    margin-bottom: 45px;
}

.widget.popular-posts ul.wpp-list.wpp-cards li:first-child a:before {
    content: '01';
}

.widget.popular-posts ul.wpp-list.wpp-cards li:nth-child(2) a:before {
    content: '02';
}

.widget.popular-posts ul.wpp-list.wpp-cards li:nth-child(3) a:before {
    content: '03';
}

.widget.popular-posts ul.wpp-list.wpp-cards li:nth-child(4) a:before {
    content: '04';
}

aside .widget_archive {
    padding-top: 18px;
}

aside .widget_archive ul {
    margin-left: 0;
    padding-left: 0;
}

aside .widget_archive ul li {
    list-style: none;
    margin-bottom: 6px;
}

aside .widget_archive ul li a {
    color: #484547;
    background: rgb(242 242 242 / 40%);
    display: block;
    text-decoration: none;
    min-height: 45px;
    font-size: 1.38rem;
    text-transform: capitalize;
    padding: 0 40px;
    line-height: 45px;
    transition: all 0.3s;
}

aside .widget_archive ul li a:hover {
    background: rgb(242 242 242);
}
aside .widget_archive h2.widget-title {
    margin-bottom: 25px!important;
}

.uagb-post-pagination-wrap {
    text-align: center!important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.uagb-post-pagination-wrap span.page-numbers.current {
    background: transparent!important;
    color: #00897D!important;
    font-family: "Hepta Slab";
    font-weight: 700;
    font-size: 1.38rem;
}

.uagb-post-pagination-wrap .page-numbers {
    font-family: "Hepta Slab";
    font-weight: 700;
    font-size: 1.38rem;
    background: transparent!important;
    color: #666666!important;
    text-decoration: none!important;
    padding: 0!important;
    width: 30px;
    height: 30px;
    position: relative;
    outline: none!important;
}

a.next.page-numbers, a.prev.page-numbers {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
}

a.next.page-numbers:before {
    content: '';
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #666666!important;
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    top: 10px;
}

a.prev.page-numbers:before {
    content: '';
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #666666!important;
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    top: 10px;
}

.archive div#footer-mailchimp {
    margin-top: 95px;
}
/* Page 404
--------------------------------------------- */
section.error-404.not-found {
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
    text-align: center;
}

section.error-404.not-found h1.page-title {
    color: #00897D;
    font-size: 8rem;
    margin-bottom: 0;
    margin-top: 90px;
}

section.error-404.not-found p {
    font-size: 2.12rem;
    font-weight: 700;
    margin-bottom: 120px;
}

/* Media Querys
--------------------------------------------- */
@media (min-width: 768px) and (max-width: 1500px) {
    .row-full-width .kt-row-column-wrap,
    .wp-block-kadence-rowlayout .kt-row-column-wrap.kb-theme-content-width,
    #banner-astronautas .kt-row-has-bg>.kt-row-column-wrap, .single-post main#primary,
    #footer-mailchimp, #primary.page_blog, footer#colophon .site-info {
        padding-right: 45px;
        padding-left: 45px;
    }
    
    .wp-block-nk-awb {
       padding-left: 0px;
       padding-right: 0px;
    } 
    #banner-astronautas.banner-astronautas2 .kt-row-column-wrap .wp-block-kadence-rowlayout {
        padding-left: 45px;
        padding-right: 45px;
    }
    
}

@media (min-width: 1024px) {
    .links_footer {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
}

@media (min-width: 768px) {
    header .rmp-container .rmp-menu-wrap .rmp-menu a.rmp-menu-item-link {
        width: fit-content!important;
        margin-left: auto;
    }
    .grid-two-icons .kt-inside-inner-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
    }
    footer#colophon .site-info {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    
    div#footer_right ul#menu-main-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 543px;
        max-width: 100%;
        margin-left: auto;
    }
    .related-post .post-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 45px;
    }
    
    div#footer-mailchimp section {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #footer-mailchimp h2.widget-title {
        flex-basis: 42%;
    }
    #footer-mailchimp .textwidget {
        flex-basis: 58%;
    }
    
    #primary.page_blog {
        display: grid;
        grid-template-columns: 63% 1fr;
        align-items: flex-start;
        grid-column-gap: 60px;
    }
    #primary.page_blog > article .uagb-post__items, .body-archive {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 90px;
        grid-row-gap: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    
    body:not(.paged) #primary.page_blog > article .uagb-post__items article:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
        /*margin-bottom: 65px;*/
        margin-bottom: 20px;
    }
    .wrap_buttons_f {
        display: flex;
    }
}

@media (min-width:992px) {
    #por-que-ignite .kt-gutter-wider>.wp-block-kadence-column {
        margin-right: 70px;
    }
    
    #por-que-ignite .kt-gutter-wider>.wp-block-kadence-column:last-child {
        margin-right: 0;
    }
    
    #box-art-animate-six-one .wp-block-kadence-column,
    #box-art-animate-six-two .wp-block-kadence-column,
    #box-art-animate-three .wp-block-kadence-column {
        opacity: 0;
    }
    
    /*#por-que-ignite.with-three-art .wp-block-kadence-column.inner-column-2 {
        padding-top: 85px;
    }
    
    #por-que-ignite.with-three-art .wp-block-kadence-column.inner-column-3 {
        margin-top: -140px;
    }*/
    
   /* #por-que-ignite.with-six-art .wp-block-kadence-column.inner-column-2 {
        transform: translateY(-200px);
    }
    
    #por-que-ignite.with-six-art .wp-block-kadence-column.inner-column-3 {
        transform: translateY(100px);
    }*/
    .related-post .post-list {
        grid-column-gap: 60px;
    }
    
    #footer-mailchimp .mc4wp-form-fields {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    
    #footer-mailchimp .mc4wp-form-fields p {
        margin: 0;
        flex-basis: 60%;
    }
    #footer-mailchimp .mc4wp-form-fields button {
        flex-basis: 40%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #primary.page_blog {
       grid-column-gap: 90px;
    }
}

@media (max-width: 1500px) {
    h1 {
        font-size: 4.5rem;
    }
    
    .page_blog h1.wp-block-kadence-advancedheading {
        font-size: 8rem;
        margin-bottom: 100px;
    }
    
    #header-page-h1-small.header-page h1 {
        font-size: 3.5rem;
    }
    
    h2 {
        font-size: 2.5rem;
    }
    
    .wp-block-pb-accordion-item h2 {
        font-size: 2rem;
    }
    
    h3, #primary.page_blog > article .uagb-post__items article h3, #primary.page_blog.page_archive .body-archive article h3, #box-icons-line h3 {
       font-size: 1.8rem;
    }
    
    h4 {
        font-size: 1.7rem;
    }
    
    h5 {
        font-size: 1.65rem;
    }
    
    h6, #primary.page_blog > article .uagb-post__items article:first-child h3 {
        font-size: 2rem;
    }
    
    p, .single-post .body_post ul li, .single-post .body_post ol li, 
    #primary.page_blog > article .uagb-post__items article:first-child .uagb-post__cta a,
    #primary.page_blog > article .uagb-post__items article .uagb-post__excerpt,
    #primary.page_blog.page_archive .body-archive article p, .wp-block-pb-accordion-item a.kt-button span,
    .header-page > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p {
       font-size: 1.1rem;
    }
    
    .banner-info-box.wp-block-kadence-infobox .kt-blocks-info-box-link-wrap .kt-infobox-textcontent {
        min-height: 300px;
    }
    
    .banner-info-box.wp-block-kadence-infobox .kt-blocks-info-box-link-wrap {
        padding: 65px!important;
    }
    
    footer#colophon h2.widget-title {
        font-size: 3.2rem;
    }
    
    .sp-testimonial-free-wrapper .sp-testimonial-free .tfree-testimonial-title h3,
    .related-post .post-list .item .post_title {
        font-size: 1.5rem;
    }
    
    .sp-testimonial-free-wrapper .sp-testimonial-free .tfree-client-name {
        font-size: 1.3rem;
    }
    
    .sp-testimonial-free-section .tfree-client-designation,
    .related-post .post-list .item .post_excerpt {
        font-size: 1.2rem;
    }
    header .rmp-container .rmp-menu-wrap .rmp-menu > li > a.rmp-menu-item-link {
        font-size: 3.8rem!important;
        margin-bottom: 20px;
    }
    
    header .rmp-container .rmp-menu-wrap {
        padding-top: 100px!important;
    }
    
    header .rmp-container .rmp-menu-wrap .rmp-submenu > li > a.rmp-menu-item-link,
    header#masthead .rmp-menu-additional-content a,
    #grid-contact-header a  {
        font-size: 1.3rem!important;
    }

    
}

@media (min-width: 1367px) {
    .links_footer div {
        width: 287px;
    }
}

@media (min-width:1025px) and (max-width:1366px) {
    a.button:not(.phone):not(.mailto), 
    .wrap_buttons_f a, 
    .banner-info-box.wp-block-kadence-infobox a.kt-blocks-info-box-learnmore {
        min-width: 260px!important;
        max-width: 260px;
    }
    .wrap_buttons_f {
        display: flex;
    }
    .links_footer div {
        margin-right: 50px;
        min-width: 262px;
    }
}

@media (max-width: 1365px) {
    body.headroom--not-top header#masthead.masthead_footer {
        transform: translateY(0);
        opacity: 1!important;
    }
    
    body.headroom--not-top #page header#masthead {
        opacity: 0;
    }
}

@media (max-width: 1300px) {
    .banner-info-box.wp-block-kadence-infobox .kt-blocks-info-box-link-wrap {
        padding: 45px!important;
    }
    #header-page-home #grid-contact-header .kt-inside-inner-col {
        width: 45%;
        margin-right: 30px;
    }
}

@media (max-width: 1280px) {
    h1 {
        font-size: 4rem;
    }
    
    #header-page-h1-small.header-page h1 {
        font-size: 3.5rem;
    }
    
    h2 {
        font-size: 2.3rem;
    }
    
    h3, #primary.page_blog > article .uagb-post__items article h3, #primary.page_blog.page_archive .body-archive article h3, #box-icons-line h3 {
       font-size: 1.6rem;
    }
    
    h4 {
        font-size: 1.5rem;
    }
    
    h5 {
        font-size: 1.45rem;
    }
    
    h6, #primary.page_blog > article .uagb-post__items article:first-child h3 {
        font-size: 1.8rem;
    }
    
    p, .single-post .body_post ul li, .single-post .body_post ol li, 
    #primary.page_blog > article .uagb-post__items article:first-child .uagb-post__cta a,
    #primary.page_blog > article .uagb-post__items article .uagb-post__excerpt,
    #primary.page_blog.page_archive .body-archive article p, .wp-block-pb-accordion-item a.kt-button span,
    .header-page > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p,
    a.more_note {
       font-size: 1rem;
    }
    
    
    footer#colophon h2.widget-title {
        font-size: 3rem;
    }
    
    .sp-testimonial-free-wrapper .sp-testimonial-free .tfree-testimonial-title h3,
    .related-post .post-list .item .post_title {
        font-size: 1.3rem;
    }
    
    .sp-testimonial-free-wrapper .sp-testimonial-free .tfree-client-name,
    #grid-contact-header a {
        font-size: 1.2rem;
    }
    
    .sp-testimonial-free-section .tfree-client-designation,
    .related-post .post-list .item .post_excerpt {
        font-size: 1rem;
    }
    
    
    
}

@media (max-width: 1250px) {
    .banner-info-box.wp-block-kadence-infobox .kt-blocks-info-box-link-wrap {
        padding: 30px!important;
    } 
    h3, #primary.page_blog > article .uagb-post__items article h3, #primary.page_blog.page_archive .body-archive article h3 {
        font-size: 1.8rem;
    }
}

@media (max-width: 1200px) {
    div#banner-astronautas.banner-astronautas2 {
        margin-top: -30px;
    }
    div#footer_right ul#menu-main-menu {
        width: 100%;
    }
    
    div#footer_right section#nav_menu-2 {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    
    footer#colophon .site-info div#footer_left {
        padding-right: 30px;
    }
}

@media (max-width: 1024px) {
    .header-page .inner-column-2 .wp-block-kadence-advancedbtn {
        display: flex;
        flex-direction: column;
    }
    
    .header-page .inner-column-2 .wp-block-kadence-advancedbtn .kt-btn-wrap {
        margin-right: 0;
    }
    
    .header-page .inner-column-2 .wp-block-kadence-advancedbtn .kt-btn-wrap.kt-btn-wrap-0 {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 5rem;
    }
}
@media (max-width: 1023px) {
    .links_footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .links_footer div {
       margin-right: 0;
    }
}

@media (max-width: 991px) {
    .banner-info-box.wp-block-kadence-infobox .kt-blocks-info-box-learnmore-wrap {
        display: block;
        width: 100%;
    }
    .banner-info-box.wp-block-kadence-infobox a.kt-blocks-info-box-learnmore {
        width: 100%;
        display: block;
        min-width: auto;
    }
    
    
    h2 {
        font-size: 2.5rem;
    }
    
    h3, #primary.page_blog > article .uagb-post__items article h3, #primary.page_blog.page_archive .body-archive article h3 {
        font-size: 1.8rem;
    }
    h5 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media (max-width:767px) {
    body.headroom--not-top header#masthead.masthead_footer img.custom-logo {
        width: 80px;
    }
    
    .wp-block-kadence-rowlayout .kt-row-column-wrap.kb-theme-content-width,
    .body_post .title-single-post, 
    .single-post .post-thumbnail,
    .single-post .breadcrumbs,
    #footer-mailchimp, #primary.page_blog,
    .single-post .entry-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    header#masthead button.rmp_menu_trigger {
        height: 27px;
    }
    
    button.rmp_menu_trigger .responsive-menu-pro-inner::before {
        top: 9px;
    }
    
    button.rmp_menu_trigger .responsive-menu-pro-inner::after {
        bottom: 9px;
    }
    
    div#banner-astronautas {
        overflow-x: hidden;
    }
    
    h1:not(.not-hidden-br) br, #grid-info-header p br,
    h2 br {
      display: none;  
    }
    
    
    h1, #header-page-h1-small.header-page h1 {
      font-size: 2.5rem;
    }
    
    h2, .wp-block-pb-accordion-item h2 {
        font-size: 2.2rem;
    }
    
    .banner-info-box.text-small.wp-block-kadence-infobox h2 strong, .header-page > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p {
        font-size: 1.2rem;
    }
    
    h3, #primary.page_blog > article .uagb-post__items article h3, #primary.page_blog.page_archive .body-archive article h3,
    #box-icons-line h3 {
        font-size: 1.5rem;
    }

    h4 {
       font-size: 1.6rem; 
    }
    
    h6 {
        font-size: 2rem;
        line-height: 1.5;
    }
    .site-branding img {
        width: 25vw;
    }
    
    header#masthead .inner_masthead {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    header#masthead button.rmp_menu_trigger {
        width: 25px;
        height: 25px;
        top: -3px;
    }
    
    .header-page h1 {
        margin-top: 15px;
        margin-bottom: 0;
    }
    
    div#grid-info-header .kt-row-column-wrap {
        padding-top: 10px;
    }
    
    .banner-info-box.wp-block-kadence-infobox .kt-blocks-info-box-link-wrap {
        padding: 25px!important;
    }
    
    .banner-info-box.wp-block-kadence-infobox .kt-blocks-info-box-learnmore-wrap {
        display: block;
        width: 100%;
    }
    .banner-info-box.wp-block-kadence-infobox a.kt-blocks-info-box-learnmore {
       min-width: 100%;
       width: 100%;
    }
    
    .box-art-animate .kt-blocks-info-box-media, 
    .box-art-animate .kt-blocks-info-box-media * {
        width: 100%!important;
        max-width: 100%!important;
    }
    
    footer#colophon h2.widget-title {
        font-size: 2.5rem;
    }
    
    #como-lo-hacemos .wp-block-kadence-advancedbtn {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    #como-lo-hacemos .wp-block-kadence-advancedbtn .kt-btn-wrap {
        margin-right: 0;
    }
    
    .related-post .inner_bg, a.image_feature_blog div {
        width: 100%;
        padding-top: 80%;
    }
    
    .single-post .body_post .wp-block-image ~ h6 {
        margin-top: 0;
    }
    
    .single-post .body_post .wp-block-image {
        margin-bottom: 0;
        display: block;
        margin-top: 40px;
    }
    .related-post .post-list .item .post_excerpt {
        margin-bottom: 0;
    }
    
    .related-post .post-list .item {
        margin-bottom: 30px;
    }
    
    aside#secondary {
        padding-top: 0!important;
        padding-bottom: 35px;
    }
    .page_blog h1.wp-block-kadence-advancedheading {
        font-size: 2.8rem;
        margin-bottom: 0.67em;
    }
    
    div#footer_right {
        align-items: flex-start;
    }
    
    div#footer_right ul#menu-main-menu li {
        margin-bottom: 15px;
    }
    
    div#footer_right ul#menu-main-menu {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }
    
    div#footer_right .widget_nav_menu {
        display: none;
        width: 100%;
    }
    
    .wrap_buttons_f a {
        width: 100%!important;
        min-width: auto!important;
    }
    
    .wrap_buttons_f a.button.phone {
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    
    #primary.page_blog > article .uagb-post__items article:first-child {
        margin-bottom: 45px;
    }
    
    .page_blog .uagb-post__items {
        margin-left: auto;
        margin-right: auto;
    }
    
    header .rmp-container .rmp-menu-wrap .rmp-menu > li > a.rmp-menu-item-link {
        font-size: 3rem!important;
        margin-bottom: 15px;
    }
    
    header .rmp-container .rmp-menu-wrap .rmp-submenu > li > a.rmp-menu-item-link {
        font-size: 1.2rem!important;
    }
    
    header#masthead .rmp-menu-additional-content a {
        font-size: 1.2rem!important;
    }
    
    header#masthead .rmp-menu-additional-content a.phone {
        margin-right: 0;
        display: block;
        width: fit-content;
    }
    
    header .rmp-container .rmp-menu-wrap {
        padding: 90px 25px 60px!important;
    }
    .wrap-images-astronauta.astronauta1-mobile {
        display: block!important;
    }
    
    #banner-astronautas.banner-astronautas2 .kt-row-column-wrap .wp-block-kadence-rowlayout {
        position: relative;
        transform: none;
        left: 0;
        top: 0;
    }
     div#banner-astronautas.banner-astronautas2 figure.bg-astronautas {
        display: none;
    }
    
    #banner-astronautas.banner-astronautas2 .kt-row-column-wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    
    #banner-astronautas.banner-astronautas2 .wp-block-kadence-rowlayout .kt-row-column-wrap .inner-column-2 {
        min-height: 550px;
        position: relative;
        overflow-x: hidden;
        padding-top: 80px;
    }
    
    div#banner-astronautas.banner-astronautas2 {
        margin-top: 0;
        overflow-x: visible;
    }
    
    .wrap-images-astronauta {
        transform: scale(0.8);
    }
    
    #banner-astronautas.banner-astronautas2 .wp-block-kadence-rowlayout .kt-row-column-wrap .inner-column-2 .kt-inside-inner-col {
        height: 550px;
        background-image: url(http://garamond.uy/ignite/wp-content/uploads/2021/03/astronautas-mobile.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    
    .wp-block-kadence-rowlayout .kt-row-column-wrap .inner-column-1 .wrap-images-astronauta.astronauta1 {
        display: none;
    }

    
    #astronauta-1 {
        left: 0;
        opacity: 1;
        top: 250px;
    }
    
    #astronauta-2 {
        bottom: 0;
        right: 0;
    }
    
    .wrap-images-astronauta.astronauta3 {
        transform: scale(1.1);
        top: 60px;
        left: -70px;
    }
    
    #astronauta-4 {
        top: -100px;
    }
    
    .wrap-images-astronauta.astronauta2 {
        position: absolute;
        bottom: 40px;
        width: 300px;
        right: -60px;
    }
    
    .wrap-images-astronauta.astronauta3 {
        top: 60px;
        position: absolute;
        width: 120px;
        left: 60px;
    }
    .grid-two-icons .wp-block-kadence-infobox .kt-blocks-info-box-link-wrap {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-bottom: 15px!important;
        padding-top: 0px!important;
    }
    
    div#como-lo-hacemos p br {
        display: none;
    }
    #como-lo-hacemos .kt-btn-wrap.kt-btn-wrap-0 {
        margin-bottom: 20px;
    }
    
    #testimonials-row > .kt-row-layout-inner {
        padding-top: 60px;
    }
    
    #testimonials-row .wp-block-kadence-rowlayout {
        padding-bottom: 0px!important;
    }
    
    #logos-footer + #logos-footer {
        padding-top: 0;
    }
    
    .sp-testimonial-free-wrapper .sp-testimonial-free .sp-tfree-client-image {
        width: 100px;
    }
    
   /* .sp-testimonial-free-wrapper .sp-testimonial-free {
        grid-template-columns: 120px 1fr;
        grid-row-gap: 15px;
    }*/
    
    .sp-testimonial-free-wrapper .sp-testimonial-free {
        grid-template-columns: 1fr;
        grid-row-gap: 15px;
    }
    
    .sp-testimonial-free-section .tfree-client-testimonial {
        grid-column: 1/2;
        grid-row: 3/4;
    }
    
    .sp-testimonial-free-wrapper .sp-testimonial-free .tfree-client-name {
        grid-row: 2/3
    }
    
    .sp-testimonial-free-wrapper .sp-testimonial-free .sp-tfree-client-image {
        grid-row-end: 2;
    }
    
    .wrap-testimonial-names {
        grid-row-end: 2;
    }
    
    #header-page-home #grid-contact-header .kt-inside-inner-col {
        width: 100%;
        margin-right: 0px;
    }
    
    div#box-art-animate-three .wp-block-kadence-column,
    #box-art-animate-six-one .wp-block-kadence-column, #box-art-animate-six-two .wp-block-kadence-column {
        transform: none!important;
        opacity: 1!important;
    }
    .header-page > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col > p {
        margin-top: 12px;
    }
    
    .banner-info-box.wp-block-kadence-infobox .kt-blocks-info-box-link-wrap .kt-infobox-textcontent {
        min-height: 250px;
    }
    .banner-info-box.wp-block-kadence-infobox h3 {
        margin-bottom: 60px!important;
    }
    a.kt-button.button:not(.phone):not(.mailto) {
        min-width: auto;
        width: 100%;
    }
    .page-id-259 div#por-que-ignite mark {
        display: block;
        width: fit-content;
    }
    
    #por-que-ignite .wp-block-kadence-infobox 
     h4 {
        margin-top: 5px;
        margin-bottom: 0;
    }
    
    #por-que-ignite .wp-block-kadence-infobox h4 + p {
        margin-top: 5px;
    }
    
    div#box-art-animate-six-one  .kt-row-column-wrap {
        padding-bottom: 0;
        padding-top: 25px;
    }
    
    
    div#box-art-animate-six-two .kt-row-column-wrap {
        padding-top: 30px;
        padding-bottom: 0;
    }
    
    footer#colophon {
        padding: 60px 0;
    }
    
    .home div#como-lo-hacemos h2.wp-block-kadence-advancedheading,
    .home div#por-que-ignite h2.wp-block-kadence-advancedheading {
        margin-bottom: 35px;
    }
    
    .home #por-que-ignite h5.kt-blocks-info-box-title {
        margin-top: 5px!important;
        margin-bottom: 0!important;
    }
    
    .home #por-que-ignite h5.kt-blocks-info-box-title + p {
        margin-top: 5px;
    }
    
    .home div#como-lo-hacemos {
        padding-top: 15px;
    }
    
    #logos-footer .kt-row-column-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /*grid-column-gap: 15px;*/
    }
    
    #logos-footer .wp-block-kadence-column {
        margin-bottom: 0;
    }
    
    #logos-footer figure {
        transform: scale(0.9);
    }
    footer#colophon .site-info div#footer_left {
        padding-right: 0;
    }
    .single-post .related-post.grid {
        margin-top: 90px;
    }
    
    .related-post.grid .headline {
        margin-bottom: 60px;
    }
}

@media (max-width: 600px) {
    
    h2, .wp-block-pb-accordion-item h2 {
        font-size: 1.8rem;
    }
    
    #astronauta-4 {
        right: -30px;
    }
    
    .wrap-images-astronauta.astronauta3 {
        left: 0px;
        top: 90px;
    }
    
    #astronauta-1 {
        top: 300px;
    }
    
    
    .wrap-images-astronauta.astronauta1-mobile {
        position: absolute;
        width: 220px;
        left: -60px;
    }
    #astronauta-3 {
        left: 30px;
        top: 50px;
    }
    .single-post .body_post .wp-block-media-text .wp-block-media-text__content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 450px) {
    .wrap-images-astronauta.astronauta2 {
        right: -60px;
    }
    
    .wrap-images-astronauta.astronauta1-mobile {
        top: 120px;
        transform: scale(0.65);
        left: -80px;
    }
    
    .wrap-images-astronauta.astronauta3 {
        top: 120px;
        left: -40px;
    }
    
    #banner-astronautas.banner-astronautas2 .wp-block-kadence-rowlayout .kt-row-column-wrap .inner-column-2 .kt-inside-inner-col {
        height: 450px;
    }
    .wp-block-kadence-infobox .kt-blocks-info-box-text br {
        display: none;
    }
}
@media (max-width:574px) {
    #grid-info-header a.button:not(.phone):not(.mailto) {
        min-width: auto;
        width: 100%;
    }
    #grid-contact-header {
        padding-top: 5px;
    }
    #grid-contact-header a.button.phone, #grid-contact-header a.button.mailto {
        display: block;
        margin-right: 0;
        font-size: 1rem!important;
    }
    header#masthead .rmp-menu-additional-content a {
        font-size: 1rem!important;
    }
}

@media (max-width: 375px) {
    header ul.rmp-submenu {
        margin-bottom: 25px!important;
    }
    header .rmp-container .rmp-menu-wrap .rmp-menu > li > a.rmp-menu-item-link {
        font-size: 2.5rem!important;
    }
    h1, #header-page-h1-small.header-page h1 {
        font-size: 1.8rem;
        letter-spacing: -1px;
    }
    
    h2, .wp-block-pb-accordion-item h2 {
        font-size: 1.6rem;
    }
}

/*----Landing---*/
.page-id-1141 .kt-row-column-wrap.kb-theme-content-width,
.page-id-1459 .kt-row-column-wrap.kb-theme-content-width {
    max-width: 1550px!important;
}
.emilio-title h2 {
    width: fit-content;
    margin: 8px auto!important;
    display: block;
    border-bottom: 1px solid #0972b5;
    padding-bottom: 2px!important;
}
.emilio-title h2:hover {
    border-color: transparent;
}

.wpmtst-testimonial-inner.testimonial-inner {
    position: relative;
    display: grid!important;
    grid-template-columns: 80px 1fr;
    border: 0!important;
    padding: 25px 40px 20px!important;
}

.wpmtst-testimonial-inner.testimonial-inner .testimonial-name {
    order: 1;
    grid-column: 2/3;
    text-align: left!important;
    color: #0972b5;
    font-style: italic;
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: -4px!important;
}

.wpmtst-testimonial-inner.testimonial-inner .testimonial-company {
    order: 2;
    grid-column: 2/3;
    text-align: left!important;
    color: #636363;
	font-weight: 700;
}

.wpmtst-testimonial-inner.testimonial-inner .testimonial-content {
    order: 3;
    grid-column: 1/3;
    text-align: left;
    font-size: 1rem;
}

.wpmtst-testimonial-inner.testimonial-inner .testimonial-content .wpmtst-testimonial-image.testimonial-image {
    position: absolute;
    left: 18px;
    width: 90px;
    top: 12px;
    margin: 0;
}

.wpmtst-testimonial-inner.testimonial-inner .testimonial-content .wpmtst-testimonial-image.testimonial-image img {
    border: 0;
}

.wpmtst-testimonial-inner.testimonial-inner .testimonial-content p {
    font-size: 1rem;
    margin-top: 25px!important;
    color: #636363;
    font-style: italic;	
	line-height: 1.25;
}

.strong-view.wpmtst-default .wpmtst-testimonial {
    border: 2px solid #ffe357!important;
    border-radius: 23px;
}

.wpmtst-testimonial-inner.testimonial-inner .testimonial-company strong {
    background: #ffe357;
}

.wpmslider-viewport {
    padding-bottom: 5px;
}

.strong-view.pager-style-buttons .wpmslider-pager-link:before, .strong-view.pager-style-buttons .wpmslider-pager-link.active:before {
    width: 12px;
}

.strong-view.nav-position-outside .wpmslider-controls a:before, 
.strong-view.nav-position-outside .wpmslider-controls a:hover:before {
    background: #ffe357;
}

.wpmtst-testimonial-inner.testimonial-inner .testimonial-content p:before, 
.wpmtst-testimonial-inner.testimonial-inner .testimonial-content p:after {
    content: '"';
}

.strong-view.nav-position-outside .wpmslider-controls {
    padding-top: 0!important;
}

.wpmtst-testimonial:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(https://ignite-latinamerica.com/wp-content/uploads/2023/10/quote.svg) center no-repeat;
    z-index: 1;
    top: -25px;
    right: 25px;
}

.wpmslider-viewport {
    padding-top: 25px;
}

.page-id-1141 footer#colophon,
.page-id-1459 footer#colophon {
	display: none!important;
}

.wrap_fields p {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    margin-bottom: 0;
}

.wrap_fields {
    position: relative;
    margin-bottom: 15px;
}

.wrap_fields p span.wpcf7-form-control-wrap[data-name="your-message"] {
    grid-column: 1/3;
}

.wrap_fields p span.wpcf7-form-control-wrap[data-name="your-name"] {
    grid-column: 1/2;
}

.wrap_fields p span.wpcf7-form-control-wrap[data-name="your-email"] {
    grid-column: 2/3;
}

span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea {
    width: 100%;
    background: #f2f2f2;
    border: 0;
    border-radius: 0;
    padding: 10px 25px;
}

span.wpcf7-form-control-wrap textarea {
	resize: none;
}

.wpcf7-not-valid-tip {
    font-size: 0.75rem;
}

.wrap_submit {
    position: relative;
}

.wrap_submit input {
    width: 100%;
    border-radius: 5px;
    background: #0972b5;
    color: #fff;
    border: 2px solid #0972b5;
    padding: 10px;
    font-size: 1.25rem;
    font-family: Lato;
    font-weight: 700;
    font-style: italic;
    transition: all .3s ease-in-out;
}

.wrap_submit input:hover {
    color: #0972B5;
    background: #fff;
    border: 2px solid #0972b5;
    cursor: pointer;
}

.wrap_submit p {
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    font-family: Lato;
    font-size: 0.75rem;
    text-align: right;
    color: #808080;
}

.wrap_submit span.wpcf7-spinner {
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
}

.col-right-footer-landing .kt-inside-inner-col {
    border: 2px solid #aff5f9;
    padding: 35px 40px;
}

.col-right-footer-landing  .wp-block-kadence-infobox a {
    justify-content: flex-end;
}

.col-right-footer-landing a {
    text-decoration: none;
	position: relative;
}

.col-right-footer-landing a.kb-advanced-heading-link p:before,
.col-right-footer-landing a .kt-infobox-textcontent p:before {
	content: '';
    position: absolute;
	bottom: 0px;
    width: 0;
	left: 0;
    height: 2px;
	transition: all 0.3s;
}

.col-right-footer-landing a.kb-advanced-heading-link p.link-tel:before {
	background: #636363;
}

.col-right-footer-landing a.kb-advanced-heading-link p.link-mail:before, 
.col-right-footer-landing a .kt-infobox-textcontent p:before {    
    background: #0972b5;
}

.col-right-footer-landing a:hover p:before, 
.col-right-footer-landing a:hover .kt-infobox-textcontent p:before {
    width: 100%;
}

.col-right-footer-landing a p, 
.col-right-footer-landing a .kt-infobox-textcontent p {
    width: fit-content;
	position: relative;
}

#entrenamos-equipo .wp-block-kadence-rowlayout .kt-row-layout-inner {
    max-width: 1550px!important;
    margin-left: auto;
    margin-right: auto;
}

#wrap-pasos-landing .kt-row-column-wrap.kt-has-1-columns {
    padding-left: 0;
    padding-right: 0;
}

#mantenerse-relevante {
    padding-left: 25px;
    padding-right: 25px;
}

#mantenerse-relevante .kt-row-column-wrap.kt-has-2-columns.kb-theme-content-width {
    padding-left: 0px;
    padding-right: 0;
}

.wpmslider-viewport {
    cursor: grab;
}

#entrenamos-equipo-emilio .kb-theme-content-width {
    padding-left: 0;
}

@media (min-width:1025px) {
	#entrenamos-equipo-emilio .kb-theme-content-width {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 400px 1fr;
		grid-template-columns: 400px 1fr;
	}

	#entrenamos-equipo-emilio .kb-theme-content-width .wp-block-kadence-column {
		width: 100%;
	}


	#entrenamos-equipo-emilio .has-white-background-color {
		padding-left: 0!important;
	}
}



@media (min-width:1550px) {
    #wrap-pasos-landing > .kt-row-layout-inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width:815px) and (max-width:1549px) {
    #wrap-pasos-landing > .kt-row-layout-inner {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width:816px) and (max-width:1550px) {
    #capacitacion-header .kt-row-layout-inner .kt-has-2-columns {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (max-width:1550px) {
    div#entrenamos-equipo .kt-row-layout-inner {
        padding-left: 45px;
        padding-right: 45px;
    }
    div#capacitacion-header p {
        font-size: 4rem!important;
    }
	.page-id-1459 div#capacitacion-header p {
        font-size: 2.8rem!important;
    }
    #pasos-landing {
        padding-left: 25px;
        padding-right: 25px;
    }
	#capacitacion-header .wp-block-kadence-rowlayout .kt-row-column-wrap > .inner-column-1 {
		flex: 0 1 50%;
		-webkit-flex: 0 1 50%;
	}
	.right-entrenamos-equipo .kt-inside-inner-col {
		padding-right: 100px!important;
	}

}

@media (max-width:1440px) {
	#capacitacion-header .wp-block-kadence-rowlayout .kt-row-column-wrap > .inner-column-1 {
		flex: 0 1 55%;
		-webkit-flex: 0 1 55%;
	}
}
@media (max-width:1350px) {
    div#capacitacion-header p {
        font-size: 3.5rem!important;
    }
    .right-entrenamos-equipo .kt-inside-inner-col {
        padding-right: 0!important;
    }
	#capacitacion-header .wp-block-kadence-rowlayout .kt-row-column-wrap > .inner-column-1 {
		flex: 0 1 70%;
		-webkit-flex: 0 1 70%;
	}
}

@media (max-width:1200px) {
    div#capacitacion-header p {
        font-size: 3rem!important;
    }  
	#pasos-landing h3 {
		font-size: 1.2rem!important;
	}
}



@media (min-width:1025px) and (max-width:1400px) {
	.emilio-oteiza-text .kt-inside-inner-col {
		padding-right: 100px!important;
	}
}

@media (max-width:1024px) {
	#mantenerse-relevante .kb-theme-content-width {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:1007px) {
	#capacitacion-header .wp-block-kadence-rowlayout .kt-row-column-wrap > .inner-column-1 {
		flex: 0 1 70%;
		-webkit-flex: 0 1 70%;
	}
	#capacitacion-header .wp-block-kadence-rowlayout .kt-row-column-wrap > .inner-column-2 {
		display: none;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	div#pasos-landing .wp-block-kadence-column {   
		width: 100%;
	}

	div#pasos-landing .kt-row-column-wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -ms-grid;    
		display: grid;
		-ms-grid-columns: (minmax(0, 1fr))[2];
			grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap: 20px;
	}
	#entrenamos-equipo-emilio .kb-theme-content-width {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 300px 1fr;
		grid-template-columns: 300px 1fr;
		padding-top: 0;
		padding-bottom: 0;
	}
	.right-entrenamos-equipo {
		padding-right: 25px;
	}
	#entrenamos-equipo-emilio .kb-theme-content-width .wp-block-kadence-column {
		width: 100%;
	}
}

@media (max-width:815px) {
	#capacitacion-header .wp-block-kadence-rowlayout .kt-row-column-wrap > .inner-column-1 {
		flex: 0 1 100%;
		-webkit-flex: 0 1 100%;
	}
	.page-id-1141 .kt-row-column-wrap.kb-theme-content-width,
	.page-id-1459 .kt-row-column-wrap.kb-theme-content-width {
		padding-left: 0;
		padding-right: 0;
	}
	div#entrenamos-equipo .kt-row-layout-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:767px) {
	#logos-universidad .kt-row-column-wrap, 
	.logos-landing .kt-row-column-wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap: 20px;
	}

	#logos-universidad .kt-row-column-wrap .wp-block-kadence-column.inner-column-5 {
		grid-column: 1/3;
	}
	
	#footer-wrap-landing .kb-theme-content-width {
		padding-left: 10px;
		padding-right: 10px;
	}
	.col-right-footer-landing .kt-inside-inner-col {
		padding: 25px 25px;
	}
	.wpmtst-testimonial-inner.testimonial-inner {
		padding: 25px 25px 20px!important;
	}

	.wpmtst-testimonial-inner.testimonial-inner .testimonial-content .wpmtst-testimonial-image.testimonial-image {
		width: 80px;
	}

	.wpmtst-testimonial-inner.testimonial-inner .testimonial-name {
		font-size: 1.3rem;
		line-height: 1;
	}

	.wpmtst-testimonial-inner.testimonial-inner .testimonial-company {
		font-size: 1rem;
		line-height: 1.25;
		margin-top: 5px;
	}
	div#capacitacion-header p,
	.page-id-1459 div#capacitacion-header p {
		font-size: 1.5rem!important;
		line-height: 1.25!important;
	}
	
	.right-entrenamos-equipo .kt-inside-inner-col {
   		padding-right: 25px!important;
	}
}
.text-banner-landing {
    max-width: 700px;
}

@media (max-width:1440px){
	.text-banner-landing {
		max-width: 650px;
	}
}