/* Quitar uppercase global */
body,body *{text-transform:none!important}

/* Colores */
.orange{color:#fe7c09}
.bg-orange{
  background:#fe7c09 ;
}
.white{color:#fff}
.black{color:#636364}
h3.name-new {
    color: #fe7c09;
    font-size: 18px;
}
.header,
.header .top {
  padding: 0 16px 0 16px;
  margin: 0 !important;
  min-height: auto !important;
  
}


/*Productos single*/



.header .top .site a {
     display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid white;
    padding: 5px 8px;
    margin: 2px;
    font-size: 12px !important;
    white-space: nowrap; /* evita que el texto se corte a otra línea */
}
.btn-quotation {
    display: none !important;}

.shop-page .catalog-items .product {
    padding-bottom: 2rem;
    background: #fff !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15) !important;
    border-bottom: 4px solid transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.shop-page .catalog-items .product:hover {
    border-bottom-color: #f7941e;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}


.shop-page .catalog-items .product:hover {
  border-bottom-color: #f7941e !important; /* Naranja corporativo */
}

/* Header submenu */
.header .sub-menu{
  border-radius:12px;
  border:none!important;
  border-top:none!important;
  box-shadow:none!important;
  margin-top:0!important;
  padding-top:0!important;
  overflow:hidden;
}
.header .sub-menu li{
  border-bottom:1px solid #ccc!important;
  border-top:none!important;
  padding:.4rem 16px!important;
}

/* Home slogan */
.home-slogan .block{
  min-height:350px!important;
  padding:1rem 0;
  font-size:20px;
}

/* Footer contacto */
.footer-contact{
  margin-top:30px;
  font-size:16px;
  color:#fff;
  padding-left:46px;
}
.footer-contact h3{
  font-size:28px;
  margin-bottom:8px;
  font-weight:700;
}
.footer-contact p{
  margin:4px 0 20px;
}
.footer-contact a{
  text-decoration:none;
  font-weight:700;
}
.footer-contact a:hover{
  color:#fff;
  text-decoration:none;
}

/* Shop catalog control */
.shop-page .catalog-control #catalog-order{
  max-width:200px;
  border:1px solid #232342;
}

/* Sidebar productos */
.b33-categoria,
.sidebar .block{
  position:relative;
  margin:auto 0 30px;
  background:#fff;
  border-radius:8px;
  box-shadow:0 24px 48px -12px rgba(0,60,167,.12);
  width:280px;
  min-width:280px;
  padding:20px;
  z-index:3;
}

.b33-categoria li,
.sidebar ul.list li.filter{
  border-top:1px solid #eaeaea;
  padding:10px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  color:#636364;
  width:90%;
  border-radius:0;
}

.b33-list-item h3,
.b33-list-item span,
.sidebar h3{
  color:#636364;
}

.b33-list-item.active h3,
.b33-list-item:hover h3,
.b33-list-item.active span,
.b33-list-item:hover span,
.sidebar ul.list li.filter input[type=radio]:checked + span,
.sidebar ul.list li.filter label:hover > span{
  color:#fc7600;
}

h3.title-category,
.sidebar h3{
  font-size:20px!important;
  font-weight:700;
  padding-left:16px;
  color:#838383;
}

/* Sidebar list */
.sidebar ul.list{
  list-style:none;
  margin:0;
  padding:0;
}

.sidebar ul.list li.filter input[type=radio]{
  position:absolute;
  opacity:0;
  width:0;
  height:0;
  pointer-events:none;
}

.sidebar ul.list li.filter label{
  cursor:pointer;
  width:100%;
  display:flex;
  align-items:center;
}

.sidebar ul.list li.filter label > span{
  width:100%;
  display:inline-block;
 /*padding:10px 14px;*/
  border-radius:0px;
  font-size: 14px;
  color:#636364;
  background:none;
  font-weight:normal;
}

.sidebar ul.list li.filter input[type=radio]:checked + span{
  background:#fc7600;
  color:#fff;
  font-weight:700;
  font-size: 13px;
  padding: 8px;
}

.sidebar ul.list li.filter label:hover > span{
 background:#d4d4d4;
 color:#636364;
  font-weight:700;
}

.catalog-control ul,
.catalog-control .paginationjs {
  display: none !important;
}
.loading-alert {
  display: none;
}

.brand-title {
  font-size: 24px;
  font-weight: bold;
}

.border-animated {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.border-animated::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #fe7c09;
  animation: growBorder 1s ease-out forwards;
}

@keyframes growBorder {
  to {
    width: 100%;
  }
}
.brand-card {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    height: 250px !important;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 15px;
    transition: all 0.3s ease;
    padding-bottom: 59px !important;
    padding-top: 72px !important;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.brand-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 180px;
  margin-bottom: 20px;
}


.brand-logo {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 180px;
  object-fit: contain;
  object-position: center;
  display: block;
}


.ver-productos {
  color: #444;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

.category-filter input[type="radio"] {
	display: none;
}

.category-btn {
	display: inline-block;
	padding: 8px 16px;
	margin: 5px 5px 0 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
	cursor: pointer;
	transition: all 0.3s ease;
}

.category-btn:hover {
	background-color: #e0e0e0;
}

.category-btn.active {
	background-color: #333;
	color: #fff;
	border-color: #333;
}
.list li.active label {
  font-weight: bold;
  color:#fe7c09; /* O el color que prefieras para resaltar */
  
}


/**********************/
.business-numbers .item .image {
    text-align: center;
    line-height: 100px;
    height: 119px !important;
    background: #063ab2 !important;
    padding-top: 8px !important;
}

.business-numbers .item .name {
    text-transform: uppercase !important;
    font-size: 19px !important;
    margin-bottom: 0.25rem;
    font-weight: 600;
}
.business-numbers .item .number {
    color: #063bb4;
    font-weight: bold;
    font-size: 24px;
}

.first-word {
    color:#063bb4; /* O el color exacto que uses, por ejemplo #007bff */
    font-weight: 600;
}
.business-details .item .text p {
   font-size: 16px !important;
    line-height: 29px;
}
span.company-title {
    font-weight: 500;
}
h3.liena-name {
    color: #6f6f6f;
    font-size: 24px;
}