/*!
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.
 */
.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;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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 .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 .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;
  }
  .menu-menu-1-container {
    position: absolute;
    z-index: 999;
    top: 74px;
    left: 0;
    background-color: #006cba;
    color: #fff;
    width: 100%;
  }
  .menu-menu-1-container ul {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    padding-left: 0 !important;
  }
  .menu-menu-1-container ul li {
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
  .menu-menu-1-container ul li a {
    color: #fff;
    font-size: 20px;
  }
}
.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-child/fonts/Ubuntu-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntubolditalic';
  src: url('/wp-content/themes/kai-child/fonts/Ubuntu-BoldItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntuitalic';
  src: url('/wp-content/themes/kai-child/fonts/Ubuntu-Italic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntulight';
  src: url('/wp-content/themes/kai-child/fonts/Ubuntu-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntulight';
  src: url('/wp-content/themes/kai-child/fonts/Ubuntu-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntulightitalic';
  src: url('/wp-content/themes/kai-child/fonts/Ubuntu-LightItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntumedium';
  src: url('/wp-content/themes/kai-child/fonts/Ubuntu-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntumediumitalic';
  src: url('/wp-content/themes/kai-child/fonts/Ubuntu-MediumItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubunturegular';
  src: url('/wp-content/themes/kai-child/fonts/Ubuntu-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
* {
  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: .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: 200px;
  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: #ff7665;
  color: white;
  border: none;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 900;
  font-family: ubuntubold;
  cursor: pointer;
  transition: background .3s;
}
.seccion-buttons-empresas-gestores button:hover {
  background: #fc8373;
}
@media (max-width: 500px) {
  .seccion-buttons-empresas-gestores button {
    padding: 16px 20px;
  }
}
.homeEmpresas .container {
  padding: 0;
}
.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 .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 .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 .homeEmpresas .seccion-testimonios div.col-xs-12.col-sm-6:nth-child(1) {
    color: red;
  }
}
@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;
  }
}
.seccion-seguridad {
  padding: 15px;
}
.seccion-seguridad > div {
  max-width: 1170px;
  margin: 0 auto;
}
.seccion-seguridad h2 {
  color: #051f3d;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.seccion-seguridad p {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.seccion-seguridad a {
  color: #288deb;
  text-decoration: none;
}
.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-child/images/gestores/Recurso_10.png");
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: 230px;
  height: 510px;
}
@media (max-width: 768px) {
  .seccion-app-para-ti {
    background-position-y: 240px;
    background-size: contain;
    height: 430px;
  }
}
.seccion-app-para-ti > div {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.seccion-app-para-ti > div h2 {
  color: #051f3d;
  font-size: 30px;
  font-family: ubuntubold;
  margin-top: 40px;
}
.seccion-app-para-ti > div p {
  color: #051f3d;
  max-width: 470px;
  margin: 0 auto;
}
.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: 520px;
    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: 50%;
    top: 128px;
    transform: translateX(-50%);
  }
  .seccion-app-para-ti > div > a {
    left: 50%;
    top: 128px;
    transform: translateX(-50%);
  }
}
#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 .3s;
}
.seccion-como-empezar > div a:hover {
  color: white;
  background-color: #051f3d;
}
.seccion-imagen-texto {
  background-image: url("/wp-content/themes/kai-child/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: 340px;
  margin-left: 10%;
  margin-top: 90px;
  margin-bottom: 90px;
}
.seccion-imagen-texto > div > div h2 {
  color: #051f3d;
  font-size: 30px;
  font-family: ubuntubold;
}
.seccion-imagen-texto > div > div p {
  color: #01c877;
}
.seccion-presentacion {
  padding: 40px 0;
}
@media (max-width: 991px) {
  .seccion-presentacion {
    padding: 40px 10px;
  }
}
.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 .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 .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 .3s;
}
.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: #ff7665;
  color: white;
  border: none;
  padding: 15px 50px;
  font-size: 16px;
  font-family: ubuntubold;
  cursor: pointer;
  transition: background .3s;
}
.btn-primary-fill:hover {
  background: #fc8373;
}
.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 .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 .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 .3s;
}
.seccion-mantente-informado .suscribirse button:hover {
  background-color: #1ddb8f;
}
.seccion-buscador-ciudades {
  background-image: url("/wp-content/themes/kai-child/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 .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 .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: #ff7665;
  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: #ff7665;
  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;
}
.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: #ff7665;
  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 .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-child/images/home/principal.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  height: auto;
  background-blend-mode: multiply;
  background-color: #d6d6d6;
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  .seccion-nueva-presentacion {
    background-blend-mode: multiply;
    background-color: #949292;
  }
}
@media (max-width: 425px) {
  .seccion-nueva-presentacion {
    background-position-x: -150px;
  }
}
.seccion-nueva-presentacion > .texto-seccion {
  max-width: 570px;
  text-align: right;
  padding: 15px;
  float: right;
  margin-right: 16%;
}
@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: .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;
}
