/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

html,
body {
  overscroll-behavior: none;
}
body {
  background: var(
    --gradient-sky,
    linear-gradient(180deg, #d9e6ea 0%, #fff 100%)
  );
}

html,
body {
  overflow: -moz-scrollbars-none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none; /* Safari y Chrome */
}
.bricks-button span {
  background: var(
    --gradient,
    linear-gradient(
      225deg,
      #fab600 1.45%,
      #ef7d00 25.48%,
      #e50046 49.5%,
      #c0097e 73.53%,
      #a51178 77.37%,
      #881a73 82.18%,
      #73206f 87.95%,
      #66246c 92.75%,
      #62266c 97.56%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bricks-button::backdrop {
  /* content: "";
  width: 100%;
  height: 100%; */
  background-color: white;
}

.preloader {
  background: var(
    --gradient-sky,
    linear-gradient(180deg, #d9e6ea 0%, #fff 100%)
  );
}
/* .scroll-step {
  display: none;
} */
.scroll-step h4 {
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(
    236deg,
    #fab600 11.34%,
    #ef7d00 37.39%,
    #e50046 82.77%,
    #c0097e
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.scroll-step p {
  font-size: 14px;
  line-height: 24px;
}
.kpi-container div {
  overflow: hidden;
}
.loader-logo {
  animation: floating 3s ease-in-out infinite;
}
.logo-loader_wrapper {
  overflow: visible !important;
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Ajusta la distancia según sea necesario */
  }
  100% {
    transform: translateY(0);
  }
}

.kpi-line {
  transform: scaleY(-1);
}
#minute-clock-child-trans1,
#minute-clock-child-trans2,
#hour-transparent {
  display: none;
}

#illustration-svg #moving-bike {
  display: none;
}
.kpi-container {
  overflow: hidden;
}

.menu-toggle .brxe-block {
  align-items: center;
  justify-self: center;
}
#brxe-jojrhc.accordion-title-wrapper {
  background-color: white;
  z-index: 999;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 69px;
  height: 69px;
}
.menu-item {
  border-radius: 15px;
  transition: all 0.5s;
}

.menu-item a {
  font-size: 15px;
}

.menu-item:hover {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  background: var(
    --gradient,
    linear-gradient(
      225deg,
      #fab600 1.45%,
      #ef7d00 25.48%,
      #e50046 49.5%,
      #c0097e 73.53%,
      #a51178 77.37%,
      #881a73 82.18%,
      #73206f 87.95%,
      #66246c 92.75%,
      #62266c 97.56%
    )
  );
  background-clip: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: white;
  color: white;
}
.menu-item a {
  color: #63276c;
}

.menu-item:hover a {
  color: white;
}
.gradient-text {
  background: linear-gradient(
    225deg,
    #fab600 1.45%,
    #ef7d00 25.48%,
    #e50046 49.5%,
    #c0097e 73.53%,
    #a51178 77.37%,
    #881a73 82.18%,
    #73206f 87.95%,
    #66246c 92.75%,
    #62266c 97.56%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text::selection {
  -webkit-text-fill-color: initial;
  background: unset;
  background-clip: border-box;
  color: #d9e6ea;
  text-shadow: none;
}
.ºenu-item:hover .gradient-text {
  background-clip: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: white;
  color: white;
}

.cta {
  position: absolute;
  top: -18px;
  left: -20px;
  width: 41px;
  height: 41px;
}

.cta-top {
  bottom: -18px;
  top: unset;
}

.menu-item:hover img {
  filter: saturate(0) brightness(20);
}

.popup-container {
  position: fixed;
  top: 200%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  background: linear-gradient(
    90deg,
    rgba(217, 230, 234, 0.85) -234.05%,
    rgba(255, 255, 255, 0.85) 159.24%
  );
  backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: white;
  opacity: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 1s;
  z-index: 1000;
}
.popup-container.active {
  top: 0;
  opacity: 1;
}
.popup-content {
  display: flex;
  width: 80%;
  border: none !important;
  /* max-width: 1200px; */
  /* border-radius: 5px; */
  overflow: hidden;
  flex-direction: column !important;
}
.animated-divider {
  width: 100%;
}
.popup-illustration {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #444; */
  padding: 30px;
}
.popup-html-content {
  flex: 1;
  padding: 0px 0px 20px 0px;
  width: 100%;
  height: 100%;
  /* border-top: 1px solid var(--bricks-color-wuewhb); */
}
.popup-html-content div {
  overflow: hidden;
}

#biking-girl {
  transform-origin: center center !important;
}

.smart-lightings.cta-indicator {
  transform: translate(298px, 56px);
}
.prosumers.cta-indicator {
  transform: translate(332px, 56px);
}
.close-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: white;
}
.cloud-wrapper {
  pointer-events: none;
}
.cloud-animated {
  opacity: 1;
}

.button-download {
  font-family: "Maven Pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 133.333% */
}
.download-item {
  padding: 10px 25px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}
progress {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  height: 10px;
  border-radius: 10px;
}

.download-item a {
  background: var(
    --gradient,
    linear-gradient(
      225deg,
      #fab600 1.45%,
      #ef7d00 25.48%,
      #e50046 49.5%,
      #c0097e 73.53%,
      #a51178 77.37%,
      #881a73 82.18%,
      #73206f 87.95%,
      #66246c 92.75%,
      #62266c 97.56%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download-item:hover a {
  color: white;
  background-clip: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: white;
}
.download-item:hover {
  background-color: #63276c !important;
}
.download-item:hover svg {
  filter: saturate(0) brightness(20);
}
.download-item div {
  min-height: 50px;
  gap: 30px;
  align-content: center;
}
.menu-item:hover .button-download span {
  background-clip: none;
  color: white;
  background-clip: text;
  -webkit-background-clip: none;
  -webkit-text-fill-color: white;
}
.menu-item:hover span {
  background-clip: none;
  color: white;
  background-clip: text;
  -webkit-background-clip: none;
  -webkit-text-fill-color: white;
}

.rotate-warning {
  /* display: flex; */
  height: 100%;
  justify-content: center;
  align-items: center;
}

.post-template-default footer section {
  position: relative !important;
  margin-top: -69px !important;
}

/* height queries */
@media (max-height: 1024px) {
  /* #brxe-klkvea {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  } */
  /* #brxe-ayuanf {
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  } */
}

@media (max-height: 820px) {
  .illustration-section .scroll-step {
    display: none !important;
  }
  .cta {
    display: none !important;
  }
  .cta-indicator {
    display: flex !important;
    width: 75px !important;
    height: 75px !important;
  }
  .popup-container .scroll-step {
    border-left: 0px !important;
    max-width: 500px !important;
    color: #62266c;
  }
  .popup-container h4 {
    font-size: 34px;
  }
  .popup-container svg {
    width: 100%;
  }
}

@media (max-height: 400px) {
  .hero-text {
    font-size: 30px !important;
    line-height: 1.2em !important;
    max-width: 409px;
  }
  .h-section {
    height: 100dvh !important;
  }

  /* .edito-small {
    display: flex;
  }
  .edito-big {
    display: none;
  } */
  #popup.popup-container {
    padding: 0px 50px;
    justify-content: center;
  }
  #popup #popup-html-content {
    justify-content: flex-end !important;
    align-items: flex-end !important;
  }
  #popup #cargo-bikes {
    transform: translate(-10px, -10px);
  }
  .popup-html-content .scroll-step {
    max-width: 241px !important;
  }
  .close-btn {
    font-size: 15px !important;
    padding: 20px 30px !important;
  }
  .kpi-line {
    display: none !important;
  }
  #popup #popup-illustration {
    justify-content: center;
    padding: 0px;
    height: 100%;
    max-width: 200px;
    align-items: flex-start;
    padding-top: 50px;
    align-self: flex-start;
    align-content: flex-start;
  }

  .illustration-section {
    min-width: 1000px !important;
    width: 1000px !important;
    max-width: 1000px !important;
  }
  #illustration-svg {
    padding: 0px 0px 30px 0px !important;
    height: 212px !important;
    width: 688px !important;
    /* padding-bottom: 55px !important; */
  }
  header section {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .sibelga-logo {
    width: 129px !important;
  }
  .main-menu-mobile.accordion-title-wrapper {
    /* width: 42px !important;
    height: 42px !important;
    border-radius: 16px !important; */
    transform: scale(0.7);
  }
  .toggle-svg {
    width: fit-content;
  }
  div#brxe-txbmbg:before {
    content: "";
    position: absolute;
    background: #ecf3f5;
    width: 100vw;
    height: 100vh;
    top: 0px;
    z-index: -1 !important;
  }
  /* #brxe-wytawl {
    padding: 0px !important;
  } */
  /* .menu-toggle svg {
    width: 16px;
  } */
  html .edito-home {
    flex-wrap: nowrap !important;
    column-gap: 1px !important;
    flex-direction: row !important;
    max-width: unset !important;
    /* padding: 50px !important; */
    height: 100dvh !important;
    padding-right: 0px !important;
  }

  .edito-wrapper {
    width: fit-content !important;
    max-width: unset !important;
    flex-wrap: nowrap !important;
    gap: 46px;
    flex-direction: row !important;
    align-items: center !important;
    width: fit-content;
    min-width: unset;
    max-width: unset;
  }
  .edito-img-container {
    width: 238px !important;
  }
  .edito-img {
    width: 140px !important;
    height: 177px !important;
    border-radius: 25px !important;
    max-height: 177px !important;
    min-height: 177px !important;
  }
  .cta-indicator {
  }
  .edito-subtitle {
    height: 177px;
    justify-content: space-between;
  }
  .edito-small {
    margin-top: 5px;
  }
  .edito-copy p {
    font-weight: 400;
  }
  .edito-subtitle .brxe-abf70f {
    max-width: 290px;
  }
  .brxe-09663d {
    max-width: 289px;
  }
  .edito-copy {
    font-size: 18px !important;
    line-height: 25px !important;
    width: 269px !important;
  }
  .edito-small {
    font-size: 12px !important;
    line-height: 20px !important;
    padding-bottom: 16px;
  }
  .edito-title {
    height: 177px;
  }
  .edito-title p {
    font-size: 20px !important;
    line-height: 26px !important;
    /* margin-bottom: 80px; */
    width: 374px;
  }
  /* .edito-home {
    max-width: 300px !important;
  } */
  .edito-button {
    padding: 20px !important;
  }
  html footer section {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  /* .footer-text {
    font-size: 12px !important;
  } */
}

@media (min-height: 1024px) {
  .illustration-section {
    min-height: 80vh !important;
  }
}

/* width queries */
@media (max-device-width: 1025px) and (orientation: landscape) {
  #popup #vehicle2,
  #popup #vehicle1 {
    display: none;
  }

  /* progress */
  #brxe-11a231 {
    bottom: 60px !important;
  }
  #popup #invest path {
    display: block !important;
  }
  #popup #invest {
    transform: translateY(40px);
  }
  #popup svg {
    overflow: visible !important;
    max-height: 200px !important;
  }
  .popup-illustration {
    overflow: visible !important;
  }
  #invest image {
    transform: translate(147px, 40px);
  }

  #popup .charging-points .kpi-container {
    display: flex;
  }
  #popup .charging-points .kpi-container .line {
    max-height: unset !important;
  }
  #popup .charging-points {
    min-width: 324px;
  }
  #popup #charging-points {
    /* width: 165px !important;
    min-width: 100px !important; */
    transform: translateY(40px);
  }
  #popup .charging-points .kpi-container .brxe-div:last-child {
    padding: 0px !important;
  }
  /* illus popup */

  #popup-illustration {
    overflow: hidden;
  }
  #popup #solar-panels {
    transform: scale(5) translate(-103%, -52%);
    transform-origin: 50% 50%;
  }

  #popup #front-light {
    transform-origin: 50% 50%;
    transform: translate(-260%, -94%) scale(2.5);
  }
  #popup #middle-light,
  #popup #end-light {
    transform-origin: 50% 50%;
    transform: scale(1.6) translate(-29%, -12%);
  }
  #popup svg.electric-vehicles {
    transform: scale(2);
  }
  #popup #prosumers_2 {
    display: none;
  }
  #popup #moving-bike {
    display: none;
  }
  .main-menu-mobile {
    display: flex !important;
  }
  .desktop-menu {
    display: none !important;
  }
  body.home {
    overflow: hidden !important;
  }
  .popup-content {
    flex-direction: column !important;
  }
  #brxe-tebjoi {
    flex-direction: row !important;
  }
  .download-item {
    box-shadow: none;
  }
  #illustration-svg {
    padding-bottom: 10vh;
    width: 980px;
  }
  .illustration-section .scroll-step {
    display: none !important;
  }
  .popup-container .cta {
    display: none;
  }

  .scroll-step {
    position: relative !important;
    border-left: unset !important;
    padding-left: 0px !important;
  }
  .scroll-step h4 {
    font-size: 35px;
    font-weight: 500;
  }
  .scroll-step p {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
  }

  .main-illustration_wrapper {
    width: 100vw;
    height: 100vh;
  }
}
@media (max-device-width: 932px) and (orientation: landscape) {
  .hero-text {
    max-width: 400px !important;
  }
  .cloud-wrapper {
    display: none;
  }
  .download-item {
    box-shadow: none;
  }
  #illustration-svg {
    padding-bottom: 10vh;
    width: 980px;
  }
  .illustration-section .scroll-step {
    display: none !important;
  }
  .popup-container .cta {
    display: none;
  }
  #popup .cta-indicator {
    display: none;
  }
  .scroll-step {
    position: relative !important;
    border-left: unset !important;
    padding-left: 0px !important;
  }
  .scroll-step h4 {
    font-size: 35px;
    font-weight: 500;
  }
  .scroll-step p {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
  }

  .main-illustration_wrapper {
    width: 100vw;
    height: 100vh;
  }
}

@media (max-width: 764px) {
  body.home {
    overflow: hidden !important;
  }
  .download-item {
    box-shadow: none;
  }
  .post-content {
    text-align: center !important;
  }
  .download-item div {
    justify-content: flex-start !important;
  }
}
@media (min-width: 820px) {
  .post-content {
    text-align: center !important;
  }
  .post-content .brxe-text {
    padding-right: 0px !important;
  }
}
@media (max-width: 764px) {
  body.home {
    overflow: hidden !important;
  }
  .download-item {
    box-shadow: none;
  }
  .post-content {
    text-align: center !important;
  }
  .download-item div {
    justify-content: flex-start !important;
  }
}
@media (min-width: 960px) {
  .download-item .brxe-code {
    padding-top: 4px;
  }
}
.gradient-menu h3 {
  font-weight: 700;
}

#popup #end-light {
  display: none;
}
#popup #smart-lightings {
  transform: translateY(-15px);
}

div#brxe-txbmbg:before {
  content: "";
  position: absolute;
  background: #ecf3f5;
  width: 100vw;
  height: 100vh;
  top: 0px;
  z-index: -1;
}

.button-download:hover img {
  filter: saturate(0) brightness(20);
}

#popup .cta {
  display: none;
}

#popup #Vector_2861 {
  display: none;
}

.scroll-progress {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
  background: #ecf3f5;
  height: 10px;
}
progress {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  height: 5px !important;
  border-radius: 10px;
  background: #ecf3f5;
  display: block;
}
progress::-webkit-progress-bar {
  border: 0;
  border-radius: 20px;
  background: #ecf3f5;
  /* backdrop-filter: 2px; */
  height: 10px;
  /* opacity: 0.5; */
}
progress::-webkit-progress-value {
  border: 0;
  border-radius: 20px;
  height: 10px;
  background: #baced2;
}
progress::-moz-progress-bar {
  border: 0;
  height: 10px;
  /* opacity: 0.5; */
  background: #ecf3f5;
  border-radius: 20px;
}

.mobile-lang.active a {
  border-bottom: solid 1px #62266c;
}
.current-language,
.language-icon {
  transition: all 0.4s;
}
.language-icon {
  opacity: 0;
}
.language-icon svg {
  width: 22.5px;
}
.language-switcher:hover .current-language {
  opacity: 0;
  visibility: none;
  display: none;
}
.language-switcher:hover .language-icon {
  display: block !important;
  opacity: 1;
}

/* .download-toggle .brx-open:first-child {
  background-color: red;
} */

.button-download {
  gap: 20px !important;
  justify-content: flex-start !important;
  align-items: center !important;
  padding: 10px 25px;
  height: 67px;
  border-radius: 15px;
  color: #62266c;
  text-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.download-item a {
  font-size: 15px !important;
}
.download-toggle .brx-open .button-download {
  text-shadow: none;
  color: white;
  background: var(
    --gradient,
    linear-gradient(
      225deg,
      #fab600 1.45%,
      #ef7d00 25.48%,
      #e50046 49.5%,
      #c0097e 73.53%,
      #a51178 77.37%,
      #881a73 82.18%,
      #73206f 87.95%,
      #66246c 92.75%,
      #62266c 97.56%
    )
  );
}
.download-toggle .listening.brx-open .accordion-content-wrapper {
  display: flex !important;
}
.download-toggle .listening img {
  filter: none;
}
.download-toggle .listening.brx-open img {
  filter: saturate(0) brightness(20);
}
.download-toggle .listening.brx-open .accordion-content-wrapper img {
  filter: none;
}
.download-toggle
  .listening.brx-open
  .accordion-content-wrapper
  .download-item
  img {
  filter: saturate(0) brightness(20);
}
.download-toggle .brx-open .button-download img {
  filter: saturate(0) brightness(20);
}
.scroll-step .line {
  max-height: 22px;
  font-kerning: none;
  overflow: hidden;
  display: block;
}
.split {
  font-kerning: none;
  overflow: hidden;
  color: #62266c;
}

.download-toggle .accordion-content-wrapper {
  flex-wrap: wrap !important;
}

.il-invest {
  bottom: 88px;
  margin-left: 40px;
  height: 17vh;
}
#invest path {
  display: none;
}

@media (min-height: 1000px) {
  .scroll-step.il-carbon-footprint {
    height: 23vh !important;
  }
  .scroll-step.il-telecontroled-cabins.brxe-div {
    height: 43vh;
  }
  .scroll-step.il-cargo-bikes.brxe-div {
    height: 49vh;
    top: 20vh;
  }
  .scroll-step.il-prosumers.brxe-div {
    height: 25vh;
  }
  .scroll-step.il-smart-lightings.brxe-div {
    top: 332px;
    left: 1517px;
    height: 22vh;
  }
  .scroll-step.il-electric-vehicles.brxe-div {
    bottom: 120px;
    left: 1300px;
    height: 20vh;
  }
}
