@charset "UTF-8";

#fotoslego { width: 600px; height: 450px;  display: flex; justify-content: center;  align-items: center;}

/*----------------------------------------
SOBREESCRIBIENDO  LOS ESTILOS DE BOOTSTRAP
------------------------------------------*/
.bg-primary {
  background-color: #1c8dff !important; }

.text-primary {
  color: #1c8dff !important; }

.btn-aux {
  background-color: #ffffff !important;
  border-color: #005ab5 !important; }

.btn-aux:hover,
.btn-aux:focus {
  background-color: #CDD0D0 !important; }
  
  
.btn-primary {
  background-color: #1c8dff !important;
  border-color: #005ab5 !important; }

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

.btn-primary:active {
  background-color: #005ab5 !important;
  border-color: #004182 !important; }

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 141, 255, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(28, 141, 255, 0.5) !important; }

/*--------------------------
ESTILOS DEL DISEÑO
---------------------------*/
html {
  font-size: 13px; }

body {
  color: #44484a;
  font-family: 'Open Sans', sans-serif; }

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

/*------------------------
SHOW DE LOS MEDIAS QUERIES
------------------------*/
@media (min-width: 768px) {
  html {
    font-size: 16px; } }

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