@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");

body {
  overflow-x: hidden;
  color: #666;
  padding: 0;
  margin: 0 auto
}

body * {
  font-family: 'Lato'
}

body p {
  margin: 0
}

@media only screen and (max-width: 480px) {
  body p {
    letter-spacing: 0 !important
  }
}

body a {
  text-decoration: none
}

::-webkit-scrollbar {
  width: 10px;
  background: #dcdcdc
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(-45deg, #dcdcdc 10%, #bfbebe 91%);
  background: linear-gradient(135deg, #dcdcdc 10%, #bfbebe 91%)
}

.modalLogin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto !important;
  width: 100%;
  height: 0;
  background-color: rgba(18, 22, 24, 0.8);
  overflow: hidden;
  perspective: 1000px;
  transition: ease all .5s;
  z-index: 20
}

.modalLogin.visible {
  height: 100%
}

.modalLogin .contenedorModales {
  width: 500px;
  height: 470px;
  padding: 20px 0 !important;
  position: relative;
  transition: ease all .5s
}

.modalLogin .contenedorModales .contenidoModal, .modalLogin .contenedorModales .recuperar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 500px;
  background-color: #fff;
  padding: 20px 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto !important;
  transition: ease all .5s
}

.modalLogin .contenedorModales .contenidoModal .cerrarModal, .modalLogin .contenedorModales .recuperar .cerrarModal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer
}

.modalLogin .contenedorModales .contenidoModal .cerrarModal:hover span:nth-child(1), .modalLogin .contenedorModales .recuperar .cerrarModal:hover span:nth-child(1) {
  transform: rotate(-45deg)
}

.modalLogin .contenedorModales .contenidoModal .cerrarModal:hover span:nth-child(2), .modalLogin .contenedorModales .recuperar .cerrarModal:hover span:nth-child(2) {
  transform: rotate(45deg)
}

.modalLogin .contenedorModales .contenidoModal .cerrarModal span, .modalLogin .contenedorModales .recuperar .cerrarModal span {
  width: 20px;
  height: 1px;
  background-color: #000;
  transition: ease all .5s
}

.modalLogin .contenedorModales .contenidoModal .cerrarModal span:nth-child(1), .modalLogin .contenedorModales .recuperar .cerrarModal span:nth-child(1) {
  transform: rotate(45deg)
}

.modalLogin .contenedorModales .contenidoModal .cerrarModal span:nth-child(2), .modalLogin .contenedorModales .recuperar .cerrarModal span:nth-child(2) {
  transform: rotate(-45deg)
}

.modalLogin .contenedorModales .contenidoModal .encabezado, .modalLogin .contenedorModales .recuperar .encabezado {
  width: 90%;
  margin: 0 auto !important;
  text-align: center;
  padding-bottom: 20px !important;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px
}

.modalLogin .contenedorModales .contenidoModal form, .modalLogin .contenedorModales .recuperar form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%
}

.modalLogin .contenedorModales .contenidoModal form .campo, .modalLogin .contenedorModales .recuperar form .campo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 90%;
  margin: 0 auto !important;
  padding: 20px 0 !important;
  position: relative
}

.modalLogin .contenedorModales .contenidoModal form .campo label, .modalLogin .contenedorModales .contenidoModal form .campo .olvidemicontra, .modalLogin .contenedorModales .recuperar form .campo label, .modalLogin .contenedorModales .recuperar form .campo .olvidemicontra {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #949494
}

@media only screen and (max-width: 480px) {
  .modalLogin .contenedorModales .contenidoModal form .campo label, .modalLogin .contenedorModales .contenidoModal form .campo .olvidemicontra, .modalLogin .contenedorModales .recuperar form .campo label, .modalLogin .contenedorModales .recuperar form .campo .olvidemicontra {
    text-transform: inherit;
    letter-spacing: 0
  }
}

.modalLogin .contenedorModales .contenidoModal form .campo .olvidemicontra, .modalLogin .contenedorModales .recuperar form .campo .olvidemicontra {
  position: absolute;
  top: 18px;
  font-size: 12px;
  right: 0;
  text-decoration: underline
}

.modalLogin .contenedorModales .contenidoModal form .campo input, .modalLogin .contenedorModales .recuperar form .campo input {
  width: calc(100% - 20px);
  border-radius: 0;
  margin: 0 !important;
  border: 0;
  outline: none;
  background-color: #eceff1;
  padding: 10px !important
}

.modalLogin .contenedorModales .contenidoModal form .campo .errorMsg, .modalLogin .contenedorModales .recuperar form .campo .errorMsg {
  background-color: #db2828;
  color: #fff;
  padding: 3px 5px !important;
  margin: 5px auto 0 auto !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  position: relative;
  display: none
}

.modalLogin .contenedorModales .contenidoModal form .campo .errorMsg:before, .modalLogin .contenedorModales .recuperar form .campo .errorMsg:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px solid #db2828;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0;
  height: 0
}

.modalLogin .contenedorModales .contenidoModal form .campo .errorMsg.error, .modalLogin .contenedorModales .recuperar form .campo .errorMsg.error {
  display: block
}

.modalLogin .contenedorModales .contenidoModal form .iniciarSesion, .modalLogin .contenedorModales .recuperar form .iniciarSesion {
  background-color: #121618;
  margin: 15px auto !important;
  border: none;
  padding: 7px 10px !important;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px
}

.modalLogin .contenedorModales .contenidoModal form .usuarioNuevo, .modalLogin .contenedorModales .recuperar form .usuarioNuevo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 90%;
  margin: 10px auto 0 auto !important;
  border-top: 1px solid #949494
}

.modalLogin .contenedorModales .contenidoModal form .usuarioNuevo p, .modalLogin .contenedorModales .recuperar form .usuarioNuevo p {
  width: 100%;
  margin: 0 auto !important;
  text-align: center;
  padding-top: 20px !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase
}

.modalLogin .contenedorModales .contenidoModal form .usuarioNuevo .crearCuenta, .modalLogin .contenedorModales .recuperar form .usuarioNuevo .crearCuenta {
  background-color: #afafaf;
  margin: 15px auto 0 auto !important;
  padding: 7px 10px !important;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px
}

.modalLogin .contenedorModales .contenidoModal {
  z-index: 10
}

.modalLogin .contenedorModales .recuperar {
  opacity: 0;
  transform: rotateY(180deg);
  z-index: -10
}

.modalLogin .contenedorModales .recuperar .regresar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer
}

.modalLogin .contenedorModales .recuperar .regresar:hover span:nth-child(1) {
  transform: rotate(45deg) translateY(-50%)
}

.modalLogin .contenedorModales .recuperar .regresar:hover span:nth-child(2) {
  transform: rotateY(180deg)
}

.modalLogin .contenedorModales .recuperar .regresar:hover span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%)
}

.modalLogin .contenedorModales .recuperar .regresar span {
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transition: ease all .5s
}

.modalLogin .contenedorModales .recuperar .regresar span:nth-child(1) {
  width: 10px;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  left: 0;
  transform-origin: left
}

.modalLogin .contenedorModales .recuperar .regresar span:nth-child(3) {
  width: 10px;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 0;
  transform-origin: left
}

.modalLogin .contenedorModales .recuperar .descripcion {
  width: 90%;
  margin: 0 auto !important;
  text-align: center;
  padding-bottom: 20px !important;
  font-size: 14px;
  letter-spacing: 2px
}

@media only screen and (max-width: 768px) {
  .modalLogin .contenedorModales {
    width: 90%
  }

  .modalLogin .contenedorModales .contenidoModal, .modalLogin .contenedorModales .recuperar {
    width: 100%
  }
}

.opacidad {
  opacity: .4
}

.sinScroll {
  overflow: hidden
}

@keyframes paraFav {
  0% {
    width: 0
  }

  50% {
    width: 5px
  }

  100% {
    width: 5px;
    opacity: 0
  }
}

.mercadoD_menu {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  background-color: #075fc8;
  position: relative
}
.mercadoD_menu.md_bgp {
  padding: 15px 0;
}

.mercadoD_menu .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center
}

.mercadoD_menu .mercadoD_container .logo {
  padding: 15px 0 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600
}

.mercadoD_menu .mercadoD_container .hamburguesa {
  display: none;
  margin: auto 0 !important;
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer
}

.mercadoD_menu .mercadoD_container .hamburguesa.activado span:nth-child(1) {
  transform: translateY(-10px) translateX(40px);
  background-color: transparent
}

.mercadoD_menu .mercadoD_container .hamburguesa.activado span:nth-child(2) {
  transform: rotate(45deg)
}

.mercadoD_menu .mercadoD_container .hamburguesa.activado span:nth-child(3) {
  transform: rotate(-45deg)
}

.mercadoD_menu .mercadoD_container .hamburguesa.activado span:nth-child(4) {
  transform: translateY(10px) translateX(-40px);
  background-color: transparent
}

.mercadoD_menu .mercadoD_container .hamburguesa span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: ease all .5s
}

.mercadoD_menu .mercadoD_container .hamburguesa span:nth-child(1) {
  transform: translateY(-10px)
}

.mercadoD_menu .mercadoD_container .hamburguesa span:nth-child(4) {
  transform: translateY(10px)
}

.mercadoD_menu .mercadoD_container .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s
}

.mercadoD_menu .mercadoD_container .menu .link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  list-style-type: none;
  position: relative;
  transition: ease all .5s
}

.mercadoD_menu .mercadoD_container .menu .link:hover ul {
  display: block;
  z-index: 5
}

.mercadoD_menu .mercadoD_container .menu .link a {
  color: #fff;
  font-weight: 300;
  padding: 3px 10px !important
}

.mercadoD_menu .mercadoD_container .menu .link ul {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid rgba(7, 95, 200, 0.1);
  top: 100%;
  padding: 10px 0 !important;
  margin: 0 !important;
  list-style-type: none;
  width: 250px;
  border-radius: 10px
}

.mercadoD_menu .mercadoD_container .menu .link ul p {
  width: 90%;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  cursor: pointer !important
}

.mercadoD_menu .mercadoD_container .menu .link ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 5px 10px !important;
  position: relative;
  cursor: pointer !important
}

.mercadoD_menu .mercadoD_container .menu .link ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 0;
  height: 1px;
  background-color: #666;
  transition: ease all .5s
}

.mercadoD_menu .mercadoD_container .menu .link ul li:hover:after {
  width: calc(100% - 20px)
}

.mercadoD_menu .mercadoD_container .menu .link ul li:hover a {
  font-weight: 600
}

.mercadoD_menu .mercadoD_container .menu .link ul li a {
  padding: 0 !important;
  width: 100%;
  color: #666;
  transition: ease all .2s;
  cursor: pointer !important
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora {
  width: 130px;
  transition: ease all .5s
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  height: 100%;
  position: relative
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .paraFiltros {
  position: absolute;
  color: #075fc8;
  margin: 0;
  left: 7px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: ease all .5s
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .paraFiltros.girado {
  transform: rotate(180deg)
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra input {
  border: 0;
  background: #fff;
  border-radius: 20px;
  outline: none;
  padding: 5px 10px 5px 30px !important;
  width: calc(100% - 80px);
  letter-spacing: 1px
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra input::placeholder {
  font-size: 12px;
  color: rgba(18, 22, 24, 0.5);
  font-style: italic
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .botonBuscar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  height: 100%;
  width: 40px;
  position: absolute;
  right: 0;
  cursor: pointer
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .botonBuscar .icono {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.4s cubic-bezier(0.11, 0.92, 0.52, 0.98) 0.5s
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .botonBuscar .icono:before, .mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .botonBuscar .icono:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  display: block;
  top: 100%
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .botonBuscar .icono:before {
  right: 0;
  width: 50%;
  transform: rotate(45deg) translateX(50%);
  transform-origin: right bottom;
  transition: all 0.4s cubic-bezier(0.11, 0.92, 0.52, 0.98) 0.2s
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .botonBuscar .icono:after {
  left: 0;
  width: 100%;
  opacity: 0;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: left bottom;
  transition: all 0.4s cubic-bezier(0.11, 0.92, 0.52, 0.98);
  transition: transform 0.4s cubic-bezier(0.11, 0.92, 0.52, 0.98), opacity 0.2s cubic-bezier(0.11, 0.92, 0.52, 0.98)
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .filtros {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  margin: auto !important;
  background-color: #fff;
  width: 100%;
  z-index: 5
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .filtros::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: #fff
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .filtros::-webkit-scrollbar-thumb {
  background: rgba(18, 22, 24, 0.1)
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .filtros::-webkit-scrollbar-track {
  background: #fff
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .filtros li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  list-style-type: none;
  padding: 10px 10px 10px 20px !important;
  margin: 0 auto !important;
  transition: ease all .5s
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .filtros li:hover {
  background-color: rgba(18, 22, 24, 0.1)
}

.mercadoD_menu .mercadoD_container .menu .barraBuscadora .contenedorBarra .filtros li a {
  font-size: 14px;
  width: 100%;
  color: #666
}

.mercadoD_menu .mercadoD_container .menu .lanzadorCalificacion a {
  cursor: pointer !important
}

@media only screen and (max-width: 1024px) {
  .mercadoD_menu .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 768px) {
  .mercadoD_menu .mercadoD_container {
    overflow: hidden
  }

  .mercadoD_menu .mercadoD_container .hamburguesa {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .mercadoD_menu .mercadoD_container .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    transform: translateX(110%);
    position: absolute;
    top: 100%;
    z-index: 5;
    width: 0;
    right: 0;
    overflow: hidden
  }

  .mercadoD_menu .mercadoD_container .menu.visible {
    overflow: inherit;
    transform: translateX(0);
    width: 100%
  }

  .mercadoD_menu .mercadoD_container .menu.visible .link {
    transform: scale(1);
    opacity: 1
  }

  .mercadoD_menu .mercadoD_container .menu.visible .barraBuscadora {
    opacity: 1;
    transform: rotate(0deg);
    transition-delay: .6s
  }

  .mercadoD_menu .mercadoD_container .menu .link {
    width: 90%;
    margin: auto !important;
    padding: 10px 0 !important;
    transform: scale(3);
    transition-delay: .5s;
    opacity: 0
  }

  .mercadoD_menu .mercadoD_container .menu .link:hover ul {
    display: none
  }

  .mercadoD_menu .mercadoD_container .menu .link.conSub.xD>a {
    padding-bottom: 10px !important
  }

  .mercadoD_menu .mercadoD_container .menu .link.conSub.xD>a:before {
    content: "-"
  }

  .mercadoD_menu .mercadoD_container .menu .link.conSub>a {
    margin: 0 30px !important;
    position: relative;
    width: auto;
    transition: ease all .5s
  }

  .mercadoD_menu .mercadoD_container .menu .link.conSub>a:before {
    content: "+";
    position: absolute;
    left: -20px;
    top: 0;
    color: #fff
  }

  .mercadoD_menu .mercadoD_container .menu .link a {
    width: 100%;
    padding: 0 !important;
    text-align: center
  }

  .mercadoD_menu .mercadoD_container .menu .link .mas {
    position: absolute;
    width: 100%;
    height: 19px;
    cursor: pointer;
    top: 10px;
    left: 0
  }

  .mercadoD_menu .mercadoD_container .menu .link ul {
    display: none;
    position: relative;
    border-radius: 0;
    padding: 0 !important;
    width: 100%;
    border: 0;
    background-color: transparent
  }

  .mercadoD_menu .mercadoD_container .menu .link ul p {
    display: none
  }

  .mercadoD_menu .mercadoD_container .menu .link ul li:after {
    display: none
  }

  .mercadoD_menu .mercadoD_container .menu .link ul li a {
    color: #fff
  }

  .mercadoD_menu .mercadoD_container .menu .barraBuscadora {
    width: 90%;
    padding: 30px 0 !important;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right
  }

  .mercadoD_menu .mercadoD_container .menu .lanzadorCalificacion {
    margin-bottom: 20px !important
  }
}

.mercadoD_menu .modalCalif, .mercadoD_menu .modalAccesSwi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 22, 24, 0.9);
  z-index: 20;
  cursor: pointer;
  display: none
}

.mercadoD_menu .modalCalif.oculta, .mercadoD_menu .modalAccesSwi.oculta {
  opacity: 0;
  visibility: hidden;
  z-index: -1
}

.mercadoD_menu .modalCalif .contenido, .mercadoD_menu .modalAccesSwi .contenido {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 450px;
  margin: auto !important;
  padding: 45px 0 10px 0 !important;
  border-radius: 20px;
  background-color: #fff;
  min-height: 400px;
  position: relative;
  cursor: default
}

.mercadoD_menu .modalCalif .contenido .icono_modal, .mercadoD_menu .modalAccesSwi .contenido .icono_modal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: absolute;
  top: 0;
  right: 20px;
  width: 45px;
  height: 50px;
  border-bottom-right-radius: 20px;
  background-color: #075fc8;
  cursor: pointer
}

.mercadoD_menu .modalCalif .contenido .icono_modal i, .mercadoD_menu .modalAccesSwi .contenido .icono_modal i {
  margin: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 18px
}

.mercadoD_menu .modalCalif .contenido p, .mercadoD_menu .modalAccesSwi .contenido p {
  color: rgba(18, 22, 24, 0.6);
  width: 90%;
  margin: 0 auto !important;
  text-align: left;
  font-weight: 300;
  font-size: 20px
}

.mercadoD_menu .modalCalif .contenido p:nth-of-type(2), .mercadoD_menu .modalAccesSwi .contenido p:nth-of-type(2) {
  font-size: 25px;
  font-weight: 900;
  padding-top: 5px !important;
  padding-bottom: 30px !important
}

.mercadoD_menu .modalCalif .contenido .evaluacion, .mercadoD_menu .modalAccesSwi .contenido .evaluacion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%
}

.mercadoD_menu .modalCalif .contenido .evaluacion .aEvaluar, .mercadoD_menu .modalAccesSwi .contenido .evaluacion .aEvaluar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 90%;
  margin: 0 auto !important;
  padding: 10px 0 !important
}

.mercadoD_menu .modalCalif .contenido .evaluacion .aEvaluar p, .mercadoD_menu .modalAccesSwi .contenido .evaluacion .aEvaluar p {
  width: 50%;
  margin: 0 auto !important;
  text-align: center;
  font-size: 22px
}

.mercadoD_menu .modalCalif .contenido .evaluacion .aEvaluar .estrellas, .mercadoD_menu .modalAccesSwi .contenido .evaluacion .aEvaluar .estrellas {
  width: 50%
}

.mercadoD_menu .modalCalif .contenido .evaluacion .aEvaluar .estrellas i, .mercadoD_menu .modalAccesSwi .contenido .evaluacion .aEvaluar .estrellas i {
  cursor: pointer;
  color: rgba(18, 22, 24, 0.3);
  transition: ease all .5s
}

.mercadoD_menu .modalCalif .contenido .evaluacion .aEvaluar .estrellas i.hov, .mercadoD_menu .modalAccesSwi .contenido .evaluacion .aEvaluar .estrellas i.hov {
  color: #f1e57d
}

.mercadoD_menu .modalCalif .contenido .evaluacion .aEvaluar .estrellas i.sel, .mercadoD_menu .modalAccesSwi .contenido .evaluacion .aEvaluar .estrellas i.sel {
  color: #f1e57d
}

.mercadoD_menu .modalCalif .contenido form, .mercadoD_menu .modalAccesSwi .contenido form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 90%;
  margin: 0 auto !important;
  padding-top: 20px !important
}

.mercadoD_menu .modalCalif .contenido form .dos, .mercadoD_menu .modalAccesSwi .contenido form .dos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%
}

.mercadoD_menu .modalCalif .contenido form .dos .field, .mercadoD_menu .modalAccesSwi .contenido form .dos .field {
  width: 40%
}

.mercadoD_menu .modalCalif .contenido form .dos .field:last-child, .mercadoD_menu .modalAccesSwi .contenido form .dos .field:last-child {
  width: 57%
}

.mercadoD_menu .modalCalif .contenido form .dos .field input, .mercadoD_menu .modalAccesSwi .contenido form .dos .field input {
  width: calc(100% - 20px);
  margin: 0;
  padding: 7px 10px !important;
  border-radius: 7px;
  outline: none;
  border: 1px solid rgba(18, 22, 24, 0.2)
}

.mercadoD_menu .modalCalif .contenido form .dos .field input::placeholder, .mercadoD_menu .modalAccesSwi .contenido form .dos .field input::placeholder {
  font-style: italic
}

.mercadoD_menu .modalCalif .contenido form .dos .field.error input, .mercadoD_menu .modalAccesSwi .contenido form .dos .field.error input {
  border: 1px solid red;
  color: red
}

.mercadoD_menu .modalCalif .contenido form .dos .field.error input::placeholder, .mercadoD_menu .modalAccesSwi .contenido form .dos .field.error input::placeholder {
  color: red
}

.mercadoD_menu .modalCalif .contenido form textarea, .mercadoD_menu .modalAccesSwi .contenido form textarea {
  width: calc(100% - 20px);
  margin: 10px 0 0 0 !important;
  padding: 3px 10px !important;
  border-radius: 7px;
  outline: none;
  border: 1px solid rgba(18, 22, 24, 0.2);
  resize: none
}

.mercadoD_menu .modalCalif .contenido form textarea::placeholder, .mercadoD_menu .modalAccesSwi .contenido form textarea::placeholder {
  font-style: italic;
  padding-top: 10px !important
}

.mercadoD_menu .modalCalif .contenido form a, .mercadoD_menu .modalAccesSwi .contenido form a {
  background-color: #075fc8;
  color: #fff;
  padding: 3px 40px !important;
  margin: 20px auto !important;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer !important
}

@media only screen and (max-width: 480px) {
  .mercadoD_menu .modalCalif .contenido, .mercadoD_menu .modalAccesSwi .contenido {
    width: 90%
  }

  .mercadoD_menu .modalCalif .contenido span i:before, .mercadoD_menu .modalAccesSwi .contenido span i:before {
    content: "\f00d"
  }

  .mercadoD_menu .modalCalif .contenido form .dos, .mercadoD_menu .modalAccesSwi .contenido form .dos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .mercadoD_menu .modalCalif .contenido form .dos .field, .mercadoD_menu .modalAccesSwi .contenido form .dos .field {
    width: 100% !important
  }

  .mercadoD_menu .modalCalif .contenido form .dos .field:first-child, .mercadoD_menu .modalAccesSwi .contenido form .dos .field:first-child {
    margin-bottom: 10px !important
  }
}

.mercadoD_menu .modalVideoLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  transform: translateY(-100%);
  z-index: 100;
  transition: ease all .5s
}

.mercadoD_menu .modalVideoLink.visible {
  transform: translateY(0);
  background-color: rgba(18, 22, 24, 0.9)
}

.mercadoD_menu .modalVideoLink .cerrarV {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer
}

.mercadoD_menu .modalVideoLink .cerrarV i {
  margin: 0
}

.mercadoD_menu .modalVideoLink .video {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  width: 560px;
  height: 360px;
  position: relative
}

.mercadoD_menu .modalVideoLink .video .video-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2
}

.mercadoD_menu .modalVideoLink .video .video-overlay .workbench {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  background-color: rgba(18, 22, 24, 0.7);
  width: 100%;
  height: 100%;
  cursor: pointer
}

.mercadoD_menu .modalVideoLink .video .video-overlay .workbench:hover .imgEditable {
  transform: scale(1.1)
}

.mercadoD_menu .modalVideoLink .video .video-overlay .workbench:hover p {
  transform: scale(1.1)
}

.mercadoD_menu .modalVideoLink .video .video-overlay .workbench .imgEditable {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Realnet/REALNET/DVCUP2/Banco%20de%20imagenes/dvidev363/Sin%20título-1%28copia%297.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  margin-bottom: 5px !important;
  transition: ease all .5s
}

.mercadoD_menu .modalVideoLink .video .video-overlay .workbench p {
  width: 90% !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  transition: ease all .5s
}

.mercadoD_menu .modalVideoLink .video .tv {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.mercadoD_menu .modalVideoLink .video .tv .screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s
}

.mercadoD_menu .modalVideoLink .video .tv .screen.active {
  opacity: 1
}

@media only screen and (max-width: 768px) {
  .mercadoD_menu .modalVideoLink .video {
    width: 90%
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_menu .modalVideoLink .video {
    height: 200px
  }
}

.mercadoD_video {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_video .mercadoD_container {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_video .mercadoD_container .video {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  position: relative
}

.mercadoD_video .mercadoD_container .video .capaAntiPausexD {
  position: absolute;
  width: 100%;
  height: 100%
}

.mercadoD_video .mercadoD_container .video .tv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.mercadoD_video .mercadoD_container .video .tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: ease all .5s
}

.mercadoD_video .mercadoD_container .video .tv .screen.active {
  opacity: 1
}

@media only screen and (max-width: 480px) {
  .mercadoD_video .mercadoD_container .video {
    height: 180px
  }

  .mercadoD_video .mercadoD_container .video .tv .screen {
    width: 100% !important;
    height: 300px !important;
    left: 0 !important
  }
}

.mercadoD_carrusel {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_carrusel .contenedor {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/pexels-photo-176400.jpeg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  width: 100%
}

.mercadoD_masVisitadas {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_masVisitadas .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important
}

.mercadoD_masVisitadas .mercadoD_container .titulo {
  width: 90%;
  margin: 0 auto !important;
  padding-bottom: 10px !important;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center
}

.mercadoD_masVisitadas .mercadoD_container .contenedor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  position: relative
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .flecha {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #075fc8;
  position: absolute;
  cursor: pointer
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .flecha.atras {
  left: 0
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .flecha.adelante {
  right: 0
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .flecha i {
  margin: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 20px
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: calc(100% - 60px);
  overflow-y: hidden;
  overflow-x: auto
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: rgba(0, 0, 0, 0)
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0)
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0)
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD {
  width: calc(100% / 3);
  min-width: calc(100% / 3)
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD .contenido {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: calc(100% - 20px);
  height: 100%;
  margin: 0 10px !important;
  background-color: rgba(18, 22, 24, 0.07);
  border-radius: 15px
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD .contenido:hover .imgEditable:after {
  width: 90%
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD .contenido:hover .imgEditable a {
  opacity: 1
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD .contenido .imgEditable {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/cmnMercado.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% - 20px);
  height: 200px;
  margin: 10px auto !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff;
  position: relative
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD .contenido .imgEditable:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: 0;
  height: 2px;
  background-color: rgba(18, 22, 24, 0.5);
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD .contenido .imgEditable a {
  padding: 3px 10px !important;
  background-color: #075fc8;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: ease all .5s
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD .contenido .textos {
  width: 100%;
  padding-bottom: 10px !important
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD .contenido .textos .nombre {
  width: 90%;
  margin: 0 auto !important;
  font-size: 15px;
  font-weight: 600
}

.mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD .contenido .textos .giro {
  width: 90%;
  margin: 0 auto !important;
  font-size: 14px;
  font-weight: 300
}

.mercadoD_masVisitadas .mercadoD_container .verTodas {
  padding: 5px 10px !important;
  margin: 30px 40px 10px auto !important;
  background-color: #075fc8;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  transition: ease all .5s
}

.mercadoD_masVisitadas .mercadoD_container .verTodas:hover {
  transform: translateY(-4px)
}

@media only screen and (max-width: 1024px) {
  .mercadoD_masVisitadas .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 768px) {
  .mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD {
    width: 50%;
    min-width: 50%
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_masVisitadas .mercadoD_container .titulo {
    font-size: 30px
  }

  .mercadoD_masVisitadas .mercadoD_container .contenedor .contenedorTiendas .tiendaD {
    width: 100%;
    min-width: 100%
  }

  .mercadoD_masVisitadas .mercadoD_container .verTodas {
    margin: 30px auto 10px auto !important
  }
}

.mercadoD_masVendidos, .mercadoD_todosProductos {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_masVendidos .mercadoD_container, .mercadoD_todosProductos .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important
}

.mercadoD_masVendidos .mercadoD_container .titulo, .mercadoD_todosProductos .mercadoD_container .titulo {
  width: 90%;
  margin: 0 auto !important;
  padding-bottom: 10px !important;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 230px;
  margin: 10px !important;
  background-color: rgba(18, 22, 24, 0.07);
  border-radius: 10px;
  position: relative;
  transition: ease all .5s
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD:hover, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 40px 0 rgba(18, 22, 24, 0.2)
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD.oferta:after, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD.oferta:after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD.oferta .textos .oferton, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD.oferta .textos .oferton {
  opacity: 1
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .paraOferta, .mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD:after, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .paraOferta, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD:after {
  position: absolute;
  top: 0;
  right: 20px;
  width: 30px;
  height: 40px;
  background-color: red;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  padding: 5px !important;
  border-bottom-right-radius: 20px;
  display: none;
  z-index: 1
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD:after, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD:after {
  content: "%"
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .imgEditable, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .imgEditable {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/cmnMercado.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% - 20px);
  height: 170px;
  margin: 10px auto !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  position: relative
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .imgEditable:before, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .imgEditable:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: 85%;
  height: 2px;
  background-color: rgba(18, 22, 24, 0.5);
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .imgEditable span, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .imgEditable span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 10px !important;
  background-color: #075fc8;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  position: absolute;
  bottom: -5px;
  left: -10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  max-width: 100%;
  transition: ease all .5s
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos {
  width: 100%;
  padding-bottom: 10px !important
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .nombre, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .nombre {
  width: 90%;
  margin: 0 auto !important;
  padding-top: 5px !important;
  font-size: 14px;
  font-weight: 300;
  height: 34px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .precio, .mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .oferton, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .precio, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .oferton {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
  margin: 0 auto !important;
  padding-top: 3px !important;
  font-size: 14px;
  font-weight: 900;
  color: #075fc8
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .precio span, .mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .oferton span, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .precio span, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .oferton span {
  margin-left: 2px !important;
  font-size: 10px
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .oferton, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .oferton {
  width: 90%;
  margin: 0 auto !important;
  font-size: 10px;
  font-weight: 900;
  color: rgba(18, 22, 24, 0.5);
  opacity: 0
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .oferton span, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .oferton span {
  margin-left: 2px !important;
  font-size: 8px
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 90%;
  margin: 5px auto !important
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon {
  margin-right: 10px !important;
  position: relative
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon.fav i, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon.fav i {
  color: #e1029b
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon.fav .lineaAnimada, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon.fav .lineaAnimada {
  animation: paraFav 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon i, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon i {
  color: #b3b3b3;
  margin: 0;
  cursor: pointer;
  transition: ease all .5s
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada {
  position: absolute;
  background-color: red;
  width: 0;
  height: 1px;
  transition: ease all .5s
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(1), .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(1) {
  top: 0;
  left: 9px;
  transform: rotate(-90deg);
  transform-origin: left
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(2), .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(2) {
  top: -1px;
  left: 100%;
  transform: rotate(-45deg);
  transform-origin: left
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(3), .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(3) {
  top: 8px;
  left: 100%
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(4), .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(4) {
  bottom: 0;
  left: 100%;
  transform: rotate(45deg);
  transform-origin: left
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(5), .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(5) {
  bottom: 0;
  left: 9px;
  transform: rotate(90deg);
  transform-origin: left
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(6), .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(6) {
  bottom: 0;
  right: 100%;
  transform: rotate(-45deg);
  transform-origin: right
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(7), .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(7) {
  top: 8px;
  right: 100%
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(8), .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones .corazon .lineaAnimada:nth-of-type(8) {
  top: -1px;
  right: 100%;
  transform: rotate(45deg);
  transform-origin: right
}

.mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones a, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .botones a {
  padding: 3px 10px !important;
  background-color: #075fc8;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  border-radius: 3px;
  transition: ease all .5s
}

.mercadoD_masVendidos .mercadoD_container .verTodos, .mercadoD_todosProductos .mercadoD_container .verTodos {
  padding: 5px 10px !important;
  margin: 30px 40px 10px auto !important;
  background-color: #075fc8;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  transition: ease all .5s
}

.mercadoD_masVendidos .mercadoD_container .verTodos:hover, .mercadoD_todosProductos .mercadoD_container .verTodos:hover {
  transform: translateY(-4px)
}

@media only screen and (max-width: 1024px) {
  .mercadoD_masVendidos .mercadoD_container, .mercadoD_todosProductos .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_masVendidos .mercadoD_container .titulo, .mercadoD_todosProductos .mercadoD_container .titulo {
    font-size: 30px
  }

  .mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD {
    width: 100%
  }

  .mercadoD_masVendidos .mercadoD_container .contenedorArticulos .articuloMD .textos .nombre, .mercadoD_todosProductos .mercadoD_container .contenedorArticulos .articuloMD .textos .nombre {
    height: inherit;
    -webkit-line-clamp: inherit;
    overflow: inherit;
    text-overflow: inherit;
    display: inherit
  }

  .mercadoD_masVendidos .mercadoD_container .verTodas, .mercadoD_todosProductos .mercadoD_container .verTodas {
    margin: 30px auto 10px auto !important
  }
}

.mercadoD_faqs {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  background-color: #075fc8
}

.mercadoD_faqs .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 0 !important;
  border-radius: 20px
}

.mercadoD_faqs .mercadoD_container .titulo {
  width: 90%;
  margin: 0 auto !important;
  padding-bottom: 20px !important;
  font-size: 25px;
  font-weight: 600;
  color: #fff
}

.mercadoD_faqs .mercadoD_container .contenedorPreguntas {
  width: 80%;
  margin: 0 auto !important
}

.mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px !important
}

.mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta .encabezado {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 95%;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  position: relative;
  cursor: pointer
}

.mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta .encabezado.click:after {
  width: 100%;
  transition-delay: .5s
}

.mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta .encabezado.click i {
  transform: rotate(180deg)
}

.mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta .encabezado:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: 0;
  height: 3px;
  background-color: rgba(18, 22, 24, 0.2);
  transition: ease all .5s
}

.mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta .encabezado p {
  width: calc(100% - 20px);
  margin: 0 auto !important;
  text-align: left;
  font-size: 20px
}

.mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta .encabezado i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #075fc8;
  margin: 0;
  transition: ease all .5s
}

.mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta .respuesta {
  display: none;
  width: 95%;
  margin: 0 auto !important;
  padding-bottom: 10px !important
}

.mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta .respuesta p {
  width: 100%;
  margin: 0 auto !important;
  text-align: justify
}

.mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta .respuesta ul {
  margin-left: 20px !important
}

@media only screen and (max-width: 1024px) {
  .mercadoD_faqs .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_faqs .mercadoD_container .titulo {
    text-align: center;
    font-size: 20px
  }

  .mercadoD_faqs .mercadoD_container .contenedorPreguntas {
    width: 90%
  }

  .mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta .encabezado p {
    font-size: 16px;
    font-weight: 600
  }

  .mercadoD_faqs .mercadoD_container .contenedorPreguntas .pregunta .respuesta p {
    font-size: 15px
  }
}

.mercadoD_banner {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  padding: 20px 0 !important
}

.mercadoD_banner .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px
}

@media only screen and (max-width: 1024px) {
  .mercadoD_banner .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 768px) {
  .mercadoD_banner .mercadoD_container {
    height: 250px
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_banner .mercadoD_container {
    height: 150px
  }
}

.mercadoD_bannerBuenfin {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_bannerBuenfin .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/componentes%20buen%20fin_fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0 !important
}

.mercadoD_bannerBuenfin .mercadoD_container .micha {
  width: calc(100% - 200px)
}

.mercadoD_bannerBuenfin .mercadoD_container .micha.img {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/componentes%20buen%20fin_logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px
}

.mercadoD_bannerBuenfin .mercadoD_container .micha p {
  color: #121618;
  width: 90%;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  font-size: 27px;
  text-align: left;
  font-weight: 900
}

@media only screen and (max-width: 1024px) {
  .mercadoD_bannerBuenfin .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 768px) {
  .mercadoD_bannerBuenfin .mercadoD_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .mercadoD_bannerBuenfin .mercadoD_container .micha {
    width: 100%
  }

  .mercadoD_bannerBuenfin .mercadoD_container .micha p {
    font-size: 20px;
    text-align: center
  }
}

.mercadoD_bannerOferton {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_bannerOferton .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 10px 0 !important
}

.mercadoD_bannerOferton .mercadoD_container .imagen {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/Banner_BF_gana250_-04.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 250px;
  height: 200px;
  min-width: 250px;
  position: relative
}

.mercadoD_bannerOferton .mercadoD_container .imagen .regalo {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/Banner_BF_gana250_-03.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 230px;
  height: 200px
}

.mercadoD_bannerOferton .mercadoD_container .imagen .icono {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/Banner_BF_gana250_-07.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0
}

.mercadoD_bannerOferton .mercadoD_container .textos {
  width: 90%;
  margin: 0 auto !important
}

.mercadoD_bannerOferton .mercadoD_container .textos p {
  text-align: center;
  padding: 10px 0 !important;
  font-size: 17px
}

.mercadoD_bannerOferton .mercadoD_container .textos p b {
  font-weight: 900
}

.mercadoD_bannerOferton .mercadoD_container .textos p:first-child {
  font-size: 22px;
  font-weight: 900
}

.mercadoD_bannerOferton .mercadoD_container .textos .botones {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center
}

.mercadoD_bannerOferton .mercadoD_container .textos .botones a {
  background-color: #ec1f27;
  color: #fff;
  margin: 5px 20px !important;
  padding: 7px 5px !important;
  border-radius: 10px;
  box-shadow: 0px 2px 0px 1px rgba(18, 22, 24, 0.5);
  cursor: pointer !important
}

@media only screen and (max-width: 1024px) {
  .mercadoD_bannerOferton .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 768px) {
  .mercadoD_bannerOferton .mercadoD_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_bannerOferton .mercadoD_container .textos p {
    font-size: 16px
  }

  .mercadoD_bannerOferton .mercadoD_container .textos p:first-child {
    font-size: 18px
  }

  .mercadoD_bannerOferton .mercadoD_container .textos .botones {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .mercadoD_bannerOferton .mercadoD_container .textos .botones a {
    margin: 10px 20px !important
  }
}

.mercadoD_bannerOferton .modalPDF {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 22, 24, 0.9);
  z-index: 100;
  display: none
}

.mercadoD_bannerOferton .modalPDF .cerrarPDF {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #121618;
  margin: 0;
  border-radius: 50%;
  cursor: pointer
}

.mercadoD_bannerOferton .modalPDF .paraPedefe {
  width: 80%;
  margin: 0 auto;
  max-width: 1366px;
  height: 80vh
}

.mercadoD_bannerOferton .modalPDF .paraPedefe iframe {
  width: 100%;
  height: 100%
}

.mercadoD_dosCols {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_dosCols .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  background-color: #47b0e4;
  margin-top: 30px !important
}

.mercadoD_dosCols .mercadoD_container .micha {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 50%
}

.mercadoD_dosCols .mercadoD_container .micha.img {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/tarjeta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  min-height: 200px
}

.mercadoD_dosCols .mercadoD_container .micha p {
  color: #fff;
  width: 90%;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  text-align: center;
  font-size: 18px
}

.mercadoD_dosCols .mercadoD_container .micha a {
  background-color: #fff;
  color: #47b0e4;
  margin: 10px auto !important;
  padding: 7px 12px !important;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 900
}

@media only screen and (max-width: 1024px) {
  .mercadoD_dosCols .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 768px) {
  .mercadoD_dosCols .mercadoD_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .mercadoD_dosCols .mercadoD_container .micha {
    width: 100%
  }

  .mercadoD_dosCols .mercadoD_container .micha.img {
    width: 100%
  }
}

.mercadoD_tips {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_tips .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 0 !important
}

.mercadoD_tips .mercadoD_container p {
  width: 90%;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  text-align: center;
  font-size: 25px;
  font-weight: 600
}

.mercadoD_tips .mercadoD_container .contenedorTips {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  padding-bottom: 80px !important
}

.mercadoD_tips .mercadoD_container .contenedorTips .tip {
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  margin: 10px !important;
  border-radius: 50%;
  box-shadow: 0 2px 2px 2px rgba(18, 22, 24, 0.13);
  background-color: #fff;
  position: relative;
  transition: ease all .5s
}

.mercadoD_tips .mercadoD_container .contenedorTips .tip:nth-child(1) {
  background-image: url(https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/icono-1.png)
}

.mercadoD_tips .mercadoD_container .contenedorTips .tip:nth-child(2) {
  background-image: url(https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/icono-2.png)
}

.mercadoD_tips .mercadoD_container .contenedorTips .tip:nth-child(3) {
  background-image: url(https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/icono-3.png)
}

.mercadoD_tips .mercadoD_container .contenedorTips .tip:nth-child(4) {
  background-image: url(https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/icono-4.png)
}

.mercadoD_tips .mercadoD_container .contenedorTips .tip:nth-child(5) {
  background-image: url(https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/icono-5.png)
}

.mercadoD_tips .mercadoD_container .contenedorTips .tip:hover {
  background-color: #efefef
}

.mercadoD_tips .mercadoD_container .contenedorTips .tip:hover p {
  opacity: 1;
  z-index: 1
}

.mercadoD_tips .mercadoD_container .contenedorTips .tip p {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(300px - 22px);
  padding: 10px !important;
  background-color: #fff;
  border: 1px solid rgba(18, 22, 24, 0.5);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  z-index: -10;
  opacity: 0;
  transition: ease all .5s
}

.mercadoD_tips .mercadoD_container .contenedorTips .tip p:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 1px solid rgba(18, 22, 24, 0.5);
  background-color: #fff
}

.mercadoD_tips .mercadoD_container .contenedorTips .tip p:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 10px;
  background-color: #fff
}

@media only screen and (max-width: 1024px) {
  .mercadoD_tips .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_tips .mercadoD_container .contenedorTips {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }
}

.mercadoD_cintillaInfo {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  background-color: #121618
}

.mercadoD_cintillaInfo .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px 0 !important;
  color: #fff
}

.mercadoD_cintillaInfo .mercadoD_container p {
  width: 90%;
  margin: 0 auto !important;
  text-align: center
}

.mercadoD_cintillaInfo .mercadoD_container p a {
  color: #fff;
  margin-left: 5px !important;
  border-bottom: 1px solid #fff
}

@media only screen and (max-width: 1024px) {
  .mercadoD_cintillaInfo .mercadoD_container {
    width: 100%
  }
}

.mercadoD_newsletter {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  background-color: #fed700
}

.mercadoD_newsletter .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important
}

.mercadoD_newsletter .mercadoD_container .micha {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 50%;
  margin: 10px !important
}

.mercadoD_newsletter .mercadoD_container .micha p {
  width: 90%;
  margin: 0 auto !important;
  text-align: left;
  font-weight: 300;
  color: #121618
}

.mercadoD_newsletter .mercadoD_container .micha p.encabezado {
  font-size: 20px;
  font-weight: 600
}

.mercadoD_newsletter .mercadoD_container .micha form {
  width: 100%
}

.mercadoD_newsletter .mercadoD_container .micha .field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  background-color: #fff;
  padding: 5px 0 !important;
  border-radius: 10px
}

.mercadoD_newsletter .mercadoD_container .micha .field.error {
  border: 1px solid red
}

.mercadoD_newsletter .mercadoD_container .micha .field.error input {
  color: red
}

.mercadoD_newsletter .mercadoD_container .micha .field.error a {
  color: red
}

.mercadoD_newsletter .mercadoD_container .micha .field input {
  width: 100%;
  padding: 10px 20px !important;
  border: 0;
  outline: none;
  border-radius: 10px
}

.mercadoD_newsletter .mercadoD_container .micha .field a {
  padding: 10px !important;
  text-transform: uppercase;
  font-size: 12px;
  color: #121618;
  font-weight: 600;
  cursor: pointer !important
}

@media only screen and (max-width: 1024px) {
  .mercadoD_newsletter .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 768px) {
  .mercadoD_newsletter .mercadoD_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .mercadoD_newsletter .mercadoD_container .micha {
    width: 100%;
    margin: 10px 0 !important
  }

  .mercadoD_newsletter .mercadoD_container .micha p {
    text-align: center
  }

  .mercadoD_newsletter .mercadoD_container .micha p.encabezado {
    padding-bottom: 5px !important
  }

  .mercadoD_newsletter .mercadoD_container .micha .field {
    width: 90%;
    margin: auto !important
  }
}

.mercadoD_footer {
  background-color: #666
}

.mercadoD_footer .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important
}

.mercadoD_footer .mercadoD_container .enlaceFooter {
  width: 100%;
  margin: 0 auto !important;
  padding-bottom: 5px !important;
  text-align: left;
  color: #fff;
  font-size: 25px;
  border-bottom: 1px solid #fff
}

.mercadoD_footer .mercadoD_container .abajo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%
}

.mercadoD_footer .mercadoD_container .abajo .infoMercado {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  flex-grow: 1;
  width: 50%;
  margin: 10px !important
}

.mercadoD_footer .mercadoD_container .abajo .infoMercado p, .mercadoD_footer .mercadoD_container .abajo .infoMercado a {
  width: 100%;
  margin: 0 auto 5px auto !important;
  text-align: left;
  color: #fff;
  font-weight: 300
}

.mercadoD_footer .mercadoD_container .abajo .linksMercado {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  flex-grow: 1;
  width: 50%;
  margin: 10px !important
}

.mercadoD_footer .mercadoD_container .abajo .linksMercado a {
  margin-bottom: 5px !important;
  text-align: right;
  color: #fff;
  font-weight: 300;
  position: relative
}

.mercadoD_footer .mercadoD_container .abajo .linksMercado a:hover:after {
  width: 100%
}

.mercadoD_footer .mercadoD_container .abajo .linksMercado a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: ease all .5s
}

.mercadoD_footer .mercadoD_container .redesSociales {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%
}

.mercadoD_footer .mercadoD_container .redesSociales a {
  margin: 5px !important;
  padding: 5px !important;
  color: #fff;
  border-radius: 50%;
  transition: ease all .5s
}

.mercadoD_footer .mercadoD_container .redesSociales a:hover {
  transform: translateY(-4px)
}

.mercadoD_footer .mercadoD_container .redesSociales a i {
  margin: 0
}

@media only screen and (max-width: 1024px) {
  .mercadoD_footer .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 768px) {
  .mercadoD_footer .mercadoD_container .enlaceFooter {
    text-align: center
  }

  .mercadoD_footer .mercadoD_container .abajo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .mercadoD_footer .mercadoD_container .abajo .infoMercado, .mercadoD_footer .mercadoD_container .abajo .linksMercado {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    width: 100%;
    margin: 10px 0 !important
  }

  .mercadoD_footer .mercadoD_container .abajo .infoMercado p, .mercadoD_footer .mercadoD_container .abajo .infoMercado a, .mercadoD_footer .mercadoD_container .abajo .linksMercado p, .mercadoD_footer .mercadoD_container .abajo .linksMercado a {
    text-align: center
  }
}

.md_aviso {
  position: fixed;
  bottom: 25px;
  left: 0;
  width: 100%;
  background-color: rgba(102, 102, 102, 0.9);
  color: #fff;
  vertical-align: middle;
  z-index: 999
}

@media only screen and (max-width: 480px) {
  .md_aviso {
    bottom: 20px
  }
}

.md_aviso .mercadoD_container {
  width: 90%;
  margin: 0 auto;
  max-width: 1366px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important
}

.md_aviso .mercadoD_container p a {
  cursor: pointer !important;
  position: relative;
  margin-left: 5px !important;
  color: #fff
}

.md_aviso .mercadoD_container p a:hover:after {
  width: 100%
}

.md_aviso .mercadoD_container p a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  background-color: #fff;
  width: 0;
  height: 1px;
  transition: ease all .5s
}

.md_aviso .mercadoD_container .boton_ok {
  padding: 10px 60px !important;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  border: 1px solid #fff;
  cursor: pointer;
  transition: ease all .5s
}

.md_aviso .mercadoD_container .boton_ok:hover {
  background-color: #121618;
  border-color: #121618
}

@media only screen and (max-width: 768px) {
  .md_aviso .mercadoD_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .md_aviso .mercadoD_container P {
    text-align: center
  }

  .md_aviso .mercadoD_container .boton_ok {
    margin-top: 10px !important
  }
}

@media only screen and (max-width: 480px) {
  .md_aviso .mercadoD_container p a:after {
    width: 100%
  }
}

.mercadoD_breadC {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_breadC .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important
}

.mercadoD_breadC .mercadoD_container .bread {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center
}

.mercadoD_breadC .mercadoD_container .bread:hover a {
  color: #121618;
  padding: 0 5px !important
}

.mercadoD_breadC .mercadoD_container .bread.aquiEstas a {
  color: #121618;
  text-decoration: underline;
  font-weight: 900;
  padding: 0 !important;
  cursor: default;
  pointer-events: none
}

.mercadoD_breadC .mercadoD_container .bread a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  transition: ease all .5s
}

.mercadoD_breadC .mercadoD_container .bread a i {
  margin: 0 3px !important
}

.mercadoD_breadC .mercadoD_container .bread:last-child i {
  display: none
}

@media only screen and (max-width: 1024px) {
  .mercadoD_breadC .mercadoD_container {
    width: 90%
  }
}

.mercadoD_paginacion {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_paginacion .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important
}

.mercadoD_paginacion .mercadoD_container a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  color: #121618;
  padding: 10px 15px !important;
  margin: 1px 2px !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  min-height: 15px
}

.mercadoD_paginacion .mercadoD_container a.actual {
  cursor: default;
  color: #075fc8;
  background-color: rgba(18, 22, 24, 0.1);
  font-weight: 900;
  text-decoration: underline
}

.mercadoD_paginacion .mercadoD_container a.flecha {
  color: #075fc8;
  padding: 10px 0 !important
}

@media only screen and (max-width: 1024px) {
  .mercadoD_paginacion .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_paginacion .mercadoD_container a {
    padding: 5px 10px !important
  }
}

.mercadoD_todasTiendas {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_todasTiendas .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(18, 22, 24, 0.1)
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  margin-right: 20px !important
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  background-color: rgba(18, 22, 24, 0.1);
  padding: 5px 10px !important;
  margin-left: 5px !important;
  width: 250px;
  position: relative
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop i {
  margin: 0;
  transition: ease all .5s
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop i.girado {
  transform: rotate(180deg)
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 2px);
  background-color: #fff;
  border-left: 1px solid rgba(18, 22, 24, 0.1);
  border-right: 1px solid rgba(18, 22, 24, 0.1);
  border-bottom: 1px solid rgba(18, 22, 24, 0.1);
  z-index: 1
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 5px !important;
  transition: ease all .5s
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop ul li:hover {
  background-color: rgba(18, 22, 24, 0.07);
  padding: 10px 5px !important
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop ul li a {
  width: 100%;
  color: #666
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop ul li span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop ul li i {
  margin: 0
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .selectorOrden {
  background-color: rgba(18, 22, 24, 0.1);
  padding: 5px 10px !important;
  margin: 0 5px !important;
  cursor: pointer;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .selectorOrden.seleccionado {
  transform: scale(1.2)
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .selectorOrden.seleccionado i {
  color: #075fc8;
  transition-delay: .3s
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .selectorOrden i {
  margin: 0;
  transition: ease all .5s
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: relative;
  margin: 10px 0 !important;
  flex-grow: 1
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador input {
  border: 0;
  background: rgba(18, 22, 24, 0.1);
  outline: none;
  padding: 5px 40px 5px 15px !important;
  width: 100%;
  letter-spacing: 1px
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador input::placeholder {
  font-size: 12px;
  color: rgba(18, 22, 24, 0.5);
  font-style: italic
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .botonBuscar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  height: 100%;
  width: 40px;
  position: absolute;
  right: 80px
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .botonBuscar.activo {
  cursor: pointer
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .botonBuscar.activo .icono {
  border-color: transparent;
  transition: all 0.4s cubic-bezier(0.11, 0.92, 0.52, 0.98);
  top: 50%;
  left: 50%
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .botonBuscar.activo .icono:before {
  transform: rotate(45deg) translate(0%, 0%);
  width: 153%;
  transition: all 0.2s cubic-bezier(0.11, 0.92, 0.52, 0.98) 0.2s
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .botonBuscar.activo .icono:after {
  transform: rotate(-45deg) translate(0%, 0%);
  width: 153%;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.11, 0.92, 0.52, 0.98) 0.4s
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .botonBuscar .icono {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  border: 1px solid #666;
  transition: all 0.4s cubic-bezier(0.11, 0.92, 0.52, 0.98) 0.5s
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .botonBuscar .icono:before, .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .botonBuscar .icono:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #666;
  display: block;
  top: 100%
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .botonBuscar .icono:before {
  right: 0;
  width: 50%;
  transform: rotate(45deg) translateX(50%);
  transform-origin: right bottom;
  transition: all 0.4s cubic-bezier(0.11, 0.92, 0.52, 0.98) 0.2s
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .botonBuscar .icono:after {
  left: 0;
  width: 100%;
  opacity: 0;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: left bottom;
  transition: all 0.4s cubic-bezier(0.11, 0.92, 0.52, 0.98);
  transition: transform 0.4s cubic-bezier(0.11, 0.92, 0.52, 0.98), opacity 0.2s cubic-bezier(0.11, 0.92, 0.52, 0.98)
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .oferton {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: relative
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .oferton input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  z-index: 1;
  cursor: pointer
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .oferton input:checked~label:before, .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .oferton input:checked~label:after {
  display: block
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .oferton label {
  margin: 0 5px !important;
  width: 15px;
  height: 15px;
  background-color: rgba(18, 22, 24, 0.1);
  position: relative;
  transition: ease all .5s
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .oferton label:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 5px;
  width: 40%;
  height: 1px;
  background-color: #121618;
  transform: rotate(45deg) translateX(-50%)
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .oferton label:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 1px;
  height: 70%;
  background-color: #121618;
  transform: rotate(25deg);
  transform-origin: top
}

.mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador .oferton p {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px
}

.mercadoD_todasTiendas .mercadoD_container .titulo {
  width: 90%;
  margin: 0 auto !important;
  padding-bottom: 10px !important;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center
}

.mercadoD_todasTiendas .mercadoD_container .contenedorTiendas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%
}

.mercadoD_todasTiendas .mercadoD_container .contenedorTiendas .tiendaD {
  width: 300px;
  margin: 10px !important
}

.mercadoD_todasTiendas .mercadoD_container .contenedorTiendas .tiendaD .contenido {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: calc(100% - 20px);
  height: 100%;
  margin: 0 10px !important;
  background-color: rgba(18, 22, 24, 0.07);
  border-radius: 15px
}

.mercadoD_todasTiendas .mercadoD_container .contenedorTiendas .tiendaD .contenido:hover .imgEditable:after {
  width: 90%
}

.mercadoD_todasTiendas .mercadoD_container .contenedorTiendas .tiendaD .contenido:hover .imgEditable a {
  opacity: 1
}

.mercadoD_todasTiendas .mercadoD_container .contenedorTiendas .tiendaD .contenido .imgEditable {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/cmnMercado.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% - 20px);
  height: 200px;
  margin: 10px auto !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff;
  position: relative
}

.mercadoD_todasTiendas .mercadoD_container .contenedorTiendas .tiendaD .contenido .imgEditable:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: 0;
  height: 2px;
  background-color: rgba(18, 22, 24, 0.5);
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s
}

.mercadoD_todasTiendas .mercadoD_container .contenedorTiendas .tiendaD .contenido .imgEditable a {
  padding: 3px 10px !important;
  background-color: #075fc8;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: ease all .5s
}

.mercadoD_todasTiendas .mercadoD_container .contenedorTiendas .tiendaD .contenido .textos {
  width: 100%;
  padding-bottom: 10px !important
}

.mercadoD_todasTiendas .mercadoD_container .contenedorTiendas .tiendaD .contenido .textos .nombre {
  width: 90%;
  margin: 0 auto !important;
  font-size: 15px;
  font-weight: 600
}

.mercadoD_todasTiendas .mercadoD_container .contenedorTiendas .tiendaD .contenido .textos .giro {
  width: 90%;
  margin: 0 auto !important;
  font-size: 14px;
  font-weight: 300
}

@media only screen and (max-width: 1024px) {
  .mercadoD_todasTiendas .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 880px) {
  .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops {
    flex-grow: 1;
    justify-content: flex-start
  }

  .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops.orden {
    justify-content: flex-end;
    flex-grow: 2;
    margin: 0 0 0 20px !important
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    width: 100%;
    margin: 10px 0 !important
  }

  .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops.orden {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    margin: 10px 0 !important
  }

  .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    margin: 5px 0 0 0 !important;
    width: calc(100% - 20px)
  }

  .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop label {
    padding-right: 15px !important
  }

  .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop i {
    position: absolute;
    right: 10px
  }

  .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .drops .drop ul {
    position: relative;
    background-color: transparent;
    border: 0
  }

  .mercadoD_todasTiendas .mercadoD_container .mercadoD_filtrosTiendas .buscador {
    width: 100%
  }

  .mercadoD_todasTiendas .mercadoD_container .contenedorTiendas .tiendaD {
    width: 100%;
    min-width: 100%
  }
}

.mercadoD_detalleLinks {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_detalleLinks .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 0 !important
}

.mercadoD_detalleLinks .mercadoD_container p {
  width: 100%;
  margin: 0 auto !important;
  text-align: justify
}

.mercadoD_detalleLinks .mercadoD_container p:first-child {
  font-size: 30px;
  color: #075fc8;
  padding-bottom: 10px !important
}

@media only screen and (max-width: 1024px) {
  .mercadoD_detalleLinks .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_detalleLinks .mercadoD_container p:first-child {
    font-size: 25px;
    text-align: center
  }
}

.mercadoD_noDisponible {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_noDisponible .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important;
  min-height: 450px
}

.mercadoD_noDisponible .mercadoD_container .imagen {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/online-store-01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  position: relative
}

.mercadoD_noDisponible .mercadoD_container .imagen.pv label {
  opacity: 1;
  left: 50%
}

.mercadoD_noDisponible .mercadoD_container .imagen label {
  position: absolute;
  top: 50%;
  left: 45%;
  background-color: #d42c2c;
  color: #fff;
  padding: 7px 40px !important;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 20px;
  transform: rotate(-35deg) translateX(-50%);
  transform-origin: left;
  opacity: 0;
  transition: ease all .5s
}

.mercadoD_noDisponible .mercadoD_container .textos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: calc(100% - 300px)
}

.mercadoD_noDisponible .mercadoD_container .textos p {
  width: 90%;
  margin: 0 auto !important;
  text-align: left;
  font-size: 20px
}

.mercadoD_noDisponible .mercadoD_container .textos p:first-child {
  font-size: 25px;
  color: rgba(18, 22, 24, 0.7);
  padding-bottom: 10px !important;
  font-weight: 900
}

.mercadoD_noDisponible .mercadoD_container .textos a {
  margin: 10px auto 10px 5% !important;
  padding: 5px 20px !important;
  background-color: rgba(7, 95, 200, 0.5);
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: ease all .5s
}

.mercadoD_noDisponible .mercadoD_container .textos a:hover {
  background-color: #075fc8
}

@media only screen and (max-width: 1024px) {
  .mercadoD_noDisponible .mercadoD_container {
    width: 90%
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_noDisponible .mercadoD_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-wrap: nowrap;
    -moz-box-lines: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center
  }

  .mercadoD_noDisponible .mercadoD_container .imagen {
    width: 100%
  }

  .mercadoD_noDisponible .mercadoD_container .textos {
    width: 100%
  }

  .mercadoD_noDisponible .mercadoD_container .textos p {
    text-align: center
  }

  .mercadoD_noDisponible .mercadoD_container .textos a {
    margin: 10px auto !important
  }
}

.mercadoD_losentimos {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_losentimos .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important
}

.mercadoD_losentimos .mercadoD_container p {
  width: 90%;
  margin: 0 auto !important;
  font-size: 18px;
  font-weight: 300;
  text-align: center
}

.mercadoD_losentimos .mercadoD_container h1 {
  width: 90%;
  margin: 0 auto !important;
  padding-bottom: 10px !important;
  padding: 20px 0 !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px
}

.mercadoD_losentimos .mercadoD_container a {
  margin: 20px auto 10px auto !important;
  padding: 5px 20px !important;
  background-color: #075fc8;
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 20px;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s
}

.mercadoD_losentimos .mercadoD_container a:hover {
  padding: 5px 30px !important
}

@media only screen and (max-width: 1024px) {
  .mercadoD_losentimos .mercadoD_container {
    width: 90%
  }
}

.mercadoD_iframe_contenedor {
  height: 500px
}

@media only screen and (max-width: 768px) {
  .mercadoD_carrusel.swiper-container.swiper-container-horizontal .swiper-wrapper .contenedor {
    height: 250px
  }
}

@media only screen and (max-width: 480px) {
  .mercadoD_carrusel.swiper-container.swiper-container-horizontal .swiper-wrapper .contenedor {
    height: 150px
  }
}

.container.contenido.proximamente {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  min-height: 400px;
  width: 100%
}

.container.contenido.proximamente.mercadoD_activado p {
  width: 90%;
  margin: 0 auto !important;
  padding-bottom: 5px !important;
  text-align: center
}

.container.contenido.proximamente.mercadoD_activado p:first-of-type {
  font-size: 30px;
  padding-bottom: 20px !important
}

.container.contenido.proximamente.mercadoD_activado p:nth-of-type(3) {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 10px 0 !important
}

.container.contenido.proximamente.mercadoD_activado p:nth-of-type(4) {
  padding: 10px 0 !important;
  letter-spacing: 1px
}

.container.contenido.proximamente.mercadoD_activado a {
  margin: 20px auto 10px auto !important
}

.container.contenido.proximamente.mobile .imgReloj {
  display: flex
}

.container.contenido.proximamente .tittle {
  font-weight: 300;
  letter-spacing: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
  padding-top: 1em
}

.container.contenido.proximamente .content {
  padding: 10px 0 !important;
  font-weight: 400;
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  color: #141414
}

.container.contenido.proximamente .contdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center
}

.container.contenido.proximamente .contdown .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 0 !important;
  margin: 0 20px 0 0 !important
}

.container.contenido.proximamente .contdown .item:first-child {
  margin-right: 50px !important
}

.container.contenido.proximamente .contdown .item:first-child .numero:after {
  display: none
}

.container.contenido.proximamente .contdown .item:last-child {
  margin: 0 !important
}

.container.contenido.proximamente .contdown .item:last-child .numero:after {
  display: none
}

.container.contenido.proximamente .contdown .item .numero {
  border: 0;
  font-size: 90px;
  position: relative;
  margin-right: 5px !important
}

.container.contenido.proximamente .contdown .item .numero:after {
  content: ":";
  position: absolute;
  right: -25px;
  color: rgba(18, 22, 24, 0.2)
}

.container.contenido.proximamente .contdown .item .texto {
  padding-top: 5px !important;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .7em
}

@media only screen and (max-width: 480px) {
  .container.contenido.proximamente .contdown .item:first-child {
    margin-right: 20px !important
  }

  .container.contenido.proximamente .contdown .item .numero {
    font-size: 40px
  }
}

.container.contenido.proximamente .imgReloj {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/icons8-reloj-100.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  margin: 10px 0 !important;
  display: none
}

.container.contenido.proximamente a {
  margin: 40px auto 10px auto !important;
  padding: 7px 20px !important;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #3366ff;
  color: #fff
}

@media only screen and (max-width: 1024px) {
  .container.contenido.proximamente {
    width: 90%
  }
}

@media only screen and (max-width: 480px) {
  .container.contenido.proximamente {
    min-height: 300px
  }

  .container.contenido.proximamente .tittle {
    letter-spacing: 3px
  }
}

.mercadoD_sinProductos, .mercadoD_sinTiendas {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px
}

.mercadoD_sinProductos .mercadoD_container, .mercadoD_sinTiendas .mercadoD_container {
  width: 75%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 20px 0 !important;
  min-height: 300px
}

.mercadoD_sinProductos .mercadoD_container p, .mercadoD_sinTiendas .mercadoD_container p {
  width: 90%;
  margin: 0 auto !important;
  padding: 20px 0 !important;
  color: #121618;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center
}

.mercadoD_sinProductos .mercadoD_container p span, .mercadoD_sinTiendas .mercadoD_container p span {
  font-weight: 600
}

.mercadoD_sinProductos .mercadoD_container .img, .mercadoD_sinTiendas .mercadoD_container .img {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/iconos%20para%20tienda-05.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px
}

@media only screen and (max-width: 1024px) {
  .mercadoD_sinProductos .mercadoD_container, .mercadoD_sinTiendas .mercadoD_container {
    width: 90%
  }
}

.mercadoD_sinTiendas .mercadoD_container .img {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/online-store-01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%)
}

.md_clo {
  color: #DB2828 !important
}

.minilogo_ventaexpress {
  background-image: url(https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP4/Banco%20de%20imagenes/dvidev5/Venta%20Express%20logo.png);
  width: 80px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center
}

.minilogo_buenfin {
  background-image: url(https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP4/Banco%20de%20imagenes/dvidev5/BuenFin_logo__50x50.png);
  width: 80px;
  height: 46px;
  margin: 4px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center
}

.newBF {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  list-style-type: none;
  position: static;
  transition: ease all .5s
}

.newBF:hover ul {
  display: block;
  z-index: 5
}

.newBF a {
  color: #fff;
  font-weight: 300;
  padding: 3px 10px !important
}

.newBF ul {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid rgba(7, 95, 200, 0.1);
  top: calc(100% - 5px);
  padding: 10px 0 !important;
  margin: 0 !important;
  list-style-type: none;
  width: 250px;
  border-radius: 10px
}

.newBF ul p {
  width: 90%;
  margin: 0 auto !important;
  padding: 10px 0 !important;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  cursor: pointer !important
}

.newBF ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  padding: 5px 10px !important;
  position: relative;
  cursor: pointer !important
}

.newBF ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 0;
  height: 1px;
  background-color: #666;
  transition: ease all .5s
}

.newBF ul li:hover:after {
  width: calc(100% - 20px)
}

.newBF ul li:hover a {
  font-weight: 600
}

.newBF ul li a {
  padding: 0 !important;
  width: 100%;
  color: #666;
  transition: ease all .2s;
  cursor: pointer !important
}

.mercadoD_contenedorCarrito {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  height: 90vh
}

.mercadoD_contenedorCarrito .container {
  width: 75%;
  height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative
}

@media only screen and (max-width: 768px) {
  .mercadoD_contenedorCarrito .container {
    width: 90% !important
  }
}

.mercadoD_contenedorCarrito .container::-webkit-scrollbar {
  width: 3px;
  background: #fff
}

.mercadoD_contenedorCarrito .container::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background: #b3b1b1
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda {
  width: 100%
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .detalles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 90%
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .detalles .procesarPago, .mercadoD_contenedorCarrito .container .listaTiendas .tienda .detalles .nombreTienda {
  padding: 5px 0px;
  text-transform: uppercase;
  font-size: 16px;
  color: #1b1c1d;
  position: relative
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .detalles .procesarPago:before, .mercadoD_contenedorCarrito .container .listaTiendas .tienda .detalles .nombreTienda:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 1px;
  background-color: #1b1c1d;
  transition: ease all 0.5s
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .detalles .procesarPago:hover, .mercadoD_contenedorCarrito .container .listaTiendas .tienda .detalles .nombreTienda:hover {
  font-weight: bold
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .detalles .procesarPago:hover:before, .mercadoD_contenedorCarrito .container .listaTiendas .tienda .detalles .nombreTienda:hover:before {
  width: 100%
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: wrap;
  -moz-box-lines: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-pack: distribute;
  -ms-flex-pack: distribute;
  -moz-box-pack: distribute;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  background-color: rgba(18, 22, 24, 0.1);
  width: 90% !important;
  min-height: 50px;
  max-width: 100% !important;
  position: relative;
  transition: ease all .5s;
  margin: 10px 0px;
  padding: 5px !important
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .imagenProd {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/tenis.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  margin: 10px !important
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .descripcion {
  width: 250px
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .descripcion .nombre, .mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .descripcion .codigo {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .descripcion .nombre {
  font-weight: 600;
  color: #333
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .descripcion .codigo {
  font-size: 12px;
  color: #9e9e9e
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .cantidad {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .cantidad .cantidadArticulos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  background-color: #fff;
  color: #121618;
  padding: 10px !important;
  margin-right: 3px !important;
  height: 20px;
  width: 30px;
  text-align: center;
  border: 0;
  outline: none
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .cantidad .flechas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  height: 40px;
  width: 20px
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .cantidad .flechas .arriba, .mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .cantidad .flechas .abajo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  background-color: #fff;
  color: #121618;
  width: 100%;
  height: 45%;
  cursor: pointer;
  font-size: 13px
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .cantidad .flechas .arriba:hover, .mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .cantidad .flechas .abajo:hover {
  font-weight: 600
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .precio p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #121618;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 150px;
  text-align: right
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .precio p span {
  font-size: 10px;
  margin-left: 3px !important
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .eliminarArticulo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .eliminarArticulo span {
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: rgba(18, 22, 24, 0.3)
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .eliminarArticulo span:nth-child(1) {
  transform: rotate(45deg)
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .eliminarArticulo span:nth-child(2) {
  transform: rotate(-45deg)
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .paraAtributos {
  opacity: 0;
  position: absolute;
  bottom: 1px;
  cursor: pointer
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .paraAtributos.shekiado {
  opacity: 1
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .paraAtributos.shekiado:after {
  content: "-"
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .paraAtributos:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid #e7e7e7;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: translateX(-50%)
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .paraAtributos:after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  content: "+";
  position: absolute;
  height: 0;
  width: 40px;
  transform: translateX(-50%);
  text-align: center
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .atributos {
  display: none;
  width: 90%;
  margin: auto !important;
  padding-top: 20px !important
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .atributos .contenedorAtributos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .atributos .contenedorAtributos .micha {
  width: 50%
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .atributos .contenedorAtributos .micha p {
  max-width: 100%;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 2px 0 !important
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .atributos .contenedorAtributos .micha p span {
  font-weight: 400;
  margin-left: 5px !important
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .atributos .contenedorAtributos .micha p span .coloreado {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(18, 22, 24, 0.2);
  margin-left: 5px !important;
  align-items: center
}

.mercadoD_contenedorCarrito .container .listaTiendas .tienda .articulo .atributos .contenedorAtributos .micha:first-child {
  margin-right: 10px !important
}

.mercadoD_contenedorCarrito .container .modalVacio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  z-index: -10;
  transition: ease all .5s
}

.mercadoD_contenedorCarrito .container .modalVacio.activo {
  z-index: 1;
  opacity: 1
}

.mercadoD_contenedorCarrito .container .modalVacio .contenedorImagen {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-wrap: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  width: 100%;
  height: 80%
}

.mercadoD_contenedorCarrito .container .modalVacio .contenedorImagen .imagen {
  background-image: url("https://pruebadvi.s3.amazonaws.com/Consultora%20Mexicana%20de%20Negocios/Consutora%20Mexicana/DVCUP16172/Banco%20de%20imagenes/dvidev778/iconos%20para%20tienda-05.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px
}

.mercadoD_contenedorCarrito .container .modalVacio .contenedorImagen .msg {
  width: 90%;
  margin: 0 auto !important;
  padding: 20px 0 !important;
  color: #121618;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center
}
