/*!
Theme Name: Kai
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: Kai
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.

Kai 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.
 */
@import url("/wp-content/themes/kai/css/bootstrap-glyphicons.css");

.color-blue {
  color: #051f3d !important;
}

.color-green {
  color: #01c877 !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 7px;
  background: #e6e6e6;

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

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

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

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

.main-navigation li {
  float: left;
  position: relative;
  margin: 0 9px;
}

@media screen and (max-width: 400px) {
  .main-navigation li {
    margin: 0 4px;
  }
}

.main-navigation li.button-login {
  border: 1px solid #828282;
  padding: 5px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.main-navigation li.button-login:hover {
  color: white !important;
  background-color: #01c877;
  border: 1px solid #01c877;
}

.main-navigation li.button-login a:hover {
  color: white !important;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: white;
  font-weight: 100;
  font-size: 14px;
  transition: all 0.3s;
}

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

.menu-toggle {
  display: none;
}

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

@media screen and (max-width: 991px) {
  .menu-toggle {
    display: none;
    position: absolute;
    left: 20px;
    top: 18px;
    border: none;
    background-color: #ffe143;
  }

  .menu-toggle span {
    color: #006cba;
    font-size: 22px;
  }

  .main-navigation ul {
    display: block;
  }

  .site.navigation {
    position: relative;
  }

}

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

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

@font-face {
  font-family: 'ubuntubold';
  src: url('/wp-content/themes/kai/fonts/Ubuntu-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntubolditalic';
  src: url('/wp-content/themes/kai/fonts/Ubuntu-BoldItalic.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntuitalic';
  src: url('/wp-content/themes/kai/fonts/Ubuntu-Italic.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntulight';
  src: url('/wp-content/themes/kai/fonts/Ubuntu-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntulight';
  src: url('/wp-content/themes/kai/fonts/Ubuntu-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntulightitalic';
  src: url('/wp-content/themes/kai/fonts/Ubuntu-LightItalic.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntumedium';
  src: url('/wp-content/themes/kai/fonts/Ubuntu-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntumediumitalic';
  src: url('/wp-content/themes/kai/fonts/Ubuntu-MediumItalic.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubunturegular';
  src: url('/wp-content/themes/kai/fonts/Ubuntu-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/wp-content/themes/kai/fonts/glyphicons-halflings-regular.eot');
  src: url('/wp-content/themes/kai/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/kai/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/wp-content/themes/kai/fonts/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/wp-content/themes/kai/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

* {
  font-family: 'ubunturegular';
  outline: none;
}

body {
  font-family: 'ubunturegular';
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=dd756061b99b30782a31)
 * Config saved to config.json and https://gist.github.com/dd756061b99b30782a31
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0px 0px 0px 0px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

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

.row {
  width: 100%;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.homeView .presentation {
  background-color: #032b4e;
  padding: 70px 15px;
}

.homeView .presentation img {
  max-width: 240px;
  margin-bottom: 40px;
}

.homeView .presentation h1 {
  color: #01c877;
  font-size: 65px;
  margin-bottom: 0;
}

.homeView .presentation p:nth-child(2) {
  color: #fff;
  font-size: 60px;
  max-width: 690px;
  text-align: center;
  margin: 0 auto;
  font-family: ubuntubold;
}

@media screen and (max-width: 991px) {
  .homeView .presentation p:nth-child(2) {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .homeView .presentation p:nth-child(2) {
    font-size: 30px;
  }
}

@media screen and (max-width: 425px) {
  .homeView .presentation p:nth-child(2) {
    font-size: 27px;
  }
}

.homeView .presentation p:nth-child(3) {
  color: #01c877;
  font-family: ubuntubold;
  font-size: 20px;
  max-width: 390px;
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 40px;
}

.homeView .buildings {
  text-align: center;
}

.homeView .buildings img {
  margin-top: -90px;
  margin-bottom: -6.5px;
}

@media (min-width: 320px) {
  .homeView .buildings img {
    margin-top: -20px;
  }
}

@media (min-width: 768px) {
  .homeView .buildings img {
    margin-top: -40px;
  }
}

@media (min-width: 998px) {
  .homeView .buildings img {
    margin-top: -90px;
  }
}

.homeView .select-menu {
  margin-bottom: 30px;
}

.homeView .select-menu div {
  border: 2px solid #424b5a;
  padding: 0;
}

.homeView .select-menu div div:nth-child(1) {
  background-color: #424b5a;
  cursor: pointer;
}

.homeView .select-menu div div:nth-child(1) h2 {
  color: white;
}

.homeView .select-menu div div:nth-child(1):hover,
.homeView .select-menu div div:nth-child(2):hover {
  opacity: 0.8;
}

.homeView .select-menu div div:nth-child(2) {
  cursor: pointer;
}

.seccion-buttons-empresas-gestores {
  background-color: #04233A;
}

.seccion-buttons-empresas-gestores>div {
  padding: 25px 20px;
  padding-bottom: 8px;
  padding-top: 37px;
}

@media (max-width: 767px) {
  .seccion-buttons-empresas-gestores>div {
    padding: 20px 15px;
  }
}

.seccion-buttons-empresas-gestores div>div {
  max-width: 199px;
  text-align: center;
  float: right;
  font-size: 12px;
  color: white;
}

.seccion-buttons-empresas-gestores div:nth-child(2)>div {
  float: left;
}

.seccion-buttons-empresas-gestores button {
  background: #fc5e53;
  color: white;
  border: none;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 900;
  font-family: ubuntubold;
  cursor: pointer;
  transition: background 0.3s;
}

.seccion-buttons-empresas-gestores button:hover {
  background: #f77c74;
}

@media (max-width: 500px) {
  .seccion-buttons-empresas-gestores button {
    padding: 16px 20px;
  }
}

.homeEmpresas .seccion-presentacion {
  background-image: url(/wp-content/themes/kai/images/empresas/Empresas.png);
  padding-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1024px) {
  .homeEmpresas .seccion-presentacion {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .homeEmpresas .seccion-presentacion {
    background-blend-mode: multiply;
    background-color: #949292;
    background-position-x: -500px;
  }
}

@media (max-width: 480px) {
  .homeEmpresas .seccion-presentacion {
    background-position-x: -500px;
  }
}

@media (max-width: 320px) {
  .homeEmpresas .seccion-presentacion {
    background-position-x: -700px;
  }
}

.homeEmpresas .seccion-presentacion div {
  padding-left: 15%;
  text-align: left;
}

@media (max-width: 768px) {
  .homeEmpresas .seccion-presentacion div h1 {
    color: white;
  }
}

@media (max-width: 1024px) {
  .homeEmpresas .seccion-presentacion div {
    padding-left: 3%;
  }
}

@media (max-width: 768px) {
  .homeEmpresas .seccion-presentacion div {
    padding: 0px;
  }
}

.homeEmpresas .seccion-presentacion div h2 {
  color: #051f3d;
  font-size: 55px;
  padding-right: 36%;
  margin: 0;
}

@media (max-width: 1024px) {
  .homeEmpresas .seccion-presentacion div h2 {
    padding-right: 36%;
  }
}

@media (max-width: 768px) {
  .homeEmpresas .seccion-presentacion div h2 {
    padding: 0px;
    color: white;
  }
}

@media (max-width: 480px) {
  .homeEmpresas .seccion-presentacion div h2 {
    font-size: 30px;
  }
}

.homeEmpresas .seccion-presentacion div p {
  color: #051f3d;
  font-size: 20px;
  padding-right: 50%;
  margin: 0;
}

@media (max-width: 1024px) {
  .homeEmpresas .seccion-presentacion div p {
    padding-right: 36%;
  }
}

@media (max-width: 768px) {
  .homeEmpresas .seccion-presentacion div p {
    padding: 0px;
    color: white;
  }
}

@media (max-width: 480px) {
  .homeEmpresas .seccion-presentacion div p {
    font-size: 15px;
  }
}

.homeEmpresas .container {
  padding: 10px;
}

.homeEmpresas .select-menu div>div {
  padding: 20px;
}

.homeEmpresas .select-menu div>div h2 {
  margin: 0;
  font-size: 20px;
}

.homeEmpresas #menuEmpresas {
  background-color: #01c877;
  text-align: right;
  color: #051f3d;
  padding-right: 25px;
}

.homeEmpresas #menuGestores {
  background: #051f3d;
  text-align: left;
  color: #01c877;
  cursor: pointer;
  padding-left: 25px;
}

.homeEmpresas #menuGestores {
  transition: all 0.3s;
}

.homeEmpresas .seccion-testimonios {
  padding: 40px;
}

.homeEmpresas .seccion-testimonios div.col-xs-12.col-sm-6:nth-child(1) {
  margin-top: 70px;
}

.homeEmpresas .seccion-testimonios div.col-xs-12.col-sm-6:nth-child(1) h2 {
  color: #051f3d;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.homeEmpresas .seccion-testimonios div.col-xs-12.col-sm-6:nth-child(1) p {
  color: #01c877;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.homeEmpresas .seccion-testimonios div.col-xs-12.col-sm-6:nth-child(1) a {
  color: #288deb;
  text-decoration: none;
}

.homeEmpresas .seccion-testimonios button {
  text-decoration: none;
  color: #051f3d;
  border: 1px solid #051f3d;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-flex;
}

.homeEmpresas .seccion-testimonios button p {
  margin: 0;
  margin-top: 4px;
  margin-right: 10px;
  font-size: 14px;
}

.homeEmpresas .seccion-testimonios button:hover {
  color: white;
  background-color: #051f3d;
}

.homeEmpresas .seccion-testimonios>div>div {
  padding: 10px 10px;
}

.homeEmpresas .seccion-testimonios>div>div>p {
  margin: 0;
}

.homeEmpresas .seccion-testimonios>div>div>p:nth-child(2) {
  font-size: 13px;
  margin-bottom: 15px;
}

.homeEmpresas .seccion-testimonios>div>div>p:nth-child(3) {
  font-size: 13px;
  font-family: ubuntumedium;
}

.homeEmpresas .seccion-testimonios>div>div>p:nth-child(4) {
  font-size: 12px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .homeEmpresas .section-video {
    padding: 0;
  }

  .homeEmpresas .section-video div.video>div>div:nth-child(1) {
    border-right: none;
  }

  .homeEmpresas .section-video>div.col-sm-5.texto>div>p {
    margin: 0 auto;
  }

  .homeEmpresas .section-video>div.col-sm-5.texto>div>div {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }

  .homeEmpresas .section-video>div.col-sm-5.texto>div>div>ul>li:nth-child(7)>img {
    left: 178px;
    top: 9px;
  }

  .homeEmpresas .seccion-testimonios div.col-xs-12.col-sm-6:nth-child(1) {
    margin-top: 0px;
  }

  .homeEmpresas .seccion-testimonios div.col-xs-12.col-sm-6:nth-child(1) h2 {
    text-align: center;
  }

  .homeEmpresas .seccion-seguridad h2 {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .homeEmpresas .section-video>div.texto>div>div {
    margin-left: 0 !important;
    transform: none !important;
    width: 100%;
  }

  .homeEmpresas .section-video>div.col-sm-5.texto>div>div>ul>li:nth-child(7)>img {
    left: 60%;
    top: 86px;
  }

  .homeEmpresas .section-video div.video>div>div:nth-child(2) {
    padding: 0;
    margin-top: 15px;
  }
}

.homeEmpresas .seccion-seguridad {
  background-image: url('/wp-content/themes/kai/images/empresas/Seguridad_01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  background-position: 35%;
  height: 115vh;
}

.homeEmpresas .seccion-seguridad>div {
  max-width: 1170px;
  margin: 0 auto;
}

.homeEmpresas .seccion-seguridad h2 {
  color: #051f3d;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.homeEmpresas .seccion-seguridad p {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .homeEmpresas .seccion-seguridad p {
    max-width: 420px;
  }
}

.homeEmpresas .seccion-seguridad a {
  color: #288deb;
  text-decoration: none;
}

@media (max-width: 767px) {
  .homeEmpresas .seccion-seguridad {
    text-align: center;
  }

  .homeEmpresas .seccion-seguridad .img-seguridad {
    text-align: center;
  }

  .homeEmpresas .seccion-seguridad .visible-xs {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .homeEmpresas .seccion-seguridad {
    height: 90vh;
  }

  .homeEmpresas .seccion-seguridad .visible-xs {
    margin: 0 auto;
  }
}

@media (max-width: 320px) {
  .homeEmpresas .seccion-seguridad {
    background-image: none;
  }
}

.homeEmpresas .seccion-seguridad .cards-seccion-seguridad {
  color: #051f3d;
}

@media (max-width: 880px) {
  .homeEmpresas .seccion-seguridad .cards-seccion-seguridad {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .homeEmpresas .seccion-seguridad .cards-seccion-seguridad {
    width: 50%;
  }
}

@media (max-width: 525px) {
  .homeEmpresas .seccion-seguridad .cards-seccion-seguridad {
    width: 100%;
  }
}

.seccion-seguridad {
  background-image: url('/wp-content/themes/kai/images/empresas/CentroAyuda_01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  background-position: 35%;
  height: 115vh;
}

.seccion-seguridad>div {
  max-width: 1170px;
  margin: 0 auto;
}

.seccion-seguridad h2 {
  color: white;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.seccion-seguridad p {
  color: white;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .seccion-seguridad p {
    max-width: 420px;
  }
}

.seccion-seguridad a {
  color: #288deb;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .seccion-seguridad .row {
    padding-left: 70px;
  }
}

@media (max-width: 767px) {
  .seccion-seguridad {
    text-align: center;
  }

  .seccion-seguridad .img-seguridad {
    text-align: center;
  }

  .seccion-seguridad .visible-xs {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .seccion-seguridad {
    height: 90vh;
  }

  .seccion-seguridad .visible-xs {
    margin: 0 auto;
  }
}

@media (max-width: 320px) {
  .seccion-seguridad {
    background-image: none;
  }

  .seccion-seguridad .row {
    padding-left: 30px;
  }

  .seccion-seguridad h2 {
    color: #051f3d;
  }

  .seccion-seguridad p {
    color: #051f3d;
  }
}

.seccion-seguridad .cards-seccion-seguridad {
  color: #051f3d;
}

@media (max-width: 880px) {
  .seccion-seguridad .cards-seccion-seguridad {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .seccion-seguridad .cards-seccion-seguridad {
    width: 50%;
  }
}

@media (max-width: 525px) {
  .seccion-seguridad .cards-seccion-seguridad {
    width: 100%;
  }
}

.seccion-servicios>div {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 20px;
}

.seccion-servicios>div>div {
  padding: 20px;
}

.seccion-servicios>div a {
  color: #288deb;
  text-decoration: none;
}

.seccion-servicios>div h3 {
  color: #051f3d;
  font-size: 25px;
  font-family: ubuntubold;
}

.seccion-app-para-ti {
  background-image: url("/wp-content/themes/kai/images/gestores/Recurso_10.png");
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: 270px;
  height: 65vh;
}

@media (max-height: 768px) {
  .seccion-app-para-ti {
    height: 90vh;
  }
}

@media (max-height: 800px) {
  .seccion-app-para-ti {
    height: 90vh;
  }
}

@media (max-width: 768px) {
  .seccion-app-para-ti {
    background-position-y: 240px;
    background-size: contain;
    height: 50vh;
  }
}

@media (max-width: 480px) {
  .seccion-app-para-ti {
    height: 65vh;
  }
}

@media (max-width: 320px) {
  .seccion-app-para-ti {
    height: 105vh;
  }
}

.seccion-app-para-ti>div {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.seccion-app-para-ti>div h2 {
  color: #051f3d;
  font-size: 40px;
  font-family: ubuntubold;
}

.seccion-app-para-ti>div p {
  color: #051f3d;
  margin-right: 36%;
  font-size: 20px;
}

.seccion-app-para-ti>div>a {
  position: absolute;
  left: 70%;
  top: 360px;
}

.seccion-app-para-ti>div>img {
  position: absolute;
  left: 70%;
  top: 360px;
}

@media (max-width: 768px) {
  .seccion-app-para-ti>div {
    background-position-y: 240px;
    height: 50vh !important;
    padding: 0 10px;
  }

  .seccion-app-para-ti>div h2 {
    font-size: 24px;
  }

  .seccion-app-para-ti>div p {
    font-size: 13px;
  }

  .seccion-app-para-ti>div>img {
    left: 22%;
    top: 375px;
    transform: translateX(-50%);
  }

  .seccion-app-para-ti>div>a {
    left: 22% !important;
    top: 375px !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 640px) {
  .seccion-app-para-ti>div>a {
    top: 385px !important;
    left: 33% !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 480px) {
  .seccion-app-para-ti>div>a {
    top: 415px !important;
  }
}

@media (max-width: 320px) {
  .seccion-app-para-ti>div>a {
    left: 50% !important;
    top: 415px !important;
  }
}

#comoEmpezar>div>p {
  margin-top: 25px;
  margin-bottom: 39px;
}

.seccion-como-empezar>div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.seccion-como-empezar>div h2 {
  color: #051f3d;
  font-size: 30px;
  font-family: ubuntubold;
}

.seccion-como-empezar>div .empezar-ahora {
  margin-top: 20px;
  margin-bottom: 25px;
}

.seccion-como-empezar>div>div>div {
  background: white;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px 15px;
}

.seccion-como-empezar>div>div>div h3 {
  font-size: 15px;
  color: #051f3d;
}

.seccion-como-empezar>div>div>div p {
  font-size: 12px;
}

@media (min-width: 768px) {
  .seccion-como-empezar>div>div>div {
    width: 49%;
    margin-left: 1%;
  }
}

@media (min-width: 991px) {
  .seccion-como-empezar>div>div>div {
    width: 19%;
    margin-left: 1%;
    min-height: 277px;
  }

  .seccion-como-empezar>div>div>div:nth-child(1) {
    margin-left: 0;
  }
}

.seccion-como-empezar>div a {
  text-decoration: none;
  color: #051f3d;
  border: 1px solid #051f3d;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.3s;
}

.seccion-como-empezar>div a:hover {
  color: white;
  background-color: #051f3d;
}

.seccion-imagen-texto {
  background-image: url("/wp-content/themes/kai/images/gestores/example-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -15px;
}

.seccion-imagen-texto>div {
  max-width: 1170px;
  margin: 0 auto;
}

.seccion-imagen-texto>div>div {
  max-width: 470px !important;
  margin-left: 10%;
  margin-top: 60px;
  margin-bottom: 90px;
}

.seccion-imagen-texto>div>div h2 {
  color: #051f3d;
  font-size: 40px;
  font-family: ubuntubold;
}

@media (max-width: 768px) {
  .seccion-imagen-texto>div>div h2 {
    /* color: white; */
  }


}

.seccion-imagen-texto>div>div p {
  color: #051f3d;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .seccion-imagen-texto>div>div p {
    /* color: white; */
  }
}

.seccion-presentacion {
  padding: 40px 0;
}

@media (max-width: 991px) {
  .seccion-presentacion {
    padding: 40px 20px;
  }
}

.seccion-presentacion div {
  display: inline-flex;
}

.seccion-presentacion div h1 {
  font-family: ubuntulight;
  color: #051f3d;
  margin-left: 15px;
}

.seccion-presentacion p:nth-child(2) {
  font-size: 55px;
  font-family: ubuntubold;
  color: #051f3d;
  max-width: 770px;
  margin: 0 auto;
  line-height: normal;
  margin-bottom: 40px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .seccion-presentacion p:nth-child(2) {
    font-size: 30px;
  }
}

.seccion-presentacion p:nth-child(3) {
  color: #051f3d;
  max-width: 750px;
  margin: 0 auto;
  font-family: ubuntubold;
  font-size: 20px;
}

@media (max-width: 991px) {
  .seccion-presentacion p:nth-child(3) {
    font-size: 15px;
  }
}

.seccion-presentacion button {
  margin-top: 25px;
}

.seccion-ciudades {
  padding: 40px;
}

.seccion-ciudades h2 {
  color: #051f3d;
  font-size: 30px;
  margin-top: 0;
}

.seccion-ciudades a {
  text-decoration: none;
  color: #051f3d;
  border: 1px solid #051f3d;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.3s;
}

.seccion-ciudades a:hover {
  color: white;
  background-color: #051f3d;
}

.section-video {
  padding: 40px;
}

.section-video>div {
  max-width: 1170px;
  margin: 0 auto;
}

.section-video>div>div {
  padding: 12px;
}

.section-video>div div.video iframe {
  width: 100%;
  height: 390px;
}

.section-video>div div.video>div>div:nth-child(1) {
  border-right: 2px solid #051f3d;
  padding: 0;
  margin-top: 30px;
}

.section-video>div div.video>div>div:nth-child(1) img {
  width: 130px;
}

.section-video>div div.video>div>div:nth-child(2) {
  padding: 0px 40px;
  margin-top: 30px;
}

.section-video>div div.texto div {
  margin: 0 auto;
}

.section-video>div div.texto div p {
  font-family: ubuntubold;
  color: #051f3d;
  font-size: 20px;
  max-width: 300px;
  margin-bottom: 15px;
}

.section-video>div div.texto div div {
  display: inline-block;
  background: #051f3d;
  padding: 12px 25px;
  padding-right: 110px;
  color: #01c877;
  font-weight: 900;
}

.section-video>div div.texto div div:before {
  content: '';
  position: absolute;
  top: 98px;
  left: 150px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #051f3d transparent;
}

.section-video>div div.texto div div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-video>div div.texto div div ul li:nth-child(7) {
  position: relative;
}

.section-video>div div.texto div div img {
  position: absolute;
  top: -150px;
  right: -113px;
  width: 107px;
}

.section-video>div div.texto .text-empresas {
  width: 307px;
}

.section-video>div div.texto .text-empresas>div:before {
  left: 47% !important;
}

.seccion-empieza {
  padding: 40px;
}

.seccion-empieza h2 {
  margin-top: 0;
}

.seccion-empieza p {
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 25px;
  font-family: ubuntumedium;
}

.preguntas-frecuentes {
  padding: 40px;
}

.preguntas-frecuentes h2 {
  margin-top: 0;
}

.preguntas-frecuentes>div {
  display: inherit;
  max-width: 750px;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 12px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.preguntas-frecuentes>div p {
  margin: 0;
}

.preguntas-frecuentes>div img {
  width: 15px;
  float: right;
  margin-top: -16px;
}

.preguntas-frecuentes div {
  cursor: pointer;
  transition: all 0.3s;
}

.preguntas-frecuentes div:hover {
  background-color: #f1f1f1;
}

.preguntas-frecuentes div>.container-pregunta {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.preguntas-frecuentes div>.container-pregunta p {
  font-family: ubuntubold;
  font-size: 13px;
  padding-right: 20px;
}

.preguntas-frecuentes div>.container-pregunta>.container-respuesta {
  width: 100%;
  height: 0px;
  transition: height 0.3s;
  margin-top: 5px;
}

.preguntas-frecuentes div>.container-pregunta img {
  position: absolute;
  right: 0;
  top: 20px;
}

.preguntas-frecuentes .ver-mas {
  max-width: 750px;
  margin: 0 auto;
}

.preguntas-frecuentes .ver-mas a {
  text-align: left;
  color: #288deb;
  text-decoration: none;
}

.card-white {
  padding: 25px 15px;
  background: white;
  border-radius: 3px;
}

.section-border-grey {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.background-grey {
  background-color: #f1f5f7;
}

.btn-primary-fill {
  background: #fc5e53;
  color: white;
  border: none;
  padding: 15px 50px;
  font-size: 16px;
  font-family: ubuntubold;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-primary-fill:hover {
  background: #f77c74;
}

.btn-primary-fill a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-family: ubuntubold;
}

.btn-primary-main {
  text-decoration: none;
  color: #051f3d;
  border: 1px solid #051f3d;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.3s;
  background-color: white;
  cursor: pointer;
}

.btn-primary-main a {
  color: #051f3d;
}

.btn-primary-main a:hover {
  color: #fff;
  background-color: #051f3d;
}

.btn-primary-main:hover {
  color: #fff;
  background-color: #051f3d;
}

.btn-primary {
  background: white;
  color: #424b5a;
  border: 1px solid #424b5a;
  padding: 10px 25px;
}

.empresas {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}

.empresas .empresas-feature {
  max-height: 600px;
}

.empresas .empresas-feature .feature-content {
  background-color: #f2f5f7;
  margin: 10px 15px 30px 15px;
  padding: 20px 30px;
}

#productosEmpresas .form-solicita-informacion {
  display: grid;
  background-color: grey;
  padding: 20px 0px;
  width: 320px;
  margin: 0 auto;
}

#productosEmpresas .form-solicita-informacion p {
  margin: 0;
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
}

#productosEmpresas .form-solicita-informacion input,
#productosEmpresas .form-solicita-informacion textarea,
#productosEmpresas .form-solicita-informacion button {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.linea-separadora {
  width: 100%;
  border: 2px solid #051f3d;
  margin-bottom: 10px;
}

.seccion-presentacion-video {
  padding: 40px 0;
}

.seccion-presentacion-video h2 {
  font-family: 'ubuntumedium';
  color: #051f3d;
}

.seccion-presentacion-video button {
  text-decoration: none;
  color: #051f3d;
  border: 1px solid #051f3d;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-flex;
}

.seccion-presentacion-video button p {
  margin: 0;
  margin-top: 4px;
  margin-right: 10px;
  font-size: 14px;
}

.seccion-presentacion-video button:hover {
  color: white;
  background-color: #051f3d;
}

.seccion-oportunidades {
  text-align: center;
  padding: 20px;
}

.seccion-oportunidades>div {
  max-width: 1170px;
  margin: 0 auto;
}

.seccion-oportunidades>div h2 {
  font-family: 'ubuntumedium';
  color: #051f3d;
  text-align: left;
}

@media (min-width: 768px) {
  .seccion-oportunidades>div h2 {
    padding-top: 20px;
    max-width: 700px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .seccion-oportunidades>div img {
    max-width: 700px;
  }
}

.seccion-oportunidades>div p {
  margin-top: 25px !important;
  color: #01c877;
}

@media (min-width: 768px) {
  .seccion-oportunidades>div p {
    padding-bottom: 20px;
    margin: 0 auto;
    width: 50%;
  }
}

.seccion-mantente-informado {
  padding: 20px 20px;
  display: flex;
}

.seccion-mantente-informado>div {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .seccion-mantente-informado>div {
    max-width: 920px;
  }

  .seccion-mantente-informado>div .centro-ayuda,
  .seccion-mantente-informado>div .blog {
    max-width: 320px;
    padding-right: 10px;
  }
}

.seccion-mantente-informado h2 {
  border-bottom: 2px solid #051f3d;
  max-width: 500px;
  color: #051f3d;
}

.seccion-mantente-informado h3 {
  color: #051f3d;
}

.seccion-mantente-informado p {
  font-size: 13px;
}

.seccion-mantente-informado p a {
  text-decoration: none;
  color: #288deb;
}

.seccion-mantente-informado .suscribirse {
  display: flex;
}

.seccion-mantente-informado .suscribirse input {
  padding: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 1132px) and (min-width: 991px) {
  .seccion-mantente-informado .suscribirse input {
    width: 140px;
  }
}

.seccion-mantente-informado .suscribirse button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #00C977;
  color: white;
  border: none;
  padding: 14px;
  width: 110px;
  cursor: pointer;
  font-family: ubuntumedium;
  transition: all 0.3s;
}

.seccion-mantente-informado .suscribirse button:hover {
  background-color: #1ddb8f;
}

.seccion-buscador-ciudades {
  background-image: url("/wp-content/themes/kai/images/seguridad-principal/seguridad-redsegura.jpg");
  padding: 120px 15px 260px 15px;
  background-size: cover;
}

@media (min-width: 768px) {
  .seccion-buscador-ciudades {
    padding: 80px 15px 260px 15px;
  }
}

.seccion-buscador-ciudades>div {
  max-width: 1170px;
  margin: 0 auto;
}

.seccion-buscador-ciudades>div h2 {
  font-family: 'ubuntumedium';
  color: #051f3d;
  margin-top: 0;
}

.seccion-buscador-ciudades>div>div {
  display: flex;
}

.seccion-buscador-ciudades>div>div input {
  padding: 10px;
  width: 290px;
  background: transparent;
  border: 2px solid #051f3d;
  color: #051f3d;
}

.seccion-buscador-ciudades>div>div input::placeholder {
  color: #051f3d;
  opacity: 1;
}

.seccion-buscador-ciudades>div>div input:-ms-input-placeholder {
  color: #051f3d;
}

.seccion-buscador-ciudades>div>div input::-ms-input-placeholder {
  color: #051f3d;
}

.seccion-buscador-ciudades>div>div button {
  background-color: #051f3d;
  color: white;
  border: none;
  padding: 14px;
  width: 34px;
  cursor: pointer;
  font-family: ubuntubold;
  transition: all 0.3s;
  border-radius: 3px;
  margin-top: 6.5px;
  margin-left: -40px;
  height: 34px;
}

.seccion-buscador-ciudades>div>div button>div:nth-child(1) {
  position: absolute;
  border-bottom: 2px solid white;
  width: 15px;
  transform: rotate(30deg);
  margin-top: -5px;
  margin-left: -4px;
}

.seccion-buscador-ciudades>div>div button>div:nth-child(2) {
  position: absolute;
  border-bottom: 2px solid white;
  width: 15px;
  transform: rotate(-30deg);
  margin-top: 3px;
  margin-left: -4px;
}

.seccion-buscador-ciudades>div>div button:hover {
  background-color: #072c56;
}

.seccion-buscador-ciudades>div>div span {
  display: none;
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  color: #ff5454;
}

.seccion-buscador-ciudades .suggestion-buscador {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  border-radius: 7px;
  z-index: 10;
  color: #051f3d;
  border-bottom: 5px solid #01c877;
}

.seccion-buscador-ciudades .suggestion-buscador h3 {
  margin: 0;
  padding: 5px 20px;
  border-bottom: 2px solid #01c976;
  background: #e6e6e6;
  font-size: 18px;
}

.seccion-buscador-ciudades .suggestion-buscador ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.seccion-buscador-ciudades .suggestion-buscador ul li {
  font-family: ubuntubold;
  padding: 3px 20px 3px 20px;
  text-align: left;
  cursor: pointer;
}

.seccion-buscador-ciudades .suggestion-buscador ul li:hover {
  background: #f1f1f1;
}

.seccion-todas-las-ciudades {
  padding: 25px 0;
}

.seccion-todas-las-ciudades h2 {
  font-family: 'ubuntumedium';
  color: #051f3d;
  margin-bottom: 5px;
}

.seccion-todas-las-ciudades>div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.seccion-todas-las-ciudades>div>div {
  padding: 5px 0;
}

.seccion-todas-las-ciudades>div>div ul {
  list-style: none;
  color: #051f3d;
  padding: 0;
  margin: 0;
}

.seccion-todas-las-ciudades>div>div ul li {
  padding: 5px 0;
  border-radius: 7px;
  cursor: pointer;
}

.seccion-todas-las-ciudades>div>div ul li a {
  color: #051f3d;
  text-decoration: none;
}

.seccion-todas-las-ciudades>div>div ul li:hover {
  background: #e8e8e8;
}

.confirmar-boletines input {
  margin-right: 10px;
}

.kobra-testimonios {
  padding: 0 10px;
}

.kobra-testimonios h2 {
  color: #051f3d;
}

.kobra-testimonios p a {
  text-decoration: none;
  color: #288deb;
  font-size: 13px;
}

.kobra-testimonios p:nth-child(2) {
  font-size: 12px;
  color: #051f3d;
}

.kobra-testimonios p:nth-child(3) {
  font-size: 13px;
  color: #051f3d;
}

.kobra-testimonios p:nth-child(4) {
  font-size: 12px;
  color: #051f3d;
  margin-bottom: 0;
}

.kobra-testimonios p:nth-child(5) {
  font-size: 13px;
  color: grey;
  margin-top: 0;
}

.seccion-footer-empresas>div {
  max-width: 1170px;
  margin: 0 auto;
}

.seccion-footer-empresas>div>div {
  transition: all 0.4s;
}

#map {
  height: 500px;
  width: 100%;
}

.seccion-gana-dinero-kobra {
  padding: 25px;
  color: #051f3d;
}

.seccion-gana-dinero-kobra>div {
  max-width: 1170px;
  margin: 0 auto;
}

.seccion-texto-sliders>div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 25px 15px;
}

.seccion-texto-sliders>div h2 {
  color: #051f3d;
  font-family: ubuntubold;
}

.seccion-texto-sliders>div p {
  color: #01c877;
}

.seccion-seguridad-por-punto>div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
}

@media (max-width: 767px) {
  .seccion-seguridad-por-punto>div {
    max-width: 320px;
    margin: 0 auto;
  }
}

.seccion-seguridad-por-punto>div h2 {
  color: #051f3d;
  font-family: ubuntubold;
}

.seccion-seguridad-por-punto>div>div>div {
  padding: 0 10px;
  color: #051f3d;
}

.seccion-seguridad-por-punto>div>div>div div.pin-number {
  width: 27px;
  height: 27px;
  background: #fc5e53;
  border-radius: 100%;
  color: white;
  font-family: ubuntubold;
  padding: 1px 8px;
  position: absolute;
  top: 15px;
  left: 25px;
}

@media (max-width: 767px) {
  .seccion-seguridad-por-punto>div>div>div {
    padding: 0;
  }
}

.seccion-seguridad-por-punto>div>div {
  padding: 0 10px;
  color: #051f3d;
}

.seccion-seguridad-por-punto>div>div div.pin-number {
  width: 27px;
  height: 27px;
  background: #fc5e53;
  border-radius: 100%;
  color: white;
  font-family: ubuntubold;
  padding: 1px 8px;
  position: absolute;
  top: 15px;
  left: 25px;
}

@media (max-width: 767px) {
  .seccion-seguridad-por-punto>div>div {
    padding: 0;
  }
}

.seccion-visitas-seguras>div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
  color: #051f3d;
}

.seccion-visitas-seguras>div a {
  color: #288deb;
}

.seccion-visitas-seguras>div img {
  position: absolute;
  width: 80px;
  margin-top: 21px;
  margin-left: -90px;
}

.seccion-visitas-seguras>div>div>div {
  padding-left: 90px;
}

.seccion-seguridad-de-tus-datos>div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
  color: #051f3d;
}

@media (max-width: 425px) {
  .seccion-seguridad-de-tus-datos>div>div>div {
    margin-top: 25px;
  }
}

@media (max-width: 425px) {
  .seccion-seguridad-de-tus-datos>div>div {
    text-align: center;
  }
}

.seccion-seguridad-de-tus-datos>div h2 {
  font-family: ubuntubold;
}

.seccion-seguridad-de-tus-datos>div h3 {
  font-size: 15px;
}

.bg-certificado {
  background-image: url('/wp-content/themes/kai/images/empresas/Certificado.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 110vh;
}

@media (max-width: 768px) {
  .bg-certificado {
    height: 60vh;
  }
}

@media (max-width: 640px) {
  .bg-certificado {
    height: 50vh;
  }
}

@media (max-width: 480px) {
  .bg-certificado {
    height: 42vh;
  }
}

.seccion-un-trato-justo>div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px;
  color: #051f3d;
}

.seccion-un-trato-justo>div>div {
  padding: 10px;
}

.seccion-un-trato-justo>div>div img.arrow {
  position: absolute;
  right: 0;
  top: 40px;
}

.seccion-un-trato-justo>div>div img.tablet {
  margin-bottom: -110px;
  z-index: 0;
}

.confianza-es-seguridad>div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px;
  color: #051f3d;
}

.confianza-es-seguridad>div h2 {
  font-size: 30px;
}

.confianza-es-seguridad>div h2,
.confianza-es-seguridad>div p {
  font-family: ubuntubold;
}

.confianza-es-seguridad>div .certificado {
  color: #fc5e53;
  font-family: ubuntubold;
}

.seccion-un-trato-justo>div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px;
  color: #051f3d;
}

.seccion-historias-de-exito>div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 25px;
  border-bottom: 1.5px solid #051f3d;
  color: #051f3d;
}

.seccion-historias-de-exito>div .seccion-historias-texto>p:nth-child(1) {
  font-size: 22px;
}

@media (max-width: 768px) {
  .seccion-historias-de-exito>div .seccion-historias-texto>p:nth-child(1) {
    font-size: 15px;
  }
}

.seccion-historias-de-exito>div .seccion-historias-texto>p:nth-child(2) {
  margin: 0;
  font-family: ubuntubold;
}

@media (max-width: 768px) {
  .seccion-historias-de-exito>div .seccion-historias-texto>p:nth-child(2) {
    font-size: 13px;
  }
}

.seccion-historias-de-exito>div .seccion-historias-texto>p:nth-child(3) {
  margin: 0;
  color: grey;
}

@media (max-width: 768px) {
  .seccion-historias-de-exito>div .seccion-historias-texto>p:nth-child(3) {
    font-size: 13px;
  }
}

.seccion-historias-de-exito>div .seccion-historias-texto>p:nth-child(4) {
  margin: 0;
  color: #288deb;
}

@media (max-width: 768px) {
  .seccion-historias-de-exito>div .seccion-historias-texto>p:nth-child(4) {
    font-size: 13px;
  }
}

.seccion-historias-de-exito>div .seccion-historias-texto>p:nth-child(4) a {
  color: #288deb;
  text-decoration: none;
}

.seccion-historias-de-exito>div button {
  text-decoration: none;
  color: #051f3d;
  border: 1px solid #051f3d;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.3s;
  margin-top: 25px;
  cursor: pointer;
  display: inline-flex;
}

.seccion-historias-de-exito>div button p {
  margin: 0;
  margin-top: 4px;
  margin-right: 10px;
  font-size: 14px;
}

.seccion-historias-de-exito>div button:hover {
  color: white;
  background-color: #051f3d;
}

.alm-load-more-btn {
  display: none;
}

.submenu-nuestros-servicios {
  width: auto;
  height: auto;
  background: #041a22;
  position: absolute;
  z-index: 10;
  margin-top: 22px;
  margin-left: 10px;
  display: none;
}

.submenu-nuestros-servicios>div {
  padding: 15px 25px;
  color: white;
  border-bottom: 1px solid #252525;
  cursor: pointer;
}

.submenu-nuestros-servicios>div:hover a {
  color: #01c877;
  background: #05212b;
}

.form-input {
  position: relative;
}


.checkmark {
  display: inline-block;
  width: 22px;
  height: 22px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 14px;
  display: none;
}

.checkmark .checkmark_stem {
  position: absolute;
  width: 4px;
  height: 13px;
  background-color: #01c877;
  left: 11px;
  top: 6px;
}

.checkmark .checkmark_kick {
  position: absolute;
  width: 6px;
  height: 4px;
  background-color: #01c877;
  left: 6px;
  top: 15px;
}

.seccion-nueva-presentacion {
  background-image: url("/wp-content/themes/kai/images/home/principal_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #032B4E;
  height: auto;
  background-blend-mode: multiply;
  height: 80vh;
  position: relative;
}

@media (max-width: 1285px) {
  .seccion-nueva-presentacion {
    height: 90vh;
  }
}

@media (max-width: 768px) {
  .seccion-nueva-presentacion {
    background-blend-mode: multiply;
    background-color: #949292;
    height: 62vh;
    background-position-x: -210px;
    color: white;
  }
}

@media (max-width: 500px) {
  .seccion-nueva-presentacion {
    background-position-x: -300px;
    height: 68vh;
  }
}

@media (max-width: 320px) {
  .seccion-nueva-presentacion {
    background-position-x: -210px;
    height: 76vh;
  }
}

.seccion-nueva-presentacion>.texto-seccion {
  max-width: 570px;
  text-align: left;
  padding: 15px;
  float: left;
  margin-left: 16%;
}

@media (max-width: 1285px) {}

@media (max-width: 768px) {
  .seccion-nueva-presentacion>.texto-seccion {
    text-align: center;
    margin-right: auto;
    margin-top: 10%;
    margin: 0 auto;
    float: initial;
  }
}

.seccion-nueva-presentacion>.texto-seccion h1 {
  font-family: ubuntubold;
  font-size: 50px;
}

@media (max-width: 768px) {
  .seccion-nueva-presentacion>.texto-seccion h1 {
    font-size: 40px;
  }
}

@media (max-width: 425px) {
  .seccion-nueva-presentacion>.texto-seccion h1 {
    font-size: 25px;
  }
}

.seccion-nueva-presentacion>.texto-seccion p {
  font-size: 20px;
}

@media (max-width: 425px) {
  .seccion-nueva-presentacion>.texto-seccion p {
    font-size: 14px;
  }
}

.seccion-nueva-presentacion .seccion-buttons-empresas-gestores {
  position: absolute;
  bottom: 0;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .seccion-nueva-presentacion .seccion-buttons-empresas-gestores>div {
    padding-bottom: 0;
  }
}

.seccion-footer-empresas {
  padding: 20px 0;
}

.seccion-introduccion {
  background-color: #01c877;
}

.seccion-aviso-texto-imagen {
  background: #051f3d;
  color: white;
}

.seccion-aviso-texto-imagen .aviso-texto {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20%;
  padding: 15px;
}

@media (max-width: 991px) {
  .seccion-aviso-texto-imagen .aviso-texto h4 {
    margin-top: 0;
  }
}

@media (max-width: 1440px) {
  .seccion-aviso-texto-imagen .aviso-texto {
    margin-top: 10%;
  }
}

@media (max-width: 1100px) {
  .seccion-aviso-texto-imagen .aviso-texto {
    margin-top: 4%;
  }
}

@media (max-width: 1100px) {
  .seccion-aviso-texto-imagen .aviso-texto {
    margin-top: 4%;
  }
}

@media (max-width: 991px) {
  .seccion-aviso-texto-imagen .aviso-texto {
    margin-top: 0%;
  }
}

.seccion-aviso-texto-imagen a {
  cursor: pointer;
  text-decoration: none;
  color: #288deb;
}

/*  Contents
    ========
    Page
    Header
    Main nav
    Footer

*/


/* Nuevo header 2025*/



.logo-header img {
  max-width: 80%;
  height: auto;
}

.menu-kobra {
  font-family: "Ubuntu", serif; 
  font-size:16px

}

a {text-decoration: none !important;
   }

.menu-kobra button {
  font-size:16px
} 

.language img {
  max-width: 50%;
  height: auto;
}

.dropdown-item {
  white-space: nowrap; /* Impede que os itens quebrem linha */
  width: auto; /* Mantém a largura ajustável */
}




@media (max-width: 1200px) {
  .menu-kobra {
    font-family: "Ubuntu", serif; 
    font-size:12px
  }

  .menu-kobra button {
    font-size:12px
  } 

  .logo-header img {
    max-width: 70%;
    height: auto;
  }
  

  }

@media (max-width: 992px) {
  .menu-kobra {
    font-family: "Ubuntu", serif; 
    font-size:12px
  }

  .right-header {
    display: flex;
    flex-direction: column;
    align-items: end;
    }

    .left-header{
    display: flex;
    flex-direction: column;
    align-items: end;
    }

    .logo-header img {
      max-width: 50%;
      height: auto;
    }
  
  
}










.formIniciarSesion .logo {
  text-align: center;
}

#solucionEmpresas .formSolution .formIniciarSesion div.form h2 {
  font-family: 'ubunturegular';
  font-weight: normal;
}

body {
  font-family: 'ubunturegular' !important;
}

.site {
  background-color: #fff;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
  /*margin: 0px;*/
  padding: 0px;
}


.site-header {
  display: flex;
  flex-direction: column;

}

.top_menu {

  display: flex;
  justify-content: space-around;
  height: 70px;
  align-items: center;

}

.top_menu img {
  width: 16px;
  height: 11px;
}



.menu li {
  float: left;
}

.menu a {
  color: black;
  text-decoration: none;
  font-size: 12px;
  font-family: "ubunturegular";
  line-height: 1.5;
  font-weight: bold;
}

#menu-menu-1-ingles {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-menu-1-ingles li {
  float: left;
}

#menu-menu-1-ingles a {
  color: black;
  text-decoration: none;
  font-size: 12px;
  font-family: "ubunturegular";
  line-height: 1.5;
  font-weight: bold;
}

.sub-menu {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  position: absolute;
  padding: 10px 10px 10px 10px;
  background-color: white;
  border: solid thin #B6C7D6;
  margin-top: 15px;
  border-radius: 8px;
  flex-direction: column;
  gap: 5px;
  display: none;
  z-index: 9999;

}

.sub-menu li {
  float: none !important;
}

.sub-menu li:hover {
  background-color: #ccf4e4;

}


.sub-menu a {
  text-decoration: none;
  color: black;
  word-spacing: normal;
}

.fullMenu .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0px;
  border: none;
}

.dashicons {
  width: 24px !important;
  height: 24px !important;
}

.dropdown {
  display: flex;
  align-items: center;
  gap: 2px;
}



.left_top_menu {
  display: flex;
  gap: 10px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  font-size: 12px;
  align-items: center;
}

.combo_item_menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.right_top_menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
  word-spacing: 5px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  font-size: 12px;


}

.right_top_menu a {
  text-decoration: none;
  color: black;
}

div>a {
  color: black;
  padding: 0px;
  text-decoration: none;


}

.bottom_menu {
  display: flex;
  margin-block: 29px 0px 12px 0px;
  justify-content: space-around;
  height: 70px;
  align-items: center;

}


.cta_primario {
  color: white;
  background-color: #FC5E53;
  height: 43px;
  width: 237px;
  border-radius: 5px;
  margin-right: 50px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}


.links_center_menu {


  align-items: center;
  gap: 25px;
  font-weight: bold;
  font-size: 12px;

}


.links_center_menu {
  display: flex;
}

.software,
.about {
  align-items: center;
}

.software {
  display: flex;
}

.about {
  display: flex;
}



.menu_bottom a {
  padding: 0;
}

.menu_bottom {
  display: none;
}

#close_menu_mobile {
  display: none;
}

.site-branding {
  position: absolute;
  color: #01c877;
  margin-left: -50px;
  margin-top: 0px;
}

.site-branding img {
  max-width: 90px;
}

.main_menu_mobile {
  display: none;
  flex-direction: column;
  justify-content: start;
  align-content: center;
  gap: 8px;
  position: absolute;
  top: 140px;
  z-index: 999;
  background-color: white;
  width: 100%;
  height: 100%;
}

.item_menu {
  padding: 30px 18px 30px 18px;
  border: solid thin black;
  background: rgba(0, 183, 110, 0.15);

  display: flex;
  justify-content: space-between;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  font-size: 16px;
  align-items: center;

}

.item_menu_button {
  text-align: center;
  padding-top: 20px;
  width: 100%;
}

.item_menu_button a {
  color: white;
  background-color: #FC5E53;
  width: 100%;
  height: 67px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;

}

.item_menu_customer {
  padding: 18px;
}

.menu_customer {
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  font-size: 15px;
}


.main_software {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  font-family: 'ubunturegular', sans-serif;
  position: absolute;
  top: 140px;
  z-index: 999;
  background: white;
}

.software_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;

}

.software_paragraph {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  padding-top: 18px;
}


.item_menu_software {
  width: 314px;
  height: 100%;
  border: solid thin #00B76E;
  border-radius: 8px;


}

.box_title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 20px 0px 20px;
}

.box_paragraph {
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  padding: 10px 20px 10px 20px;
}

.box_cta {
  color: #00C977;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0px 5px 0px;
}

.box_cta a {
  color: #00C977;
}





.item_menu_software_button>button {
  display: none;
  color: white;
  background-color: #FC5E53;
  width: 374px;
  height: 67px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  margin: 0px 18px 0px 18px;
}

.main_about {
  background-color: rgba(0, 183, 110, 0.15);
  display: none;
  flex-direction: column;
  padding: 58px 75px 58px 75px;
  gap: 50px;

}

.about_title {
  display: flex;
  padding-bottom: 12px;
  gap: 10px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.about_links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 40px;
  font-family: 'ubunturegular', sans-serif;
  font-size: 15px;
}


.manager_mobile {
  display: none;
}

#combo_language,
#item_menu_flag,
.item_contact_sales a {
  cursor: pointer;
}

.menu_language {
  display: none;
  flex-direction: column;
  padding: 33px;
  gap: 20px;
}

.menu_language_mobile {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  font-size: 20px;

}


.menu_flag {

  display: none;
  flex-direction: column;
  padding: 29px;
  gap: 20px;
}

.menu_flag_countries {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.menu_manager {
  display: none;
  flex-direction: column;
  padding: 33px;
  gap: 20px;
}

.manager_mobile {
  flex-direction: column;
  gap: 20px;
  font-family: 'ubunturegular', sans-serif;
  padding-left: 33px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  background-color: white;
  width: 100%;
  position: absolute;
  top: 140px;
  z-index: 999;
}

.manager_mobile a {
  font-size: 20px;
  font-weight: bold;
}

.arrow_left {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'ubunturegular', sans-serif;
  font-size: 18px;

}

.arrow-nav img {
  width: 32px;
  height: 32px;
}

.desktop_software {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
}

.header_desktop_software {

  background: #CDF5E5;
  height: 100%;
  padding-bottom: 30px;

}

.title_software {
  padding: 30px 0px 0px 0px;
  font-size: 20px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  text-align: center;
}

.paragraph_software {
  font-size: 12px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: normal;
  text-align: left;
  padding: 25px 30px 25px 30px;
  width: 47%;
  margin: 0 auto;
}

.container_boxes_software {
  display: flex;
  flex-direction: column;
  gap: 36px;

}

.top_boxes_desktop_software {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.end_boxes_desktop_software {
  display: flex;
  justify-content: space-around;
}

.box_desktop {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: white;
  width: 240px;
  height: 145px;
  border-radius: 8px;
  border: 1px solid rgba(0, 183, 110, 0.85);
}

.box_title_software {
  font-size: 12px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 10px 10px 0px 10px;
  min-height: 46px;
}

.box_paragraph_software {
  padding: 0px 10px 10px 10px;
  font-size: 10px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: normal;
  text-align: left;
  min-height: 66px;
  max-height: 75px;
  overflow: hidden;
}

.box_cta_software {
  padding: 0px 20px 5px 0px;
  font-size: 10px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  text-align: right;
  color: #00C977;
}

.box_cta_software a {
  color: #00C977;
}

.box_cta_software a:hover {
  text-decoration: underline;
  font-size: 11px;
}


.buttom_desktop_software {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.cta_desktop {
  font-size: 20px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 16px;
}

.buttom_cta {
  display: flex;
  justify-content: center;
  padding-bottom: 23px;
  line-height: 25px;
}

.buttom_cta a {
  background-color: #00C977;
  color: white;
  width: 236px;
  height: 43px;
  font-size: 16px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


.desktop_aboutus {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
}

.desktop_aboutus_header {
  background-color: #CDF5E5;
  height: 193px;
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 0px 75px;

}

.desktop_aboutus_title {
  display: flex;
  padding: 30px 0px 12px 0px;
  font-size: 20px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: bold;
  gap: 10px
}



.desktop_aboutus_links {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-family: 'ubunturegular', sans-serif;
  font-weight: normal;
  gap: 5px;
}

.desktop_aboutus_links a:hover {
  text-decoration: underline;
  color: #00C977;
  font-weight: bold;
}


.menu-mobile {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  background: white;
  padding: 18px;
  margin: 0;
}

.menu-mobile li {
  border: solid thin #000000;
  padding: 31px;
  background: rgba(0, 183, 110, 0.15);
  margin: 0;
}

.menu-mobile li:last-child {
  background: #FC5E53;
  display: flex;
  justify-content: center;
  border: none;
  border-radius: 5px;
}

.menu-mobile li:last-child a {
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.menu-mobile li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

.menu-mobile li .cta_primario {
  margin: 0;
  padding: 0;
}

#menu-menu-mobile-2 {
  display: flex;
  justify-content: space-between;
}

#menu-menu-mobile-2 li a {
  font-size: 12px;
  font-weight: bold;
  color: #000000;

}

#menu-menu-mobile-2-ingles {
  display: flex;
  justify-content: space-between;
}

#menu-menu-mobile-2-ingles li a {
  font-size: 12px;
  font-weight: bold;
  color: #000000;

}

#menu-menu-mobile-2-portugues {
  display: flex;
  justify-content: space-between;
}

#menu-menu-mobile-2-portugues li a {
  font-size: 12px;
  font-weight: bold;
  color: #000000;

}

@media screen and (max-width: 414px) {

  .item_menu_software_button>button {
    display: flex;

  }

  .right_top_menu {
    display: none;
  }

  .links_center_menu {
    display: none;
  }

  .cta_primario {
    /*display: none;*/
  }

  .menu_bottom {
    display: block
  }



  .bottom_menu {

    display: flex;
    justify-content: space-between;
    padding: 0px 10px 0px 10px;


  }

  .logo_kobra img {
    width: 76px;
    height: 24px;
  }



  .combo_item_menu {
    width: 114px;
  }

  .top_menu {
    justify-content: center;
  }

  .menu-mobile {
    padding: 5px;
  }

  .menu li {
    margin-right: 5px;
  }
}

@media screen and (max-width: 834px) {

  .right_top_menu {
    display: none;
  }

  .links_center_menu {
    display: none;
  }

  .cta_primario {
    /*display: none;*/
  }

  .menu_bottom {
    display: block
  }

  .bottom_menu {

    display: flex;
    justify-content: space-between;
    padding: 0px 10px 0px 10px;


  }

  .logo_kobra img {
    width: 76px;
    height: 24px;
  }



  .combo_item_menu {
    width: 130px;
  }

  .blockes {
    display: flex;
    flex-direction: row;
    gap: 18px;
    flex-wrap: wrap;
  }

  .item_menu_software {
    width: 48%;
    display: flex;
    flex-direction: column;
  }

  .top_menu {
    justify-content: center;
  }
}

.site-title .i-amphtml-layout-intrinsic .i-amphtml-sizer {
  height: 32px;
}

.site-title a amp-img {
  height: 32px;
}

#dropdown-pais {
  position: absolute;
  background: white;
  z-index: 10;
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 4px;
  margin-top: 32px;
  display: none;
}

@media (max-width: 991px) {
  #dropdown-pais {
    display: none !important;
  }
}

#dropdown-pais>div {
  width: 100%;
  cursor: pointer;
  padding: 5px;
}

#dropdown-pais>div:hover {
  background: #eaeaea;
}

#dropdown-lenguaje {
  position: absolute;
  background: white;
  z-index: 10;
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 4px;
  margin-top: 35px;
  margin-left: 76px;
  display: none;
}

@media (max-width: 991px) {
  #dropdown-lenguaje {
    display: none !important;
  }
}

#dropdown-lenguaje>div {
  width: 100%;
  cursor: pointer;
  padding: 5px;
}

#dropdown-lenguaje>div:hover {
  background: #eaeaea;
}

#background-menu {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

@media (min-width: 991px) {
  #background-menu {
    display: none !important;
  }
}

#submenu-mobile-nuestros-servicios,
#submenu-mobile-pais,
#submenu-mobile-lenguaje,
#menu-mobile {
  position: fixed;
  top: 0;
  right: -200px;
  z-index: 100;
  background: #041a22;
  color: white;
  width: 200px;
  height: 100%;
  display: none;
  transition: all 0.3s;
  padding-top: 25px;
}

#submenu-mobile-nuestros-servicios>div,
#submenu-mobile-pais>div,
#submenu-mobile-lenguaje>div,
#menu-mobile>div {
  color: white;
  padding: 15px 25px;
  cursor: pointer;
  border: none;
}

#submenu-mobile-nuestros-servicios>div a,
#submenu-mobile-pais>div a,
#submenu-mobile-lenguaje>div a,
#menu-mobile>div a {
  text-decoration: none;
  color: white;
}

#submenu-mobile-nuestros-servicios>div a:hover,
#submenu-mobile-pais>div a:hover,
#submenu-mobile-lenguaje>div a:hover,
#menu-mobile>div a:hover {
  color: #01c877;
  background-color: #04233a;
}

#submenu-mobile-nuestros-servicios>div:hover,
#submenu-mobile-pais>div:hover,
#submenu-mobile-lenguaje>div:hover,
#menu-mobile>div:hover {
  color: #01c877;
  background-color: #04233a;
}

#submenu-mobile-nuestros-servicios>.close-menu-mobile,
#submenu-mobile-pais>.close-menu-mobile,
#submenu-mobile-lenguaje>.close-menu-mobile,
#menu-mobile>.close-menu-mobile {
  text-align: right;
}

#submenu-mobile-nuestros-servicios>.close-menu-mobile:hover,
#submenu-mobile-pais>.close-menu-mobile:hover,
#submenu-mobile-lenguaje>.close-menu-mobile:hover,
#menu-mobile>.close-menu-mobile:hover {
  background-color: #041a22;
}

@media (max-width: 1130px) {

  #submenu-mobile-nuestros-servicios,
  #submenu-mobile-pais,
  #submenu-mobile-lenguaje,
  #menu-mobile {
    display: block;
  }
}

.main-navigation ul {
  padding-left: 30px;
  overflow: hidden;
}

@media (max-width: 1130px) {
  .main-navigation ul {
    padding-left: 0;
  }
}

.main-navigation ul:nth-child(1) {
  float: left;
  margin-top: 7px;
}

@media (max-width: 1130px) {
  .main-navigation ul:nth-child(1) {
    display: none !important;
  }
}

.main-navigation ul a {
  font-size: 14px;
}

.main-navigation ul a:hover {
  color: #01c877;
}

@media (max-width: 1130px) {
  .main-navigation ul a {
    font-size: 11px;
  }
}

.main-navigation ul:nth-child(2) {
  float: right;
}

@media (max-width: 1130px) {
  .main-navigation ul:nth-child(2) {
    margin-right: 0px;
  }
}

.main-navigation ul:nth-child(2) li:nth-child(1)>div {
  border-right: 1px solid white;
  cursor: pointer;
}

.main-navigation ul:nth-child(2) li:nth-child(1),
.main-navigation ul:nth-child(2) li:nth-child(2) {
  margin-top: 7px;
  display: flex;
  color: white;
}

.main-navigation ul:nth-child(2) li:nth-child(1),
.main-navigation ul:nth-child(2) li:nth-child(4) {
  cursor: pointer;
}

.main-navigation ul:nth-child(2) li:nth-child(1)>.line,
.main-navigation ul:nth-child(2) li:nth-child(4)>.line {
  width: 20px;
  border-bottom: 3px solid white;
  margin-bottom: 4px;
}

.main-navigation ul:nth-child(2) li:nth-child(1) {
  margin-right: 50px;
}

@media (max-width: 1130px) {

  /* .main-navigation ul:nth-child(2) li:nth-child(1),
  .main-navigation ul:nth-child(2) li:nth-child(4) {
    display: none;
    margin-top: 4px;
  } */
  .main-navigation ul:nth-child(2) li:nth-child(2),
  .main-navigation ul:nth-child(2) li:nth-child(3) {
    display: none;
  }

  .main-navigation ul:nth-child(2) li:nth-child(1) {
    margin-right: 95px;
  }

  .main-navigation ul:nth-child(2) li:nth-child(4) {
    top: 5px;
  }

  .main-navigation ul:nth-child(2) li:nth-child(1):hover>div,
  .main-navigation ul:nth-child(2) li:nth-child(4):hover>div {
    border-bottom: 3px solid #01c877;
  }
}

.main-navigation ul:nth-child(2) .menu-sandwich {
  display: none !important;
}

@media (max-width: 1130px) {
  .main-navigation ul:nth-child(2) .menu-sandwich {
    display: block !important;
  }
}

.main-navigation ul:nth-child(2) li:nth-child(1) {
  margin-top: 0px;
}

.main-navigation ul:nth-child(2) li:nth-child(5) {
  position: absolute;
  display: none;
  right: 0;
}

@media (max-width: 1130px) {
  .main-navigation ul:nth-child(2) li:nth-child(5) {
    display: block;
  }
}

.main-navigation {
  width: 100%;
  padding-left: 40px;
  float: initial;
  max-width: 1030px;
  margin: 0 auto;
}

@media (max-width: 1130px) {
  .main-navigation {
    display: block;
  }
}

@media (min-width: 991px) {

  .hideMenu,
  .hideSearch {
    display: inline-block !important;
  }
}

.menu-item {
  font-size: 16px;
  margin-right: 20px;
}

@media (max-width: 1254px) {
  .menu-item {
    font-size: 14px;
  }
}

.search-container {
  display: inline-block;
}

@media (max-width: 1254px) {
  .search-container label {
    max-width: 60%;
  }
}

.search-form {
  display: none;
}

.search-form input[type="text"],
.search-form input[type="email"],
.search-form input[type="url"],
.search-form input[type="password"],
.search-form input[type="search"],
.search-form input[type="number"],
.search-form input[type="tel"],
.search-form input[type="range"],
.search-form input[type="date"],
.search-form input[type="month"],
.search-form input[type="week"],
.search-form input[type="time"],
.search-form input[type="datetime"],
.search-form input[type="datetime-local"],
.search-form input[type="color"],
.search-form textarea {
  font-weight: normal !important;
  font-size: 14px !important;
}

@media (max-width: 991px) {
  .search-form {
    position: absolute;
    z-index: 999;
    top: 74px;
    left: 0;
    background-color: #006cba;
    color: #fff;
    width: 100%;
    min-height: 600px;
  }

  .search-form label {
    max-width: 100%;
    display: block;
    margin-top: 80px;
  }

  .search-form .search-field {
    display: block;
    margin: 0 auto;
    width: 300px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    padding: 8px 25px;
    color: #fff !important;
    font-size: 20px;
  }

  .search-form .search-field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
  }

  .search-form .search-field:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }

  .search-form .search-field::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
  }

  .search-form .search-submit {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 22px;
  }

  .search-form .search-submit .glyphicon-search:before {
    content: 'Buscar';
    color: #0063AE;
    font-size: 18px;
  }
}

.search-field {
  outline: none;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  height: 40px;
  padding-left: 10px !important;
  color: #111111;
}

.search-submit {
  background-color: #006CBA;
  border-color: #006CBA;
  border-radius: 0 10px 10px 0;
  outline: none;
  margin-left: -4px;
  border: none;
  padding: 10px 15px;
}

.search-submit span {
  color: #fff;
}

.social-section ul {
  padding-left: 0;
  margin-left: 18px;
  list-style: none;
}

.social-section ul li {
  display: inline-block;
}

.social-section ul li img {
  width: 40px;
  margin-right: 18px;
}

@media (max-width: 1254px) {
  .social-section {
    display: none;
  }
}

.search-toggle {
  position: absolute;
  right: 20px;
  background-color: #006CBA;
  height: 30px;
  width: 30px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  display: none !important;
}

@media (max-width: 991px) {
  .search-toggle {
    display: block !important;
  }
}

.search-toggle.glyphicon-search:before {
  margin-top: 10px;
  margin-left: 8px;
  vertical-align: middle;
  position: absolute;
  top: -3px;
}

.site-title {
  margin: 0;
  padding: 15px;
  font-size: 22px;
}

.site-title a {
  color: #006CBA;
  text-decoration: none;
  font-size: 22px;
}

.site-title a img {
  width: 100%;
  max-width: 150px;
}

.site-title a:visited {
  text-decoration: none;
  color: #006CBA;
}

.site-title a:hover {
  text-decoration: none;
  color: #006CBA;
}

.site-title a:focus {
  text-decoration: none;
  color: #006CBA;
}

.site-title a:hover,
.site-title a:active {
  text-decoration: none;
  color: #006CBA;
}

.nav.container-box {
  display: flex;
  align-items: center;
  max-width: 1280px;
}

.container-box {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.container-box .post-precontent {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-box .post-precontent p {
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .container-box .post-precontent p {
    font-size: 13px;
    line-height: 18px;
  }
}

.container-box .btn-primary {
  border-radius: 22px !important;
  background-color: #006CBA !important;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 10px 30px;
}

.container-box .btn-primary a:visited {
  text-decoration: none;
  color: #fff;
}

.container-box .btn-primary a:hover {
  text-decoration: none;
  color: #fff;
}

.container-box .btn-primary a:focus {
  text-decoration: none;
  color: #fff;
}

.container-box .btn-primary a:hover,
.container-box .btn-primary a:active {
  text-decoration: none;
  color: #fff;
}

h2.entry-title {
  font-size: 34px;
}

h2.entry-title a:visited {
  text-decoration: none;
  color: #111;
}

h2.entry-title a:hover {
  text-decoration: none;
  color: #006CBA;
}

h2.entry-title a:focus {
  text-decoration: none;
  color: #111;
}

.category-post {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.86px;
  color: #0063AE;
  border: 1px solid #0063AE;
  border-radius: 15px;
  padding: 5px 10px;
}

.first-post {
  overflow: hidden;
}

.first-post .img-container {
  height: 420px;
  overflow: hidden;
  border-radius: 10px;
}

.first-post .last_post_image {
  height: 420px;
  overflow: hidden;
  border-radius: 10px;
}

.first-post .last_post_image img {
  border-radius: 10px;
}

@media (max-width: 991px) {
  .first-post .container-box {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
  }

  .first-post .container-box .img-container {
    height: 220px;
    margin-bottom: 30px;
  }
}

.latest-posts {
  padding: 30px 20px;
  overflow: hidden;
}

.latest-posts h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.latest-posts .post-title {
  color: #111;
  font-size: 22px;
}

.latest-posts .post-title a {
  color: white;
}

.latest-posts .post-title a:visited {
  text-decoration: none;
  color: #111;
}

.latest-posts .post-title a:hover {
  text-decoration: none;
  color: #006CBA;
}

.latest-posts .post-title a:focus {
  text-decoration: none;
  color: #111;
}

.latest-posts .img-container {
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

.latest-posts .post-precontent {
  margin-top: 20px;
  margin-bottom: 20px;
}

.latest-posts .looped-post {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .latest-posts .img-container {
    height: 160px;
    margin-bottom: 0;
  }

  .latest-posts .post-features {
    display: none;
  }

  .latest-posts .post-title {
    color: #111;
    font-size: 15px;
  }
}

.other-posts .img-container {
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .other-posts .img-container {
    height: 160px;
  }
}

.not-found {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 40px 5%;
  color: #051f3d;
}

.newsletter p {
  font-size: 16px;
}

.newsletter form {
  margin-top: 18px;
  margin-bottom: 18px;
}

.newsletter h4 {
  font-size: 22px;
}

.newsletter input {
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  height: 46px;
  border: 1px solid #EEEEEE;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.01);
  padding-left: 20px;
}

.newsletter .btn {
  width: 100%;
}

.popular-posts {
  margin-top: 50px;
}

.popular-posts .img-container {
  height: 160px;
  margin-bottom: 0px;
}

.popular-posts .post-title {
  margin-bottom: 20px;
}

.popular-posts .post-title a {
  font-size: 16px;
}

.entry-header {
  width: 100%;
  margin: 0;
  max-width: 100%;
  display: block;
}

.entry-header h1,
.entry-header h2 {
  font-size: 40px;
  line-height: 52px;
}

.type-post .entry-header h2 {
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px !important;
}

article.post {
  margin: 0 auto;
  max-width: 1348px;
  display: block;
  background-color: #fff;
}

@media (max-width: 991px) {
  article.post {
    padding: 0 5%;
  }

  article.post .entry-meta {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

article.post .social-share {
  float: right;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  article.post .social-share {
    float: initial;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

article.post .social-share span {
  display: inline-block;
  margin-right: 20px;
}

article.post .social-share ul {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

article.post .social-share ul li {
  display: inline-block;
  margin-right: 15px;
}

article.post .social-share ul li img {
  width: 28px;
}

article.post .post-thumbnail img {
  border-radius: 10px;
}

.entry-content {
  display: block;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 16px;
}

.entry-content p {
  color: #051f3d;
  line-height: 1.7;
}

.entry-content h4 {
  color: #051f3d;
  line-height: 1.7;
}

.entry-content ul,
.entry-content ol {
  margin-left: 0;
}

.byline {
  margin-right: 20px;
}

.site-main .post-navigation {
  display: none;
}

article .entry-meta {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
}

article .entry-meta .byline {
  margin-right: 30px;
  text-transform: uppercase;
}

article .entry-meta .byline a:visited {
  text-decoration: none;
  color: #111;
}

article .entry-meta .posted-on a:visited {
  text-decoration: none;
  color: #111;
}

.interest-posts {
  margin: 0 auto;
  max-width: 1348px;
  display: block;
  margin-top: 50px;
  padding: 1% 5%;
}

.interest-posts h4 {
  font-size: 22px;
}

.interest-posts .img-container {
  height: 184px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

.interest-posts .post-title {
  font-size: 16px;
  margin-bottom: 80px;
}

.interest-posts .post-title a:visited {
  text-decoration: none;
  color: #111;
}

.interest-posts .post-title a:hover {
  text-decoration: none;
  color: #006CBA;
}

.interest-posts .post-title a:focus {
  text-decoration: none;
  color: #111;
}

@media (max-width: 991px) {
  .interest-posts {
    padding: 0 5%;
  }
}

@media (max-width: 991px) {
  .articulo-principal {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

@media (max-width: 991px) {
  .other-posts {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

.post,
.page {
  margin: 0;
}

.site-footer {
  background-color: #051f3d;
}

.site-footer h4 {
  color: #01c976;
  letter-spacing: 1px;
}

.site-footer h5 {
  font-size: 12px;
  color: #00C776;
}

@media (max-width: 991px) {
  .site-footer h5 {
    margin: 5px 0;
  }
}

.site-footer a {
  text-decoration: none;
}

@media (max-width: 991px) {

  .site-footer .firstFooter,
  .site-footer .secondFooter {
    text-align: center;
  }

  .site-footer .firstFooter p,
  .site-footer .secondFooter p {
    padding-right: 0 !important;
  }

  .site-footer .firstFooter .suscribirse,
  .site-footer .secondFooter .suscribirse {
    margin: 0 auto;
    display: inline-flex;
  }

  .site-footer .secondFooter {
    width: 100% !important;
  }

  .site-footer .secondFooter .bLinks li {
    border-bottom: 1px solid #476274;
  }

  .site-footer .secondFooter .bSocial li {
    display: inline-block !important;
  }

  .site-footer .secondFooter>div.container {
    width: 100%;
    padding: 0;
  }
}

.site-footer .firstFooter {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer .firstFooter p,
.site-footer .firstFooter a {
  color: #fff;
  font-size: 13px;
}

.site-footer .firstFooter p {
  padding-right: 30px;
}

.site-footer .secondFooter {
  background-color: #031219;
}

.site-footer .secondFooter p,
.site-footer .secondFooter a {
  color: #fff;
}

.site-footer .secondFooter .reserved p {
  color: #00C776;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.site-footer .wp-block-columns {
  padding: 20px 40px;
}

.site-footer .wp-block-columns .wp-block-column p {
  font-size: 14px;
  color: white;
  margin: 0;
  margin-bottom: 19px;
}

.site-footer .wp-block-columns:nth-child(2) {
  padding: 0 40px;
}

.site-footer .wp-block-columns:nth-child(2) div {
  margin: 0;
}

.site-footer .wp-block-columns:nth-child(2) div ul {
  font-size: 13px;
  padding: 0;
}

.site-footer .wp-block-columns:nth-child(2) div p {
  margin: 0;
  margin-top: 15px;
}

.site-footer .wp-block-columns:nth-child(3) {
  border-bottom: none;
  padding: 0 40px;
}

.site-footer .wp-block-columns:nth-child(3) ul {
  margin: 0 auto;
  padding: 0;
}

.site-footer .suscribirse {
  display: flex;
}

.site-footer .suscribirse input {
  padding: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 1132px) and (min-width: 991px) {
  .site-footer .suscribirse input {
    width: 140px;
  }
}

@media (max-width: 500px) {
  .site-footer .suscribirse input {
    width: 150px;
  }
}

.site-footer .suscribirse button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #00C977;
  color: white;
  border: none;
  padding: 14px;
  width: 110px;
  cursor: pointer;
}

.site-footer .suscribirse button:hover {
  background-color: #1ddb8f;
}

.site-footer .suscribirse .confirmar-boletines input {
  margin-right: 10px;
}

.site-footer .footer-container {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.site-footer .has-3-columns {
  background-color: #031219;
}

.site-footer .has-3-columns .wp-block-column p {
  color: #476274;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer ul li {
  display: inline-block;
  padding-right: 20px;
}

.site-footer ul li a {
  color: #404040;
}

@media (max-width: 991px) {
  .site-footer ul li {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 10px;
  }
}

.site-footer .final-footer {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.site-footer .final-footer ul {
  padding-bottom: 20px;
}

.site-footer .final-footer ul li a {
  font-size: 13px;
}

.nuestrosServicios.seccion-seguridad {
  background-image: url('/wp-content/themes/kai/images/seguridadGestores/Privacidad_D.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 270px;
  padding-bottom: 100px;
  background-blend-mode: multiply;
  background-color: darkgrey;
}

@media (max-width: 1099px) {
  .nuestrosServicios.seccion-seguridad {
    background-position: 35%;
  }
}

@media (max-width: 768px) {
  .nuestrosServicios.seccion-seguridad {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #5d5d5d;
    background-position: 50%;
  }
}

.nuestrosServicios.seccion-seguridad p {
  color: white;
  font-family: ubuntumedium;
}

.nuestrosServicios.seccion-seguridad button {
  background-color: transparent !important;
  color: white !important;
  border-color: white !important;
}

.nuestrosServicios.seccion-seguridad button:hover {
  border-color: #051f3d !important;
  background-color: #051f3d !important;
  color: white !important;
}

.nuestrosServicios.seccion-seguridad h3 {
  color: white;
  font-family: ubuntubold;
}

.nuestrosServicios.seccion-seguridad h2 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-width: 460px;
  font-family: ubuntubold;
  font-size: 30px;
  color: white;
}

.serviciosEmpresas,
.serviciosGestores {
  padding: 30px 5px;
}

.serviciosEmpresas a,
.serviciosGestores a {
  color: #288deb;
  text-decoration: none;
}

.serviciosEmpresas .divSpace,
.serviciosGestores .divSpace {
  padding-right: 30px;
}

.serviciosEmpresas h2,
.serviciosGestores h2 {
  color: #032b4e;
  font-size: 55px;
  font-family: 'ubuntubold';
  margin: 0;
}

@media (max-width: 768px) {

  .serviciosEmpresas h2,
  .serviciosGestores h2 {
    font-size: 40px !important;
  }
}

@media (max-width: 640px) {

  .serviciosEmpresas h2,
  .serviciosGestores h2 {
    font-size: 23px;
  }
}

@media (max-width: 480px) {

  .serviciosEmpresas h2,
  .serviciosGestores h2 {
    font-size: 30px;
  }
}

.serviciosEmpresas .bigP,
.serviciosGestores .bigP {
  color: #032b4e;
  font-size: 20px;
  margin: 0;
  font-family: 'ubuntubold';
}

@media (max-width: 480px) {

  .serviciosEmpresas .bigP,
  .serviciosGestores .bigP {
    font-size: 15px;
  }
}

@media (max-width: 640px) {

  .serviciosEmpresas .bigP,
  .serviciosGestores .bigP {
    font-size: 13px;
  }
}

@media (max-width: 768px) {

  .serviciosEmpresas .bigP,
  .serviciosGestores .bigP {
    font-size: 1rem !important;
  }
}

.serviciosEmpresas p,
.serviciosGestores p {
  color: #00C977;
}

.serviciosEmpresas .serviciosAuthorImg,
.serviciosGestores .serviciosAuthorImg {
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 100%;
  border: 4px solid #051f3d;
  width: 140px;
}

.serviciosEmpresas .serviciosAuthorName,
.serviciosGestores .serviciosAuthorName {
  color: #032b4e;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-family: 'ubuntubold';
}

.serviciosEmpresas .serviciosAuthorTitle,
.serviciosGestores .serviciosAuthorTitle {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-family: 'ubuntubold';
  color: #7597a2;
}

.serviciosEmpresas .serviciosAuthorQuote,
.serviciosGestores .serviciosAuthorQuote {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-style: italic;
  color: #193c5c;
  font-size: 18px;
}

@media (max-width: 500px) {

  .serviciosEmpresas .empresas-feature,
  .serviciosGestores .empresas-feature {
    width: 100%;
  }
}

.serviciosEmpresas .empresas-feature .feature-content,
.serviciosGestores .empresas-feature .feature-content {
  background-color: #f2f5f7;
  margin: 10px 7px 0px 7px;
  padding: 30px 18px;
  border-radius: 3px;
  min-height: 290px;
}

.serviciosEmpresas .empresas-feature .feature-pic img,
.serviciosGestores .empresas-feature .feature-pic img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.serviciosEmpresas .empresas-feature .feature-desc,
.serviciosGestores .empresas-feature .feature-desc {
  color: #84929a;
  font-size: 13px;
  text-align: center;
}

.serviciosEmpresas .empresas-feature .feature-text,
.serviciosGestores .empresas-feature .feature-text {
  color: #032b4e;
  font-family: 'ubuntubold';
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  display: block;
}

.homeGestores .select-menu div>div {
  padding: 20px;
}

.homeGestores .select-menu div>div h2 {
  margin: 0;
  font-size: 20px;
}

.homeGestores #menuEmpresas {
  background: #051f3d;
  text-align: right;
  color: #01c877;
  cursor: pointer;
  padding-right: 25px;
}

.homeGestores #menuGestores {
  background-color: #01c877;
  text-align: left;
  color: #051f3d;
  padding-left: 25px;
}

.homeGestores .seccion-servicios>div:nth-child(3)>img {
  margin-top: 0;
}

.homeGestores .seccion-servicios>div:nth-child(3) h3 {
  margin: 1em 0;
}

.homeGestores .seccion-imagen-texto {
  background-image: url("/wp-content/themes/kai/images/gestores/Gestores_01.jpg");
  background-size: cover;
  padding: 0px 15px;
  /* padding-bottom: 700px; */
  height: 95vh;
}

@media (max-width: 1285px) {
  .homeGestores .seccion-imagen-texto {
    padding: 0px 15px;
    /* padding-bottom: 600px; */
  }
}

.homeGestores .seccion-imagen-texto>div>div {
  max-width: 320px;
  margin: 0;
}

.solucionGestores .seccion-app-para-ti>div>a {
  position: absolute;
  left: 5%;
  top: 445px;
}

@media (max-width: 1024px) {
  .solucionGestores .seccion-app-para-ti>div>a {
    left: 11%;
  }
}

@media (max-width: 900px) {
  .solucionGestores .seccion-app-para-ti>div>a {
    left: 30%;
  }
}

@media (max-width: 600px) {
  .solucionGestores .seccion-app-para-ti>div>a {
    top: 178px;
  }
}

@media (max-width: 768px) {
  .solucionGestores .seccion-app-para-ti>div>a {
    left: 50%;
    top: 128px;
    transform: translateX(-50%);
  }
}

.solucionGestores #menuEmpresas {
  background: #051f3d;
  color: #01c877;
  text-align: right;
  padding-right: 25px;
}

.solucionGestores #menuGestores {
  background-color: #01c877;
  color: #051f3d;
  text-align: left;
  cursor: pointer;
  padding-left: 25px;
}

.solucionGestores .select-menu div>div {
  padding: 20px;
}

.solucionGestores .select-menu div>div h2 {
  margin: 0;
  font-size: 20px;
}

.solucionGestores .seccion-app-para-ti {
  background-image: url(/wp-content/themes/kai/images/solucion-gestores/Gestores_04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.solucionGestores .seccion-app-para-ti h2,
.solucionGestores .seccion-app-para-ti p {
  margin-right: 36%;
  margin-bottom: 0;
}

@media (max-width: 1024px) {

  .solucionGestores .seccion-app-para-ti h2,
  .solucionGestores .seccion-app-para-ti p {
    margin-right: 32%;
  }
}

.solucionGestores .seccion-app-para-ti p {
  font-family: ubuntubold;
  color: #051f3d;
}

.solucionGestores .seccion-app-para-ti>div>img:nth-child(4) {
  left: 50% !important;
  top: 180px !important;
}

.solucionGestores .seccion-app-para-ti>div>img:nth-child(3) {
  left: 0;
  top: 218px;
}

@media (max-width: 1024px) {

  .solucionGestores .seccion-app-para-ti h2,
  .solucionGestores .seccion-app-para-ti p {
    margin-left: 5%;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(4) {
    left: 35% !important;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(3) {
    left: 5%;
  }
}

@media (max-width: 900px) {

  .solucionGestores .seccion-app-para-ti h2,
  .solucionGestores .seccion-app-para-ti p {
    margin-left: 30%;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(4) {
    left: 30% !important;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(3) {
    left: 49%;
  }
}

@media (max-width: 768px) {
  .solucionGestores .seccion-app-para-ti h2 {
    font-size: 28px;
  }

  .solucionGestores .seccion-app-para-ti p {
    font-size: 15px;
  }

  .solucionGestores .seccion-app-para-ti h2,
  .solucionGestores .seccion-app-para-ti p {
    margin-right: 36%;
    margin-left: 3% !important;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(4) {
    left: 45% !important;
    width: auto;
    top: 130px !important;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(3) {
    left: 22%;
    top: 150px;
  }
}

@media (max-width: 768px) {
  .solucionGestores .seccion-app-para-ti h2 {
    font-size: 28px;
  }

  .solucionGestores .seccion-app-para-ti p {
    font-size: 15px;
  }

  .solucionGestores .seccion-app-para-ti h2,
  .solucionGestores .seccion-app-para-ti p {
    margin-right: 36%;
    margin-left: 3% !important;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(4) {
    left: 45% !important;
    width: auto;
    top: 130px !important;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(3) {
    left: 22%;
    top: 150px;
  }
}

@media (max-width: 640px) {
  .solucionGestores .seccion-app-para-ti h2 {
    font-size: 20px;
  }

  .solucionGestores .seccion-app-para-ti p {
    font-size: 15px;
  }

  .solucionGestores .seccion-app-para-ti h2,
  .solucionGestores .seccion-app-para-ti p {
    text-align: center;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(4) {
    left: 50% !important;
    width: auto;
    top: 180px !important;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(3) {
    left: 33%;
    top: 155px !important;
  }
}

@media (max-width: 480px) {
  .solucionGestores .seccion-app-para-ti h2 {
    font-size: 20px;
  }

  .solucionGestores .seccion-app-para-ti p {
    font-size: 15px;
  }

  .solucionGestores .seccion-app-para-ti h2,
  .solucionGestores .seccion-app-para-ti p {
    text-align: center;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(4) {
    left: 50% !important;
    width: auto;
    top: 180px !important;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(3) {
    left: 33%;
    top: 185px !important;
  }
}

@media (max-width: 320px) {
  .solucionGestores .seccion-app-para-ti {
    background-blend-mode: multiply;
    background-color: #8c8c8c;
    background-position-x: -550px;
  }

  .solucionGestores .seccion-app-para-ti h2 {
    font-size: 20px;
  }

  .solucionGestores .seccion-app-para-ti p {
    font-size: 15px;
  }

  .solucionGestores .seccion-app-para-ti h2,
  .solucionGestores .seccion-app-para-ti p {
    margin: 0;
    color: white;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(4) {
    left: 45% !important;
    width: auto;
    top: 130px !important;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(3) {
    left: 50%;
    top: 150px;
  }
}

.solucionGestores .seccion-imagen-texto {
  background-image: url(/wp-content/themes/kai/images/gestores/Gestores_02.png);
  height: 120vh;
}

@media (max-width: 768px) {
  .solucionGestores .seccion-imagen-texto {
    height: 100%;
    background-blend-mode: multiply;
    background-color: #8c8c8c;
  }
}

.solucionGestores .select-menu div {
  padding: 0;
}

.solucionGestores .select-menu div div:nth-child(1) {
  background-color: #424b5a;
  cursor: pointer;
}

.solucionGestores .select-menu div div:nth-child(1) h2 {
  color: white;
}

.solucionGestores .select-menu div div:nth-child(1):hover,
.solucionGestores .select-menu div div:nth-child(2):hover {
  opacity: 0.8;
}

.solucionGestores .select-menu div div:nth-child(2) {
  cursor: pointer;
}

.preguntas-frecuentes h2 {
  font-size: 22px !important;
  color: #051f3d;
}

.preguntas-frecuentes p {
  font-size: 14px !important;
  color: #051f3d;
}

.preguntas-frecuentes div>.container-pregunta {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.preguntas-frecuentes div>.container-pregunta p {
  font-family: ubuntubold;
  font-size: 13px;
  color: #051f3d;
}

.preguntas-frecuentes div>.container-pregunta>.container-respuesta {
  width: 100%;
  height: 0px;
  transition: height 0.3s;
}

.preguntas-frecuentes div>.container-pregunta>.container-respuesta p {
  font-size: 12px !important;
  font-family: ubuntulight;
  color: #051f3d;
}

.preguntas-frecuentes div>.container-pregunta img {
  position: absolute;
  right: 0;
  top: 20px;
}

#solucionEmpresas .chrome {
  background-image: url("/wp-content/themes/kai/images/gestores/Gestores_03.png");
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-color: #A6C4DE;
  background-attachment: fixed;
  height: 80vh;


}

@media (max-width: 1400px) {
  #solucionEmpresas .chrome {
    background-position-x: -200px;
    height: 100%;
  }
}

#solucionEmpresas .formSolution {
  /* max-width: 850px; */
  margin: 0 auto;
  display: block;
  padding: 20px;
}

#solucionEmpresas .formSolution h2 {
  color: #032b4e;
  font-size: 40px;
  line-height: 1.1;
  font-family: 'ubuntubold';
  margin-bottom: 18px;
}

#solucionEmpresas .formSolution p {
  color: #00C977;
  max-width: 600px;
  font-size: 15px;
  margin-top: 0;
}

#solucionEmpresas .formSolution ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

#solucionEmpresas .formSolution ul li {
  font-size: 15px;
  margin-bottom: 8px;
}

#solucionEmpresas .formSolution ul li img {
  margin-right: 8px;
  margin-top: 7px;
  display: inline-block;
}

#solucionEmpresas .formSolution ul li p {
  color: #032b4e;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
  margin-top: 6px;
}

@media (min-width: 992px) {
  #solucionEmpresas .formSolution div.form {
    padding-left: 30px;
  }
}

#solucionEmpresas .formSolution div.form h2 {
  font-size: 30px;
}

#solucionEmpresas .formSolution div.form input::-webkit-input-placeholder {
  font-family: 'ubunturegular' !important;
  color: #cedae1;
}

#solucionEmpresas .formSolution div.form textarea::-webkit-input-placeholder {
  font-family: 'ubunturegular' !important;
  color: #cedae1;
}

#solucionEmpresas .formSolution div.form input:-ms-input-placeholder {
  font-family: 'ubunturegular' !important;
  color: #cedae1;
}

#solucionEmpresas .formSolution div.form input:-moz-placeholder {
  font-family: 'ubunturegular' !important;
  color: #cedae1;
}

#solucionEmpresas .formSolution div.form input::-moz-placeholder {
  font-family: 'ubunturegular' !important;
  color: #cedae1;
}

#solucionEmpresas .formSolution div.form input::-moz-placeholder {
  font-family: 'ubunturegular' !important;
  color: #cedae1;
}

#solucionEmpresas .formSolution div.form input,
#solucionEmpresas .formSolution div.form textarea {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 8px 8px;
  padding-right: 30px;
  border: 1px solid #032b4e;
  font-size: 15px;
  font-family: 'ubunturegular' !important;
  max-width: 100%;
  min-width: 100%;
}

#solucionEmpresas .formSolution div.form textarea {
  max-height: 160px;
  min-height: 160px;
}

#solucionEmpresas .formSolution div.form button {
  width: 100%;
  background-color: #00C977;
  color: #fff;
  font-family: 'ubunturegular';
  text-align: center;
  padding: 15px 15px;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

#solucionEmpresas .planSolution {
  background-color: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
}

#solucionEmpresas .planSolution h2 {
  color: #032b4e;
  font-size: 40px;
  line-height: 1.1;
  font-family: 'ubuntubold';
  margin-bottom: 25px;
}

#solucionEmpresas .planSolution .table-container {
  overflow: scroll;
}

#solucionEmpresas .planSolution .planTable {
  max-width: 960px;
  display: block;
  margin: 0 auto;
  min-width: 720px;
  border: 1px solid #00C977;
  border-radius: 8px;
  margin-bottom: 15px;
  table-layout: fixed;
}

#solucionEmpresas .planSolution .planTable .first {
  background-color: #032b4e;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #00C977;
}

#solucionEmpresas .planSolution .planTable .first .th {
  display: inline-block;
  width: 14.28%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  font-family: 'ubuntubold';
}

#solucionEmpresas .planSolution .planTable .first .th.double {
  width: 24.56%;
}

#solucionEmpresas .planSolution .planTable .price {
  background-color: #b5e2d7;
}

#solucionEmpresas .planSolution .planTable .price .th {
  display: inline-block;
  width: 14.28%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #032b44;
  font-family: 'ubuntubold';
  font-size: 20px;
}

#solucionEmpresas .planSolution .planTable .price .th.double {
  width: 24.56%;
}

#solucionEmpresas .planSolution .planTable .tira {
  background-color: #00C977;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

#solucionEmpresas .planSolution .planTable .features .th {
  display: inline-block;
  width: 14.28%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-right: 1px solid #00C977;
  color: #032b44;
  font-family: 'ubunturegular';
  font-size: 15px;
}

#solucionEmpresas .planSolution .planTable .features .th.double {
  width: 24.56%;
}

#solucionEmpresas .planSolution .planTable .features .th:last-of-type {
  border-right: none;
}

#solucionEmpresas .planSolution .checkTable {
  max-width: 960px;
  display: block;
  margin: 0 auto;
  min-width: 720px;
}

#solucionEmpresas .planSolution .checkTable .th {
  display: inline-block;
  width: 14.28%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #032b44;
  font-family: 'ubunturegular';
  font-size: 12px;
}

#solucionEmpresas .planSolution .checkTable .th.double {
  width: 24.56%;
  text-align: right;
}

#solucionEmpresas .howWorks {
  padding-top: 40px;
  padding-bottom: 40px;
}

#solucionEmpresas .howWorks h2 {
  color: #032b4e;
  font-size: 40px;
  line-height: 1.1;
  font-family: 'ubuntubold';
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  #solucionEmpresas .howWorks h2 {
    font-size: 30px;
  }
}

#solucionEmpresas .howWorks .howStep {
  position: relative;
  text-align: center;
}

#solucionEmpresas .howWorks .howStep .normalImage {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#solucionEmpresas .howWorks .howStep .arrow {
  position: absolute;
  right: 30px;
  top: 44px;
  max-width: 33%;
  right: -42px;
}

#solucionEmpresas .howWorks .howStep span {
  font-family: 'ubuntubold';
  color: #032b44;
  margin-top: 15px;
  display: block;
}

#solucionEmpresas .howWorks .howStep p {
  font-size: 14px;
  color: #73828a;
}

#solucionEmpresas .videoHow {
  padding-bottom: 40px;
}

#solucionEmpresas .videoHow a {
  display: block;
  color: #4aabf1;
  text-decoration: none;
}

#solucionEmpresas .videoHow .aBlock {
  display: block;
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}

#solucionEmpresas .tabletHow {
  text-align: center;
  padding-bottom: 40px;
  background-color: #f7f7f7;
  padding-top: 40px;
}

#solucionEmpresas .tabletHow .number {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff7665;
  margin-right: 8px;
  font-family: 'ubuntubold';
  color: #fff;
  line-height: 1.8;
}

#solucionEmpresas .tabletHow .info {
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #032b44;
}

#solucionEmpresas .tabletHow .info h4 {
  max-width: 200px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'ubuntubold';
  font-size: 18px;
}

#solucionEmpresas .tabletHow .info p {
  max-width: 200px;
  text-align: left;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
}

#solucionEmpresas .tabletHow img {
  margin-top: 30px;
  margin-bottom: -10%;
}

#solucionEmpresas .tabletHow .tabletImg {
  margin-top: 30px;
}

#solucionEmpresas .tabletHow .tabletImg.tabletImg1 {
  background-image: url('/wp-content/themes/kai/images/solucion-empresa/Recurso_8.png');
  min-height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
}

#solucionEmpresas .tabletHow .tabletImg.tabletImg2 {
  background-image: url('/wp-content/themes/kai/images/solucion-empresa/Recurso9_1.png');
  min-height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
}

#solucionEmpresas .tabletHow .tabletImg.tabletImg3 {
  background-image: url('/wp-content/themes/kai/images/solucion-empresa/Recurso9_2.png');
  min-height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
}

#solucionEmpresas .tabletHow .tabletImg.tabletImg4 {
  background-image: url('/wp-content/themes/kai/images/solucion-empresa/Recurso_10.png');
  min-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
}

.ciudad-mapa .seccion-gana-dinero-kobra {
  padding: 25px 15px;
}

.ciudad-mapa .seccion-gana-dinero-kobra>img {
  margin-bottom: -31px;
}

.ciudad-mapa .seccion-gana-dinero-kobra a {
  color: #288deb;
  text-decoration: none;
}

.ciudad-mapa .seccion-seguridad {
  background-image: url("/wp-content/themes/kai/images/mapa-ciudades/Expandete_V2.jpg");
  padding: 100px 15px;
  background-size: cover;
}

@media (max-width: 1023px) {
  .ciudad-mapa .seccion-seguridad {
    background-position-x: 50%;
  }
}

@media (max-width: 767px) {
  .ciudad-mapa .seccion-seguridad {
    background-image: none;
  }
}

@media (min-width: 1440px) {
  .ciudad-mapa .seccion-seguridad {
    padding: 210px 15px;
  }
}

.ciudad-mapa .seccion-imagen-texto {
  background-image: url("/wp-content/themes/kai/images/gestores/solucionGestores5.jpg");
}

.ciudad-mapa .ciudad-nombre {
  font-family: ubuntubold;
}

.ciudad-mapa .text-container {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 180px;
  left: 50px;
  z-index: 10;
  background: white;
  padding: 25px;
  border-radius: 7px;
  border: 1px solid #f3f3f3;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 300px;
  max-width: 470px;
}

@media (max-width: 768px) {
  .ciudad-mapa .text-container {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

.ciudad-mapa .text-container p {
  margin: 0;
}

.ciudad-mapa .text-container p a {
  text-decoration: none;
}

.ciudad-mapa .text-container p:nth-child(1) {
  font-size: 15px;
}

.ciudad-mapa .text-container p:nth-child(2) {
  font-size: 45px;
}

.ciudad-mapa .text-container p:nth-child(3) {
  font-size: 30px;
}

.ciudad-mapa .text-container button {
  background: #fc5e53;
  color: white;
  border: none;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 900;
  font-family: ubuntubold;
  cursor: pointer;
  transition: background 0.3s;
}

.ciudad-mapa .text-container button:hover {
  background: #f77c74;
}

@media (max-width: 500px) {
  .ciudad-mapa .text-container button {
    padding: 16px 20px;
  }
}

.header-developers {
  background: #f3f3f3;
  padding: 15px 25px;
}

.header-developers>div {
  display: flex;
}

.header-developers>div img.logo-developers {
  max-width: 20px;
  margin-right: 20px;
  float: left;
}

.header-developers>div h1 {
  color: black;
  margin: 0;
  padding: 0;
  font-size: 20px;
  float: left;
  border-left: 2px solid black;
  padding-left: 20px;
}

.header-developers img.flag {
  float: right;
  height: 15px;
  margin-top: -22px;
}

.developers #sidebar {
  position: relative;
  float: left;
  height: 100vh;
  width: 230px;
  top: 0;
  left: 0;
  background: #041a22;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .developers #sidebar {
    width: 100%;
    height: auto;
  }
}

.developers #sidebar ul {
  list-style: none;
  color: white;
  margin: 0;
  padding: 0;
}

.developers #sidebar ul h2 {
  font-size: 15px;
  margin: 0;
}

.developers #sidebar ul li {
  cursor: pointer;
  transition: all 0.3s;
}

.developers #sidebar ul li:hover {
  background: #082531;
}

.developers #sidebar ul li:hover a {
  color: #01c877;
}

.developers #sidebar ul li a {
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  cursor: pointer;
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.developers #docsDevelopers {
  color: #051f3d;
  float: left;
  max-height: 100%;
  width: 100%;
  max-width: calc(100% - 330px);
  overflow: scroll;
  margin-left: 40px;
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .developers #docsDevelopers {
    margin: 0;
    padding: 15px;
    max-width: 100%;
  }
}

.developers #docsDevelopers .cm-s-dracula.CodeMirror,
.developers #docsDevelopers .cm-s-dracula .CodeMirror-gutters {
  background-color: #05203d !important;
  padding: 20px;
  border-radius: 7px;
}

.developers #docsDevelopers .wp-block-code {
  border-radius: 7px;
  background-color: #051f3d;
  color: white;
}

.developers #docsDevelopers #up {
  margin: 0 auto;
  max-width: 1170px;
}

.blog-header {
  width: 100%;
  padding: 20px;
}

@media (max-width: 768px) {
  .blog-header {
    padding: 20px 0;
  }
}

.blog-header ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: inline-block;
  float: left;
}

.blog-header ul li {
  display: inline-block;
  margin-right: 25px;
}

@media (max-width: 768px) {
  .blog-header ul li {
    padding-bottom: 20px;
    margin-right: 15px;
  }
}

.blog-header ul li a {
  color: #051f3d;
  text-decoration: none;
}

.blog-header .blog-search {
  display: inline-flex;
  margin-left: 15%;
}

@media (max-width: 768px) {
  .blog-header .blog-search {
    margin-left: 0;
    float: left;
  }
}

.blog-header .blog-search .search-field {
  background-color: #fff;
  border: 1px solid #e1e8ec;
  border-radius: 4px;
  box-shadow: none;
  font-family: 'ubunturegular';
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-header .blog-search .search-icon {
  background-color: #fff;
  outline: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #00c977;
  color: #fff;
  border: none;
  padding: 12px;
  width: 110px;
  cursor: pointer;
  font-size: 16px;
  font-family: 'ubuntubold';
  margin-left: -4px;
  transition: all 0.3s;
}

.blog-header .blog-search .search-icon:hover {
  background-color: #1ddb8f;
}

.blog-header .btn-suscribe {
  border-radius: 4px;
  border: 1px solid #051f3d;
  outline: none;
  background-color: #fff;
  font-size: 12px;
  padding: 15px 20px;
  font-family: 'ubunturegular';
  float: right;
  cursor: pointer;
  font-family: ubuntubold;
  color: #051f3d;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .blog-header .btn-suscribe {
    float: left;
    margin-top: 15px;
  }
}

.blog-header .btn-suscribe:hover {
  background-color: #051f3d;
  color: white;
}

.looped-post {
  padding: 24px;
  color: white;
}

.looped-post .post-title {
  margin-top: 10px;
}

.looped-post .post-title a {
  color: white;
  font-size: 21px;
  text-decoration: none;
  font-weight: bold;
}

.first-posts {
  margin-bottom: 40px;
}

.first-post {
  margin-right: 18px;
}

@media (max-width: 991px) {
  .first-post {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.first-post .background-post {
  background-size: cover;
  overflow: hidden;
  border-color: #d2dde3;
  border-radius: 2px;
  min-height: 420px;
  border: 1px solid #d2dde3;
  background-blend-mode: multiply;
  background-color: darkgrey;
}

.first-post .catname {
  padding: 20px;
  color: #fff;
  padding-bottom: 0;
  display: none;
}

.first-post .col-md-9 {
  position: absolute;
  bottom: 0;
}

.first-post .col-md-9 .entry-title {
  padding: 0 20px;
  color: #505d68;
  margin-top: 5px;
  font-family: 'ubuntulight';
}

@media (max-width: 768px) {
  .first-post .col-md-9 .entry-title {
    font-size: 20px;
  }
}

.first-post .col-md-9 .entry-title a {
  color: #fff;
  text-decoration: none;
}

.first-post .col-md-9 .post-precontent {
  padding: 0 20px;
  color: #fff;
}

.looped-post {
  background-size: cover;
  overflow: hidden;
  min-height: 200px;
  margin-bottom: 20px;
  border-color: #d2dde3;
  border-radius: 2px;
  border: 1px solid #d2dde3;
  background-blend-mode: multiply;
  background-color: darkgrey;
}

.loaded-content {
  border: 1px solid #d2dde3;
  margin-right: 15px;
  border-radius: 3px;
}

.looped-post-then {
  min-height: 320px;
  margin-bottom: 20px;
}

.looped-post-then .bg-post {
  background-size: cover;
  overflow: hidden;
  min-height: 200px;
  background-blend-mode: multiply;
  background-color: darkgrey;
}

.blog-opacity {
  overflow: hidden;
  min-height: 420px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.blog-opacity-min {
  overflow: hidden;
  min-height: 200px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.blog-opacity-min .category {
  padding: 20px;
  color: #fff;
  padding-bottom: 0;
  display: inherit;
}

.blog-opacity-min .post-title {
  padding: 0 20px;
  position: absolute;
  bottom: 60px;
  font-size: 21px;
}

.blog-opacity-min .post-title a {
  color: #fff;
  font-family: 'ubuntubold';
  text-decoration: none;
}

.blog-opacity-min-more {
  overflow: hidden;
  min-height: 200px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.blog-opacity-min-more .category {
  padding: 20px;
  color: #fff;
  padding-bottom: 0;
  display: inherit;
}

.blog-opacity-min-more .post-title {
  padding: 0 20px;
  display: inherit;
  font-size: 21px;
  margin-top: 15px;
}

.blog-opacity-min-more .post-title a {
  font-size: 21px;
  color: #fff;
  font-family: 'ubuntubold';
  text-decoration: none;
}

.loaded-content {
  position: relative;
  padding-bottom: 45px;
}

.loaded-content .post-precontent {
  margin-top: 10px;
  padding: 0 20px;
}

.loaded-content .post-precontent p {
  color: #66747e;
  font-size: 13px;
}

.loaded-content .read-more {
  float: right;
  padding-right: 20px;
  position: absolute;
  right: 0;
  color: #288deb;
  font-size: 12px;
  text-decoration: none;
}

article .entry-meta .byline a {
  font-family: 'ubunturegular';
}

.seguridadPrincipal .seccion-texto-sliders {
  background-image: url("/wp-content/themes/kai/images/seguridad-principal/aplicacion.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.seguridadPrincipal .seccion-texto-sliders>div {
  max-width: 330px;
  margin-left: 15%;
  padding: 100px 15px;
}

@media (max-width: 500px) {
  .seguridadPrincipal .seccion-texto-sliders>div {
    margin-left: 0%;
    margin: 0 auto;
  }
}

.seguridadPrincipal .seccion-texto-sliders>div h2 {
  color: #051f3d;
  font-family: ubuntubold;
}

.seguridadPrincipal .seccion-texto-sliders>div p {
  color: #051f3d;
}

.seguridadPrincipal .seccion-seguridad {
  background-image: url('/wp-content/themes/kai/images/seguridad-principal/Seguridad_RedSeguraV2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 270px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .seguridadPrincipal .seccion-seguridad {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position-x: center;
    background-position-y: -20px;
  }
}

.seguridadPrincipal .seccion-seguridad p {
  color: white;
}

.seguridadPrincipal .seccion-seguridad button {
  background-color: transparent !important;
  color: white !important;
  border-color: white !important;
}

.seguridadPrincipal .seccion-seguridad button:hover {
  border-color: #051f3d !important;
  background-color: #051f3d !important;
  color: white !important;
}

.seguridadPrincipal .seccion-seguridad h3 {
  color: white;
  font-family: ubuntubold;
}

.seguridadPrincipal .seccion-seguridad h2 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-width: 460px;
  font-family: ubuntubold;
  font-size: 30px;
  color: white;
}

.seguridadEmpresas .seccion-seguridad-de-tus-datos {
  background-image: url('/wp-content/themes/kai/images/seguridadEmpresas/SeguridadDatos.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

@media (min-width: 767px) {
  .seguridadEmpresas .seccion-seguridad-de-tus-datos {
    background-position-x: 80%;
  }
}

.seguridadEmpresas .seccion-seguridad-de-tus-datos>div>div>div>p {
  color: white !important;
}

.seguridadEmpresas .seccion-seguridad-de-tus-datos>div>div>p {
  color: white !important;
}

.seguridadGestores .seccion-presentacion-video {
  background-image: url("/wp-content/themes/kai/images/seguridadGestores/Privacidad_D.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #8c8c8c;
  padding: 70px 0;
}

@media (min-width: 768px) {

  .seguridadGestores .seccion-presentacion-video {
    padding: 130px;
  }

  .seguridadGestores .seccion-presentacion-video h2 {
    font-size: 45px !important;
  }
}

@media (min-width: 1380px) {
  .seguridadGestores .seccion-presentacion-video {
    height: 530px;
  }
}

.seguridadGestores .seccion-presentacion-video h2 {
  color: white;
  font-size: 32px;
}

.seguridadGestores .confianza-es-seguridad {
  background-image: url('/wp-content/themes/kai/images/seguridadGestores/SerMasConfiable.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -200px;
}

@media (min-width: 768px) {
  .seguridadGestores .confianza-es-seguridad {
    background-position-x: 40%;
  }
}

@media (max-width: 767px) {
  .seguridadGestores .confianza-es-seguridad {
    background-position-x: 0px;
  }
}

.seguridadGestores .confianza-es-seguridad>div {
  padding: 100px 15px;
}

@media (max-width: 767px) {
  .seguridadGestores .confianza-es-seguridad>div {
    padding: 25px 15px;
  }
}

@media (max-width: 767px) {

  .seguridadGestores .confianza-es-seguridad>div>div>div:nth-child(2),
  .seguridadGestores .confianza-es-seguridad>div>div>div:nth-child(3) {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {

  .seguridadGestores .confianza-es-seguridad>div>div>div:nth-child(2),
  .seguridadGestores .confianza-es-seguridad>div>div>div:nth-child(3) {
    padding-left: 30px;
  }
}

.seguridadGestores .seccion-seguridad>div {
  max-width: 760px;
}

@media (min-width: 767px) {
  .seguridadGestores .seccion-seguridad>div>div:nth-child(2) {
    margin-top: 100px;
  }
}

.seguridadGestores .seccion-seguridad>div>div:nth-child(1)>h2,
.seguridadGestores .seccion-seguridad>div>div:nth-child(1)>p {
  margin-left: 0;
  margin-right: 0;
  max-width: 90%;
}

.latest-posts .post-title a:visited {
  color: #fff;
}

.misha_loadmore {
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  width: 340px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  margin: 0 auto;
}

.misha_loadmore:hover {
  background-color: #767676;
  color: #fff;
}

.nav-links {
  display: none;
}

#terms .termsBackground {
  background-color: black;
  background-image: url('/wp-content/themes/kai/images/avisoDePrivacidad/Privacidad.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: 50%;
}

@media (max-width: 767px) {
  #terms .termsBackground {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
  }
}

#terms .termsBackground h2 {
  font-family: 'ubunturegular';
  display: block;
  width: 380px;
  font-size: 33px;
  color: white;
}

@media (max-width: 767px) {
  #terms .termsBackground h2 {
    width: auto;
  }
}

@media (max-width: 425px) {
  #terms .termsBackground h2 {
    text-align: center;
    font-size: 25px;
  }
}

#terms .termsBackground h2 b {
  font-family: 'ubuntubold';
}

#terms .row .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

#terms .row .container h3 {
  font-family: ubuntubold;
  color: #051f3d;
  font-size: 25px;
}

#terms .row .container h4 {
  font-family: ubuntubold;
  color: #051f3d;
  font-size: 22px;
}

#terms .row .container p {
  color: #051f3d;
  font-size: 20px;
  color: white;
}

#terms .row .container a {
  text-decoration: none;
  color: #01c877;
  font-family: 'ubuntubold';
}

.avisoOptions {
  background-color: #051f3d;
}

.avisoOptions ul {
  margin: 0;
  padding-left: 0;
}

.avisoOptions ul li {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 30px;
  cursor: pointer;
  color: white;
  font-family: ubuntubold;
}

@media (max-width: 425px) {
  .avisoOptions ul li {
    font-size: 11px;
    margin: 0;
    padding: 20px 5px;
  }
}

.avisoOptions ul li.selected {
  color: #01c877;
}

#privacyContent {
  display: none;
}

#privacyContent .privacyBackground {
  background-color: black;
  padding-top: 50px;
  padding-bottom: 50px;
}

#privacyContent .privacyBackground h2 {
  font-family: 'ubunturegular';
  display: block;
  width: 380px;
  font-size: 33px;
  color: white;
}

@media (max-width: 425px) {
  #privacyContent .privacyBackground h2 {
    width: 100%;
    font-size: 23px;
    text-align: center;
  }
}

#privacyContent .privacyBackground h2 b {
  font-family: 'ubuntubold';
}

#privacyContent .row .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

#privacyContent .row .container .cont-text {
  color: #051f3d;
}

#privacyContent .row .container h3 {
  font-family: 'ubunturegular';
  color: #505d68;
  font-size: 25px;
}

#privacyContent .row .container h4 {
  font-family: 'ubunturegular';
  color: #505d68;
  font-size: 22px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
}

#privacyContent .row .container p {
  color: #051f3d;
  font-size: 20px;
}

#privacyContent .row .container a {
  color: #1f9b58;
  font-family: 'ubuntubold';
}

.historiasDeExito .select-menu div>div {
  padding: 20px;
}

.historiasDeExito .select-menu div>div h2 {
  margin: 0;
  font-size: 20px;
}

.historiasDeExito #menuEmpresas {
  background-color: #01c877;
  text-align: right;
  color: #051f3d;
  padding-right: 25px;
}

.historiasDeExito #menuGestores {
  background: #051f3d;
  text-align: left;
  color: #01c877;
  cursor: pointer;
  padding-left: 25px;
}

.historiasDeExito .seccion-presentacion {
  background-image: url('/wp-content/themes/kai/images/historia-exito/portada.jpg');
  background-repeat: no-repeat;
  background-position-y: -9px;
  background-size: cover;
  padding: 100px 40px;
}

@media (max-width: 768px) {
  .historiasDeExito .seccion-presentacion {
    padding: 30px 15px;
    background-position-y: 0;
    background-blend-mode: multiply;
    background-color: #96b1d0;
  }
}

@media (max-width: 768px) {
  .historiasDeExito .seccion-presentacion p:nth-child(2) {
    color: white;
  }
}

.termsHeader {
  padding-top: 40px;
  padding-bottom: 40px;
}

.termsHeader .container h2 {
  text-align: center;
  color: #051f3d;
  font-size: 30px;
  font-family: 'ubuntubold';
}

.termsHeader .container a {
  text-decoration: none;
  color: #01c877;
  float: right;
}

.termsHeader .container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.termsHeader .container select {
  width: 320px;
  padding: 10px 15px;
}

.arrow {
  background-color: #f1f5f7;
}

#sidebarTerms {
  position: relative;
  float: left;
  height: 100vh;
  width: 230px;
  top: 0;
  left: 0;
  background: #f1f5f7;
  padding-top: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}

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

#sidebarTerms ul {
  list-style: none;
  color: #4e5765;
  margin: 0;
  padding: 0;
}

#sidebarTerms ul h2 {
  font-size: 15px;
  margin: 0;
}

#sidebarTerms ul li {
  cursor: pointer;
}

#sidebarTerms ul li a {
  color: #051f3d;
  text-decoration: none;
  padding: 8px 20px;
  cursor: pointer;
  width: 100%;
  display: block;
  transition: all 0.3s;
}

#sidebarTerms ul li a:hover {
  color: #01c877;
}

#ayudaPrincipalAyuda .title {
  font-size: 22px !important;
}

#ayudaPrincipalAyuda .ayudaSearch {
  background-image: url("/wp-content/themes/kai/images/ayuda/bg_ayuda.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -138px;
  min-height: 420px;
  background-blend-mode: multiply;
  background-color: #8c8c8c;
}

#ayudaPrincipalAyuda .ayudaSearch .container {
  padding-top: 40px;
  padding-bottom: 100px;
}

#ayudaPrincipalAyuda .ayudaSearch .container h2 {
  margin-bottom: 0;
  color: white;
}

#ayudaPrincipalAyuda .ayudaSearch .container span {
  font-size: 32px;
  color: white;
}

#ayudaPrincipalAyuda .ayudaSearch .container form {
  margin-top: 30px;
}

#ayudaPrincipalAyuda .ayudaSearch .container form input {
  width: 33%;
  background-color: #fff;
  border: 1px solid #e1e8ec;
  border-radius: 4px;
  box-shadow: none;
  font-family: 'ubunturegular';
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 7px;
  padding-bottom: 7.5px;
}

@media (max-width: 768px) {
  #ayudaPrincipalAyuda .ayudaSearch .container form input {
    width: 220px;
  }
}

@media (max-width: 375px) {
  #ayudaPrincipalAyuda .ayudaSearch .container form input {
    width: 180px;
  }
}

#ayudaPrincipalAyuda .ayudaSearch .container form .btn-primary-fill {
  outline: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #00c977;
  color: #fff;
  border: none;
  padding: 12px;
  width: 110px;
  cursor: pointer;
  font-size: 16px;
  font-family: 'ubuntubold';
  margin-left: -4px;
  transition: all 0.3s;
}

#ayudaPrincipalAyuda .container-tabs {
  scroll-behavior: smooth;
}

#ayudaPrincipalAyuda .container-tabs>div>h3,
#ayudaPrincipalAyuda .container-tabs>div>div h3,
#ayudaPrincipalAyuda .container-tabs>div>div p {
  font-size: 15px;
  color: #051f3d;
}

#ayudaPrincipalAyuda .container-tabs .item div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#ayudaPrincipalAyuda .container-tabs .item a {
  font-size: 15px;
  color: #051f3d;
}

#ayudaPrincipalAyuda .container-tabs .linkGestores h3,
#ayudaPrincipalAyuda .container-tabs .linkEmpresas h3,
#ayudaPrincipalAyuda .container-tabs .linkPreguntas h3 {
  margin: 0;
  margin-bottom: 10px;
}

#ayudaPrincipalAyuda .ayudaBlocks {
  padding-top: 40px;
  padding-bottom: 40px;
}

#ayudaPrincipalAyuda .ayudaBlocks .title-ayuda {
  color: #051f3d;
}

#ayudaPrincipalAyuda .ayudaBlocks a {
  text-decoration: none;
  color: #288deb;
}

#ayudaPrincipalAyuda .ayudaBlocks a:hover {
  text-decoration: underline;
  color: #01c877;
}

#ayudaPrincipalAyuda .ayudaBlocks .ayuda-inline {
  line-height: 20px;
  margin-bottom: 12px;
}

#ayudaPrincipalAyuda .ayudaBlocks .ayuda-inline a {
  color: #051f3d;
}

#ayudaPrincipalAyuda .ayudaBlocks .ayuda-inline a:hover {
  text-decoration: underline;
}

#ayudaPrincipalAyuda .ayudaBlocks .ayuda-inline .link-mas {
  font-size: 14px;
}

#ayudaPrincipalAyuda .ayudaBlocks .subcat .subcat-block {
  padding-bottom: 20px;
}

#ayudaPrincipalAyuda .ayudaBlocks .ayudaExtra {
  border-top: 1px solid #bec0c1;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 40px;
  margin-top: 40px;
}

#ayudaPrincipalAyuda .ayudaBlocks #clickEmpresa,
#ayudaPrincipalAyuda .ayudaBlocks #clickGestores {
  cursor: pointer;
  color: #051f3d;
}

#ayudaPrincipalAyuda .ayudaBlocks #clickEmpresa {
  color: #01c877;
}

.faqs {
  display: block;
}

.faqs .faq {
  display: block;
  border: 1px solid #bec0c1;
  padding: 20px 20px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.faqs .faq h4 {
  margin: 0;
  color: #868e94;
  font-family: 'ubunturegular';
}

.faqs .faq img {
  width: 15px;
  float: right;
  margin-top: -19px;
  cursor: pointer;
}

#suscribe {
  background-color: #f1f5f7;
}

#suscribe .short-container {
  max-width: 850px !important;
  padding-top: 40px;
  padding-bottom: 40px;
}

#suscribe .short-container img {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 50px;
}

#suscribe .short-container h2 {
  display: block;
  text-align: center;
  color: #032b44;
}

#suscribe .short-container .bordered {
  border-bottom: 4px solid #032b44;
  margin-bottom: 30px;
}

#suscribe .short-container form input[type=checkbox] {
  padding-top: 20px;
  padding-bottom: 20px;
}

#suscribe .short-container form .col-md-6 {
  padding-bottom: 15px;
  padding-top: 15px;
}

#suscribe .short-container form label {
  margin-top: 20px;
  display: block;
  font-family: 'ubuntubold';
}

#suscribe .short-container form input[type=email] {
  display: block;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  margin-top: 15px;
  width: 320px;
}

#suscribe .short-container form p {
  font-size: 13px;
}

#suscribe .short-container form .buttonRegistro {
  display: block;
  width: 300px;
  background-color: #01c976;
  color: white;
  font-size: 21px;
  padding: 10px;
  margin: 0 auto;
  font-family: 'ubunturegular';
  cursor: pointer;
  border: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(14, 16, 25, 0.73);
}

.modal .closeModal {
  position: absolute;
  right: 50px;
  color: #fff;
  font-size: 25px;
  font-family: 'ubuntubold';
  top: 30px;
  cursor: pointer;
}

.modal .modalWindow {
  margin-top: 12%;
}

.modal .modalWindow iframe {
  display: block;
  margin: 0 auto;
}

.modalHeader {
  background-color: white;
  margin-top: 65px;
}

.modalHeader .closeModal {
  color: black;
}

.modalHeader .seccion-botones div {
  padding: 40px;
}

.modalHeader .seccion-botones div>a {
  font-size: 36px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.modalHeader .seccion-botones a:hover {
  color: #3EC977;
}

.modalHeader .seccion-botones .icono {
  padding: 0;
  padding-bottom: 30px;
}

.modalHeader .seccion-botones .icono span {
  font-size: 30px;
}

@media (max-width: 768px) {
  .modalHeader .seccion-botones div {
    padding: 20px;
  }

  .modalHeader .seccion-botones div>a {
    font-size: 28px;
  }

  .modalHeader .seccion-botones .icono {
    padding-bottom: 15px;
  }

  .modalHeader .closeModal {
    top: 15px;
  }
}

@media (max-width: 400px) {
  .modalHeader .seccion-botones div {
    padding: 10px;
    margin-bottom: 10px;
  }

  .modalHeader .seccion-botones div>a {
    font-size: 20px;
  }

  .modalHeader .seccion-botones .icono {
    display: none;
  }

  .modalHeader .seccion-botones p {
    margin-bottom: 0;
  }

  .modalHeader .closeModal {
    top: 15px;
  }
}

.nuestraEmpresa .seccion-presentacion-video {
  background-image: url("/wp-content/themes/kai/images/quienes-somos/quienessomos.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #8c8c8c;
  padding: 70px 0;
}

@media (min-width: 768px) {
  .nuestraEmpresa .seccion-presentacion-video {
    padding: 130px;
  }

  .nuestraEmpresa .seccion-presentacion-video h2 {
    font-size: 45px !important;
  }
}

.nuestraEmpresa .seccion-presentacion-video h2 {
  color: white;
  font-size: 32px;
}

@media (min-width: 768px) {
  .terminosCondiciones {
    padding: 15px;
  }
}

.registrarse .link-facebook {
  text-decoration: none;
}

.registrarse .link-facebook p {
  color: white !important;
  background: #2d5a94;
  padding: 10px 20px;
  border-radius: 4px;
  padding-left: 50px;
}

.search-results main {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
}

.search-results article.post {
  width: 33.33%;
  margin: initial;
  float: left;
  margin-bottom: 25px;
  text-align: center;
  padding: 10px;
}

@media (max-width: 992px) {
  .search-results article.post {
    width: 50%;
  }
}

@media (max-width: 425px) {
  .search-results article.post {
    width: 100%;
  }
}

.search-results article.ayuda {
  max-width: 710px;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #051f3d;
}

.search-results article.ayuda .entry-summary {
  height: auto !important;
}

.search-results article.ayuda .entry-summary p {
  height: auto !important;
}

.search-results h2.entry-title a {
  color: #051f3d;
  text-decoration: none !important;
}

.search-results article .entry-meta {
  display: none;
}

.search-results #secondary {
  display: none;
}

.search-results header>h1 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px 0;
  color: #051f3d;
  font-size: 17px;
}

.search-results .entry-header h2 {
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  text-align: left;
}

.search-results footer>span.cat-links>a {
  color: #288deb;
  text-decoration: none;
}

.search-results .entry-summary {
  margin: 0;
  height: 37px;
  overflow: hidden;
}

.search-results .entry-summary p {
  height: 25px;
  margin-bottom: 0;
  text-align: left;
}

.search-results footer {
  width: 100%;
  font-size: 12px;
  text-align: left;
}

.search-results footer>span.comments-link,
.search-results footer>span.edit-link>a {
  display: none;
}

.search-results .termino {
  display: none;
}

.search-no-results #secondary {
  display: none;
}

.search-no-results .blog-ref {
  margin: 0;
}

.search-no-results .blog-ref a {
  text-decoration: none;
  color: #288deb;
}

.search-no-results .home-ref {
  margin: 0;
}

.search-no-results .home-ref a {
  text-decoration: none;
  color: #288deb;
}

.single-post main {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
}

.single-post header>h1 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px 0;
  color: #051f3d;
  font-size: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .single-post header>h1 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
}

.single-post .entry-meta {
  display: none;
}

.single-post article.post {
  padding: 0 !important;
}

.single-post article.post .post-thumbnail {
  text-align: center;
}

@media (max-width: 768px) {
  .single-post article.post .post-thumbnail {
    padding: 0 !important;
  }
}

.single-post article.post .post-thumbnail img {
  max-width: 80%;
}

@media (max-width: 768px) {
  .single-post article.post .post-thumbnail img {
    max-width: 100%;
  }
}

.single-post #secondary {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
}

.single-post .entry-content {
  padding-top: 0;
}

.single-post .entry-content p {
  margin: 0;
  color: #051f3d;
  padding-bottom: 15px;
}

.single-post #recent-posts-2 ul,
.single-post #categories-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-post #recent-posts-2 ul li a,
.single-post #categories-2 ul li a {
  text-decoration: none;
  color: #288deb;
}

.single-post #recent-comments-2,
.single-post #archives-2,
.single-post #meta-2 {
  display: none;
}

.single-ayuda main {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
}

.single-ayuda header>h1 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px 0;
  color: #051f3d;
  font-size: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .single-ayuda header>h1 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
}

.single-ayuda #categories-2,
.single-ayuda #recent-posts-2,
.single-ayuda #recent-comments-2,
.single-ayuda #archives-2,
.single-ayuda #meta-2 {
  display: none;
}

.archive.category main {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
}

.archive.category article.post {
  width: 33.33%;
  margin: initial;
  float: left;
  margin-bottom: 25px;
  text-align: center;
  padding: 10px;
}




@media (min-width: 375px) {
  .menu_language {
    position: absolute;
    top: 55px;
    width: auto;
    height: auto;
    z-index: 999;
    padding: 20px;
    background-color: white;
    border: solid thin #B6C7D6;
    border-radius: 8px;
  }

  .menu_language_mobile {
    font-size: 14px;
  }

  .menu_flag {
    position: absolute;
    top: 55px;
    width: auto;
    height: auto;
    z-index: 999;
    padding: 15px;
    background-color: white;
    border: solid thin #B6C7D6;
    border-radius: 8px;
  }

  .menu_flag_countries {
    font-size: 14px;
  }

  .menu_manager {
    position: absolute;
    top: 55px;
    width: auto;
    height: auto;
    z-index: 999;
    padding: 15px;
    background-color: white;
    border: solid thin #B6C7D6;
    border-radius: 8px;
  }

  .menu_manager_mobile {
    font-size: 14px;
  }



}

@media (min-width: 768px) {
  .menu_language {

    top: 55px;

  }

  .menu_flag {
    top: 55px;
  }
}

@media (max-width: 375px) {

  .menu_language {
    display: none;
    position: absolute;
    top: 140px;
    z-index: 999;
    background-color: white;
    width: 100%;
    left: 0px;
    height: 100%;
    border: none;
    border-radius: 0px;
  }

  .menu_manager {
    display: flex;
  }

  .menu_flag {
    position: absolute;
    top: 140px;
    z-index: 999;
    background-color: white;
    width: 100%;
    left: 0px;
    height: 100%;
    border: none;
    border-radius: 0px;
  }

  .item_menu_software {
    width: 100%;
  }


}



@media (max-width: 992px) {
  .archive.category article.post {
    width: 50%;
  }
}

@media (max-width: 425px) {
  .archive.category article.post {
    width: 100%;
  }
}

.archive.category h2.entry-title {
  height: 57px;
  overflow: hidden;
}

.archive.category h2.entry-title a {
  color: #051f3d;
  text-decoration: none !important;
}

.archive.category article .entry-meta {
  display: none;
}

.archive.category #secondary {
  display: none;
}

.archive.category header>h1 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px 0;
  color: #051f3d;
  font-size: 17px;
}

.archive.category .entry-header h2 {
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  text-align: left;
}

.archive.category footer>span.cat-links>a {
  color: #288deb;
  text-decoration: none;
}

.archive.category .entry-summary {
  margin: 0;
  height: 37px;
  overflow: hidden;
}

.archive.category .entry-summary p {
  height: 25px;
  margin-bottom: 0;
  text-align: left;
}

.archive.category footer {
  width: 100%;
  font-size: 12px;
  text-align: left;
}

.archive.category footer>span.comments-link,
.archive.category footer>span.edit-link>a {
  display: none;
}

.archive.category .termino {
  display: none;
}

.archive.category .entry-content {
  padding: 0;
}

.archive.category .entry-content p {
  height: 50px;
  overflow: hidden;
  text-align: left;
}

.alm-btn-wrap {
  visibility: hidden !important;
}

.header-menu h1 {
  font-family: Ubuntu;
  font-size: 38px;
  font-style: bold;
 padding-bottom: 20px;
}

.header-menu{
  padding-top: 16px;
}

.accordion{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion-item img{
  padding-right:15px ;
}

.accordion-body{
  display: flex;
  flex-direction: column;
  gap: 15px;
}



/*  Contents
    ========
    Icons
    Buttons
    Share
    Widgets
*/
/*  Contents
    ========
    Links
    Mobile
    Laptop
    Desktop
*/

.privacy-center .logo{
  width: 107px;
  height: 31px;
}

.accordion{
  gap: 5px !important;
}


.accordion-item {
  border: none !important;
}

.accordion .accordion-button:not(.collapsed) {
  border: solid thin #01C865;
  background-color: rgba(1, 200, 101, 0.25); ; /* Cambia este valor por el color deseado */
  opacity: .75;
  color: #000;
  border-radius: 20px 20px;
  font-weight: bold;
  text-decoration: none;
}

.accordion-a.empty {
  pointer-events: none; /* Desactiva la interactividad */
  background-image: none; /* Elimina la flecha */
}