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

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

.site {
  background-color: #fff;
}

.site-header {
  /* background-color: #041a22; */
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

.site-header .pais-selector {
  display: none;
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.site-header .pais-selector .pais-content {
  max-width: 520px;
  margin: 0 auto;
  margin-top: 80px;
}

@media (max-width: 700px) {
  .site-header .pais-selector .pais-content {
    padding: 15px;
  }
}

.site-header .pais-selector .pais-content h4 {
  font-size: 40px;
}

@media (max-width: 700px) {
  .site-header .pais-selector .pais-content h4 {
    font-size: 25px;
    margin: 0;
  }
}

.site-header .pais-selector .pais-content div:nth-child(2)>p {
  margin-right: 80px;
}

@media (max-width: 700px) {
  .site-header .pais-selector .pais-content div:nth-child(2)>p {
    text-align: center;
    margin: 0;
  }
}

.site-header .pais-selector .pais-content div:nth-child(3)>p {
  margin-right: 40px;
}

@media (max-width: 700px) {
  .site-header .pais-selector .pais-content div:nth-child(3)>p {
    text-align: center;
    margin: 0;
  }
}

.site-header .pais-selector .pais-content>div {
  display: inline-flex;
  padding: 15px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 25px;
  cursor: pointer;
  transition: background-color 0.3s;
}

@media (max-width: 700px) {
  .site-header .pais-selector .pais-content>div {
    display: inline-block;
    margin-bottom: 0px;
  }
}

.site-header .pais-selector .pais-content>div:hover {
  background-color: #dce0e2;
}

.site-header .pais-selector .pais-content>div p {
  font-size: 40px;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .site-header .pais-selector .pais-content>div p {
    font-size: 30px;
  }
}

.site-header .site-title a {
  font-size: 25px;
}

@media (max-width: 1254px) {
  .site-header .site-title a {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .site-header .site-title a {
    font-size: 20px;
  }
}

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

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

@media (max-width: 1130px) {
  .site-branding img {
    max-width: 70px;
  }
}

.site-branding a {
  margin-left: -29px;
}

@media (max-width: 1130px) {
  .site-branding a {
    margin-left: -22px;
  }
}

@media (max-width: 401px) {
  .site-branding a {
    margin-left: 0px;
  }
}

.site-branding.visible-sm {
  left: 35px;
  top: auto;
}

@media (max-width: 400px) {
  .site-branding.visible-sm {
    left: 15px;
  }
}

@media (max-width: 1130px) {
  .site-branding {
    margin: 0 auto;
  }
}

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

@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(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: 4px;
}

.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: #476274;
}

@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: #476274;
  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;
  }
}

.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-child/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 0;
}

.serviciosEmpresas a,
.serviciosGestores a {
  color: #288deb;
  text-decoration: none;
}

.serviciosEmpresas .divSpace,
.serviciosGestores .divSpace {
  padding-right: 30px;
}

.serviciosEmpresas h2,
.serviciosGestores h2 {
  color: #032b4e;
  font-size: 60px;
  font-family: 'ubuntubold';
  margin: 0;
}

.serviciosEmpresas .bigP,
.serviciosGestores .bigP {
  color: #032b4e;
  font-size: 21px;
  margin: 0;
  font-family: 'ubuntubold';
}

.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-child/images/gestores/solucionGestores5.jpg");
  padding: 90px 15px;
}

@media (max-width: 540px) {
  .homeGestores .seccion-imagen-texto {
    background-image: none;
  }
}

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

.solucionGestores .seccion-app-para-ti>div>a {
  position: absolute;
  left: 50%;
  top: 205px;
}

@media (max-width: 1024px) {
  .solucionGestores .seccion-app-para-ti>div>a {
    left: 34%;
  }
}

@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 !important;
  }
}

@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-child/images/gestores/solucionGestores2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.solucionGestores .seccion-app-para-ti h2,
.solucionGestores .seccion-app-para-ti p {
  width: 500px;
  margin-left: 50%;
}

.solucionGestores .seccion-app-para-ti p {
  font-family: ubuntubold;
  color: white;
}

.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: 66%;
  top: 200px;
}

@media (max-width: 1024px) {

  .solucionGestores .seccion-app-para-ti h2,
  .solucionGestores .seccion-app-para-ti p {
    margin-left: 35%;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(4) {
    left: 35% !important;
  }

  .solucionGestores .seccion-app-para-ti>div>img:nth-child(3) {
    left: 51%;
  }
}

@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,
  .solucionGestores .seccion-app-para-ti p {
    margin: 0 auto;
    width: 390px;
    margin-left: 30% !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: 64%;
    top: 180px;
  }
}

@media (max-width: 600px) {
  .solucionGestores .seccion-app-para-ti {
    background: #01c877;
  }

  .solucionGestores .seccion-app-para-ti h2,
  .solucionGestores .seccion-app-para-ti p {
    margin: 0 auto !important;
    width: auto;
    max-width: 320px;
  }

  .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: 49%;
    top: 240px !important;
  }
}

.solucionGestores .seccion-imagen-texto {
  background-image: url(/wp-content/themes/kai-child/images/gestores/solucionGestores5.jpg);
}

.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: .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 .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 .formSolution {
  max-width: 850px;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 70px;
}

#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: 400px;
  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: 15px 15px;
  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: 20px 20px;
  cursor: pointer;
  border: none;
}

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

#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-child/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-child/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-child/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-child/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-child/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-child/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 .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 .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 .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 .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 .3s;
}

@media (max-width: 991px) {
  .blog-header .btn-suscribe {
    float: left;
    margin-top: 15px;
  }
}

.blog-header .btn-suscribe:hover {
  background-color: #051f3d;
  color: white;
}

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

.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-child/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-child/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-child/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-child/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-child/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 .3s;
}

#sidebarTerms ul li a:hover {
  color: #01c877;
}

#ayudaPrincipalAyuda .title {
  font-size: 22px !important;
}

#ayudaPrincipalAyuda .ayudaSearch .container {
  padding-top: 40px;
  padding-bottom: 100px;
}

#ayudaPrincipalAyuda .ayudaSearch .container h2 {
  margin-bottom: 0;
  color: #051f3d;
}

#ayudaPrincipalAyuda .ayudaSearch .container span {
  font-size: 32px;
  color: #051f3d;
}

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

.nuestraEmpresa .seccion-presentacion-video {
  background-image: url("/wp-content/themes/kai-child/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;
}

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