/* 
 *  2026 WJR Redes Copyrithgt
 *
 */


/* Fonts */
@font-face {
  font-family: "Brigends Expanded";
  src:
    url("../fonts/Brigends_Expanded.otf") format("opentype"),
}

.magra-regular {
  font-family: "Magra", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.magra-bold {
  font-family: "Magra", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.brigends-expanded-regular {
  font-family: "Brigends Expanded", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Bulma Colors Reset */
.navbar {
  --bulma-navbar-burger-color: #ff6e10;
  --bulma-navbar-background-color: transparent;
}

 /* Colors */
.has-text-gradient {
  background: linear-gradient(45deg, #ff5e08, #ffad2f);
  background-clip: text;
  color: transparent;
}

.is-gradient {
  background: linear-gradient(45deg, #ff5e08, #ffad2f) !important;
}

@media screen and (width > 1024px){
  .navbar-item {
    color: #fff;
  }
}

.a-link {
  color: #fff;
}
/* Sections */

html {
  scroll-behavior: smooth;
}

/* debug only */
/* div {
  border: 1px solid black;
} */

#video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 50%;
}

#video-container video {
  max-width: initial;
}

#img-divider {
  position: absolute;
  z-index: 1;
  transform: translateX(-1px);
  height: 100vh;
}


#section-home {
  background-image: url('../img/background_dots_home.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 90vh;
}

@media screen and (width <= 480px){
  #section-home {
    background-position: center bottom;
  }
}

#section-home-subtitle {
  color: #666 !important;
}

#section-quem-nos .subtitle{
  line-height: 1.5;
}

#img-background-smartservice {
  background-image: url('../img/dots_quem_nos.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 35rem;
  max-width: 30rem;
  margin: 0 auto;
  margin-top: -6rem;
}

#section-servicos {
  background: linear-gradient(45deg, #ecececff, #33333300);
  padding-bottom: 5rem;
}

#section-servicos-title {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#section-servicos-content {
  gap: 2.5rem;
  justify-content: center;
}

#section-servicos-content .is-flex {
  background-color: #fff;
  height: 10rem;
}

#section-loja {
  background: linear-gradient(45deg, #333 60%, #4c4c4c);
}

#section-loja-itens {
  display: block !important;
  margin: 0 auto;
}

#section-loja-itens-large .columns{
  margin: 0 auto;
  width: fit-content;
}

#section-loja-itens-large .column{
  max-width: 25rem;
}

@media screen and (width < 480px) {
  #section-loja-itens {
    display: none !important;
  }
}

#section-loja .splide {
  max-width: 75vw;
  margin: 0 auto;
}

#section-loja a.button {
  background: linear-gradient(45deg, #ff5e08, #ffad2f);
  border: none;
  color: #fff;
}

#section-loja hr {
  border: 1px solid #4d4d4d;
}

#section-parceiros, #section-contato {
  background-color: #f2f2f2;
}

#section-contato {
  color: #ff8c1e;
  border-top: 1px solid #e6e6e6;
}

#section-contato p.subtitle, #section-contato a.subtitle{
  color: #666;
  line-height: 1.5;
}

footer {
  border-top: 0.25rem solid #ff6b0e;
  background-color: #333;
}

footer p.subtitle, footer a.subtitle {
  color: #b3b3b3; 
  line-height: 1.5;
}

#footer-divider::after {
  border-left: 1px solid #707070;
  content: " ";
  display: inline-block;
  margin: 0 auto;
  width: 1px;
  height: 100%;
}

#footer-logo {
  max-width:256px;margin: 0 auto;
}

#footer-sections {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#footer-sections .column {
  flex-grow: 0;
  flex-basis: max-content;
}

@media (width <= 768px) {
  #footer-sections {
    flex-direction: column;
  }
}

#section-made-by {
  background-color: #262626;
}