body {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  overflow-x: hidden;
}
body .englishVersion {
  top: 0px;
  position: absolute;
  font-size: 11px;
  margin-left: 150px;
  border: none;
  border-radius: 0px 0px 5px 5px;
  font-weight: bold;
}
@media (max-width: 1250px) {
  body .englishVersion {
    left: 0px;
    margin-left: 10px;
    font-size: 10px;
  }
}
body .grayBG {
  background: #fcfcfc;
}
body .navbar {
  background-color: #000000;
}
body .navbar .navbar-brand img {
  width: 100%;
}
body .navbar ul.navbar-nav li a {
  color: white;
}
body .navbar ul.navbar-nav li a:hover {
  color: grey;
}
body .containerVideo iframe {
  width: 100vw;
  height: 56.2368vw;
  margin-left: -12px;
}
body .containerSlideBottom img {
  width: 100vw;
}
body .mapaGrupoMBO {
  width: 100%;
}
body article {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
body article h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
body article h4 {
  font-weight: 600;
  text-align: center;
}
body article .logoMarca {
  width: 100%;
}
body .textJustify {
  text-align: justify;
}
body footer {
  width: 100vw;
  background: #212121;
  color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
body #nuestrasMarcas .enlacesMarca {
  margin-top: -50px;
  margin-bottom: 20px;
  min-height: 34.6px;
}
body #nuestrasMarcas .enlacesMarca i.fab {
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s;
  font-size: 20px;
}
body #nuestrasMarcas .enlacesMarca i.fab:hover {
  opacity: 1;
}
body #nuestrasMarcas .enlacesMarca i.fab.fa-facebook {
  color: #4267B2;
}
body #nuestrasMarcas .enlacesMarca i.fab.fa-instagram {
  color: #C13584;
}
body #nuestrasMarcas .enlacesMarca i.fab.fa-tiktok {
  color: #000000;
}
body #nuestrasMarcas .enlacesMarca i.fab.fa-youtube {
  color: #FF0000;
}
body #nuestrasMarcas .enlacesMarca a.shopButton {
  border: 1px solid grey;
  padding: 5px;
  text-decoration: none;
  color: grey;
  transition: background 0.3s, color 0.3s;
  margin-right: 3px;
  margin-top: 5px;
  font-size: 12px;
  display: inline-block;
}
body #nuestrasMarcas .enlacesMarca a.shopButton:hover {
  background: #212121;
  color: white;
}
body .rrssCompany {
  margin-top: 9px;
}

/*# sourceMappingURL=main.css.map */
