/*
Theme Name: Ricoh
Theme URI: http://localhost
Description: Child theme basado en Kadence
Author: Tu nombre
Template: kadence
Version: 1.0
*/
/* Fondo con textura suave en todo el sitio */
body {
  background-image: url('/wp-content/uploads/2026/01/ricoh.webp');
  background-repeat: repeat;
  background-size: auto; 
  background-attachment: fixed; 
  background-color: #ffffff; 
}
h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
		margin:20px!important;
    color: var(--global-palette3);
}
 
.site-main {
  background-image: url('/wp-content/uploads/2025/12/ricoh-body.png');
  background-repeat: repeat;
  background-size: auto;
  padding: 20px 0;
}
 
header, .main-header {
    background-color: #f8f9fa; /* Color de fondo base */
    background-image: radial-gradient(#00000005 1px, transparent 0);
    background-size: 4px 4px;
    backdrop-filter: blur(2px); /* Opcional: suaviza lo que hay detrás */
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
 
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}
.card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
  position: relative;
}
 
/* Elevación de la card */
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}
 
/* Imagen */
.card img {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
  transition: transform 0.6s ease;
}
 
/* Zoom suave de imagen */
.card:hover img {
  transform: scale(1.06);
}
 
/* Línea/acento visual */
.card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #C9163A; 
  transition: width 0.35s ease;
}
 
.card:hover::after {
  width: 100%;
}
 
/* Texto */
.card h3 {
  margin: 18px 16px 8px;
  transition:
 
.card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
 
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
 
.card h3 {
  margin: 16px;
}
 
.card p {
  margin: 0 16px 20px;
  color: #555;
}
.feature-section {
  background: linear-gradient(135deg, #0f172a, #020617);
  padding: 80px 0;
}
.feature-image img {
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.45);
  animation: float 6s ease-in-out infinite;
}
	.feature-text {
  color: #e5e7eb; /* gris claro, no blanco puro */
}
	.feature-text h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #ffffff;
}
.feature-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 520px;
  color: #d1d5db;
}
@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}
	.stats-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #08a6cb;
  padding: 80px 0;
}
 
.stats-section .wp-block-columns {
  max-width: 1200px;
  margin: auto;
  align-items: center;
}
.stats-content h2 {
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.stats-grid {
  display: flex;
  gap: 30px;
}
 
.stat-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  min-width: 220px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
 
 
	.stats-section .stat-number {
  font-size: clamp(3rem, 6vw, 4.5rem); /* 🔥 grande y responsive */
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  display: inline-block;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
 
.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff !important;
}
 
.contact-item a {
    text-decoration: none;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.4;
    transition: opacity 0.3s ease;
}
 
.contact-item a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
 
.contact-item svg {
    flex-shrink: 0;
    opacity: 0.9;
}

.kadence-header--sticky-enabled.kadence-sticky-header.is-stuck {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);  */
}
 

body.admin-bar .site {
    margin-top: 80px; 
}
body:not(.admin-bar) .site {
    margin-top: 70px; 
}
	.animate-on-scroll {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.animate-on-scroll.appear {
    opacity: 1;
    transform: translateX(0);
}
/* Estilo de la modales valores */
 
	.empresa-modal {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}
 
.empresa-modal .modal-contenido {
  background: white;
  margin: 8% auto;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  border-radius: 12px;
  position: relative;
}
 
.empresa-modal .cerrar {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #aaa;
}
 
.empresa-modal .cerrar:hover {
  color: #333;
}
 
div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label{
  color: #fff !important;
}
 
.joinchat__button{
		bottom:50px !important;
		right:28px !important;
	}
 /* ajustes productos */
.woocommerce .loop-entry.product {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  height: 100%;
}
.woocommerce .loop-entry.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.12);
  border-color: #06aced;
}
.woocommerce .loop-entry.product img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-radius: 12px;
}
.woocommerce .loop-entry.product .woocommerce-loop-product__title {
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
  min-height: 48px;
}
 
.woocommerce .loop-entry.product .price {
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}
.woocommerce .loop-entry.product .button {
  width: 100%;
  border-radius: 999px;
  margin-top: 12px;
}
li.entry.content-bg.loop-entry.product.type-product.status-publish{   
		margin:20px 0 0 0;
		background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
	height: 100%;
}
.archive-description {
    padding: 20px;
}