body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #2138bf;
}
.box-etiqueta{
  width: 188px;
  height: 94px;
  font-family: 'Helvetica';
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-info-producto-etiqueta{
  height: 75px;
    overflow: hidden;
}
.titulo-producto-etiqueta{
  font-size: 10px;
  line-height: 12px;
  display: block;
  max-height: 65%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  color: black;
}
.titulo-sku-producto-etiqueta{
  font-size: 8px;
    line-height: 10px;
    color: #6C757D;
    position: absolute;
    bottom: 15px;
}
.sku-producto-etiqueta{
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #0A0A71;
}
.box-dashboard {
  font-family: proxima-nova, sans-serif;
}
.rounded-pill + .select2-container .select2-selection--single {
  border-radius: 50rem!important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select-buscador + .select2-container .select2-selection__arrow {
  display: none;
}
.select2-container {
  width: 100% !important;
}
.line-flecha {
  position: absolute;
  width: 100%;
  border-top: 2px solid black;
}
.line-flecha:before {
  content: '';
  background: black;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -6px;
  right: -1px;
}

/*
  ANIMACIONES
*/
.all-animate, .all-animate:hover, .all-animate:focus {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.h3-movil{
  font-size: 1.3rem;
}

.icon-down-movil {
  position: absolute;
  right: 10px;
  transition: 0.5s;
}

.giro-180, [aria-expanded=true] .icon-down-movil {
  transform: rotate(180deg);
}

.icon-down-accordion{
  right: 50px;
  position: absolute;
  transition: 0.5s;
}


[aria-expanded=true] .icon-down-accordion {
  transform: rotate(180deg);
}

/*MENU MOVIL*/
#menu-dashboard-movil {
    display: block;
    padding-top: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    right: 0;
    transition: .1s;
    visibility: hidden;
    width: 90%;
    transform: translateX(-100%);
}
#menu-dashboard-movil.show {
    visibility: visible;
    transform: translateX(0);
}
#close-menu {
    z-index: 999;
}

.close-menu{
    font-size: 1.8rem !important;
    color: red;
    position: relative;
    top: -25px;
}

.icon-header-movil{
  font-size: 20px !important;
}

.button-close-search{
  color: red;
  font-size: 1.6rem !important;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1rem;
  margin-bottom: 0px;
}
.bg-button-color{
  color: #2138bf;
}

.ul-li-none li{
  list-style: none !important;
}

.ul-li-style li{
  padding: 10px 15px !important;
  border-top: 1px solid #2138bf;
  font-weight: 600;
}

.ul-acordion li{
  /*padding: 0 !important;*/
  border: 0 !important;
}
.li-titulo{
  font-weight: bold !important;
  font-size: 16px;
}
.custom-file-label {
  overflow: hidden;
}

.img-movil-categorias{
  width: 25px;
}
tr.alert-danger {
  background: #f8d7da !important;
}
tr.alert-warning {
  background: #fff3cd !important;
}
/*FIN MENU MOVIL*/


/*
  BACKGROUND
*/
.bg-cfd5f7, .form-search input[type="search"] {
  background: #cfd5f7;
}
.bg-eeeef6, body.crear-cuenta {
  background: #eeeef6;
}
.bg-taller {
  background-repeat: no-repeat;
  background-position: right;
  min-height: 420px;
  text-shadow: 0 1px 0 white;
}
.bg-orange {
  background: #ee5735;
}
.bg-gris {
  background: #f5f5f5;
}
.bg-gris-claro {
  background: #ededed;
}
.bg-resaltar {
  background: #ffc10773 !important;
  color: darkred;
}

/*
  TEXTOS
*/
.sin-text-shadow {
  text-shadow: none !important;
}
.text-tachado {
  text-decoration: line-through;
  opacity: 0.5;
}

/*
  BORDERS
*/
/*.border-bottom  { border-bottom: .25rem solid !important; }*/

.border-cfd5f7 { border-color: #cfd5f7 !important; }


.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  background: transparent;
  list-style-type: none;
}
.breadcrumb>li {
  display: inline-flex;
  vertical-align: middle;
  color: #ff7971;
  position: relative;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb>li:before {
  content: "/";
  position: absolute;
  left: -6px;
  color: #ff4500;
  font-size: 16px;
}
.breadcrumb>li:first-child:before {
    content: none;
}
.breadcrumb > li a {
    color: #ff4500;
    font-weight: 400;
    cursor: pointer;
}
.breadcrumb>li:first-child a {
    padding-left: 0;
}
.breadcrumb>li:first-child {
    padding-left: 0;
}


/*
  TITULOS
*/
.font-changa, .catalogo-producto .catalogo-precio,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Changa', sans-serif;
  text-shadow: 1px 1px 0 #eeeef6;
}


/*
  TAMAÑOS
*/

.h2 { font-size: 2rem; }  /* 32px */
.h3 { font-size: 1.75rem; }  /* 28px */
.h4, .p-15 { font-size: 1.5rem !important; }  /* 24px */
.p-125 { font-size: 1.25rem; } /* 20px */
.p-0625 { font-size: .625rem; }  /* 10px */
.p-075, .p-075 + .select2-container .select2-selection { font-size: .75rem; } /* 12px */
.p-0875 { font-size: .875rem; }  /* 14px */
table td, .table .form-control, table td .select2-selection--single { font-size: .75rem !important; }


/*
  GRUESOR
*/
.fw-300 { font-weight: 300; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.font-weight-bold { font-weight: 800!important; }
.w-250 { width: 210px; }

/*
  COLORES
*/
.text-orange  {
  color: #ff4500;
}
.text-azul {
  color: #2138bf;
}

/*
  OPACIDAD
*/
.opacity-5 { opacity: 0.5; }
.opacity-6 { opacity: 0.6; }
.opacity-7 { opacity: 0.7; }
.opacity-8 { opacity: 0.8; }

/*
  ALTURA
*/
.lh-125 {
  line-height: 1.25rem;
}

/*
  LINKS
*/
a, a:visited {
  color: #2138bf;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

/*
  COLORES DE ENLACES
*/
.href-rosa {
  color: #ff4500 !important;
}
.menu-usuario a:hover,
.href-rosa:hover {
  color: #ff7971 !important;
}

/*
  BOTONES TODOS
*/
.btn {
    box-shadow: 0 -3px 0 rgba(0,0,0,.2) inset;
    border-radius: 3px;
    border: 0;
  color: #fff !important;
  text-shadow: 1px 1px 0 rgba(0,0,0,.15);
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: .5rem 1.75rem;
  letter-spacing: .05rem;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

.btn-sm {
  font-size: .65rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: .45rem 1.25rem;
}
.btn-morado {
  background: purple !important;
  color: inherit;
}
.btn-blanco {
  background: white !important;
  color: #2138bf !important;
  box-shadow: none;
}
.btn-limpio {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

/*
  BOTONES AZULES
*/
.btn-primary { background: #383097; }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {background-color: #473ebd; color: #FFF;}
/*
  BOTONES NARANJOS
*/
.btn-info { background: #ff4500; box-shadow: 0 -3px 0 rgb(255 0 0 / 75%) inset; }
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:not(:disabled):not(.disabled):active {background-color: #ff4500; color: #FFF;}
/*
  BOTONES WHATSAPP
*/
.btn-whatsapp { background: #25D366; box-shadow: 0 -3px 0 rgba(19,139,125,.75) inset; }
.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active,
.btn-whatsapp:not(:disabled):not(.disabled):active {background-color: #128C7E; color: #FFF;}
.btn-whatsapp span { position: relative; top: -.15rem; }
/*
  BOTONES LIGHT y LLAMADAS
*/
.btn-light { background: #fff; box-shadow: 0 -3px 0 rgba(0,0,0,.2) inset; color: #c6c7c8 !important;
    text-shadow: 1px 1px 0 white; }
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light:not(:disabled):not(.disabled):active {background-color: #cccccc; color: #fff !important; text-shadow: 1px 1px 0 rgba(0,0,0,.15);}
.btn-light span { position: relative; top: -.15rem; }
/*
  BOTONES SECCION APARIENCIA
*/

.btn-accordion{
  background: white;
  color: #2138bf !important;
  font-size: 20px;
  font-weight: 600;
}



/*
  MENU DEL FOOTER
*/
.menu-footer {
  list-style: none;
}
.menu-footer li a {
  display: block;
  font-size: .75rem;
  margin: 0 .75rem;
}


/*
  FORMULARIO DE BUSQUEDA TOP
*/
.form-search input[type="search"],
.form-search-select .input-buscador,
.form-search-select .input-buscador + .select2-container .select2-selection--single {
  padding: .75rem 1rem;
  border: 1px solid transparent;
}

.form-search button {
  top: 0.5rem;
  right: 1rem;
  bottom: 0.5rem;
}
.form-search button:hover {
  color: #ff7971;
}

/*
  FORMULARIO DE BUSQUEDA SELECT
*/
.form-search-select .input-buscador, .form-search-select .input-buscador + .select2-container .select2-selection--single {
  border: 3px solid #2138bf;
  font-size: 1rem;
  font-style: italic;
}
.form-search-select .input-que {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.form-search-select .input-donde {}
.form-search-select button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 1.45rem 1.25rem;
  background: #ff4500;
  font-style: italic;
  letter-spacing: unset;
}
.form-select-interior {
  margin-bottom: -2.25rem;
}
.form-select-interior .form-search-select, .form-search-select .input-buscador + .select2-container .select2-selection--single {
  /*margin-bottom: -2.25rem;*/
  margin-top: 0 !important;
}

/*
  TODOS LOS FORMULARIOS
*/
.input-focus:focus {
  border-color: #ff7971 !important;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 8px rgba(255,121,113,0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 8px rgba(255,121,113,0.5);
}
input[type="search"]::placeholder {
  color: #2138bf;
}

/* ESTILOS SELECT2 */
/*table td .select2-container { width: 109.188px !important; }*/
table td .select2-selection--single { line-height: 1.5 !important; border: none !important; }


header {
  font-size: 13px !important;
}
.w-85 { width: 85%!important; }
a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s ease-out
}
b, strong {
  font-weight: 600 !important;
}
.box-iconos {}
.box-iconos .col {}
.box-iconos .col a {
	height: 184px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 1.1rem;
  display: block;
}

.box-iconos .col a img {
	max-height: 90px;
	margin: 1rem auto .5rem auto;
}
.box-iconos .col a h3 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	/*font-size: 1.1rem;*/
	color: #2138bf;
	margin: 0 auto;
}

.box-iconos .col a:hover {
	text-decoration: none;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	border-color: #ff7971 !important;
}
.box-iconos .col a:hover h3 {
	color: #ff7971 !important;
}
.ul-inline-block {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul-inline-block > li {
  display: inline-block;
}
.msje-error {
  position: absolute;
  z-index: 2;
  background: #feac6e;
  color: white;
  padding: 5px 16px;
  border-radius: 8px;
  bottom: -30px;
  right: 10px;
}
.msje-error:before {
  content: '';
  position: absolute;
  left: 25%;
  bottom: 31px;
  border-bottom: 5px solid #feac6e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.row-mini {
  margin: 0 -0.5rem;
}
.row-mini > [class*="col"] {
  padding: 0 0.5rem;
}
.row-small {
  margin: 0 -5px;
}
.row-small > [class*="col"] {
  padding: 0 5px;
}
[onclick], .cursor-pointer {
  cursor: pointer;
}
[readonly], [disabled] {
  pointer-events: none;
}
.cursor-default {
  cursor: default !important;
}
.cursor-text {
  cursor: text !important;
}
.box-aviso {
	top: 3rem;
	right: 0;
	max-width: 650px;
  height: 400px;
  margin: 0 auto;
}
.titulo-h1, .titulo-h2 {
  font-weight: bold;
}
.breadcrumb {
  width: 100%;
}
.breadcrumb li {
  white-space: normal;
}
.animacion {
  animation-name: parpadeo;
  animation-duration: 0.5s;
  animation-timing-function: linear;
}
.menu-usuario .dropdown .dropdown-menu {
  background: #cfd5f7;
  padding: 15px;
  border-radius: 0;
  top: 30px;
  transform: translateY(-10%);
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  left: -4rem;
  /*left: -15rem;*/
  right: 0;
  min-width: 7rem;
  /*min-width: 14rem;*/
  max-height: 20.5rem;
  overflow: auto;
  font-size: inherit;
}
.menu-usuario .dropdown:hover .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.menu-usuario .dropdown .dropdown-menu li {
  padding: 5px 0;
}
.menu-usuario .dropdown .dropdown-menu li a {
  display: block;
}
.menu-usuario .dropdown .dropdown-menu li.li-titulo {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.menu-usuario .dropdown .dropdown-menu li.li-notificacion {
  padding: 10px 0;
  border-bottom: 1px solid #2138bf;
}
@keyframes parpadeo {
  0% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.form-control.disabled {
  background: #e9ecef;
  opacity: 1;
}
tr.disabled {
  opacity: 0.5;
}
.btn-mini {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 6px 5px;
  font-size: 12px;
}
.btn-mini-num {
  min-width: 25px;
  max-width: 100%;
  width: auto;
  padding: 0 5px;
  font-weight: 600;
}
.align-sub {
  vertical-align: sub !important;
}
.close {
  color: #dc3545;
  opacity: 1;
}
.input-date::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  outline: 0 !important;
}
.border + .select2-container {
  border: 1px solid #dee2e6 !important;
}

/* ==========================================================================
   MODAL
   ========================================================================== */
.modal-header-cr {
  display: block;
  color: white !important;
  background: #2138bf;
  padding: 0.4rem 0 !important;
  border-radius: 0;
}
.modal-header-cr h5 {
  margin: 0;
  text-shadow: none;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding-top: 2px;
}
.modal-header-cr .close {
  background: #c82333;
  padding: 0;
  margin: 0;
  right: 15px;
  font-size: 15px;
  text-shadow: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  box-shadow: none;
  box-sizing: content-box;
  border-radius: 0;
}
.modal-header-cr .close:hover,
.modal-header-cr .close:focus {
  opacity: 0.5;
}

.modal-cr {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
  z-index: 99999;
}

/* ==========================================================================
   CATALOGO
   ========================================================================== */
.list-marcas figure {
  border: 3px solid #2138bf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  height: 68px;
  border-radius: 50rem;
}
.catalogo-producto {
	border: 1px solid #cfd5f7;
	border-bottom: 4px solid #cfd5f7;
	border-radius: 4px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  vertical-align: text-top;
  position: relative;
  text-decoration: none !important;
  outline: none !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.catalogo-producto:hover {
  box-shadow: 0 7px 16px 0 rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.1);
  top: 0;
  border-color: #ff7971 !important;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.catalogo-producto .catalogo-contenido {}
.catalogo-producto .catalogo-contenido .catalogo-title {
  font-weight: 700;
  letter-spacing:  -.025rem;
  line-height: 1.25rem;
  color: #ff4500;
}
.catalogo-producto .catalogo-contenido .catalogo-oem {
	font-size: .75rem;
  text-transform: uppercase;
  text-align: left;
  background: #eeeef6;
  padding: .15rem .375rem;
  color: #473ebd;
}
.catalogo-producto .catalogo-precio {
  font-weight: 300;
  line-height: 1rem;
}
.catalogo-producto .catalogo-precio .precio-old {
  display: inherit;
  font-size: .95rem;
  color: #cfd5f7;
  text-decoration: line-through;
}
.catalogo-producto .catalogo-precio .precio-new {
	font-size: 1.25rem;
  font-weight: 600;
}

/*
  PRODUCTOS
*/

/* ==========================================================================
   BOX CATALOGO DE PRODUCTOS
   ========================================================================== */
.row-productos .contenedor {
  transition: all .35s ease;
  transform-style: preserve-3d;
  border: 1px solid #edeeee;
  border-bottom: none;
  box-sizing: border-box;
}

.row-productos:hover .contenedor {
  transform: rotateY(180deg);
  transform-origin: 50% 0%;
}

.cara-producto, .reverso-producto {
  position: absolute;
  top:0;
  width: 100%;
  height: 90%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.row-productos .cara-producto {
  position: relative;
  transition: 0.5s;
  text-align: center;
}
.row-productos .cara-producto:hover {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  z-index: 10;
}


.row-productos .reverso-producto {
  background: #cfd5f7;
  color: white;
  transform: rotateY(180deg);
}

.row-productos .ul-detalle-producto {
  list-style: none;
  padding-left: 0;
}

.row-productos .ul-detalle-producto li {
  color: #000;
  padding: 6px 11px;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
}

.row-productos .ul-detalle-producto li img {
  max-height: 30px;
  max-width: 60px;
  object-fit: contain;
}

.row-productos .ul-detalle-producto li:nth-child(2n-1){
  background: white;
}

.scroll-detalle-producto{
  overflow: auto;
  height: 370px;
  height: 50vh;
}

/* ==========================================================================
   PRODUCTOS : FICHA
   ========================================================================== */
.box-detalle-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.box-detalle-items .detalle-items {
  display: flex;
  flex-direction: row;
  padding-right: 30px;
  padding-bottom: 20px;
}
.box-detalle-items .detalle-items .detalle-items-icono {}
.box-detalle-items .detalle-items .detalle-items-texto {}
.box-detalle-items .detalle-items .detalle-items-texto .detalle-items-title {
  font-weight: 600;
}
.box-detalle-items .detalle-items .detalle-items-texto .detalle-items-caption {}

.gallery {
  background: white;
}
.gallery .gallery-main {
  cursor: pointer;
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.gallery .thumb-big {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.gallery .thumb-wrapper-small {
  margin: 0 0 1rem;
  min-height: 83px;
  max-height: 90px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.gallery .thumb-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  min-height: 66px;
}
.gallery .thumb-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  opacity: 0.3;
  top: 10px;
  bottom: 10px;
}
.gallery .thumb-overlay-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  top: 10px;
  bottom: 10px;
}
.gallery .thumb-overlay-image div {
  display: none;
}
.table td {
  padding: 0.25rem;
}
.table td .form-control {
  border: none;
}
.table td:not([class*="align-"]) {
  vertical-align: middle !important;
}

/* ==========================================================================
   PRODUCTOS : COTIZAR
   ========================================================================== */
.box-cotizar {
  border: 1px solid #ddd;
  border-radius: 1rem;
}
.box-cotizar .precios {
  font-family: 'Changa', sans-serif;
  text-shadow: 1px 1px 0 #eeeef6;
}

.box-cotizar .precios .precio-normal {
  margin: 0 0 -.5rem 0;
  font-size: 1.75rem;
  color: #ff7971;
  font-weight: 800;
}
.box-cotizar .precios .precio-anterior {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.box-cotizar .precios .moneda {
  opacity: .5;
}
.box-cotizar .precios .moneda .view {
   opacity: 1 !important;
}


.box-cotizar .text-terminos {}
.box-detalle-items a, .box-detalle-items a:visited,
.box-cotizar .text-terminos a, .box-cotizar .text-terminos a:visited {
  color: #f44d6d;
}

.form-cotizar {
  border-radius: 0 0 1rem 1rem;
}
.form-cotizar .form-group {
  margin-bottom: 10px;
}
.form-cotizar .form-control {
  border-radius: .2rem;
  border: 1px solid transparent;
  font-size: .875rem;
  padding: 1rem .75rem;
  height: calc(1.5em + 1.5rem + 2px);
}
.form-cotizar select.form-control {
  padding: 0 .75rem;
}
.form-cotizar .form-check {

}


/* ==========================================================================
   FORMULARIOS DE REGISTRO
   ========================================================================== */
.form-registro {}
.form-registro .bg-white {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  border-radius: 3px;
}
.form-registro .form-control, .form-registro .select2-selection--single, .form-registro .select2-selection--multiple {
  border-radius: 0 !important;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #ddd !important;
}
.form-registro .select2-selection--single .select2-search__field, .form-registro .select2-selection--multiple .select2-search__field {
  margin-top: 2px !important;
}
.form-registro td .form-control, .form-registro td .select2-selection--single, .form-registro td .select2-selection--multiple {
  border-bottom: none !important;
}
.form-registro .form-control.border, .form-registro td .form-control.border {
  border: 1px solid #dee2e6 !important;
}
.form-registro .form-control:focus, .form-registro .select2-selection--single:focus, .form-registro .select2-selection--multiple:focus {
  box-shadow: none;
  border-bottom: 1px solid rgba(255,121,113,.75) !important;
}
.form-registro .select2-selection--single {
  height: calc(1.5em + .75rem + 2px) !important;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.form-registro .select2-selection--single .select2-selection__rendered, .form-registro .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0;
  color: #495057;
}
.form-registro td .select2-container .select2-selection__rendered {
  line-height: 20px !important;
}

/* ==========================================================================
   BUSCADOR AJAX
   ========================================================================== */
.list-buscador {
  position: absolute;
  width: 439px;
  min-height: 150px;
  z-index: 999;
}
.list-buscador-top {
  top: 44px;
  width: 86%;
  left: 33px;
  z-index: 999;
}
.list-buscador .border {
  background: white;
  border: 1px solid #cfd5f7 !important;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-top: 0;
  box-shadow: 0 2px 10px rgb(0 0 0 / 4%);
}

.list-buscador ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-buscador:not(.list-buscador-top) ul {
  column-count: 2;
}
.list-buscador li {
  display: inline-grid;
  width: 100%;
}
.list-buscador li a {
  display: block;
  text-decoration: none;
  padding: 20px;
}
.list-buscador-top li a {
  padding: 6px 4px !important;
}
.list-buscador li .active {
  font-weight: 600;
}
.list-buscador li a:hover {
  color: #ff4500;
}
.bg-aceptado {
  color: #155724;
  background: #d4edda;
  border-color: #c3e6cb;
}
.bg-rechazado {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
}

/* ==========================================================================
   ICONOS
   ========================================================================== */
.icon {
  vertical-align: unset;
}
.icon:before {
  display: inline-block;
  width: 20px;
  vertical-align: sub;
}
.icon-puntos:before {
  content: url('../img/iconos/icon-puntos.svg');
}

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (min-width: 320px) {

  .h1{
    font-size: 1.5rem;
  }
  .box-iconos .col a h3{
    font-size: .7rem;
  }
  .box-iconos .col a img {
    max-height: 80px;
  }

  .box-iconos .col a{
    height: 146px;
  }

  .select-buscador + .select2-container {
    width: auto !important;
    max-width: 41%;
  }
  .form-search-select .input-buscador:not(button), .form-search-select .input-buscador + .select2-container .select2-selection--single {
      font-size: 1rem;
      padding-left: 1.25rem !important;
      padding-right: 0 !important;
      display: block;
      width: 247%;
      height: 70px;
      /*margin-top: -37px !important;*/
  }
  .body-terminos {
    padding-top: 56px;
  }
  .navbar-toggler {
    padding: 6px 10px;
    font-size: 22px;
  }
  .titulo-h1 {
    font-size: 1.5rem;
  }
  .titulo-h2 {
    font-size: 1.2rem;
  }
  .pagination {
    display: block;
    text-align: right;
  }
  .pagination li {
    display: inline-block;
  }
  .menu-usuario a i {
    font-size: 30px;
  }
  .menu-usuario a i.small {
    font-size: 10px !important;
    vertical-align: unset;
  }
  .form-registro .bg-white {
    padding: 1rem;
  }
  .catalogo-producto .catalogo-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .catalogo-producto .catalogo-contenido .catalogo-title {
    font-size: 0.8rem;
  }

  .menu-footer li a {
    padding: 0.5rem 0;
  }

  .form-search-select .input-buscador, .form-search-select .input-buscador + .select2-container .select2-selection--single {
    font-size: 14px;
    padding: 1.25rem;
  }
  .form-search-select select.input-buscador, .form-search-select .input-buscador + .select2-container .select2-selection--single {
    padding-left: 0;
    padding-right: 0;
    background: white !important;
  }
  .form-search-select button {
    height: 67px;
  }

}

@media (max-width: 991px) {
  .select2-dropdown {
    width: 360px !important;
  }
}

@media (min-width: 992px) {
  .h1 { font-size: 2.75rem; font-style: italic; }  /* 44px */
  .box-iconos .col a h3{
    font-size: 1.1rem;
  }
  .body-terminos {
    padding-top: 56px;
  }
  .nav-empresa .dropdown-menu {
    min-width: 300px !important;
    left: -13rem !important;
  }
  .nav-notificaciones .dropdown-menu {
    min-width: 300px !important;
    left: -19rem !important;
  }
  .pagination {
    text-align: center;
  }
  .pagination li > a {
    display: block !important;
  }
  .titulo-h1 {
    font-size: 2.75rem;
  }
  .titulo-h2 {
    font-size: 2rem;
  }
  .menu-usuario a i {
    font-size: 26px;
    vertical-align: middle;
  }
  .menu-usuario a svg {
    width: 22px;
    height: 22px;
    font-size: 26px;
    vertical-align: middle;
  }
  .form-registro .bg-white {
    padding: 2.5rem 2rem 2rem;
  }
  .catalogo-producto .catalogo-image {
    width: 202px;
    height: 202px;
  }
  .catalogo-producto .catalogo-contenido .catalogo-title {
    font-size: 1rem;
  }
  .gallery .gallery-main {
    margin: 0 20px 0 0;
  }
  .li-repuesto {
    position: absolute;
    right: 15px;
    top: 40px;
  }
  .menu-footer li {
    border-left: 1px solid;
    margin-bottom: 2px;
  }
  .menu-footer li a {
    padding: .15rem .25rem;
  }
  .menu-footer li a:hover {
    color: #ff4500;
    border-color: #ff4500;
  }
  .select-buscador + .select2-container {
    min-width: 75%;
    max-width: auto;
  }
    .form-search-select .input-buscador:not(button), .form-search-select .input-buscador + .select2-container .select2-selection--single {
      font-size: 1rem;
      padding-left: 1.25rem !important;
      padding-right: 0 !important;
      display: block;
      width: 234%;
      height: 70px;
      /*margin-top: -37px !important;*/
    }
    .form-search-select button {
      font-size: 1rem !important;
      height: 70px;
    }
    .select-buscador + .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 26px;
      position: absolute;
      top: -11px;
      /* right: -1px; */
      left: 204px;
      width: 20px;
    }

    .select2-dropdown {
      background-color: white;
      border: 1px solid #aaa;
      border-radius: 4px;
      box-sizing: border-box;
      display: block;
      position: absolute;
      left: -100000px;
      /*top: 33px;*/
      width: 246px !important;
      z-index: 1051;
    }

  }

}

@media (min-width: 1200px) {
  .gallery .thumb-small {
    min-height: 83px;
  }
  .col-md-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1360px) {
  .container { max-width: 1330px; }
  .breadcrumb>li { font-size: .75rem }
}
@media (min-width: 1420px) {
  .breadcrumb>li { font-size: .875rem }
}

@media (min-width: 1420px) {
  .col-hd-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-hd-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-hd-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hd-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-hd-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-hd-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hd-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-hd-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-hd-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hd-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-hd-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-hd-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-hd {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-hd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
