/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 20 2025 | 19:01:42 */
ul.menu-sticky,
ul.menu-banner,
ul.menu-banner-fondo-blanco {
  list-style: none !important;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.menu-item-sticky,
.menu-item-banner,
.menu-item-banner-fondo-blanco {
  position: relative;
  padding-top: 20px;
}

.menu-item-sticky a,
.menu-item-banner a,
.menu-item-banner-fondo-blanco a {
  text-decoration: none;
  padding: 13px;
  padding-bottom: 8px;
  padding-top: 8px;
  display: block;
  transition: color 0.3s, background-color 0.3s;
  font-size: 16px;
}

.menu-item-sticky:hover a,
.menu-item-banner:hover a,
.menu-item-banner-fondo-blanco:hover a {
  color: #fff;
}

.menu-item-sticky .submenu-sticky,
.menu-item-banner .submenu-banner,
.menu-item-banner-fondo-blanco .submenu-banner-fondo-blanco {
  list-style: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0s ease;
}

.menu-item-sticky:hover .submenu-sticky,
.menu-item-banner:hover .submenu-banner,
.menu-item-banner-fondo-blanco:hover .submenu-banner-fondo-blanco {
  max-height: 670px;
  opacity: 1;
  box-shadow: none;
  border-radius: 0px;
  transition-duration: 1s;
}

/*Fondo en :hover de primera linea de menu*/
.menu-sticky > li > a:hover,
.menu-banner > li > a:hover,
.menu-banner-fondo-blanco > li > a:hover {
  background-color: #334155 !important;
  color: #fff !important;
}

.submenu-item-sticky,
.submenu-item-banner,
.submenu-item-banner-fondo-blanco {
  text-decoration: none;
  width: 17em;
  line-height: 20px;
  padding: 20px 15px !important;
  transition: color 0.1s;
  color: #000 !important;
  border-left: 0 !important;
}

.submenu-item-sticky:hover,
.submenu-item-banner:hover,
.submenu-item-banner-fondo-blanco:hover {
  font-weight: 600;
  transition: all 0.1s;
  background-color: #e9eef9;
}

.sub-arrow {
  margin-left: 5px;
}

nav a,
.nav-banner a,
.nav-banner-fondo-blanco a {
  font-weight: 500;
}

/* INICIO Colores letras menu principal*/

/*Menu sticky*/
nav.nav-sticky > ul > li > a {
  color: #000 !important;
}

/*Menu fondo imagen*/
.nav-banner > ul > li > a {
  color: #fff !important;
}

/*Menu fondo blanco*/
.nav-banner-fondo-blanco > ul > li > a {
  color: #000 !important;
}
/* FIN Colores letras menu principal*/

@media (max-width: 1024px) {
  .nav-sticky,
  .nav-banner,
  .nav-banner-fondo-blanco {
    display: none;
  }
}

.menu-item-sticky:hover > a,
.menu-item-banner:hover > a,
.menu-item-banner-fondo-blanco:hover > a {
  background-color: #334155 !important;
  color: #fff !important;
}

.nav-sticky {
  margin-top: -30px !important;
  margin-bottom: -20px !important;
}

/*Sub menu primer dorpdown*/
/* .nav-sticky-first-dropdown {
  max-width: 50em;
  width: 45em;
} */

.nav-sticky-first-dropdown p {
  margin: 0;
}

.nav-sticky-first-dropdown ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.nav-sticky-first-dropdown a {
  text-decoration: none;
  color: black;
}

.nav-sticky-first-dropdown .ul-column1 {
  transition: color 0.1s;
  color: #000 !important;
  padding: 10px !important;
  width: 14em;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.nav-sticky-first-dropdown .ul-column2 {
  transition: color 0.1s;
  color: #000 !important;
  padding: 10px !important;
  width: 11em !important;
  font-weight: 400;
  margin-left: -10px;
}

.nav-sticky-first-dropdown .ul-column4 {
  transition: color 0.1s;
  color: #000 !important;
  padding: 10px !important;
  width: 11em;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.nav-sticky-first-dropdown .ul-column3 {
  transition: color 0.1s;
  color: #000 !important;
  padding: 10px !important;
  width: 6em;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.nav-sticky-first-dropdown .submenu-sticky2 {
  width: 10.5em;
}

.nav-sticky-first-dropdown .submenu-sticky2 li {
  margin-bottom: 8px;
}

.nav-sticky-first-dropdown .ul-column1:hover,
.nav-sticky-first-dropdown .ul-column2:hover,
.nav-sticky-first-dropdown .ul-column3:hover,
.nav-sticky-first-dropdown .ul-column4:hover {
  font-weight: 600;
  transition: all 0.1s;
  background-color: #e9eef9;
}

.nav-sticky-first-dropdown .submenu-sticky1 {
  margin-top: 20px;
  margin-left: -10px;
}

.nav-sticky-first-dropdown .submenu-sticky2 {
  margin-top: 20px;
  margin-left: -10px;
}

.nav-sticky-first-dropdown .submenu-sticky3 {
  margin-top: 0px;
  margin-left: -8px;
}

.nav-sticky-first-dropdown .submenu-sticky3 > li:first-of-type {
  margin-top: -10px !important;
}

.nav-sticky-first-dropdown i {
  color: #f4a800;
  margin-top: 2px;
  font-size: 12px;
  margin-left: 8px;
}

.nav-sticky-first-dropdown .nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f4a800;
  padding: 2em;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.nav-sticky-first-dropdown .nav-header-title {
  font-size: 26px;
  font-weight: 700;
  padding-right: 1em;
}

.nav-sticky-first-dropdown .nav-header-subtitle {
  line-height: 14px;
}

.nav-sticky-first-dropdown .nav-body {
  background-color: #fff;
  padding: 1.5em;
  padding-left: 3em;
  padding-right: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-sticky-first-dropdown .nav-body .column1 {
  width: 70%;
  padding-right: 60px;
}

.nav-sticky-first-dropdown .nav-body .column-title1 {
  margin-bottom: 1em;
  font-weight: 600;
}

.nav-sticky-first-dropdown .nav-body .column-title2 {
  margin-bottom: 0em;
  font-weight: 600;
  margin-left: -10px;
}

.nav-sticky-first-dropdown .nav-body .column-subtitle {
  font-size: 14px;
}

.nav-sticky-first-dropdown .blue-link {
  color: #334155 !important;
}

.column1-second-dropdown {
  width: 50%;
}

.column2-second-dropdown {
  width: 58%;
}

.column3-second-dropdown {
  width: 20%;
}
