/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courier+Prime&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');


body {
  font-family: "Asap", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  margin:0;
  color: #ffffff;
}

.fonte-12 {
  font-size: 12px !important;
}

.fonte-14 {
  font-size: 14px !important;
}

.fonte-16 {
  font-size: 16px !important;
}

.fonte-18 {
  font-size: 18px !important;
}

/*
|-------------------------------------------------------------------------------------------------|
|
|                   UTILITÁRIOS GERAIS
|
|-------------------------------------------------------------------------------------------------|
*/

.bg-main {
  margin-top:100px;
  background: url('https://ledwave.com.br/wp-content/uploads/2022/11/blackground_led-_1_-1.webp');
  background-size: 180%;
}

.carousel-control-prev {
  background: #1c6eab;
}

.bg-show {
  height: 800px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background: url(img/imagem-show.jpg);
  background-size: 100%;
  background-repeat: no-repeat; 
}

.bg-arquitetura {
  height: 800px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background: url(img/imagem-arquitetura.jpg);
  background-size: 100%; 
  background-repeat: no-repeat;
}

.bg-igreja {
  height: 800px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background: url(img/imagem-igreja.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-postos {
  height: 800px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background: url(img/imagem-posto.jpg);
  background-size: 100%; 
  background-repeat: no-repeat;
}

.bg-conveniencia {
  height: 800px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background: url(img/imagem-conveniencia.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-supermercado {
  height: 800px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background: url(img/imagem-mercado.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-concessionarias {
  height: 800px;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background: url(img/imagem-concessionaria.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}


/*
|---------------------------------------|
|
|   HOME PAGE
|
|---------------------------------------|
*/
#home-banner {
  position: relative;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#home-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;  /* Garante que a imagem cubra toda a área do elemento */
}

#home-banner .container {
  position: relative;
  z-index: 2;
  padding-top: 8rem;
}

#home-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}


@media (pointer: coarse) and (hover: none) {
    header {
      background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    header video {
      display: none;
    }
  }



#home-banner .button-agrisolum{margin-top: 3rem;}




.solucoes p, .solucoes h5 {color: #9F9F9F;}
.solucoes p{ margin-left: 2rem;}

#solucoes-image{
    object-fit: cover;
    width: 100%;
    height: 680px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.solucoes-active span{color: #00B247!important;}
.solucoes-active h5{color: #000000!important;}
.solucoes-active p{color: #000000!important;}
.solucoes-select{cursor: pointer;}

.border-active{
    border-left: 2px solid #00B247!important;
}
.solucoes-content{
    width: 98%;
    float:right;
    height: 110px;
    border-left: 2px solid #9F9F9F;
}



.depoimentos{ min-height: 320px;}
.depoimento-item{ width: 100%; min-height: 320px; background-color:#F5FDF2;}
.depoimento-title{ padding-top:80px; font-weight: bold;}


.contato{width: 100%; min-height: 350px;background-color:#6FD397; }
.contato h2{ color: #ffffff; }
.contato p{font-size: 0.8rem; color: #ffffff; }
.contato .contato-button{
      background-color: #ffffff;
      color: #00B247;
      text-align: center;
      height: 35px;
      font-size: 0.9rem;
      font-weight: bold;
}

.contato .contato-button:hover{background-color: #00B247; color: #ffffff;}

footer{ width: 100%; background-color: #4B4B4B; min-height: 50px; max-height: 130px; color:#fff; font-size: 0.8rem;}
footer ul{list-style:none;}
footer ul li{display:inline;}
footer ul li a {text-decoration:none; font-size: 20px; color:#fff; }
footer ul li a:hover{text-decoration:none; font-size: 20px; color:#00B247; }

.color-padrao {
  color: #1c6eab;
}

.btn-padrao {
  background-color: #1c6eab;
  border-radius: 10px;
  color: white !important;
  font-size: 14px;
}

.btn-padrao:hover {
  background-color: #2e9bee;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}

.btn-padrao-contorno {
  border: 1px solid #1c6eab;
  /*background-color: white;*/
  border-radius: 10px;
  color: #1c6eab;
  font-size: 14px;
}

.btn-padrao-contorno:hover {
  background-color: #2e9bee;
  border-radius: 10px;
  color: white!important;
  font-size: 14px;
}

.btn-padrao-sem-fundo {
  background-color: white;
  border: 1px solid #73af5a;
  border-radius: 5px;
  width: 40px;
  height: 25px;
  padding: 1px;
  font-size: 16px;
}

.btn-padrao-sem-fundo:hover {
  background-color: #c3975e;
  color: white!important;
  border-radius: 5px;
  width: 40px;
  height: 25px;
  padding: 1px;
  font-size: 16px;
}

.imagens-procedimentos {
  /* box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important; */
  margin-right:30px;
  margin-bottom: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .mt-navbar {
    margin-top: 60px;
  }

  .icones-landing {
    color: white;
    font-size: 25px;
    margin-right: 20px;
  }

  .bg-main {
    margin-top:80px;
    background: url('https://ledwave.com.br/wp-content/uploads/2022/11/blackground_led-_1_-1.webp');
  }

  .w-personalizado {
    width: 100% !important;
  }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .icones-landing {
    color: white;
    font-size: 15px;
  }

  .w-personalizado {
    width: 50% !important;
  }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .icones-landing {
    color: white;
    font-size: 20px;
    margin-right: 15px;
  }

}
