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

body {
  font-family: 'Montserrat', sans-serif !important;
}

#video-cidep {
  width: 100%;
}

.color-azul {
  color: #093559;
}

.fondo-amarillo {
  background-color: #f2c63f;
}
.fondo-azul {
  background-color: #093559;
}

.fondo-gris-claro {
  background-color: rgb(246, 246, 246);
}

.color-blanco {
  color: white;
}
.bold-500 {
  font-weight: 500;
}
.bold-700 {
  font-weight: 700;
}
.fondo-paralax-azul {
  background-image: url("../img/capacitacion_principal.jpg");
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fondo-paralax-amarillo {
  background-image: url("../img/manuales-fondo.jpg");
  padding-top: 3vh;
  padding-bottom: 3vh;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Larger than mobile */
@media (min-width: 319px) {
  .w-50 {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .w-50 {
    width: 50% !important;
  }
}

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

@media (min-width: 1200px) {

}
