/**---------------------------
SOBREESCRIBIENDO LAS CLASES DE
BOOTSTRAP
---------------------------**/
.bg-primary {
  background-color: #2980b9 !important;
}

.text-primary {
  color: #2980b9 !important;
}

.text-secondary {
  color: white !important;
}

.navbar-toggler {
  background-color: transparent;
}

/**---------------------------
ESTILOS DEL DISENO
---------------------------**/
.html {
  font-size: 13px;
  font-family: cursive !important;
}

body {
  color: #15374d !important;
  font-family: 'Open Sans', sans-serif;
  background-color: #dcf1ff !important;
}

.card:hover {
  -webkit-box-shadow: 0 0 10px #0058ffcf;
          box-shadow: 0 0 10px #0058ffcf;
}

.btn-primary {
  background-color: #2980b9 !important;
  border-color: #0d293c !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #20638f !important;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 128, 185, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(41, 128, 185, 0.5);
}

.btn-primary:active {
  background-color: #164666 !important;
  border-color: black !important;
}

.btn-secondary {
  color: black;
  background-color: white !important;
  border-color: #6c757d;
}

.navbar-dark .navbar-nav .nav-link {
  color: #f9fafb;
}

.carousel .carousel-item {
  height: 200px;
}

.carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 200px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .carousel .carousel-item {
    height: 300px;
  }
  .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .carousel .carousel-item {
    height: 400px;
  }
  .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .carousel .carousel-item {
    height: 600px;
  }
  .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 600px;
  }
}
/*# sourceMappingURL=estilos.css.map */