/* 
Theme Name: Hello Elementor Child
Theme URI: https://keybe.ai/
Description: Keybe child theme based on Hello Elementor Theme
Author: Gustavo Morean - Keybe Makers Team
Author URI: https://keybe.ai/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
}

html, body{
  width:100%;
  overflow-x:hidden;
}

a, a:hover {
  cursor: pointer;
  transition: 0.23s all;
}

#elementor-add-new-section {
  z-index: 84 !important;
}

.e-lottie__animation > svg {
  transform: unset !important;
}

.pt-plus-filter-post-category .post-filter-data.style-4:hover .category-filters li {
  transition-delay: .03s !important;
}

/*---- HEADER ----*/
header#header {
    position: fixed;
    width: 100%;
}

.kb-brand {
  margin: 0 !important;
}

#login_nav:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(to right, #00ffff, #49ff9b);
  content: '';
  z-index: 1;
  border-radius: 30em;
  padding: 2px;
  -webkit-mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
      mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

#login_nav {
 background: linear-gradient(to right, #00ffff, #49ff9b);
 border-radius: 30em;
}

#login_nav a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  color: black;
  transition: 0.23s all;
  line-height: 1.5;
}

#login_nav a:hover {
  color: rgba(0,0,0,0.75);
  transition: 0.23s all;
}

#main_nav:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(to right, #00ffff, #49ff9b);
  content: '';
  z-index: 0;
  border-radius: 30em;
  padding: 2px;
  -webkit-mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
      mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

#main_nav, #login_nav {
    margin: auto 8px;
}
/* 
@supports ((background-clip: text) or (-webkit-background-clip: text)) and
  ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {
  #main_nav a {
    font-weight: 600;
     color: #00ffff;
    text-transform: none;
    font-size: 14px;
    line-height: 1.2;
    padding: 13px 28px;
    transition: 0.23s all;
    background: -webkit-linear-gradient(left, #00ffff, #49ff9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.05px #00ffff;
    text-stroke: 0.05px #00ffff;
    -webkit-box-decoration-break: clone;

  }
} */

/* @supports  (not (background-clip: text)) and (-webkit-background-clip: text) and (not (text-fill-color: transparent)) and (-webkit-text-fill-color: transparent) {
} */

#main_nav a, .kb_btn_outline a { 
  /* color: #00ffff !important; */
  color: #49ff9b !important;
  font-weight: 600;
    text-transform: none;
    font-size: 14px;
    line-height: 1.2;
    /*padding: 13px 28px;*/
	padding: 13px 13px;
    transition: 0.23s all;
}

#main_nav a:hover {
  opacity: 0.8;
  transition: 0.23s all;
}

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

  #login_nav li.login_keybeapp a:after {
    content: " /";
    font-size: 14px;
    position: relative;
    color: black !important;
    top: 0;
    left: 17px;
    line-height: 1.5;
    opacity: 1 !important;
  }

}

@supports ((background-clip: text) or (-webkit-background-clip: text)) and
  ((text-fill-color: transparent) or (-webkit-text-fill-color: transparent)) {

.kb_btn_outline a {
  display: inline-block;
  position: relative;
  background: transparent;
  border-radius: 30em;
  font-weight: 600;
  color: transparent !important;
  transition: 0.23s all;
  background: -webkit-linear-gradient(left, #00ffff, #49ff9b);
  background-image: linear-gradient(left, #00ffff, #49ff9b);
  background-size: cover;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.05px #00ffff;
  text-stroke: 0.05px #00ffff;
  -webkit-box-decoration-break: clone;

}
}

.kb_btn_outline a:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(to right, #00ffff, #49ff9b);
  content: '';
  z-index: 1;
  border-radius: 30em;
  padding: 2px;
  -webkit-mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
      mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: 0.23s all;
}

.kb_btn_outline a:hover {
  position: relative;
  background: linear-gradient(to right, #00ffff, #49ff9b);
  border-radius: 30em;
  color: black;
  transition: 0.23s all;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 0.05px #000;
  text-stroke: 0.05px #000;
  -webkit-box-decoration-break: clone;

}

.kb_btn_outline a:hover:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(to right, #00ffff, #49ff9b);
  content: '';
  z-index: 1;
  border-radius: 30em;
  padding: 2px;
  -webkit-mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
      mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: 0.23s all;
}

/*--- submenu - megamenu ---*/

.submenu_soluciones li.elementor-icon-list-item a {
  padding: 6px 0 !important;
  color: black !important;
  cursor: pointer;
}

.submenu_soluciones li.elementor-icon-list-item a > span.elementor-icon-list-text {
  color: #000 !important;
  fill: #000 !important;
  background: -webkit-linear-gradient(left, #000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000 !important;
  -webkit-text-stroke: 0.05px #000;
  -webkit-text-stroke-color: #000 !important;
}

.jet-menu-item-89518 > .jet-sub-mega-menu:before,
.jet-menu-item-89518.jet-menu-hover > .jet-sub-mega-menu:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 32px 16px;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -14px;
  /* right: 11.3vw; */
  right: auto;
  /* right: 20.3vw; */
}

.jet-menu-item-89518 > .jet-sub-mega-menu {
  /* width: 824px !important; */
  /* left: -178px !important; */
  left: -24px !important;
  /* left: -330px !important; */
  top: 7vh !important;
  border-radius: 30px;;
}

.jet-menu-item-106870 > .jet-sub-mega-menu {
  left: -44px !important;
  top: 7vh !important;
  border-radius: 30px;
}

.jet-menu-item-106870 > .jet-sub-mega-menu:before,
.jet-menu-item-106870.jet-menu-hover > .jet-sub-mega-menu:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 32px 16px;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -14px;
  right: auto;
  /* right: 11.3vw; */
  /* right: 20.3vw; */
}

.jet-menu-item-118876 > .jet-sub-mega-menu {
  left: -44px !important;
  top: 7vh !important;
  border-radius: 30px;
}

.jet-menu-item-118876 > .jet-sub-mega-menu:before,
.jet-menu-item-118876.jet-menu-hover > .jet-sub-mega-menu:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 32px 16px;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -14px;
  right: auto;
  /* right: 11.3vw; */
  /* right: 20.3vw; */
}

.jet-menu-item-87922 > .jet-sub-mega-menu:before,
.jet-menu-item-87922.jet-menu-hover > .jet-sub-mega-menu:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 32px 16px;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -14px;
  right: 15vw;
  /* right: 13vw; */
}

.jet-menu-item-87922 > .jet-sub-mega-menu {
  /* left: -240px !important; */
  left: -289px !important;
  top: 7vh !important;
  border-radius: 30px;;
}

.submenu_soluciones li.elementor-icon-list-item {
  padding-bottom: 0px !important;
  margin-bottom: -12px !important;
  left: -10px;
}

.submenu_soluciones .elementor-column {
  position: relative;
}
.submenu_soluciones .firstCol.elementor-column:before {
  content: "";
  width: 1px;
  height: 85%;
  background-color: #bbb;
  position: absolute;
  top: 5vh;
  right: 5vh;
}

.submenubtn a {
  background: #000 !important;
  font-weight: 600;
  color: white !important;
  fill: white !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 13px !important;
}

.submenubtn a:hover {
  background: #00FFFF !important;
  font-weight: 600 !important;
  color: black !important;
  fill: black !important;
  -webkit-text-fill-color:  black !important;
  font-size: 13px !important;
}

.submenu_soluciones li.elementor-icon-list-item rect.cls-1 {
  fill: none !important;
}

.submenu_soluciones .elementor-icon-list-icon path {
  stroke-width: 2px;
  stroke: url(#b);
}

.submenu_soluciones li.elementor-icon-list-item:hover .elementor-icon-list-text {
  color: #00ffff !important;
  fill: #00ffff !important;
  background: -webkit-linear-gradient(left, #00ffff, #49ff9b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00ffff !important;
  -webkit-text-stroke: 0.05px #00ffff;
  -webkit-text-stroke-color: #00ffff !important;
  transition: 0.23s all;
}
/*
.submenu_soluciones li.elementor-icon-list-item:hover .elementor-icon-list-text {
  transition: 0.23s all;
  background: -webkit-linear-gradient(left, #00ffff, #49ff9b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.05px #00ffff;
  text-stroke: 0.05px #00ffff;
  color: #00ffff;
}

*/

/*--- end submenu - megamenu ---*/

g#Lo_quiero-2 tspan.cls-2 {
  fill: #fff !important;
}

/*--- header scrolling effects ---*/
header {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

header.kb_srolling-1 {
  /* background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 100%) !important; */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) -14%, rgba(0, 0, 0, 0.3) 64%, rgba(0, 0, 0, 0.2) 74%, rgba(0, 0, 0, 0) 100%) !important;
  /* box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); */
  box-shadow: none;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

/*-fix hedaer hidden homepage--*/
header#header.elementor-invisible {
  visibility: visible;
}
/*-fix hedaer hidden homepage--*/

/*-fix hedaer height strange - After added jetmenu widget --*/
.elementor.elementor-86648.elementor-location-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  /* height: auto !important; */
}
/*- end fix hedaer height strange - After added jetmenu widget --*/

/*--- end header scrolling effects ---*/

section#infoBannerppal {
  position: absolute;
  top: 20vh;
  padding: 0px 8px;
}

@media only screen and (max-width:1024px) {
  section#infoBannerppal {
    top: 35vh;
    padding: initial;
  }
}



/*--- sticky keybe text ---*/
.kb-parallax_txt {
  position: sticky !important;
  transform: translateZ(0) !important;
  padding: 60vh 0 0 0;
}

.kb-parallax_txt img {
  position: absolute !important;
  transform: translateZ(80px) !important;
  left: 0;
  bottom: -1vh;
}

.kb-parallax_txt-2 {
  opacity: 1;
  -webkit-transition: 0.35s linear;
  -moz-transition: 0.35s linear;
  -ms-transition: 0.35s linear;
  -o-transition: 0.35s linear;
  transition: 0.35s linear;
/*   animation-name: keybe_name_scroll;
  animation-duration: 0.65s;
  -o-animation-duration: 0.65s;
  -moz-animation-duration: 0.65s;
  -ms-animation-duration: 0.65s; */
}

.keybe_scrolled {
  position: fixed !important;
  /* width: 99.58% !important; */
  /* bottom: 0vh !important; */
  /* bottom: 55vh !important; */
  bottom: 25vh !important;
  /* left: 0 !important; */
  opacity: 0.12 !important;
  /* -webkit-transition: 0.35s linear; */
  -moz-transition: 0.35s linear;
  -ms-transition: 0.35s linear;
  -o-transition: 0.35s linear;
  /* transition: 0.05s linear; */
  /* animation-timing-function: linear; */
  /* transform: translateY(0vh) !important; */
  /* transform: translateY(-2vh) !important; */
  /* animation: cubic-bezier(0.6, -0.28, 0.735, 0.045); */
  /* transform: scale(0.99); */
  padding: 0 10px !important;
}

/* 
@keyframes keybe_name_scroll {
  0% { 
    opacity:1;
    transform:translateY(0);
  }
  100% { 
    opacity:0.4;
    transform:translateY(-2vh);
  }
} */

.we_make_this {
  padding-bottom: 20vh !important;
}

.kb-btn-shadow {
  box-shadow: none;
}

.kb_world strong {
  font-weight: 900 !important;
  font-size: 110px;
  line-height: 0;
}

.keybe_land img {
  mix-blend-mode: darken;
}

.keybe_land .uael-hotspot-content.uael-hotspot-anim:hover:before {
  animation: uael-hotspot-pulse 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95) !important;
}

.keybe_land .uael-hotspot-content.uael-hotspot-anim:before {
  animation: uael-hotspot-pulse 2s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95) !important;
}

.keybe_land i {
  transition: 0.03s ease-in;
}

/* .kb_brands img {
  filter: drop-shadow(1px 1px 16px rgba(0,0,0,0.2));
  mix-blend-mode: multiply !important;
} */

.tooltipster-arrow {
    /* right: -7px !important; */
    /* left: auto; */
    top: 16.45px !important;
    transform: scale(1.5);
}
/* 
.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
  border: 11px solid transparent !important;
  border-radius: 38px !important;
  margin: 1px !important;
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background, .tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-border {
  height: 22px;
  position: absolute;
  width: 0;
} */

.kb-btn-shadow a {
  filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.1));
  transition: 0.23s all;

}

.kb-btn-shadow a:hover {
  /* filter: drop-shadow(2px 16px 22px rgba(0,0,0,0.2)); */
  /* filter: drop-shadow(1px 1px 22px rgba(0,0,0,0.15)); */
  transition: 0.23s all;
}

.kb_supported img {
  width: auto;
  height: 80px;
}

/*--- lottie animations objets ---*/
#conversa_animation {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*--- homepage - posts section ---*/

.keybe_home_recent_posts {
  position: relative;
}

.keybe_home_recent_posts .elementor-posts--thumbnail-top .elementor-post {
  position: relative;

}


.keybe_home_recent_posts article.elementor-post > * {
  position: absolute;
  top: 0;
}

.keybe_home_recent_posts article.elementor-post .elementor-post__text > * {
  margin: 14px 0;
}

.keybe_home_recent_posts article.elementor-post {
  background-color: white;;
  position: relative;
  height: 480px;
}

.keybe_home_recent_posts article.elementor-post .elementor-post__text {
  padding: 50px 50px !important;
  top: 0;
  height: 100%;
  /* background-color: rgba(0,0,0,0.2); */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}

.keybe_home_recent_posts h3.elementor-post__title {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
 /*  transform: skew(-6deg); */
  min-height: 120px;
}

.keybe_home_recent_posts h3.elementor-post__title > a {
  font-size: 24px;
  font-weight: 900;
  color: black;
  font-style: normal;
  padding: 4px 12px;
  z-index: 2;
  position: relative;
  line-height: 1.8;
  /* transform: skewX(6deg); */
  background-color: #49ff9b;
  -webkit-box-shadow: 0rem 0px 0px #49ff9b, 0rem 0px 0px #49ff9b;
  box-shadow: 0rem 0px 0px #49ff9b, 0rem 0px 0px #49ff9b;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
}

.keybe_home_recent_posts h3.elementor-post__title:after {
  content: none;
  background-color: #49ff9b;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
 /*  transform: skewX(-8deg); */
  box-shadow:5px 0 0 #49ff9b, -5px 0 0 #49ff9b;
}

.keybe_home_recent_posts img.attachment-full.size-full {
  height: 520px !important;
  object-fit: cover;
}

.keybe_home_recent_posts .elementor-post__thumbnail.elementor-fit-height {
  padding: 0 !important;
  height: 480px;
  min-height: 440px;
}

.keybe_home_recent_posts .elementor-post__excerpt {
  margin: 0px auto !important;
  padding: 12px 0 !important;
  min-height: 180px;
}

.keybe_home_recent_posts .elementor-post__excerpt > * {
  color: #49ff9b !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.keybe_home_recent_posts a.elementor-post__read-more {
  background-color: #49ff9b;
  padding: 12px 24px;
  border-radius: 30em;
  font-size: 16px;
  line-height: 1.4;
  color: black;
  font-weight: 900;
  font-style: italic;
}

.keybe_home_recent_posts a.elementor-post__read-more {
  background: linear-gradient(to right,  #49ff9b, #00ffff);
  padding: 8px 18px;
  border-radius: 30em;
  font-size: 16px;
  line-height: 1.4;
  color: black;
  font-weight: 900;
  font-style: italic;
  filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.1));
  transition: 0.23s all;
}

.keybe_home_recent_posts a.elementor-post__read-more:hover {
  filter: drop-shadow(2px 16px 22px rgba(0,0,0,0.2));
  transition: 0.23s all;
  transform: translateY(-4px);
}

/* .keybe_home_recent_posts article:hover {
  filter: drop-shadow(2px 16px 22px rgba(0,0,0,0.2));
} */

.keybe_home_recent_posts article:hover {
  filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.2));
}

.keybe_home_recent_posts article:hover img.attachment-full.size-full{
  filter: blur(8px);
}

.keybe_home_recent_posts article:before {
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.23s all;
}

.keybe_home_recent_posts article:hover:before {
  background: rgba(0,0,0,0.7);
  transition: 0.23s all;
}

/*--- end homepage - posts section ---*/

/*--- Keybe Dragon Balls ---*/
.dragon_balls figure.wp-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 250px;
}

.dragon_balls figcaption {
  width: 80%;
  color: white;
  padding: 8px;
  position: absolute;
  line-height: 1.3;
}

.dragon_balls img {
  width: 250px;
  position: relative;
  filter: drop-shadow(4px 4px 12px rgba(0,0,0,0.11));
  transition: 0.33s all;
}

.dragon_balls:hover img {
  filter: drop-shadow(2px 2px 16px rgba(0,0,0,0.18));
  transition: 0.33s all;
}


#kb_ball-2 figcaption {
  width: 49% !important;
  top: 25%;
}

#kb_ball-5 figcaption {
  width: 49% !important;
  top: 30%;
}

/*---- Gradient Section - kb_explainer ----*/

section.kb_explainer .elementor-background-overlay:before {
  content: "";
  /*    background: rgb(73,255,155);
  background: -moz-radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0.48783263305322133) 90%);
  background: -webkit-radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0.48783263305322133) 90%);*/
  background: radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0) 70%);
  /*background-image: url('https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png');*/
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: -1%;
  right: -80%;
  left: auto;
  width: 2560px;
  height: 2560px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}

section.kb_explainer .elementor-background-overlay:after {
  content: "";
  /*    background: rgb(73,255,155);*/
  background: -moz-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: -webkit-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  /*background-image: url('https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png');*/
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -2%;
  right: auto;
  left: -80%;
    width: 2560px;
  height: 2560px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}

.kb_explainer .elementor-background-overlay {
  overflow: hidden;
}

/*--- video widget ---*/
.elementor-custom-embed-play {
  background-color: rgb(73, 255,155, 0.9);
  border-radius: 300em;
  padding: 23px;
}

.elementor-custom-embed-play i {
  color: black;
  text-shadow: none;
}

.elementor-custom-embed-play:hover i {
  font-size: 120px !important;
}
/*--- end video widget ---*/

/*--- SOLUCIONES ---*/
@media only screen and (min-width: 1560px) {
  .hero_industries {top: 0;left: 0;position: fixed;width: 100%;}

  .after_hero {margin-top: 760px;}
}

@media only screen and (min-width: 1160px) and (max-width:1559px ) {
  .hero_industries {top: 0;left: 0;position: fixed;width: 100%;}

  .after_hero {margin-top: 720px;}
}

.kb_taglines_gral br {
  display: block;
}

.gradient_txt h2 {
  /* background: -webkit-linear-gradient(left, rgba(0,222,155,1) -29%, rgba(0,211,255,1) 120%); */
  /* background: -webkit-linear-gradient(left, rgba(0,222,155,1) -22%, rgba(0,211,255,1) 120%); */
  background: -webkit-linear-gradient(left, rgba(0, 216, 151,1) -22%, rgba(0, 220, 240,1) 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* -webkit-text-stroke: 0.05px #00ffff; */
  /* text-stroke: 0.05px #00ffff; */
}

#conversa_animation.kb_caracters_box p.e-lottie__caption {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: relative;
  top: -63px;
}

#chat_animation.kb_caracters_box p.e-lottie__caption {
/*   -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */
  position: relative;
  top: -46px;
}

#chat_animation.kb_caracters_box .e-lottie__animation svg {
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}

#chat_animation.kb_caracters_box .e-lottie__animation {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  transform: scale(1.2);
  top: -50px;
  left: -6px;
}

#meditation_animation.kb_caracters_box .e-lottie__animation {
  /* -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */
  transform: scale(1.2);
  top: -30px;
  left: 0px;
}

#conversa_animation.kb_caracters_box .e-lottie__animation {
  /* -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */
  transform: scale(1.2);
  top: -60px;
  left: -20px;
}

#automa_animation.kb_caracters_box .e-lottie__animation {
  /* -webkit-transform: scaleX(-1);
  transform: scaleX(-1); */
  transform: scale(1.2);
  top: -50px;
  left: 0px;
}

#automa_animation.kb_caracters_box p.e-lottie__caption {
  position: relative;
  top: -69px;
}

.kb_caracters_box svg {
  transform: unset !important;
}

.kb_caracters_box .e-lottie__animation {
  top: -20px;
  position: relative;
}

.kb_caracters_box.guarda p.e-lottie__caption {
  position: relative;
  top: -76px;
  margin-bottom: -80px !important;
}

.kb_caracters_box .elementor-widget-container {
  height: 198.75px;
}

.kb_caracters_box.comunica p.e-lottie__caption {
  position: relative;
  top: -34px;
  margin-bottom: -80px !important;
}

.kb_caracters_box.automatizas p.e-lottie__caption {
  position: relative;
  top: -40px;
  margin-bottom: -80px !important;
}

.channels_icons .elementor-icon:hover {
  border-color: black !important;
}

.soluciones_industria .elementor-column.elementor-col-16, .soluciones_industria .elementor-column[data-col="16"] {
  width: 100% !important;
}

.soluciones_industria .elementor-widget-text-editor .elementor-widget-container {
  min-height: 220px;
}

.soluciones_industria .elementor-widget-heading .elementor-widget-container{
  min-height: 115px;
}

.soluciones_industria .elementor-column.elementor-col-16:after {
  content: "";
  width: 2px;
  min-height: 304px;
  background: #ddd;
  position: absolute;
  top: 28%;
  right: 0;
  height: 350px;
  border-right: 2px solid #ddd;
}

.soluciones_industria .elementor-widget-text-editor {
  min-height: 220px;
}

.soluciones_industria .elementor-column.elementor-col-16:nth-child(5):after {
  content: none;
}

.channels_icons:hover {
  cursor: pointer;
}

.channels_icons_checked.elementor-icon {
  background: black !important;
  border-color: black !important;
  fill: #48FFBC !important;
  color: #48FFBC !important;
}


.all_industries .soluciones_industria .elementor-column.elementor-col-16:after {
  content: "";
  width: 2px;
  min-height: 304px;
  background: #ddd;
  position: absolute;
  top: 26%;
  right: 0;
  height: 350px;
  border-right: 2px solid #ddd;
}

.all_industries .soluciones_industria .elementor-column.elementor-col-16:nth-child(6):after {
  content: none;
}

/*---- Calculator - Soluciones ----*/
.range-slider {
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rangeValues {
  padding: 12px;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  color: black;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  border: 2px solid black;
  border-radius: 30em;
  width: 70%;
  position: relative;
  left: 0;
  background: black;
  height: 6px;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 70%;
  height: 5px;
  background: black;
  border: none;
  border-radius: 30em;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 100em;
  background: black;
  margin-top: -8px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type=range]:focus {
outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: black;
}

.WithKeybe-3Months, .WithKeybe-6Months {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  color: black;
}

span.kb_conversion {
  font-size: 64px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.1;
}

span.WithKeybe_Months-title {
  font-size: 20px;
  font-style: italic;
  line-height: 1.2;
}

.WithKeybe {
  padding: 30px 40px;
}

.no_show {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
}

#view_proyection, #view_proyection:hover {
  cursor: pointer;
}

.loqueahorras {
  font-style: italic;
}


/*---- end Calculator - Soluciones ----*/


/*--- How we do it ---*/


section.how_WeDoIt .elementor-background-overlay:before {
  content: "";
  /*    background: rgb(73,255,155);
  background: -moz-radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0.48783263305322133) 90%);
  background: -webkit-radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0.48783263305322133) 90%);*/
  background: radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0) 70%);
  /*background-image: url('https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png');*/
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: -41%;
  right: -60%;
  left: auto;
  width: 1560px;
  height: 1560px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}

section.how_WeDoIt .elementor-background-overlay:after {
  content: "";
  /*    background: rgb(73,255,155);*/
  background: -moz-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: -webkit-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  /*background-image: url('https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png');*/
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50%;
  right: auto;
  left: -60%;
    width: 1560px;
  height: 1560px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}

.how_WeDoIt {
  overflow-x: hidden;
}
.how_WeDoIt .elementor-background-overlay {
  overflow: hidden;
}

.howdoit_features .elementor-column:after {
  content: "";
  width: 1px;
  min-height: 304px;
  background: #49ff9b;
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
}

.howdoit_features .elementor-column:last-child:after {
  content: none;
}

.all_industries .soluciones_industria .elementor-container {
  max-width: 100% !important;
}


/*---- Prices----*/


section.prices_page .elementor-background-overlay:before {
  content: "";
  /*    background: rgb(73,255,155);
  background: -moz-radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0.48783263305322133) 90%);
  background: -webkit-radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0.48783263305322133) 90%);*/
  background: radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0) 70%);
  /*background-image: url('https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png');*/
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: -11%;
  right: -60%;
  left: auto;
  width: 1560px;
  height: 1560px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}

section.prices_page .elementor-background-overlay:after {
  content: "";
  /*    background: rgb(73,255,155);*/
  background: -moz-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: -webkit-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  /*background-image: url('https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png');*/
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10%;
  right: auto;
  left: -60%;
    width: 1560px;
  height: 1560px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}

.prices_page {
  overflow-x: hidden;
}
.prices_page .elementor-background-overlay {
  overflow: hidden;
}

h2.price_num {
  width: 125px;
  height: 125px;
  color: white;
  display: flex;
  font-size: 46px;
  font-weight: 800;
  font-style: italic;
  align-items: center;
  line-height: 1.2;
  justify-content: center;
}

h2.price_num > span {
  font-size: 14px;
}

h2.price_num > sup {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 1.2;
  left: 3px;
  top: -1px;
}

.prices_plan:before {
  content: "";
  background-color: transparent;
  /* background-image: linear-gradient(90deg, #49FF9B -60%, #00FFFF 100%); */
  /* background-image: url(https://keybe.ai/wp-content/uploads/2022/03/prices_bg.svg); */
  background-image: url(https://keybe.ai/wp-content/uploads/2022/03/pricesbg2.svg);
  border-radius: 300em;
  position: absolute;
  /* top: 30%;
  left: 20%;
  max-width: 450px;
  max-height: 450px; */
  min-width: 320px;
  min-height: 320px;
}

.LoQuiero-btn path, .LoQuiero-btn text, .LoQuiero-btn text > .cls-2 {
  fill: transparent !important;
  visibility: hidden;
}

.LoQuiero-btn {
  transform: scale(0.95);
}

/* 
.prices_plan:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/03/prices_shadow.png);
  width: 100%;
  position: absolute;
  bottom: -230px;
  left: -1px;
  right: -1px;
  height: 70px;
  top: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
 */

 /*.prices_plan:after {
    content: "";
    background-image: url(/wp-content/uploads/2022/03/prices_shadow.png);
    width: 100%;
    position: relative;
    bottom: -330px;
    left: -1px;
    right: -1px;
    height: 70px;
    top: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
    opacity: 0.7;
}*/

#PlanPREMCol:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/03/prices_shadow.png);
  width: 100%;
  position: absolute;
  bottom: -100px;
  left: -1px;
  right: -1px;
  height: 70px;
  top: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
#PlanPROCol:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/03/prices_shadow.png);
  width: 100%;
  position: absolute;
  bottom: -120px;
  left: -1px;
  right: -1px;
  height: 70px;
  top: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
#PlanEssenCol:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/03/prices_shadow.png);
  width: 100%;
  position: absolute;
  bottom: -100px;
  left: -1px;
  right: -1px;
  height: 70px;
  top: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: multiply;
  opacity: 0.7;
}

#plan_esencial.prices_plan:before {
  left: 6.8%;
  width: 405px;
  height: 405px;
  top: 26.2%;
}

#plan_pro.prices_plan:before {
  left: 11.4%;
  width: 480px;
  height: 480px;
  top: 19.6%;
}

#plan_prem.prices_plan:before {
  left: 5.4%;
  width: 405px;
  height: 405px;
  top: 26.2%;
}

#price_esent {
  transform: scale(0.8);
  /* bottom: -10px; */
}

/* #price_pro {
  top: 165px;
} */

#price_prem {
  display: none;
  transform: scale(0.8);
}

.elementor-89322 .elementor-element.elementor-element-9c1e487 .elementor-icon {
  font-size: 117px;
  top: -4px;
  position: relative;
  left: 2px;
}

.elementor-89322 .elementor-element.elementor-element-5b8d7bf .elementor-icon {
  font-size: 117px;
  top: -5px;
  position: relative;
  left: 0;
}

.elementor-89322 .elementor-element.elementor-element-59faf7a img {
  width: 100%;
  top: 22px;
  position: relative;
}

.plan_infobox {
  min-height: 92px;
}

.plan_detalle {
  max-width: 320px;
  min-width: 290px;
  border: 2px solid #ccc;
  padding: 265px 30px 30px 30px;
  top: -220px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-color: cyan;
}

.vermas_plans a span.elementor-button-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.vermas_plans a.openBtn span.elementor-button-icon > .fa-angle-down:before {
  content: "\f106" !important;
}

.plan_detalle li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.vermas_plans {
  position: relative;
}

.vermas_plans a:hover {
  font-weight: 700 !important;
}

#vermas_plans_essen {
  top: 35px;
  margin-bottom: 20px !important;
}

#vermas_plans_pro {
  top: 59px;
  margin-bottom: 20px !important;
}


#vermas_plans_prem {
  top: 32px;
  margin-bottom: 20px !important;
}

#plan_detalle-pro {
  padding-top: 289px;
}

#plan_detalle-esential {
  padding-top: 280px;
}

#plan_detalle-prem {
  padding-top: 290px;
  top: -225px;
}

.LoQuiero-btn {
  transform: scale(1);
  transition: 0.23s ease;
}

.LoQuiero-btn:hover {
  /* transform: scale(1.1)  translateY(-2px); */
  transition: 0.23s ease;
  filter: drop-shadow(0px -4px 16px rgba(0,0,0,0.2));
  
}

#plan_pro .LoQuiero-btn a {
  font-size: 143px !important;
}

span.strongTxt {
  color: #00d3ff;
  font-weight: 700 !important;
}

/*- PRICES CALCULATOR -*/
#chats_promedios p {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  line-height: 1.26em;
  letter-spacing: 0px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
    margin-top: 12px;
}

#chats_promedios.range-slider input[type=range] {
  background-color: #00ffff !important;
  border: 2px solid #00ffff !important;
}

#chats_promedios.range-slider input[type=range]::-webkit-slider-thumb {
   -webkit-appearance: none;
  background-color: #00ffff !important;
}

#chats_promedios.range-slider input[type=range]::-webkit-slider-runnable-track {
   -webkit-appearance: none;
  background-color: #00ffff !important;
}

#chats_promedios.range-slider {
  justify-content: flex-start;
  width: 100%;
  padding: 24px 60px 24px 40px;
}

#chats_promedios.rangeValues {
  padding: 12px;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  color: black;
  width: 20%;
}

#chats_promedios input.range__amount {
  padding: 2px 12px 2px 13px;
  font-size: 26px;
  font-weight: 900;
  font-style: italic;
  color: black;
  width: 30%;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 2px solid #00ffff;
  border-radius: 0;
  line-height: 1.1;
}

#chats_promedios input.range__amount:focus {
  outline: none;
  color: #696969;
  border-bottom: 1px solid #00ffff;
}

input.range__amount::-webkit-outer-spin-button,
input.range__amount::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input.range__amount[type=number] {
-moz-appearance: textfield;
}

.gastabox .gastomes {
  color: black;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
}

.gastabox {
  top: -24px;
  position: relative;
}

.prices_channels_icons_checked.elementor-icon {
  background: #00ffff !important;
  border-color: black !important;
  fill: #000000 !important;
  color: #000000 !important;
}

#plan_sugerido {
  padding: 30px 10px 0px 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

#tesugerimos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 28px;
}

#plan_sugerido > * {
  color: black;
}

h4.planName {
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    border-top: 0px solid #00ffff;
    border-bottom: 0px solid #00ffff;
    padding: 8px 0px;
    width: fit-content;
    margin-bottom: 0px;
}

/* p.planMore {
  margin: 10px auto !important;
  font-weight: 700;
  text-indent: 40px;
  width: 60%;
} */

p.planMore {
  margin: 8px 0;
  font-weight: 700;
  text-indent: 0;
  width: 100%;
}

.seleccionatuCanal {
  color: #000000 !important;
  font-size: 18px !important;
  font-style: italic !important;
  line-height: 1.26em !important;
  letter-spacing: 0.7px !important;
  font-weight: 400;
  text-transform: none;
  top: -1px;
  position: relative;
}

span.precioplan {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -1px;
/*   font-size: 30px;
  line-height: 1.2; */
  font-weight: 400;
  font-style: italic;
  width: 100%;
}

.ofrecePlan {
  font-size: 14px;
  line-height: 1.4;
  padding: 8px;
  border-top: 2px solid #00ffff;
  margin-top: 8px;
}

.ofrecePlan i {
  font-size: 4px;
  padding: 4px 2px 2px 2px;
  line-height: 1.3;
  top: -2px;
  position: relative;
}

ul.planInfo {
  /* margin-top: 14px; */
  width: 60%;
  margin: 14px auto;
}

.elementor-89322 .elementor-element.elementor-element-b924026 > .elementor-widget-container span#gastomensual {
  display: none;
}

.elementor-89322 .elementor-element.elementor-element-c60bfcd .elementor-heading-title {
  display: none;
}

.elplan {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.elplan > lottie-player {
  width: 30% !important;
  height: 151px !important;
  margin-right: 8px;
  margin-left: -18px;
}

.elplandetalle {
  width: 70%;
}

#pricesCalculator span.WithKeybe_Months-title {
  font-size: 18px;
  font-style: italic;
  line-height: 1;
}

#pricesCalculator span.kb_conversion {
  font-size: 42px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.1;
}

#pricesCalculator .WithKeybe {
  /* padding: 30px 20px; */
  padding: 30px 20px 30px 40px;
}

.elementor-89322 .elementor-element.elementor-element-1754244 > .elementor-element-populated {
  border-right: 0;
}

#pricesCalculator .loqueahorras {
  font-size: 15px;
}

/*---- RECURSOS  ARTICULOS ----*/
.firts_post {
  overflow-x: hidden;
}

.firts_post .post-content-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.firts_post .post-metro-content {
  position: relative !important;
  max-width: 640px !important;
}

.firts_post .recent_articles-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  min-height: 580px;
  /* padding: 8vh; */
}

.firts_post .recent_article_content {
  width: 80%;
  margin: 0 auto;
  top: 35px;
  position: relative;
}

.firts_post h3.recent_article-title {
  color: white;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
  font-style: italic;
  max-width: 540px;
  margin: 0;
  padding: 10px;
}

.firts_post .recent_article-excerpt {
  padding: 10px;
}

.firts_post .recent_articles-item p, p.recent_article-excerpt {
  color: white;
  max-width: 540px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.firts_post a.recent_article-readmore {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  text-shadow: none;
  fill: #000;
  color: #000;
  background-color: white;
  border-radius: 30em 30em 30em 30em;
  border: 0;
  /* filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.1)); */
  transition: 0.23s all;
  padding: 12px 30px;
  margin: 8px;
}

.firts_post a.recent_article-readmore:hover {
  /* filter: drop-shadow(2px 16px 22px rgba(0,0,0,0.2)); */
  fill: #00FFFF;
  color: #00FFFF;
  background-color: black;
  transition: 0.23s all;
  transform: translateY(-8px);
}

.firts_post .recent_articles-item:before {
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.firts_post .recent_articles-item > * {
  z-index: 2;
}

.kb_articles {
  overflow-x: hidden;
}

.kb_articles .blog-featured-image.tp-cst-img-full.img img {
  width: 300px;
  /* height: 300px; */
  height: 100%;
  border-radius: 300px;
  transform: scale(1) !important;
  object-fit: cover;
  -o-object-fit: cover;
  
}

.kb_articles .blog-featured-image img {
  width: 290px;
  height: 100%;
  border-radius: 300px;
  transform: scale(1) !important;
  object-fit: cover;
  -o-object-fit: cover;
}

#titleBlog .elementor-element.elementor-element-df23493.elementor-widget.elementor-widget-theme-post-title.elementor-page-title.elementor-widget-heading {
  display: block !important;
}

.kb_articles .blog-list .blog-list-content .blog-featured-image:before, .kb_articles .blog-list.list-isotope-metro .blog-list-content .blog-bg-image-metro:before {
  border-radius: 300px;
  opacity: 0.25 !important;
}

.kb_articles a.post-load-more:hover {
  font-weight: 700 !important;
}


/* 
.kb_articles .grid-item.metro-item {
  padding: 0 20px !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;  
}
 */
.kb_articles .post-content-image {
  margin: 8px 0;
}

.kb_articles .grid-item article {
  padding: 18px;
  margin: 0px;
}

.kb_articles .blog-list.blog-style-3 .blog-featured-image {
  width: 300px;
  height: 300px;
}

.kb_articles .blog-list.blog-style-3 .blog-list-content:hover .post-content-image {
  box-shadow: none;
  /* filter: drop-shadow(1px 1px 12px rgba(0,0,0,0.2)); */
}

/* .kb_articles .blog-list.blog-style-3 .blog-list-content:hover img {
  filter: drop-shadow(1px 1px 12px rgba(0,0,0,0.2));
} */

.kb_articles .post-content-image a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kb_articles .post-content-bottom {
  display: flex;
  flex-wrap: wrap !important;
  flex-direction: column-reverse !important;
}

.kb_articles .blog-list.blog-style-3 h3.post-title, .kb_articles .blog-list.blog-style-3 h3.post-title a {
  font-weight: 300;
  color: black;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.6px;
}

.kb_articles .grid-item.metro-item {
  width: 45%;
  /* margin-left: 6%; */
}

.kb_articles .post-content-bottom {
  padding: 8px 10px 8px 20px !important;
}
/* 
.kb_articles .grid-item.metro-item:nth-child(even) {
  left: 680px !important;
}

.kb_articles .grid-item.metro-item:nth-child(odd) {
  left: 30px !important;
} */

.kb_articles .post-inner-loop  {
  /* left: 20px; */
  left: 4vw;
}

.kb_articles .post-meta-info .author-date {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: column-reverse !important;
}

.kb_articles .post-meta-info {
  padding: 35px 0 5px 0;
  position: relative;
  margin-bottom: 0 !important;
}

.kb_articles .post-meta-info:before {
  contain: "";
  width: 20px;
  height: 1px;
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
}

.kb_articles .post-meta-info:before {
  content: "";
  background-color: #49f79b;
  width: 60px;
  height: 1px;
  top: 16px;
  left: 0;
}

.kb_articles .post-meta-info.style-3 .author-date a {
  text-transform: none;
  color: black;
  font-weight: bold;
  padding: 8px 0;
}

.kb_articles .post-meta-info .meta-date > * {
  color: #49f79b !important;
  font-weight: bold;
}

.kb_articles .post-meta-info:after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 2%;
  background-image: url(/wp-content/uploads/2022/03/arrow-blog.svg);
  width: 30px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.23s ease;
  transform: translateX(-4px);
}

.kb_articles .grid-item:hover .post-meta-info:after {
  transform: translateX(4px);
  transition: 0.23s ease;
}

.kb_articles .post-filter-data {
  text-align: left;
}

.kb_articles ul.category-filters a span {
  text-transform: uppercase;
  font-size: 14px;
  color: black;
}

.kb_articles ul.category-filters a.active span, .kb_articles ul.category-filters.hover-style-1 a:hover span {
  font-weight: bold;
}

.kb_articles span.filters-toggle-link {
  font-weight: bold !important;
}

.kb_articles ul.category-filters.hover-style-1 li a:hover::after {
  background: #49f79b !important;
}

.kb_articles ul.category-filters.hover-style-1 li a.active::after {
  background: #49f79b !important;
}

.kb_articles .theplus-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kb_articles .theplus-pagination > *:not(.paginate-next, .paginate-prev) {
  padding: 12.8px 18px !important;
  color: black;
  border: 0 !important;
  width: 45px;
  height: 45px;
}

.kb_articles .theplus-pagination>a:hover, .kb_articles .theplus-pagination>a:focus, .kb_articles .theplus-pagination>span.current {
  background-color: #48ffbc;
  border: 0;
  border-radius: 30em;
  font-weight: 900;
}

.kb_articles .paginate-prev a:hover {
  background: #48ffbc;
  line-height: 35.5px;
}

.kb_articles .paginate-prev a {
  line-height: 35.5px;
}

.kb_articles .paginate-next, .kb_articles .paginate-prev a {
  height: 45px !important;
  padding: 12.8px 16.6px !important;
  border: 0 !important;
  font-size: 1px;
  border-radius: 30em !important;
  color: transparent;
}

.kb_articles .paginate-prev a i, .paginate-next i {
  font-size: 18px !important;
}

.kb_articles .paginate-prev a i:before {
  content: "\f104";
  color: black;
}

.kb_articles .paginate-next i:before {
  content: "\f105" !important;
  color: black;
}

.kb_articles .post-metro-content {
  min-height: 162px;
}

/*-- tips y ayudas ---*/

.tiptitlepopup h3 {
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  border-top: 0px solid #00ffff;
  border-bottom: 2px solid #00ffff;
  padding: 12px 0px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.single-tips-ayudas h3 {
	font-size: 18px;
	font-weight: 700;
}

span#utm_source {
  visibility: hidden;
}

.recent-tips-item {
  border: 2px solid #02fffb;
  padding: 20px 40px;
  border-radius: 12px;
  width: 46%;
  margin: 16px;
  transition: 0.23s ease;
  position: relative;
}

.recent_tips-week {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

span.recent_tips-readmore svg {
  width: 32px;
}

span.recent_tips-readmore {
  float: right;
  transform: translateX(-4px);
  transition: 0.23s ease;
  padding: 4px 12px;
  cursor: pointer;
  position: absolute;
  right: 2%;
  bottom: 3%;
}

.recent-tips-item:hover span.recent_tips-readmore {
  transform: translateX(4px);
  transition: 0.23s ease;
}

h3.recent_tips-title {
  color: #000000;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  min-height: 60px;
  line-height: 1.2;
  min-height: 72px;
}

.recent-tips-item:hover {
  box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
  transition: 0.23s ease;
}

.singletitle {
  display: block;
}

/*--- buttom search ---*/
.dialog-lightbox-close-button.dialog-close-button {
  top: 30px;
  background: #00ffff;
  padding: 12px;
  border-radius: 30em;
  color: black !important;
}

.elementor-search-form--full-screen input.elementor-search-form__input {
  max-width: 540px !important;
}

.elementor-search-form--full-screen input.elementor-search-form__input {
  padding: 12px !important;
  max-width: 600px;
  margin: 0 auto !important;
}
/*--- end buttom search ---*/

/*--- new post grid ---*/
.newPostGrid a.elementor-post__thumbnail__link {
  width: 40% !important;
  padding: 1px;
  margin: 0 !important;
}

.newPostGrid .elementor-post__text {
  width: 60% !important;
  padding: 12px 24px;
  min-height: 100px;
}

.newPostGrid article.elementor-post {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

.newPostGrid .elementor-post__meta-data {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.newPostGrid .elementor-post__thumbnail {
  border-radius: 300em;
}

.newPostGrid h3.elementor-post__title, .newPostGrid h3.elementor-post__title a {
  font-weight: 300;
  color: black;
  font-size: 20px !important;
  line-height: 1.5;
  margin-bottom: 16px !important;
  position: relative;
  padding: 16px 0;
  min-height: 216px;
}

.newPostGrid span.elementor-post-date {
  color: #49f79b !important;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}

.newPostGrid span.elementor-post-author {
  color: black !important;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}

.newPostGrid a.elementor-post__read-more img {
  right: 4%;
  bottom: 2%;
  height: 14px;
  transition: 0.23s ease;
}

.newPostGrid a.elementor-post__read-more {
  position: relative !important;
  width: 95% !important;
  text-align: right !important;
  display: block;
}

.newPostGrid article.elementor-post:hover a.elementor-post__read-more img {
  transform: translateX(6px);
}

.newPostGrid .page-numbers.prev svg, .newPostGrid .page-numbers.next svg {
  width: auto;
  height: 16px;
  position: relative;
  top: 2px;
  left: -1px;
}

.newPostGrid nav.elementor-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  max-width: 48%;
  margin: 60px auto;
}

.newPostGrid span.page-numbers.current {
  background: #48ffbc;
  padding: 10px 18px;
  font-weight: 700;
  border-radius: 300em;
  line-height: 1.5;
}


.newPostGrid .page-numbers {
  color: black !important;
  padding: 10px 18px;
  font-weight: 500;
  border-radius: 300em;
  line-height: 1.5;
  transition: 0.23s ease;
}

.newPostGrid .page-numbers:hover {
  background: #48ffbc;
  padding: 10px 18px;
  font-weight: 700;
  border-radius: 300em;
  line-height: 1.5;
  transition: 0.23s ease;
}

.newPostGrid h3.elementor-post__title:after {
  content: "";
  background-color: #49f79b;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0;
  position: absolute;
}

/*--- single post blog ---*/
.single-post .blog-content h3 {
  font-size: 18px;
  line-height: 1.5;
}

.single-post .blog-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.single-post .sidebar_text h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: -2px;
}

.single-post .blog-content b, .single-post .blog-content h4 {
  color: black;
}

.single-post .blog-content h4 {
  font-size: 18px;
  line-height: 1.5;
}

.single-post .blog-content .sidebar_text *, .single-post .blog-content .sidebar_text h2 {
  text-justify: inter-word;
  word-spacing: -2px;
}

.single-post .blog-content p span {
  line-height: 1.6;
  font-size: 17px;
}

.single-post .blog-content ul, .single-post .blog-content ol {
  margin-bottom: 25px;
  padding-left: 25px;
}

.single-post .blog-content ul li, .single-post .blog-content ol li {
    margin-bottom: 18px;
}

.blog-content a, .blog-content a span {
  color: black;
  font-weight: bold !important;
  /* text-decoration: underline; */
  border-bottom: 2px solid #66f79b;
}

.newPostGrid .elementor-post__thumbnail:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.11);
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}

.newPostGrid .elementor-post__thumbnail img {
  position: relative;
}

section.blog-content.how_WeDoIt .elementor-background-overlay:before {
  content: "";
  background: radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0) 70%);
  /* background-image: url(https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png); */
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: -80%;
  right: -80%;
  left: auto;
  width: 1560px;
  height: 1560px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}

section.blog-content.how_WeDoIt .elementor-background-overlay:after {
  content: "";
  /* background: rgb(73,255,155); */
  background: -moz-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: -webkit-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  /* background-image: url(https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png); */
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10%;
  right: auto;
  left: -55%;
  width: 1024px;
  height: 1024px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}

section.kbRcomen.how_WeDoIt .elementor-background-overlay:before {
  content: "";
  background: radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0) 70%);
  /* background-image: url(https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png); */
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0%;
  right: -60%;
  left: auto;
  width: 1024px;
  height: 1024px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}

section.kbRcomen.how_WeDoIt .elementor-background-overlay:after {
  content: none;
  /* background: rgb(73,255,155); */
  background: -moz-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: -webkit-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  /* background-image: url(https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png); */
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10%;
  right: auto;
  left: -55%;
  width: 1024px;
  height: 1024px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}


/*---- RESOURCES - DEVELOPERS ----*/
.dualButtons .eae-button2 {
  margin-left: -58px;
  z-index: 1;
}

.dualButtons .eae-button1 {
  z-index: 2;
}

.recent_resorc-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
}

.recent_resorc-title-excerpt_box {
  width: 90%;
}

h3.recent_resorc-title {
  color: black;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 2px solid #00ffff;
  width: max-content;
  padding-bottom: 4px;
}

.recent_resorc-excerpt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  padding: 8px;
}

span.recent_resorc-readmore {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  border: 2px solid #00ffff;
  border-radius: 30em;
  padding: 8px 42px;
  max-width: max-content;
  text-align: center;
  width: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.23s ease;
  margin-bottom: 36px;
}

span.recent_resorc-readmore:hover {
  cursor: pointer;
  background: linear-gradient(to right, #00ffff, #49ff9b);
  transition: 0.23s ease;
}

.recent_resorc-content_detail {
  max-width: 75%;
  width: 75%;
  padding: 30px;
  border: 2px solid #00ffff;
  border-radius: 20px;
  position: relative;
  right: 0px;
  left: auto;
  text-align: justify;
  display: none;
}

.recent_resorc-content_detail:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 23px 14px;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -13.5px;
  right: 34px;
}

.recent_resorc-content_detail:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 24px 16px;
  border-color: #00ffff transparent;
  display: block;
  width: 0;
  z-index: 0;
  top: -16px;
  right: 33px;
}

.recent_resorc-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 20px 30px;
}

.pagination > .page-numbers {
  padding: 11px 18px !important;
  color: black;
  border: 0 !important;
  width: 45px;
  height: 45px;
  transition: 0.23s ease;
  font-weight: 500;
  margin: 4px;
}

.recent_resorc-content_detail p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.pagination > .page-numbers:hover, .pagination > .current.page-numbers {
  background-color: #48ffbc;
  border: 0;
  border-radius: 30em;
  font-weight: 900;
  transition: 0.23s ease;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

a.prev.page-numbers i:before {
    content: "\f104" !important;
}

a.next.page-numbers i:before {
    content: "\f105" !important;
}

.recent_resorc-content_detail h3 {
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 8px;
}

.single-recursos_developers h3:not(h3.elementor-post__title) {
  background: linear-gradient(to right,#49ff9b,#00ffff);
  border-radius: 30em;
  width: fit-content;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  text-align: left;
}


/*--- CUSTOM POST TYPE ARCHIVE PAGE (TIPS AND RESOURCES FOR DEVELOPERS ---*/
.custo_posttype_main {
  padding-top:120px;
}

.archive_header {
  display: block !important;
  padding: 10px 0px 10px 0px;
  border-style: solid;
  border-width: 2px 0px 2px 0px;
  border-color: #48FFBC;
  margin-bottom: 25px;
}

.archive_title {
  color: #000000;
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
}
/*--- CUSTOM POST TYPE ARCHIVE PAGE (TIPS AND RESOURCES FOR DEVELOPERS ---*/

/*---- SOCIOS COMERCIALES ----*/
.socios_comerciales a.recent_resorc-readmore {
  color: black;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  border: 2px solid #0ff;
  border-radius: 30em;
  padding: 8px 42px;
  max-width: max-content;
  text-align: center;
  width: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: .23s ease;
  margin-bottom: 36px;
}

.socios_comerciales a.recent_resorc-readmore:hover {
  cursor: pointer;
  background: linear-gradient(to right,#00ffff,#49ff9b);
  transition: .23s ease;
}

.socios_comerciales .recent_resorc-content {
  justify-content: space-between !important;
  width: 100%;
}
.socios_comerciales .recent_resorc-title-excerpt_box {
  width: 86% !important;
}



/*---- END SOCIOS COMERCIALES ----*/

/*---- VIDEO HOME TOP ----*/
.video-hc, .video-hc2 {
  display: none;
}

#video-hc, #video-hc2 {
  width: 100% !important;
/*    top: -135px !important;*/
}

.bodyMove {
  position: absolute !important;
  top: -109px !important;
  left: -53px !important;
  transform: scale(1.060);
}

video#video_autolarte, video#video_autolarte2 {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}

video#video_autolarteV, video#video_autolarteV2 {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 1900px) and (min-width: 1440px) {
  .bodyMove {
    position: absolute !important;
    top: -94px !important;
    left: -40px !important;
    transform: scale(1.065);
  }
}

@media only screen and (min-width: 1901px) {
  .bodyMove {
    position: absolute !important;
    top: -78px !important;
    left: -51px !important;
    transform: scale(1.065);
  }

  .conoce_blockCol > .elementor-widget-wrap {
    justify-content: center !important;
    padding: 0px 10px 0px 60px !important;
  }

  #block_manuela.conoce_blockCol > .elementor-widget-wrap {
    justify-content: center !important;
    padding: 0px 10px 0px 80px !important;
  }

/*   #block_jesus.conoce_blockCol > .elementor-widget-wrap {
    justify-content: center !important;
    padding: 0px 10px 0px 80px !important;
  } */

  #block_manuela.conoce_blockCol > .elementor-widget-wrap {
    justify-content: center !important;
    padding: 0px 10px 0px 80px !important;
  }

  .keybe_personaje {
    top: -8vh !important;
  }
  
  #block_jesus .keybe_personaje {
    top: -10vh !important;
  }
  
  #block_manuela2 .keybe_personaje {
    top: -7vh !important;
  }
}

/*---- END VIDEO HOME TOP ----*/

/*--- logos prefooter --*/
.flipping_angle {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
/*--- end logos prefooter --*/


#rrss_footer {
  padding-right: 3%;
}

#subscribe_footer {
  padding-right: 1%;
}

@media only screen and (max-width: 1279px) and (min-width: 1196px) {
    #rrss_footer {
        padding-right: 0%;
    }
}

/*--- COMO USAR KEYBE ---*/
.keybe_tabs .elementor-tabs-wrapper {
  border: 2px solid #48FFBC;
  border-radius: 50em;
}

.keybe_tabs .elementor-tab-title {
  padding: 8px 16px !important;
  border-radius: 50em;
  text-align: center;
  transition: 0.23s all !important;
}

.keybe_tabs .elementor-tab-title.elementor-active, .keybe_tabs .elementor-tab-title:hover {
  background-color: #48FFBC;
  transition: 0.23s all;
}

.keybe_tabs .elementor-tab-content h3 {
  font-weight: 900;
  font-size: 24px;
}

.keybe_tabs ul {
  margin-bottom: 20px;
}

.keybe_tabs li {
  margin-bottom: 6px;
}

.keybe_tabs .elementor-tab-title.elementor-tab-mobile-title {
  border: 2px solid #48FFBC !important;
  border-radius: 50em !important;
  margin-bottom: 4px;
}


.keybe_tabs .elementor-tab-content a, .keybe_tabs .elementor-tab-content a span {
  color: #000 !important;
  font-weight: 700!important;
  border-bottom: 2px solid #66f79b !important;
}

section.huk_content .elementor-background-overlay:before {
  content: "";
  background: radial-gradient(circle, rgba(73,255,155,1) 0%, rgba(0,0,0,0) 70%);
  /* background-image: url(https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png); */
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: -10%;
  right: -20%;
  left: auto;
  width: 1024px;
  height: 1024px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}

section.huk_content .elementor-background-overlay:after {
  content: none;
  /* background: rgb(73,255,155); */
  background: -moz-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: -webkit-radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  background: radial-gradient(circle, rgba(0,255,255,1) 0%, rgba(0,0,0,0) 70%);
  /* background-image: url(https://keybe.ai/wp-content/uploads/2022/02/FONDO-4_min.png); */
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10%;
  right: auto;
  left: -20%;
  width: 1024px;
  height: 1024px;
  border-radius: 100em;
  opacity: 1;
  z-index: -1;
  filter: blur(10px);
}


/*--- COMO USAR KEYBE ---*/


/*---- legales ----*/
@media only screen and (min-width: 1080px) {

  #legales .uc_bold_tabs {
    display: flex;
    flex-wrap: wrap;
  }
  
  #legales .tabs.r-tabs-nav {
    width: 30%;
    display: flex;
    flex-direction: column;
  }
  
  #legales .panel-container {
    background-color: transparent !important;
    width: 70%;
  }

}

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

  #legales .r-tabs-accordion-title a {
    margin-bottom: 4px;
  }

  #legales .r-tabs-accordion-title a {
    font-weight: 800;
    font-style: italic;
    border: 2px solid #48FFBC;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 50em;
    background: transparent;
    color: black;
    padding: 12px 16px;
  }

  #legales .r-tabs-accordion-title.r-tabs-state-active a {
    font-weight: 800;
    font-style: italic;
    border: 2px solid #48ffbc;
    background-color: #48FFBC;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 16px;
    border-radius: 50em;
  }

  #legales .tab-container {
    padding: 10px !important;
  }
}

#legales .panel-container {
  background-color: transparent !important;
}

#legales li.r-tabs-tab a.r-tabs-anchor {
    font-weight: 800;
    font-style: italic;
    border: 2px solid #48FFBC;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 16px;
    border-radius: 50em;
    background: transparent;
    color: black;
}

#legales li.r-tabs-tab.r-tabs-state-active a.r-tabs-anchor, #legales li.r-tabs-tab:hover a.r-tabs-anchor {
    font-weight: 800;
    font-style: italic;
    border: 2px solid #48ffbc;
    background-color: #48FFBC;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 16px;
    border-radius: 50em;
}

#legales .tabs.r-tabs-nav li {
    margin-bottom: 4px;
}

#legales .panel-container p, #legales .panel-container p > span , #legales .tab-container span {
  font-size: 16px;
  line-height: 1.6;
  color: black;
}

#legales .panel-container ul {
  margin-left: 30px;
  margin-bottom: 12px;
}

#legales .panel-container li {
  margin-bottom: 8px;
  line-height: 1.6;
}

#legales .panel-container h4, #legales .panel-container h4 > span {
  font-size: 18px;
  line-height: 1.5;
  color: black;
  font-weight: 700 !important;
}

#legales .panel-container a:not(.r-tabs-anchor), #legales .panel-container a > span{
  color: black !important;
  font-weight: bold !important;
  border-bottom: 2px solid #66f79b;
  padding: 0 0 3px 0 !important;
}

#legales .panel-container h3, #legales .panel-container h3 > span {
  font-size: 22px;
  font-weight: 800 !important;
}
  
/*---- end legales ----*/

/*---- BREACKPOINTS ----*/
@media only screen and (min-width: 1680px) {
  .pin-spacer .sequence {
    transform: translate3d(0px, 69px, 0px) !important;
  }

  .keybe_scrolled {
    bottom: 12vh !important;
  }

  .keybe_personaje {
    top: -6vh !important;
  }

  #block_juanita .keybe_personaje {
    top: -10vh !important;
  }
}

@media only screen and (min-width: 1280px) {
  section#planEsencial, section#planPro, section#planPrem {
    transform: scale(0.9);
  }

  .elementor-89322 .elementor-element.elementor-element-3da0c66 {
    transform: scale(0.95);
  }
}

@media only screen and (min-width: 1366px) {
  #PlanPROCol .LoQuiero-btn {
      transform: scale(1.04) translateY(-1px);
  }
}

@media only screen and (min-width: 1381px) and (max-width: 1480px) {
  
  .keybe_scrolled {
    bottom: 23vh !important;
  }

  .conoce_blockCol > .elementor-widget-wrap {
    /* justify-content: center !important; */
    padding: 0px 10px 0px 80px !important;
  }

}

@media only screen and (min-width: 1280px) and (max-width: 1380px) {
  
  .keybe_scrolled {
    bottom: 38vh !important;
  }

  .elementor-widget-icon {
    width: 24% !important;
  }

  .newPostGrid h3.elementor-post__title, .newPostGrid h3.elementor-post__title a {
    font-size: 19px !important;
  }
}

/*--- MOBILE MENU ---*/
@media only screen and (max-width: 1024px) {
  header .jet-menu-item-wrapper {
    flex-wrap: nowrap !important;
  }
  
  header .jet-mobile-menu__item>.jet-mobile-menu__list {
    padding: 0px 0 0px 8px !important;
  }
}
/*--- END MOBILE MENU ---*/

/*--- SUBMENU - BREACKPOINTS --*/

@media only screen and (min-width: 1680px) and (max-width: 1800px) {
  .jet-menu-item-89518 > .jet-sub-mega-menu {
    top: 7vh !important;
  }
  
  .jet-menu-item-89518 > .jet-sub-mega-menu:before, .jet-menu-item-89518.jet-menu-hover > .jet-sub-mega-menu:before {
    right: auto;
  }
  .jet-menu-item-87922 > .jet-sub-mega-menu {
    top: 7vh !important;
  }
  
  .jet-menu-item-87922 > .jet-sub-mega-menu:before, .jet-menu-item-87922.jet-menu-hover > .jet-sub-mega-menu:before {
    right: auto;
  }
  .loooop.noBR br {
    display: none !important;
  }
}

@media only screen and (min-width: 1540px) and (max-width: 1679px) {
  .jet-menu-item-89518 > .jet-sub-mega-menu {
    top: 7vh !important;
  }
  
  .jet-menu-item-89518 > .jet-sub-mega-menu:before, .jet-menu-item-89518.jet-menu-hover > .jet-sub-mega-menu:before {
    right: auto;
  }
  .jet-menu-item-87922 > .jet-sub-mega-menu {
    top: 7vh !important;
  }
  
  .jet-menu-item-87922 > .jet-sub-mega-menu:before, .jet-menu-item-87922.jet-menu-hover > .jet-sub-mega-menu:before {
    right: auto;
  }
  .loooop.noBR br {
    display: none !important;
  }

  #block_jesus .keybe_personaje {
    top: -11.585vh !important;
  }

  #block_manuela2 .keybe_personaje {
    top: -7vh !important;
  }

}

@media only screen and (min-width: 1448px) and (max-width: 1539px) {
  .jet-menu-item-89518 > .jet-sub-mega-menu {
    top: 7vh !important;
  }
  
  .jet-menu-item-89518 > .jet-sub-mega-menu:before, .jet-menu-item-89518.jet-menu-hover > .jet-sub-mega-menu:before {
    right: auto;
  }

  .jet-menu-item-87922 > .jet-sub-mega-menu {
    top: 7vh !important;
  }
  
  .jet-menu-item-87922 > .jet-sub-mega-menu:before, .jet-menu-item-87922.jet-menu-hover > .jet-sub-mega-menu:before {
    right: auto;
  }
  .loooop.noBR br {
    display: none !important;
  }
/* 
  #block_manuela2 #manuela2.keybe_personaje {
    top: -8.7vh !important;
  } */
}



@media only screen and (min-width: 1440px) and (max-width: 1447px) {
  .jet-menu-item-89518 > .jet-sub-mega-menu {
    top: 7vh !important;
    /* left: -358px !important; */
    left: -14px !important;
  }
  
  .jet-menu-item-89518 > .jet-sub-mega-menu:before, .jet-menu-item-89518.jet-menu-hover > .jet-sub-mega-menu:before {
    right: auto;
    /* right: 25.5vw; */
    /* right: 11.3vw; */
  }

  .jet-menu-item-87922 > .jet-sub-mega-menu {
    top: 7vh !important;
  }
  
  .jet-menu-item-87922 > .jet-sub-mega-menu:before, .jet-menu-item-87922.jet-menu-hover > .jet-sub-mega-menu:before {
    right: auto;
    /* right: 17.1vw; */
  }
  .loooop.noBR br {
    display: none !important;
  }

  #block_manuela2 .keybe_personaje {
    top: -10vh !important;
  }

  #juan_personaje img {
    width: 68% !important;
  }
  
}

@media only screen and (min-width: 1281px) and (max-width: 1439px) {
  .jet-menu-item-89518 > .jet-sub-mega-menu {
    top: 7vh !important;
    left: -14px !important;
  }
  
  .jet-menu-item-89518 > .jet-sub-mega-menu:before, .jet-menu-item-89518.jet-menu-hover > .jet-sub-mega-menu:before {
    right: auto;
  }
  .jet-menu-item-87922 > .jet-sub-mega-menu {
    top: 7vh !important;
    left: -244px !important;
  }
  
  .jet-menu-item-87922 > .jet-sub-mega-menu:before, .jet-menu-item-87922.jet-menu-hover > .jet-sub-mega-menu:before {
    /* right: 18vw; */
    right: 22vw;
  }

  .loooop.noBR br {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .jet-menu-item-89518 > .jet-sub-mega-menu {
    top: 7vh !important;
    /* left: -347px !important; */
    /* left: -257px !important; */
    /* left: -14px !important; */
    right: auto !important;
  }
  
  .jet-menu-item-89518 > .jet-sub-mega-menu:before, .jet-menu-item-89518.jet-menu-hover > .jet-sub-mega-menu:before {
    right: auto;
  }
  .jet-menu-item-87922 > .jet-sub-mega-menu {
    top: 7vh !important;
    /* left: -226px !important; */
    /* left: -106px !important; */
    right: auto !important;
  }
  
  .jet-menu-item-87922 > .jet-sub-mega-menu:before, .jet-menu-item-87922.jet-menu-hover > .jet-sub-mega-menu:before {
    /* right: 20.1vw; */
    /* right: 38.1vw; */
    right: auto;
  }

  .jet-menu-item-106870 > .jet-sub-mega-menu {
    left: -32px !important;
  }

  .jet-menu-item-118876 > .jet-sub-mega-menu {
    left: -32px !important;
  }

  .loooop.noBR br {
    display: none !important;
  }

  .firts_post .recent_articles-item {
    height: 95vh;
    min-height: 730px;
  }

  .kb_articles .grid-item article {
    padding: 0px;
    margin: 0px;
  }

  .kb_articles .post-inner-loop {
    left: 1vw;
  }

  .kb_articles .grid-item.metro-item {
    width: 50%;
  }

  .soluciones_industria .kb_taglines_gral h3 {
    font-size: 22px !important;
  }
}

/*--- END SUBMENU - BREACKPOINTS --*/

@media only screen and (min-width: 1680px) and (max-width: 1760px) {
  #plan_esencial.prices_plan:before {
    left: 8.2% !important;
    width: 390px !important;
    height: 390px !important;
    top: 25.7% !important;
    right: auto !important;
  }

  #plan_esencial .LoQuiero-btn {
    bottom: -110px !important;
  }

  #plan_prem.prices_plan:before {
    left: 8.4% !important;
    width: 390px !important;
    height: 390px !important;
    top: 25.1% !important;
    right: auto !important;
  }

  #planPrem .LoQuiero-btn {
    bottom: -108.3px !important;
    left: 0px !important;
    right: 0 !important;
  }

  #plan_pro.prices_plan:before {
    left: 14.5% !important;
    width: 445px !important;
    height: 445px !important;
    top: 14.2% !important;
  }

  #plan_pro .LoQuiero-btn {
    bottom: -98.3px !important;
    left: 2.5px !important;
    right: 0 !important;
  }

  /*---- prices ----*/
  section#prices_pageSection {
    padding-top: 90px;
  }
  
  #plan_pro h2.elementor-heading-title {
    font-size: 68px !important;
  }
  
  #plan_pro .elementor-89322 {
    /* margin-top: 18px !important; */
    position: relative;
  }
  
  #price_pro {
    top: 110px;
    left: 400px;
    transform: scale(0.9);
  }
  
  section#planPro .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
    top: 3px;
    /* margin-top: 70px; */
  }
  
  section#planPro .elementor-89322 .elementor-element.elementor-element-2fba04f > .elementor-widget-container {
    margin-top: 0 !important;
  }
  
 /*  #plan_pro.prices_plan:before {
    left: 14%;
    width: 400px;
    height: 400px;
    top: 16%;
  }
 */
  .elementor-89322 .elementor-element.elementor-element-2fba04f > .elementor-widget-container {
    margin-top: 20px !important;
  }
  
  #plan_pro .LoQuiero-btn a {
    font-size: 118px !important;
  }
  /* 
  #plan_pro .LoQuiero-btn {
    bottom: -95px !important;
  } */
  
  .LoQuiero-btn:hover {
    /* transform: scale(1.02) translateY(-0.9px); */
    transition: 0.23s ease;
    filter: drop-shadow(0px -4px 16px rgba(0,0,0,0.2));
  }
  /* 
  #plan_esencial.prices_plan:before {
    left: 6.8%;
    width: 360px;
    height: 360px;
    top: 30.3%;
    right: auto;
  } */
  
  div#plan_esencial p.elementor-heading-title.elementor-size-default {
    font-size: 20px;
  }
  
  div#plan_esencial h2.elementor-heading-title.elementor-size-default {
    font-size: 41px;
  }
  
  div#plan_esencial .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
  }
  
  #price_esent {
    left: 314px;
    top: 159px;
  }
  
  #plan_esencial .LoQuiero-btn a {
    font-size: 114px !important;
    left: 0;
    top: -5.7px;
  }
  
 /*  #plan_esencial .LoQuiero-btn {
    bottom: -100.3px !important;
  } */
  
  #planPrem .elementor-widget-wrap.elementor-element-populated {
      padding: 0;
  }
  
  #planPrem h2.elementor-heading-title.elementor-size-default {
    font-size: 41px;
  }
  
  #planPrem p.elementor-heading-title.elementor-size-default {
    font-size: 20px;
  }
  
  #planPrem .plan_infobox {
    width: 68.7% !important;
    max-width: 80% !important;
  }
  
  #planPrem .LoQuiero-btn a {
    font-size: 114px !important;
  }
  
 /*  #planPrem .LoQuiero-btn {
    bottom: -100.1px !important;
    left: -8px;
    right: 0;
  } */
  
 /*  #plan_prem.prices_plan:before {
    left: 5%;
    width: 360px;
    height: 360px;
    top: 30%;
    right: auto;
  } */
  
  #planPrem .elementor-89322 .elementor-element.elementor-element-59faf7a > .elementor-widget-container {
    top: 20px !important;
    margin-bottom: -40px !important;
  }
  
  .elementor-89322 .elementor-element.elementor-element-3da0c66 > .elementor-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
  }
  
  .elementor-89322 .elementor-element.elementor-element-3da0c66 > .elementor-container > div:last-child {
    width: 30%;
  }

  #PlanPROCol {
    top: 61px;
  }

  #PlanPREMCol {
    top: 1px;
  }

  #PlanPREMCol img {
    height: 232px;
  }

  .plan_infobox {
    min-height: 102px;
  }

  #vermas_plans_pro {
    top: 39px;
    margin-bottom: 20px !important;
  }
  #vermas_plans_prem {
    top: 37px;
    margin-bottom: 20px !important;
  }

  #plan_detalle-pro {
    padding-top: 274px;
  }

  section#planEsencial, section#planPro, section#planPrem {
    transform: scale(0.9);
  }

  /*---- end prices ----*/
  #plan_detalle-esential {
    padding-top: 319px;
  }

  #plan_detalle-prem {
    padding-top: 331px;
    top: -225px;
  }


}

@media only screen and (min-width: 1500px) and (max-width: 1679px) {
  .all_industries .soluciones_industria .elementor-element-populated {
    padding: 24px !important;
  }

  #plan_pro.prices_plan:before {
    left: 14.4% !important;
    width: 425px !important;
    height: 425px !important;
    top: 15.2% !important;
  }

  #plan_esencial.prices_plan:before {
    left: 8.8% !important;
    width: 370px !important;
    height: 370px !important;
    top: 28.3% !important;
    right: auto !important;
  }

  #plan_prem.prices_plan:before {
    left: 9% !important;
    width: 370px !important;
    height: 370px !important;
    top: 28.1% !important;
    right: auto !important;
  }

  #planPrem .LoQuiero-btn {
    bottom: -100.1px !important;
    left: -1px !important;
    right: 0 !important;
  }

  #plan_detalle-prem {
    padding-top: 319px !important;
  }

  #plan_detalle-esential {
    padding-top: 305px !important;
  }


}
/* @media only screen and (min-width: 1440px) and (max-width: 1679px){
  #block_manuela2 .keybe_personaje {
    top: -7vh !important;
  }
} */


@media only screen and (min-width: 1440px) and (max-width: 1679px) {

  .kb_articles .blog-list.blog-style-3 .blog-featured-image {
    width: 290px;
    height: 290px;
  }

  .kb_articles .blog-featured-image.tp-cst-img-full.img img {
    width: 290px;
    height: 290px;
    border-radius: 300px;
    transform: scale(1) !important;
    object-fit: cover;
    -o-object-fit: cover;
  }

  .keybe_personaje_title, 
  .keybe_personaje_paragraph, 
  .keybe_personaje_button {
    width: 85% !important;
    max-width: 85% !important;
  }

  .keybe_personaje {
    /* top: -28.585vh !important; */
    /* top: -20.585vh !important; */
    top: -10.585vh !important;
    /* left: -26px !important; */
  }

  #block_juanita .keybe_personaje {
    top: -13.585vh !important;
  }
  
  #block_jesus .keybe_personaje {
    top: -11.585vh !important;
  }

  .soluciones_industria .elementor-element-populated {
    padding: 48px !important;
  }

  .soluciones_industria .elementor-widget-text-editor {
    min-height: 160px;
  }

  /*---- prices ----*/
  section#prices_pageSection {
    padding-top: 90px;
  }
  
  #plan_pro h2.elementor-heading-title {
    font-size: 68px !important;
  }
  
  #plan_pro .elementor-89322 {
    /* margin-top: 18px !important; */
    position: relative;
  }
  
  #price_pro {
    top: 80px;
    left: 350px;
    transform: scale(0.9);
  }
  
  section#planPro .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
    top: 3px;
    /* margin-top: 70px; */
  }
  
  section#planPro .elementor-89322 .elementor-element.elementor-element-2fba04f > .elementor-widget-container {
    margin-top: 0 !important;
  }
  
  #plan_pro.prices_plan:before {
    left: 14%;
    width: 400px;
    height: 400px;
    top: 16%;
  }

  .elementor-89322 .elementor-element.elementor-element-2fba04f > .elementor-widget-container {
    margin-top: 20px !important;
  }
  
  #plan_pro .LoQuiero-btn a {
    font-size: 118px !important;
  }
  
  #plan_pro .LoQuiero-btn {
    bottom: -95px !important;
  }
  
  .LoQuiero-btn:hover {
    /* transform: scale(1.02) translateY(-0.9px); */
    transition: 0.23s ease;
    filter: drop-shadow(0px -4px 16px rgba(0,0,0,0.2));
  }
  
  #plan_esencial.prices_plan:before {
    left: 6.8%;
    width: 360px;
    height: 360px;
    top: 30.3%;
    right: auto;
  }
  
  div#plan_esencial p.elementor-heading-title.elementor-size-default {
    font-size: 20px;
  }
  
  div#plan_esencial h2.elementor-heading-title.elementor-size-default {
    font-size: 41px;
  }
  
  div#plan_esencial .elementor-widget-wrap.elementor-element-populated {padding: 0;}
  
  #price_esent {
    left: 284px;
    top: 159px;
  }
  
  #plan_esencial .LoQuiero-btn a {
    font-size: 114px !important;
    left: 0;
    top: -5.7px;
  }
  
  #plan_esencial .LoQuiero-btn {
    bottom: -100.3px !important;
  }
  
  #planPrem .elementor-widget-wrap.elementor-element-populated {
      padding: 0;
  }
  
  #planPrem h2.elementor-heading-title.elementor-size-default {
    font-size: 41px;
  }
  
  #planPrem p.elementor-heading-title.elementor-size-default {
    font-size: 20px;
  }
  
  #planPrem .plan_infobox {
    width: 68.7% !important;
    max-width: 80% !important;
  }
  
  #planPrem .LoQuiero-btn a {
    font-size: 114px !important;
  }
  
  #planPrem .LoQuiero-btn {
    bottom: -100.1px !important;
    left: -8px;
    right: 0;
  }
  
  #plan_prem.prices_plan:before {
    left: 5%;
    width: 360px;
    height: 360px;
    top: 30%;
    right: auto;
  }
  
  #planPrem .elementor-89322 .elementor-element.elementor-element-59faf7a > .elementor-widget-container {
    top: 20px !important;
    margin-bottom: -40px !important;
  }
  
  .elementor-89322 .elementor-element.elementor-element-3da0c66 > .elementor-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
  }
  
  .elementor-89322 .elementor-element.elementor-element-3da0c66 > .elementor-container > div:last-child {
    width: 30%;
  }

  #PlanPROCol {
    top: 61px;
  }

  #PlanPREMCol {
    top: 1px;
  }

  #PlanPREMCol img {
    height: 232px;
  }

  .plan_infobox {
    min-height: 102px;
  }

  #vermas_plans_pro {
    top: 39px;
    margin-bottom: 20px !important;
  }
  #vermas_plans_prem {
    top: 37px;
    margin-bottom: 20px !important;
  }

  #plan_detalle-pro {
    padding-top: 274px;
  }

  section#planEsencial, section#planPro, section#planPrem {
    transform: scale(0.9);
  }

  /*---- end prices ----*/



}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {

  /* .elementor-89312 .elementor-element.elementor-element-3e879df, 
  .elementor-89312 .elementor-element.elementor-element-41a3f83, 
  .elementor-89312 .elementor-element.elementor-element-0f70cb7 {
    width: 85%;
    max-width: 85%;
  } */

  /*  .elementor-89312 .elementor-element.elementor-element-8f756c7 {
     top: -33.585vh;
     z-index: 2;
   } */
   
  .keybe_personaje_title, 
  .keybe_personaje_paragraph, 
  .keybe_personaje_button {
    width: 85% !important;
    max-width: 85% !important;
  }

  .keybe_personaje {
    top: -13.585vh !important;
  }

  #block_manuela .keybe_personaje {
    top: -16.585vh !important;
  }

  #block_manuela2 .keybe_personaje {
    top: -18.585vh !important;
  }
 
  #block_juanita .keybe_personaje {
    top: -19.585vh !important;
  }
 
  #block_jesus .keybe_personaje {
    top: -19.585vh !important;
  }

  .keybe_personaje img { 
    width: 70% !important;
  }

  .conoce_blockCol > .elementor-widget-wrap {
    padding: 0px 10px 0px 100px !important;
  }

  #block_manuela.conoce_blockCol > .elementor-widget-wrap {
    padding: 0px 10px 0px 120px !important;
  }

  .kb_articles .blog-list.blog-style-3 .blog-featured-image {
    width: 290px;
    height: 272px;
  }

  .kb_articles .blog-featured-image.tp-cst-img-full.img img {
    width: 290px;
    height: 272px;
    border-radius: 300px;
    transform: scale(1) !important;
    object-fit: cover;
    -o-object-fit: cover;
  }

  .newPostGrid h3.elementor-post__title, .newPostGrid h3.elementor-post__title a {
    font-weight: 300;
    color: black;
    font-size: 20px !important;
    line-height: 1.3;
    margin-bottom: 16px !important;
    position: relative;
    padding: 16px 0;
    min-height: 164px;
  }

  /*---- prices ----*/
  section#prices_pageSection {
    padding-top: 90px;
  }

  #plan_pro h2.elementor-heading-title {
    font-size: 68px !important;
  }
  
  #plan_pro .elementor-89322 {
    /* margin-top: 18px !important; */
    position: relative;
  }
  
  #price_pro {
    top: 80px;
    left: 350px;
    transform: scale(0.9);
  }
  
  section#planPro .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
    top: 3px;
    /* margin-top: 70px; */
  }
  
  section#planPro .elementor-89322 .elementor-element.elementor-element-2fba04f > .elementor-widget-container {
    margin-top: 0 !important;
  }
  
  #plan_pro.prices_plan:before {
    left: 12.2%;
    width: 400px;
    height: 400px;
    top: 16%;
  }
  
  #plan_pro .LoQuiero-btn a {
    font-size: 120px !important;
  }
  
  #plan_pro .LoQuiero-btn {
    bottom: -95px !important;
  }
  
  .LoQuiero-btn:hover {
    /* transform: scale(1.02) translateY(-0.9px); */
    transition: 0.23s ease;
    filter: drop-shadow(0px -4px 16px rgba(0,0,0,0.2));
  }
  
  #plan_esencial.prices_plan:before {
    left: 5%;
    width: 360px;
    height: 360px;
    top: 30%;
    right: auto;
  }
  
  div#plan_esencial p.elementor-heading-title.elementor-size-default {
    font-size: 20px;
  }
  
  div#plan_esencial h2.elementor-heading-title.elementor-size-default {
    font-size: 41px;
  }
  
  div#plan_esencial .elementor-widget-wrap.elementor-element-populated {padding: 0;}
  
  #price_esent {
    left: 284px;
    top: 159px;
  }
  
  #plan_esencial .LoQuiero-btn a {
    font-size: 120px !important;
  }
  
  #plan_esencial .LoQuiero-btn {
    bottom: -100px !important;
  }
  
  #planPrem .elementor-widget-wrap.elementor-element-populated {
      padding: 0;
  }
  
  #planPrem h2.elementor-heading-title.elementor-size-default {
    font-size: 41px;
  }
  
  #planPrem p.elementor-heading-title.elementor-size-default {
    font-size: 20px;
  }
  
  #planPrem .plan_infobox {
    width: 68.7% !important;
    max-width: 80% !important;
  }
  
  #planPrem .LoQuiero-btn a {
    font-size: 120px !important;
    top: -4.7px;
    left: 2px;
  }
  
  #planPrem .LoQuiero-btn {
    bottom: -100px !important;
    left: 0;
    right: 0;
  }
  
  #plan_prem.prices_plan:before {
    left: 5%;
    width: 360px;
    height: 360px;
    top: 30%;
    right: auto;
  }
  
  #planPrem .elementor-89322 .elementor-element.elementor-element-59faf7a > .elementor-widget-container {
    top: 20px !important;
    margin-bottom: -40px !important;
  }
  
  .elementor-89322 .elementor-element.elementor-element-3da0c66 > .elementor-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
  }
  
  .elementor-89322 .elementor-element.elementor-element-3da0c66 > .elementor-container > div:last-child {
    width: 30%;
  }

  #PlanPROCol {
    top: 61px;
  }

  #PlanPREMCol {
    top: 1px;
  }

  #PlanPREMCol img {
    height: 232px;
  }

  .plan_infobox {
    min-height: 102px;
  }

  #vermas_plans_pro {
    top: 39px;
    margin-bottom: 20px !important;
  }
  #vermas_plans_prem {
    top: 37px;
    margin-bottom: 20px !important;
  }

  #plan_detalle-pro {
    padding-top: 274px;
  }

  section#planEsencial, section#planPro, section#planPrem {
    transform: scale(0.95);
  }

  /*---- end prices ----*/

  
}


@media only screen and (min-width: 1166px) and (max-width: 1559px) {

  .elementor-89129 .elementor-element.elementor-element-351c0498 .elementor-heading-title {
    font-size: 54px !important;
  }

  .page-id-89172 .soluciones_industria h3 {
    font-size: 20.8px !important;
  }

  .page-id-89172 .soluciones_industria p {
      font-size: 14px !important;
      line-height: 1.6;
  }

  .page-id-89172 .soluciones_industria .elementor-column.elementor-col-16 > .elementor-widget-wrap.elementor-element-populated,
  .page-id-89172 .soluciones_industria .elementor-column[data-col="16"] > .elementor-widget-wrap.elementor-element-populated {
      padding: 20px 20px  !important;
  }

  .elementor-89172 .elementor-element.elementor-element-b62ae21 {
    z-index: 4;
    left: 83px !important;
    width: 30% !important;
    top: -14vh;
}

.elementor-89172 .elementor-element.elementor-element-8d5585d {
    bottom: -27vh;
    right: -19vw !important;
    left: auto;
}

.elementor-89172 .elementor-element.elementor-element-4731808 {
  width: 46% !important;
  top: -5vh !important;
}


  .campa, .crm, .multiagente {
    width: 100% !important;
    max-width: 100% !important;
  }

  .soluciones_industria .elementor-column.elementor-col-16 > .elementor-widget-wrap.elementor-element-populated, .soluciones_industria .elementor-column[data-col="16"] > .elementor-widget-wrap.elementor-element-populated {
    padding: 50px 20px 50px 30px !important;
  }

  .soluciones_industria .elementor-element-populated {
    padding: 45px !important;
  }

  .soluciones_industria .elementor-widget-text-editor {
      min-height: 220px;
  }

    /*--- post grid home ---*/
    .keybe_home_recent_posts a.elementor-post__read-more {
      bottom: -1%;
      left: 0% !important;
      position: relative;
    }
    /*--- post grid home ---*/
} /*-- end  (min-width: 1166px) and (max-width: 1559px) ---*/


@media only screen and (max-width: 1279px) and (min-width: 1201px ) {
  .prices_plan:before {
    background-repeat: no-repeat;
    width: 100% !important;
    left: 0 !important;
  }

  #PlanEssenCol, #PlanPROCol, #PlanPREMCol {
    width: 32% !important;
    align-items: center;
    margin: 0 auto;
  }

  #plan_esencial h2.elementor-heading-title.elementor-size-default, #plan_prem h2.elementor-heading-title.elementor-size-default {
    font-size: 32px !important;
  }

  #plan_pro h2.elementor-heading-title.elementor-size-default {
    font-size: 48px !important;
  }


  .prices_plan .kb_world .elementor-heading-title {
  font-size: 20px !important;
  }

  .plan_infobox p {
      font-size: 14px !important;
  }

  .plan_infobox {
    width: 80% !important;
    max-width: 80% !important;
  }


  #price_pro {
  left: 210px !important;
  top: 60px !important;
  transform: scale(0.7) !important;
  }

  #price_esent {
    left: 229px !important;
    transform: scale(0.7) !important;
    top: 120px !important;
  }

  #plan_prem img {
  width: 260px !important;
  }

  #plan_esencial img {
  width: 70% !important;
  margin-bottom: -20px !important;
  }

  div#plan_pro .e-lottie__container {
    width: 100%;
  }

  .elementor-89322 .elementor-element.elementor-element-43214cb {
    width: 95% !important;
  }

  div#PlanPROCol {
    top: 33px;
  }


}


@media only screen and (max-width: 1200px) and (min-width: 1001px ) {
  .prices_plan:before {
    background-repeat: no-repeat;
    width: 100% !important;
    left: 0 !important;
  }

  #PlanEssenCol, #PlanPROCol, #PlanPREMCol {
    width: 32% !important;
    align-items: center;
    margin: 0 auto;
  }

  #plan_esencial h2.elementor-heading-title.elementor-size-default, #plan_prem h2.elementor-heading-title.elementor-size-default {
    font-size: 32px !important;
  }

  #plan_pro h2.elementor-heading-title.elementor-size-default {
    font-size: 48px !important;
  }


  .prices_plan .kb_world .elementor-heading-title {
  font-size: 20px !important;
  }

  .plan_infobox p {
      font-size: 14px !important;
  }


  #price_pro {
  left: 210px !important;
  top: 90px !important;
  transform: scale(0.8) !important;
  }

  #price_esent {
  left: 320px;
  transform: scale(0.95) !important;
  }

  #plan_prem img {
  width: 360px !important;
  }

  #plan_esencial img {
  width: 290px !important;
  margin-bottom: -20px !important;
  }


}

@media only screen and (max-width: 1000px) and (min-width: 441px ) {
  .howdoit_features .elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 10px !important;
  }

  #plan_pro h2.elementor-heading-title.elementor-size-default {
    font-size: 68px !important;
  }

  .plan_infobox p {
      font-size: 14px !important;
  }

  #plan_esencial h2.elementor-heading-title.elementor-size-default, #plan_prem h2.elementor-heading-title.elementor-size-default {
      font-size: 48px !important;
  }

  .prices_plan .kb_world .elementor-heading-title {
      font-size: 35px !important;
  }

  #price_pro {
      left: 310px !important;
      top: 140px !important;
      transform: scale(0.95) !important;
  }

  #price_esent {
      left: 320px;
      transform: scale(0.95) !important;
  }

  #plan_prem img {
      width: 360px !important;
  }

  #plan_esencial img {
      width: 290px !important;
      margin-bottom: -20px !important;
  }

 
}

@media only screen and (max-width: 440px) {
  /*--- pricespage ---*/

  .prices_plan .kb_world .elementor-heading-title {
      font-size: 26px !important;
  }

  #plan_esencial h2.elementor-heading-title.elementor-size-default, #plan_prem h2.elementor-heading-title.elementor-size-default {
      font-size: 38px !important;
  }

  #plan_pro h2.elementor-heading-title.elementor-size-default {
      font-size: 52px;
  }

  .plan_infobox p {
      font-size: 13px;
      line-height: 1.4;
  }

  #plan_esencial img {
      width: 230px !important;
  }

  #plan_prem img {
      width: 260px;
  }

  #price_esent {
      left: 250px;
      top: 160px;
  }

  .plan_infobox {
      max-width: 83% !important;
      width: 100% !important;
  }

  #PlanEssenCol, #PlanPROCol, #PlanPREMCol {
      margin-bottom: 10px;
  }

  #price_pro {
    left: 250px !important;
    top: 90px;
    transform: scale(0.85);
  }

  #PlanPROCol .e-lottie__container {
      width: 95%;
  }


}

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

  .single-post .blog-content h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .single-post .blog-content h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .single-post .sidebar_text h2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
  }

  .newPostGrid .elementor-post__thumbnail {
    border-radius: 300em;
    height: 160px;
    background-color: white;
    width: 160px;
  }

  .blog-content .elementor-widget-wrap {
    padding: 16px !important;
  }

  section.blog-content.how_WeDoIt .elementor-background-overlay:after {
    bottom: 60%;
    right: auto;
    left: 55%;
  }

  section.kbRcomen.how_WeDoIt .elementor-background-overlay:before {
    top: 0%;
    right: 50%;
    left: auto;
  }
   
  .heading-singleBlog ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }


  .heading-singleBlog ul.elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-bottom-width: 22px !important;
    left: -70px !important;
    right: -70px !important;
    top: 12px !important;
    position: relative !important;
    transform: rotate(90deg);
    content: none !important;
  }

  .heading-singleBlog li.elementor-icon-list-item:not(:last-child):before {
    content: "";
    width: 30px;
    height: 1px;
    background: #49FF9B;
    position: absolute;
    top: 29px;
    left: 45%;
    right: auto;
    z-index: 1;
  }

  .heading-singleBlog li.elementor-icon-list-item {
    position: relative;
    max-width: 420px !important;
    width: 300px !important;
    padding: 4px 0 !important;
  }

  .elementor-89126 .elementor-element.elementor-element-28494745 {
    width: 100% !important;
  }

  .elementor-89126 .elementor-element.elementor-element-4d539ef6 {
      width: 100% !important;
  }

  .kb_world strong {
    font-weight: 900 !important;
    font-size: 85px;
    line-height: 0;
  }

  .elementor-89126 .elementor-element.elementor-element-7fe6cc66 .elementor-heading-title {
    color: #000000;
    font-size: 44px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.26em;
  }

  .elementor-89126 .elementor-element.elementor-element-7fe6cc66 .elementor-heading-title {
    color: #000000;
    font-size: 44px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.26em;
  }

  .kb_world .elementor-heading-title {
    color: #000000;
    font-size: 44px !important;
    font-weight: 300;
    font-style: italic;
    line-height: 1.26em;
  }

  .customers_section .kb_world .elementor-heading-title {
    font-size: 34px !important;
    line-height: 1.2 !important;
  }

  .customers_section .kb_world {
    margin-bottom: 30px !important;
  }

  .kb_respaldo .kb_world .elementor-heading-title {
    font-size: 34px !important;
    line-height: 1.2 !important;
  }

  .kb_respaldo .kb_world {
    margin-bottom: 30px !important;
  }
/* 
  .elementor-89135 .elementor-element.elementor-element-6fb1cae {
    padding: 50px 0px 50px 0px !important;
  }

  .elementor-89138 .elementor-element.elementor-element-75e6659a {
    padding: 50px 0px 50px 0px !important;
  } */
  
  .elementor-89129 .elementor-element.elementor-element-e2842ab {
    width: 100% !important;
  }

  .elementor-89129 .elementor-element.elementor-element-274d0c5 {
      width: 100% !important;
  }

  .elementor-89129 .elementor-element.elementor-element-ffd4ed2 {
    width: 100% !important;
  }

  .elementor-89129 .elementor-element.elementor-element-02a0242 {
      width: 100% !important;
  }

  .elementor-89129 .elementor-element.elementor-element-0d1c6c7 {
      padding: 50px 0px 50px 0px !important;
  }

  .elementor-89132 .elementor-element.elementor-element-25a8f8cc {
      padding: 50px 0px 50px 0px !important;
  }

  .elementor-89135 .elementor-element.elementor-element-75f0b48e > .elementor-element-populated {
    padding: 0 !important;
  }
  
  .kbWorld_section, .kbIntegrations_sections, .customers_section, .kbLatestPostsSection, .kb_respaldo {
    padding: 50px 0px 50px 0px !important;
  }

  section.how_WeDoIt .elementor-background-overlay:before {
    top: -41%;
    right: -150%;
    left: auto;
    width: 1024px;
    height: 1024px;
  }

  section.how_WeDoIt .elementor-background-overlay:after {
    bottom: -50%;
    right: auto;
    left: -60%;
    width: 1024px;
    height: 1024px;
  }

  .elementor-element.elementor-element-8d5585d.elementor-widget__width-auto.elementor-absolute.elementor-widget.elementor-widget-image {
    bottom: -34vw !important;
    right: -9vw !important;
  }

  .howdoit_features .elementor-column:after {
    content: none;
  }

  .noBR br {
    display: none;
  }

  .kb_caracters_box .elementor-widget-container {
    /* height: 280px; */
    min-height: 250px;
    width: 250px;
    margin: 0 auto;
  }

  .calculatorIndustries .kb_world .elementor-heading-title {
    font-size: 20px !important;
  }

  .newPostGrid h3.elementor-post__title, .newPostGrid h3.elementor-post__title a {
    font-size: 18px !important;
    min-height: 150px;
  }

  .firts_post .recent_article_content{
    width: 90%;
  }

  .keybe_home_recent_posts article.elementor-post .elementor-post__text {
    padding: 50px 20px !important;
  }

  #ballsdragon .dragon_balls {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }

  .recent_article-excerpt {
    width: 100%;
  }

  .recent_articles-item {
      padding: 20px !important;
  }

  .firts_post .recent_article_content {
      width: 100%;
  }

  .firts_post .recent_articles-item {
      height: 80vh;
      /* margin-top: 100px; */
  }

  .firts_post .recent_articles-item p, p.recent_article-excerpt {
      font-size: 14px;
      line-height: 1.6;
  }

  .firts_post a.recent_article-readmore {
      font-size: 15px;
      padding: 10px 28px;
  }

  .firts_post h3.recent_article-title {
    font-size: 28px;
  }
  
  /*-- loop posts ppal articles ---*/
  .kb_articles .grid-item.metro-item {
    /* width: 45%; */
    /* margin-left: 6%; */
   /*  width: 320px !important; */
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    min-height: 380px !important;
    margin-bottom: 12px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .kb_articles .grid-item article {
    padding: 12px;
    margin: 0px;
    /* max-width: 420px !important; */
    max-width: 996px !important;
    min-width: 320px !important;
  }
  
  .kb_articles .post-inner-loop {
    /* left: 20px; */
    left: 0;
    display: grid;
    height: auto !important;
  }
  
  .kb_articles .post-metro-content {
    min-height: 60px;
  }
  /*-- loop posts ppal articles ---*/
  
  /*-- loop posts tips ---*/
  .recent-tips-item {
    border: 2px solid #02fffb;
    padding: 20px 30px;
    border-radius: 12px;
    width: 100%;
    margin: 16px;
    transition: 0.23s ease;
    position: relative;
  }

  h3.recent_tips-title {
    color: #000000;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    min-height: 60px;
    line-height: 1.2;
    min-height: 72px;
  }

  .elementor-column.elementor-col-16.elementor-inner-column.elementor-element.elementor-element-d43f963 {
    order: 0;
  }

  .elementor-column.elementor-col-16.elementor-inner-column.elementor-element.elementor-element-ced369b {
      order: 5;
  }

  /*--- integraciones---*/
  .recent_resorc-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 20px 10px;
  }

  .recent_resorc-title-excerpt_box {
    width: 100%;
  }

  .recent_resorc-content_detail {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    text-align: left;
  }
  
  .recent_resorc-excerpt {
    font-size: 15px;
  }

  span.recent_resorc-readmore {
    margin-bottom: 15px;
  } 

  h3.recent_resorc-title {
    font-size: 24px;
  }

  /*--- pricespage ---*/
  .prices_plan:before {
    background-repeat: no-repeat;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  #PlanPROCol {
    margin-bottom: 45px;
    margin-top: 125px;
  }

  #PlanPROCol .e-lottie__container {
    width: 95%;
  }


  /* .prices_plan:before {
    background-repeat: no-repeat;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .prices_plan .kb_world .elementor-heading-title {
      font-size: 26px !important;
  }

  #plan_esencial h2.elementor-heading-title.elementor-size-default, #plan_prem h2.elementor-heading-title.elementor-size-default {
      font-size: 38px !important;
  }

  #plan_pro h2.elementor-heading-title.elementor-size-default {
      font-size: 52px;
  }

  .plan_infobox p {
      font-size: 13px;
      line-height: 1.4;
  }

  #plan_esencial img {
      width: 230px !important;
  }

  #plan_prem img {
      width: 260px;
  }

  #price_esent {
      left: 250px;
      top: 160px;
  }

  .plan_infobox {
      max-width: 83% !important;
      width: 100% !important;
  }

  #PlanEssenCol, #PlanPROCol, #PlanPREMCol {
      margin-bottom: 10px;
  }

  #price_pro {
    left: 250px !important;
    top: 90px;
    transform: scale(0.85);
  }

  #PlanPROCol .e-lottie__container {
      width: 95%;
  }

  #PlanPROCol {
    margin-bottom: 45px;
    margin-top: 125px;
  } */

  .modulos_soluciones .elementor-column {
    margin-bottom: 55px !important;
  }

  .kb_caracters_box.guarda p.e-lottie__caption {
    width: 60%;
    margin: -20px auto 0 auto;
  }

  div#rrss_footer, #subscribe_footer {
    max-width: 300px;
    margin: 0 auto;
  }

}

/*-- tablets ---*/

@media only screen and (min-width: 770px) and (max-width: 1195px ) {

  .prices_plan:before {
      background-repeat: no-repeat;
      width: 100% !important;
      left: 0 !important;
    }
  
    #PlanEssenCol, #PlanPROCol, #PlanPREMCol {
      width: 32% !important;
      align-items: center;
      margin: 0 auto;
    }
  
    #plan_esencial h2.elementor-heading-title.elementor-size-default, #plan_prem h2.elementor-heading-title.elementor-size-default {
      font-size: 32px !important;
    }
  
    #plan_pro h2.elementor-heading-title.elementor-size-default {
      font-size: 50px !important;
    }
  
  
    .prices_plan .kb_world .elementor-heading-title {
    font-size: 20px !important;
    }
  
    .plan_infobox p {
        font-size: 13px !important;
        line-height: 1.4;
    }
  
  
    #price_pro {
    left: 207px !important;
    top: 70px !important;
    transform: scale(0.75) !important;
    }
  
    #price_esent {
    left: 210px;
    transform: scale(0.70) !important;
    top: 130px;
    }
  
    #plan_prem img {
    width: 230px !important;
    }
  
    #plan_esencial img {
    width: 190px !important;
    margin-bottom: 0px !important;
    }
  
  
  .plan_infobox {
      max-width: 90% !important;
      width: 88.9% !important;
  }
  
    #PlanPROCol .e-lottie__container {
        width: 100%;
    }
  
  
  /* section#planEsencial, section#planPro, section#planPrem {
      transform: scale(0.95);
  } */
  
  div#PlanPROCol {
      top: 40px;
  }
  
  #plan_detalle-prem {
      top: -220px;
  }

  /*--- calculadora precios ---*/    
  
  .elementor-90779 .elementor-element.elementor-element-6abbc694 {
      width: 100% !important;
      max-width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-6abbc694 .elementor-heading-title {
      font-size: 20px !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-392a1e26 {
      max-width: 100% !important;
      width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-392a1e26 .elementor-heading-title {
      font-size: 20px !important;
  }
  
  #chats_promedios.range-slider {
      padding: 0px;
  }
  
  #chats_promedios p {
      font-size: 16px;
      margin-top: 17px;
      margin-bottom: 4px;
  }
  
  #chats_promedios input.range__amount {
      font-size: 24px;
      padding: 2px 8px 2px 8px;
  }
  
  .elementor-90779 .elementor-element.elementor-element-75e4b938 {
      max-width: 100% !important;
      width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-75e4b938 .elementor-heading-title {
      font-size: 20px !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-683aca16 {
      max-width: 100% !important;
      width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-683aca16 .elementor-heading-title {
      font-size: 20px !important;
      text-align: center;
  }

  #plan_sugerido {
      padding: 8px;
  }
  
  ul.planInfo {
      width: 100%;
      font-size: 14px;
  }

  .elementor-90779 .elementor-element.elementor-element-f98dd58 {
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 25px !important;
  }

  .ofrecePlan {
      font-size: 12px;
      padding: 8px 0;
  }
  /*--- end calculadora precios ---*/
  
  /*--- footer ---*/
  .elementor-87057 .elementor-element.elementor-element-d04e97d > .elementor-container > div {
      width: 33.3%;
  }
  
  .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div {
      width: 60%;
  }
  
  .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div:nth-child(2),
  .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div:nth-child(3) {
      display: none;
  }

  /*--- end footer ---*/

  
} /*-- END min-width 770px and max-width: 1195px --*/

@media only screen and (min-width: 760px) and (max-width: 996px ) {
  
  .prices_plan:before {
      background-repeat: no-repeat;
      width: 100% !important;
      left: 0 !important;
  }
  
  #PlanEssenCol, #PlanPROCol, #PlanPREMCol {
      width: 350px !important;
      align-items: center;
      margin: 0 auto;
  }
  
  #plan_esencial h2.elementor-heading-title.elementor-size-default, #plan_prem h2.elementor-heading-title.elementor-size-default {
      font-size: 32px !important;
  }
  
  #plan_pro h2.elementor-heading-title.elementor-size-default {
      font-size: 50px !important;
  }
  
  
  .prices_plan .kb_world .elementor-heading-title {
  font-size: 20px !important;
  }
  
  .plan_infobox p {
      font-size: 13px !important;
      line-height: 1.4;
  }
  
  
  #price_pro {
      left: 207px !important;
      top: 70px !important;
      transform: scale(0.75) !important;
  }
  
  #price_esent {
      left: 210px;
      transform: scale(0.70) !important;
      top: 130px;
  }
  
  #plan_prem img {
      width: 230px !important;
  }
  
  #plan_esencial img {
      width: 190px !important;
      margin-bottom: 0px !important;
  }
  
  
  .plan_infobox {
      max-width: 90% !important;
      width: 88.9% !important;
  }
  
  #PlanPROCol .e-lottie__container {
      width: 100%;
  }
  
  
  /* section#planEsencial, section#planPro, section#planPrem {
      transform: scale(0.95);
  } */
  
  div#PlanPROCol {
      top: 40px;
      margin-bottom: 115px;
      margin-top: 115px;
  }
  
  #plan_detalle-prem {
      top: -220px;
  }
  .elementor-89322 .elementor-element.elementor-element-3da0c66 > .elementor-container {
      flex-direction: column;
  }
  
  /*--- calculadora precios ---*/    
  
  .elementor-90779 .elementor-element.elementor-element-6abbc694 {
      width: 100% !important;
      max-width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-6abbc694 .elementor-heading-title {
      font-size: 20px !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-392a1e26 {
      max-width: 100% !important;
      width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-392a1e26 .elementor-heading-title {
      font-size: 20px !important;
  }
  
  #chats_promedios.range-slider {
      padding: 0px;
  }
  
  #chats_promedios p {
      font-size: 16px;
      margin-top: 17px;
      margin-bottom: 4px;
  }
  
  #chats_promedios input.range__amount {
      font-size: 24px;
      padding: 2px 8px 2px 8px;
  }
  
  .elementor-90779 .elementor-element.elementor-element-75e4b938 {
      max-width: 100% !important;
      width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-75e4b938 .elementor-heading-title {
      font-size: 20px !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-683aca16 {
      max-width: 100% !important;
      width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-683aca16 .elementor-heading-title {
      font-size: 20px !important;
      text-align: center;
  }

  #plan_sugerido {
      padding: 8px;
  }
  
  ul.planInfo {
      width: 100%;
      font-size: 14px;
  }

  .elementor-89322 .elementor-element.elementor-element-1754244 > .elementor-element-populated {
    padding: 0;
  }

  h4.planName {
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    border-top: 0px solid #00ffff;
    border-bottom: 0px solid #00ffff;
    padding: 8px 0px;
    width: fit-content;
    margin-bottom: 0px;
  }
  
  span.precioplan {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: 400;
    font-style: italic;
    width: 100%;
  }

  #pricesCalculator span.kb_conversion {
    font-size: 38px;
  }

  .loqueahorras {
    font-size: 15px;
  }

  .elementor-90779 .elementor-element.elementor-element-f98dd58 {
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 25px !important;
  }
  /*--- end calculadora precios ---*/

  /*--- footer ---*/
  .elementor-87057 .elementor-element.elementor-element-d04e97d > .elementor-container > div {
      width: 33.3%;
  }
  
  .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div {
      width: 50%;
  }
  
  .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div:nth-child(2),
  .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div:nth-child(3),
  .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div:nth-child(4),
  .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div:nth-child(5) {
      display: none;
  }
  /*--- end footer ---*/

  .howdoit_features .elementor-column:after {
    content: "";
    width: 1px;
    min-height: 304px;
    background: #49ff9b;
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
  }

  .soluciones_industria .elementor-column.elementor-col-16, .soluciones_industria .elementor-column[data-col="16"] {
    width: 50% !important;
  }

  .all_industries .soluciones_industria .elementor-column.elementor-col-16:nth-child(2):after,
  .all_industries .soluciones_industria .elementor-column.elementor-col-16:nth-child(4):after {
      content: none;
  }

} /*-- END min-width 760px and max-width: 996px --*/

@media only screen and (width: 1024px) {    
  .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div {
      width: 50%;
  }
  
  .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div:nth-child(2), .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div:nth-child(3), .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div:nth-child(4), .elementor-87057 .elementor-element.elementor-element-a5db00f > .elementor-container > div:nth-child(5) {
      display: none !important;
  }

  .soluciones_industria .elementor-column.elementor-col-16, .soluciones_industria .elementor-column[data-col="16"] {
    width: 33% !important;
  }

  .all_industries .soluciones_industria .elementor-column.elementor-col-16:nth-child(3):after {
    content: none;
}
} /*-- END width: 1024px --*/

@media only screen and (max-width: 767px) {
  /*---- calculadora industrias ----*/
  .WithKeybe {
    padding: 20px 10px;
  }
  
  
  /*---- end calculadora industrias ----*/

   /*--- calculadora precios ---*/    
   .elementor-89322 .elementor-element.elementor-element-1754244 > .elementor-element-populated {
    padding: 0 !important;
  }

  .elementor-90779 .elementor-element.elementor-element-6abbc694 {
      width: 100% !important;
      max-width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-6abbc694 .elementor-heading-title {
      font-size: 20px !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-392a1e26 {
      max-width: 100% !important;
      width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-392a1e26 .elementor-heading-title {
      font-size: 20px !important;
  }
  
  #chats_promedios.range-slider {
      padding: 0px;
  }
  
  #chats_promedios p {
      font-size: 16px;
      margin-top: 17px;
      margin-bottom: 4px;
  }
  
  #chats_promedios input.range__amount {
      font-size: 24px;
      padding: 2px 8px 2px 8px;
  }
  
  .elementor-90779 .elementor-element.elementor-element-75e4b938 {
      max-width: 100% !important;
      width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-75e4b938 .elementor-heading-title {
      font-size: 20px !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-683aca16 {
      max-width: 100% !important;
      width: 100% !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-683aca16 .elementor-heading-title {
      font-size: 20px !important;
      text-align: center;
  }

  #plan_sugerido {
      padding: 8px;
  }
  
  ul.planInfo {
      width: 100%;
      font-size: 14px;
  }

  .elplandetalle {
    width: 72%;
  }

  .ofrecePlan {
    padding: 8px 0;
  }

  #pricesCalculator .WithKeybe {
    padding: 10px 0px;
  }

  .elementor-89322 .elementor-element.elementor-element-1754244.elementor-column > .elementor-widget-wrap {
      padding: 0 !important;
  }
  
  .elementor-90779 .elementor-element.elementor-element-2da25bc9.elementor-column > .elementor-widget-wrap {
      padding: 8px;
      border-right: 0px;
      border-bottom: 2px solid black;
      padding-bottom: 36px;
      margin-bottom: 16px;
  }

  .elementor-90779 .elementor-element.elementor-element-7e7dee75 > .elementor-element-populated {
      padding: 8px !important;
  }

  .elementor-89322 .elementor-element.elementor-element-3a2406c .elementor-heading-title {
    font-size: 26px;
    line-height: 1.2em;
  }
  /*--- end calculadora precios ---*/

  .soluciones_industria .elementor-column.elementor-col-16:after {
    content: none !important;
  }

  .elementor-custom-embed-play i {
    color: black;
    text-shadow: none;
    font-size: 55px !important;
  }
  
  .elementor-custom-embed-play {
    padding: 10px !important;
  }

  #newsBox .modal-content {
    width: 85% !important;
  }

  /*--- post grid home ---*/
  .keybe_home_recent_posts a.elementor-post__read-more {
    bottom: -9%;
    left: 0% !important;
    position: relative;
  }
  
  /*--- post grid home ---*/
  
} /*-- END max-width: 767px --*/

@media only screen and (min-width: 400px) and (max-width: 996px) {
  .keybe_personaje {
    top: -26vh !important;
  }
}

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

  /*--- keybe world ---*/
  .kb_world strong {
    font-weight: 900 !important;
    font-size: 76px;
    line-height: 0;
  }
  
  .kb_world .elementor-heading-title {
    color: #000000;
    font-size: 32px !important;
    font-weight: 300;
    font-style: italic;
    line-height: 1.66em !important;
    text-indent: 7px;
  }

  .elementor-89126 .elementor-element.elementor-element-2a25e1da br {
    display: none;
  }

  .elementor-89126 .elementor-element.elementor-element-2a25e1da {
      padding: 0 1px;
  }
  /*--- end keybe world ---*/

  /*--- keybe integrado ---*/
  .elementor-89129 .elementor-element.elementor-element-94e3c6c .elementor-heading-title {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }
  /*--- end keybe integrado ---*/
  
  /*--- Lo contamos creible ---*/
  .elementor-87866 .elementor-element.elementor-element-01cd3f2 .elementor-heading-title {
    font-size: 30px;
  }

  .elementor-87866 .elementor-element.elementor-element-3202720 .elementor-heading-title {
    font-size: 28px;
    line-height: 1.3em;
  }

  .elementor-element.elementor-element-01cd3f2.elementor-widget.elementor-widget-heading {
    margin-bottom: 10px !important;
  }

  .elementor-87866 .elementor-element.elementor-element-3202720 {
      margin-bottom: 20px !important;
  }
  /*--- end Lo contamos creible ---*/

  /*--- que es keybe ---*/
  .elementor-87866 .elementor-element.elementor-element-2f5de36 .elementor-heading-title {
    font-size: 22px;
    margin-bottom: -20px;
  }

  .elementor-87866 .elementor-element.elementor-element-be3da41 .elementor-heading-title {
    color: #49FF9B;
    font-size: 34px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.1em;
    margin-top: 20px;
  }

  .elementor-element.elementor-element-6cc44ac.elementor-widget.elementor-widget-spacer {
    display: none;
  }

  .elementor-element.elementor-element-ce2e373.elementor-aspect-ratio-169.elementor-widget.elementor-widget-video {
      margin-top: -30px;
  }
  /*--- end que es keybe ---*/


}

/*--- loop home ---*/
@media only screen and (min-width:1025px) {
  #animation-container-mobile {
    display: none;
  }
  
  #animation-container {
    display: block;
  }
}
@media only screen and (max-width:1024px) {
  #animation-container-mobile {
    display: block;
  }
  
  #animation-container {
    display: none;
  }

/*   .bodyMove {
    position: absolute !important;
    top: -59px !important;
    left: 0px !important;
    transform: scale(1.060);
  } */
}
/*--- end loop home ---*/

/*--- fix width mobile canvas animation ---*/
@media only screen and (max-width: 1024px) {
  header#header {
    position: fixed;
    top: 0;
    left: 0;
  }
}

/* h1, h2, h3, h4, h5, h6, p, a, span, strong {
  display: block;
  -webkit-box-decoration-break: clone;
} */

ul.slick-dots {
  padding: 10px;
  bottom: -50px;
}

.slick-dots li button:before {
  font-size: 8px;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: transparent;
}


/*---- MEDIA RESOLUTIONS SCREENS ----*/
@media only screen and (max-width: 475px) {
  .bodyMove {
    top: 0px !important;
    left: 0px !important;
    transform: scale(1);
  }
}

@media only screen and (min-width: 360px) and (max-width:375px) {
  section#planEsencial {
    top: 0px;
  }

  section#planPrem {
    top: 0px;
  }
}

@media only screen and (max-width: 475px) {
  #header .kb-brand img {
    width: 75%;
  }

  #header .elementor-widget-wrap.elementor-element-populated {
    padding: 2px !important;
  }

  #lookatme h1 {
    font-size: 21px;
  }

  #lookatme p {
    font-size: 14px;
  }

  .bodyMove {
    top: 0px !important;
    left: 0px !important;
    transform: scale(1);
  }

  section#infoBannerppal {
    top: 44vh;
  }

  section#whatIsKeybe {
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .kb_earth .elementor-widget-wrap.elementor-element-populated {
    padding: 10px !important;
  }

  .kb_earth .elementor-widget-wrap.elementor-element-populated {
    padding: 10px !important;
  }

  .kb_world .elementor-heading-title {
      font-size: 32px !important;
      line-height: 1.66em !important;
      text-indent: 7px !important;
  }

  .kb_world strong {
      text-indent: 0px;
  }

  .conoce_integraciones a {
    font-size: 16px !important;
  }

  .kb_respaldo {
    padding: 20px 0 20px 0 !important;
  }

  .kb_respaldo .kb_world .elementor-heading-title {
    font-size: 28px !important;
  }

  .keybe_customers h2 {
    font-size: 28px !important;
  }

  canvas.sequence {
    height: auto !important;
    transform: scale(0.9) !important;
    top: -30px !important;
  }

  .pin-spacer.pin-spacer-asi_mobile {
      height: auto !important;
      margin-bottom: -750px;
  }

  keybe_home_recent_posts .elementor-post__thumbnail {
    padding: 0 !important;
  }
  
  /*.keybe_home_recent_posts 
  a.elementor-post__thumbnail__link {
    height: 500px !important;
  }*/
  
  .keybe_home_recent_posts .elementor-post__thumbnail {
    padding-bottom: 0 !important;
    height: 100vh !important;
    width: 100vw;
    top: -100px !important;
  }

  #chat_animation, #meditation_animation, #automa_animation, #conversa_animation {
    width: 100%;
    max-width: 100%;
  }

  a#industria_moda {
    font-size: 16px;
  }

  #chat_animation, #meditation_animation, #automa_animation, #conversa_animation {
    width: 100%;
    max-width: 100%;
  }


  a#industria_moda {
      font-size: 16px;
  }

  .keybe_personaje {
      left: 0 !important;
  }

  .soluciones_industria .elementor-widget-wrap.elementor-element-populated {
      padding: 10px !important;
  }

  .soluciones_industria .elementor-widget-heading .elementor-widget-container {
      min-height: 60px !important;
  }

  .soluciones_industria .elementor-widget-text-editor .elementor-widget-container {
      min-height: 90px !important;
  }

  .soluciones_industria .elementor-widget-text-editor {
      min-height: 100px !important;
  }

  .soluciones_industria .elementor-column.elementor-col-16, .soluciones_industria .elementor-column[data-col="16"] {
      margin-bottom: 45px;
  }

  .soluciones_industria .elementor-widget-image {
      margin-bottom: 3px;
  }

  #plan_esencial img {
    width: 80% !important;
    margin-bottom: -30px;
  }

  #price_esent {
      right: 0;
      left: auto;
      top: 120px;
      transform: scale(0.75);
  }

  section#planEsencial h2.elementor-heading-title {
      font-size: 10px !important;
  }

  #plan_esencial h2.elementor-heading-title.elementor-size-default, #plan_prem h2.elementor-heading-title.elementor-size-default {
      font-size: 34px !important;
  }

  #price_pro {
      left: auto !important;
      top: 71px;
      transform: scale(0.85);
      right: 0;
  }

  #PlanEssenCol, #PlanPROCol, #PlanPREMCol {
      transform: scale(0.9);
      max-width: 375px;
      margin-left: auto;
      margin-right: auto;
  }

/*   section#planEsencial {
    top: -40px;
  }

  section#planPrem {
    top: -30px;
  } */


  .single-post .blog-content p span, .single-post .blog-content ul, .single-post .blog-content ol {
      line-height: 1.5;
      font-size: 15px;
  }

  .newPostGrid article.elementor-post {
    flex-direction: column;
  }

  .newPostGrid .elementor-post__text {
      width: 100% !important;
  }

  .newPostGrid h3.elementor-post__title, .newPostGrid h3.elementor-post__title a {
      min-height: 80px;
  }

  .newPostGrid a.elementor-post__thumbnail__link {
      width: 80% !important;
  }

  .newPostGrid .elementor-post__thumbnail {
      width: 250px;
      height: 250px;
  }


}

@media only screen and (min-width: 680px) and (max-width:996px) {
  .kbWorld_section  h2.elementor-heading-title.elementor-size-default {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .kbWorld_section h2.elementor-heading-title.elementor-size-default strong {
    top: 23px;
    position: relative;
  }

  .keybe_home_recent_posts img.attachment-full.size-full {
    height: auto!important;
    object-fit: cover;
  }

  .keybe_home_recent_posts article.elementor-post {
      width: 485px !important;
      height: 485px !important;
  }

  .slick-slide > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
}

@media only screen and (min-width: 997px) and (max-width: 1179px) {
  .kb_world .elementor-heading-title {
    font-size: 32px !important;
    line-height: 1.66em !important;
    text-indent: 7px !important;
  }

  .kb_world strong {
      text-indent: 0px;
    font-size: 72px;
    line-height: 0;
  }
  
}

@media only screen and (min-width: 1187px) and (max-width: 1279px) {
  #PlanEssenCol, #PlanPROCol, #PlanPREMCol {
    width: 27%!important;
    align-items: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1024px) {
    input.elementor-search-form__input {
		top: -20vh !important;
		position: relative;
	}    
}


/*-- fix prices ---*/
@media only screen and (min-width: 1200px) {
	div#price_pro {
    	transform: scale(1.15);
	}
	
	h2.price_num>sup {
		font-size: 17px !important;
	}
}

/*-- Cookies Policy ---*/
.cookiebtn {
    background-color: #00FFFF;
    padding: 6px 17px;
    border-radius: 30em;
    color: black;
    font-weight: 700;
}

.cookiebtn:hover {
    background-color: #fff;
    color: black;
}
/*
#cookie-notice .cookie-notice-container {
	text-align: left;
}*/

html #cookie-notice {
    z-index: 514748364 !important;
}

span#cn-notice-text a {
    color: #00FFFF !important;
    font-weight: 600;
    text-decoration: underline;
}

span#cn-notice-text a:hover {
    color: #fff !important;
}

span#cn-notice-text {
    width: 53%;
    text-align: left;
}

.cookie-notice-container {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 1025px) {
    span#cn-notice-text {
    width: 100%;
    text-align: center;
}

}


/*--- new cookie advisor ---*/
html #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #000000d1 !important;
    border-top: 0px solid #fff !important;
	z-index: 999999999999 !important;
}

html .moove-gdpr-cookie-notice * {
    font-size: 12px !important;
}

html button.mgbutton.moove-gdpr-infobar-allow-all.gdpr-fbo-0 {
    color: black !important;
    font-weight: 700 !important;
	font-size: 13px !important;
    border: 1px solid #0ff !important;
}

html button.mgbutton.moove-gdpr-infobar-allow-all.gdpr-fbo-0:hover {
    border: 1px solid #fff !important;
}


button.mgbutton.moove-gdpr-infobar-reject-btn.gdpr-fbo-1 {
    background-color: transparent !important;
    border: 1px solid #fff !important;
	font-weight: 700 !important;
	font-size: 13px !important;
}

button.mgbutton.moove-gdpr-infobar-reject-btn.gdpr-fbo-1:hover {
    background-color: transparent !important;
    border: 1px solid #0ff !important;
	color: #0ff !important;
	font-weight: 700 !important;
	font-size: 13px !important;
}



/*---- new price calculator V3 ----*/
.wrap_calculator *, .wrap_calculator *:hover, .wrap_calculator *:focus, .wrap_calculator *:active,
.wrap_calculator a, .wrap_calculator a:hover, .wrap_calculator a:focus, .wrap_calculator a:active  {
  transition: 0.09s ease;
}

.wrap_calculator {
color: black;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}

div#kb_calc_base {
  border-right: 2px solid #000;
}

.kb_prices_calculator_choose_plan h4, .kb_calculator_box h4 {
  font-size: 26px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 10px auto;
}

.kb_calculator_box h4 {
  border-top: 2px solid #00ffff;
  border-bottom: 2px solid #00ffff;
  width: max-content;
  margin-bottom: 30px;
}

a.calculartor_plan {
  border: 2px solid black;
  border-radius: 30em;
  padding: 12px 24px;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

a.calculartor_plan:hover, a.calculartor_plan.activated {
  background-color: black;
  border: 2px solid black;
  border-radius: 30em;
  color: #00FFFF !important;
  padding: 12px 24px;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

a.ctaCalc_btn {
  border: 2px solid black;
  border-radius: 30em;
  color: black;
  padding: 12px 12px;
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  margin: 8px auto;
  min-width: 220px;
  text-align: center;
  text-decoration: none;
}

a#GotoWizard.ctaCalc_btn {
  background-color: #49FF9B;
  border-color: #49FF9B;
  color: black;
}

a#GotoWizard.ctaCalc_btn:hover {
  background-color: black;
  border-color: black;
  color: #49FF9B;
}

a.ctaCalc_btn:hover {
  background-color: black;
  border: 2px solid black;
  color: #00FFFF;
}

.infoBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
}

#kb_calculator_box {
  border: 2px solid #00FFFF;
  border-radius: 20px;;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 20px;
}

div#kb_calc_addons {
  padding: 0 8px 0 35px;
  width: 58%;
}

div#kb_calc_base {
  padding: 0 35px 0 8px;
  width: 40%;
}

.kb_calculator_box {
/*   width: 46%; */
/*   padding: 0 24px; */
  margin: 12px 0;
}

.kb_prices_calculator {
  padding: 20px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kb_prices_calculator_box-btns {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.kb_calc_base_details .kb_calc_row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: max-content;
  gap: 2px;
  justify-items: stretch;
  align-items: center;
}

.kb_calc_base_details .kb_calc_row > div {
  padding: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.kb_calc_base-itemqty, .kb_calc_base-itemprice {
  text-align: center;
}

.kb_calc_base-itemprice {
  text-align: right;
}

span.itemQtt {
  display: block;
  background-color: #0ff;
  width: 30px;
  height: 30px;
  line-height: 1.4;
  border-radius: 30em;
  font-style: normal;
  margin: 0 auto;
  padding: 4px;
}


.kb_calc_base-itemqty {
  border-right: 2px solid #00ffff;
  border-left: 2px solid #00ffff;
}

.kb_calc_inner_row input[type=range] {
  background-color: #0ff!important;
  border: 2px solid #0ff!important;
}

.kb_calc_inner_row input[type=range] {
  -webkit-appearance: none;
  border: 2px solid #00ffff;
  border-radius: 30em;
  width: 62%;
  position: relative;
  left: 0;
  background: #00ffff;
  height: 2px;
}

.kb_calc_inner_row input[type=range]::-webkit-slider-runnable-track {
  width: 70%;
  height: 5px;
  background: #00ffff;
  border: none;
  border-radius: 30em;
}

.kb_calc_inner_row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 100em;
  background: #00ffff;
  margin-top: -8px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.kb_calc_inner_row input[type=range]:focus {
outline: none;
}

.kb_calc_inner_row input[type=range]:focus::-webkit-slider-runnable-track {
  background: #00ffff;
}

.kb_calc_inner_row input.range__amount {
  padding: 6px 12px 6px 13px;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #000;
  width: 100px;
 /*  background-color: transparent;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #0ff; */
  line-height: 1.1;
  border: 1px solid #ccc !important;
  border-radius: 30em !important;
  margin: 16px 6px;
  text-align: center;
}

.kb_calc_inner_row input.range__amount:focus {
  border-bottom: 2px solid;
  border-color: #00ffff;
  outline: none;
}

.kb_calc_base-itemqty {
  border-right: 1px solid #00ffff;
  border-left: 1px solid #00ffff;
}

.kb_calc_base_details .kb_calc_row > div, .addons_row p {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  padding: 4px 0;
  margin: 0;
}
span.addons_prices {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  padding: 4px 0;
  margin: 0;
  width: 138px;
  text-align: right;
}

.kb_calc_inner_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 4px auto;
  position: relative;
  /*   justify-content: space-between; */
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

.container1 .kb_calc_inner_row {
  margin: 6px 0 0px 0;
  position: relative;
}

select.country_selector, .kb_calc_inner_row select {
  width: 100% !important;
  /* height: 32px !important; */
  font-size: 13.4px !important;
  font-weight: 500 !important;
  font-style: italic !important;
  line-height: 1.5 !important;
  outline: none !important;
  border: 0 !important;
  border: 1px solid #ccc !important;
  border-radius: 30em !important;
  padding: 6px 12px 6px 13px;
}

select.country_selector option, .kb_calc_inner_row option {
  font-size: 14px !important;
  padding: 8px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  height: 1.5em !important;
}

.countrySelect_wrap {
  display: grid;
  grid-template-columns: 50% 79%;
  justify-items: start;
  align-items: center;
}

button.add_form_field {
  background-color: transparent;
  border: 0;
  color: #49ff9b;
  aspect-ratio: 1;
  border-radius: 30em;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.7;
  padding: 0px;
  width: 120px;
  height: 24px;
  left: auto;
  position: absolute;
  right: -16px;
}

button.add_form_field small {
  font-size: 10px;
  color: black;
  font-weight: 600;
  padding: 8px;
  position: relative;
  right: -4px;
}

button.add_form_field:hover small {
  text-decoration: underline;
}

button.add_form_field span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

button.add_form_field i {
  background-color: #49ff9b;
  padding: 6px;
  border-radius: 30em;
  color: black;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  transform: scale(0.9);
}

button.add_form_field:hover i {
  background-color: black;
  color: #49ff9b;
}

button.add_form_field:hover {
  background-color: transparent;
   color: black; 
  /*  transform: rotateZ(90deg); */
   cursor: pointer;
}

a.delete {
  padding: 0 4px;
  color: red;
  position: absolute;
  right: -8px;
  bottom: 44%;
}

a.delete:hover {
  color: #bd0404;
}

.kb_calc_row.addons_row {
  /* margin: 12px 0; */
  position: relative;
  /* padding: 8px 0; */
  /* border-bottom: 1px solid red; */
}

.kb_calc_total {
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.5;
  border-top: 2px solid #00ffff;
  border-bottom: 2px solid #00ffff;
  width: max-content;
  position: relative;
  display: flex;
  float: right;
}


.disclaimbox {
  margin-bottom: 10px;
  margin-top: 10px;
}
.disclaimPricing {
  margin: auto 0 12px 0;
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 600;
}

.disclaimPricing a {
  color: black;
}

.disclaimPricing a:hover {
  color: #00d3ff;
}

html select.wa_start_people_country_selector, html select.wa_start_brand_country_selector {
    position: relative;
    width: 78% !important;
	margin-bottom: 0px;
}

html #messages_country_row .countrySelect_wrap {
    display: contents;
    grid-template-columns: max-content;
    justify-items: start;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: content;
}

html select#countrySelect {
    position: relative;
    width: 78% !important;
	margin-bottom: 0px;
}

.container1 select.country_selector {
    width: 78% !important;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .kb_calculator_box {
    width: 100% !important;
    border: 0 !important;
    padding: 0 !important;
  }

  .wrap_calculator {
    padding: 0px;
    overflow-x: hidden;
    max-width: 100%;
    width: 95%;
    margin: 0;
  }

  a.calculartor_plan {
    margin: 8px;
  }

  .countrySelect_wrap {
    display: grid;
    grid-template-columns: 50% 93%;
    justify-items: start;
    align-items: center;
  }

  button.add_form_field {
    right: -15px;
    left: auto;
    position: absolute;
  }


}
@media only screen and (max-width: 767px) {
  .kb_calc_inner_row input[type=range] {
    width: 26%;
  }

  button.add_form_field small {
    z-index: -1;
    visibility: hidden;
  }
 
}

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

  .kb_calc_inner_row input[type=range] {
    width: 65%;
  }

  /* button.add_form_field small {
    z-index: -1;
    visibility: hidden;
  } */
}

@media only screen and (width: 1024px) {
  
  .kb_calc_inner_row input[type=range] {
    width: 75%;
  }

/*   button.add_form_field small {
    z-index: -1;
    visibility: hidden;
  } */
}

@media only screen and (max-width: 767px) {
  .countrySelect_wrap {
    grid-template-columns: 36% 58%;
  }
}

/*---- calculator tooltips and helps ----*/
.help {
  font-size: 18px;
  font-style: italic;
  font-weight: 300 !important;
  color: #ccc;
}

.help:hover {
  color: rgb(157, 157, 157);
  cursor: pointer;
}

p.help_item_info {
  font-size: 14px !important;
  line-height: 1.2;
  font-weight: normal !important;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  max-width: 80%;
  /* display: none; */
  position: absolute;
  z-index: 2;
  left: 0;
  top: 29px;
  box-shadow: 0px 0px 20px 8px rgb(0 0 0 / 7%);
  border: 2px solid #00ffff;
}

/* p.help_item_info:after {
  content: "x";
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: red;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30em;
  color: white;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
} */

div#storage_row .kb_calc_inner_row {
  border-bottom-color: transparent;
}

div#acciones_row > p, div#storage_row > p, div#messages_row > p, div#agents_row > p, div#walines_row > p {
  margin-top: 4px;
  margin-bottom: -14px;
}

p.help_item_info a {
  color: black;
}

p.help_item_info a:hover{
  color: #444;
}

#wa_start_people_country_row .countrySelect_wrap, #wa_start_brand_country_row .countrySelect_wrap  {
  display: contents;
  grid-template-columns: max-content;
  justify-items: start;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: content;
}

#wa_start_brand_country_row .help, #wa_start_people_country_row .help {
  padding: 4px;
}

button.add_form_field.waBrand_add, button.add_form_field.wapeople_add {
  top: 36%;
}

button.add_form_field:focus, button.add_form_field:visited {
    outline: none;
}

.addons_row p {
    margin: 6px 0px;
}

div#acciones_row, div#storage_row, #agents_row, #messages_row {
    margin-top: 14px;
}



/*-- end calc ---*/


.newPostGrid  a.elementor-button-link.elementor-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #49FF9B;
    border-radius: 300px 300px 300px 300px;
    color: #000000;
    background-color: #FFFFFF;
}

.newPostGrid  a.elementor-button-link.elementor-button:hover {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #49FF9B;
    border-radius: 300px 300px 300px 300px;
    color: #000000;
    background-color: #49FF9B;
}


#main_nav .jet-menu-title small {
    position: absolute;
    display: flex;
    /*background-color: black;*/
    color: #00FFFF;
    padding: 2px;
    border-radius: 10em;
    top: 2px;
    right: 8px;
    width: 20px;
    height: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 0px 2px black);
    /* -webkit-text-stroke-width: 1.1px; */
    /* -webkit-text-stroke-color: #000000; */
    /* -webkit-text-fill-color: #8ADAFF; */
}

#main_nav .jet-menu-title small i {
    color: #00ffff;
}

#main_nav .newVersion .jet-menu-title {
    font-weight: 700;
}

#main_nav .newVersion a.top-level-link {
    border-radius: 30em;
}

li#jet-menu-item-97847 small {
    margin-left: 4px;
    top: 0px;
    position: relative;
}

.recent_resorc-content_detail .wp-block-columns > div:first-child, .recent_resorc-content_detail .wp-block-columns > div:last-child {
    display: none;
}

.recent_resorc-content_detail .wp-block-columns > div {
    flex-basis: 100% !important;
    margin-top: 15px;
}

.jet-menu-item-110569 > .jet-sub-mega-menu {
    left: -44px!important;
    top: 7vh!important;
    border-radius: 30px
}

.jet-menu-item-110569 > .jet-sub-mega-menu:before,.jet-menu-item-110569.jet-menu-hover>.jet-sub-mega-menu:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 32px 16px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -14px;
    right: auto
}

.jet-menu-item-87924 > .jet-sub-mega-menu {
    left: -44px!important;
    top: 7vh!important;
    border-radius: 30px
}

.jet-menu-item-87924 > .jet-sub-mega-menu:before,.jet-menu-item-87924.jet-menu-hover>.jet-sub-mega-menu:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 32px 16px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -14px;
    right: auto
}

#login_nav li.elementor-icon-list-item a:after {
    content:none !important;
}

@media only screen and (min-width: 998px) {
html #login_nav li.login_keybeapp a:after {
    content: " /";
    font-size: 14px;
    position: relative;
    color: black !important;
    top: 0;
    left: 11px !important;
    line-height: 1.5;
    opacity: 1 !important;
}	
}
