.margin-top-temporaria {
  margin-top: 2.5rem;
}

.modal-loading {
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .8 ) 
  url(../img/loading.gif) 
  50% 50% 
  no-repeat;
}

/* enquanto estiver carregando, o scroll da página estará desativado */
body .loading {
  overflow: hidden;   
}

/* a partir do momento em que o body estiver com a classe loading,  o modal aparecerá */
.modal-loading-visible  {
  display: block !important;
}

.margin-auto {
  margin-right: auto;
  margin-left: auto;
}

.display-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

textarea {
  text-transform: capitalize !important;
}

.img-responsive {
  width: auto;
  height: auto;
}

img {
  width: auto;
  height: auto;
}

a:hover, a:focus {
  color: #444;
  text-decoration: none;
}

.width-100 {
  width: 100% !important;
}

.margin-5 {
  margin-right: 5px;
  margin-left: 15px;
}

.margin-15 {
  margin-right: 15px;
}

.padding-bottom-38 {
  padding-bottom: 38px;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.display-produto {
  height: 10vh !important;
  text-align: center !important;
  width: 100%;
  display: inline-flex;
}

.height-vh {
  height: 46rem;
}

.dev-ep {
  margin-top: 20px !important;
  padding-top: 20px !important;
}

.dev-ep-mm {
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}

.justify {
  text-align: justify;
}

.min-100 {
  min-width: 100%;
}

.img-carousel {
  min-width: 100% !important;
}

.linear {
  display: inherit;
  min-width: 100px;
  height: 30px;
  background-color: #f5f5f5;
}
#slideshow0 {
  padding-top: 2px !important;
}
.container {
  padding-bottom: 2rem;
}

a {
  border: none;
  outline: none !important;
}

.pd-0 {
  padding-bottom: 0;
  height: 64vh;
}

.input-group-btn:hover {
  background-color: #d5d5d5;
  border-radius: 5px;
}

.btn-lg {
  outline: none !important;
  border: none !important;
}

.display-none {
  display: none;
  transition: all 0.5s ease;
}

form .error {
  color: #a94442;
  font-size: 15px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 1900px) {
  .pd-0 {
    height: 69vh;
  }
}

@media (max-width: 1800px) {
  .pd-0 {
    height: 69.5vh;
  }
}

@media (mix-width: 1460px) {
  .pd-0 {
    height: 64vh;
  }
}
@media (max-width: 1250px) {
  .pd-0 {
    height: 52vh;
  }
}

@media (max-width: 1220px) {
  .padding-cp {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 990px) {
  .pd-0 {
    height: 48vh !important;
  }
}

@media (max-width: 810px) {
  .pd-0 {
    height: 43vh !important;
  }
}

@media (max-width: 764px) {
  .padding-cp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .pd-0 {
    height: 23vh !important;
  }
}

@media (max-width: 639px) {
  .pd-0 {
    height: 20vh !important;
  }
}

@media (max-width: 599px) {
  .pd-0 {
    height: 18vh !important;
  }
}

@media (max-width: 453px) {
  .margin-bottom {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }
  .pd-bt-1 {
    padding-bottom: 1rem;
  }

  .pd-0 {
    height: 16vh !important;
  }
}

@media (max-width: 419px) {
  .margin-bottom {
    font-size: 12px !important;
  }
}

@media (max-width: 379px) {
  .margin-bottom {
    font-size: 10px !important;
  }
}

@media (max-width: 349px) {
  .pd-0 {
    height: 13vh !important;
  }
}
