<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ============= RESETS GENERALES ============= */

.navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px !important;
}

.navbar-left,
.navbar-right {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-grow: 1;
}

.navbar-left{
    justify-content: start;
}

.navbar-right{
    justify-content: end;
}

/* ============= HELPER MENU (amarillo) ============= */
.nav_up-helper {
  background-color: #fee600;
  font-size: 1.2em;
  font-weight: normal;
  color: #004080;
  padding: 0.5em 0;
}

.nav_up-helper a,
.nav_up-helper span {
  color: #004080;
  padding: 0.5em 0.75em;
  text-decoration: none;
}

.nav_up-helper a:hover {
  opacity: 0.8;
}

/* ============= MAIN MENU (azul) ============= */
.navbar-main {
  background-color: #17286d;
  background-image: url('../franjas.png');
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: center;
  font-size: 1.3em;
  color: #ffffff;
  padding: 1em 0;
  font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
}

.navbar-main a {
  color: #ffffff;
  padding: 0.75em 1em;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-main a:hover {
  color: #fee600 !important;
}

/* ============= DROPDOWNS ============= */
.dropdown {
  position: relative;
}

.dropdown.lang{
    z-index: 2;
}

.navbar-right{
  text-transform: uppercase;
}

.dropdown-menu {
  font-size: inherit;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  min-width: 80px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu li a {
  display: block;
  padding: 0.5em 1em;
  color: #000;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background-color: #eeeeee;
  color: #000 !important;
}

.dropdown &gt; span::after {
  content: ' â–¼';
  font-size: 0.7em;
  margin-left: 4px;
}

/* ============= LOGO ============= */
.logo img {
  height: 42px;
  display: block;
}

/* ========== MOBILE NAV BAR ========== */
.mobile_nav {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* Ul horizontal */
  .mobile_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  
  /* List items */
  .mobile_nav li {
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  
  /* Dropdown containers */
  .mobile_nav .dropdown {
    position: relative;
    margin-left: 10px;
  }
  
  /* Dropdown menu base */
  .mobile_nav .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    list-style: none;
    padding: 0.3em 0;
    min-width: 100px;
    z-index: 10;
  }
  
  /* Mostrar en hover */
  .mobile_nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .mobile_nav .dropdown-menu li {
    margin: 0;
  }
  
  .mobile_nav .dropdown-menu li a {
    display: block;
    padding: 0.5em 1em;
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
  }
  
  .mobile_nav .dropdown-menu li a:hover {
    background-color: #eee;
  }
  
  /* Texto + icono */
  .mobile_nav a,
  .mobile_nav span {
    text-decoration: none;
    font-weight: bold;
    color: #004080;
    padding: 0.5em;
  }
  
  .mobile_nav a:hover {
    opacity: 0.8;
  }

/*whats button*/
.WhatsAppButton__root {
  z-index: 9999;
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;}
.tooltip-whatsapp {
  position: absolute;
  top: -65px;
  right: -15px;
  z-index: 1060;
  display: block;
  max-width: 195px;
  min-width: 195px;
  text-align: center;
  background-color: #fff;
  border-radius: 70px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.29);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.29);
  font-size: 11px;
  line-height: 10px;
  color: #969696;}
.tooltip-whatsapp&gt;.arrow {
  border-width: 15px;}
.tooltip-whatsapp&gt;.arrow,.tooltip-whatsapp&gt;.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;}
.tooltip-whatsapp.top&gt;.arrow {
  bottom: -15px;
  right: 15%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  border-bottom-width: 0;}
.tooltip-whatsapp&gt;.arrow:after {
  content: "";
  border-width: 18px}
.tooltip-whatsapp.top&gt;.arrow:after {
  bottom: 1px;
  margin-left: -18px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;}
.tooltip-whatsapp .tooltip_content {
  padding: 15px 33px;}
.tooltip-whatsapp .tooltip_content span {
  color: #00b300;
  text-decoration: underline;}
.WhatsAppButton__root a,.WhatsAppButton__root a:focus,.WhatsAppButton__root a:hover {
  display: inline-block;
  outline: 0;}
.leadsales-whatsapp__button,.leadsales-whatsapp__button:focus,.leadsales-whatsapp__button:hover {
  border: none;
  cursor: pointer;
  background: 0 0;
  color: #4caf50;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  transition: all ease-in-out .1s;
  animation: intercom-lightweight-app-launcher 250ms ease;
  outline: 0;}
.leadsales-whatsapp__button .fa,.leadsales-whatsapp__button:focus .fa,.leadsales-whatsapp__button:hover .fa {
  font-size: 60px;}

/* Responsive */

  @media (max-width: 1009px) {
    .navbar-main,
    .nav_up-helper {
      display: none;
    }
  
    .mobile_nav {
      display: flex !important;
      border-bottom: solid 2px #17286d;
    }
    #mmenu-open{
        display: block !important;
    }
    img.logoultramar{
        max-width: 80%;
        margin-left: 40px;
    }
    
  }
  
  @media (min-width: 1010px) {
  /* Por defecto, el menÃº mÃ³vil estÃ¡ oculto */
  .mobile_nav, #mmenu-open {
    display: none !important;
  }
}
  
</pre></body></html>