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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b, strong {
  font-weight: bolder;
}
article section p strong {
  font-weight: 700;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h4 {
  color: #707987;
}
p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 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%;
}

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

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}
.custom-design article a:hover,
.single article a:hover {
  text-decoration: underline
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post,
.page {
  /* margin: 0 0 1.5em; */
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* iconos */

.main-icon.ico_apoyo {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 22.377622377622377% 0;
}

.main-icon.ico_apoyo-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_control {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 89.5104895104895% 66.66666666666667%;
}

.main-icon.ico_control-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_cost {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 44.75524475524475% 0;
}

.main-icon.ico_cost-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_disponibility {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 0 33.333333333333336%;
}

.main-icon.ico_disponibility-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_empathize {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 22.377622377622377% 33.333333333333336%;
}

.main-icon.ico_empathize-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_employment {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 44.75524475524475% 33.333333333333336%;
}

.main-icon.ico_employment-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_filtro {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 67.13286713286713% 0;
}

.main-icon.ico_filtro-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_gastos {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 67.13286713286713% 33.333333333333336%;
}

.main-icon.ico_gastos-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_honesty {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 0 66.66666666666667%;
}

.main-icon.ico_honesty-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_humility {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 22.377622377622377% 66.66666666666667%;
}

.main-icon.ico_humility-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_improve {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 44.75524475524475% 66.66666666666667%;
}

.main-icon.ico_improve-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_indep {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 67.13286713286713% 66.66666666666667%;
}

.main-icon.ico_indep-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_knowhow {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 89.5104895104895% 0;
}

.main-icon.ico_knowhow-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_login {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 96.19238476953907% 85.78313253012048%;
}

.main-icon.ico_login-dims {
  width: 26px;
  height: 29px;
}

.main-icon.ico_multidiom {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 0 0;
}

.main-icon.ico_multidiom-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_pagos {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 0 100%;
}

.main-icon.ico_pagos-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_passion {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 22.377622377622377% 100%;
}

.main-icon.ico_passion-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_precios {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 44.75524475524475% 100%;
}

.main-icon.ico_precios-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_quality {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 67.13286713286713% 100%;
}

.main-icon.ico_quality-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_relation {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 89.5104895104895% 100%;
}

.main-icon.ico_relation-dims {
  width: 96px;
  height: 111px;
}

.main-icon.ico_time {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 89.5104895104895% 33.333333333333336%;
}

.main-icon.ico_time-dims {
  width: 96px;
  height: 111px;
}

.main-icon.icon_facebook,
.main-icon.icon_facebook\:regular {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 99.79209979209979% 45%;
}

.main-icon.icon_facebook-dims {
  width: 44px;
  height: 44px;
}

.main-icon.icon_facebook:hover,
.main-icon.icon_facebook\:hover {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 99.79209979209979% 56%;
}

.main-icon.icon_facebook-dims:hover,
.main-icon.icon_facebook\:hover-dims {
  width: 44px;
  height: 44px;
}

.main-icon.icon_googleplus,
.main-icon.icon_googleplus\:regular {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 100% 0;
}

.main-icon.icon_googleplus-dims {
  width: 45px;
  height: 45px;
}

.main-icon.icon_googleplus:hover,
.main-icon.icon_googleplus\:hover {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 100% 11.278195488721805%;
}

.main-icon.icon_googleplus-dims:hover,
.main-icon.icon_googleplus\:hover-dims {
  width: 45px;
  height: 45px;
}

.main-icon.icon_linkedin,
.main-icon.icon_linkedin\:regular {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 99.79209979209979% 67%;
}

.main-icon.icon_linkedin-dims {
  width: 44px;
  height: 44px;
}

.main-icon.icon_linkedin:hover,
.main-icon.icon_linkedin\:hover {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 99.79209979209979% 78%;
}

.main-icon.icon_linkedin-dims:hover,
.main-icon.icon_linkedin\:hover-dims {
  width: 44px;
  height: 44px;
}

.main-icon.icon_twitter,
.main-icon.icon_twitter\:regular {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 100% 22.55639097744361%;
}

.main-icon.icon_twitter-dims {
  width: 45px;
  height: 45px;
}

.main-icon.icon_twitter:hover,
.main-icon.icon_twitter\:hover {
  background: url(img/icons-sprite.svg) no-repeat;
  background: 0 0;
  background-position: 100% 33.83458646616541%;
}

.main-icon.icon_twitter-dims:hover,
.main-icon.icon_twitter\:hover-dims {
  width: 45px;
  height: 45px;
}

.main-icon.loaded {
  background-image: url(img/icons-sprite.svg) !important;
  background-repeat: no-repeat;
  display: block;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  font-size: 24px;
}

/* fin iconos */

/* ANDREA DOOWEBS */
@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-ExtraLight.otf) format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
p {
  font-size: 16px;
  font-weight: 300;
  color: #707987;
  line-height: 30px;
  text-align: left;
}
h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 200;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-branding img {
  width: 113px;
}
header#masthead {
  color: #707987;
  background: #f3f5f9;
  position: fixed;
  z-index: 99;
  width: 100%;
  padding-top: 10px;
  top: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.error404 header#masthead {
  padding: 22px;
}
div#content {
  margin-top: 67px;
}
.header-top {
  display: flex;
  justify-content: space-between;
}

.header-top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 320px;
}

.header-top,
.header-bottom {
  width: 1140px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 5px 0;
}

header #primary-menu {
  display: flex;
  justify-content: space-between;
}

#primary-menu li.swiper-slide {
  width: auto;
}
#primary-menu li a {
  color: #36332e;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 5px;
}
#primary-menu li a:hover,
#primary-menu li.current-menu-item a {
  border-bottom: 3px solid #499ded;
  font-weight: 500;
}
#primary-menu li a::after {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.header-login {
  font-size: 13px;
  color: #888;
  font-weight: 300;
  cursor: pointer;
}
a.header-login.ga-login:hover {
  text-decoration: underline;
}
.header-price-estimate {
  border-radius: 5px;
  padding: 8px 35px;
  background: #499ded;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease;
}
.footer-links {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #3b4850;
  padding: 40px 0 20px 0;
}

.footer-top,
.footer-middle,
.footer-bottom {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.footer-info {
  background: #343d43;
  padding: 7px 15px;
}
section#text-6 ul,
ul.list-follow-us{
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

footer ul li {
  list-style: none;
}
footer img {
  width: 162px;
}
footer a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}
footer a:hover {
  color: #15e2cd;
}
footer .widget-title {
  color: white;
  margin: 0;
}
p.widget-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

footer p {
  margin: 0;
  font-weight: 300;
}

.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bottom a,
.footer-bottom p {
  font-size: 13px;
  font-weight: 500;
}
.footer-bottom section {
  margin: 0;
  padding: 0;
}
ul.footer-list.list-inline.list-language {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
ul.footer-list.list-inline.list-language li {
  border-right: 1px solid white;
  padding: 0 8px;
}
ul.footer-list.list-inline.list-language li:last-child {
  border: none;
}
ul.footer-list.list-inline.list-language li a {
  font-weight: 300;
}
.footer-bottom p {
  color: white;
  font-size: 13px;
  font-weight: 500;
}
section#text-6 li {
  margin: 0 7px 0 0;
}
.btn-grey a {
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  background: #707987;
  border-color: #707987;
  padding: 15px 30px;
  margin-top: 40px;
  margin-bottom: -50px;
}

.btn-grey a:hover {
  background: #59606b;
  border-color: #59606b;
}

.btn-blue a,
.bt-next a,
.section-contact input#gform_submit_button_2 {
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease;
  color: #fff;
  background: #499ded;
  border-color: #499ded;
  padding: 30px;
}
.bt-next a {
  width: 160px;
  display: block;
  margin: 20px auto;
  text-align: center;
}
.btn-blue a:hover,
.section-contact input#gform_submit_button_2:hover,
.header-price-estimate:hover {
  text-decoration: none !important;
  background-color: #74d5ee;
}
.home-click-to-action h2 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  max-width: 100%;
  margin: 0 0 35px 0;
}
.wp-block-cover {
  min-height: 350px;
}

.home-hero .wp-block-cover__inner-container {
  width: 1140px;
  margin: 0 auto;
}
.home-hero h1 {
  font-size: 50px;
  font-weight: 200;
}
.home .home-hero h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 80px;
  color: #fff;
  width: 100%;
  max-width: 100%;
  line-height: 30px;
}
.home-hero {
  padding: 50px;
}
.inner-section {
  width: 1140px;
  margin: 0 auto;
  padding: 40px 0;
}
.grey-section {
  background: #f3f5f9;
}
/* .home .wp-block-media-text { */
.wp-block-media-text {
  align-items: flex-start;
  grid-template-columns: 17% auto;
}
/* .home h2 {
	font-size: 36px;
    line-height: 48px;
    font-weight: 200;
} */
/* .home p {
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #707987;
} */
.feature {
  margin-top: 30px;
}

.feature p {
  line-height: 26px;
  font-size: 16px;
  font-weight: 300;
  color: #707987;
}

.feature h3 {
  color: #499ded;
  font-size: 28px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 10px;
}
.how-yeeply-work h3 {
  min-height: 70px;
  font-size: 25px;
  font-weight: 500;
}
.how-yeeply-work figure {
  margin: 0 auto;
  display: block !important;
}
.how-yeeply-work p {
  line-height: 26px;
  font-size: 16px;
  text-align: center;
}
.how-yeeply-work {
  text-align: center;
}
.home-opinions {
  color: #333;
  display: flex;
  justify-content: space-between;
  width: 760px;
  margin: 20px auto 60px auto;
  align-items: center;
}
.home-opinions a:hover {
  text-decoration: underline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.page-hero .wp-block-cover__inner-container {
  width: 1140px;
  margin: 0 auto;
  min-height: 350px;
  padding: 10px 20px;
}
.page-hero {
  height: 530px;
  color: #3b4850;
  background-color: #f3f5f8 !important;
  background-size: cover !important;
}
.hero-how-it-works .mobile-background {
  height: 360px;
  background-position: center center !important;
}
.hero-why-yeeply .mobile-background {
  height: 458px;
}
.hero-professionals .mobile-background {
  height: 452px;
}
.hero-clients .mobile-background {
  height: 431px;
}
.hero-prices .mobile-background {
  height: 529px;
}
.hero-who-we-are .mobile-background {
  height: 413px;
}
.hero-learn .mobile-background {
  height: 458px;
}
.hero-learn .mobile-background {
  height: 458px;
}
.hero-create-website .mobile-background,
.hero-create-app .mobile-background {
  width: 100%;
  height: 300px;
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-top: 120px;
}
.hero-create-app .mobile-background {
  background-size: 100% !important;
}
.section-full {
  padding: 50px 0 70px 0 !important;
}
.section-full hr {
  height: 3px;
  width: 200px;
  margin-top: 4em;
  margin-bottom: 4em;
  background-color: #ced2d8;
}
.wp-block-cover {
  margin: 0;
}
.page-hero h1 {
  font-size: 55px;
  text-transform: uppercase;
  line-height: 67px;
  font-weight: 200;
  color: #3b4850;
  margin: 0;
}
.page-hero p {
  width: 55%;
  font-weight: 300;
  color: #707987;
  font-size: 18px;
  line-height: 1.7;
}
.title-blue {
  color: #499ded;
  text-align: left;
  font-size: 24px;
  font-weight: 200;
  line-height: 33px;
}
.single-snapshot span {
  font-size: 58px;
  text-align: right;
  font-weight: 200;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .single-snapshot .number,
  .single-snapshot .number-wrapper span {
    /*font-size: 72px;*/
  }
}

.single-snapshot .number.green,
.single-snapshot .green span {
  color: #81e0c7;
}

.single-snapshot .number.blue,
.single-snapshot .blue span {
  color: #74d5ee;
}

.single-snapshot .number.orange,
.single-snapshot .orange span {
  color: #ff7f5c;
}
.section-phases .dark-green {
  background-color: #05b1d0;
}

.section-phases .light-blue {
  background-color: #05b1d0;
}

.section-phases .dark-green {
  background-color: #83dfc9;
}

.section-phases .green {
  background-color: #b3ea86;
}

.section-phases .orange {
  background-color: #ff7e5d;
}

.single-snapshot .text {
  margin-bottom: 4px;
  padding-left: 2px;
  text-align: left;
  text-transform: uppercase;
  color: #aab0b8;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 20px 0 0 0;
}
.number-wrapper {
  display: flex;
  align-items: center;
  font-weight: 200;
}
.single-snapshot {
  display: flex;
  align-items: center;
}
.snapshots .wp-block-column {
  flex-basis: auto;
}

.wp-block-columns.has-3-columns.snapshots {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 50px;
  align-items: center;
}

.snapshots .wp-block-column {
  margin: 0;
}

.funnel-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 0;
}

.number p {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  color: white;
  font-size: 26px;
  line-height: 60px;
  margin: 0;
}

.number {
  display: flex;
  justify-content: center;
}
.section-phases .description {
  margin-left: 20px;
}
.section-phases .wp-block-column .wp-block-columns.has-2-columns {
  display: grid;
  grid-template-columns: 60px auto;
}

.statistics-charts .charts {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .statistics-charts .charts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.statistics-charts .charts .chart {
  margin-bottom: 2em;
}

.statistics-charts .charts .chart .title {
  text-align: left;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .statistics-charts .charts .chart .title {
    margin-bottom: 1.5rem;
  }
}

.statistics-charts .charts .chart .title p {
  font-weight: 200;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .statistics-charts .charts .chart .title p {
    font-size: 28px;
  }
}

.statistics-charts .charts .chart .graphic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.statistics-charts .charts .chart .graphic {
  width: 33.3%;
  float: left;
}
.statistics-charts .charts .chart .legend {
  width: 66.7%;
  float: left;
}

.statistics-charts .charts .chart .graphic .canvas-container {
  width: 85%;
}

.section-table table {
  display: flex;
  flex-direction: column;
}
.section-table tr {
  display: grid;
  grid-template-columns: 380px auto 165px 210px 165px;
  margin: 0 auto;
  grid-gap: 10px;
}
.section-table th {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #04b1ce;
  font-weight: 400;
  padding: 1.8em 0;
  border-top: 1px solid #ced2d8 !important;
  border-left: 1px solid #ced2d8;
  border-right: 1px solid #ced2d8;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fbf9fb;
}
.section-table tbody {
  width: 100%;
}

.section-table thead td {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-top: 1px solid #CED2D8; */
}
.section-table td {
  background: #fbf9fb;
  padding: 7px;
  font-size: 16px;
  font-weight: 300;
  color: #707987;
  text-align: center;
  /* border-top: none; */
  border-left: 1px solid #ced2d8;
  border-right: 1px solid #ced2d8;
}

.section-table tr td {
  background: #fbf9fb;
}
.section-table tr:nth-child(odd) td {
  background: #f3f5f9;
}

.section-table tr td:first-child {
  text-align: left !important;
  color: #36332e;
  padding-left: 2em;
}
.section-table tr td:nth-child(2) {
  color: #2fd668;
  font-weight: 500;
  line-height: 19px;
}
.section-table table img {
  width: 70px !important;
}
.section-table tr:last-child td {
  border-bottom: 1px solid #ced2d8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 2px 0 0 #ced2d8;
}

.uagb-timeline__field-wrap:nth-child(1) .uagb-timeline__in-view-icon {
  background: #05b1d0 !important;
}
.uagb-timeline__field-wrap:nth-child(2) .uagb-timeline__in-view-icon {
  background: #83dfc9 !important;
}
.uagb-timeline__field-wrap:nth-child(3) .uagb-timeline__in-view-icon {
  background: #b3ea86 !important;
}
.uagb-timeline__field-wrap:nth-child(4) .uagb-timeline__in-view-icon {
  background: #ff7e5d !important;
}
.uagb-timeline__field-wrap:last-child .uagb-timeline__in-view-icon {
  background: white !important;
}
.uagb-timeline__events-inner-new {
  border: 1px solid #ced2d8;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 #ced2d8;
}

h3.uagb-timeline__heading {
  color: #499ded !important;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 0;
  text-align: left !important;
}
#uagb-ctm-0a9b976f-a0bc-4b1c-bb47-d1da634527e6 .uagb-timeline-desc-content {
  text-align: left;
}
.uagb-timeline__center-block
  .uagb-timeline__day-right
  .uagb-timeline__arrow:after {
  right: 4px;
  border-left: 8px solid #cdd2d8 !important;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.uagb-timeline__center-block
  .uagb-timeline__day-left
  .uagb-timeline__arrow:after {
  left: 4px;
  border-right: 8px solid #cdd2d8 !important;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
p.uagb-timeline-desc-content {
  text-align: left !important;
}
ul.kt-tabs-title-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}

.kt-title-item.kt-tab-title-active span.kt-title-text {
  color: #499ded;
  font-weight: 500;
}

span.kt-title-text {
  color: #707987;
  font-size: 25px;
  font-weight: 300;
}
.wp-block-kadence-tabs .kt-tabs-title-list li {
  margin: 0;
}
.wp-block-kadence-tabs .kt-tabs-title-list li .kt-tab-title {
  justify-content: center;
}

.kt-title-item a {
  border: none !important;
  border-bottom: 3px solid #f3f5fa !important;
}
.kt-title-item.kt-tab-title-active a {
  border: none !important;
  color: #707987 !important;
  border-bottom: 3px solid #499ded !important;
}
.kt-title-item:hover > a {
  border: none !important;
  border-bottom: 3px solid #499ded !important;
}
.kt-title-item:hover > a span {
  color: #499ded !important;
  font-weight: 500;
}

.kt-tabs-wrap .wp-block-kadence-tab {
  border: none;
}
.tab-description {
  margin-bottom: 100px;
}

div.companies-loop {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 60px 0;
  margin: 70px auto;
}
div.companies-loop img {
  margin: 0 auto;
}
.single-success {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.4fr;
  grid-gap: 45px;
  margin: 20px 0;
}
.success-img img {
  max-width: 525px;
}
.success-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.success-text h3 {
  color: #499ded;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 50px;
}
.success-text p {
  color: #3b4850;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  margin: 0;
}
.section-success ul.kt-tabs-title-list {
  display: flex;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 800px;
  margin: 0 auto;
}
h4.grey-h4 {
  margin-bottom: 0px;
}
.section-success ul.kt-tabs-title-list li a {
  background: #fafbfd !important;
}
.grey-section.section-success.testimonial-sliders {
  background: linear-gradient(180deg,#FAFBFD 0,#F3F5F9 100%);
}
.section-success span.kt-title-text {
  color: #707987;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
}
.single-testimonial {
  display: flex;
  align-items: center;
  width: 33.3%;
  justify-content: center;
  border-top: 1px solid #f3f5fa;
  padding-top: 30px;
  cursor: pointer;
}
.uagb-timeline__field:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.uagb-timeline__field:last-child .uagb-timeline__day-new {
  display: none !important;
}

.testimonial-image img {
  border-radius: 60px;
  margin-right: 15px;
}

.testimonial-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.testimonials-view .js-wpv-view-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin: 0 auto;
}
.opinion-name {
  color: #3b4850;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.opinion-company {
  color: #3b4850;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.opinion-position {
  color: #707987;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}
.team-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
.worker-image {
  position: relative;
  width: 310px;
  height: 310px;
}

.worker-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.single-team p {
  position: relative;
  margin: 0;
}

p.worker-name {
  text-align: left;
  font-size: 14px;
  color: #3b4850;
  font-weight: 700;
  line-height: 20px;
  margin: 10px 0 0px 0;
}
p.worker-position {
  text-align: left;
  color: #707987;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}

.worker-image img:last-child {
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.worker-image:hover > img:last-child {
  opacity: 1;
}
.awards-press-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.awards-press-wrapper img {
  margin: 0 auto;
  max-width: 200px;
}
.awards-press-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 70px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
}
.awards-press-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 80px;
  width: auto;
}
.awards-press-wrapper.awards-container img{
  max-width: 225px;

}
.awards-press-wrapper.awards-container img:nth-child(6), .awards-press-wrapper.awards-container img:nth-child(7), .awards-press-wrapper.awards-container img:nth-child(8) {
  max-width: 100%;
}
.section-contact form label {
  display: none !important;
}

input#gform_submit_button_2 {
  background: blue;
  color: white;
  width: 200px !important;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.section-contact form input,
.section-contact form textarea {
  width: 100% !important;
  height: auto;
  padding: 15px 30px !important;
  border: 1px solid #bcbbba;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 7px;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  font-size: 16px !important;
  font-family: "Montserrat";
  font-weight: 500;
  outline: none;
}
.section-contact form textarea {
  max-height: 170px;
}
.section-contact .wp-block-columns.has-2-columns {
  display: grid;
  grid-template-columns: 40% 60%;
}
.section-contact input#gform_submit_button_2 {
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 1em 2em;
}
.section-contact form *::placeholder {
  color: #bdbcbd;
}
.section-contact form *::-moz-placeholder {
  color: #bdbcbd;
}
.section-contact form *::-webkit-input-placeholder {
  color: #bdbcbd;
}
.faq-search input::placeholder {
  color: #ced2d8;
  font-weight: 100;
}
.faq-search input:-moz-placeholder {
  color: #ced2d8;
  font-weight: 100;
}
.faq-search input:-webkit-input-placeholder {
  color: #ced2d8;
  font-weight: 100;
}
.section-contact form p {
  margin: 0;
}
footer .widget-title {
  margin: 0;
  color: white;
  font-weight: 500;
}
.home .homepage-clients {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .homepage-clients p {
  margin: 0;
  width: 200px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.home-hero-views {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 70px;
  height: 50px;
}
section.yp-block.yp-faq {
	margin-left: auto;
	margin-right: auto;
}
@keyframes slider-animation {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#home-hero-view-1,
#home-hero-view-2 {
  position: absolute;
  opacity: 0;
  width: 100%;
  opacity: 0;
  animation: slider-animation;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
#home-hero-view-2 {
  animation-delay: 7s;
}

.statistics-charts .blue {
  background-color: #05b1d0;
}

.statistics-charts .light-blue {
  background-color: #74d5ee;
}

.statistics-charts .dark-green {
  background-color: #83dfc9;
}

.statistics-charts .green {
  background-color: #b3ea86;
}

.statistics-charts .orange {
  background-color: #ff7e5d;
}

.statistics-charts .gray {
  background-color: #ced2d8;
}
.single-chart-text {
  display: flex;
  font-size: 20px;
  align-items: center;
  color: #707987;
  font-size: 22px;
  display: grid;
  grid-template-columns: 50px 45px auto;
  width: 100%;
  font-weight: 500;
}
.statistics-charts .uagb-section__inner-wrap .wp-block-columns.has-2-columns {
  display: grid;
  grid-template-columns: 150px auto;
}
.statistics-charts
  .uagb-section__inner-wrap
  .wp-block-columns.has-2-columns
  .wp-block-column {
  margin-bottom: 0;
}
.circle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 0 10px;
}
.single-chart-title {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 20px;
}
span.descriptor {
  font-size: 14px;
  font-weight: 300;
}

.statistics-charts .uagb-section__inner-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.wp-chart-wrap {
  width: 100% !important;
}
.wp-chart-wrap canvas {
  height: auto !important;
}
.section-faq .kt-blocks-accordion-header.kt-acccordion-button-label-show {
  background: #f3f5f9 !important;
  padding: 30px;
  border-radius: 30px;
}

span.kt-blocks-accordion-title {
  color: #499ded;
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
}

.wpml-ls-legacy-list-horizontal a {
  font-weight: 300;
  font-size: 16px;
}
ul.footer-list.list-inline.list-language li.current-language a {
  color: inherit;
  font-weight: 500;
}
.funnel-image .tooltip {
  margin-top: 1em;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  position: absolute;
  left: 0;
  right: 0;
}
.single-funnel:hover > .tooltip {
  opacity: 1;
}
.tooltip-arrow {
  display: block;
  border-color: transparent;
  border-bottom-color: #aab0b8;
  top: -5px;
  margin-left: -10px;
  border-width: 0 10px 10px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
}

.tooltip-inner {
  padding: 0.6em 1.2em;
  background-color: #aab0b8;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  max-width: 200px;
  text-align: center;
  font-weight: 500;
  line-height: 18px;
}
.faq-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 560px;
  margin: 20px 0;
  font-family: Montserrat;
  outline: none;
}
img.search-clear {
  position: relative;
  right: 25px;
}
#faq-search-input {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  max-width: 505px;
  border-radius: 0;
  margin-left: 15px;
  font-size: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #3b4850;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #ced2d8;
  font-weight: 500;
  line-height: 1.4;
  caret-color: #3b4850;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input#faq-search-input:focus {
  outline: none;
}
.section-main-faq h2 {
  text-align: center;
  font-size: 40px;
}
.section-main-faq h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 48px;
  color: #499ded;
}
.page-faq p {
  margin-bottom: 0;
}
.answer,
.question {
  background: #f3f5f9;
  padding: 30px;
  border-radius: 30px;
}
.question {
  display: inline-block;
  align-items: center;
  position: relative;
}
.question:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f3f5f9;
  content: "";
  position: absolute;
  left: 0;
  margin-left: -10px;
  top: 39%;
}
.answer:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f3f5f9;
  content: "";
  position: absolute;
  right: 0;
  margin-right: -9px;
  top: 20px;
}
.question h3 {
  color: #499ded;
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
  margin: 0;
}
.answer ul li {
  list-style: disc;
  /*font-size: 10px;*/
}
.answer ul{
  margin:8px 0;
}
.answer {
  background: #f3f5fa;
  border-radius: 30px;
  width: 75%;
  float: right;
  margin: 20px 0;
  color: #3b4850;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  position: relative;
}

.answer p {
  color: #3b4850;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.ico {
  position: absolute;
  left: 0;
  left: -60px;
  background: #aab0b8;
  width: 48px;
  height: 48px;
  border-radius: 48px;
}
.kt-accordion-panel-active .ico {
  background: #3b4850;
}
.ico:before,
.ico:after {
  background: #fff !important;
  height: 1px !important;
  width: 12px !important;
  left: 18px !important;
  top: 23px !important;
}
.kt-accordion-header-wrap {
  display: inline-block;
}
.single-faq {
  margin: 30px 150px;
  position: relative;
}
.answer {
  display: none;
}
.faqyeeply {
  position: absolute;
  width: 48px;
  height: 48px;
  left: auto;
  background: #3b4850;
  top: 0px;
  right: -70px;
  color: white;
  border-radius: 48px;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  transition: all ease-in-out 0.5s;
  background: url(/wp-content/uploads/2019/05/ico_faq_r.svg);
}

.question .closed {
  display: none;
}

.question.active .opened {
  display: none;
}

.question.active .ico {
  background-color: #3b4850;
}

.question.active .closed {
  display: block;
}

.question .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  min-width: 48px;
  background-color: #aab0b8;
  border-radius: 50%;
  margin-right: 1vh;
  cursor: pointer;
  left: -70px;
  margin-top: -6px;
}

.question .ico span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
}
.kt-accordion-panel {
  overflow: visible;
}
.faq-wrapper {
  position: relative;
  width: 100%;
}
.single-faq {
  margin: 20px 100px;
  position: relative;
  display: inline-table;
}

.section-companies .snapshots {
  margin-top: 120px;
  height: 100px;
}
.single-main-faq li {
  font-weight: 300;
  color: #717a88;
  margin: 15px 0 0 0
}
.single-main-faq ul {
  margin-left: 10px;
}
.projects-wrapper {
  width: 100%;
}
.projects-container {
  width: 100%;
}
.projects-prices-container .swiper-container {
  width: 100%;
  height: 350px;
  padding: 15px 0;
}
.projects-prices-container .swiper-wrapper {
  box-sizing: border-box;
}
@media only screen and (min-width: 1090px) {
  .swiper-container-menu{
    overflow: visible !important;
  }
  .sub-menu{
    padding: 20px;
    background-color: white;
  }
  .sub-menu > li > a {
    text-align: left !important;
    margin: 10px 0px !important;
  }
}
.single-project {
  border: 1px solid #ced2d8;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 #ced2d8;
  text-align: left;
  padding: 20px;
  max-width: 270px !important;
  height: 320px !important;
}

p.project-category {
  color: #707987;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}

p.project-title {
  color: #36332e;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  height: 52px;
  margin-top: 0.3em;
  margin-bottom: 1em;
}

p.project-price {
  color: #499ded;
  font-size: 36px;
  font-weight: 300;
  line-height: 43px;
  margin: 0;
}

p.project-time {
  color: #36332e;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin: 0;
}

.project-description p {
  color: #707987;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 1.5em;
}
.wp-block-toolset-view.projects-prices-container {
  display: flex;
  align-items: center;
}

.projects-prices-container form.wpv-filter-form {
  position: absolute;
  width: 100%;
}

.projects-prices-container ul.pagination {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  height: 50px;
}

.projects-prices-container li.page-item {
  list-style: none;
  position: absolute;
}

.projects-prices-container li.page-item.left {
  left: -35px;
}

.projects-prices-container li.page-item.right {
  right: -35px;
}

.projects-prices-container .arrow-left,
.projects-prices-container .arrow-right {
  width: 30px;
  height: 30px;
  border-top: 2px solid #ced2d8;
  border-left: 2px solid #ced2d8;
}
.projects-prices-container .arrow-left {
  transform: rotate(-45deg);
}
.projects-prices-container .arrow-right {
  transform: rotate(135deg);
}
.single-project:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.single-project {
  border: 1px solid #ced2d8;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 #ced2d8;
  text-align: left;
  padding: 20px;
  transition: all ease-in-out 0.3s;
}
footer.entry-footer {
  display: none;
}
.single-testimonial {
  opacity: 0.5;
}
.single-testimonial.selected {
  opacity: 1;
  border-top: 1px solid #ddd;
}
.hero-legal {
  background: #f3f5f9;
  height: 275px;
  display: flex;
  align-items: center;
}

.vacancies-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.vacancy-category {
  color: #3b4850;
  font-size: 18px;
  margin: 0 0 20px 0;
}
.vacancy-title {
  font-size: 22px;
  color: #499ded;
  font-weight: 200;
  margin-bottom: 10px;
  display: block;
  line-height: normal;
}
.vacancy-description {
  color: #707987;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.vacancy-description p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}
.single-vacancy {
  border: 1px solid #ced2d8;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 #ced2d8;
  text-align: left;
  padding: 1em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.single-vacancy:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.advantages-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px 100px;
}

.advantage-img img {
  width: 100%;
}

.single-advantage {
  position: relative;
}

.advantage-img {
  position: relative;
  border-radius: 4px;
}
.advantage-title {
  font-size: 18px;
  color: #3b4850;
  font-weight: 700;
  line-height: 20px;
}
.advantage-hover {
  position: absolute;
  z-index: 20;
  background-color: rgba(59, 72, 80, 0.9);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 4px;
}

.advantage-hover p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding: 20px;
}

.advantage-img:hover > .advantage-hover {
  height: 100%;
}
.testimonial-slideshow-wrapper {
  display: flex;
  width: 2880px;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
}
.testimonial-slideshow .js-wpv-view-layout {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.single-testimonial-text {
  width: 960px;
  text-align: center;
  margin: 0 auto;
}

.single-testimonial-text p {
  text-align: center;
  font-style: italic;
  color: #3b4850;
}
.homepage-clients img {
  max-height: 33px;
}
.mobile-background {
  width: 100%;
  height: 360px;
  background-size: cover !important;
}

.learn-post-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px 100px;
}

p.learn-single-category {
  color: #9b9b9b;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}

h2.learn-single-title {
  font-weight: 400;
  margin-top: 10px;
  border: 0;
  font-size: 25px;
  line-height: normal;
  color: #3b4850;
  margin-bottom: 25px;
}

.learn-single-post .btn-blue a {
  padding: 15px 30px;
}

.learn-single-post img {
  width: 100%;
}

.single-employee-opinion {
  display: grid;
  grid-template-columns: 35% 65%;
}

.employee-opinion-img img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: block;
}

p.employee-opinion-text {
  margin: 0;
}

p.employee-opinion-employee {
  color: #499ded;
  font-size: 24px;
  margin: 0;
}

/* .employees-slideshow-wrapper {
    width: 1170px;
    margin: 0 auto;
} */

.employee-opinion-text p {
  font-size: 16px;
  width: 80%;
  /* margin: 0; */
  font-size: 16px;
  color: #3b4850;
  line-height: 26px;
}

p.employee-opinion-position {
  color: #707987;
  font-size: 14px;
  margin: 0;
}
.home .home-hero p:last-child {
  display: none;
}
.gfield{
  line-height: 15px !important;
}
label.gfield_label {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #405560 !important;
}

ul#gform_fields_1 li {
  grid-template-columns: 30% 70%;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 1;
  align-items: center;
  align-items: center;
  margin: 0 !important;
}

ul#gform_fields_1 .ginput_container {
  margin: 0;
}

ul#gform_fields_1 {
  font-family: "Montserrat", sans-serif;
  display: grid;
  grid-gap: 35px 30px;
  grid-template-columns: 3fr 1fr;
}
.project {
  color: #707987;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.type {
  font-size: 22px;
  font-weight: 300;
}

.price {
  color: #2fd668;
  font-size: 50px;
  font-weight: 300;
}

.price .value {
  display: inline;
}

.estimated {
  color: #36332e;
  font-size: 16px;
  font-weight: 300;
}
.name {
  display: inline;
  font-weight: 300;
}

.services,
.budget {
  color: #707987;
  font-size: 14px;
}
.result {
  display: none;
}
.budget {
  margin-bottom: 20px;
}

.single h3 {
  font-size: 28px;
  font-weight: 300;
  color: #499ded;
  margin: 0;
}
.single p {
  margin-top: 15px;
}
.single h4 {
  color: #707987;
  margin-bottom: 0;
}

ul#gform_fields_1 select {
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/wp-content/uploads/2019/06/caret-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 97% center;
  font-size: 14px;
  font-weight: 300;
  color: #7d7a78;
  width: 100%;
  background-color: #fff;
}

li#field_1_5.calculator-result {
  border: 1px solid #ccc;
  border-bottom-width: 3px;
  background: white;
  padding: 30px !important;
  display: block;
  width: 300px;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 5;
  border-radius: 4px;
}

.calculator-result.calculatur-completed {
  border: 1px solid #2fd668 !important;
  background-color: #e8f7f3 !important;
  box-shadow: 0 2px 0 0 #2fd668;
}

.single .post-type-blog,
.blog-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 1170px;
  margin: 32px auto;
  padding: 0 20px;
  grid-gap: 30px;
}
.single div#page {
  margin-top: 100px;
}
.single section#recent-posts-2 ul,
.single section#categories-2 ul,
.blog-container #categories-2 ul,
.blog-container #recent-posts-2 ul {
  margin: 0;
  padding: 0;
}

.single section#recent-posts-2 ul li,
.blog-container #recent-posts-2 ul li {
  list-style: none;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  line-height: 20px;
}

.single section#recent-posts-2 ul li a,
.blog-container #recent-posts-2 ul li a {
  color: #3c89e8;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 7px !important;
}

.single h2.widget-title,
.blog-container h2.widget-title {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #9a9a90;
  font-weight: 500;
}

.single section#categories-2 ul,
.blog-container #categories-2 ul {
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.single section#categories-2 ul li,
.blog-container #categories-2 ul li {
  list-style: none;
  background: #f3f4f4;
  padding: 15px;
  border-bottom: 1px solid #dfe2e4;
  position: relative;
}
.single section#categories-2 ul li a,
.blog-container #categories-2 ul li a {
  font-size: 14px;
  color: #3c89e8;
  font-weight: 500;
}
.single section#categories-2 ul li:hover > a:before,
.blog-container #categories-2 ul li:hover > a:before {
  opacity: 1;
}
.single .tagcloud a,
.blog-container .tagcloud a {
  border: 1px solid #3c89e8;
  margin: 0 10px 5px 0;
  border-radius: 30px;
  padding: 3px 9px;
  display: inline-block;
  color: #3c89e8;
  font-size: 11px !important;
  font-weight: 500;
}
.single .tagcloud a:hover,
.blog-container .tagcloud a:hover {
  background: #3c89e8;
  color: #fff;
}
.single aside#secondary,
.blog-container aside#secondary {
  border-color: #ced1d7;
  border: 1px solid #ced1d7;
  background: white;
  padding: 25px;
  border-radius: 4px;
  margin-top: 50px;
}
.blog-container aside#secondary,
.archive .main-blog-list .blog-container aside#secondary {
  margin-top: 156px;
}
.archive aside#secondary {
  margin: 0;
}
.archive h1.main-title,
h1.archive-title{
  font-size: 50px;
  font-weight: 500;
  margin: 60px 0 30px;
}
.archive h1.main-title{
  color: #404040;
}
.single-post-content {
  padding: 0 50px;
}
.archive nav.navigation.posts-navigation {
  display: none;
}
.blog-read-more {
  padding: 30px 0;
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #ced1d7;
  justify-content: space-between;
  cursor: pointer;
}
.blog-read-more a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #3c89e8;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.blog-read-more-arrow {
  background: url("/wp-content/uploads/2019/06/move-to-right-blue.svg");
  width: 15px;
  height: 15px;
  opacity: 1;
  background-size: 100%;
  background-repeat: no-repeat;
}
.blog-read-more:hover a {
  color: #65cce9;
}
.blog-read-more:hover .blog-read-more-arrow {
  opacity: 0.6;
}
.single aside#secondary p,
.blog-container aside#secondary p {
  margin: 0;
}
.single-post-header {
  position: relative;
  height: 480px;
}

.single-post-header .post-thumbnail img {
  position: relative;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 100%;
  object-fit: cover;
}
.meta-author {
  display: flex;
  align-items: center;
}
.post-thumbnail {
  height: 100%;
}
.avatar {
  border-radius: 30px;
  margin-right: 15px;
}
.entry-meta {
  position: absolute;
  bottom: 0;
  text-align: center;
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: space-between;
  padding: 15px 25px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  align-items: flex-end;
}

.single .post-type-blog #main article,
.blog-container .blog-single-post {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 50px;
  /* padding: 20px; */
}
.single .post-type-blog #content {
  margin-bottom: 50px;
}

.single .post-type-blog .entry-content,
.single .post-type-blog h1 {
  padding: 0 50px;
}
.single .post-type-blog figure,
.blog-container figure {
  width: 100% !important;
}
.single .post-type-blog h1.entry-title,
.single .post-type-blog .entry-content h2,
.blog-container .blog-single-post h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.5;
}
.single .post-type-blog p,
.blog-container p {
  font-weight: 500;
  color: #40454a;
}

.entry-meta span,
.entry-meta a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.entry-meta a {
  border-bottom: 1px dotted #999;
  color: #e4e4e4;
}
.entry-meta a:hover {
  border-color: #fff;
}
.mobile-login {
  display: none;
}
.home-click-to-action {
  background-attachment: initial !important;
  background-size: cover;
}
.breadcumbs {
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0 10px 0;
}

.breadcumbs a {
  color: #499ded;
}
.single section#categories-2 ul li a:before,
.blog-container #categories-2 ul li a:before {
  content: "";
  position: absolute;
  right: 15px;
  background: url("/wp-content/uploads/2019/06/move-to-right.svg");
  width: 15px;
  height: 15px;
  opacity: 0.6;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 4px;
}
p.uagb-timeline-desc-content {
  margin-top: 10px;
}
.page-hero .btn-blue {
  margin-top: 50px;
}
.btn-between {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  bottom: -138px;
}
.calculator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.calculating-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: none;
}
.calculating-image {
  background: url(/wp-content/uploads/2019/06/calculating.gif) center no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: 0;
}
.calculating-image {
  width: 100%;
}

.calculating-block span {
  text-align: center;
  margin: 0 auto !important;
  width: 100%;
}
.calendar-icon {
  width: 13px !important;
  height: auto !important;
  margin: 0 5px !important;
}
.single h1:not(.post-type-blog h1) {
  text-transform: none;
  width: 50%;
}
.img-between {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}
.single .wp-block-media-text h4 {
  font-size: 28px;
  color: #499ded;
  font-weight: 300;
}
.single .wp-block-media-text {
  align-items: center;
}
.timeline-post {
  counter-reset: timelinecounter;
}
.timeline-single {
  counter-increment: timelinecounter;
  font-size: 18px;
  color: #707987;
  font-weight: 400;
}
.timeline-single:before {
  position: absolute;
  content: counter(timelinecounter);
  color: white;
  background: #04b1ce;
  text-align: center;
  width: 30px;
  height: 30px;
  left: 0;
  z-index: 99999;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.timeline-single:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #04b1ce;
  left: 13px;
  top: 50px;
}
.timeline-single:last-child:after {
  display: none;
}
.timeline-single .uagb-section__inner-wrap {
  max-width: 95% !important;
  margin-right: 0;
}

.timeline-single h3 {
  color: #707987;
  font-size: 18px;
  font-weight: 500;
}
.guest-posting {
  border: 1px solid #ccc;
  width: 1170px;
  margin: 50px 0;
  padding: 50px 70px !important;
  border-radius: 10px;
}
.guest-posting h1 {
  margin: 0;
  font-weight: 500;
}
.swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  border-top: 2px solid #ced2d8;
  border-left: 2px solid #ced2d8;
  transform: rotate(135deg);
  background: none !important;
}
.swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
  border-top: 2px solid #ced2d8;
  border-right: 2px solid #ced2d8;
  transform: rotate(225deg);
  background: none !important;
}
span.date-blue {
  color: #04b1ce;
  font-size: 22px;
  font-weight: 500;
}

body.single,
.archive {
  background: #f5f3f8;
  /* Fallback for when there is no custom background color defined. */
}
body.custom-design,
body.single-featured-page {
  background: #fff;
}
.archive .page-header {
  width: 1140px;
  margin: 0 auto;
}
.archive h1,
h1.archive-title{
  color: #999;
  font-size: 30px;
  font-weight: 300;
}
.archive .single-post-content h2 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.archive .single-post-content h2 a {
  color: #40454a;
}
.archive .single-post-content h2 a:hover {
  color: #9a9a90;
}
.blog-excerpt {
  color: #40454a;
  font-weight: 500;
}
.archive .single-post-content p {
  font-size: 18px;
}

.prices-arrows {
  height: 100%;
  width: 100%;
  position: absolute;
}

.prices-arrows .swiper-button-prev {
  margin-left: -40px;
}

.prices-arrows .swiper-button-next {
  margin-right: -40px;
}
.prices-arrows * {
  outline: none;
}
.wp-chart-wrap {
  margin-top: 80px !important;
}
.section-success .kt-tabs-title-list li {
  margin: 0 !important;
}
.section-media-talking .awards-press-wrapper img {
  max-height: 31px;
  width: auto;
  max-width: 210px;
}
.single-post.custom-design h1,
.single-featured-page h1,
.page.custom-design h1 {
  text-transform: none;
  max-width: 50%;
}
.hero-careers h1 {
  text-transform: none;
}
.custom-design article section .btn-blue a:not(.btn-between a),
.single-featured-page article section .btn-blue a:not(.btn-between a) {
  padding: 30px 60px;
}
.hire-certified-professionals {
  margin: 20px 0 55px;
}
.page-hero .quote:before,
.employee-opinion-text:before {
  position: absolute;
  content: "“";
  line-height: 0.8em;
  font-weight: 100;
  color: #ced2d8;
  margin: -5px 0 0 -30px;
  font-size: 120px;
}
.page-hero .quote:after,
.employee-opinion-text p:last-child:after {
  position: absolute;
  content: "”";
  line-height: 0.8em;
  font-weight: 100;
  color: #ced2d8;
  margin: 0;
  font-size: 120px;
}
.employee-opinion-text:before,
.employee-opinion-text p:last-child:after {
  font-size: 90px;
}
.section-legal {
  max-width: 870px !important;
}
.section-legal h2 {
  margin: 40px 0 50px 0;
}
.section-legal hr {
  width: 100% !important;
  background: #eaeaea;
  height: 1px;
}
.section-legal p,
.section-legal li {
  font-size: 16px;
  margin-top: 0;
  color: #707987;
}
.section-legal li {
  line-height: 30px;
}
.section-legal p a {
  color: #009688 !important;
}
.section-legal a:hover {
  text-decoration: underline;
}
.legal-notice-anchors {
  margin: 0;
}
.section-legal h3 {
  color: #333;
  font-size: 20px;
  margin: 0;
}
.hero-who-we-are {
  background-position: 60% 65% !important;
  height: 500px;
}
.hero-prices {
  height: 500px;
  background-position: 50% 100% !important;
}
.hero-clients,
.hero-professionals,
.hero-why-yeeply,
.hero-how-it-works {
  height: 500px;
  background-position: 50% 100% !important;
}
span.highlight {
  color: #ff7f5c;
}

.error-content {
  padding-top: 140px;
  text-align: center;
}

p.error-code {
  font-size: 55px;
  color: #aab0b8;
  text-align: center;
  line-height: 30px;
}

p.error-title {
  font-size: 36px;
  font-weight: 200;
  padding-top: 0.5em;
  color: #3b4850;
  text-align: center;
  margin: 10px auto !important;
}

p.error-message {
  font-size: 18px;
  padding: 0.8em;
  color: #3b4850;
  text-align: center;
  line-height: 20px;
}

.copyright {
  color: #707987;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.error404 .header-bottom {
  display: none;
}
.error404 .header-top-menu {
  display: none;
}
.error404 header .site-branding {
  margin: 0 auto;
}

.error404 header {
  padding: 22px 0;
}

body.error404 {
  background: #f3f5f9;
}

.error404 p {
  margin: 0;
}

.error404 svg {
  margin: 10px auto 60px 0;
}

.why-yeeply-graph-mobile {
  display: none;
}
.table-wrapper .uagb-section__inner-wrap {
  margin: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.single-funnel {
  position: relative;
}
div.home-click-to-action.how-it-works-action-2 {
  display: none;
}
.single-written-by img {
  border-radius: 100px;
}
.single-written-by .author-details {
  display: grid;
  grid-template-columns: 25% 75%;
}
.single-written-by span {
  font-size: 18px;
  color: #40454a;
  font-weight: bold;
}
.single .post-type-blog .author-details p {
  font-size: 14px;
  line-height: 22px;
  color: #9a9a90;
  margin: 0 0 9.5px;
}
.single-written-by h6,
.single-related-stories h6,
.single-tags-cloud h6 {
  color: #9a9a90;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.single h3.related-posts-h3 {
  font-size: 30px;
  color: #999;
}
.related-posts-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 30px;
  grid-gap: 0px;
  max-width: 570px;
}
.single-related {
  width: 100px;
  margin: 0 0 50px 0;
}
a.single-related {
  color: #2f343b;
  font-size: 12px;
  line-height: normal;
  display: block;
  font-weight: 500;
}
a.single-related:hover {
  color: #65cce9;
}
.single-related img {
  width: 100px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.blog-sidebar img {
  border-radius: 6px;
}
.page-guest-posting {
  background: #f3f5f9;
}
.page-guest-posting .guest-posting {
  background: #ffffff;
}
.home-opinions a {
  font-weight: 500;
}
.custom-design h3 {
  font-size: 28px;
  font-weight: 300;
  color: #499ded;
  line-height: 33px;
  margin: 0;
}
.no-results {
  color: #3b4850;
  font-size: 40px;
  font-weight: 200;
  text-align: center;
  display: none;
}
.home-hero .btn-blue a, .page-hero .btn-blue a , .home-click-to-action .btn-blue a{
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}
.custom-design li#menu-item-5447 a {
  font-weight: 500;
  border-bottom: 3px solid #499ded
}
.single-funnel img {
  min-width: 205px;
}
.statistics-charts .uagb-section__inner-wrap {
  margin-bottom: 50px;
}
.btn-between, .btn-between a {
  min-width: 300px;
}
.custom-design section .btn-blue a {
  padding: 30px 60px;
}
.custom-design .timeline-single p {
  margin: 0;
}
.custom-design .timeline-single h3 {
      line-height: 30px;
  font-size: 18px;
  color: #707987;
  font-weight: bold;
}
.custom-design .wp-block-media-text.alignwide figure img {
  width: 192px;
}


.custom-design h4:not(.grey-h4) {
  color: #499DED;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
}
.h3-how-much-cost-website {
  margin-bottom: 70px !important;
}
.custom-design .wp-block-media-text.alignwide {
  min-height: 250px;
}
.awards-press-wrapper.awards-container img:nth-child(5) {
  grid-column-start: 3;
}
.feature-apps.wp-block-media-text {
  align-items: flex-start;
  grid-template-columns: 8% auto;
}

.feature-apps.wp-block-media-text.alignwide figure img {
  width: 60px;
}
.custom-design .feature-apps.wp-block-media-text.alignwide {
  min-height: auto;
}
.custom-design .wp-block-media-text__content {
  padding: 0 3%;
}
.custom-design .feature .wp-block-media-text__content {
  padding: 0 8%;
}
/* dynamic content */
.single-testimonial {
  height: 100px;
}
.pagination{
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.page-numbers {
  color: #9a9a90;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 16px;
  border-right: none;
}
.page-numbers:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-numbers:last-child {
  border-right: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-numbers.current {
  background: #f8f9fa;
  color: #3C89E8;
}
.pagination .prev, .pagination .next{
  padding: 10px 13px;
  margin: 0 15px;
  border-radius: 4px;
  border-right: 1px solid #ddd;
  color: #3C89E8;
}
.page-numbers:hover {
  background-color: #f8f9fa;
  color: #65CCE9;
}
/***laguage changue***/
.language-popover-overlay.on {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
}
.language-change{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.language-change-popover .popover-content {
  text-align: center;
  width: 100%;
  padding: 0;
  background-color: #FFF;
  color: #3B4850;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
}
.language-change-popover {
  display: block;
  max-width: 800px;
  border-radius: 5px;
  min-width: 45%;
  padding: 0;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.language-change-popover .popover-content {
  text-align: center;
  width: 100%;
  padding: 0;
  background-color: #FFF;
  color: #3B4850;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
}
.language-change .language-change-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: .5em;
}
.language-change .language-change-buttons .language-change-button {
  padding: .7em 3em;
  text-align: center;
  margin-left: 1em;
  border: 1px solid currentColor;
  border-radius: 5px;
  font-weight: 700;
  color: #04B1CE;
  text-shadow: none;
  box-shadow: none;
  background: 0 0;
  -webkit-transition: background .35s ease,color .35s ease;
  transition: background .35s ease,color .35s ease;
  cursor: pointer;
}
.popover, .popover .tooltip-inner {
  color: #ececec;
  line-height: 1em;
  background: rgba(101,101,101,.9);
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
}
.popover {
  position: absolute;
  left: 36.5%;
  top: 100px;
  margin: 1.5em;
  z-index: 1060;
  max-width: 800px;
  padding: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
@media screen and (min-width: 1330px){
  .language-change-popover {
      left: 36.5%;
      top: 100px;
      margin: 1.5em;
  }
}
.single-post-header.single-no-thumbnail {
  height: auto;
  border-bottom: 1px solid #eee;
  padding: 20px 0px;
  margin: 0 50px;
}

.single-post-header.single-no-thumbnail .entry-meta {
  position: relative;
  height: auto;
  padding: 0;
  background: none;
}

.single-post-header.single-no-thumbnail .entry-meta span, .single-post-header.single-no-thumbnail .entry-meta a{
  color: #9a9a90;
  border-color: #9a9a90;
  font-weight: 700;
  font-size: 14px;
}


.single .entry-meta a:hover {
  color: white;
  border-color: white;
  text-decoration: none;
}
.single-post-header.single-no-thumbnail .entry-meta a:hover {
  color: #65CCE9;
}
.single-tags-cloud.tagcloud a {
  font-size: 14px !important;
  font-weight: 600;
}

.single-tags-cloud.tagcloud a:hover {
  text-decoration: none;
}
.gform_confirmation_message{
  color: #499ded;
  font-weight: 400;
  font-size: 24px;
}
.mobile-price-login{
  display: none;
}
/* responsive */
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 55px;
    line-height: 67px;
    font-weight: 200;
  }
  h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 200;
  }

  h3 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 200;
  }
  h4 {
    font-size: 18px;
    font-weight: 700;
  }
  p {
    line-height: 30px;
    font-size: 18px;
  }
  .section-full hr {
    width: 400px;
  }
}

@media screen and (min-width: 992px) {
  .title-blue {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1441px) {
  .page-hero {
    height: 620px;
  }
  .hero-clients,
  .hero-professionals,
  .hero-why-yeeply,
  .hero-how-it-works {
    background-position: 50% 70% !important;
  }
  .hero-who-we-are {
    background-position: 60% 50% !important;
  }
  .hero-learn {
    background-position: 50% 40% !important;
  }
  .hero-faq {
    background-position: 50% 44% !important;
  }
  .page-hero .wp-block-cover__inner-container {
    min-height: 450px;
  }
}

@media screen and (max-width: 1220px) {
  .single-funnel img {
      min-width: auto;
  }
  .btn-between {
    bottom: -117px;
  }
  .projects-container {
    padding: 0 20px;
  }
  .prices-arrows .swiper-button-prev {
    margin-left: -20px;
  }
  .prices-arrows .swiper-button-next {
    margin-right: -20px;
  }
  .projects-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 40px;
  }
  .guest-posting {
    width: 100%;
  }
  .projects-prices-container ul.pagination {
    width: 92%;
    margin: 0 auto;
  }
  .single-team {
    text-align: center;
    margin: 0 auto;
  }
  .team-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .section-full {
    padding: 50px 30px !important;
  }
  .header-top,
  .header-bottom {
    width: 100%;
    overflow: hidden;
    padding: 5px 15px;
  }
  .section-table tr {
    grid-template-columns: 238px 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1170px) {
  .archive .page-header {
    width: 100%;
    padding: 0 15px;
  }
  .footer-top,
  .footer-middle,
  .footer-bottom {
    width: 100%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-top,
  .footer-middle {
    padding: 0 25px;
  }
  section#text-6 ul.footer-list.list-inline.list-follow-us {
    justify-content: start;
  }
  .statistics-charts .uagb-section__inner-wrap {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
  .statistics-charts .wp-block-column:not(:first-child) {
    margin-left: 75px;
  }

  .statistics-charts .single-chart-title {
    margin-top: 0;
  }

  .statistics-charts .uagb-section__inner-wrap .wp-block-columns.has-2-columns {
    margin-bottom: 50px;
    margin: 0 auto 50px auto;
    min-width: 580px;
  }
  div.companies-loop {
    width: 100%;
  }
  .single .post-type-blog {
    width: 748px;
    grid-template-columns: 1fr;
  }
  .single .post-type-blog,
  .blog-container {
    width: 100%;
  }
  .wp-chart-wrap {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 1024px) {
  .section-success ul.kt-tabs-title-list {
    width: 100%;
  }
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet
    .uagb-timeline__right
    .uagb-timeline__arrow {
    left: -15px;
  }
  .uagb-timeline__center-block
    .uagb-timeline__day-right
    .uagb-timeline__arrow:after {
    right: -5px;
    content: "";
    border: none !important;
    border-right: 8px solid #cdd2d8 !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
  }
  #uagb-ctm-4631d8fc-0191-45b7-9d31-096fd3ef034a
    .uagb-timeline__events-inner-new {
    padding: 20px !important;
  }
  .kt-tab-title {
    border: none;
    border-bottom: 3px solid #f3f5f9 !important;
  }
  .tab-description {
    margin-bottom: 30px;
  }
  span.kt-title-text {
    color: #707897;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
  }
  .kt-title-text:after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 0;
    top: 15px;
    height: 25px;
    width: 25px;
    background: url(/wp-content/uploads/2019/05/dropdown_dark.svg);
  }
  a.kt-tab-title.kt-tab-title-2 {
    position: relative;
  }
  ul.kt-tabs-title-list {
    display: none !important;
  }
  .kt-tab-title-active span.kt-title-text,
  a.kt-tab-title:hover > span.kt-title-text {
    color: #499ded;
  }
  .kt-tab-title-active a.kt-tab-title,
  a.kt-tab-title:hover {
    border: none;
    border-bottom: 3px solid #499ded !important;
    color: #499ded !important;
  }
}
@media screen and (max-width: 992px) {
  .section-contact .wp-block-columns.has-2-columns {
    grid-template-columns: 1fr;
  }
  .section-contact .wp-block-columns.has-2-columns .wp-block-column:last-child {
    display: none;
  }
  ul#gform_fields_1 li {
    grid-template-columns: 1fr;
    grid-gap: 7px;
  }
  .single-employee-opinion {
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .employee-opinion-img {
    align-items: center;
    display: flex;
  }
  .employee-opinion-img img {
    max-width: 175px;
  }
  .single-employee-opinion {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .btn-between {
    bottom: -115px;
  }
  .section-table tr {
    grid-template-columns: 200px 1fr 1fr 1fr 1fr;
  }
  .uagb-timeline__field:last-child {
    display: block;
  }
  .single h1 {
    width: 100%;
  }
  .single-testimonial-text {
    width: 100%;
  }
  .testimonial-slideshow .js-wpv-view-layout {
    width: 100%;
  }
  .testimonials-view .js-wpv-view-layout {
    width: 100%;
    margin: 50px 0;
  }
  .single-testimonial {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: all ease-in-out 0.3s;
  }
  .projects-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .section-table th {
    font-size: 12px;
    padding: 20px 5px;
  }
  .single-funnel {
    padding-right: 6px;
    position: relative;
  }
  .section-table tr td:first-child {
    padding: 10px;
  }
  .section-table td {
    padding: 2px;
  }
  div#content {
    margin-top: 60px;
  }
  .question .ico {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
  }
  .page-hero .wp-block-cover__inner-container {
    padding: 20px 50px;
  }
  .companies-loop img {
    text-align: center;
    margin: 0 auto;
  }
  .wp-block-columns.has-3-columns.snapshots {
    grid-template-columns: 1fr;
    margin-top: 100px;
    grid-gap: 30px 0;
  }
  .single-snapshot .text {
    margin: 0 0 0 10px;
    line-height: normal;
  }
  .snapshots .wp-block-column {
    display: flex;
    justify-content: center;
  }
  .section-companies .snapshots {
    height: auto;
  }

  .advantages-container,
  .vacancies-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 55px;
    line-height: 67px;
    font-weight: 200;
  }
  .page-faq .mobile-background {
    display: none;
  }

  .page-faq .page-hero {
    min-height: auto;
  }
  .page-faq .page-hero .wp-block-cover__inner-container {
    padding: 10px 40px;
  }
  .section-table td {
    font-size: 14px;
  }
  .section-table tr {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .why-yeeply-graph-desktop {
    display: none;
  }
  .why-yeeply-graph-mobile {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .error-content p {
    font-size: 14px;
  }
  p.error-title {
    font-size: 25px;
  }
  p.error-code {
    font-size: 35px;
  }
  .error-content {
    padding: 0;
  }
  ul#gform_fields_1 li {
    grid-template-columns: 1fr;
    grid-column-start: auto;
    grid-column-end: auto;
    grid-gap: 20px;
  }
  ul#gform_fields_1 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr;
  }
  li#field_1_5.calculator-result {
    display: block;
    max-width: 300px;
    width: 100%;
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto !important;
  }
  .section-success span.kt-title-text {
    color: #499ded;
    font-weight: 500;
  }
  .section-success .kt-tabs-title-list li .kt-tab-title {
    border-color: #499ded !important;
  }
  .section-success .success-text h3 {
    margin: 0 auto 50px auto;
    text-align: center;
    font-weight: 200;
    font-size: 25px;
    margin-top: -20px;
  }
  .kt-title-text:after {
    opacity: 0;
  }
  .section-success ul.kt-tabs-title-list {
    display: block !important;
  }

  .section-success ul.kt-tabs-title-list li {
    width: 250px;
    margin: 0 auto !important;
    pointer-events: none;
    display: none;
  }

  .section-success ul.kt-tabs-title-list li:nth-child(1) {
    display: block;
  }
  .kt-tabs-wrap
    .wp-block-kadence-tab:not(.section-how-it-works
      .kt-tabs-wrap
      .wp-block-kadence-tab) {
    display: block !important;
    box-sizing: border-box !important;
  }
  .single-success {
    grid-template-columns: 1fr;
  }
  .guest-posting {
    margin: 0;
    padding: 30px !important;
    border-radius: 10px;
    border: none;
  }
  .uagb-timeline__events-inner-new {
    padding: 20px !important;
  }
  .single aside#secondary,
  .blog-container aside#secondary {
    padding: 25px 40px;
  }

  .error404 .mobile-login {
    display: none;
  }
  .header-top-menu {
    display: none;
  }
  .single .post-type-blog,
  .blog-container {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 20px;
  }
  .team-wrapper {
    grid-template-columns: 1fr;
  }
  .awards-press-wrapper {
    grid-template-columns: 1fr;
  }
  .awards-press-wrapper.awards-container img:nth-child(5) {
    grid-column-start: initial;
  }
  .section-contact .wp-block-columns.has-2-columns {
    grid-template-columns: 1fr;
  }
  .header-login,
  .header-price-estimate {
    display: none;
  }
  div.companies-loop {
    grid-template-columns: 1fr 1fr;
  }
  .statistics-charts .uagb-section__inner-wrap .wp-block-columns.has-2-columns {
    min-width: 100%;
  }
  .single-faq {
    margin: 0 auto 30px auto;
  }

  .statistics-charts .uagb-section__inner-wrap .wp-block-columns.has-2-columns {
    grid-template-columns: 25% auto;
  }

  .statistics-charts .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }
  .single-chart-text {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .answer {
    width: 100%;
  }

  .ico {
    display: none;
  }
  .funnel-image .tooltip {
    width: 100%;
  }
  .section-phases .wp-block-column .wp-block-columns.has-2-columns {
    display: flex;
  }
  .home .homepage-clients {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .home .homepage-clients p {
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
  }
  .hero-clients img {
    margin: 10px 10px;
    height: 19px;
  }
  .home-hero-views {
    min-height: 90px;
  }
  .section-full {
    padding: 50px 30px !important;
  }
  h2 {
    font-size: 25px;
  }
  .wp-block-columns.has-2-columns,
  .wp-block-columns.has-4-columns {
    flex-direction: column;
  }
  .wp-block-columns.has-2-columns.single-snapshot {
    flex-direction: row;
  }
  .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-full .wp-block-media-text__1content {
    margin: 0;
    padding: 0;
  }
  .feature h3 {
    font-weight: 300;
    margin: 0;
    font-size: 20px;
  }
  .wp-block-column:nth-child(2n) {
    margin: 0;
  }
  .wp-block-media-text__content {
    padding: 0 !important;
  }
  .feature {
    margin-top: 15px;
  }
  .how-yeeply-work .wp-block-column {
    margin-top: 25px;
  }
  p.home-opinions {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 40px auto;
  }
  .home-click-to-action h2 {
    font-size: 25px;
  }
  .home .home-hero p {
    font-size: 16px;
  }
  .home .home-hero h1 {
    font-size: 32px;
  }
  .home-hero .btn-blue a {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  }
  header #primary-menu {
    justify-content: flex-start;
  }
  .site-branding img {
    width: 88px;
    margin-left: 5px;
  }
  .btn-blue a {
    font-size: 14px;
    padding: 30px 15px;
  }
  .footer-top,
  .footer-middle,
  .footer-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 25px;
  }
  section#text-6 ul {
    justify-content: center;
  }

  ul.footer-list.list-inline.list-language {
    justify-content: center;
  }
  .menu-menu-1-container {
    width: 900px;
  }

  header #primary-menu {
    display: flex;
  }
  #primary-menu li a:hover {
    border-color: transparent;
    font-weight: 300;
  }
  .page-hero h1 {
    font-size: 40px;
  }
  .single-post.custom-design h1,
  .single-featured-page h1,
  .page.custom-design h1 {
    width: 100%;
    max-width: 100%;
    line-height: normal;
    font-size: 40px;
  }
  .page-hero p {
    font-size: 16px;
    width: 100%;
  }

  .page-hero .wp-block-cover__inner-container {
    width: 100%;
    height: 100%;
  }
  .learn-post-list {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .page-hero {
    height: auto;
  }
  .page-hero .wp-block-cover__inner-container {
    min-height: auto;
  }
  .page-hero:before {
    display: none;
  }
  .page-hero p {
    margin: 5px 0 0 0;
  }
  .page-hero .wp-block-cover__inner-container {
    padding-bottom: 10px;
  }
  .related-posts-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .advantages-container,
  .vacancies-container {
    grid-template-columns: 1fr;
  }
  .popover {
    left: 0;
  }
  header#masthead {
    padding-bottom: 5px;
  }
  /** menu sandwich **/
  .toggled .menu-toggle {
    background-image: url(/wp-content/themes/yeeply/img/icon-close.svg);
    border: none;
  }
  .menu-toggle {
    display: block;
    background-image: url(/wp-content/themes/yeeply/img/icon-menu.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
    border: none;
    background-color: #f3f5f9;
    padding: 0;
    border-radius: 5px;
    float: right;
  }
  .header-bottom{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header#masthead {
    display: flex;
  }
  header .main-navigation ul#primary-menu {
    display: none;
  }
  header .main-navigation.toggled ul#primary-menu {
    display: block;
    background-color: #f3f5f9;
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }
  #site-navigation.toggled .swiper-container{
    position: absolute;
    top: 54px;
    right: 0px;
    padding: 0;
    background-color: transparent;
    overflow: scroll;
    max-height: 100vh;
    width: 100%;
    height: 100vh;
  }
  #primary-menu li.swiper-slide {
    display: contents;
  }
  #primary-menu li a {
    padding: 15px 0;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .main-navigation.toggled .mobile-price-login{
    display: block;
    position: absolute;
    right: 0px;
    margin: 0;
    background-color: #f3f5f9;
    overflow: scroll;
    width: 100%;
    top: 315px;
    z-index: 99;
    text-align: center;
    padding-bottom: 5px;
  }

  .main-navigation.toggled .mobile-price-login a{
    margin: 20px 10px;
  }
  #primary-menu li:not(:last-child) a {
    border-bottom: 1px solid #bebebe;
}
  .main-navigation.toggled .header-login{
    padding: 8px;
    border: 1px solid;
    border-radius: 5px;
  }
  /** footer responsive **/
  .footer-middle #text-15 .widget-title,
  .footer-middle #text-19 .widget-title,
  .footer-middle #text-5 .widget-title{
    background-image: url(/wp-content/themes/yeeply/img/arrw-dwn.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px;
  }
  .footer-middle #text-15 .textwidget,
  .footer-middle #text-19 .textwidget,
  .footer-middle #text-5 .textwidget{
    display: none;
  }
  .footer-middle #text-15 .textwidget.actv,
  .footer-middle #text-19 .textwidget.actv,
  .footer-middle #text-5 .textwidget.actv{
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .page-hero .btn-blue {
    margin: 50px auto;
  }
  .homepage-clients img {
    max-height: 23px;
    margin: 8px;
    max-width: 80px;
  }
  .single-funnel .tooltip-inner {
    position: absolute;
  }
  .single-funnel:nth-child(1) .tooltip-inner {
    width: 60px;
  }
  .single-funnel:nth-child(2) .tooltip-inner {
    width: 165px;
  }
  .single-funnel:nth-child(3) .tooltip-inner {
    width: 113px;
  }
  .single-funnel:nth-child(4) .tooltip-inner {
    width: 200px;
  }
  .single-funnel:nth-child(5) .tooltip-inner {
    width: 135px;
  }
  .section-table .wp-block-columns.has-3-columns.snapshots {
    margin-top: 50px;
  }
  span.descriptor {
    font-size: 10px;
  }
  .section-table th {
    font-size: 11px;
    padding: 15px 3px;
  }
  .section-table tr td:first-child {
    padding: 5px;
  }
  .section-table td {
    font-size: 11px;
    padding: 1px;
  }
  .section-table tr {
    grid-gap: 3px;
  }
  .single .post-type-blog .entry-content,
  .single .post-type-blog h1,
  .blog-container .single-post-content {
    padding: 0 20px;
  }
  .projects-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .page-hero .wp-block-cover__inner-container {
    padding: 20px 40px;
  }
  .feature img {
    max-width: 100px !important;
  }
  .awards-press-wrapper img {
    max-width: 170px;
  }
  .wp-block-columns.has-2-columns.snapshots,
  .wp-block-columns.has-3-columns.snapshots {
    padding: 0;
  }
  h2 strong {
    display: inline-flex;
  }
  h2 {
    line-height: 35px;
  }
  .section-table table {
    width: 550px;
  }
  .table-wrapper .uagb-section__inner-wrap {
    overflow-x: scroll;
  }
  .table-wrapper {
    padding: 0 !important;
  }
  .home .home-hero h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home .home-hero h1 {
    line-height: 40px;
  }
  .home .home-hero .btn-blue {
    margin-bottom: 0;
  }
  .home-hero-views {
    margin: 30px 0;
  }
  .advantage-hover p {
    font-size: 16px;
  }
  .single-project {
    min-width: 100% !important;
}
}
@media screen and (max-width: 480px) {
  .projects-prices-container .swiper-container {
    height: 410px;
  }
  .single-project {
    height: 375px !important;
  }
  h2 strong {
    display: inline;
  }
  .single-funnel:nth-child(1) .tooltip-inner {
    width: 50px;
  }
  .single-funnel:nth-child(2) .tooltip-inner {
    width: 145px;
  }
  .single-funnel:nth-child(3) .tooltip-inner {
    width: 93px;
  }
  .single-funnel:nth-child(4) .tooltip-inner {
    width: 180px;
  }
  .single-funnel:nth-child(5) .tooltip-inner {
    width: 115px;
  }
  .tooltip-inner {
    padding: 5px;
    font-size: 14px;
  }
  .single-snapshot .text {
    margin: 0 0 0 5px;
    line-height: 20px;
  }
  .wp-block-columns.has-2-columns.single-snapshot {
    display: grid;
    grid-template-columns: auto auto;
  }
  .page-hero h1 {
    font-size: 34px;
  }
  input#faq-search-input {
    width: 200px;
    font-size: 21px;
  }

  .faq-search {
    width: 100%;
    display: grid;
    grid-template-columns: 30px auto 30px;
  }
  .page-faqs .mobile-background {
    display: none;
  }
  .related-posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 360px) {
  .homepage-clients img {
    max-height: 20px;
    margin: 5px;
    max-width: 70px;
  }
  .home .home-hero p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .worker-image {
    width: 260px;
    height: 260px;
  }
  .language-change .language-change-buttons .language-change-button {
    padding: 0.2em 1em;
  }
}

.ivace-project p {
	margin-bottom: 0.4em;
	font-size: 22px;
	text-align: center;
	color: #333;
}

/* START OVERWRITES PAULA */
.bt-proyecto a {
        font-size: 15px;
        color: #fff !important;
        font-weight: 600;
        font-family: montserrat, arial, sans-serif;
}

.bt-proyecto a:hover {
        text-decoration: none !important;
}

.bt-proyecto {
        background-color: #499ded;
        border-radius: 5px;
        margin: 25px auto;
        padding: 15px 15px;
        text-align: center;
        width: 80%;
}

.bt-proyecto:hover {
        background-color:#74d5ee;
}

.btn-white a {
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease;
  color: #499ded !important;
  background: #fff;
  border-color: #499ded;
  padding: 30px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.btn-white a:hover {
  text-decoration: none !important;
  background-color: #74d5ee;
  color: #fff !important;
  border-color: #fff;
}

.btn-white-outline a {
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  color: #499DED;
  background: none;
  border-style: solid;
  border-color: #499DED;
  border-width: 3px;
  padding: 15px 30px;
  margin-top: 20px;
}

.btn-white-outline a:hover {
  color: #fff;
  background: #499DED;
  border-color: #499DED;
}

.t4t-footer .mauticform-button-wrapper .mauticform-button.btn-default {
    background: #499DEC;
    border-color: #499ded;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    color: #fff;
    padding: 15px 30px;
}
.t4t-footer .wp-block-button__link {
		width: 100%;
}

.t4t-footer .wp-block-button {
	width: 100%;
}

.t4t-footer .mauticform-input {
	border: 0;
	border-bottom: 2px solid #cbcbcb
}

.separator-gray {
  height: 3px;
  width: 200px;
  margin-top: 4em;
margin-bottom: 0em !important;
  background-color: #ced2d8;
}

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

.separator-gray {
	width: 400px;
}
	}

/* END OVERWRITES PAULA */

/* START LP PRODUCT PAULA */
.txt-white {
	color: #fff;
}

.txt-blue {
	color: #499DED;
}
.txt-hero {
	max-width: 600px;
}

.lp-product-h1,
.lp-product-h2,
.lp-product-h3{
	font-weight: 300 !important;
}

.lp-product-btn .wp-block-button__link {
	border-radius: 60px;
	font-weight: 500;
	padding: 17px 42px;
}

.lp-product-btn-blue .wp-block-button__link{
	background-color: #499DED;
}

.lp-product-btn-blue .wp-block-button__link:hover{
	background-color:#74d5ee;
}

.lp-product-btn-white .wp-block-button__link{
	margin: 44px 0px;
	background-color: #fff;
	color: #499DED;
	border-style: solid;
	border-color: #499DED;
	border-width: 3px;
}

.lp-product-btn-white .wp-block-button__link:hover {
	background-color:#499DED;
	color: #fff;
	border-style: solid;
	border-color: #fff;
	border-width: 3px;
}

.lp-product-h2-margin {
	margin: 49px 0px;
}
/* END LP PRODUCT PAULA */

/* START LP STARTUPXPLORE PAULA */

.lp-startupxplore-h1 {
	margin-top: 0px !important;
	font-weight: 300 !important;
}

#hbspt-form-1580296221563-9134861590 .hs-button{
	border-radius: 40px;
	padding: 17px 42px;
}
/* END LP STARTUPXPLORE PAULA */

/* START RECURSOS PAULA */
.section-downloads .kt-tabs-title-list {
	width: 100% !important;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
}

.lp-recursos-btn-white .wp-block-button__link {
	background-color: #fff;
	color: #499DED;
	border-style: solid;
	border-color: #499DED;
	border-width: 2px;
	border-radius: 12px;
	font-weight: 500 !important;
	padding: 14px 30px;
	font-size: 15px;
	min-width: 255px;

}

.lp-recursos-btn-white .wp-block-button__link:hover {
	background-color:#499DED;
	color: #fff;
	border-style: solid;
	border-color: #fff;
	border-width: 2px;
}

/* END RECURSOS PAULA */

/* START ENTERPRISE PAULA */

.success-enterprise .kt-tabs-title-list {
	grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

/* END ENTERPRISE PAULA */

/* START LANDING PAGES TEMPLATES - PAULA */

.lp-template h2{
	font-weight: 300;
    font-size: 40px;
	margin-top: 0px !important;
}

.lp-template h3{
	font-size: 24px;
    font-weight: 300;
    color: #707987;
	margin-bottom: 0px !important;
}

.lp-webinar-header h3{
	font-size: 24px;
    font-weight: 300;
    color: #707987;
	margin-bottom: 0px !important;
}

.lp-template h4{
	font-size: 24px;
    font-weight: 300;
	color: #404040
}

.lp-template ul {
	color: #707987;
	margin-left: 0px !important;
}

.lp-template .kb-gal-image-radius {
	max-width:100% !important;
}

.lp-template .slick-list {
	height: 100%
}

.lp-template .mauticform-label{
	font-size: 16px;
    font-weight: 500;
    color: #499ded;
}

.lp-template .mauticform-input {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #cbcbcb
}

.lp-template .mauticform-selectbox {
	background: transparent !important;
    border: 0 !important;
    background-color: transparent !important;
    border-bottom: 2px solid #cbcbcb !important;
}

.lp-template .mauticform-checkboxgrp-label{
	font-size: 14px;
	font-weight: 300;
}

.lp-template .mauticform-button-wrapper .mauticform-button.btn-default {
    background: #499DEC;
    border-color: #499ded;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    padding: 15px 0px;
}
.lp-template .wp-block-button__link {
		width: 100%;
}

.lp-template .wp-block-button {
	width: 100%;
}

.btn-typ-white-outline a {
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  color: #499DED  !important;
  background: none;
  border-style: solid;
  border-color: #499DED;
  border-width: 2px;
  padding: 15px 30px;
}

.btn-typ-white-outline a:hover {
  color: #fff !important;
  background: #499DED;
  border-color: #499DED;
}

.btn-typ-blue a {
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  background: #499ded;
  padding: 15px 30px;
}

.btn-typ-blue a:hover {
  background-color: #74d5ee;
}

.lp-webinar-header p {
	font-size: 24px;
	font-weight: 300;
}

.btn-lp-orange a {
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  background: #ff7f5c;
  padding: 15px 30px;
}

.btn-lp-orange a:hover {
  background-color: #74d5ee;
}

/* END LANDING PAGES TEMPLATES - PAULA */

/* LANDING PAGE CSS */

.hidden-nav-footer-lp {
	display: none;
}
.hide-navigation .hidden-nav-footer-lp {
	display: block;
}
.hide-navigation .site-branding img {
  width: 113px;
}
.hide-navigation .mobile-login {
  display: none;
}
.hide-navigation header#masthead .header-bottom,
.hide-navigation header .header-top-menu {display: none;}

.hide-navigation header#masthead {
    height: 86px;
}

.hide-navigation footer#colophon .footer-middle {
    display: none;
}

.hide-navigation footer section#text-2 p:last-child {
    display: none;
}

.hide-navigation footer#colophon {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #343d43;
}

.hide-navigation .footer-links {
	width: 570px;
	background: #343d43;
	border: none;
	padding: 20px 0;
}

.hide-navigation .footer-info {
    width: 570px;
    display: flex;
    padding: 0;
    align-items: center;
}

.hide-navigation .footer-bottom {
    display: block;
    font-size: 15px;
}

.hide-navigation footer section#text-9,
.hide-navigation footer section#text-10 {
    display: none;
}
.hide-navigation .hidden-nav-footer-lp a {
  font-size: 15px;
}
.hide-navigation footer img {
  width: 113px;
}

.hide-navigation section#text-2 {
  margin: 0;
}

.hide-navigation .footer-top,
.hide-navigation .footer-middle,
.hide-navigation .footer-bottom {
  width: 100%;
  display: block;
}


.hide-navigation .hidden-nav-footer-lp span, .hide-navigation .hidden-nav-footer-lp a {
  margin: 0 5px;
}
@media screen and (max-width: 1024px) {
  .hide-navigation .footer-bottom, .hide-navigation .hidden-nav-footer-lp span, .hide-navigation .hidden-nav-footer-lp a {
    font-size: 13px;
  }
}
@media screen and (max-width: 920px) {
  .hide-navigation .footer-links {
    width: 30%;
  }
  .hide-navigation .footer-info {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .hide-navigation .footer-links,.hide-navigation .footer-info {
    width: 100%;
  }
  .hide-navigation .hidden-nav-footer-lp span, .hide-navigation .hidden-nav-footer-lp a {
    font-size: 13px;
  }
  .hide-navigation footer#colophon {
      flex-direction: column;

  }

  .hide-navigation footer img {
      margin: 0 auto;
      display: block;
      width: 120px;
  }
  .hide-navigation .footer-links {
    margin-bottom: 20px;
  }
  .hide-navigation .hidden-nav-footer-lp {
      text-align: center;
      margin: 5px 0 10px 0px;
  }
}


/* END LANDING PAGE CSS */
/*header .swiper-container{
  position: absolute;
  background: #fff;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  margin:0;
}
.main-navigation li{
  float: none;
}*/

/* formulario app */
.formulario_app .gform_button{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 21px;
  text-transform: none;
  border-radius: 4px;
  cursor: pointer;
  color: #499DED;
  background: none;
  border-style: solid;
  border-color: #499DED;
  border-width: 2px;
}
.formulario_app .gform_button:hover{
  color: #fff;
  background: #499DED;
  border-color: #499DED;
}
.formulario_app .gfield_consent_label {
  font-size: 14px;
}
.yp-recursos .down-now::after {
  margin-top: 5px;
}
.wp-block-buttons .wp-block-button.down-now{
  display: flex;
}
.bl-des-app .success-enterprise.grid-4-cols .kt-tabs-title-list {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.page-id-26370 .entry-content > *, .entry-content .page-id-26370 > *{
  max-width: 1436px;
  margin: auto;
}
.page-id-26370 .entry-content >.gr-des-app-1, .entry-content .page-id-26370 .gr-des-app-1 {
  max-width: 1140px;
  margin: auto;
}
.page-id-26370 form p{
  font-size: 16px;
  line-height: 140%;
}
.form-check-label{
  font-size: 12px;
  line-height: 15px;
}
.page-id-26370 .form-check-label {
  font-size: 12px;
  text-align: left;
  color: #707987;
  line-height: 15px;
  font-weight: 300;
}
.page-id-26370 .gform_next_button, .page-id-26370 .gform_button.button, .page-id-26370 .gform_previous_button.button{
  padding: 14px 21px;
  color: #499DED;
  cursor: pointer;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
  border: 1px solid #499DED;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background: none;
  box-shadow: none;
}
.page-id-26370 .gform_next_button, .page-id-26370 .gform_button.button {
  color: #fff;
  background-color: #499DED;
}
.page-id-26370 .site-main, .site-main .page-id-26370{
  min-height: 1269px;
}
.page2_dis {
  position: absolute;
  top: 90px;
  width: 100vw;
  height: 1268px;
  z-index: 2;
  min-height: 500px;
  left: 0;
  background-color: #fff;
}
.page2_dis>*, .page-id-26370 .gform_confirmation_wrapper {
  max-width: 600px;
  margin: auto;
}
.page-id-26370 .gform_confirmation_wrapper {
  margin-top: 150px;
}
.calcular_btn .wp-block-button__link{
  color: #fff;
  background: rgb(21,226,205);
  background: linear-gradient(90deg, rgba(21,226,205,1) 0%, rgba(73,157,237,1) 50%);
  position: relative;
  transition: 0.3s;
}
.calcular_btn .wp-block-button__link:hover {
  opacity: 0.8;
}

//Archivo author-card.css


.single-author {
    background: #f6f6f6;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    color: #5C6370;
}

.single-author-header {
    display: flex;
    align-items: left;
    text-align: left;
    gap: 8px;
}

.single-author-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;

    @media (max-width: 768px) {
        width: 100px;
        height: auto;
    
    }

}

.single-author-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.single-author-name .by {
    font-weight: bold;
    font-size: 28px;
    background: linear-gradient(90deg, #d449a3, #499ded); /* Rosa a Azul */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;

    @media (max-width: 768px) {
        font-size: 20px;
    
    }
}

.single-author-name .subtitle {
    font-size: 24px;
    color: #2E3138;
    font-weight: 600;

    @media (max-width: 768px) {
        font-size: 18px;
    
    }
}

.rrss {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.rrss a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: background 0.3s;
}

.rrss a:hover {
    background: #fff;
}

.rrss-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rrss-icon svg {
    width: 16px;
    height: 16px;
    fill: #1d3657;
}

.single-author-content {
    font-size: 14px;
    color: #5C6370;
    text-align: center;
}

.single-author-footer{
    display: flex;
    justify-content: flex-end;
}

.single-author-button {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    display: inline-block;
    padding: 15px 30px 15px 30px;
    background-color: #499DEC;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #499DEC;
    border-radius: 3px;
    cursor: pointer;
}

.single-author-button a {
    color: #FFFFFF;
    text-decoration: none;
}