.main_nav_pc *, .main_nav_mob * {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
.main_nav_pc a {
  cursor: pointer;
}
.main_nav_pc h1, .main_nav_mob .first_col h1 {
  font-size: 0;
}
.pc_menu_width>ul.main_nav_list>li.has_sub_menu>a {
  pointer-events: none;
  cursor: pointer;
}
.search_element input { background-color: rgb(255 255 255 / 10%)!Important; }
.overflow_hidden { overflow: hidden; }

.hide { display: none !important; }
.show { display: block !important; }
.burger_menu_show>.hs_cos_wrapper_type_icon svg { width: 20px !important; height: 20px !important; }
.burger_menu_show>.hs_cos_wrapper_type_icon svg path { fill: #2684ff; }
.right_side_mob { line-height: 0; display: flex; align-items: center; gap: 10px; }
.search_icon { cursor: pointer; }
/*INICIO tooltip Sub-productos*/
.products_performance img.img-subproducto, .talent_manage img.img-subproducto, .experience img.img-subproducto, .ppl_mange img.img-subproducto {
  width: 180px;
  margin: 5px 0px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  display: block!Important;
  visibility: hidden;
  width: 200px;
  height:auto;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 10px 15px;
  border-radius: 10px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -170px;
  margin-left: 0px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0%;
  margin-right: -30px;
  border-width: 15px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform: rotate(-90deg);
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*  FIN  tooltip Sub-productos*/
@media only screen and (max-width: 1023px){
  /* INICIO MOBILE Logo "Productos by Osmos - a Rankmi company" */
  .peoplemanagement_down li:last-child { display: none; }
  /* FIN MOBILE Logo "Productos by Osmos - a Rankmi company" */
  body {
    color: #333!Important;
  }
  .search-button_m {
    position: fixed;
    width: 400px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .search-button_m input { 
    height: 50px!Important;
    padding: 10px 40px 10px 10px!Important;
    /* border: 2px solid #dcdcdc; */
    border-radius: 10px!Important;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 0.5)!Important;
    background-color: rgba(255, 255, 255, 0.1)!Important;
    border: none; 
  }

  .main_nav_mob { z-index: 300 !important; }

}


@media only screen and (max-width: 575px){
  .search-button_m { width: 90%; } 
}

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

  .main_nav_pc {
    position: fixed;
    top: 0;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* position: relative; */
    padding: 20px 0px;
    background-color: #fff;
    align-items: center;
    z-index: 100;
    width: 100%;
  }
  .pc_menu_width {
    display: flex;
    justify-content: space-between;
    width: 1210px;
    margin: 0 auto;
    height: 40px;
    align-items: center;
  }
  .main_nav_pc ul {
    list-style: none;
  }

  .main_nav_pc a {
    text-decoration: none;
    color: #000;
  }
  li.has_sub_menu p {
    line-height: 18px;
  }

  .main_nav_list>li:hover .sub-menu, .main_nav_list>li:hover .solution_menu_container {
    display: flex;
    background-color: #fff;
  }

  .main_nav_list {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  li.has_sub_menu {
    padding-top: 7px;
  }

  span#hs_cos_wrapper_module_165245215160061_ {
    width: 14px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  .has_sub_menu:hover span#hs_cos_wrapper_module_165245215160061_{

    fill: #2684ff;
  }

  .search_element span#hs_cos_wrapper_module_165245215160061_ {
    width: 30px;
  }

  .main_nav_list>li {
    margin-right: 35px;
  }

  .main_nav_list>li>a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
  }

  .main_nav_list>li:hover>a {
    color: #2684ff;
  }

  /* Inicio - Style subrayado animado */
  /* Reset */
  a.a_an_underline {
    color: inherit;
    text-decoration: none;
  }

  /* Underline styles */
  a.a_an_underline {
    display: block;
    position: relative;
    padding: 0.2em 0;
  }

  /* Fade in */
  a.a_an_underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #2684ff;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
  }

  a.a_an_underline:hover::after,
  a.a_an_underline:focus::after {
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
  }

  /* Slide in */
  a.a_an_underline {
    overflow: hidden;
  }

  a.a_an_underline::after {
    opacity 1;
    transform: translate3d(-100%, 0, 0);
  }

  a.a_an_underline:hover::after,
  a.a_an_underline:focus::after{
    transform: translate3d(0, 0, 0);
  }
  /* Fin - Style subrayado animado */

  li.has_sub_menu a span {
    display: inline-block;
    margin-left: 5px;
  }
  .main_nav_list .has_sub_menu div {
    margin-top: 5px;
  }

  li.has_sub_menu a span svg {
    margin-bottom: -3px;
  }
  .sub-menu, .solution_menu_container {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.12);
  }

  .sub-menu-item h2 {
    font-size: 24px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color:#333333;
  }

  .sub-menu.solution {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    width: 1210px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    box-shadow: none;
  }
  .solution_menu_container {
    display: flex;
    overflow: hidden;
    max-height: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 20px 20px rgb(0 0 0 / 12%), 0 6px 6px rgb(0 0 0 / 12%);
    /*margin-top: 20px;*/
    transition: max-height 1s;
  }
  .main_nav_list>li:hover .solution_menu_container {
    max-height:600px;
  }
  .sub-menu.solution .sub-menu-item div h2 { text-align: left; }
  .sub-menu.solution .sub-menu-item:first-child {
    width: 369px;
    background-color: #fff;
    margin-right: 72px;
  }

  .sub-menu.solution .sub-menu-item:first-child>div,
  .sub-menu.solution .sub-menu-item:first-child>ul {
    /*     background-color: #f7f7f7; */
    margin-top: 20px;
    padding: 52px 0rem 52px;
  }

  .sub-menu.solution .sub-menu-item:first-child>ul {
    /*     background-color: #f7f7f7; */
    margin-top: 0px;
    padding: 12px 0rem 12px;
    display: flex;
    justify-content: space-between;
  }

  .sub-menu.solution .sub-menu-item:first-child>ul li a {
    font-size: 15px;
    color: #2684ff;
  }

  .sub-menu.solution .sub-menu-item:last-child {
    width: 841px;
    display: flex;
    /*     justify-content: space-around; */
    margin-top: 20px;
    padding-top: 30px;
    background-color: #f7f7f7;
    margin-left: 0px;
    padding-left: 40px;
    padding-bottom: 20px;
  }
  .sub-menu.solution .sub-menu-item:last-child>div {
    width: 220px;
    margin-right: 30px;
  }
  .sub-menu.solution .sub-menu-item:first-child figure {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }

  .sub-menu.solution .sub-menu-item:first-child figcaption {
    margin-left: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 13px;
    max-width: 163px;
    margin-top: 0px;
    line-height: 14.6px;
  }
  .sub-menu.solution .sub-menu-item:first-child figcaption p {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
  }
  .sub-menu.solution .sub-menu-item:last-child figcaption {
    font-size: 14px;
    color: #2684ff;
    font-weight: bold;
    margin: 10px 0 10px;
  }

  .sub-menu.solution .sub-menu-item:last-child ul li {
    background-image: url(https://www.rankmi.com/hubfs/header_2022/blue_radio_btn.png);
    background-repeat: no-repeat;
    padding-left: 17px;
    background-position: 0% 25%;
    line-height: normal;
  }

  .sub-menu.solution .sub-menu-item:last-child ul a {
    font-size: 14px;
    margin-bottom: 9px;
    display: inline-block;
    line-height: 20px;
    color: #333333;
  }

  /* Productos */
  .left_menu h3 {
    font-weight: 500;
  }
  .product_menu_container { 
    display: flex;
    overflow: hidden;
    max-height: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 20px 20px rgb(0 0 0 / 12%), 0 6px 6px rgb(0 0 0 / 12%);
    /*margin-top: 20px;*/
    transition: max-height 1s;
  }
  .sub-menu.products {
    display: flex;
    /*     justify-content: space-between; */
    background-color: #fff;
    width: 1210px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    box-shadow: none;
  }
  .main_nav_list>li:hover .product_menu_container {
    max-height:600px;
  }
  .sub-menu.products .sub-menu-item {
    width: 535px;
    padding: 0px 0rem 20px;
    margin-top: 30px;
    margin-right: 20px;
  }

  .sub-menu.products .sub-menu-item:first-child {
    background-color: #fff;
  }

  .sub-menu.products .sub-menu-item:first-child ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
  }

  .sub-menu.products .sub-menu-item:first-child ul li {
    width: 240px;
    padding: 20px;
    margin: 0px 20px 0px 0px;
    border-radius: 20px;
    transition: all 0.3s ease;
  }
  h1 ~ img
  .sub-menu.products .sub-menu-item:first-child ul h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: bold;
  }

  .sub-menu.products .sub-menu-item:first-child ul p {
    font-size: 14px;
    color: #333333;
  }
  /* Style de li activo*/
  .bg-active {
    background-color: #f8fbff;
  }
  /* FIN Style de li activo*/

  ul.products_performanc {
    margin-top: 10px;
  }
  ul.ppl_mange {
    margin-top: 0px;
  }
  .content .sub-menu-item ul li a figure figcaption span {
    margin-left: 0px;
  }
  .sub-menu.content .sub-menu-item ul li a figure img {
    border-radius: 10px!Important;
  }
  .products_performance img {
    display: block;
    width: 45px;
  }
  .talent_manage img {
    display: block;
    width: 45px;
  }
  .experience img{
    display: block;
    width: 45px;
  }
  .ppl_mange img {
    display: block;
    width: 45px;
  }
  .ppl_mange li:last-child figure {
    width: 75px;
  }


  /* INICIO Logo "Productos by Osmos - a Rankmi company" */
  /* Para habilitar visualización, descomentar líneas 501 a 513*/
  /* Se oculta logo en MOBILE en líneas 83 a 85*/
  {#.ppl_mange li:last-child figure {
    width: 230px!Important;
    padding-left: 40px;
  }#}
  {#.ppl_mange li:last-child img {
    width: 100%;
  }#}
  {#.ppl_mange li:last-child div {
    display: none;
  }#}
  {#.ppl_mange li:nth-child(5) figure,
  .ppl_mange li:nth-child(6) figure{
    width: 70px;
  }#}
  /* FIN Logo "Productos by Osmos - a Rankmi company" */

  .sub-menu.products .sub-menu-item:last-child {
    background-color: #f7f7f7;
    padding-left: 40px;
    width: 650px;
    margin-right: 0;
    margin-top: 16px;
    padding-top: 45px;
  }

  .sub-menu.products .sub-menu-item:last-child ul {
    display: flex;
    flex-wrap: wrap;
  }

  .sub-menu.products .sub-menu-item:last-child ul li {
    width: 263px;
    min-height: 80px;
    padding: 20px 0;
    margin-bottom: 0px;
    margin-right: 30px;
  }

  .sub-menu.products .sub-menu-item:last-child ul h3 {
    margin: 0px 0 0px;
    font-size: 16px;
    font-weight: bold;
    color:#333333;
    font-family: 'Poppins',sans-serif;
  }

  .sub-menu.products .sub-menu-item:last-child ul p {
    font-size: 14px;
    color:#333333;
  }
  .sub-menu-item.right_menu ul  a {
    display: flex;
  }
  .sub-menu-item.right_menu ul  a div {
    margin-left: 10px;
  }
  .sub-menu.products .left_menu a figure img {
    max-width: 50px;
    margin-bottom: 10px;
  }

  /* Clientes */
  .client_menu_container .sub-menu.client .sub-menu-item:last-child li {
    width: 33%;
    margin-right: 40px;
    overflow:hidden;
  }
  .client_menu_container .sub-menu.client .sub-menu-item:last-child ul li figure img {
    height: auto;
    max-height: 188px;
    width: 100%;
    border-radius: 10px;
  }
  .client_menu_container .sub-menu.client .sub-menu-item ul li:last-child a img {
    padding-top: 0px;
  }
  img.client-ce-left {
    max-width: 50px;
  }
  .client_menu_container { 
    display: flex;
    overflow: hidden;
    max-height: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 20px 20px rgb(0 0 0 / 12%), 0 6px 6px rgb(0 0 0 / 12%);
    /*margin-top: 20px;*/
    transition: max-height 1s;
  }
  .main_nav_list>li:hover .client_menu_container {
    max-height:600px;
  }
  .sub-menu.client {
    display: flex;
    /*     justify-content: space-between; */
    background-color: #fff;
    width: 1210px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    box-shadow: none;
  }

  .sub-menu.client .sub-menu-item {
    padding: 30px 0rem 30px;
  }
  .sub-menu.client .sub-menu-item:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    width: 250px;
    margin-right: 50px;
  }
  .sub-menu.client .sub-menu-item:first-child ul h2 {
    margin-bottom: 0;
    font-size: 14px;
    color:#333333;
  }
  .sub-menu.client .sub-menu-item:first-child ul p {
    font-size: 14px;
    color:#333333;
  }
  .sub-menu.client .sub-menu-item:first-child ul li {
    padding: 45px 0 45px;
    margin-bottom: 15px;
  }
  .sub-menu.client .sub-menu-item:last-child { 
    width: 991px;
    padding-left: 55px;
    background-color: #f7f7f7;
    margin-top: 20px;
  }
  .sub-menu.client .sub-menu-item:last-child ul { 
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  img.client-ce-left {
    display: inline-block;
    float: left;
    /*margin-right: 10px;*/
    padding: 5px 0px 10px;
  }
  .sub-menu.client .sub-menu-item:last-child p {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 14px;
    color:#333333;
  }
  .sub-menu.client .sub-menu-item:last-child a {
    color: #2684FF;
    font-size: 14px;
    width:65px;
  }
  /*   Contenidos */
  .content_menu_container .sub-menu.content .sub-menu-item:last-child ul li a figure img {
    max-height: 53px;
  }
  .content_menu_container sub-menu.content div ul li a figure figcaption h3,  .content_menu_container sub-menu.content div ul li a figure figcaption p,  .content_menu_container sub-menu.content div ul li a figure figcaption span {
    color: #333333!Important;
  }
  .content_menu_container {
    display: flex;
    overflow: hidden;
    max-height: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 20px 20px rgb(0 0 0 / 12%), 0 6px 6px rgb(0 0 0 / 12%);
    /*margin-top: 20px;*/
    transition: max-height 1s;
  }
  .sub-menu.content {
    display: flex;
    /*     justify-content: space-between; */
    background-color: #fff;
    width: 1210px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    box-shadow: none;
  }
  .main_nav_list>li:hover .content_menu_container {
    max-height:600px;
  }
  .sub-menu.content .sub-menu-item {
    padding: 100px 0rem 10px;
    margin-top: 20px;
  }

  .sub-menu.content .sub-menu-item:first-child figcaption h3 {
    margin-bottom: 5px;
  }
  .sub-menu.content .sub-menu-item:first-child {
    width: 340px;
    background-color: #f7f7f7; 
    padding: 30px 30px 0px 25px;
    /*margin-right: 55px;*/
  }

  .sub-menu.content .sub-menu-item:first-child li {
    background-color: #fff;
    border-radius: 15px;
    padding: 5px;
    width: 285px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .sub-menu.content .sub-menu-item:first-child figure {
    display: flex;
    /*     justify-content: space-between; */
    align-items: center;
  }
  .sub-menu.content .sub-menu-item:first-child figure img {
    padding: 1.5px;
    box-sizing: content-box;
  }
  .sub-menu.content .sub-menu-item:first-child figcaption,  .sub-menu.content .sub-menu-item:first-child figcaption h3, .sub-menu.content .sub-menu-item:first-child figcaption p{
    font-size: 11px;
  }
  .sub-menu.content .sub-menu-item:first-child figcaption p {
    line-height: 13px;
  }
  .sub-menu.content .sub-menu-item:first-child figcaption span{
    font-size: 11px;
  }
  .sub-menu.content .sub-menu-item:first-child figcaption {
    padding-left: 10px;
  }

  .sub-menu.content .sub-menu-item:first-child .link_content {
    text-align: center;
  }

  .sub-menu.content .sub-menu-item:first-child .link_content a {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    color: #2684FF;
    font-weight: 500;
    /* width: 157px; */
    font-size: 13px;
  }

  .sub-menu.content .sub-menu-item:last-child {
    /*background-color: #f7f7f7;*/
    width: 870px;
    padding: 20px 30px 10px;
  }

  .sub-menu.content .sub-menu-item:last-child ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sub-menu.content .sub-menu-item:last-child li {
    width: 250px;
    /*margin-bottom: 20px;*/
    padding: 20px 0;
  }

  .sub-menu.content .sub-menu-item:last-child h3 {
    font-size: 13px;
    margin-bottom:10px;
  }

  .sub-menu.content .sub-menu-item:last-child figure {
    display: flex;
    justify-content: space-between;
    max-width: 279px;
    align-items: center;
    /*     margin-top: 18px; */
  }

  .sub-menu.content .sub-menu-item:last-child figcaption {
    font-size: 13px;
    margin-left: 4px;
    line-height: 18px;
  }

  /*     Compañía */
  .company_cont_a {
    display: flex;
    flex-direction: column;
    align-items: flex-start!Important;
    width:65%;
    height:auto;
    overflow:hidden;
    padding-right:40px;
  }
  .company_cont_b {
    display: flex;
    flex-direction: column;
    align-items: flex-start!Important;
    width:35%;
    height:auto;
    overflow:hidden;
  }
  .company_cont_a_n {
    flex-direction: column;
  }
  .company_cont_a_n div p {
    margin-bottom: 10px;
  }
  .company_cont_a figure img,.company_cont_b figure img {
    max-width: 100%;
  }
  .company_cont_a p, .company_cont_b p {
    height: 40px!Important;
  }
  .company_menu_container .sub-menu.company .sub-menu-item ul li a img {
    max-width: 40px;
  }
  .content_menu_container .sub-menu.content .sub-menu-item ul li a h3 {
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
    color:#333333;
  }
  .company_menu_container { 
    display: flex;
    overflow: hidden;
    max-height: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 20px 20px rgb(0 0 0 / 12%), 0 6px 6px rgb(0 0 0 / 12%);
    margin-top: 20px;
    transition: max-height 1s;
  }

  .main_nav_list>li:hover .company_menu_container {
    max-height:600px;
  }
  .sub-menu.company {
    display: flex;
    /*     justify-content: space-between; */
    background-color: #fff;
    width: 1210px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    box-shadow: none;
    color:#333333;
  }
  .sub-menu.company .sub-menu-item {
    padding: 30px 0rem 15px;
  }
  .sub-menu.company .sub-menu-item ul li a figcaption h3, .sub-menu.company .sub-menu-item ul li a figcaption p {
    color: #333333;
  }

  .sub-menu.company .sub-menu-item:first-child {
    width: 336px;
  }
  .sub-menu.company .sub-menu-item:first-child a {
    display: flex;
    align-items: center;
  }
  .sub-menu.company .sub-menu-item:first-child ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0px;
  }
  .sub-menu.company .sub-menu-item:first-child ul li {
    padding: 20px 0;
    margin-bottom: 15px;
  }
  .sub-menu.company .sub-menu-item:first-child ul figcaption {
    margin-left: 10px;
  }
  .sub-menu.company .sub-menu-item:first-child h3 {
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
    color: #333333;
  }

  .sub-menu.company .sub-menu-item:first-child p {
    font-size: 14px;
  }

  .sub-menu.company .sub-menu-item:last-child {
    display: flex;
    flex-direction: row;
    background-color: #f7f7f7;
    margin-top: 20px;
    width: 920px;
    padding: 50px 100px 30px 100px;
  }

  .sub-menu.company .sub-menu-item:last-child>div {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .sub-menu.company .sub-menu-item:last-child>div img {
    display: inline-block;
    margin-right: 15px;
  }

  .sub-menu.company .sub-menu-item:last-child>div p {
    font-weight: normal;
    font-size: 13px;

  }

  .sub-menu.company .sub-menu-item:last-child>div p span {
    color: #2684FF;
  }


  /* Inicio Hablemos */
  .hablemos_menu_container .sub-menu.hablemos .sub-menu-item ul li a figure img {
    max-width: 50px;
  }
  .hablemos_menu_container {
    display: flex;
    overflow: hidden;
    max-height: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 20px 20px rgb(0 0 0 / 12%), 0 6px 6px rgb(0 0 0 / 12%);
    transition: max-height 1s;
  }
  .sub-menu.hablemos {
    display: flex;
    background-color: #fff;
    width: 1210px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    box-shadow: none;
  }
  .main_nav_list>li:hover .hablemos_menu_container {
    max-height:600px;
  }
  .sub-menu.hablemos .sub-menu-item {
    padding: 100px 0rem 10px;
    margin-top: 20px;
  }

  .sub-menu.hablemos .sub-menu-item {
    width: 100%;
    padding: 20px 30px 20px;
  }

  .sub-menu.hablemos .sub-menu-item ul li a h3, .sub-menu.hablemos .sub-menu-item ul li a figure figcaption {
    color: #333333;
    padding-right: 20px;
  }
  .sub-menu.hablemos .sub-menu-item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sub-menu.hablemos .sub-menu-item li {
    width: 33%;
    padding: 20px 0;
  }

  .sub-menu.hablemos .sub-menu-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Poppins',sans-serif;
    color: #333333!Important;
  }

  .sub-menu.hablemos .sub-menu-item figure {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    align-items: center;
  }

  .sub-menu.hablemos .sub-menu-item figcaption {
    font-size: 13px;
    margin-left: 4px;
    line-height: 18px;
  }
  /* FIN Hablemos */

  /* Product menu*/
  .hide {
    display: none !important;
  }
  .show {
    display: flex !important;

  }

  .main_nav_list>li:last-child {
    /*position: relative;
    padding-left: 35px;*/
  }
  .main_nav_list>li:nth-last-child(2):before {
    content: ''; 
    display: inline-block;
    background-image: url(https://2234288.fs1.hubspotusercontent-na1.net/hubfs/2234288/%5BAssets%5D%20Sitio%20Web%202021/%5BAssets%202021%5D%20Icons/%5BIcons%202021%5D%20Smile/%5BRankmi2020%5D%20carita%20feliz_FFC400_1.svg);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    left: 0px;
    vertical-align: bottom;
  }
  .search_icon span svg {
    margin-top: 10px;
  }
  .search_element form {
    position: fixed;
    width: 400px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: #fff;*/
  }
  .search_element input {
    width: 100%;
    height: 50px!Important;
    padding: 20px!Important;
    /*border: 2px solid #dcdcdc;*/
    border-radius: 10px!Important;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 0.5)!Important;
    background-color: rgb(255 255 255 / 50%)!Important; 
    border: none;
  }

  .search_element input[type="search"]::placeholder {
    color: #fff;
  }
  img.search_close:hover {
    opacity: 0.5;
  }

  .search_pop {
    display: none;
  }
  .main_nav_mob {
    display: none;
  }
}
@media screen and (max-width:1023px) {
  .main_nav_pc {
    display: none;
  }
  .main_nav_mob ul {
    list-style: none;
    overflow: scroll;
  }

  .main_nav_mob a {
    text-decoration: none;
    color: #000;
  }
  img.search_close:hover {
    opacity: 0.5;
  }
  .search_pop {
    display:none;
    width: 90%;
    left: 5%;
    top: 50%;
    float: left;
    position: fixed;
    width: auto;
  }
  .search_pop input{
    width: 100%;
    height: 50px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 50%);
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
  }
  .main_nav_mob .first_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0;
  }
  .first_level a span svg {
    margin-left: 96%;
    font-size: 25px;
    margin-top: -25px;
    transform: rotate(-90deg);
  }

  .main_nav_mob .second_level {
    background-repeat: no-repeat;
    background-position: 2% top;
    padding-left: 25px;
  }

  .main_nav_mob { padding-bottom: 10px !important; }

  .main_nav_mob>ul {
    padding: 0 20px 20px;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }

  .main_nav_mob>ul>li {
    border-bottom: 1px solid #DADADA;
  }

  .main_nav_mob>ul>li>a {
    padding: 18px 20px;
    width: 100%;
    display: inline-block
  }

  .main_nav_mob>ul>li>a {
    font-size: 16px;
    font-weight: bold;
  }

  .main_nav_mob>ul>.first_level {
    background-repeat: no-repeat;
    background-position: right center;
    background-position: 96% 50%;
  }
  span.second_level span svg {
    margin-top: -25px;
    font-size: 25px;
    transform: rotate(90deg);
  }
  .productos_right>li>a {
    background-image: url(https://www.rankmi.com/hubfs/header_2022/arrow_down_b.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: 96% 50%;
    box-sizing: border-box;
  }

  .soluciones_right>li>a {
    background-image: url(https://www.rankmi.com/hubfs/header_2022/arrow_down_b.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: 96% 50%;
    box-sizing: border-box;
  }
  .soluciones_right>li figcaption a {
    padding: 8px 20px;
  }
  .nav_list.mob_hide li.first_level ul li a {
    color: #333333;
  }
  .main_nav_mob ul li ul li.first_level a.active {
    /*     background-color: #F0F8FF; */
    color: #2684FF;
    background-image: url(https://www.rankmi.com/hubfs/header_2022/up_arrow_blue.png);
    background-position: 96% 50%;
    display: inline-block;
    background-repeat: no-repeat;
  }

  .main_nav_mob .active a {
    color: #2684FF;
  }

  .mob_hide {
    display: none;
  }
  .search_mob_menu-show{
    display:inline-block;
    margin-right:0px;
    width:16px;
  }

  .burger_menu_show{
    display:inline-block;
    width: 30px !important;
    height: 30px !important;
    background-color: rgb(38 132 255 / 34%);
    padding: 5px;
    border-radius: 3px;
  }
  .burger_menu_cross{
    display:inline-block;
    width: 14px;}

  .burger_menu_cross.mob_hide {
    display: none;
    width: 15px;
  }
  @media screen and (min-width: 1024px)
    .search_pop {
      display:none!Important;
      width: 90%;
      left: 5%;
      top: 50%;
      float: left;
      position: fixed;
      width: auto;
  }
  .search_pop input{
    width: 100%;
    height: 50px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 50%);
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
  }

  /*for soluciones right slide*/
  .soluciones_right {
    right: -100%;
    position: absolute;
    transition: ease-in-out 0.5s;
    height: 100vh;
    background-color: #ffffff;
    width: 100%;
    z-index: 1;
    /* padding: 0 20px; */
    box-sizing: border-box;
  }

  .soluciones_right_show {
    right: 0% !important;
    top: 70px;
  }

  /*for productos right slide*/
  .productos_right {
    right: -100%;
    position: absolute;
    transition: ease-in-out 0.5s;
    height: 100vh;
    background-color: #ffffff;
    width: 100%;
    z-index: 1;
    /* padding: 0 20px; */
    box-sizing: border-box;
  }

  .productos_right_show {
    right: 0 !important;
    top: 70px;
  }

  .productos_right>li {
    border-bottom: 1px solid #DADADA;
  }

  .productos_right>li a {
    display: inline-block;
    padding: 18px 26px;
    width: 100%;
    box-sizing: border-box;
  }

  .productos_right>li>a {
    font-weight: bold;
    font-size: 16px;
  }

  .productos_right>li>a {
    /*background-image: url(down_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: 96% 50%;*/
    box-sizing: border-box;
  }

  /*for Clientes right slide*/
  .clientes_right {
    right: -100%;
    position: absolute;
    transition: ease-in-out 0.5s;
    height: 100vh;
    background-color: #ffffff;
    width: 100%;
    z-index: 1;
    /* padding: 0 20px; */
    box-sizing: border-box;
  }

  .clientes_right_show {
    right: 0 !important;
    top: 70px;
  }

  .clientes_right>li {
    border-bottom: 1px solid #DADADA;
  }

  .clientes_right>li a {
    display: inline-block;
    padding: 18px 28px;
    width: 100%;
    box-sizing: border-box;
  }

  .clientes_right>li>a {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .clientes_right h4 {
    margin-bottom : 10px;
  }
  .clientes_right p {
    text-align: left;
    margin-top : 10px;
  }
  .clientes_right li:last-child a {
    text-align: left;
    color: #2684FF;
    padding: 10px 0px;
  }

  /*for contenidos right slide*/
  .contenidos_right {
    right: -100%;
    position: absolute;
    transition: ease-in-out 0.5s;
    height: 100vh;
    background-color: #ffffff;
    width: 100%;
    z-index: 1;
    /* padding: 0 20px; */
    box-sizing: border-box;
  }

  .contenidos_right_show {
    right: 0 !important;
    top: 70px;
  }

  .contenidos_right>li {
    border-bottom: 1px solid #DADADA;
  }

  .contenidos_right>li a {
    display: inline-block;
    padding: 18px 28px;
    width: 100%;
    box-sizing: border-box;
  }
  .contenidos_right>li:last-child a { 
    display: inline-block;
  }
  .contenidos_right>li>a {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  /*for compania right slide*/
  .compania_right {
    right: -100%;
    position: absolute;
    transition: ease-in-out 0.5s;
    height: 100vh;
    background-color: #ffffff;
    width: 100%;
    z-index: 1;
    /* padding: 0 20px; */
    box-sizing: border-box;
  }

  .compania_right_show {
    right: 0 !important;
    top: 70px;
  }

  .compania_right>li {
    border-bottom: 1px solid #DADADA;
  }

  .compania_right>li a {
    display: inline-block;
    padding: 18px 28px;
    width: 100%;
    box-sizing: border-box;
  }

  .compania_right>li>a {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  /*Estilo Hablemos*/
  .hablemos_right {
    right: -100%;
    position: absolute;
    transition: ease-in-out 0.5s;
    height: 100vh;
    background-color: #ffffff;
    width: 100%;
    z-index: 1;
    /* padding: 0 20px; */
    box-sizing: border-box;
  }

  .hablemos_right_show {
    right: 0 !important;
    top: 70px;
  }

  .hablemos_right>li {
    border-bottom: 1px solid #DADADA;
  }

  .hablemos_right>li a {
    display: inline-block;
    padding: 18px 28px;
    width: 100%;
    box-sizing: border-box;
  }

  .hablemos_right>li>a {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  /*FIN Estilo Habllemos*/


  .main_nav_mob .first_level .first_level>ul>li:last-child {
    border-bottom: 1px solid transparent;
  }
  .palma-de-mano{
    text-align:center;
  }
  .nav_list>li>ul li figure+a {
    color: #fff !important;
    background-color: #2680FF;
    width: 233px;
    padding: 10px 10px;
    margin-top: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .soluciones_right>li {
    border-bottom: 1px solid #DADADA;
  }

  .soluciones_right>li a {
    display: inline-block;
    padding: 18px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .soluciones_right>li>a {
    font-weight: bold;
    font-size: 16px;
  }

  .second_level {
    padding-left: 20px;

  }

  .third_level_slide_down>li>a {
    font-size: 14px;
  }

  .third_level_slide_down>li:first-child {
    border-top: 1px solid #DADADA;
  }

  /* .main_nav_mob .first_level .first_level {
  border-bottom: 1px solid #DADADA;
  padding: 18px 0;
} */

  .main_nav_mob .first_level .first_level>ul>li {
    border-bottom: 1px solid #DADADA;
  }
  ul.tooltiptext li {
    border-top: 1px solid #DADADA;
    padding-left: 10px;
    font-size:14px;
  }
  ul.show.tooltiptext li a:before {
    content: "-";
  }

}
ul.llamanos-phone-n {
  margin: 20px 0px 0px 0px;
  background-color: #f5f5f7;
  padding: 0px 0px 0px 40%;
  border-radius: 30px;
}
ul.llamanos-phone-n svg{
  fill:#213f68;
  display: inline-block!Important;
}
ul.llamanos-phone-n p a{
  color:#213f68;
}
ul.llamanos-phone-n li p span svg {
  margin-right: 5px;
  margin-bottom: -3px;
}
/* :::: PopUp momentaneo :::: */
div#leadinModal-content-wrapper-4385110 .leadin-content-body .leadin-preview-wrapper h4 {
  color: #00FF73!Important;
}
.leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-preview .leadin-button {
  background-color: #F7F5EB!Important;
}

.main-megamenu .hs_cos_wrapper_type_icon svg, .main-megamenu .pwr-icon svg {
  display: block;
  height: 1em;
  transition: all .4s ease-in-out;
  width: 1em;
}

.login-button > a {
  text-align: center;
  padding: 10px 21px;
  width: auto;
  cursor: pointer;
  color: #ffffff !important;
  border-radius: 25px;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .5px;
  transition: all .4s ease-in-out;
  background-color: #2684ff;
  cursor: pointer;
  pointer-events: all !important;
  position: relative;
}
.login-button > a:hover {
  background-color: #00183f;
}