.elementor-kit-7{--e-global-color-primary:#082340;--e-global-color-secondary:#D1D6D6;--e-global-color-text:#D9D9D9;--e-global-color-accent:#001093;--e-global-color-147fb4a:#1F1F1F;--e-global-color-bf99b86:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:15px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:300;--e-global-typography-c0d90aa-font-family:"Open Sans";--e-global-typography-c0d90aa-font-size:15px;--e-global-typography-c0d90aa-font-weight:600;--e-global-typography-f704d51-font-family:"Open Sans";--e-global-typography-f704d51-font-size:15px;--e-global-typography-f704d51-font-weight:500;--e-global-typography-611f87b-font-family:"Open Sans";--e-global-typography-611f87b-font-size:15px;--e-global-typography-611f87b-font-weight:400;--e-global-typography-86ae73d-font-family:"Open Sans";--e-global-typography-86ae73d-font-size:15px;--e-global-typography-86ae73d-font-weight:300;font-family:"Poppins", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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;}}/* Start custom CSS */.llamativo-brezan {
  color: #DD9B5C; /* Color de acento */
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  text-shadow: 0px 2px 8px rgba(220, 163, 104, 0.4);
  position: relative;
  display: inline-block;
}

.llamativo-brezan::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #DD9B5C, #1C3D6C);
  border-radius: 4px;
  animation: subrayadoBre 2s ease-in-out infinite alternate;
}

@keyframes subrayadoBre {
  0% { transform: scaleX(0); transform-origin: left; }
  100% { transform: scaleX(1); transform-origin: right; }
}


.logo-hover-brezan {
  display: flex;
  align-items: center;
  position: relative;
}

.logo-hover-brezan .logo-icon {
  width: 100px; /* Ajusta el tamaño del icono */
  height: auto;
}

.logo-hover-brezan .logo-full {
  width: 120px; /* Ajusta según el tamaño del texto */
  margin-left: 10px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Al hacer hover, se muestra el texto */
.logo-hover-brezan:hover .logo-full {
  opacity: 1;
  transform: translateX(0);
}/* End custom CSS */