.jumbotron {
  position: relative;
  overflow: hidden;
  background-color:black;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}

.jumbotron-fluid {
    padding-right: 0!important;
    padding-left: 0!important;
    border-radius: 0!important;
}
@media (min-width: 576px).jumbotron {
  padding: 0rem 0rem !important;
}  

.jumbotron {
    padding: 0rem 0rem!important;
    margin-bottom: 0rem!important;
    background-color: black;
    border-radius: -0.7rem!important;
}


.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  /*---Firefox Bug Fix --*/
  .carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
@media (max-width: 812px) {.carousel-item {
        height: 60vh;!important;
	}}
.h2 {
  margin: 60px;
  text-align: justify;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 40%!important;
    left: 15%;
    z-index: 10;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    color: #fff;
    text-align: center;
    font-size: 200%!important;
}

@media (max-width: 812px) {.carousel-caption {
        font-size: 100%!important;
	}}

.card {
    margin: 7px 7px !important;
}



.card-img {
    border-radius: calc(0.5rem - 1px)!important;
    padding: 4px 4px 0px 4px;
}

.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  margin-bottom: 3rem;
}

.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 2px;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  text-align: center;
}

.number-input.number-input {
  border: 1px solid #ced4da;
  width: 10rem;
  border-radius: .25rem;
}

.number-input.number-input button {
  width: 2.6rem;
  height: .7rem;
}

.number-input.number-input button.minus {
  padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
  width: .7rem;
  background-color: #495057;
}

.number-input.number-input input[type=number] {
  max-width: 4rem;
  padding: .5rem;
  border: 1px solid #ced4da;
  border-width: 0 1px;
  font-size: 1rem;
  height: 2rem;
  color: #495057;
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color:transparent) {

    .number-input.def-number-input.safari_only button:before,
    .number-input.def-number-input.safari_only button:after {
      margin-top: -.3rem;
    }
  }
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}

.slidecontainer {
  width: 100%;
  line-height: 1em !important;
}

.slider {
    -webkit-appearance: none;
    width: 95%;
    height: 5px;
    background: #ffffff;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #7a7a7a;
  border-radius: 150em;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #7a7a7a;
  border-radius: 150em;
  cursor: pointer;
}

.ncomps{
    display: block;
    width: 52px;
    text-align: center;
    height: calc(2.2em + .75rem + 2px);
    padding: 0.7rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-prod {
    color: #ff9816;
    font-size: 1.2em;
    font-weight: bolder;
    background-color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
    border: 1px solid #ced4da;
}

.btn-prod:hover {
	-webkit-transform: scale(1.1);
    color: #ffffff;
	background-color: #ff9816;
    text-decoration: none;
	border: 1px solid #ffffff;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.5rem 17px 0;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #ffffffba;
    background-clip: padding-box;
    border-radius: 1rem;
    box-shadow: #000000;
}
.card-body {
    flex: 1 1 auto;
    border-radius: 23px;
    padding: 1.25rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}