@charset "UTF-8";
/* CSS Document */
/* breadcrumbing */
.detalle .btn-breadcrumb {
z-index: 0 !important;
	border-radius:0;
	font-family:Hero, sans-serif;
	
	
}
.detalle .btn-breadcrumb a {
	color:#FFF;
}

.bread-cafe {
	background-color: #D3B8AA;
	color: #fff;
	margin: -20px -20px 20px -20px;
	}
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
  
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/**/
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}
/* buttons */
.btn-cafe {
	background-color:#B58872;
	color:#FFF;
}

.btn-cafe:hover,
.btn-cafe:active,
.btn-cafe:focus {
	background-color:#D3B8AA;
	color:#FFF;
}

.btn-cafe-1 {
  color: #fff;
  background-color:  #774328;
  border-color: #774328;
}
.btn-cafe-1:focus,
.btn-cafe-1.focus {
  color: #fff;
  background-color: #946347;
  border-color: #946347;
}
.btn-cafe-1:hover {
  color: #fff;
  background-color: #946347;
  border-color: #946347;
}
.btn-cafe-2 {
  color: #fff;
  background-color:   #592308;
  border-color: #592308;
}
.btn-cafe-2:focus,
.btn-cafe-2.focus {
  color: #fff;
  background-color: #6E3D21;
  border-color: #6E3D21;
}
.btn-cafe-2:hover {
  color: #fff;
  background-color: #6E3D21;
  border-color: #6E3D21;
}

/** cafe button **/

.btn-breadcrumb .btn.btn-cafe:not(:last-child):after {
  border-left: 10px solid  #941A7D;
}
.btn-breadcrumb .btn.btn-cafe:not(:last-child):before {
  border-left: 10px solid  #941A7D;
}
.btn-breadcrumb .btn.btn-cafe:hover:not(:last-child):after {
  border-left: 10px solid  #941A7D;
}
.btn-breadcrumb .btn.btn-cafe:hover:not(:last-child):before {
  border-left: 10px solid  #941A7D;
}

/** cafe-1 button **/
.btn-breadcrumb .btn.btn-cafe-1:not(:last-child):after {
  border-left: 10px solid  #774328;
}
.btn-breadcrumb .btn.btn-cafe-1:not(:last-child):before {
  border-left: 10px solid #774328;
}
.btn-breadcrumb .btn.btn-cafe-1:hover:not(:last-child):after {
  border-left: 10px solid  #946347;
}
.btn-breadcrumb .btn.btn-cafe-1:hover:not(:last-child):before {
  border-left: 10px solid  #946347;
}

/** café-2 button **/
.btn-breadcrumb .btn.btn-cafe-2:not(:last-child):after {
  border-left: 10px solid  #592308;
}
.btn-breadcrumb .btn.btn-cafe-2:not(:last-child):before {
  border-left: 10px solid #592308;
}
.btn-breadcrumb .btn.btn-cafe-2:hover:not(:last-child):after {
  border-left: 10px solid  #6E3D21;
}
.btn-breadcrumb .btn.btn-cafe-2:hover:not(:last-child):before {
  border-left: 10px solid  #6E3D21;
}