@charset "UTF-8";
/*----------------------------------------
SOBREESCRIBIENDO  LOS ESTILOS DE BOOTSTRAP
------------------------------------------*/
.bg-dark {
  background-color: #60605b!important;
}

.bg-primary {
  background-color: #1c146b!important;
}

.rounded-circle {
  border-radius: 20%!important;
}

.rounded-circle-logo {
  border-radius: 150%!important;
}

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

.btn-primary {
  background-color: #26357a !important;
  border-color: #26357a !important; }

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

.btn-primary:active {
  background-color: #26357a !important;
  border-color: #26357a !important; }

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 53, 122, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(38, 53, 122, 0.5) !important; }

/*--------------------------
ESTILOS DEL DISEÑO
---------------------------*/
html {
  font-size: 13px; }
  
body {
  color: #44484a;
  font-family: 'Roboto', sans-serif; }

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

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