.ns_theme_header_v5_container_general____ {
  max-height: 120px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ns_theme_header_v5_container_general____ .cont-header {
    max-width: 1444px;
    width: 100%;
    padding: 0 10px;
}
.ns_theme_header_v5_container_general____ .top-bar {
  background: #5B564D;
  max-height: 40px;
  display: flex;
  justify-content: center;
}

.ns_theme_header_v5_container_general____ .top-bar .items-menu-top {
  width: 100%;
  display: flex;
  justify-content: end;
   @media (max-width:1285px){
      display: none;
  }
}

.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .nav-top {
  display: flex; 
  flex-direction: row;
  justify-content: end;
  @media (max-width: 1285px){
    display:none;
  }
}
.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .nav-top > div {
  font-size: 12px;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  margin-top: 2px;
    border-radius: 5px 5px 0 0;
}

.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .nav-top .type-menu div {
  font-size: 14px;
  font-weight: 600;
  
}


.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .nav-top div:hover {
  background: #64615c;
}

.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .nav-top div.selected-menu,
.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .nav-top div.selected-menu:hover,
.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .nav-top div.selected-menu div:hover{
  background: #ffffff;
  color: #5B564D;
}


.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .contact-items {
  display: flex;
  flex-direction: row;
  @media (max-width:1285px){
    width: 100%;
    justify-content: space-evenly;
  }
}

.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .contact-items div{
  padding: 0 10px;
}

.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .contact-items span svg {
  width: 18px;
  height: 18px;
  fill: #fff!important;
}

.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .contact-items .menu-bar-top-item {
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .contact-items .menu-bar-top-item span {
  display:flex;
}
.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .contact-items .menu-bar-top-item:hover{
  background: #64615c;
  color: #ffffff!important;
}
.ns_theme_header_v5_container_general____ .top-bar .items-menu-top .contact-items .menu-bar-top-item  div:hover {
  color: #ffffff!important;
}

.ns_theme_header_v5_container_general____ .container-header {
  background: #ffffff;
  max-height: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  
 @media(max-width: 1285px)  {
  height: 0;
  }
}

.ns_theme_header_v5_container_general____ .container-header .items-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}











.nthvcg_container___v5{
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  @media(max-width: 1285px)  {
    position: fixed !important;
    z-index: 20000 !important;
  }
}
.ns_theme_header_v5_container_general____ {  
  background-size: cover;
  background-position: center;
  background-color: var(--ns_header_color__background);
}

#nthvcg_container___v5 {
  position: absolute;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--ns_header_color__background); 
  left: 50%;
  right: 50%;
   transform: translate(-50%, -2%);
}
.ns_theme_header_v5_container_general____ .nthvcg_container___v5 header {
  width: 100%;
  max-width: 1444px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  z-index: 4;
  position: relative;
}
.ns_theme_header_v5_container_general____ .nthvcg_container___v5 .contenedor_header_div {
  width: 100%;
  padding: 0 30px;
  max-width: 1444px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  z-index: 4;
  position: relative;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_logo img {
 /* height: 100%;
  width: auto;*/
}
#menu-mobile .nthvcg_c_container_logo {
    margin-bottom: 10px;
    display: flex;
     width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    justify-content: space-between;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_ {
  display: flex;
  padding: 0 15px;
  z-index: 1;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_options_cta {
  display: flex;
  width: auto;
  margin-left: 20px;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccoc_cta_container {
  margin-left: 25px;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccoc_options_container {
  display: flex;
  align-items: center;
}
.ns_theme_header_v5_container_general____ .nthvcg_coc_container_icon {
  width: 16px;
  /*padding-right: 10px;
  margin-right: 10px;*/
  height: min-content;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title i, .ns_theme_header_v5_container_general____ .nthvcg_cci_container_title img {
  width: 13px;
  padding-left: 20px;
}
.ns_theme_header_v5_container_general____ .nthvcg_coc_container_icon img {
  width: 100%;
}
.ns_theme_header_v5_container_general____ .nthvcg_coc_container_icon:nth-child(3) {
  border: 0;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_category, 
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_category h2, 
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_category div {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_items {
  padding: 0 15px;
  font-size: 12px;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover > div, 
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover > div h2, 
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover > div div{
  opacity: 1;
  width: 150px;
  height: auto;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover > div div{
  width: 100%;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover > div h2{
  text-align: start;
  padding-left: 15px;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover > div{
  padding: 15px 30px 30px;
  line-height: 30px;
  margin-top: 325px;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_category h2 {
  color: var(--ns_header_color__text);
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title {
  position: relative;
  color: var(--ns_header_color__background);
  height: 100px;
  display: flex;
  align-items: center;
}

.ns_theme_header_v5_container_general____ .nthvcg_cci_container_category {
  background-color: var(--ns_header_color__text);
  position: absolute;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 3px 35px #00000017;
  border-radius: 15px;
  left: -45px;
  width: 0;
  margin-top: 0;
  height: auto;
  line-height: 30px;
  width: 150px;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title h1 {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--ns_header_color__text);
}
.ns_theme_header_v5_container_general____ .nthvcg_container_banner {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 0;
}
.ns_theme_header_v5_container_general____ .nthvcg_container_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_category div {
  color: #1e2d50;
  display: flex;
  align-items: center;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccoc_cta_container a {
  text-decoration: none;
}

.ns_theme_header_v5_container_general____ .ns_theme_header_container_general__blur {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.ns_theme_header_v5_container_general____ .nthvcg_container___v5 {

  z-index: 4;
  position: relative;
}

{# Inicia el fixed position #}
.ns_theme_header_v5_container_general____.ns_theme_header_v5_fixed{
  padding-bottom: 136px;
}

.ns_theme_header_v5_container_general____.ns_theme_header_v5_fixed .nthvcg_container___v5{
  position: fixed!important;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--ns_header_color__background);
}

.ns_theme_header_v5_container_general____.ns_theme_header_v5_fixed .nthvcg_container___v5:not(.header-top){
     box-shadow: -1px 20px 35px #00000029;
}

@media (max-width: 550px){
  .ns_theme_header_v5_container_general____.ns_theme_header_v5_fixed{
    padding-bottom: 85px;
  }
}
{# Fin el fixed position #}

.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5, 
.ns_theme_header_v5_container_general____ .nthvcg_c_container_mobile_showv5 {
  display: none;
  @media (max-width:1285px){
    display:block!important;
  }
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5.show {
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 2;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5.show .nthvcg_cci_container_title, 
.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5.show h1{
  width: 100%;
  height: auto;
  opacity: 1;
  color: var(--ns_header_color__text);
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5.show {
  background-color: var(--ns_header_color__background);
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_items_mobile .nthvcg_cci_container_title:hover > div h2 {
  color: var(--ns_header_color__text);
  padding-left: 20px;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_hidden_mobilev5 img{
  width: 100%;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_category div a {
  text-decoration: none;
  padding-left: 16px;
  color: var(--ns_header_color__text);
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_items_mobile .nthvcg_cci_container_category div a {
  color: var(--ns_header_color__text);
  padding-left: 25px;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_category span {
  width: 10px;
  padding-right: 8px;
  height: min-content;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_category span:nth-child(3) {
  padding-left: 8px;
  padding-right: 0;
  opacity: 0;
  transition: all 0.4s linear;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover>div div:hover > span i, 
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover>div div:hover > a, 
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover>div div:hover > span {
  color: var(--ns_global_color__tertiary);
  opacity: 1;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover>div div:hover > a{
  font-weight: bold;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover>div div span i {
  opacity: 0;
  transition: all 0.4s linear;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover>div div:hover {
  background: var(--ns_header_color__text);
}
.hs-search-fieldv5 {
  position: relative;
}
.container_search_general___ form .hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  background-color: #0000;
  border: 2px solid var(--ns_header_color__text);
  border-radius: 10px;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

/*Style search*/
.ns_theme_header_v5_container_general____  .hs-search-fieldv5.search_input_allwindows {
  height: auto;
  left: 0;
  top: 80%; /* Cambiado */
  width: 100%; /* Cambiado */
  position: absolute;
  opacity: 0.85; /*Cambiado*/
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.ns_theme_header_v5_container_general____  .hs-search-fieldv5.search_input_allwindows .hs-search-field__bar {
  width: 100%;
  /*max-width: 1180px;*/
  margin: 15px auto 0;
}
.ns_theme_header_v5_container_general____  .hs-search-fieldv5.search_input_allwindows .hs-search-field__input {
  border-radius: 15px;
  color: var(--ns_header_color__text);
  height: 50px;
  padding: 10px;
  width: 100%;
  background-color: var(--ns_header_color__background);
  /*Agregado*/
  border-color: var(--ns_header_color__text);
}

.ns_theme_header_v5_container_general____  .hs-search-fieldv5.search_input_allwindows ul.hs-search-field__suggestions {
  background-color: var(--ns_header_color__text);
  width: 100%;
  max-width: 1180px;
  margin: 15px auto 0;
  border-radius: 15px;
  line-height: 35px;
}
.ns_theme_header_v5_container_general____  .hs-search-fieldv5.search_input_allwindows ul.hs-search-field__suggestions li a {
  text-decoration: none;
  color: var(--ns_header_color__text);
  font-family: var(--ns_headings_h4_font-family);
  font-size: var(--ns_headings_h4_font-size);
  font-weight: var(--ns_headings_h4_font-weight);
  font-style: var(--ns_headings_h4_font-style);
}
.ns_theme_header_v5_container_general____  .hs-search-fieldv5.search_input_allwindows ul.hs-search-field__suggestions li {
  padding-left: 10px;
}
#hs-search-field-hidde{
  height: 100%;
  width: 100%;
  background-color: #0000;  
}
ul.hs-search-field__suggestions.container___field__suggestions {
  display: none;
}
.ns_theme_header_v5_container_general____  .hs-search-fieldv5.search_input_allwindows ul.hs-search-field__suggestions.container___field__suggestions {
  display: block;
}
.ns_theme_header_v5_container_general____  .hs-search-fieldv5.search_input_allwindows~.hs-search-field-hidden {
  /*backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);*/
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
.ns_theme_header_v5_container_general____  .hs-search-fieldv5.search_input_allwindows ~ .hs-search-field-hidden{
  display: block;
}
.hs-search-field-hidden{
  display: none;
}
.ns_theme_header_v5_container_general____ .container_search_general___ {
  display: flex;
  justify-content: space-between;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_mobile_showv5 i {
  font-size: 30px;
  color: var(--ns_header_color__text);
  margin: 0 auto;
}
.ns_theme_header_v5_container_general____ .containerdifuminado_header_v5.show {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  height: 80px; /* Cambiado */
  z-index: 3;
  position: relative;
  left: 0; /* Agregado */
  width: 100%; /* Agregado */
}






/*Menu mobile*/
.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5 {
  display: none;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_items_mobile .nthvcg_cci_container_category_mobile {
  display: none;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title_mobile .nthvcg___title.show ~ .nthvcg_cci_container_category_mobile {
  display: block;
  padding-bottom: 35px;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title_mobile .nthvcg___title.show ~  .nthvcg_cci_container_category_mobile .nthvcg___subtitle {
  text-align: center;
  padding-left: 25px;
  padding-bottom: 10px;
  color: var(--ns_header_color__text);
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title_mobile .nthvcg___title.show ~ .nthvcg_cci_container_category_mobile .nthvcg___items_page,
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title_mobile .nthvcg___title.show  ~ .nthvcg_cci_container_category_mobile .nthvcg___items_page a{
  text-align: center;
  padding-left: 50px;
  color: var(--ns_header_color__text);
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title_mobile .nthvcg___title.show ~ .nthvcg_cci_container_category_mobile .nthvcg___items_page {
  line-height: 20px;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title_mobile .nthvcg___title.show .nthvcg_cci_container_category_mobile .nthvcg___items_page a{
  padding-left: 10px;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_items_mobile .nthvcg_cci_container_title_mobile .nthvcg___title.show{
  padding-bottom: 20px;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title_mobile .nthvcg___title.show  ~ .nthvcg_cci_container_category_mobile .nthvcg___items_page:hover a {
  color: var(--ns_global_color__tertiary);
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title_mobile .nthvcg___title.show  ~ .nthvcg_cci_container_category_mobile .nthvcg___items_page:hover span {
  opacity: 1;
  color: var(--ns_global_color__tertiary);
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title_mobile .nthvcg___title.show  ~ .nthvcg_cci_container_category_mobile .nthvcg___items_page span {
  opacity: 0;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title_mobile .nthvcg___title.show~.nthvcg_cci_container_category_mobile .nthvcg___items_page a {
  padding: 0 5px 0;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5.show .nthvcg_ccoc_cta_container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_items_mobile .nthvcg_cci_container_title_mobile .nthvcg___title i {
  padding-left: 15px;
}
.ns_theme_header_v5_container_general____ .nthvcg_container___v5.show {
  display: none;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_hidden_mobilev5 i {
  font-size: 31px;
  margin-top: 10px;
  margin-right: 10px;
  color: var(--ns_header_color__text);
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_items_mobile .nthvcg___title,
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_items_mobile .nthvcg___title a{
  color: var(--ns_header_color__text);
  text-align: center;
  padding-bottom: 50px;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5.show {
  background-color: var(--ns_header_color__background);
  padding-top: 100px;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_items_mobile .nthvcg_cci_container_title_mobile .nthvcg___title.show {
  padding-bottom: 20px;
}



.ns_theme_header_v5_container_general____ .container_search_general___ .hs-search-fieldv5 .hs-search-field__bar form button svg {
  fill: var(--ns_header_color__text);
  height: 15px;
  cursor: pointer;
}

.ns_theme_header_v5_container_general____ .container_search_general___ .hs-search-fieldv5 .hs-search-field__bar form button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 25%;
}

.ns_theme_header_v5_container_general____ .container_search_general___ .hs-search-fieldv5 .hs-search-field__bar form input#hs-search-field__input {
  padding: 5px 20px;
}
.ns_theme_header_v5_container_general____ .container_search_general___ .hs-search-fieldv5 .hs-search-field__bar form {
  display: flex;
}
.ns_theme_header_v5_container_general____ .hs-search-fieldv5.search_input_allwindows button {
  display: none;
}



.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_.nth_headercomplete_modohamburguer {
  visibility:hidden;
}

.ns_theme_header_v5_container_general____ .nthvcg_c_container_mobile_showv5.nth_headercomplete_modohamburguer{
  display: flex;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5{
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  transition: all 0.4s linear;
}


.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5.nth_headercomplete_modohamburguer.show {
  display:block;

}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_items_mobile .nthvcg_cci_container_title {
  position: initial;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_items_mobile .nthvcg_cci_container_category {
  position: initial;
}
.ns_theme_header_v5_container_general____ .nthvcg_cci_container_title:hover > div {
  padding: 0;
  width: 100%;
  margin: 0;
  background-color: transparent;
}
.ns_theme_header_v5_container_general____ .nthvcg_ccig_container_hidden_mobilev5 {
  position: absolute;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: min-content;
  right: 15px;
  top: 50px;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5.show section .nthvcg_c_container_items_g_mobile_v5 div, .nthvcg_c_container_items_g_mobile_v5 h1{
  width: 0;
  height: 0;
  opacity: 0;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_mobile_showv5{
  display: flex;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_mobile_showv5 {
  /*width: 40px;*/
  cursor: pointer;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_mobile_showv5 img {
  width: 100%;
}

.nthvcg_c_container_items_g_mobile_v5 ul {
  list-style-type: none;
  margin: 0;
  padding: 0 30px;
  /*text-align: center;*/
}

.ns_theme_header_v5_container_general____ .nthvcg_c_container_mobile_showv5{
  display:none ; 
}

/*End Style search*/

/* Style language */
.ns_theme_header_v5_container_general____ .language_switcher_container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
}

.ns_theme_header_v5_container_general____ .globe_class{
  background-color: var(--ns_header_color__text);
}

.ns_theme_header_v5_container_general____ .lang_switcher_class {
  position: unset;
}

.ns_theme_header_v5_container_general____ .language_switcher_container .lang_list_class{
  top: 100%;
  padding: 0;
  box-shadow: 0 3px 35px #00000017;
  background-color: var(--ns_header_color__text);
  border-radius: 15px;
  padding: 15px 30px;
  cursor: auto;
}

.ns_theme_header_v5_container_general____ .language_switcher_container .lang_list_class::before,
.ns_theme_header_v5_container_general____ .language_switcher_container .lang_list_class::after {
  content: none;
}

.ns_theme_header_v5_container_general____ .language_switcher_container:hover .lang_list_class {
  display: block;
}

.ns_theme_header_v5_container_general____ .lang_list_class li{
  border: none;
  padding: 0;
  background-color: transparent;
}

.ns_theme_header_v5_container_general____ .lang_list_class li a{
  padding: 10px min(25px,2vw);
  color: var(--ns_header_color__background);
  font-weight: 700;
  display: block;
}

.ns_theme_header_v5_container_general____ .lang_list_class li a:hover{
  color: var(--ns_global_color__tertiary);
}


.ns_theme_header_v5_container_general____ .lang_list_class li:first-child{
  border: none;
  padding: 0;
}

.ns_theme_header_v5_container_general____ .lang_list_class li:last-child {
  border: none;
  padding: 0;
}
/* End Style language */


.nthvcg_c_container_items_g_ ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nthvcg_c_container_items_g_ ul:not(.hs-menu-children-wrapper) {
  display: flex;
  height: 100px;
}

.nthvcg_c_container_items_g_ li.hs-menu-depth-1 {
  margin: 0 5px;
  position: relative;
  display: flex;
  align-items: center;
}

.nthvcg_c_container_items_g_ ul li a:after {
  display:block;
  content: '';
  border-bottom: solid 3px var(--ns_global_color__secundary);
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

.nthvcg_c_container_items_g_ ul li a:hover:after {
  transform: scaleX(1); 
}
.nthvcg_c_container_items_g_ ul li a.fromRight:after{ 
  transform-origin:100% 50%; 
}
.nthvcg_c_container_items_g_ ul li a.fromLeft:after{  
  transform-origin:  0% 50%;
}



.nthvcg_c_container_items_g_ li.hs-menu-depth-1 a {
  display: block;
  text-align: center;
  padding: 10px min(15px, 2vw);
  text-decoration: none;
  color: var(--ns_header_color__text);
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
}

.nthvcg_c_container_items_g_ li.hs-menu-depth-1.hs-item-has-children > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  left: 0%;
  width: 280px;
  max-width: 280px;
  background-color: var(--ns_header_color__text);
  border-radius: 0 0 15px 15px;
  box-shadow: 0 3px 35px #00000017;
  transition: all .2s ease-in-out;
  padding: 15px 0px 15px;
}

.nthvcg_c_container_items_g_ li.hs-menu-depth-1.hs-item-has-children::after {
  color: var(--ns_header_color__text);
  cursor: pointer;
  width: 6px;
  height: 5.438px;
  border: solid currentColor;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-radius: 1px;
  content: "";
}

.nthvcg_c_container_items_g_ li.hs-menu-depth-1.hs-item-has-children:hover > ul {
  display: block;
}

.nthvcg_c_container_items_g_ li.hs-menu-depth-2 > a{
  font-weight: bold;
}

.nthvcg_c_container_items_g_ li.hs-menu-depth-2 a, 
.nthvcg_c_container_items_g_ li.hs-menu-depth-2 a .numero_tel{
  box-sizing: border-box;
  color: var(--ns_header_color__background);
  display: block;
  padding: 16px min(25px,2vw);
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.nthvcg_c_container_items_g_ .hs-menu-depth-2 ul a::before {
  content: "";
  margin-right: 16px;
}

.nthvcg_c_container_items_g_ .hs-menu-depth-2 ul a:hover:before {
  content: "➔";
  margin-right: 4px;
}

.nthvcg_c_container_items_g_ .hs-menu-depth-1 ul a:hover{
  color: var(--ns_global_color__tertiary);
}

.nthvcg_c_container_items_g_ .hs-menu-depth-2 li a:hover:after {

}

.nthvcg_c_container_items_g_ li.hs-menu-depth-2 ul {
  counter-reset: section;
}
.nthvcg_c_container_items_g_ li.hs-menu-depth-2 ul {
  counter-reset: section;
}


/* Menú movil */
.nthvcg_c_container_items_g_mobile_v5 ul li a {
  color: var(--ns_header_color__text);
  font-family: var(--ns_body_font-family);
  font-size: var(--ns_body_font-size);
  font-weight: var(--ns_body_font-weight);
  font-style: var(--ns_body_font-style);
}

.hs_cos_wrapper_type_icon {
margin-right:20px;
}

.nthvcg_c_container_items_g_mobile_v5 .hs-menu-item ul li a {
  font-family: var(--ns_headings_h4_font-family);
  font-size: var(--ns_headings_h4_font-size);
  font-weight: var(--ns_headings_h4_font-weight);
  font-style: var(--ns_headings_h4_font-style);
}

.nthvcg_c_container_items_g_mobile_v5 ul {
  list-style-type: none;
  margin: 0;
  padding: 0 30px;
}

.nthvcg_c_container_items_g_mobile_v5 ul li {
  margin-bottom: 20px;
}

.nthvcg_c_container_items_g_mobile_v5 .hs-menu-depth-1 ul {
  margin-top: 20px;
  margin-left: 10%;
  padding: 0;
}

.nthvcg_c_container_items_g_mobile_v5 li.hs-item-has-children > a:after {
  color: var(--ns_header_color__text);
  margin-left: 10px;
  margin-top: 5px;
  position: absolute;
  border: solid;
  border-radius: 1px;
  border-width: 0 3px 3px 0;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 5px;
  padding: 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 5px;
}

@media(max-width: 1285px){
  .ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_{
    display: none;
  }
}











/************MODO CTA*************/
.ns_theme_header_v5_container_general____ .nthvcg_c_container_options_cta.nts_header_ctamode {
  display: flex;
  width: auto;
}
.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_ccoc_options_container {
  display: flex;
  align-items: center;
}
.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_coc_container_icon {
  width: 16px;
  border-right: 3px solid var(--ns_header_color__text);
  padding-right: 10px;
  margin-right: 10px;
  height: min-content;
  cursor: pointer;
  color: var(--ns_header_color__text);
}
.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_coc_container_icon svg,
.ns_theme_header_v5_container_general____ .nthvcg_coc_container_icon svg{
  fill:  var(--ns_header_color__text);
}
.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_ccoc_options_container .hs-search-fieldv5 i.fa-solid.fa-magnifying-glass{
  color:  var(--ns_header_color__text);
}
.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_coc_container_icon img {
  width: 100%;
}
.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_coc_container_icon:last-child {
  border: 0 !important;
  padding: 0;
  margin: 0;
}

.ns_theme_header_v5_container_general____ .nts_header_ctamode .hs-search-fieldv2 {
  position: relative;
  display: none;
}

.ns_theme_header_v5_container_general____ .nts_header_ctamode .hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.ns_theme_header_v5_container_general____  .nts_header_ctamode .hs-search-field__bar button svg {
  height: 10px;
}
.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_ccoc_cta_container {
  margin-left: 25px;
}
.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_ccoc_cta_container a {
  text-decoration: none;
}
.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_c_container_items_g_mobile_v2.show .nthvcg_ccoc_cta_container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns_theme_header_v5_container_general____   .nts_header_ctamode .cat_principa_general___02 {
  min-width: 137px;
  width: fit-content;
  overflow: hidden;
  max-width: 250px;
  height: 51px;
  border-radius: 5px;
  background-color: var(--ns_button_color__background);
  color: var(--ns_button_color__text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 10px;
}

.ns_theme_header_v5_container_general____   .nts_header_ctamode .cat_principa_general___02:hover{
  color: var(--ns_button_color__text_hover);
  background-color: var(--ns_button_color__background_hover); 
}

.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5 .cat_principa_general___02{
  overflow: hidden;
}

.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_ccoc_options_container .hs-search-fieldv5 .hs-search-field__bar,
.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_ccoc_options_container .hs-search-fieldv5.search_input_allwindows i.fa-solid.fa-magnifying-glass{
  display: none;
}

.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_ccoc_options_container .hs-search-fieldv5.search_input_allwindows .hs-search-field__bar,
.ns_theme_header_v5_container_general____ .nts_header_ctamode .nthvcg_ccoc_options_container .hs-search-fieldv5 i.fa-solid.fa-magnifying-glass{
  display: block;
}

.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5 ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper {
  display: none !important;
}
.ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5 ul li.opnemenu ul.hs-menu-children-wrapper {
  display: block !important;
}


@media (max-width: 550px){
  .ns_theme_header_v5_container_general____ .nthvcg_c_container_options_cta.nts_header_ctamode .nthvcg_ccoc_cta_container{
    display: none;
  }

}

/* Base styles */

* {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.option_menu{
  display:flex;


}
/* Header */

#hd_contact {
  margin: 0;
  padding: 5px;
  background: #5B564D;
  list-style: none;
  align-items: center;
  position: fixed;
  z-index: 5;
  width: 100%;
}

/* Container (optional for finer control) */

.ns_theme_header_v5_container_general____ .container_contact { /* Added a class for better organization */
  display: flex;
  justify-content: end;
  max-width: 1444px;
  margin: 0 auto;
  padding: 0 30px;
  max-height: 30px;
}

/* Menu items */
.ns_theme_header_v5_container_general____
.ntch_topbar {
  top:35px !important;
  @media(max-width:1285px){
    top: 0 !important;
  }
}




@media(max-width:575px){
  #hd_contact {
    display:none;
  }
  .ntch_topbar {
    top:0px !important;
  }
}
.nthvcg_c_container_items_g_   {
 display:none; 
  justify-content: end;
}

.hs-menu-children-wrapper {
  background: linear-gradient(136deg, #AD1F25, var(--ns_global_color__secundary));
}

.hs-menu-item .hs-menu-children-wrapper li.hs-menu-item a .numero_tel {
 font-size: 14px;
  padding: 0 !important;
}

.hs-menu-item .hs-menu-children-wrapper li.hs-menu-item a , 
.hs-menu-item .hs-menu-children-wrapper li.hs-menu-item a .numero_tel {
 color: #fff!important;
  font-weight: 100;
  max-width: 240px;
}


.hs-menu-item .hs-menu-children-wrapper li.hs-menu-item a:after,
.hs-menu-item .hs-menu-children-wrapper li.hs-menu-item a .numero_tel:after{
  border-bottom: solid 3px var(--ns_global_color__primary) ;
}

.items-menu .type-menu-1 #hs_menu_wrapper_dnd_pre_header-module-1_ > ul > li:last-child > a,
.items-menu .type-menu-1 #hs_menu_wrapper_dnd_pre_header-module-1_ > ul > li:nth-last-child(2) > a,
.items-menu .type-menu-2 #hs_menu_wrapper_dnd_pre_header-module-1_ > ul > li:nth-last-child(2) > a,
.items-menu .type-menu-3 #hs_menu_wrapper_dnd_pre_header-module-1_ > ul > li:nth-last-child(2) > a{
  background: #EC1D25 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #ffffff;
}

.items-menu .type-menu-2 #hs_menu_wrapper_dnd_pre_header-module-1_ > ul > li:last-child >  a,
.items-menu .type-menu-3 #hs_menu_wrapper_dnd_pre_header-module-1_ > ul > li:last-child > a{
  color: #EC1D25;
  border: 1px solid #EC1D25;
  background: #ffffff;
  border-radius: 5px;
}

.items-menu #hs_menu_wrapper_dnd_pre_header-module-1_ > ul > li::after{
  display:none!important;
}

.items-menu #hs_menu_wrapper_dnd_pre_header-module-1_ > ul > li li {
  position: relative!important;
}

.items-menu #hs_menu_wrapper_dnd_pre_header-module-1_ > ul > li li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.items-menu #hs_menu_wrapper_dnd_pre_header-module-1_ > ul > li li span span svg {
  width: 13px;
  fill: #ffffff;
}


#menu-mobile {
  display:none;
  background: #fff;
  width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
  flex-direction: column;
  justify-content: start;
  margin-top: 75px;
  position: absolute;
  top: -84px;
  padding: 10px;
  padding-bottom: 30px;
  box-shadow: 0px 13px 25px #000000eb;
  position: fixed;
  left: 0;
  min-height: 99vh;
  align-items: center;
  height: auto;
      overflow: auto;
    max-height: 90vh;
}

#menu-mobile.showMenu {
  @media (max-width: 1285px){
    display: flex;  
  }
}

#menu-mobile > div{
  width: 100%;
  max-width: 400px;
}
#menu-mobile .cont-menu-items {
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
}

#menu-mobile .cont-menu-items #menu-mobile-top, 
#menu-mobile .cont-menu-items #menu-mobile-top option{
  margin: auto auto;
  display: block;
  border: none;
  border-bottom: 1px solid #EC1D25;
  color: #EC1D25;
  text-align: center;
  padding: 10px min(15px, 2vw);
  text-decoration: none;
  box-sizing: border-box;
  font-weight: bold;
  outline: none;
  max-width: 300px;
}


#menu-mobile .cont-menu-mobile ul {
  list-style: none;
}

#menu-mobile .cont-menu-mobile ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#menu-mobile .cont-menu-mobile ul li::after{
}

#menu-mobile .cont-menu-mobile  ul  li  a{
  color: #5B564D;
  display: block;
  text-align: center;
  padding: 10px min(15px, 2vw);
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  height: 40px;
  box-shadow: 0px 3px 25px #0000001F;
    padding: 12px;
  margin: 5px;
}
/*  le pase de 991 a 1200 para el menu*/
#menu-mobile .cont-menu-mobile ul li ul {
  width: 100%;
  box-shadow: inset 0px 0px 12px 12px #0000001F;
  transition: all 1s ease;
  z-index:999!important;
  display:none;
  visibility: hidden!important; 
  opacity: 0!important; 
  display: none!important;
}

#menu-mobile .cont-menu-mobile ul li ul.active {
  display: block!important;
  opacity: 1!important; 
  visibility: inherit!important;;
}


#menu-mobile .cont-menu-mobile ul li ul li a{
  box-shadow: none;
  z-index:999;
}


#menu-mobile .cont-menu-items .close-menuMobile{
  width: 25px;
    margin-right: 5px;
  right: 0px;
  cursor: pointer;
}

#menu-mobile .cont-menu-items .close-menuMobile svg {
  fill: #EC1D25;
}
.top_bar_mobile {
  display:none;
    background: #5B564D;
    max-height: 40px;
    justify-content: flex-end;
    width: -webkit-fill-available;
    padding: 5px 30px;
      gap: 20px;
}
.top_bar_mobile .options_tbm a {
    display: flex;
    align-items: center;
}
.top_bar_mobile .options_tbm a span {
    margin-right: 5px;
    display: flex;
}
.top_bar_mobile .options_tbm a span svg {
    width: 15px;
    height: 15px;
    fill: #fff !important;
}

@media(max-width:1285px){
  .top_bar_mobile{
   display:flex; 
  }
}

@media(max-width:340px){
 .top_bar_mobile .options_tbm a {
    font-size: 12px;
} 
}
