.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.texto-blanco {
  color: #f5f5f5;
}

.card_categorias {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.card-cat {
  margin-bottom: 2% !important;
  height: 100%;
}
.card-completa {
  padding: 2px !important;
  height: 100%;
}

body {
  background-color: #ebebeb;
}
.fondo_geo_nar {
  padding: 0px 0;
  margin-bottom: 10px;
}

.tit_seccion {
  font-family: "Open Sans", sans-serif !important;
  font-size: 25px !important;
  font-weight: bold;
  line-height: 1.42857143;
  color: #333;
}

.margintop_40 {
  margin-top: 0px;
}

.tit_sec_index {
  margin-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  border-radius: 10px;
}
.swiper-container video {
  width: 100%;
  height: 100%;
  margin-left: 50px;
}

.cards-inicio {
  padding-right: 0px;
  padding-left: 0px;
}

.thumbnail .caption {
  padding: 0px;
}

@media (min-width: 250px) {
  .img-nano {
    height: 50% !important;
    width: 50% !important;
    margin-bottom: 2px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu_mov li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 500px) {
  .img-nano {
    height: 49% !important;
    width: 33% !important;
    padding-right: 0px;
    padding-left: 0px;
  }
  .card_categorias {
    font-size: 20px !important;
  }
}

@media (min-width: 760px) {
  .img-nano {
    height: 200px !important;
    width: 230px !important;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container2 {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;

  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60%;
  height: 60%;
}
.swiper-slide:nth-child(2n) {
  width: 20%;
  height: 20%;
}
.swiper-slide:nth-child(3n) {
  width: 20%;
  height: 20%;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu .pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.root:hover .dropdown-menu {
  display: block;
}

.bg-dark {
  background-color: #feb200 !important;
}

.hidden-md-up {
  display: block;
}

.user-menu-name {
  line-height: 50px;
  padding: 20px 5px;
  font-size: 125%;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

#user-menu-name img {
  margin-right: 5%;
}
#main_navbar {
  font-size: 130%;
}

@media (min-width: 768px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hidden-md-up {
    display: none !important;
  }
}

#collapse-sm {
  background: #fe7f00;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
  background: #fe7f00;
}

@media (max-width: 575px) {
  .card-custom-img {
    padding-left: 15px;
    padding-right: 0px !important;
  }
}

.card:hover {
  box-shadow: -9px 9px 78px -38px rgba(0, 0, 0, 1);
  text-decoration: none;
}

.filtro-marca {
  cursor: pointer;
}
.filtro-precios {
  cursor: pointer;
}
.cards-productos {
  cursor: pointer;
  text-decoration: none;
}

.caja-blanca-radius {
  border: 1px solid #d0d0d0;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 2px;
}

.filtros-boton {
  border: 1px solid #d0d0d0;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 4px;
}
.dohyeon {
  font-family: "Do Hyeon", sans-serif;
}

.passionOne {
  font-family: "Passion One", cursive;
}
.fontMercadoLibre {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.border {
  border: 0.01cm;
  border-color: #d0d0d0;
  border-style: ridge;
}

.btn-seguir-comprando {
  color: white;
  font-size: 150%;
}
.font-110 {
  font-size: 110%;
}
.font-120 {
  font-size: 120%;
}
.font-150 {
  font-size: 150%;
}
.font-250 {
  font-size: 250%;
}
.font-200 {
  font-size: 200%;
}

.radius {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .fixed_btn_llaves {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .fixed_btn_llaves {
    position: fixed;
    bottom: 1px;
    right: 0;
    width: 200px;
  }
}

.no-subrayar {
  text-decoration: none;
  text-decoration-line: none;
}

@media (max-width: 432px) {
  #tx-buscar-por-Marcas {
    font-size: 80%;
  }
}

@media (max-width: 361px) {
  #tx-buscar-por-Marcas {
    font-size: 68%;
  }
}

@media (min-width: 432px) {
  .card-inicio {
    height: 50px;
  }
}

.hover {
  cursor: pointer;
  border-bottom: 0.01cm solid #d0d0d0;
  border-color: #d0d0d0;
}

.hover-img:hover {
  border-left: 5px solid #c00;
}

.tx-hover-a-bold:hover {
  font-weight: bold;
  cursor: pointer;
}

input[type="radio"] {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(2); /* Chrome, Safari, Opera */
  transform: scale(2.5);
}
.btn-bs-warning {
  background-color: #ffc107;
}

.bg-black {
  background-color: rgba(0, 0, 0, 0.822) !important;
  margin: 0px !important;
  border: none;
}

.bg-bordo {
  background-color: #88671a !important;
  margin: 0px !important;
  border: none;
}

.bg-gris {
  background-color: #1d1d1d !important;
  margin: 0px !important;
  border: none;
}
.bg-gris-claro {
  background-color: #444444 !important;

  margin: 0px !important;
  border: none;
}

.panel-body {
  border: none !important;
}
.bg-gris-super-claro {
  background-color: #6d6d6d !important;

  margin: 0px !important;
  border: none;
}
.item-nv-lateral:hover {
  text-decoration: none;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.712);
  cursor: pointer;
}
.item-nv-lateral {
  font-size: 19px;
  border-bottom: 1px solid #616161 !important;
}
.rowCheckMarca {
  font-size: 19px;
}

/* nuevo sidebar */

.navbar-default {
  margin-left: 200px;
  display: block;
}

/*main side bar*/
.msb {
  background-color: #272727;
  color: #ddd !important;
  position: fixed;
  left: 0;
  top: auto;
  right: auto;
  min-height: 80%;
  overflow-y: auto;
  white-space: nowrap;
  height: 87%;
  z-index: 1;
  border-right: 1px solid #ddd;
}

@media (min-width: 768px) {
  #contenedor-de-nav {
    z-index: 1035 !important;
  }
}

@media (max-width: 767px) {
  #msb {
    top: 0 !important;
    z-index: 1031 !important;
    max-width: none !important;
    width: 100% !important;
    height: 100%;
  }
  #sb_con_columna {
    max-width: none !important;
  }
}

.msb span {
  white-space: normal;
}
.navbar-default .navbar-nav > li > a:focus {
  color: white;
}
.msb .navbar {
  border: none;
  margin-left: 0;
  background-color: inherit;
}
.msb .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  background: rgb(20, 20, 20);
}
.msb .navbar-nav .panel {
  border: 0 none;
  box-shadow: none;
  margin: 0;
  background: inherit;
}
.msb .navbar-nav li {
  display: block;
  width: 100%;
}
.msb .navbar-nav li a {
  padding: 15px;
  color: #f3f3f3;
}
.msb .navbar-nav li a .glyphicon,
.msb .navbar-nav li a .fa {
  margin-right: 8px;
}
.msb .nb {
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

ul.nv,
ul.ns {
  position: relative;
  padding: 0;
  list-style: none;
}

.nv {
  /*ns: nav-sub*/
}
.nv li {
  display: block;
  position: relative;
}
.nv li::before {
  clear: both;
  content: "";
  display: table;
}
.nv li a {
  color: rgb(226, 226, 226);
  padding: 10px 25px;
  display: block;
  vertical-align: middle;
}
.nv li a .ic {
  font-size: 16px;
  margin-right: 5px;
  font-weight: 300;
  display: inline-block;
}
.nv .ns li a {
  padding: 10px 50px;
}

/*main content wrapper*/
.mcw {
  margin-left: 200px;
  position: relative;
  min-height: 100%;
  /*content view*/
}

/*globals*/
a,
a:focus,
a:hover {
  text-decoration: none;
}
.side-menu-container a:hover {
  font-weight: bold;
  font-size: 110%;
  color: rgb(219, 219, 219) !important;
  background-color: #0f0f0f !important;
}
.item-nv-lateral a:hover {
  font-weight: bold;
  font-size: 110%;
  color: rgb(219, 219, 219) !important;
  background-color: #0f0f0f !important;
}

.inbox .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.inbox ul,
.inbox li {
  margin: 0;
  padding: 0;
}
.inbox ul li {
  list-style: none;
}
.inbox ul li a {
  display: block;
  padding: 10px 20px;
}

.msb,
.mnb {
  /* -moz-animation: slidein 300ms forwards;
  -o-animation: slidein 300ms forwards;
  -webkit-animation: slidein 300ms forwards;
  animation: slidein 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; */
}

.mcw {
  -moz-animation: bodyslidein 300ms forwards;
  -o-animation: bodyslidein 300ms forwards;
  -webkit-animation: bodyslidein 300ms forwards;
  animation: bodyslidein 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

body.msb-x .mcw,
body.msb-x .mnb {
  margin-left: 0;
  -moz-animation: bodyslideout 300ms forwards;
  -o-animation: bodyslideout 300ms forwards;
  -webkit-animation: bodyslideout 300ms forwards;
  animation: bodyslideout 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body.msb-x .msb {
  -moz-animation: slideout 300ms forwards;
  -o-animation: slideout 300ms forwards;
  -webkit-animation: slideout 300ms forwards;
  animation: slideout 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.msb .nav > li > a {
  position: relative;
  display: inline-flex;
}

/* Slide in animation */
@-moz-keyframes slidein {
  0% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slidein {
  0% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
@keyframes slidein {
  0% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes slideout {
  0% {
    left: 0;
  }
  100% {
    left: -200px;
  }
}
@-webkit-keyframes slideout {
  0% {
    left: 0;
  }
  100% {
    left: -200px;
  }
}
@keyframes slideout {
  0% {
    left: 0;
  }
  100% {
    left: -200px;
  }
}
@-moz-keyframes bodyslidein {
  0% {
    left: 0;
  }
  100% {
    margin-left: 200px;
  }
}
@-webkit-keyframes bodyslidein {
  0% {
    left: 0;
  }
  100% {
    left: 0;
  }
}
@keyframes bodyslidein {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 200px;
  }
}
@-moz-keyframes bodyslideout {
  0% {
    margin-left: 200px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes bodyslideout {
  0% {
    margin-left: 200px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bodyslideout {
  0% {
    margin-left: 200px;
  }
  100% {
    margin-left: 0;
  }
}

.rowCheckMarca {
  border-color: #6f6e6ec9 !important;
}

.rowCheckMarca:hover {
  text-decoration: none;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.712);
  cursor: pointer;
}

.item-navbar:hover {
  background-color: rgba(0, 0, 0, 0.698);
}

.item-navbar {
  align-items: center;
  font-weight: initial !important ;
}

.fixed-btn {
  position: fixed;
  left: auto !important;
  right: 10px !important;
  bottom: 10px !important;
  width: 13vh !important;
  height: 13vh !important;
}

.carrito_comprar:hover {
  background-color: green !important;
}

.btn-seleccionado {
  /* background-color: rgba(0, 0, 0, 0.589) !important; */
  font-size: 120%;
  border-bottom: solid white;
}
.btn-seleccionado li {
  /* color: #000 !important; */
  font-weight: bold;
}
@media (min-width: 1300px) {
  #cards .col-lg-4 {
    max-width: 25% !important;
  }
}
@media (min-width: 1400px) {
  #cards .col-lg-4 {
    max-width: 20% !important;
  }
}
@media (min-width: 1600px) {
  #cards .col-lg-4 {
    max-width: 16.666666667% !important;
  }
}

#pantalla_buscador {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 9;
}

.contenedor2 li :hover {
  cursor: pointer;
  background-color: #ffae00;
  font-weight: bold;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  /* padding-top: 10vh; */
}

#gif-compra {
  max-width: 180px;
}

#logo_cartel_compra {
  max-width: 80px;
}

@media (min-width: 1200px) {
  .col-xl-25 {
    max-width: 12.5%;
  }
}
.tx-130 {
  font-size: 130%;
}
