/* Estilos adicionales para las nuevas secciones */
.selector-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-card {
  background: white;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

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

.product-card .badge {
  background: #cee002;
  color: #000;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}

.btn-yellow {
    background-color: #cee002;
    color: #000;
}

.product-card h3 {
  color: #2c3e50;
  font-size: 24px;
  margin-bottom: 15px;
}

.product-card .subtitle {
  color: #7f8c8d;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.product-card p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

.product-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.product-card ul li {
  padding: 8px 0;
  color: #555;
  position: relative;
  padding-left: 25px;
}

.product-card ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: bold;
}

.two-column-section {
  padding: 80px 0;
}

.two-column-section img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.two-column-section .text-content h2 {
  color: #2c3e50;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.two-column-section .text-content h3 {
  color: #34495e;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.two-column-section .text-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* ESTILOS COMENTADOS - NO UTILIZADOS */
.profiles-section {
  padding: 60px 0;
}

.profile-item {
  text-align: center;
  margin-bottom: 30px;
}

.profile-item img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.profile-item h5 {
  color: #cee002;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.profile-item p {
  color: #7f8c8d;
  font-size: 14px;
  margin: 0;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header p {
  color: #7f8c8d;
  font-size: 18px;
}

.post-thumbnail-placas-marmol{
  background: url(../images/placa-tipo-marmol/placa-tipo-marmol-intro.jpg) 50% no-repeat;
  background-size: cover;
  padding: 12.4rem 15px 16rem;
}

.post-thumbnail-placas-marmol h1,
.post-thumbnail-placas-marmol .title-info{
  color: #fff;
}

.post-thumbnail-placas-marmol{
  padding-left: 0;
  padding-right: 0;
}

.post-thumbnail-placas-marmol .container{
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .two-column-section {
    padding: 40px 0;
  }
  
  .two-column-section .text-content {
    margin-top: 30px;
  }
  
  .section-header h2 {
    font-size: 28px;
  }
  
  .cta-section h2 {
    font-size: 28px;
  }
  
  .row-eq-height {
    flex-direction: column;
  }
}