/*################################################
ESTILO PARA EL VIDEO DEL HEADER
################################################*/
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

header .container {
  position: relative;
  z-index: 2; }

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1; }

/*################################################
ESTILO PARA QUIENES SOMOS
################################################*/
.cont_abt .container {
  max-width: 90% !important;
  margin-top: 40px; }

.cont_abt .txtquienes {
  font-weight: 400;
  font-size: 1.3rem; }

  /*################################################
ESTILO PARA CARDS MARCAS
################################################*/
#marcas {
  margin-top: 20px; }

#marcas .container {
  max-width: 90% !important; }

/*################################################
ESTILO PARA MISION
################################################*/
#mision {
  margin-top: 20px; }

#mision .container {
  max-width: 90% !important; }

  /*################################################
ESTILO PARA VISION
################################################*/
#vision {
  margin-top: 20px; }

#vision .container {
  max-width: 90% !important; }

#mision .txtsec1 h2 {
  color: #005CA9 !important;
  font-weight: bold; }

#vision .txtsec2 h2 {
  color: #005CA9 !important;
  font-weight: bold; }

#marcas .container h5 {
  color: #005CA9 !important;
  font-weight: bold;
  font-size: 2rem; }

/*# sourceMappingURL=est_abt.css.map */
