  body{
    padding-top: 110px;
  }

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #B6B6B6;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.bg-azul{
  background: #283593 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-bar{
  background: #283593 !important;
}

.irs--round .irs-handle{
  border-color: #283593 !important;
}

.bg-rojo{
  background: #c31a21;
}

.texr-color-azul{
  color: #283593 !important;
}

.bg-negro{
  background: #1d1d1d;
}

.nav-item:hover:before {
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  margin: auto;
}

.nav-item.active:before{
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  margin: auto;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
}

.nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  transition: width .3s ease;
  height: 1px;
  left: 50%;
  right: 50%;
}

.nav-item.dash:before {
  
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  left: 50%;
  right: 50%;
}

.nav-link:hover {
  color: #ffffff;
  opacity: 0.8;
}

.carousel-indicators{
  top: calc(100% + 0.5rem);
}

.carousel-indicators .active {
  background-color: #283593 !important;
}

.carousel-indicators li {
  border-radius: 50%;
  background-color: #ffffff00 !important;
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #283593;
  opacity: 1 !important;
  background-clip: border-box !important;
  -webkit-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

.font-t-08{
  font-size: 0.8rem;
}

.hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

/**Chips**/
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

.chip>img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 20px 0;
  min-height: 45px;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.chips.focus {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

.chips:hover {
  cursor: text;
}

.chips .chip.selected {
  background-color: #26a69a;
  color: #fff;
}

.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 1rem;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

.chips .input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

.prefix~.chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.chips:empty~label {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}

/**#Chips**/

.filter-list{
  border-bottom-style: dashed !important;
  border-color: #283593 !important;
}

.cursor-pointer{
  cursor: pointer !important;
}

.btn-mercadol {
  color: #333;
  font-family: "Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif,sans-serif;
  font-weight: 500;
  background-color: #fff159;
  border-color: #fff159;
}
.btn-mercadol:not(:disabled):not(.disabled):active, .btn-mercadol:not(:disabled):not(.disabled).active, .show > .btn-mercadol.dropdown-toggle {
  background-color: #eadd61;
}
.btn-mercadol:hover {
  background-color: #eadd61;
  border-color: #eadd61;
}

.btn-facebook {
  color: #fff;
  font-family: "Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif,sans-serif;
  font-weight: 500;
  background-color: #fff;
  border-color: #4267b2;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  background-color: #c5c5c5;
  color: #fff;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #c5c5c5;
  border-color: #29487d;
}

.flech{
  transition-duration: .2s ;
}
.animteflech {
  -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 768px){
  .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #283593;
}
}

.figure{
  position: relative;
}

/***ribbons****/
.ribbon-wrapper {
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: -2px;
  top: -2px;
  width: 70px;
  z-index: 10;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ribbon-wrapper.ribbon-lg {
  height: 120px;
  width: 120px;
}

.ribbon-wrapper.ribbon-lg .ribbon {
  right: 0px;
  top: 26px;
  width: 160px;
}

.ribbon-wrapper.ribbon-xl {
  height: 180px;
  width: 180px;
}

.ribbon-wrapper.ribbon-xl .ribbon {
  right: 4px;
  top: 47px;
  width: 240px;
}

.ribbon-wrapper .ribbon {
  -webkit-box-shadow: 0 0 3px rgba(17, 17, 17, 0.3);
          box-shadow: 0 0 3px rgba(17, 17, 17, 0.3);
  font-size: 0.8rem;
  line-height: 100%;
  padding: 0.375rem 0;
  position: relative;
  right: -2px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(17, 17, 17, 0.4);
  text-transform: uppercase;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 90px;
}

.ribbon-wrapper .ribbon::before, .ribbon-wrapper .ribbon::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9e9e9e;
  bottom: -3px;
  content: '';
  position: absolute;
}

.ribbon-wrapper .ribbon::before {
  left: 0;
}

.ribbon-wrapper .ribbon::after {
  right: 0;
}