/* 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');

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  margin:0;
  color: #6c757d;
}

.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
|
|-------------------------------------------------------------------------------------------------|
*/

/*
|---------------------------------------|
|
|   HOME PAGE
|
|---------------------------------------|
*/
#home-banner{
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#home-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

#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: #9291b5;
}

.btn-padrao {
  background-color: #73af5a;
  border-radius: 10px;
  color: white !important;
  font-size: 14px;
}

.btn-padrao:hover {
  background-color: #73af5a;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}

.btn-padrao-contorno {
  border: 1px solid #73af5a;
  /*background-color: white;*/
  border-radius: 10px;
  color: #333333;
  font-size: 14px;
}

.btn-padrao-contorno:hover {
  background-color: #73af5a;
  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;
  }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .icones-landing {
    color: white;
    font-size: 15px;
  }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .icones-landing {
    color: white;
    font-size: 20px;
    margin-right: 15px;
  }

}

