.elementor-kit-28{--e-global-color-primary:#72479C;--e-global-color-secondary:#A47AB6;--e-global-color-text:#272727;--e-global-color-accent:#853D81;--e-global-color-b1cb377:#A08BC2;--e-global-color-587dcff:#746F75;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:600;background-color:#FFFFFF;color:#272727;font-family:"Poppins", Sans-serif;}.elementor-kit-28 e-page-transition{background-color:#FFBC7D;}.site-footer{background-color:#272727;}.elementor-kit-28 p{margin-block-end:0px;}.elementor-kit-28 a{color:#853D81;font-family:"Poppins", Sans-serif;}.elementor-kit-28 h1{color:#72479C;font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-kit-28 button,.elementor-kit-28 input[type="button"],.elementor-kit-28 input[type="submit"],.elementor-kit-28 .elementor-button{font-family:"Poppins", Sans-serif;}.elementor-kit-28 img{border-radius:8px 8px 8px 8px;}.elementor-kit-28 label{font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-kit-28 input:not([type="button"]):not([type="submit"]),.elementor-kit-28 textarea,.elementor-kit-28 .elementor-field-textual{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .header-inner{width:1200px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:100px;max-width:100px;}.site-header .site-navigation ul.menu li a{color:#272727;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:#272727;}.site-header .site-navigation .menu li{font-family:"Poppins", Sans-serif;font-size:15px;font-weight:400;letter-spacing:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header .site-branding .site-logo img{width:60px;max-width:60px;}.site-header .site-navigation .menu li{font-size:12px;}}/* Start custom CSS *//*Hover marcadores página "Nosotros"*/
[departamento] {
  position: relative;
  cursor: pointer;
}

[departamento]::after {
  content: attr(departamento);
  position: absolute;
  bottom: 100%; 
  left: 50%;
  transform: translateX(-50%);
  background: #272727E3;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-size: 13px;
  z-index: 99;
}

[departamento]:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}/* End custom CSS */