* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

ul {
  text-align: left;
  margin-left: 45px;
}

li {
  margin-bottom: 7px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.header {
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)),
    url(images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  display: flex;
  align-items: center;

}

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

}

.logo {
  color: #fffdfc;
  font-size: 25px;
  font-weight: 800;
}

a {
  position: relative;
  float: left;
}

a {
  font-size: 18px;
  padding: 20px;
  color: #fffdfc;
  display: block;
  font-weight: 600;
  transition: .3s;
}

a:hover {
  color: #ce9678;
}

#menu {
  display: none;
}

.menu-icon {
  width: 25px;
}

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

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

.header-content h1 {
  font-size: 75px;
  line-height: 80px;
  color: #f9fafc;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.header-content p {
  font-size: 16px;
  padding: 0 250px;
  margin-bottom: 25px;
  color: gray;
}

.btn-1 {
  display: inline;
  padding: 11px 35px;
  background-color: #ce9678;
  color: #f9fafc;
  text-transform: uppercase;
  width: 200px;
  transition: .3s;
  float: none;
}

.btn-1:hover {
  color: gray;
}

.introduccion-content {
  padding: 80px 20px;
}

.introduccion-content p {
  font-size: 20px;
  color: #03071e;
}

/*section coffee*/

.coffee {
  padding: 100px 0;
  background: #e1e2e6;
  position: relative;
}

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

.coffee-content h2 {
  width: 100%;
  font-size: 55px;
  line-height: 60px;
  color: #323337;
  padding: 0 150px;
  margin-bottom: 15px;
}

.txt-p {
  font-size: 16px;
  color: #414247;
  padding: 0 150px;
  margin-bottom: 35px;
}

.coffee-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.coffee-1 {
  padding: 0 25px;
}

.coffee-1 img {
  width: 200px;
}

.coffee-img {
  position: absolute;
  top: 0;
  right: 0;
}

.coffee-1 h3 {
  color: #323337;
  font-size: 25px;
  margin-bottom: 15px;
}

/* main.services */

.services {
  margin: 0 auto;
}

.acer-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/Acer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.vivobook-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/asus-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.zenbook-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/zenbook-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}


.services-content {
  text-align: center;
  width: 100%;
  max-width: 100vw;
  padding: 100px 0;
}

.services-content h2 {
  font-size: 55px;
  line-height: 70px;
  color: #f9fafc;
}

.services-content p {
  font-size: 16px;
  margin-bottom: 50px;
  color: gray;
  padding: 0 100px;
  text-align: left;
}

.services-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.services-1 {
  padding: 0 100px;
}

.services-1 img {
  width: 25px;
  margin-bottom: 15px;
}

.services-1 h3 {
  color: #eaccb3;
  font-size: 18px;
}

/* section.general*/

.general {
  display: flex;
}

.general-1 {
  width: 50%;
  padding: 100px 250px 100px 100px;
  background: #e1e2e6;
}


.general-2 {
  background-image: url(images/acer-slider.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.general-3 {
  background-image: url(images/vivobook-slider.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.general-4 {
  background-image: url(images/zenbook-slider-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

h2 {
  font-size: 55px;
  line-height: 70px;
  color: #323337;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  color: #414247;
  margin: 25px 0 45px 0;
}

.general-1 h2 {
  font-size: 40px;
  line-height: 50px;
}

/* section.blog */

.blog {
  padding: 100px 0;
  text-align: center;
}

.blog-title {
  padding: 40px 0;
}

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

.blog-1 {
  padding: 15px 55px;
}

.blog-1 img {
  width: 250px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.blog-1 h3 {
  font-size: 25px;
  color: #323337;
  margin: 15px 0;
}

/* footer*/

.footer {
  padding: 100px 0;
  background: #000000;
}

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

.link h3 {
  font-size: 18px;
  color: #f9fafc;
  margin-bottom: 15px;
}

.link a {
  font-size: 16px;
  color: grey;
  padding: 10px 0;
}

.link a:hover {
  color: #f9fafc;
}

.link ul {
  display: flex;
  flex-direction: column;
}

.services-content2 p {
  color: #fdf0d5;
}


.footer-img {
  width: 50px;

}

.footer-ul {
  list-style: none;
  color: gray;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}



/* mobile design */

@media(max-width: 991px) {

  .menu {
    padding: 30px;
  }

  .menu label {
    display: initial;
    height: 25px;
  }

  .menu .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #323337;
    display: none;
  }

  .menu .navbar a {
    width: 100%;
  }

  #menu:checked~.navbar {
    display: initial;
  }

  .header {
    min-height: 0vh;
  }

  .header-content {
    padding: 100px 30px;
  }

  .header-content h1 {
    font-size: 2.7rem;
    max-width: 100;
    line-height: 50px;
  }

  .header-content p {
    padding: 0;
    max-width: 100%;
  }

  /*introduccion*/



  /*coffee section*/
  .coffee {
    padding: 30px;
  }

  .coffee-content h2 {
    padding: 0;
    font-size: 35px;
    line-height: 30px;
    min-width: 70%;
  }

  .txt-p {
    padding: 0;
    width: 90%;
    text-align: center;
  }

  .coffee-group {
    flex-direction: column;
    margin-bottom: 0;
  }

  .coffee-img {
    display: none;
  }

  .services {
    padding: 0px;
  }

  .services-content p {
    padding: 0;
  }

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

  .services-1 {
    margin-bottom: 25px;
  }

  .general {
    flex-direction: column;
  }

  .general-1 {
    width: 100%;
    padding: 30px;
    text-align: center;
  }

  .general-2,
  .general-3 {
    display: none;
  }

  .blog {
    padding: 30px;
  }

  .blog-content {
    flex-direction: column;
  }

  .blog-1 {
    padding: 0;
    margin-bottom: 45px;
  }

  .footer {
    padding: 30px;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
    color: gray;
  }

  p {
    width: 90%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto 25px;
  }

  h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 40px;
  }

  .footer {
    margin: 0 auto;
    overflow: hidden;
    padding: 100px 0;
    ;
  }

  .footer-ul {
    flex-direction: column;
    align-items: center;
    overflow: hidden;

  }
}
