@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/iliminacioninterior/banner.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;
}



.services-content {
  padding-top: 80px;
  text-align: center;  
}

.services-content h2 {
  font-size: 25px;
  line-height: 25px;
  color: #323337;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 25px;
}

.services-group1 {
  display: flex;
  justify-content: center;
}



.services-group1 a :hover {
  animation: pulse;
  animation-duration: 1s;
}

.services-1 {
  padding: 10px;

}

.services-1 img {
  width: 250px;
  box-shadow: 0 0 20px;
  color: #32333725 ;
  border-radius: 10px;
  padding-bottom: 0px;
}

.services-1 .texto {
color: rgb(0, 0, 0);
text-align: center;
font-size: 20px;
font-weight:lighter;
text-transform: uppercase;
}

.services-2 .texto {
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 20px;
  font-weight:lighter;
  text-transform: uppercase;
  }

  .services-3 .texto {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 20px;
    font-weight:lighter;
    text-transform: uppercase;
    }



.services-2 {
  padding: 10px;
}

.services-2 img {
  width: 250px;
  box-shadow: 0 0 20px;
  color: #32333725 ;
  border-radius: 10px;

}
.services-3 {
  padding: 10px;
}
.services-3 img {
  width: 250px;
  box-shadow: 0 0 20px;
  color: #32333725 ;
  border-radius: 10px;
}

.services-group2 {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  background-image: linear-gradient();
}

.services-group2 a :hover {
  animation: pulse;
  animation-duration: 1s;

}

.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;
}


.links {
  padding: 0px 0px 40px 0px;
}

.enlaces-principales {
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 25px;
}

.enlaces-principales img {
 width: 60px;
}

.links-contente {
  flex-direction: column;
  margin-bottom: 0px;
}

.services {
  padding: 30px;
}

.services-group1 {
  flex-direction: column;
  margin-bottom: 0px;
}

.services-1 img {
  width: 400px;
  padding: 0px;

}

.services-2 img {
  width: 400px;
  padding: 0px;

}

.services-3 img {
  width: 400px;
  padding: 0px;

}

.services-group2 {
  flex-direction: column;
  margin-bottom: 0;
}

  .contac-wraper {
    display: grid;
    grid-template-columns: 1fr;
  }
  .contac-info h4,
  .contac-info ul,
  .contac-info p {
  
    text-align: center;
  }
  .footer {
    padding: 30px;
  }
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .quienes {
    margin-bottom: 30px;
  }
 .link {
   margin-bottom: 30px;
 }

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

}






