.elementor-3852 .elementor-element.elementor-element-23a4ee5{--display:flex;}.elementor-3852 .elementor-element.elementor-element-bdc4885{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;top:1px;z-index:99;}.elementor-3852 .elementor-element.elementor-element-bdc4885 > .elementor-widget-container{padding:045px 0px 0px 0px;}body:not(.rtl) .elementor-3852 .elementor-element.elementor-element-bdc4885{left:2px;}body.rtl .elementor-3852 .elementor-element.elementor-element-bdc4885{right:2px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-bdc4885 *//* MENÚ SUPERIOR */
.menu-personalizado {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 6px 15px;
  border-radius: 40px;
  max-width: 0400px;
  margin: 20px auto;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
  font-family: 'Arial Black', 'Poppins', sans-serif;
}

.smd-logo {
  font-size: 1.6rem;
  color: #de0408;
  font-weight: bold;
  letter-spacing: -0.10px;
  text-decoration: none;
}

.boton-menu {
  background: #e2e2e2;
  border: none;
  padding: 13px 18px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: BOLD;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
  color: black;
}

.boton-menu:hover {
  background: #ccc;
}

/* BARRA SUBMENÚ DESPLEGABLE */
.submenu-fullbar {
  display: none;
  width:50%;
  max-width: 1000px;
  margin: 20px auto 0;
  background: white;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 20px 0;
  animation: fadeIn 0.4s ease-in-out;
  text-align: center;
}

.submenu-links a {
  display: inline-block;
  margin: 5px 10px;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  color: black;
  transition: color 0.3s ease;
}

.submenu-links a:hover {
  color: #df0309;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-23a4ee5 */.elementor-3852 .elementor-element.elementor-element-23a4ee5 {
  background: linear-gradient(111deg, #f5f5f5, #e5fdf0, #fce4f4);
  background-size: cover;
  background-repeat: no-repeat;
}/* End custom CSS */