/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */


/* ===== Estilos ficha de producto ===== */
.ficha-producto {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #333;
  background: #fff;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  max-width: 100%;
  box-sizing: border-box;
}

.ficha-header {
  background: #007CA6;
  color: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0,124,166,0.15);
  text-align: center;
}

.ficha-header h2,
.ficha-header h1 {
  margin: 0;
  font-size: 22px;
  color: #fff;
}

.ficha-header p {
  margin: 6px 0 0;
  font-size: 15px;
  opacity: 0.95;
}

.ficha-bloque {
  background: #fff;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid #e4eaf0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.ficha-bloque h3 {
  color: #007ca6;
  font-size: 16px;
  margin: 0 0 8px;
}

.ficha-icono-texto {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ficha-icono-texto img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.ficha-presentaciones {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ficha-presentaciones span {
  background: #f1f9fc;
  border: 2px solid #007CA6;
  color: #007ca6;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: bold;
}
