.fondo{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    height: 100%;
  
  }
  
  .form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
  }
  .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-signin input[type="user"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .gris{
    background: #f9f9f9;
  }

  .opciones {
    border: 1px solid #efeded;
    background: #fffcfc;
  }

.card-title{
  margin-top:20px;
}

/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #f9f9f9;
  background-image: none;
}
/* Custom Select */
.select {
  position: relative;
  display: block;
  height: 3em;
  line-height: 3;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: .25em;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #34495e;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #f9f9f9;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: #1eb20e;
}
.select::after {
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
}

.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  margin-bottom: 3rem;
}

.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 2px;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  text-align: center;
}



.number-input.number-input button {
  width: 2.6rem;
  height: .7rem;
}

.number-input.number-input button.minus {
  padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
  width: .7rem;
  background-color: #495057;
}

.number-input.number-input input[type=number] {
  max-width: 4rem;
  padding: .5rem;
  border: 1px solid #ced4da;
  border-width: 0 1px;
  font-size: 1rem;
  height: 2rem;
  color: #495057;
}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color:transparent) {

    .number-input.def-number-input.safari_only button:before,
    .number-input.def-number-input.safari_only button:after {
      margin-top: -.3rem;
    }
  }
}

.detail{
  margin-top: 30px;
}

.detalle-importante{
  padding:20px;
  border: 1px solid #ced4da;
  background: #f9f9f9;
}

.img-fluid{
  margin: 10px;
}

.galeria-imagenes{
  border: 1px solid #ced4da;
  padding: 20px;
  background: #f9f9f9
}

.paginacion ul{
  list-style: none;
  float: right;
}

.paginacion ul li{
	display: inline-block;
	margin-right: 10px;
}

.paginacion ul .active a{
	background: #008500;
}

.paginacion ul .disabled{ 
	background: #c8c8c8;
	display: inline-block;
	font-family: "Oswald", Arial, helvetica, sans-serif;
	padding: 10px 20px;
	cursor: not-allowed;
	color: #fff;
	text-decoration: none;
}

.paginacion ul li a{
	display: inline-block;
	font-family: "Oswald", Arial, helvetica, sans-serif;
	padding: 10px 20px;
	background: #424242;
	color: #fff;
	text-decoration: none;
}

.paginacion ul li a:hover{
	text-decoration: none;
	background: #00CC00;
}

@media screen and (max-width: 2000px){
.imagen-detalle img{
  height:650px;
  width:750px;
}
}

@media screen and (max-width: 1100px){
  .imagen-detalle img{
    height:auto;
    width:auto;
  }
  }

  .block-buttons {
    position: relative !important; 
  }
  .block-buttons .btn-group {
    width: 100% !important;
  }
  
  .block-buttons button {
    width: 49% !important; 
  }

  .filtro{
    padding: 50px;
    background-color: #e6e6e6;
    border:1px solid #008500;
  }

  .compartir{
    background: none;
border: 0;
border-spacing: 0;
color: #000;
cursor: auto;
direction: ltr;
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1;
margin: 0;
overflow: visible;
padding: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
text-shadow: none;
text-transform: none;
visibility: visible;
white-space: normal;
word-spacing: normal;
  }


  