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

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

.btn-primary {
  background-color: #ff401c !important;
  border-color: #b51d00 !important; }

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

.btn-primary:active {
  background-color: #b51d00 !important;
  border-color: #821500 !important; }

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 64, 28, 0.5) !important;
          box-shadow: 0 0 0 0.2rem rgba(255, 64, 28, 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 */

.enviar {
  background-image: url('../img/guarda.svg');
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  width: 36px;
  height: 36px;
  margin-left: 10px;
}
.salir {
  background-image: url('../img/salir.svg');
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  width: 36px;
  height: 36px;
  margin-left: 10px;
}
.agregar {
  background-image: url('../img/agrega.svg');
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  width: 36px;
  height: 36px;
  margin-left: 10px;
}
.pagina {
  margin-top: 15px;
}
.titulo {
  @include font-size(4rem);
}
.datos {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  margin-top: 20px;
  background-color: #0c0c0c3b;
  margin-bottom: 35px;
}
.renglon {
  margin-top: 5px;
}