#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
  }
  .heading-title-big {
    font-size: 2.2875rem;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0px;
    line-height: initial;
    margin-bottom: 15px;
}
.section-choose-us{
  background-color: #fff;
  position: relative;
}
footer {
  background-color: #212124;
  padding-top: 80px;
  background-color: #212124;
  position: relative;
}
.display-page {
  padding-top: 20px;
  padding-bottom: 50px;
  color: #fff;
}
.item-clientes{
  margin-right: 15px;
  margin-left: 15px;
}
.bg-white-section:after {
  background-color: rgba(255, 255, 255, 1);
}
.btn-xs {
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  text-transform: inherit;
  padding: 7px 10px 7px 10px;
  letter-spacing: 0.4px;
  margin-top: 10px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border: 3px solid #2885B6;
}
.items-internal{
  margin-left: 22px;
}
.m-3 {
  margin: 1rem!important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
  opacity: 0;
  border-radius: .25rem;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.toast-body {
  padding: .75rem;
}
label.invalid-feedback{
  color: #fff;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}
