/* ---- Como funciona? ----------------------------------------------------------------------------------------- */
/* Slide pasos */
.box-slide-pasos .tns-nav {
	top: calc(100% + 18px);
}
/* Slide pasos */


/* ---- Servicio Técnico----------------------------------------------------------------------------------------- */
/* Modal Huincha estado reparación */
#miwom-details-overlay.active {
  opacity: 0.5;
}
#miwom-details-overlay {
  display: none;
  background: #000;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9990;
  transition: all 0.3s ease;
  overflow: hidden;
  top: 0;
  bottom: 0;
}
.miwom-details-panel-wrapper {
  display: none;
  height: 100vh;
  width: 425px;
  overflow: hidden;
  background: transparent;
  position: fixed;
  right: 0px;
  z-index: 9999;
  top: 0;
  bottom: 0;
}
.miwom-details-panel-wrapper .miwom-details-panel.active {
  transform: translateX(0);
}
.miwom-details-panel-wrapper .miwom-details-panel {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 425px;
  background: white;
  z-index: 11;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.miwom-details-panel-wrapper .miwom-details-panel .close-wrap h2 {
  font-size: 18px;
  color: white;
  font-weight: 600;
}
#closebtn {
  cursor: pointer;
}
#closebtn span {
  color: #fff;
}
.miwom-details-panel-wrapper .miwom-details-panel .close-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  background: #2D1540;
}
.btn-state{
  cursor:pointer;
}
ul.bullet-pink li::marker{
  color: #E92070;
}

@media (min-width: 768px) {
  .mw-md-210{
    max-width: 210px;
  }
}

@media (max-width: 820px){
  .miwom-details-panel-wrapper {
    display: none;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: transparent;
    position: fixed;
    right: 0px;
    z-index: 9999;
    margin-top: 0;
  }
  .miwom-details-panel-wrapper .miwom-details-panel {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100vh;
    width: 100%;
    background: white;
    z-index: 11;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s ease;
  }
  .miwom-details-panel-wrapper .miwom-details-panel.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Modal Huincha estado reparación */

/* Marcas Servicio Técnico Especializado */

	#equipos-marcas a{
		width: 74px;
		height: 69px;
		background: #FFFFFF;
		border: 1px solid #E6E2E8;
		border-radius: 8px;
		box-shadow: none;
		transition: all 0.3s ease;
	}
	#equipos-marcas a:hover{
		background-color: #4D008C;
		border-color: #4D008C;
	}
	#equipos-marcas a:hover img {
		filter: brightness(0) invert(1);
	}
	/* Marcas Servicio Técnico Especializado */