.ns_theme_header_v5_container_general____ {  
  background-size: cover;
  background-position: center;
  background-color: var(--ns_header_color__background);
}

.ns_theme_header_v5_container_general____ .nthvcg_container___v5 header {
  width: 100%;
  max-width: 1255px;
  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;
}
/*.ns_theme_header_v5_container_general____ .nthvcg_c_container_logo {
  height: 42px;
}*/
.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 {
  padding: 0 15px;
  z-index: 4;
  position: relative;
}

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

.ns_theme_header_v5_container_general____.ns_theme_header_v5_fixed .nthvcg_container___v5{
  position: fixed;
  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: 0px 5px 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;
}
.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: 75px;
}
.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 {
  top: 0;
  position: absolute;
  right: 0;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: min-content;
  right: 20px;
  top: 20px;
}
.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 */

@media (max-width: 1024px){
  .ns_theme_header_v5_container_general____ .nthvcg_ccc_cta___ {
    width: 100px;
    font-size: 10px;
    min-height: 35px;
  }
  .ns_theme_header_v5_container_general____ .nthvcg_coc_container_icon {
    width: 15px;
  }
  .ns_theme_header_v5_container_general____ .nthvcg_c_container_logo {
    width: 50px;
    height: auto;
  }
  .ns_theme_header_v5_container_general____ .nthvcg_c_container_logo img {
    height: auto;
    width: 100%;
  }
  .ns_theme_header_v5_container_general____ .nthvcg_cci_container_title h1 {
    text-align: center;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 991px){
  .ns_theme_header_v5_container_general____ .nthvcg_c_container_mobile_showv5{
 display:block ; 
}
  .ns_theme_header_v5_container_general____  .hs-search-fieldv5.search_input_allwindows .hs-search-field__input {
    height: 30px;
  }
  .ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_ {
    display: none;
  }
  .ns_theme_header_v5_container_general____ .nthvcg_c_container_items_g_mobile_v5 {
    display: block;

  }

}
@media (max-width: 550px){

  .ns_theme_header_v5_container_general____ .nthvcg_c_container_options_cta.nts_header_ctamode {
    margin: 0 auto;
  }
  
  .ns_theme_header_v5_container_general____ .nthvcg_ccoc_options_container , .ns_theme_header_v5_container_general____ .nthvcg_c_container_options_cta {
    display: none;
  }
  .ns_theme_header_v5_container_general____ .nthvcg_container___v5 header {
    justify-content: space-between;
    height: 85px;
  }
  .ns_theme_header_v5_container_general____ .nthvcg_container_banner{
    height: 85px;
  }

}
@media (max-width: 425px){

  .ns_theme_header_v5_container_general____ .container_search_general___ {
    max-width: 100px;
  }
}

.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 10px;
  position: relative;
  display: flex;
  align-items: center;
}

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

.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: -40%;
  width: 180%;
  max-width: 280px;
  background-color: var(--ns_header_color__text);
  border-radius: 15px;
  box-shadow: 0 3px 35px #00000017;
  transition: all .2s ease-in-out;
  padding: 15px 30px 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{
    box-sizing: border-box;
    color: var(--ns_header_color__background);
    display: block;
    padding: 10px min(25px,1vw);
    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_ .hs-menu-depth-3 ul {
  margin-left: 15px;
}

/* 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);
}

.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: 991px){
  .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;
  }

}