#navbar .logo{
  float: none;
  text-align: center;
}

#navbar ul, #navbar ul li{
  float: none;
}

#navbar ul li a{
  padding: 5px;
  border-bottom: #e0e0e0 1px solid;
}

/* Showcase */
#showcase{
  background: url('../img/bg-1.jpg') no-repeat center center/cover;
  opacity: 0.8;
  height: 600px;
 
}

#showcase{
  height: 100%;
}

#showcase .showcase-content{
  padding-top: 40px;
  padding-bottom: 20px;
}

/* Home info */
#home-info .info-img{
  float: left;
  width: 50%;
  background: url('../img/Instalaciones-electricas-en-Lima.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100%;
}

#home-info .info-img{
  display: none;
}

#home-info .info-content{
  float: none;
  margin-bottom: 20px;
  width: 100%;
}

#home-info .info-content .btn{
  margin-bottom: 50px;
}

.box{
  float: none;
  width: 100%;
}

/* Empresa */
#about-info .info-left, #about-info .info-right{
  float: none;
  width: 100%;
}

.l-heading{
  text-align: center;
}

/* Contacto */
#contact-info .box{
  padding: 10px 0;
  border-bottom: 1px solid grey;
}

#contact-form p{
  text-align: center;
}

.logo a {
  color: black;        /* letras negras */
  text-decoration: none; /* quita el subrayado del enlace */
}

/* ======== SECCIONES SEO ======== */

.seo-text,
.faq,
.zona {
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    line-height: 1.7;
}

/* TITULOS PRINCIPALES */
.seo-text h2,
.faq h2,
.zona h2 {
    font-size: 28px;
    color: #0b3c5d;
    margin-bottom: 25px;
    border-left: 6px solid #0077b6;
    padding-left: 15px;
}

/* SUBTITULOS */
.seo-text h3,
.faq h3,
.zona h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

/* PARRAFOS */
.seo-text p,
.faq p,
.zona p {
    margin-bottom: 15px;
    color: #444;
    font-size: 16px;
}

/* LISTAS TECNICAS */
.seo-text ul {
    margin-top: 15px;
    padding-left: 25px;
}

.seo-text ul li {
    margin-bottom: 10px;
    position: relative;
}

/* CHECK TECNICO */
.seo-text ul li::marker {
    color: #00a86b;
}

/* FAQ estilo acordeÃ³n visual */
.faq h3 {
    background: #f5f8fa;
    padding: 12px 15px;
    border-radius: 6px;
    border-left: 4px solid #0077b6;
}

/* ZONA */
.zona {
    background: #f7fbff;
    border: 1px solid #e1ecf4;
}

/* ======== MOVIL ======== */
@media(max-width:768px){

.seo-text,
.faq,
.zona {
    padding: 25px 18px;
    margin: 40px 12px;
}

.seo-text h2,
.faq h2,
.zona h2{
    font-size: 22px;
}

}

/* botones redes sociales........................................*/


/* Contenedor */
.share-buttons{
  margin-top:20px;
  padding:15px;
  border-top:1px solid #e5e5e5;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  font-family:Arial, Helvetica, sans-serif;
}

.share-buttons span{
  font-weight:600;
  margin-right:10px;
  color:#444;
}

/* Botones */
.share-buttons a{
  text-decoration:none;
  padding:8px 14px;
  border-radius:6px;
  font-size:14px;
  color:#fff;
  transition:0.25s ease;
  display:inline-block;
}

/* Colores oficiales */
#share-wa{ background:#25D366; }
#share-fb{ background:#1877F2; }
#share-ln{ background:#0A66C2; }

/* Hover */
.share-buttons a:hover{
  transform:translateY(-2px);
  opacity:0.9;
}

/* M¨®vil */
@media(max-width:600px){
  .share-buttons{
    justify-content:center;
    text-align:center;
  }
}

.grid-galeria {
    grid-template-columns: repeat(2, 1fr);
}

.grid-galeria img {
    height: 180px;
}



/* 4 fotos - instalaciones electricas */

.galeria-servicios {
    padding: 40px;
    text-align: center;
}

.galeria-servicios h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.grid-galeria {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.grid-galeria img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}



/* Preguntas y respuestas - instalaciones electricas */

.faq {
  padding: 40px;
  max-width: 900px;
  margin: auto;
}

.faq h2 {
  text-align: center;
  margin-bottom: 30px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item h3 {
  font-size: 18px;
  color: #0a58ca;
}

.faq-item p {
  font-size: 15px;
  line-height: 1.6;
}







