.boxImg img {
  width: 100%;
  height: auto;
}

@supports (object-fit: cover) {
  .boxImg img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background: rgba(0, 166, 91, 0.59);
  background: -moz-linear-gradient(
    top,
    rgba(0, 166, 91, 0.59) 0%,
    rgba(33, 112, 75, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 166, 91, 0.59)),
    color-stop(100%, rgba(33, 112, 75, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(124, 124, 124, 0.59) 0%,
    rgba(33, 112, 75, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 166, 91, 0.59) 0%,
    rgba(33, 112, 75, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 166, 91, 0.59) 0%,
    rgba(33, 112, 75, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(190, 211, 135) 0%,
    rgb(185, 215, 108) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a65b', endColorstr='#21704b', GradientType=0 );
  border-radius: 15px;
}

.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  border-radius: 10px;
}

#box-message-js {
  position: fixed;
  z-index: 10000;
  top: 10%;
  right: 10px;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #fff;
  border-top: 0px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 6px 10px 24px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 6px 10px 24px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 6px 10px 24px 0px rgba(0, 0, 0, 0.32);
}

/** Sobra de login*/
.sombra {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

/*
.btn-success {
  background-color: #e05f2d;
  border-color: #da5b29;
}*/
/*
.btn-success {
  background-color: #e05f2d;
  border-color: #da5b29;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #e0602dc2;
}

/*Ajuste de alertas*/
.alert-success {
  border-color: #fbfbfb !important;
}

.alert {
  padding: 10px !important;
}
/* Modificacion de Content */
.content {
  padding: 0px 0px 0px 0px !important;
}

/* Position dashboard hijos */

@media (max-width: 640px) {
  .responsive {
    width: 100% !important;
  }
}

.responsive {
  width: 33.3%;
  margin: auto;
}

.box-img {
  width: 270px;
  height: 170px;
  object-fit: cover;
  object-position: center center;
  border-radius: 15px;
}

.box-img2 {
  width: 170px;
  height: 100px;
  object-fit: cover;
  object-position: center center;
  border-radius: 15px;
}
