/* Estilos generales */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #121212;
  color: #ffffff;
}

header {
  background-color: #212121;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*position: absolute;*/
  /*  background: #0000008f;*/
 /* background: linear-gradient(179deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
  /*z-index: 5;*/
 /* width: 100%;*/
}

.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.banner-list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  z-index: 10;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  left: 0;
  top: 82px;
  background-color: #212121;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  height: 0px;
}

.banner-list li {
  padding: 5px 0;
}

#banner-btn:checked ~ .banner-list {
  height: 350px;
}

.banner-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.banner-btn svg {
  transform: scale(1.4);
}

@media screen and (min-width: 768px) {
  .banner-list {
    flex-direction: row;
    position: static;
    height: auto;
  }

  .banner-btn {
    display: none;
    pointer-events: none;
  }
}

img {
  display: block;
  margin: 0 auto;
}
.banner h1 {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

nav ul li {
  margin-left: 20px;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}


.video-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.video-container {
  width: 100%;
  height: calc(100vh - 82px); /* Alto total menos el banner */
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.descripcion-section p {
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 20px;
  background-color: #444444;
  border-top: 1px solid #818181;
  border-bottom: 1px solid #818181;
  
}
.lineas-section {
  width: 100%;
  padding: 20px;
  background-color: #1e1e1e;
}

.linea {
  margin-bottom: 40px;
}

.contenedor-divisiones {
  position: relative; /* Necesario para posicionar el texto */
  display: flex;
  gap: 10px;
}

.titulo-superpuesto {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
  background-color: rgba(97, 97, 97, 0.267);
  color: #ffffff;
  padding: 8px 16px;
  font-size: 32px;
  border-radius: 5px;
}

.columnas-2 .division {
  flex: 1 1 50%;
}

.columnas-3 .division {
  flex: 1 1 33.33%;
}

.division {
  background-color: #2b2b2b;
  padding: 5px;
  border-radius: 8px;
  overflow: hidden;
}

.division img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}



.Sobremlplak-section {
  background-color: #1f1f1f;
  color: #e0e0e0;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top: 2px solid #818181;
  border-bottom: 2px solid #818181;
}

.Sobremlplak-section article {
  max-width: 900px;
  margin: 0 auto;
  background-color: #2a2a2a;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.Sobremlplak-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #dddddd;
  border-left: 5px solid #818181;
  padding-left: 12px;
}

.Sobremlplak-section h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #ffffff;
}

.Sobremlplak-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.Sobremlplak-section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.Sobremlplak-section li {
  margin-bottom: 10px;
  line-height: 1.6;
}



.contacto-section p {
  font-size: 16px;
  line-height: 1.6;
}

.contacto-section a {
  color: #3ea530;
  text-decoration: none;
}

.contacto-section a:hover {
  text-decoration: underline;
}



.discount-banner {
  background-color: #818181;
  color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}


.pasos-proyecto {
  background-color: #1a1a1a;
  color: #eaeaea;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
}

.pasos-proyecto h3 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.pasos-proyecto p {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 18px;
}

.pasos-proyecto strong {
  color: #ffffff;
  font-weight: 600;
}


.subscribe {
  text-align: center;
  border: 1.5px solid #ffffff;
  max-width: 900px;
  width: 100%;
  padding: 25px;
  border-radius: 5px;
  margin: 20px auto;
}

.timeline {
  height: 5px;
  max-width: 700px;
  margin: 20px auto 70px;
  list-style: none;
  position: relative;
  background-color: #818181;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20%;
}

.timeline li {
  width: 20px;
  height: 20px;
  background-color: #121212;
  border: 4px solid #818181;
  border-radius: 50%;
  position: relative;
}

.timeline li div {
  position: absolute;
  width: max-content;
  text-align: center;
  font-weight: bold;
  transform: translate(-45%, 30%);
  margin: auto;
}

.timeline li div svg {
  stroke: #818181;
  width: 40px;
  height: 40px;
}

.timeline li div svg path {
  stroke: #818181;
}

.suscribe-link {
  background-color: #818181;
  color: white;
  border-radius: 5px;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: bold;
}


.faq-section {
  padding: 20px 20px;
  background-color: #1e1e1e;
  border-top: 2px solid #818181;
  border-bottom: 2px solid #818181;
}

.faq-section h2 {
  margin-bottom: 10px;
  color: #818181;
}


.faq-container {
  display: flex;
  flex-direction: column;
  gap: 10px; /* Reducido el espacio entre los elementos */
}

.faq-item {
  background-color: #333333;
  padding: 10px; /* Reducido el padding */
  border-radius: 8px;
  position: relative;
}

.faq-item input[type="radio"] {
  display: none;
}

.faq-item label {
  cursor: pointer;
  font-size: 16px; /* Reducido el tamaño de la fuente */
  color: #ffffff;
  display: block;
  font-weight: bold;
  margin-bottom: 5px; /* Reducido el margen inferior */
}

.faq-item .faq-content {
  display: none;
  margin-top: 5px; /* Reducido el margen superior */
  color: #ffffff;
}

.faq-item input[type="radio"]:checked ~ .faq-content {
  display: block;
}

.contratar-btn {
  margin-top: 10px;
  width: 100%;
  height: 40px;
}



/* Estilos generales para la sección de contacto */
.contacto-section {
  background-color: #111;
  color: #eee;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacto-contenedor {
  background-color: #1a1a1a;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(255, 255, 255, 0.4);
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.contacto-contenedor h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}

.contacto-contenedor p {
  color: #ccc;
  margin-bottom: 25px;
}
#direcccion-dir li{
  color: #ccc;
  
  margin-bottom: 15px;
}

.redes-sociales {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 30px;
}

.redes-sociales a {
  color: #aaa;
  text-decoration: none;
  font-size: 22px;
  transition: color 0.3s;
}

.redes-sociales a:hover {
  color: #fff;
}

.whatsapp-boton {
  display: inline-block;
  background-color: #3a3a3a;
  color: white;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s;
  box-shadow: 0 2px 10px rgba(114, 114, 114, 0.3);
}

.whatsapp-boton:hover {
  background-color: #616161;
}