a {
  text-decoration: none !important;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
  border: none;
  background: none;
  padding: .3rem .6rem;
}

/*.form-control:focus{
  outline: none;
  box-shadow: none;
  background-color: #deedf3;
  border-color: #ced4da;
}*/
.pointer {
  cursor: pointer;
}

.grid-striped .row:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}

.capitalizar {
  text-transform: lowercase;
}

.capitalizar::first-letter {
  text-transform: uppercase;
}


a.capitalizar::first-letter {
  text-transform: uppercase;
}
label.capitalizar::first-letter{
  text-transform: uppercase;
}
label.capitalizar::first-letter{
  text-transform: uppercase;
}

/******** MIGUITAS ARTICULO *******/
.breadcrumb-item {
  text-transform: lowercase;
}

.breadcrumb-item::first-letter {
  text-transform: uppercase;
}

.breadcrumb-item .a::first-letter {
  text-transform: uppercase;
}

.slick-slide {
  border: none;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

/******** MIGUITAS COMPRA*******/
.breadcrumb{
  background-color: transparent !important;
}
.breadcrumb-item.compra {
  float: left;
  font-size: 0.8em;
  padding: 0px;
  margin: 0px;
  text-transform:none !important;
}
.breadcrumb-item span {
  padding: 0px;
  margin: 0px
}

.breadcrumb-item.compra hr {
  background-image: none !important;
  height: 3px;
  background-color: #cccccc;
}


.breadcrumb-item.compra li {
  width: 100px;
}

.breadcrumb-item.compra.active p {
  text-transform: none !important;
}

.breadcrumb-item.compra p {
  color: #cccccc;
  padding: 0px;
  margin: 0px;
}
.breadcrumb-item.compra:last-child p{
  padding-top: 6px;
}
.breadcrumb-item.compra div {
  position: relative;
  float: left;
  background-color: #cccccc !important;
  color: #000000 !important;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin-right: 100px;
  color: #ffffff !important;
  margin: 0px;
  padding: 6px 0px;
}

.breadcrumb-item.compra.active a {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin-right: 100px;
  color: #ffffff !important;
  margin: 0px;
  padding: 6px 0px;
  text-decoration: none;
}
/******** FORMULARIOS *******/
.form-alinea {
  display: flex;
  align-items: center;
}

.form-checkbox {
  height: 25px;
  width: 25px;
  margin-right: 6px;
}

.form-error {
  background-color: #f8d7da !important;
  border: solid 4px #f8d7da !important;
}

input[type="checkbox"].form-error {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  height: 25px;
  width: 25px;
  margin-right: 6px;
  border-radius: .25rem;
}



input[type="checkbox"].form-error:hover {
  filter: brightness(90%);
}

input[type="checkbox"].form-error:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

input[type="checkbox"].form-error:after {
  content: '';
  position: relative;
  left: 25%;
  top: 0;
  width: 50%;
  height: 90%;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

input[type="checkbox"].form-error:checked:after {
  display: block;
}

input[type="checkbox"].form-error:disabled:after {
  border-color: #7b7b7b;
}

input[type="radio"].form-error {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  height: 25px;
  width: 25px;
  margin-right: 6px;
  border-radius: 25px;
}

input[type="radio"].form-error:checked {
  border-radius: 25px;
}

input[type="radio"].form-error:hover {
  filter: brightness(90%);
}

input[type="radio"].form-error:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

input[type="radio"].form-error:after {
  content: '';
  position: relative;
  float: left;
  left: 1%;
  top: 1%;
  width: 88%;
  height: 88%;
  border: solid #0084bc;
  border-radius: 25px;
  border-width: 9px;
  display: none;
}

input[type="radio"].form-error:checked:after {
  display: block;
}

input[type="radio"].form-error:disabled:after {
  border-color: #7b7b7b;
}

/******** forms style *******/
.form-control{
  display: block;
  width: 100%;
  padding: .8rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #878787;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #e5e9eb;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -ms-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}
label.custom-control-label{
  margin-bottom: 0;

}





/******** GOOGLE MAPS *******/
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/***************/
#menuprincipal .list-group-item {
  border: none;
}

#menuprincipal .list-group {
  padding: 10px;
  background: white;
}

.navbar-icon-link-badge {
  top: -5px;
  right: -8px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #343a40;
  font-size: 0.6rem;
  line-height: 20px;
  margin-top: -4px;
}
