#pyxisinfra .cabezal {
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#pyxisinfra .cabezal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  z-index: 0;
}
#pyxisinfra #tituloLanding {
  z-index: 2;
}
#pyxisinfra .btn-yellow-l {
  color: #ffffff !important;
  background-color: #ff7220 !important;
  border-color: #ff7220 !important;
}
#pyxisinfra .btn-yellow-l:hover, #pyxisinfra .btn-yellow-l:active, #pyxisinfra .btn-yellow-l:focus {
  color: #ffffff !important;
  background-color: #103691 !important;
  border-color: #103691 !important;
}
#pyxisinfra .btn-blue {
  color: #ffffff !important;
  background-color: #103691 !important;
  border-color: #103691 !important;
}
#pyxisinfra .btn-blue:hover, #pyxisinfra .btn-blue:active, #pyxisinfra .btn-blue:focus {
  color: #ffffff !important;
  background-color: #ff7220 !important;
  border-color: #ff7220 !important;
}
#pyxisinfra #footerDev {
  background-color: #103691;
  height: 250px;
}

.vbox-content {
  margin-top: 0px !important;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0px !important;
  right: 15px !important;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 40px !important;
  line-height: 1;
  text-align: center;
  z-index: 99;
}

#myVideo {
  position: absolute;
  right: 0;
  top: 0;
  height: 580px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}/*# sourceMappingURL=estilos_infra.css.map */