@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-regular-webfont.woff2') format('woff2'),  
       url('../fonts/opensans-regular-webfont.woff') format('woff'),
       url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
       url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansitalic';
  src: url('../fonts/opensans-italic-webfont.eot');
  src: url('../fonts/opensans-ih1talic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-italic-webfont.woff2') format('woff2'),  
       url('../fonts/opensans-italic-webfont.woff') format('woff'),
       url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
       url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/opensans-semibold-webfont.eot');
  src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
       url('../fonts/opensans-semibold-webfont.woff') format('woff'),
       url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
       url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold_italic';
  src: url('../fonts/opensans-semibolditalic-webfont.eot');
  src: url('../fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
       url('../fonts/opensans-semibolditalic-webfont.woff') format('woff'),
       url('../fonts/opensans-semibolditalic-webfont.ttf') format('truetype'),
       url('../fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  /* Scrollbar flotante */
  overflow-y: scroll; scrollbar-gutter: stable; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(0,0,0,0.35) transparent;
}

@supports (overflow: overlay) { html { overflow-y: overlay; scrollbar-gutter: none; } }
html::-webkit-scrollbar { width: 10px; }
html::-webkit-scrollbar-track { background: transparent; }
html::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.35); border-radius: 7px; border: 2px solid transparent; background-clip: padding-box; }
html::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,0.5); }

a
{
  color: #739E16;  
}
a:hover
{
  color: rgba(50,50,50,0.7);
  cursor: pointer;
  text-decoration: none;
}
a:focus{
  text-decoration: none;
  outline: none;
}
body
{
  background-color:#E8E9EB;
  font-family: 'open_sansregular',arial;
  font-size: 15px;
}
footer
{
  font-family: 'open_sanssemibold',arial;
  background-color:#606060;  
  color: #FFF;
  font-size: 13px;
  line-height: 16px;
  float:left;
  width: 100%;
}
footer a
{
  color:#FFF;
}
footer a:hover
{
  color:#CCC;
}
footer p
{
  padding: 20px;
  text-align: center;
  margin-bottom: 0;
}
header
{
  height:153px;
}
header .logo img
{
  width: 230px;
}
@media (min-width: 768px) and (max-width: 990px) {
  header .logo img  
  {
    width: 210px !important;
  }
}
@media (max-width: 767px) {
  .desktop-only { display: none; }
  .mobile-only { display: inline; }
  .footer-extra { display: none; }

  .mobile-whatsapp { display: block; text-align: center; margin: 8px 24px 8px; }
  .mobile-whatsapp .whatsapp-box {
    display: inline-block;
    position: relative;
    background: rgb(91,169,86);
    border: 2px solid rgb(76,163,79);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    padding: 0 44px 0 14px;
    height: 36px;
    line-height: 30px;
    font-size: 13px;
  }
  .mobile-whatsapp .whatsapp-text { display: inline-block; vertical-align: middle; color: #fff; }
  .mobile-whatsapp .whatsapp-icn-wrap {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-whatsapp .whatsapp-img { width: 44px; height: 44px; }
}
@media (max-width: 480px) {
  header .logo img  
  {
    width: 175px !important;
  }
}
h2
{
  font-family: 'open_sanssemibold_italic',arial;  
  color:#04397a;
  font-size: 27px;
  margin-left:20px;
}
hr {
  border:1px dashed #CECECE; 
}
#colores,
#colores-bn
{
  position: relative;
  display: block;
  padding: 0;
  margin-left: 4px;
  width: 100%;
}
#colores .color
{
  background: #04397a;
  display: inline-block;
  width: 24%;
  height: 10px;
}
#colores .color:nth-child(odd)
{
  background: #91C337;
  width: 25%;
}
#colores-bn .color-bn
{
  background: #A5A5A5;
  display: inline-block;
  width: 24%;
  height: 10px;
}
#colores-bn .color-bn:nth-child(odd)
{
  background: #C6C6C6;
  width: 25%;
}
@media (min-width: 768px) and (max-width: 990px) {
  #colores,
  #colores-bn
  {
   padding-left: 1% !important;
   margin-left: 0 !important;
  }
}
@media (max-width: 1199px) {
  #colores,
  #colores-bn
  {
   padding-left: 1% !important;
   margin-left: 0 !important;
  }  
  #colores .color:nth-child(odd),
  #colores-bn .color-bn:nth-child(odd)  
  {
    width:24%!important;
  }
}
#modulos
{
  text-align:center;
}
#modulos .content
{
  margin:0 auto;
  display: inline-block;
}
#modulos article
{
  text-align:center;  
  position: relative;
  float:left;
  width:220px;
  height:355px;
  margin:5px;
}
#modulos article .descripcion
{
  font-size: 14px;
  font-family: 'open_sansregular',arial;
  padding:10px 15px;
  text-align: center;
  color:#000;
}
#modulos article .descripcion .azul a
{
  color:#04397a;
}
#modulos article .descripcion .verde
{
  color:#739E16;
}
#modulos article img
{
  margin-top: 20px;
  padding:5px;
  width: 220px;
}
@media (min-width: 768px) and (max-width: 990px) {
  #modulos .content
  {
    margin-left: 25px !important;
  }  
  #modulos article
  {
    width:320px !important;
    margin:15px !important;
    height:420px !important;
  }
  #modulos article img
  {
    width: 320px !important;
  }   
}
@media (max-width: 767px) {
  #modulos .content
  {
    margin:0 !important;
    padding:0 20px;
  }  
  #modulos article
  {
    width:100% !important;
    margin:15px 0 !important;
    height:auto !important;
    padding-bottom: 0 !important;
  }
  #modulos article img
  {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  #modulos article
  {
    width: 270px !important;
    height: 400px !important;    
  }
  #modulos article img
  {
    width: 270px !important;
  }  
}
#tipos
{
  text-align: center;
}
#tipos .content
{
  margin:0 auto;
  display: inline-block;
}
#tipos article
{
  text-align:center;  
  position: relative;
  float:left;
  width:107px;
  height:150px;
  margin:5px;
  border:2px dashed #CECECE;  
}
#tipos article:hover
{
  border:2px solid #91c337; 
}
#tipos article h1
{
  font-size: 17px;
  font-family: 'open_sansregular',arial;
  color: #04397a; 
  text-align: center;
  margin-top: 5px;
  position: absolute;
  width: 100%;
}
#tipos article img
{
  width: 110px;
  padding: 50px 10px 5px 10px;
}
@media (min-width: 768px) and (max-width: 990px) {
  #tipos article
  {
    width:157px !important;
    margin:15px !important;
    height: auto !important;    
  }
  #tipos article h1
  {
    position: relative !important;
  }
  #tipos article img
  {
    width: 150px !important;
    padding: 0 10px 5px 10px !important;
  }
}
@media (max-width: 767px) {
  #tipos
  {
    margin-left: 20px;
  }  
  #tipos article
  {
    width:auto !important;
    padding: 10px !important;
    margin: 5px !important;
    border: 1px dashed #CECECE !important;
    height: auto !important;     
  }
  #tipos article:hover
  {
    border:1px solid #91c337 !important;
  }
  #tipos article h1
  {
    margin:0 !important;
    padding:0 !important;
    position: relative !important;
  }  
  #tipos article img
  {
    display:none!important;
  }
}
@media (min-width: 1200px) {
  #tipos article
  {
    width:124px !important;
    margin:10px !important;
    height: 167px !important;
  }
  #tipos article img
  {
    width: 126px !important;
  }
}
.footer-inner {
  display: block;
  line-height: 1.6;
}
.footer-inner p .footer-item { display: inline; }
.footer-inner p .footer-item.whatsapp { display: inline; }
.footer-inner p .sep { display: inline; color: #FFF; }
.footer-inner p > a { display: block; }

@media (max-width: 767px) {
  .footer-inner p .sep { display: none; }
  .footer-inner p .footer-item.whatsapp { display: block; }
}
.footer-extra {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 10px 20px 10px;
}
.whatsapp-box {
  display: inline-block;
  position: relative;
  background: rgb(91,169,86);
  border: 2px solid rgb(76,163,79);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  padding: 0 40px 0 16px; /* right padding leaves space for the circle */
  height: 32px;
  line-height: 26px;
}
.whatsapp-text { display: inline-block; vertical-align: middle; font-size: 15px; color: #fff; }
.whatsapp-box .whatsapp-label { color: #fff; }
.whatsapp-icn-wrap {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.contact-strip {
  background: #f5f5f5;
  padding: 8px 0;
  text-align: center;
  clear: both;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.contact-strip p { margin: 0; color: #1d1d1d; font-size: 13px; }
.contact-strip a { color: #04397a; font-weight: 600; text-decoration: underline; }
.contact-strip a:hover { color: #012e65; }

.mobile-whatsapp { display: none; clear: both; /* width: 100%; */ box-sizing: border-box; }


.direccion-contact p { margin: 0; color: #FFF; font-size: 13px; }
.desktop-only { display: inline; }
.mobile-only { display: none; }

@media (max-width: 767px) {
  .desktop-only { display: none; }
  .mobile-only { display: inline; }
  .footer-extra { flex-direction: column; gap: 6px; padding-bottom: 12px; }
  .whatsapp-box { padding: 6px 18px 6px 14px; height: 40px; line-height: 40px; }
  .whatsapp-icn-wrap { position: static; transform: none; right: auto; margin-left: 8px; border-width: 2px; width: 36px; height: 36px; }
  .mobile-whatsapp { display: block; text-align: right; margin-bottom: 24px; }
  .footer-extra { display: none; }
}
@media (min-width: 992px) {
  .footer-inner { position: relative; }
  .direccion-contact { width: 100%; text-align: center; }
  .footer-extra {
    position: absolute;
    right: 20px;
    bottom: 18px;
    padding: 0;
    display: block;
    z-index: 3;
  }
  .whatsapp-box {
    position: static;
    margin: 0;
  }
}
.afip
{
  position:fixed;
  right:2px;
  bottom:2px;
}
.afip img
{
  width:50px;
  height:68px;
}
.atras
{
  margin:-50px 10px 0 0;
  float:right;
  z-index:100;
}
.btn-primary
{
  background-color: #FFF;
  border-color: #FFF;
  color: #208E9E;
  font-family: 'open_sanssemibold_italic',arial;
  font-size:18px;
  padding:3px 30px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #3e3e3e;
  background-color: #F2F3F5;
  border-color: #F2F3F5;
}
.btn-contacto
{
  background-color: #04397a;
  border-color: #04397a;
  color: #FFF;
  font-family: 'open_sanssemibold_italic', arial;
  font-size:16px;
  padding:3px 23px;
}
.btn-contacto:hover,
.btn-contacto:focus,
.btn-contacto:active,
.btn-contacto.active,
.open .dropdown-toggle.btn-contacto {
  color: #FFF;
  background-color: #0e478d;
  border-color: #0e478d;
}
.btn-registro
{
  color: #fff !important;
  background-color: #04397A;
  border-color: #04397A;
  padding: 6px 10px !important;
  font-size: 16px;
}
.btn-registro:hover,
.btn-registro:focus,
.btn-registro:active,
.btn-registro.active,
.open .dropdown-toggle.btn-registro {
  color: #fff !important;
  background-color: #012e65 !important;
  text-decoration: none !important;
  border: 1px solid #012e65 !important;
}
@media (max-width: 1199px) {
  .navbar-nav {
    box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.4);
  }
  .navbar-nav li {
    margin-left: 0 !important;
    background-color: #F4F4F4 !important;
  }
  .navbar-nav > .active > a {
    color: #04397a !important;
    font-weight: 600 !important;
    border-bottom: none !important;
  }
  .navbar-nav .btn-registro {
    background-color: #04397a !important;
    color: white !important;
    border: 1px solid #04397a !important;
    display: inline-block !important;
    text-align: center;
    padding: 8px 11px 8px 11px !important;
    margin: 8px 21px !important;
    width: auto !important;
  }
  .navbar-nav .btn-registro:hover,
  .navbar-nav .btn-registro:focus,
  .navbar-nav .btn-registro:active,
  .navbar-nav .btn-registro.active {
    background-color: #012e65 !important;
    color: white !important;
    border: 1px solid #012e65 !important;
  }
  .link-carrito {
    margin: 0 !important;
  }
  .link-carrito .badge {
    position: relative !important;
    right: 12px !important;
    top: -12px !important;
  }
}
.btn-buscador
{
  background-color: #04397a;
  border-color: #04397a;
  color: #FFF;
  font-family: 'open_sanssemibold_italic', arial;
  font-size:15px;
  padding:3px 13px;
}
.btn-buscador:hover,
.btn-buscador:focus,
.btn-buscador:active,
.btn-buscador.active,
.open .dropdown-toggle.btn-buscador {
  color: #FFF;
  background-color: #0e478d;
  border-color: #0e478d;
}
.btn-descargar-catalogo
{
  background-color: #04397a;
  border-color: #04397a;
  color: #fff;
  font-family: 'open_sanssemibold_italic', arial;
  font-size: 13px;
  padding: 4px 12px;
  margin: 8px 20px;
}
.btn-descargar-catalogo:hover,
.btn-descargar-catalogo:focus,
.btn-descargar-catalogo:active {
  color: #fff;
  background-color: #0e478d;
  border-color: #0e478d;
}
.btn-catalogo
{
  background-color: #91C337;
  border-color: #91C337;
  color: #FFF;
  font-family: 'open_sanssemibold_italic', arial;
  padding: 1px 5px;
  font-size: 12px;
}
.btn-catalogo:hover,
.btn-catalogo:focus,
.btn-catalogo:active,
.btn-catalogo.active,
.open .dropdown-toggle.btn-catalogo {
  color: #FFF;
  background-color: #81AA29;
  border-color: #81AA29;
}
.btn-limpiar
{
  background-color: #a7a7a7;
  border-color: #a7a7a7;
  color: #FFF;
  font-family: 'open_sanssemibold_italic', arial;
  font-size:15px;
  padding:3px 13px;
}
.btn-limpiar:hover,
.btn-limpiar:focus,
.btn-limpiar:active,
.btn-limpiar.active,
.open .dropdown-toggle.btn-limpiar {
  color: #FFF;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
@media (max-width: 767px) {
  .btn-catalogo
    {
      margin-top: 5px;
      padding: 8px 10px;
      font-size: 13px; 
      display: block;
      width: 100%;
      padding-right: 0;
      padding-left: 0;
    }
  .btn-buscador,
  .btn-limpiar
    {
      margin-top: 5px !important;
    }
}
.carousel
{
  margin-bottom:30px;
  position: relative;
}
.carousel .carousel-inner img
{
  width:100%;
}
.carousel-indicators {
  bottom: -40px;
  z-index: 8;
}
.carousel-indicators li {
  border: 1px solid #CCC;
}
.carousel-indicators .active {
  background-color: #CCC;
}
.catalogo,
.categorias
{
  padding: 5px 20px;
}
.catalogo label
{
  font-weight: normal;
  font-size: 14px;
}
.catalogo select
{
  width:100%;
}
.catalogo .selector-1,
.catalogo .selector-2
{
  background-color: #EFEFEF;
  padding:9px;
  margin-bottom: 7px;
  border-radius: 6px;
}
.catalogos-home
{
  float: left;
  display: block;
  position:relative;
  width: 100%;
  color: white;
  font-family: 'open_sanssemibold', arial;
  font-size: 16px;
  margin-top: 25px;
}
.catalogos-home p
{
  padding:0;
  margin:-6px 0 0 0;
}
.catalogos-home .catalogo-circulo
{
  position:absolute;
  width: auto;
  text-align: center;
  margin-left: 50%;
}
.catalogos-home .catalogo-circulo img
{
  margin-left: -40px;
}
.catalogos-home .catalogo-online
{
  float: left;
  text-align: center;
  padding: 10px 50px 10px 0;
  width: 50%;
  background-color: #91c337;
}
.catalogos-home .catalogo-online a,
.catalogos-home .catalogo-pdf a
{
  font-family: 'open_sansregular',arial;
  font-size: 30px;
  color: white;
}
.catalogos-home .catalogo-online a:hover,
.catalogos-home .catalogo-pdf a:hover
{
  color:#CCC;
}
.catalogos-home .catalogo-pdf
{
  float: right;
  text-align: center;
  padding: 10px 0 10px 50px;  
  width: 50%;
  background-color: #04397a;
}
@media (min-width: 768px) and (max-width: 990px) {
  .catalogos-home
  {
    font-size: 13px !important;
  }
  .catalogos-home p
  {
    margin: 0 !important;
  }
  .catalogos-home .catalogo-online
  {
    padding: 10px 50px 15px 0 !important;
  }
  .catalogos-home .catalogo-online a,
  .catalogos-home .catalogo-pdf a
  {
    font-size: 25px !important;
  }
  .catalogos-home .catalogo-pdf
  {
    padding: 10px 0 15px 50px !important;
  }
}
@media (max-width: 767px) {
  .catalogos-home
  {
    line-height: 18px !important;
  }
  .catalogos-home p
  {
    margin: 0 !important;
  }  
  .catalogos-home .catalogo-circulo
  {
    display: none !important;
  }
  .catalogos-home .catalogo-online,
  .catalogos-home .catalogo-pdf
  {
    float: left !important;
    padding: 10px 20px !important;
    width: 100% !important;
  }
  .catalogos-home .catalogo-online a,
  .catalogos-home .catalogo-pdf a
  {
    line-height: 30px !important;
  }  
}
.contacto
{
  margin-bottom: 30px;
}
.contacto input,
.contacto select,
.contacto textarea  
{
  width: 260px;
}
.contacto textarea  
{
  height: 130px;
}
.contacto input[type="submit"]
{
  width: 100px;
  margin-right: 55px;
}
.contacto img
{
  width: 100%;
  margin: 20px 0 40px 0;
}
@media (min-width: 1200px) {
  .contacto input,
  .contacto select,
  .contacto textarea  
  {
    width: 313px !important;
  }
}
@media (max-width: 990px) {
  .contacto input,
  .contacto select,
  .contacto textarea  
  {
    width: 210px !important;
  }
}
@media (max-width: 767px) {
  .contacto-contenido
  {
    padding: 0 30px !important;
  }
  .contacto input,
  .contacto select,
  .contacto textarea  
  {
    width: 100% !important;
  }
}
.container
{
  padding:0;
  background-color: #FFF;  
}
.detalle
{
  float:left;
  display:block;
  width:100%;
  font-size: 15px;
}
.detalle .detalle-foto
{
  float:left;
  width: 44%;
  padding: 0 0 20px 2%;
}
.detalle .detalle-foto img
{
  width: 100%;
}
.detalle .detalle-info
{
  float:right;
  width: 52%;
  padding: 0 2% 0 0;
}
.detalle .detalle-info .table > tbody > tr > td {
    border-top: none;
    padding: 4px;
}
.detalle .detalle-info .table > tbody > tr > td:first-child{
  text-align: right;
} 
.detalle .detalle-info .table > tbody > tr > td:last-child{
  color:#04397a;
  font-family: 'open_sanssemibold',arial;  
}    
@media (max-width: 767px) {
  .detalle .detalle-foto
  {
    width: 100% !important;
    padding: 0 0 20px 0 !important;
  }
  .detalle .detalle-info
  {
    float:left;
    width: 96%;
    padding: 0 2% 20px 2%;
  }
}
.empresa img
{
  width: 100%;
  margin-top: 20px;
}
.empresa .texto
{
  float:right;
  width: 88%;
  text-align: left;
  padding: 0 5% 0 5%;
  margin:40px 0;
  font-family: 'open_sansitalic',arial;  
  color:#7A7A7A;
  border-left: 1px solid #CCC;
}
.empresa .texto p
{
  font-size: 18px;
}
@media (max-width: 767px) {
  .empresa .texto
  {
    float:left !important;
    width: 100% !important;
    margin:0 !important;
    border-left: none !important;    
    padding: 40px 5% 40px 5% !important;
  }
}
.form-group{
  width:100%;
}
.form-horizontal .control-label {
    font-weight: normal;
}
.intro
{
  float:left;
  display:block;
  width:100%;
  margin: 20px 0;
}
.intro .intro-slider
{
  float:left;
  width: 35%;
  padding: 0 3%;
  border-right: 1px solid #CCC;
}
.intro .intro-texto
{
  float:right;
  width: 65%;
  text-align: left;
  padding: 50px 50px 0 50px;
  font-family: 'open_sansitalic',arial;  
  color:#7A7A7A;
}
.intro .intro-texto h1
{
  font-family: 'open_sanssemibold_italic',arial;  
  color:#04397a;
  font-size: 27px;  
}
.intro .intro-texto p
{
  font-size: 25px;
}
@media (min-width: 1200px) {
  .intro .intro-slider
  {
  width: 30% !important;
  }  
  .intro .intro-texto
  {
  width: 70% !important;
  padding: 50px 110px 0 70px !important;
  }  
}
@media (max-width: 990px) {
  .intro .intro-texto
  {
  padding: 20px 50px 0 50px !important;
  }  
  .intro .intro-texto p
  {
  font-size: 20px !important;  
  }
}
@media (max-width: 767px) {
  .intro .intro-slider
  {
  width: 100% !important;
  padding: 0!important;
  border-right: none !important;
  }    
  .intro .intro-texto
  {
  float:left !important;
  width: 100% !important;
  text-align: center !important;  
  padding: 15px 20px 0 20px !important;
  }  
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
  background-color: transparent;
  color: #117C74;
}
.nav > li > a {
  padding: 10px 14px 7px 14px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.navbar
{
  z-index:10;
  border:none;
  font-family: 'open_sansregular',arial;
  margin-bottom: 0;
}
.navbar .navbar-header button
{
  margin: 40px 30px 0 0 !important;
  padding:2px 3px !important;
  font-size:21px;
  color: #FFF;
}
.navbar-brand
{
  margin: 0;
}
.navbar-collapse
{
  margin-top: 90px;
  padding-right: 14px;
  padding-left: 14px;  
}
.navbar-nav > li
{
  font-size: 17px;
}
.navbar-nav > li > a
{
  color: black;
}
.navbar-nav > li > a:hover
{
  background: none;
  color: #707070;
  border-bottom: solid 1px #999999;
}
.navbar-nav > .active > a
{
  color: black;
  border-bottom: solid 1px #999999;  
}
@media (min-width: 1200px) {
  .navbar-nav
  {
    display: flex;
    align-items: center;
  }
  .navbar-nav > li > a
  {
    color: #001d40;
  }

  .navbar-nav > li > a:hover
  {
    color: #001d40;
    border-bottom: none;
    text-decoration: underline;
    text-underline-offset: 6px;
  }

  .navbar-nav > .active > a
  {
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-bottom: none;
    color: #001d40;
    text-decoration: none;
  }

  .navbar-nav > .active > a:hover
  {
    text-decoration: none;
  }
}
.navbar-toggle img
{
  width: 55px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar .pull-right
  {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar .pull-right
  {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media (max-width: 1199px) {
  .navbar .pull-right
  {
    float: left !important;
    width: 100% !important;
  }
  .navbar-collapse
  {
    margin-top: 30px !important;
  }
  .navbar-nav > li > a
  {
    background-color: #F4F4F4 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;    
  }
  .navbar-nav > li > a:hover
  {
    background-color: #ebebeb !important;
  }  
  .navbar .navbar-header button
  {
    margin: 20px 30px 0 0 !important;
  }
  .navbar-brand
  {
    margin: 0 0 0 130px;
  }
  .navbar-brand
  {
    margin: 10px 0 0 0 !important;
  }  
}
@media (max-width: 1199px) {
  .catalogo form fieldset {
    padding: 0px 20px 2px 20px;
  }
  .catalogo form fieldset select {
    margin-bottom: 8px;
    font-size: 15px;
    height: 117px;
  }
  .catalogo label {
    text-align: center;
    display: block;
    margin-bottom: -15px;
  }
  .catalogo .selector-2 {
    margin-top: 13px;
    padding-right: 31px;
    padding-left: 31px;
    padding-top: 14px;
  }
  .navbar {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-shadow: none !important;
    position: relative !important;
  }
  .navbar .container,
  .navbar .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .navbar-collapse {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1050 !important;
  }
  .navbar-collapse.collapsing {
    height: 0 !important;
    overflow: hidden !important;
    transition: height 350ms ease !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .navbar-nav {
    display: block !important;
    width: 100% !important;
    padding-left: 0 !important;
    margin: 0 !important;
  }
  .navbar-nav > li {
    width: 100% !important;
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-collapse.collapse {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
  .navbar-nav {
    display: block !important;
    align-items: stretch !important;
    padding-left: 0 !important;
    margin: 0 !important;
  }
  .navbar-nav > li {
    float: none !important;
    width: 100% !important;
    font-size: 17px;
    list-style: none;
  }
  .navbar-nav > li > a {
    display: block !important;
    width: 100% !important;
    background-color: #F4F4F4 !important;
    padding: 15px 20px !important;
    color: #001d40 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    text-decoration: none !important;
  }
  .navbar-nav > li > a:hover {
    background-color: #ebebeb !important;
  }
  .navbar-toggle {
    display: block !important;
  }
  .navbar .pull-right {
    display: none !important;
  }
  .navbar-brand {
    margin: 10px 0 0 0 !important;
  }
}
/* .producto .modal-dialog
{
  margin: 0 auto;
  margin-top:30px;
  width: 95%;
}
.producto .modal-content
{
  width: 95%;
  margin-left:2%;
} */
.resultado
{
  width: 100%;
  display:inline-block;
  margin-bottom: 5px;
}
.resultado article
{
  float:right;
  width: 90%;
}
.resultado figure
{
  float:left;
  display:block;
  width: 10%;
}
.resultado img
{
  width: 100%;
  padding-right: 10px;
}
.resultado table
{
  width: 100%;
}
.resultado thead
{
  background-color: #EFEFEF;
}
.resultado th
{
  font-size: 12px;
  font-weight: normal;
  padding: 3px;
  color:#04397a;
  vertical-align: top;  
}
.resultado td
{
  font-size: 12px;
  padding: 3px;
  color: black;
  vertical-align: top;
}
.td-categorias-10
{
  width:10%;
}
.td-categorias-20
{
  width:20%;
}
.td-categorias-30
{
  width:30%;
}
.td-categorias-40
{
  width:40%;
}
.td-producto-10
{
  width:10%;
}
.td-producto-20
{
  width:20%;
}
.td-producto-30
{
  width:30%;
}
.td-producto-40
{
  width:40%;
}

.resultado.desktop figure { width: auto; flex: 0 0 10%; max-width: 10%; margin: 0; display: flex; align-items: center; justify-content: center; }
.resultado.desktop article { width: auto; flex: 1 1 0; min-width: 0; overflow: visible; }
.resultado.desktop { position: relative; border: 1px solid #d0cfcf; border-radius: 9px; overflow: hidden; margin-bottom: 14px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); display: flex; flex-wrap: nowrap; }
.resultado.desktop:hover { border: 1px solid #8e8e8e; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12); }
.resultado.desktop table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.resultado.desktop td { padding: 8px 10px; }
.resultado.desktop th { padding: 3px 3px 3px 9px; }
.resultado.desktop .codigo-cell .btn-catalogo { left: 8px; top: 30px; }
.resultado.desktop th,
.resultado.desktop td {
  box-sizing: border-box;
}
.resultado.desktop th:nth-child(1),
.resultado.desktop td:nth-child(1) { width: 10%; }
.resultado.desktop th:nth-child(2),
.resultado.desktop td:nth-child(2) { width: 22%; }
.resultado.desktop th:nth-child(3),
.resultado.desktop td:nth-child(3) { width: 13%; }
.resultado.desktop th:nth-child(4),
.resultado.desktop td:nth-child(4) { width: 31%; }
.resultado.desktop th:nth-child(5),
.resultado.desktop td:nth-child(5) { width: 10%; }
.resultado.desktop.has-cantidad th:nth-child(1),
.resultado.desktop.has-cantidad td:nth-child(1) { width: 10%; }
.resultado.desktop.has-cantidad th:nth-child(2),
.resultado.desktop.has-cantidad td:nth-child(2) { width: 26%; }
.resultado.desktop.has-cantidad th:nth-child(3),
.resultado.desktop.has-cantidad td:nth-child(3) { width: 12%; }
.resultado.desktop.has-cantidad th:nth-child(4),
.resultado.desktop.has-cantidad td:nth-child(4) { width: 15%; }
.resultado.desktop.has-cantidad th:nth-child(5),
.resultado.desktop.has-cantidad td:nth-child(5) { width: 12%; }
.resultado.desktop.has-cantidad th:nth-child(6),
.resultado.desktop.has-cantidad td:nth-child(6) { width: 25%; }
.resultado.desktop .modelo-content,
.carrito-table .modelo-content,
.resultado-busqueda .modal .modelo-content,
.resultado.mobile .modelo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  width: 100%;
}
.resultado.desktop .modelo-text,
.carrito-table .modelo-text,
.resultado-busqueda .modal .modelo-text,
.resultado.mobile .modelo-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.badge-posicion {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(9ch + 18px);
  min-width: calc(9ch + 18px);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 2px 10px;
  white-space: nowrap;
}
.badge-derecho {
  background: #cfddf0;
  color: #012e65;
  border: 1px solid rgb(1 46 101 / 50%);
}
.badge-izquierdo {
  background: #f3f9e8;
  color: #5f8f16;
  border: 1px solid rgb(95 143 22 / 87%);
}
.resultado.desktop::after { content:""; position:absolute; top:0; bottom:0; left:10%; width:1px; background:#d0cfcf; pointer-events:none; }
.resultado.desktop img { padding-right: 0px; display: block; }

.resultado.mobile
{
  display: none;
}

.resultado.mobile {
  flex-direction: column;
  margin: 10px 0 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.resultado.mobile .mobile-card {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 0 10px;
  background-color: #fff;
}

.resultado.mobile .mobile-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 5px;
}

.resultado.mobile .mobile-card .btn-agregar {
  width: 130px !important;
}

.resultado.mobile .mobile-card .btn-agregar img {
  width: 20px !important;
  padding: 0 !important;
  margin-right: 4px !important;
}

.resultado.mobile .mobile-card img.btn-quitar {
  width: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.resultado.mobile .label {
display: inline;
font-size: 17px;
  padding: .2em .6em .3em;
  font-weight: 700;
  line-height: 1;
  color: #111827;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.resultado.mobile .value.tag {
font-size: 16px;
  font-weight: 700;
  background: #1f2937;
color: #fff;
  padding: 4px 10px;
  border-radius: 7px;
  display: inline-block;
}

.resultado.mobile h2 {
font-size: 17px;
  margin: 14px 0 0;
  font-weight: 700;
  color: #2f5f94;
}

.resultado.mobile .mobile-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.resultado.mobile .mobile-info table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 10px;
}
.resultado.mobile .mobile-info table th:nth-child(1),
.resultado.mobile .mobile-info table td:nth-child(1) { width: 28%; }
.resultado.mobile .mobile-info table th:nth-child(2),
.resultado.mobile .mobile-info table td:nth-child(2) { width: 50%; }
.resultado.mobile .mobile-info table th:nth-child(3),
.resultado.mobile .mobile-info table td:nth-child(3) { width: 22%; }

.resultado.mobile .mobile-info table th,
.resultado.mobile .mobile-info table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-size: 14px;
}

.resultado.mobile .mobile-info table th {
  background-color: #efefef;
  font-weight: bold;
  color: #333;
}

.resultado.mobile .mobile-info table tr:nth-child(odd) {
  background-color: #ffffff;
}

.resultado.mobile .mobile-info table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.resultado.mobile .mobile-info .btn:not(.qty-decrease, .qty-increase, .btn-agregar) {
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 5px 10px;
  background-color: #91C337;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-size: 14px;
}

.resultado-busqueda .modal .modal-header { border-bottom: 0;}
.resultado-busqueda .modal .wrap { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 0 auto; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
@media (min-width: 1200px){ .resultado-busqueda .modal .wrap { grid-template-columns: 380px 1fr; } }
.resultado-busqueda .modal .card { border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px; background: #fff; }
.resultado-busqueda .modal .imgbox { display: flex; align-items: center; justify-content: center; background: #f8fafc; border: 1px dashed #cbd5e1; border-radius: 12px; min-height: 280px; }
.resultado-busqueda .modal .imgbox img { max-width: 100%; height: auto; display: block; }

.resultado-busqueda .modal .kv { margin-bottom: 10px; }
.resultado-busqueda .modal .line { margin-bottom: 8px; }
.resultado-busqueda .modal .label { color:#111827; font-weight: 700; font-size: 16px; margin-right: 6px; }
.resultado-busqueda .modal .value { font-size: 18px; font-weight: 600; color: #111827; }
.resultado-busqueda .modal .value-tag { background: #1f2937; color: #ffffff; padding: 4px 10px; border-radius: 6px; display: inline-block; }

.resultado-busqueda .modal hr { border: 0; border-top: 1px solid #f1f5f9; margin: 12px 0; }

.resultado-busqueda .modal .modal-body { padding: 0px 20px 30px 20px; }
.resultado-busqueda .modal .modal-body h2 { color: black; font-size: 16px; font-weight: bold; margin: 18px 0 10px; }

/* Características */
.resultado-busqueda .modal .features { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 6px; }
@media (min-width: 700px){ .resultado-busqueda .modal .features { grid-template-columns: 1fr 1fr; } }
.resultado-busqueda .modal .feat { display: grid; grid-template-columns: 1fr 2fr; gap: 8px; border: 1px solid #e5e7eb; border-radius: 10px; padding: 10px; background: #fff; }
.resultado-busqueda .modal .feat .k { color: #475569; font-size: 13px; }
.resultado-busqueda .modal .feat .v { font-size: 16px; font-weight: 600; }

/* Tabla Aplicaciones */
.resultado-busqueda .modal table { width: 100%; border-collapse: collapse; background: #fff; }
.resultado-busqueda .modal thead { background: #f1f5f9; }
.resultado-busqueda .modal th, .resultado-busqueda .modal td { border: 1px solid #e5e7eb; padding: 10px 14px; text-align: left; }
.resultado-busqueda .modal th { font-size: 13px; color: #475569; text-transform: uppercase; letter-spacing: 0.02em; }
.resultado-busqueda .modal td { font-size: 16px; font-weight: 600; background: #fff; }
.resultado-busqueda .modal tr:nth-child(even) td { background: #f9fafb; }

.modal-header .close {
  margin-top: -9px;
  margin-right: -5px;
  opacity: 0.4;
}

#loginModal .modal-header .close,
#signUpModal .modal-header .close {
  margin-top: 2px;
  margin-right: 2px;
}

#modal-contacto-direccion .modal-header .close,
#modal-contacto-direccion-ok .modal-header .close {
  margin-top: -22px;
  margin-right: -2px;
}

#modal-notas-pedido .modal-header .close {
  margin-top: -20px;
  margin-right: 2px;
}

.modal-header .close:hover {
  opacity: 0.7;
}

@media (min-width: 768px) and (max-width: 990px) {
  .resultado article
  {
    width: 87% !important;
  }
  .resultado figure
  {
    width: 13% !important;
  }
  .resultado.desktop
  {
    min-height: 90px;
  }
}
@media (max-width: 767px) {
  .resultado article
  {
    width: 75% !important;
  }
  .resultado figure
  {
    width: 25% !important;
  }
  .td-categorias-10,
  .td-categorias-20,
  .td-categorias-30,
  .td-categorias-40,
  .td-producto-10,
  .td-producto-20,
  .td-producto-30,
  .td-producto-40  
  {
    width: auto !important;
  }

  .resultado.mobile
  {
    display: flex !important;
  }
  .resultado.desktop
  {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .resultado article
  {
    float: left !important;
    width: 100% !important;
  }
  .resultado figure
  {
    width: 100% !important;
    margin-bottom: 5px;  
  }
}
@media (min-width: 1200px) {
    .producto .modal-dialog
  {
    width: 1170px !important;
  }
  .producto .modal-content
  {
    width: 1170px !important;
    margin-left: 10px !important;   
  }
  .resultado article
  {
    width: 91% !important;
  }
  .resultado figure
  {
    width: 9% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* Force table to not be like tables anymore */
  .resultado.desktop table,
  .resultado.desktop thead,
  .resultado.desktop tbody,
  .resultado.desktop th,
  .resultado.desktop td,
  .resultado.desktop tr {
  display: block;
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  .resultado.desktop thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
  }
 
  .resultado.desktop tr { border: 1px solid #ccc; }
   
  .resultado.desktop td {
  /* Behave like a "row" */
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 40%;
  white-space: normal;
  text-align:left;
  }
 
  .resultado.desktop td:before {
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 6px;
  left: 6px;
  width: 45%;
  padding-right: 10px;
  white-space: nowrap;
  text-align:left;
  color:#04397a;
  }
 
  /*
  Label the data
  */
  .resultado.desktop td:before { content: attr(data-title); }
}

.codigo-cell { position: relative; }
.codigo-cell .btn-catalogo { position: absolute; left: 0; top: 24px; }

.resultado-busqueda
{
  padding: 10px 0 20px 0;
  font-size: 10px;
}
.categorias.resultado-busqueda { padding: 5px 20px; }
.titulo-home
{
  float: left;
  display: block;
  position:relative; 
  width: 100%;
}
.titulo-home h2
{
  font-size: 27px;
  color: #757575;
  font-family: 'open_sanssemibold_italic',arial;  
  margin: 45px 0 0 20px;
}
.verde {
  color: #739E16;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
  z-index: 1000;
}
/* IE 6 doesn't support max-height
  * we use height instead, but this forces the menu to always be this tall
  */
* html .ui-autocomplete {
    height: 200px;
    z-index: 1000;
}

#signUpModal .modal-content { position: relative; }
#signUpOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.7);
  z-index: 1051;
  align-items: center;
  justify-content: center;
}
#signUpOverlay .spinner {
  width: 44px;
  height: 44px;
  border: 4px solid #eee;
  border-top: 4px solid #2673b8;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .navbar-collapse.collapse {
    margin-top: 90px;
    margin-bottom: 10px;
    width: auto;
  }

  .navbar-nav {
    width: auto;
    justify-content: flex-end;
  }
}
.divider-vertical {
  border-left: 1px solid #ddd;
  height: 30px;
  margin: 0 4px;
}
@media (max-width: 1199px) {
  .divider-vertical {
    border-left: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
    height: 1px;
  }
}

.trash-wrap{position:relative;display:inline-block}
.trash-wrap .trash-tooltip{display:none !important}

.trash-tooltip-floating{position:fixed;left:0;top:0;pointer-events:none;z-index:99999;background:#f2d0d3;color:#8a1f26;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;box-shadow:0 4px 12px rgba(0,0,0,0.10);border:1px solid #e8b4b8;white-space:nowrap;display:flex;align-items:center;gap:8px}
.trash-tooltip-floating .tooltip-icon{width:16px;height:auto;display:inline-block;vertical-align:middle}
.trash-tooltip-floating::before{content:"";position:absolute;width:12px;height:12px;background:#f2d0d3;transform:translateX(-50%) rotate(45deg);right:-2px;left:auto;top:-6px;border-left:1px solid #e8b4b8;border-top:1px solid #e8b4b8}
.trash-tooltip-floating.action-tooltip::before{content:"";position:absolute;width:12px;height:12px;background:#f2d0d3;transform:translateX(-50%) rotate(45deg);left:50%;right:auto;top:-6px;border-left:1px solid #e8b4b8;border-top:1px solid #e8b4b8}

@media (max-width: 767px) {
  #modal-notas-pedido .modal-header { padding-right: 56px; }
  #modal-notas-pedido .modal-header .close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    margin-top: 0;
    margin-right: 0;
    opacity: 0.7;
    z-index: 30;
  }
}
