@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@1,75..100,300..800&family=Oswald:wght@200..700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
}
header .line {
  background-color: #117050;
  height: 15px;
}
h2 {
  font-family: "oswald", "sans serif";
  font-weight: bold;
  font-size: 40px;
  color: #256b53;
  margin: 0;
  line-height: 50px;
  margin: 20px 0;
}
.container {
  max-width: 1240px;
  margin: auto;
}
.header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.header-left img {
  height: 5rem;
  width: 5rem;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-menu {
  margin-left: 50px;
  cursor: pointer;
}
.header-menu img {
  width: 2rem;
  width: 2rem;
  margin-top: 2px;
}
button img {
  width: 64px;
  height: 64px;
}
.header-search form {
  display: flex;
}
.header-search input {
  font-size: 1rem;
  padding: 8px 15px;
  border: 1px solid #999999;
  outline: none;
  width: 100%;
  max-width: 250px;
}
.header-right button {
  border: none;
  background: transparent;
  margin-left: -33px;
  margin-top: 3px;
  cursor: pointer;
}
.header-right button img {
  width: 1.1rem;
  height: 1.1rem;
}
.banner {
  background-image: url(//images01.nicepage.com/cd/bf/cdbf59a2f165be0f4ab729f1183a7b1d.jpeg);
  background-position: center;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 25px;
}
.banner h1 {
  font-family: "oswald", "sans serif";
  font-size: 6rem;
  font-weight: bold;
  line-height: 90px;
  color: #256b53;
  margin: 0;
  padding-top: 85px;
  padding-bottom: 40px;
}

.banner-img .img-drink-starbucks {
  background: transparent;
}
.banner-img img {
  height: 148px;
  width: 148px;
  border: 7px #117050 solid;
  border-radius: 50%;
  margin-top: 60px;
  margin-right: 35px;
}
.area-1-content {
  padding: 70px;
}
.bar {
  background-color: #006341;
  width: 168px;
  height: 22px;
}
.area-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.area-1-gaga {
  margin-bottom: 30px;
}
.area-1-img1 {
  height: 350px;
  background-image: url(https://images01.nicepage.com/30/3c/303cc945228e0abf2e5346fa70ead61d.jpeg);
  background-size: cover;
  background-position: center;
}
.area-1-img2 {
  grid-column: 2/3;
  grid-row: 1/3;
  background-image: url(https://images01.nicepage.com/09/61/0961d551fa6d181c3ebfb264b8ed557d.jpeg);
  background-size: cover;
  background-position: center;
}
.button {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  border: 2px solid;
  color: #454545;
  text-decoration: none;
  margin-top: 50px;
}
.button:hover {
  background-color: #117050;
  color: white;
}
.area-2-content {
  padding: 70px;
}
.bar {
  background-color: #006341;
  width: 168px;
  height: 22px;
}
.area-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.area-2-img1 {
  height: 450px;
  background-image: url(https://images01.nicepage.com/be/8d/be8d1a18294b9a550968e9075fc118c3.jpeg);
  background-size: cover;
  background-position: center;
}
.area-2-img2 {
  grid-column: 1/2;
  grid-row: 1/3;
  background-image: url(https://images01.nicepage.com/32/09/32096509de08faa0606402bb3890611c.jpeg);
  background-size: cover;
  background-position: center;
}
.area-3-texto {
  margin-bottom: 25px;
}
.area-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.area-3-content {
  padding: 300px;
  padding-left: 200px;
  padding-right: 100px;
  background-image: url(https://images01.nicepage.com/29/62/296278398178bc73b9a258083bce5578.jpeg);
  background-size: cover;
  background-position: left;
}
.area-3-img1 {
  background-image: url(https://images01.nicepage.com/c6/27/c627d62ea734487f829147b9a8f67a63.jpeg);
  background-size: cover;
  background-position: center;
}
.area-4 {
  display: grid;
  grid-template-columns: 500px 1fr;
  background-color: #e8e9ee;
}
.area-4-content {
  padding: 150px 80px;
}
.area-4-texto {
  margin-bottom: 25px;
}
.area-4-img1 {
  background-image: url(https://images01.nicepage.com/b0/ca/b0cae8aada76039b4cdc993d2c3e3777.jpeg);
  background-size: cover;
  background-position: left;
}
.area-5 {
  background-image: url(https://images01.nicepage.com/07/87/0787bad35070ad031ba5e23d014a4870.jpeg);
  background-size: cover;
  background-position: center;
  height: 600px;
}
footer {
  background-color: #333;
  color: #fff;
  padding: 80px;
  text-align: center;
}
.github-link {
  color: white;
  font-weight: bold;
}
/*responsivo laptop*/
@media (min-width: 769px) and (max-width: 1140px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*responsivo tablet*/
@media (min-width: 426px) and (max-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner h1 {
    font-size: 5rem;
    line-height: 75px;
  }
  .banner span {
    font-size: 0.8rem;
  }
  .area-1 {
    grid-template-columns: 3fr 2fr;
  }
  .area-2 {
    grid-template-columns: 2fr 3fr;
  }
}
/*responsivo mobile*/
@media (max-width: 425px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner h1 {
    font-size: 3rem;
    line-height: 65px;
    text-align: center;
  }
  .header-search {
    max-width: 120px;
  }
  .area-1-texto {
    text-align: justify;
  }
  .banner-img img {
    height: 70px;
    width: 70px;
    border: 3px #117050 solid;
    border-radius: 50%;
    margin-top: 60px;
    margin-right: 20px;
  }
  .area-1,
  .area-2,
  .area-3,
  .area-4 {
    grid-template-columns: 1fr;
  }
  .banner {
    background-image: none;
  }
  .area-1-content,
  .area-2-content,
  .area-3-content,
  .area-4-content {
    padding: 40px;
  }
  .area-1-img1,
  .area-2-img1,
  .area-5 {
    height: 200px;
  }
  footer {
    font-size: 16px;
    padding: 20px;
  }
}
