 /*
Theme Name: Basic 01  -  Seo Consulting Perú
Theme URI: Seoconsultingperu.com
Author: Seo Consulting 
Author URI: 
Description: Plantilla Básica Seo Consulting

*/
 :root{
      --brand:#ff4c00;         /* verde principal */
      --accent:#ffdc91;       /* color acento */
      --muted:#23276c;
      --max-width:1200px;
      --radius:12px;
      --glass: rgba(255,255,255,0.85);
    }


    *{box-sizing:border-box}
    body{margin:0;color:#222;line-height:1.5; background: url(img/fondo01.jpg); background-attachment: fixed; background-size: cover;}
    a{color:inherit;text-decoration:none; font-family: "Oswald", sans-serif;}
    h1,h2,h3,h4,h5,h6{font-family: "Oswald", sans-serif;}
    a, p, span, div{font-family: "Poppins", sans-serif;}



    /* Container */
    .container{max-width:var(--max-width);margin:0 auto;padding:0 18px}

    /* Header */
    header{
      position:fixed;top:0;z-index:60;
     width: 100%;
      box-shadow:0 2px 8px rgba(20,20,20,0.06);
      background: linear-gradient(180deg,rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.56) 65%, rgba(255, 255, 255, 0) 100%);;
    }
    .nav{
      display:flex;align-items:center;justify-content:space-between;padding:12px 0;
    }

    nav.menu{display:flex;gap:18px;align-items:center}
    nav.menu a{padding:8px 10px;border-radius:8px;color: #23276c;font-weight:700; text-transform: uppercase;}
    nav.menu a:hover{background:var(--accent);color:#0b3b2a}
    .cta{
      display:flex;gap:8px;align-items:center;
    }
    .whatsapp-btn{
      display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#ff4c00,#ff4d0092);color:#fff;padding:10px 14px;border-radius:10px;font-weight:700;
      box-shadow:0 6px 18px rgba(11,107,82,0.12)
    }
    .phone{font-weight:700}

    /* Mobile */
    .burger{display:none;border:0;background:none;font-size:22px}
    @media(max-width:900px){
      nav.menu{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;padding:18px;flex-direction:column;gap:12px;box-shadow:0 8px 24px rgba(0,0,0,0.08)}
      .burger{display:block}
    }
	.product-card{position: relative;}
	.premium{ position: absolute; background: #ffc215; padding: 5px 7px; color: #fff; top: 15px; right: 15px; border-radius: 9px; font-size: 12px; font-weight: 900;}
    /* Hero slider (two columns) */
    .hero{padding:28px 0; background: url(img/banner.jpg); background-size: 120% 120%; background-position: center; position: relative; animation: moverFondo 10s linear infinite, zoomFondo 8s ease-in-out infinite;}
    .hero::before{content: ""; display: block; position: absolute; z-index: 0; top: 0; left: 0; background: linear-gradient(90deg, rgb(112 38 7) 0%, rgb(145 47 6) 35%, rgb(20 7 2 / 48%) 83%); width: 100%; height: 100%; opacity: 0.8;}
    .hero .container{position: relative; z-index: 2;}
    .hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;height: 100vh;}
    .hero-text h1{font-size:51px;margin:0 0 12px;color:#fff}
    .hero-text p{margin:0 0 18px;color: #fff}
    .hero-actions{display:flex;gap:12px}
    .btn{background: var(--brand);color: #fff;padding:10px 16px;border-radius:10px;font-weight:700; margin: 15px 0px; display: inline-block;}
    .hero-media{display:flex;gap:12px;flex-wrap:wrap;justify-content:end;  animation: movimientoVertical 4s ease-in-out infinite;}
    @keyframes movimientoVertical {
      0% { transform: translateY(0); }
      50% { transform: translateY(50px); }
      100% { transform: translateY(0); }
    }
        /* Efecto zoom */
    @keyframes zoomFondo {
      0% { background-size: 110% 110%; }
      50% { background-size: 130% 130%; }
      100% { background-size: 110% 110%; }
    }

    .loc{border-radius: 20px; overflow: hidden; position: relative; margin: -20px 0px;}
    .hero-media img{width:100%;max-width:460px;border-radius:12px;box-shadow:0 12px 30px rgba(11,107,82,0.06)}

    @media(max-width:900px){
      .hero-inner{grid-template-columns:1fr; text-align:center}
      .hero-media img{max-width:100%}
    }
		
    /* Section styles */
    section{padding:88px 0;border-top:1px solid rgba(0,0,0,0.03);}
    .section-title{display:flex;align-items:center;gap:12px;margin-bottom:18px; justify-content: center;}
    .section-title h2{margin:0;color:var(--brand); font-size: 40px;}
   .section-title span{font-size: 20px;}

    /* Products carousel */
    .product-card{background: rgb(255 255 255 / 81%);border-radius:12px;padding:16px;text-align:center}
    .product-card img{max-width:100%;height:317px;object-fit:cover;border-radius:10px;margin-bottom:12px}
    .product-card h3{margin:0 0 8px;font-size:26px}
    .product-card p{margin:0 0 12px;color:var(--muted);font-size:16px}
    .price{font-weight:800;color:var(--brand);margin-bottom:8px}

    #servicios{background: url(img/solgas.jpg); background-size: cover; background-position: center;}
    #servicios .section-title h2, #servicios span{color: #fff !important;}

    /* Section 2: video + indicators */
    .two-cols{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center}
    .video-wrap{aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.08)}
    .indicators{display:flex;flex-direction:column;gap:12px}
    .indicator{display:flex;gap:12px;align-items:center;background:#f8fff9;padding:12px;border-radius:12px}
    .indicator .icon{width:56px;height:56px;border-radius:10px;background:#ff4c00;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800}
    @media(max-width:900px){ .two-cols{grid-template-columns:1fr} }

    /* About us */
    .about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .about-card{background:linear-gradient(180deg,#fff,#fbfdfb);padding:18px;border-radius:12px;box-shadow:0 8px 20px rgba(10,10,10,0.03)}
    .about-card h4{margin:0 0 8px;color:var(--brand)}

    @media(max-width:900px){ .about-grid{grid-template-columns:1fr} }

   .footer {

  padding: 70px 20px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #333;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.footer-logo img {
  width: 240px;
}

.footer-logo .telefono {
  margin-top: 10px;
  font-weight: bold;
  font-size: 26px;
}

.footer-products ul {
  list-style: none;
  padding: 0;
}

.footer-products ul li {
  margin-bottom: 5px;
}

.footer h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.footer-seo p {
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo img {
    margin: 0 auto;
  }
}
    /* Owl nav overrides */
    .owl-nav button{background:var(--brand);color:#fff;padding:6px 10px;border-radius:8px;border:0}
    .owl-dots{margin-top:12px}


@media only screen and (max-width: 510px){
	.hero{padding-top: 120px}
	.cta{position: fixed; bottom: 10px; left: 10px;}
	.hero-inner{height: auto;}
	.hero-media{display: block;}
	.hero-text h1{font-size: 30px}
	.section-title{display: block; text-align: center;}
	
	@keyframes zoomFondo {
      0% { background-size: auto 100%; }
      50% { background-size: auto 120%; }
      100% { background-size: auto 100%; }
    }
}