/* BBR shared layer for Elementor widgets.
 * These rules were extracted from the project-specific custom blocks in assets/css/main.css.
 */

.bbr-brand-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.bbr-brand-section .container,
.bbr-brand-section .container-fluid,
.bbr-brand-section .tj-copyright-area-2 {
  position: relative;
  z-index: 2;
}

.bbr-brand-section .bg-shape-1,
.bbr-brand-section .bg-shape-2 {
  top: 28px;
  inset-inline-start: clamp(14px, 2vw, 34px);
  max-width: clamp(140px, 15vw, 210px);
  z-index: 1;
  mix-blend-mode: normal;
  opacity: 0.2;
}

.bbr-brand-section .bg-shape-1 img,
.bbr-brand-section .bg-shape-2 img {
  width: 100%;
  height: auto;
  display: block;
}

.bbr-brand-section .bg-shape-2 {
  top: auto;
  bottom: 22px;
  inset-inline-start: auto;
  inset-inline-end: clamp(14px, 2vw, 34px);
  transform: rotate(180deg);
}

footer.bbr-brand-section .bg-shape-1,
footer.bbr-brand-section .bg-shape-2 {
  opacity: 0.14;
}

@media (max-width: 767px) {
  .bbr-brand-section .bg-shape-1,
  .bbr-brand-section .bg-shape-2 {
    max-width: 108px;
    opacity: 0.14;
  }
}

:root {
  --bbr-ppt-cyan: #51c1e1;
  --bbr-ppt-dark: #4a5258;
  --bbr-ppt-paper: #ededed;
  --bbr-ppt-panel: #f2f2f2;
  --bbr-ppt-dot-gray: #8f979c;
}

body {
  background-color: var(--bbr-ppt-paper);
}

#servicios,
#metodologia,
#portafolio,
#contacto,
footer.tj-footer-section {
  border-radius: 0;
}

#quienes-somos .sec-heading .sec-title,
#servicios .sec-heading .sec-title,
#metodologia .sec-heading .sec-title,
#portafolio .sec-heading .sec-title,
#contacto .sec-heading .sec-title {
  text-transform: uppercase;
  font-weight: var(--tj-fw-bold);
  letter-spacing: 0.01em;
}

#servicios .sec-heading .sub-title,
#metodologia .sec-heading-wrap .sub-title,
#portafolio .sec-heading .sub-title,
#contacto .sec-heading .sub-title {
  color: var(--tj-color-heading-primary);
  background-color: transparent;
  border: 1px dashed var(--tj-color-border-1);
  padding: 2px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: var(--tj-fw-bold);
}

#quienes-somos .about-founder-box,
#quienes-somos .mission-vision-box,
#servicios .service-item.style-2,
.process-item,
#portafolio .portfolio-filter-wrap,
.bbr-contact-card,
.bbr-contact-light .testimonial-slider-2.h4-testimonial {
  border-radius: 0;
  background-color: var(--bbr-ppt-panel);
  border-color: rgba(74, 82, 88, 0.14);
  box-shadow: 0 14px 28px rgba(54, 62, 69, 0.08);
}

.bbr-strip-accent {
  position: relative;
  overflow: hidden;
}

.bbr-strip-accent::before,
.bbr-strip-accent::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.bbr-strip-accent::before {
  width: clamp(90px, 13vw, 220px);
  height: clamp(90px, 13vw, 220px);
  top: clamp(-68px, -4vw, -42px);
  inset-inline-start: clamp(24px, 4vw, 140px);
  background-color: rgba(81, 193, 225, 0.25);
}

.bbr-strip-accent::after {
  width: clamp(90px, 11vw, 190px);
  height: clamp(90px, 11vw, 190px);
  bottom: clamp(-64px, -4vw, -40px);
  inset-inline-end: clamp(-60px, -4vw, -32px);
  background-color: rgba(81, 193, 225, 0.25);
}

.bbr-brand-section .bg-shape-1,
.bbr-brand-section .bg-shape-2 {
  width: 112px;
  height: 112px;
  max-width: none;
  opacity: 0.48;
  background-image: radial-gradient(circle, var(--bbr-ppt-dot-gray) 3px, transparent 3.5px);
  background-size: 24px 24px;
}

.bbr-brand-section .bg-shape-1 img,
.bbr-brand-section .bg-shape-2 img {
  display: none;
}

.header-area.header-2 .header-wrapper {
  border-radius: 0 !important;
}

.tj-primary-btn,
.tj-primary-btn .btn-icon {
  border-radius: 0;
}

.tj-primary-btn:hover .btn-icon,
.tj-primary-btn:focus-visible .btn-icon,
.text-btn:hover .btn-icon,
.text-btn:focus-visible .btn-icon,
.tji-icon-btn:hover,
.tji-icon-btn:focus-visible {
  background-color: var(--tj-color-accent-critical);
  border-color: var(--tj-color-accent-critical);
}

.tj-primary-btn:hover .btn-icon i,
.tj-primary-btn:focus-visible .btn-icon i,
.text-btn:hover .btn-icon i,
.text-btn:focus-visible .btn-icon i,
.tji-icon-btn:hover i,
.tji-icon-btn:focus-visible i {
  color: var(--tj-color-theme-dark);
}

.slider-next:hover,
.slider-prev:hover,
.metodologia-next:hover,
.metodologia-prev:hover {
  background-color: var(--tj-color-accent-critical);
  border-color: var(--tj-color-accent-critical);
  color: var(--tj-color-theme-dark);
}

.slider-next:hover .anim-icon i,
.slider-prev:hover .anim-icon i,
.metodologia-next:hover .anim-icon i,
.metodologia-prev:hover .anim-icon i {
  color: var(--tj-color-theme-dark);
}

.header-area.header-2 .header-contact:hover {
  background-color: var(--tj-color-accent-critical);
  color: var(--tj-color-theme-dark);
  border-color: var(--tj-color-accent-critical);
}

.social-links.style-3 ul li a:hover {
  background-color: var(--tj-color-accent-critical);
}

.social-links.style-3 ul li a:hover i {
  color: var(--tj-color-theme-dark);
}

#primary img {
  filter: grayscale(100%);
  border-radius: 0 !important;
  transition: filter 0.8s ease;
}

#primary [class*="img"] {
  border-radius: 0 !important;
}

#primary img:hover,
#primary a:hover img,
#primary a:focus-visible img {
  filter: grayscale(0%);
}

.hamburger_close_btn {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

#mobile-navigation-panel .hamburger-infos {
  margin-bottom: 0;
}

#mobile-navigation-panel .hamburger-infos .tj-primary-btn {
  width: 100%;
  justify-content: space-between;
}

#mobile-navigation-panel .mobile-header-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

#mobile-navigation-panel .mobile-header-social .header-contact {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--tj-color-common-white);
  background-color: transparent;
  align-items: center;
  justify-content: center;
}

#mobile-navigation-panel .mobile-header-social .header-contact:hover {
  background-color: var(--tj-color-accent-critical);
  border-color: var(--tj-color-accent-critical);
  color: var(--tj-color-theme-dark);
}

body.elementor-editor-active [data-bbr-widget] .wow,
body.elementor-editor-preview [data-bbr-widget] .wow,
.elementor-editor-active [data-bbr-widget] .wow,
.elementor-editor-preview [data-bbr-widget] .wow {
  visibility: visible !important;
}

body.elementor-editor-active [data-bbr-widget] .wow,
body.elementor-editor-active [data-bbr-widget] .animated,
body.elementor-editor-active [data-bbr-widget] [data-wow-delay],
body.elementor-editor-active [data-bbr-widget] [data-wow-duration],
body.elementor-editor-active [data-bbr-widget] [class*="fadeIn"],
body.elementor-editor-preview [data-bbr-widget] .wow,
body.elementor-editor-preview [data-bbr-widget] .animated,
body.elementor-editor-preview [data-bbr-widget] [data-wow-delay],
body.elementor-editor-preview [data-bbr-widget] [data-wow-duration],
body.elementor-editor-preview [data-bbr-widget] [class*="fadeIn"],
.elementor-editor-active [data-bbr-widget] .wow,
.elementor-editor-active [data-bbr-widget] .animated,
.elementor-editor-active [data-bbr-widget] [data-wow-delay],
.elementor-editor-active [data-bbr-widget] [data-wow-duration],
.elementor-editor-active [data-bbr-widget] [class*="fadeIn"],
.elementor-editor-preview [data-bbr-widget] .wow,
.elementor-editor-preview [data-bbr-widget] .animated,
.elementor-editor-preview [data-bbr-widget] [data-wow-delay],
.elementor-editor-preview [data-bbr-widget] [data-wow-duration],
.elementor-editor-preview [data-bbr-widget] [class*="fadeIn"] {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  transform: none !important;
}

body.elementor-editor-active #inicio .swiper-slide .slider-content .slider-title,
body.elementor-editor-active #inicio .swiper-slide .slider-content .slider-desc,
body.elementor-editor-active #inicio .swiper-slide .slider-content .slider-btn,
body.elementor-editor-preview #inicio .swiper-slide .slider-content .slider-title,
body.elementor-editor-preview #inicio .swiper-slide .slider-content .slider-desc,
body.elementor-editor-preview #inicio .swiper-slide .slider-content .slider-btn,
.elementor-editor-active #inicio .swiper-slide .slider-content .slider-title,
.elementor-editor-active #inicio .swiper-slide .slider-content .slider-desc,
.elementor-editor-active #inicio .swiper-slide .slider-content .slider-btn,
.elementor-editor-preview #inicio .swiper-slide .slider-content .slider-title,
.elementor-editor-preview #inicio .swiper-slide .slider-content .slider-desc,
.elementor-editor-preview #inicio .swiper-slide .slider-content .slider-btn {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
}

@media (max-width: 991px) {
  .bbr-strip-accent::before,
  .bbr-strip-accent::after {
    width: 72px;
    height: 72px;
  }

  .header-area.header-2 .header-wrapper {
    flex-wrap: nowrap;
    gap: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-area.header-2 .menu-area,
  .header-area.header-2 .header-right-item {
    display: none !important;
  }

  .header-area.header-2 .site_logo .logo {
    max-width: 148px;
  }

  .header-area.header-2 .site_logo .logo img {
    padding: 4px 0;
  }

  .header-area.header-2 .menu_bar.mobile_menu_bar {
    margin-inline-start: auto;
    width: 46px;
    height: 46px;
    padding: 10px;
    border: 0;
    box-shadow: none;
  }

  .header-area.header-2 .menu_bar.mobile_menu_bar span {
    width: 24px;
  }

  #mobile-navigation-panel {
    width: min(360px, 100vw);
  }

  #mobile-navigation-panel .hamburger_wrapper {
    padding: 28px 22px;
  }
}
