@import url('https://fonts.googleapis.com/css?family=Montserrat:500,900');

body {
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
p {
  line-height: 1.5rem !important;
}
h1, h2, h3, h4 {
  font-weight: 900;
}
.bolder {
  font-weight: 900;
}
.lighter {
  font-weight: 500;
}

.fondo-linea-roja {
  padding-top: 100px;
  background-color: #1e1e1e;
  background-image: url("../img/linea-roja.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.color-rojo {
  color: #db0e0e !important;
}
.
.fondo-rojo {
  background-color: #ed1c24;
}

.fondo-negro{
  background-color: #1e1e1e;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

.display-5 {
  font-size: 2.7rem;
}

.mn-1 {
  margin-top: -10px;
}
.fondo-slider {
  background-color: #ffffff;
  height: 40vh;
  background-image: url("../img/textura-01.png");
  background-size: cover;
  background-attachment: fixed;
}


.carousel-indicators-productos {
  bottom: -35px !important;
}
.carousel-indicators-productos li {
  background-color: #000000 !important;
}
.carousel-indicators-productos .active {
    background-color: #db0e0e !important;
}
.card-body {
  height: 33vh;
}
.card-body-motores {
  height: 20vh !important;
}
.iconos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 110px;
  right: 20px;
  z-index: 10000000;
}
.iconos img {
  width: 50px;
  margin-top: 20px;
}

.titulo-responsive {
    font-size: 2.3rem;
}

.fondo-negro {
  background-color: #1e1e1e;
}

.fondo-negro-titulo {
  width: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.carousel-indicators li {
    background-color: #424242;
}
.carousel-indicators .active {
    background-color: #dc3545 !important;
}
.text-uppecase{
    text-transform: uppercase !important;
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



/* Larger than mobile */
@media (min-width: 319px) {
  .w-50 {
    width: 100% !important;
  }
  .mt-9 {
    margin-top: 80px;
  }
  .contenedor-video {
      height: 25vh;
      overflow: hidden !important;
  }
  .contenedor-info {
    width: 100%;
    right: 0;
    height: 25vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .fondo-ventas img {
    width: 157%;
  }
  .titulo-responsive {
      font-size: 1.9rem;
  }
}

@media (min-width: 768px) {
  .w-50 {
    width: 50% !important;
  }
  .mt-9 {
    margin-top: 90px;
  }
  .contenedor-video {
      height: 80vh;
  }
  .contenedor-video {
    height: 80vh;
  }
  .contenedor-info {
    width: 50%;
    height: 80vh;
  }
  .fondo-ventas img {
    width: 100%;
  }
  .titulo-responsive {
      font-size: 2.3rem;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {

}
