.principal-row {
    margin-top:100px;
    margin-bottom:100px;
}
.input {
    border:1px solid  #00c3e6;
    color:#999999!important;
    width:100%!important;
}
.btn-enviar-email {
    margin-top:10px!important;
}
.categoria {
    padding-top:10px;
}
.principal-row h3, p {
    margin:0;
}
.inner-principal-row {
    margin:0 auto!important;
}
.carousel-caption{
  z-index:10;
  bottom:1.8rem;
}
.carousel-indicators{
  background-color: rgba(0,0,0,0.6);
  margin:0;
  padding-top: 70px;
  padding-bottom: 1rem;
}      
.carousel-indicators [data-bs-target] {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #EBEBEB;
}
.carousel-title{
  font-weight: 700;
  padding-bottom: 1rem;
}

#categoria{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb(131,131,131)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m0 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 11px;
  background-blend-mode: normal;
  border-radius: 0;

}

@media only screen and (max-width: 766px) {
  #categoria{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(169, 177, 180)' d='m0 5 6 6 6-6'/%3e%3c/svg%3e");
    margin-top:20px;
    color:#858C8E;
    background-color: white;
    box-shadow:none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #00b5dc;
  }
  .container, .container-sm{
    max-width: 100%;
  }
  .carousel-title {
    padding-top: 1rem;
    text-transform: capitalize;
    font-weight: 400;
    background-color:#1A171B;
    color: white;
    padding-left: 5%;

  }
  .inner-principal-row{
    margin:0;
    padding: 0;
  }
  .principal-row{
    margin-top: 50px;
    margin-bottom: 0;
  }
  .div-button{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .my-dark-blue{
    font-size: 16px;
    font-weight:700;
  }
  .my-light-blue{
    font-size: 9px;
  }
  .div-produtos{
    padding: 0 1rem;
  }
  
}