/*
PK - Version 4, tema claro cálido + fuentes Google
*/

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  background: #f5f0eb;
  color: #333;
  margin: 0;
  padding: 0;
}

a {
  color: #c47a1a;
  text-decoration: none;
}

a:hover {
  color: #8b4513;
  text-decoration: underline;
}

#wrapper {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px 40px;
}

/* ENCABEZADO */
#encabezado {
  text-align: center;
  padding: 30px 0 15px;
  border-bottom: 2px solid #d4830f;
  margin-bottom: 25px;
}

.tituloGrande {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #d4830f;
  font-size: 42pt;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.textoDetalle {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #555;
  font-size: 13pt;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.dieciocho {
  font-size: 14pt;
  font-weight: 700;
  color: #8b4513;
}

/* CARRUSEL PRINCIPAL */
#carrusel {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 8px;
  background: #2c2c2c;
  box-shadow: 0 4px 20px rgba(139,69,19,0.2);
}

.slide {
  display: none;
  animation: fadeIn 0.8s ease-in-out;
}

.slide.active {
  display: block;
}

.slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.carrusel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(44,44,44,0.6);
  color: #d4830f;
  border: 1px solid rgba(212,131,15,0.3);
  padding: 12px 18px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
  z-index: 10;
}

.carrusel-btn:hover {
  background: rgba(212,131,15,0.9);
  color: #fff;
}

.carrusel-btn.prev { left: 10px; }
.carrusel-btn.next { right: 10px; }

#carrusel-puntos,
.carrusel-puntos {
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
}

.punto {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.punto.activo {
  background: #d4830f;
}

/* CARRUSELES DE SECCIONES */
.carrusel-seccion {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 15px auto;
  overflow: hidden;
  border-radius: 8px;
  background: #2c2c2c;
  box-shadow: 0 4px 12px rgba(139,69,19,0.15);
}

.carrusel-seccion .slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

/* VIDEO */
.video-contenedor {
  margin: 25px auto;
  text-align: center;
}

.video-contenedor video {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(139,69,19,0.15);
}

/* SECCIONES */
#andamios, #rejas, #mesas, #escaleras {
  margin: 40px auto;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ddd0c2;
}

#andamios h2, #rejas h2, #mesas h2, #escaleras h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #c47a1a;
  font-size: 22pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  border-bottom: 3px solid #d4830f;
  display: inline-block;
  padding-bottom: 4px;
}

#andamios h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #8b4513;
  font-size: 15pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 25px 0 10px;
}

.ver-mas {
  display: inline-block;
  margin-bottom: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #d4830f;
  font-size: 11pt;
  text-decoration: none;
  border: 1px solid #d4830f;
  padding: 5px 15px;
  border-radius: 20px;
  transition: background 0.3s, color 0.3s;
}

.ver-mas:hover {
  background: #d4830f;
  color: #fff;
  text-decoration: none;
}
