/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.button-shop {
	color: rgb(237, 224, 224);
}
.subtitle {
	font-family: Poppins;
}
.section-title {
	font-size: 40px;
	color: #444;
}

.span-font {
	font-family: Poppins;
}

p, .block-img {
	font-family: Poppins;
}

.col-md-6::before {
  	content: "";
  	position: absolute;
  	top: 0; left: 0; right: 0; bottom: 0;
  	z-index: 1;
}

.section-content  {
  	max-width: none;
    width: 70%;
}
.section-content h3 {
  	color: #212529;             
  	letter-spacing: 0.01em;
  	line-height: 1.18;
  	margin-bottom: 1.1rem;
    font-size: 2.8rem
}


.section-content span {
	font-size: 1.8rem;
	color: #212529;        
  	letter-spacing: 0.01em;
  	line-height: 1.65;
  	display: block;
  	margin-bottom: 1.3rem;
    font-size: 1rem !important;
}

.sumate {
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
}

li {
  	list-style: none;
}

.footer-info p {
	font-size: 13px;
}

.subtitle #b2b {
    margin-top: 3.5 rem !important;
}

.footer-address li {
  	display: flex;
  	gap: 10px; /* espacio entre ícono y texto */
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  align-items: center;
  padding: 10px 0;
}

.logo-item {
  flex: 0 1 120px; /* ancho base, se ajusta si hay menos espacio */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.logo-item img {
  max-height: 90%;
  max-width: 100%;
  object-fit: contain;
}

.whatsapp-chat {
    position: fixed;
    bottom: 50px;
    right: 91px;
    z-index: 9999;
}
.whatsapp-icon {
    position: absolute;
    bottom: 0;
}
.whatsapp-img {
    background-color: #00a82d !important;
    height: 50px;
    width: 50px;
    border-radius: 60px;
    /* text-align: center; */
    background: #00a82d;
    padding: 13px;
    box-shadow: 0 5px 8px rgba(0,0,0,.3);
    line-height: 25px;
    cursor: pointer;
    display: block;
    
}
.whatsapp-img i{
    vertical-align: top;
    
}

.widget h4 {
  text-transform: uppercase;
  font-family: var(--cnvs-body-font) !important;
  font-size: 14px;
  font-style: normal;
  color: #444;
}

.footer-address ul {
  margin-bottom: 0px !important;
}
/* --- Certificación (Home) --- */
.certification-block{
  margin-top: 18px;
}

.certification-title{
  font-family: "Nexa", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #808080; /* gris del manual */
  margin-bottom: 10px;
}

.certification-badge{
  display: flex;
  align-items: center;
  gap: 12px;
}

.certification-badge__img{
  height: 100px;
  width: auto;
  display: block;
}

.certification-badge__text{
  font-family: "Nexa", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000; /* negro del manual */
  line-height: 1.25;
}

@media (max-width: 768px){
  .certification-badge__img{ height: 70px; }
  .certification-badge__text{ font-size: 13px; }
}

.portfolio-desc h3 {
  font-weight: normal;
  font-size: 16px;
}

.portfolio-desc span {
  font-size: 12px;
}
/* h3 específicos dentro de la sección de validaciones */
#validaciones .portfolio-item .portfolio-desc h3,
#validaciones .portfolio-item h3 {
  font-size: 20px !important;
  line-height: 1.1;
}
/* spans dentro de los portfolio-item en validaciones */
#validaciones .portfolio-item .portfolio-desc span,
#validaciones .portfolio-item span {
  font-size: 16px !important;
  line-height: 1.4;
}
.page-title {
    margin-top: 0 !important;              /* quita espacio superior */
    padding-top: 80px;                     /* altura del espacio ampliado (ajustar) */
    padding-bottom: 60px;                  /* separación inferior opcional */
}
#bioleather-intro .subtitle {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center; /* conservar centrado dentro del ancho completo */
}

#bioleather-intro .heading-block {
  --cnvs-heading-block-center-container: 1400px !important;
}

#empresas p {
  padding-top: 15px;
}


#bioleather-intro .content-wrap {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* --- Sello Bioproducto en Hero (Biocueros) --- */
.hero-cert{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 14px 0;
  padding: 10px 12px;
 
  
  
}

.hero-cert__img{
  height: 35px;
  width: auto;
  display: block;
}

.hero-cert__text{
  font-family: "Nexa", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  color: #000000;
}

/* Mobile */
@media (max-width: 768px){
  .hero-cert{
    width: 100%;
    gap: 10px;
    padding: 10px 10px;
  }
  .hero-cert__img{ height: 36px; }
  .hero-cert__text{ font-size: 13px; }
}

.sheets-gallery .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centra las columnas horizontalmente */
    gap: 24px; /* separacion entre items, ajustar si hace falta */
    margin-left: 0;
    margin-right: 0;
    align-items: flex-start;
    box-sizing: border-box;
}
#sci-culture a {
    transition: opacity 0.4s ease;
    opacity: 0.95;
}

#sci-culture a:hover {
    opacity: 1;
    filter: brightness(1.1);
}

#sci-culture a:hover h3 {
    display: none;
}

#sci-culture a:hover .sci-culture-text {
    display: block !important;
    animation: fadeIn 0.3s ease-in;
}

.sci-culture-text {
	font-size: 5rem;
 	letter-spacing: 0rem;
  	margin-bottom: 1rem;
}

@media (max-width: 1200px) {
.section-content  {
    width: 90%;
    margin-top: 0 !important;
}
.section-content h3 {
  	color: #212529;             
  	letter-spacing: none;
  	line-height: 1;
  	margin-bottom: 0.5rem;
    font-size: 2rem
}


.section-content span {
	font-size: 1rem;
 	letter-spacing: 0rem;
  	margin-bottom: 1rem;
    font-size: 0.8rem !important;
}

}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (max-width: 576px) {
  .slider-caption .emphasis-title h2,
  .emphasis-title h2 {
    line-height: 1.05 !important;
  }

  .section-content span {
    font-size: 16px !important;
  }

  .section-content {
    padding: 0px 20px 0px !important;
    
  }

  .slider-arrow-left,
  .slider-arrow-right {
    display: none !important;
  }

  .footer-address ul {
    margin-bottom: 20px !important;
  }

    .subscribe-widget {
      padding-top: 20px;
    }

  .b2b-cards {
    flex-wrap: wrap !important;
  }

  .b2b-cards .col {
    min-width: 100% !important;
  }


}

/* Estilo para el enlace del top-bar */
#top-bar .span-font a {
    color: #fff !important;
    transition: color 0.2s;
}
#top-bar .span-font a:hover {
    color: #aab7bd !important;
}

.sale-flash.badge {
    font-family: 'Poppins', sans-serif !important;
}

#oc-clients {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    margin-right: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 40px;
}

/* --- Clientes / "Nos acompañan" --- */
.clients-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  box-sizing: border-box;
}
.clients-grid .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.clients-grid .grid-item img {
  max-width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
}

@media (max-width: 576px) {
  .clients-grid {
    gap: 16px;
  }
  .clients-grid .grid-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .clients-grid .grid-item img {
    max-height: 80px;
  }
}

#proceso .feature-box .fbox-icon {
  margin-bottom: 20px;
}

#proceso .feature-box .fbox-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(0, 0, 0, 0.06);
  color: #4d4d4d;
  font-family: 'Montserrat', sans-serif;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}


#proceso .feature-box .fbox-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#sustentabilidad-impacto .fbox-center .fbox-icon i {
  background-color: #fff !important;
  color: #a48672 !important;
}

