@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  font-family: 'Poppins', sans-serif;
}

.conteiner {
  max-width: 1200px;
  margin: 0 auto;

}
.header {
  background-image: linear-gradient(
    rgba(0,0,0,0.4),
    rgba(0,0,0,0.4)),
    url(imag/solar/SI.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vh;
  display: flex;
  align-items: center;

}
.menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.logo {
  width: 130px;
  padding: 5px;
}

.menu .navbar ul li {
  position: relative;
  float: left;
  
}

.menu .navbar ul li a {
  font-size: 18px;
  padding: 20px;
  color: rgb(255, 255, 255);
  display: block;
  font-weight:500;

}

.menu .navbar ul li a:hover {
  color: rgb(112, 185, 214);

}

.menu .navbar ul li a i {
  font-size: 25px;
  color: rgb(255, 255, 255);

}
.menu .navbar ul li a i:hover {
  font-size: 25px;
  color: rgb(112, 185, 214);

}

#menu {
  display: none;
}
.menu-icono {
  width: 25px;
}

.menu label {
  cursor: pointer;
  display: none;
}

.header-content {
  text-align: center;
}

.header-content h2 {
  font-size: 35px;
  line-height: 25px;
  color: rgb(167, 167, 167);
  margin-bottom: 0px;
  text-transform: uppercase;
}

.header-content h2 span{
  font-size: 35px;
  line-height: 25px;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  text-transform: uppercase;
}

.titulo {
  background-color: #e69705e8;
  padding-top: 0px;
  padding-bottom: 0px;

}

.titulo h2 {
  font-size: 30px;
  color: white;
  font-weight:600;
  text-transform: uppercase;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.titulo h2 span {
  font-size: 30px;
  color: rgb(219, 219, 219);
  font-weight:normal;
  text-transform: uppercase;
  text-align: center;
}

.products {
  padding: 0 0 50px 0;
  text-align: center;
  }
  
  .box-content {
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .box {
    align-content: center;
    padding: 30px;
    margin: 20px;
    background-color: rgb(255, 255, 255);
    display: none;
  }

.box:nth-child(1),
.box:nth-child(2),
.box:nth-child(3),
.box:nth-child(4),
.box:nth-child(5),
.box:nth-child(6),
.box:nth-child(7),
.box:nth-child(8),
.box:nth-child(9),
.box:nth-child(10),
.box:nth-child(11),
.box:nth-child(12),
.box:nth-child(13),
.box:nth-child(14), 
.box:nth-child(15),   
.box:nth-child(16), 
.box:nth-child(17),
.box:nth-child(18)  {
  display: inline-block;
}

.box img {
  width: 200px;

}

.box a :hover{
  animation: pulse;
  animation-duration: 1s;
  color: #fdfdfd;
}


.product-txt  h3 {
  font-family: poppins;
  font-size: 23px;
  font-weight:lighter;
 color: rgb(112, 185, 214);
 margin-bottom: 0px;
}

.product-txt  h3 span {
  font-family: poppins;
  font-size: 23px;
  font-weight:600;
  color: rgb(0, 0, 0);
}

.product-txt a {
  font-family: poppins;
  font-size: 18px;
  font-weight: lighter;
  color: rgb(121, 121, 121);
}
.product-txt a:hover {
  font-family: poppins;
  font-size: 18px;
  font-weight: normal;
  color: rgb(112, 185, 214);
}

.button-group :hover {
  display: flex;
  color: #525050;
  align-items: center;
  justify-content: center;
}

.imagen {
  width: 100px;
}

.products h4 {
  font-family: poppins;
  font-size: 30px;
  font-weight: lighter;
  color:rgb(112, 185, 214);
  margin-top: 15px;
}

.products h4 span {
  font-family: poppins;
  font-size: 30px;
  font-weight:bold;
  color:#525050;
}
.datos {
  background-image: linear-gradient(
    rgba(231, 231, 231, 0.13),
    rgba(255, 253, 253, 0.103)),
    url(imag/iliminacioninterior/focos/b.jpg);
  filter: drop-shadow(4px 6px 12px rgb(129, 129, 129));
  background-size: cover;
  text-align: center;
  display: block;
}

.datos h3 {
color: rgb(107, 104, 104);
padding-top: 25px;
font-family:poppins;
font-weight: bolder;
font-size: 40px;
align-content: center;
} 

.datos p {
  padding-top: 10px;
  color:rgb(58, 58, 58);
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 10px;
}

.datos p span {
  font-weight: bold;
  color: #346e04;
}

.btn-1 {
  padding: 10px 20px;
  background-color: #525050;
  border-radius: 10px;
  margin-left: 2px;
  border: 1px #E8E8E8;
  outline: none;
  color: white;
  font-size: 15px;
}

.btn-1:hover {
  padding: 10px 20px;
  background-color: #346e04;

}

.campo {
  padding: 8px 13px;
  background-color: #F7F7F7;
  border-radius: 10px;
  margin-right: 2px;
  border: 1px #E8E8E8;
  outline: none;
  color: #3f3f3f;
  margin-bottom: 30px;
}

.footer {
padding: 50px 0;
background-color: #1a1a1b;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.quienes h3 {
  font-size: 18px;
  color:white;
  display: blok;
  margin-bottom: 10px;
}
.quienes ul {
  font-size: 16px;
  color:white ;
}

.link a {
  font-size: 16px;
  color:rgb(255, 255, 255) ;
  display: block;
  margin-bottom: 15px;
}

.link ul :hover {
  font-size: 16px;
  color:rgb(112, 185, 214) ;
  display: block;
  margin-bottom: 15px;
}

.link2 a {
  font-size: 25px;
  color:rgb(255, 255, 255) ;
  display: block;
  margin-bottom: 15px;
  padding-right: 15px ; 
  padding-left: 15px;
}

.link2 a :hover {
  font-size: 25px;
  color:rgb(112, 185, 214) ;
  display: block;
  margin-bottom: 15px;
}
.link2 ul {
  display: flex;
}


@media(max-width:991px) {

.menu {
  padding: 30px;
}

.menu label {
  display: initial;
}

.menu .navbar {
  position: absolute;
  top: 80%;
  left: 0%;
  right: 0%;
background-color: #1a1a1b;
  display: none;
}
.menu .navbar ul  {
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  
}

#menu:checked ~ .navbar {
  display: initial;
}
.header {
  min-height: 0vh;
}
.header-content {
  padding: 100px 30px;
}
.header-content h1
{
  padding-top: 90px;
}

.header-content p {
  display: none;
}

.box-content {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.campo {
  display:block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.btn-1 {
  margin-bottom: 20px;
}

  .footer {
    padding: 30px;
  }
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .quienes {
    margin-bottom: 30px;
  }
.link {
  margin-bottom: 30px;
}

  .link2 ul {
padding-left: 180px;
  }

}






