.view,body,html{height:100%;}
html,
body,
header,
.carousel {
  height: auto;
}
.navbar {
    background-color: #2196f3!important;
}
.navbar a{
    color: #ffffff!important;
}
.card:hover{background-color: #fff;}
.detalheprod{margin-top: 90px!important;}
.orcamento{padding: 10px; background-color: #ccc; }
.orcamento form{text-align: left;}

.ChamanoWhats {
    margin:5px;
      color: #FFFFFF;
      font-size: 16px;
      border-radius: 5px;
      border: solid 0px #18a418;
      text-shadow: 1px 1px 0px #a3a3a3;
      box-shadow: 0px 10px 14px -7px #616174;
      text-decoration: none;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      font-family: Arial;
      background: linear-gradient(180deg, #32cd32 10%, #18a418 100%);
      display: inline-flex;
      align-items: center;
      padding: 0;
  }
  .ChamanoWhats:hover {
      background: linear-gradient(180deg, #18a418 10%, #32cd32 100%);
  }
  .ChamanoWhats-text {
      position: relative;
      padding: 10px 18px;
  }
  .ChamanoWhats-icon {
      position: relative;
      border-right: 1px solid #ffffff29;
      box-shadow: inset rgb(0 0 0 / 14%) -1px 0 0;
      padding: 10px 10px;
  }
  .ChamanoWhats-icon > i {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      font-size: 36px;
  }
    #fixed-section {
        position: fixed;
        top: 50%;
        left: 17%;
        transform: translate(-50%, -50%);
        z-index: 9999;
      }

.titulo{
    padding: 10px; 
    background-color: blueviolet; 
    color: #ffffff; 
    font-weight: bold;
    text-shadow:2px 2px #333;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
       padding: 0.25rem;
    font-size:22px!important;
   

}
.box-text{
    background-color: white;
    border-radius: 5px;
    padding: 15px!important;
    margin: 100px 0px 50px 0px!important;
}

.whatsapp a{
    text-decoration: none; 
    color: #FFFFFF;
}
@media (max-width: 740px) {
  html,
  body,
  header,
  .carousel {
    height: auto;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  header,
  .carousel {
    height: auto;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
        .navbar:not(.top-nav-collapse) {
            background: #2196f3!important;
        }
    }
@media (max-width:425px){
    .carousel{height: auto;
    width: 100%!important;
    }
}
@media (max-width:740px){.full-page-intro{height:1000px}}
.carousel{height: auto;
width: 80%!important;
margin-left: 10%;}
.carousel .carousel-inner,.carousel .carousel-inner .active,.carousel .carousel-inner .carousel-item{
height:auto;
}
@media (max-width:776px){.carousel{width:100%; height:100%}}
.navbar{background-color:rgba(0,0,0,.3)}
.page-footer,.top-nav-collapse{background-color:#2196f3}
@media only screen and (max-width:768px){.navbar{background-color:#2196f3}}

