@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Raleway:wght@400;700&display=swap");
* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-family: "Raleway", sans-serif;
  margin: 0;
}

.nav-bar {
  background: hsl(219, 30%, 18%);
  display: flex;
  justify-content: space-between;
  padding: 3rem;
}
.nav-bar img {
  width: 8rem;
}
.nav-bar .nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-bar .nav a {
  color: #a0a0a0;
  text-decoration: none;
  margin: 0 2rem;
  font-family: "Raleway";
}
.nav-bar .nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.portada {
  background: hsl(219, 30%, 18%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(./images/bg-curvy-desktop.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 13rem;
  height: 150vh;
}
.portada img {
  width: 40rem;
}
.portada .title {
  width: 50%;
  text-align: center;
  color: #fff;
  margin: 2rem 0;
}
.portada .paragraph {
  width: 33%;
  color: #cccccc;
  text-align: center;
  line-height: 1.3rem;
  font-family: "open sans";
  font-size: 14px;
}
.portada .btn-one {
  margin-top: 2rem;
  padding: 0.8rem 3rem;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  background: linear-gradient(40deg, hsl(189, 87%, 65%) 20%, hsl(198, 60%, 50%) 60%);
  color: #fff;
}
.portada .btn-one:hover {
  background: linear-gradient(40deg, hsl(188, 75%, 78%) 20%, hsl(198, 67%, 72%) 60%);
}

.team {
  background: hsl(218, 28%, 13%);
  display: grid;
  gap: 5rem;
  grid-template-columns: auto auto;
  width: 100%;
  place-items: center;
  padding: 0 10rem;
  padding-bottom: 5rem;
}
.team .caja {
  width: 90%;
  text-align: center;
}
.team .caja img {
  width: 5rem;
}
.team .caja .title-light {
  font-size: 1.3rem;
  color: #fff;
  margin: 1rem;
}
.team .caja .paragraph-light {
  font-size: 1rem;
  color: #a0a0a0;
  font-family: "open sans";
}

.production {
  background: hsl(218, 28%, 13%);
  display: flex;
  padding: 3rem 7rem;
  justify-content: center;
  align-items: center;
}
.production .img1 {
  width: 35rem;
}
.production .box .title-dark {
  font-size: 2rem;
  width: 60%;
  color: #fff;
  margin-left: 3rem;
  padding: 1rem 0;
}
.production .box .paragraph-dark {
  font-size: 0.9rem;
  color: #ccc;
  margin-left: 3rem;
  width: 87%;
}
.production .box .link {
  padding-top: 2rem;
  color: hsl(176, 68%, 64%);
  padding-left: 3rem;
}
.production .box .link:hover {
  color: #dfdfdf;
}

.comentarios {
  background: hsl(218, 28%, 13%);
  display: flex;
  gap: 3rem;
  padding: 10rem 7rem 15rem;
  justify-content: center;
}
.comentarios .question {
  width: 10%;
  height: 20%;
  position: static;
  position: relative;
  left: 36px;
  bottom: 35px;
}
.comentarios .coment {
  background: hsl(219, 30%, 18%);
  position: relative;
  padding: 1.5rem;
  width: 55%;
  right: 60px;
  box-shadow: 8px 10px 10px hsl(217, 28%, 15%);
  border-radius: 5px;
}
.comentarios .coment .text {
  font-size: 0.8rem;
  color: #a0a0a0;
  font-family: "open sans";
}
.comentarios .coment .perfile {
  display: flex;
  margin-top: 2rem;
}
.comentarios .coment .perfile img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.comentarios .coment .perfile .name {
  text-align: start;
  padding-left: 1rem;
  color: #fff;
  font-weight: 600;
}
.comentarios .coment .perfile .name span {
  font-size: 0.7rem;
  font-weight: 100;
  color: #a0a0a0;
}

.caja2 {
  background: hsl(216, 53%, 9%);
}
.caja2 .box {
  width: 55%;
  display: block;
  background: hsl(217, 28%, 15%);
  position: relative;
  bottom: 100px;
  padding: 1rem;
  left: 18rem;
  border-radius: 5px;
  box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.3);
}
.caja2 .box .title-dark {
  color: #fff;
  text-align: center;
  padding: 1rem;
}
.caja2 .box .paragraph-light {
  padding: 0 4rem;
  text-align: center;
  color: #a0a0a0;
  font-size: 0.8rem;
}
.caja2 .box form {
  margin-left: 4rem;
  padding: 2rem 0;
}
.caja2 .box form .email {
  padding: 0.7rem 14rem 0.7rem 2rem;
  border-radius: 20px;
  border: none;
}
.caja2 .box form .email::-moz-placeholder {
  color: #ccc;
}
.caja2 .box form .email::placeholder {
  color: #ccc;
}
.caja2 .box form .btn {
  padding: 0.8rem 2rem;
  margin-left: 1.5rem;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  background: linear-gradient(40deg, hsl(189, 87%, 65%) 20%, hsl(198, 60%, 50%) 60%);
  color: #fff;
}
.caja2 .box form .btn:hover {
  background: linear-gradient(40deg, hsl(189, 89%, 75%) 20%, hsl(198, 57%, 66%) 60%);
}
.caja2 .box form .warning {
  color: rgb(207, 27, 27);
  margin: 2rem;
  font-size: 0.8rem;
}

footer {
  background: hsl(216, 53%, 9%);
  padding: 0 6rem;
}
footer .informacion {
  display: flex;
  width: 95%;
  padding-bottom: 3rem;
}
footer .informacion .info {
  display: inline-flex;
  margin: 1rem 2rem;
}
footer .informacion .info img {
  width: 1rem;
  height: 1rem;
  margin: 1rem;
}
footer .informacion .info .paragraph-light {
  color: #dfdfdf;
  font-size: 0.8rem;
}
footer .informacion .info ul {
  padding: 0;
}
footer .informacion .info ul li {
  list-style: none;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
footer .informacion .info ul li a {
  text-decoration: none;
  color: #dfdfdf;
}
footer .informacion .info ul li a:hover {
  font-weight: 800;
  color: #fff;
}
footer .informacion .social ion-icon {
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem;
  margin-left: 1.5rem;
  border: 1px solid #fff;
  border-radius: 30px;
}
footer .informacion .social ion-icon:hover {
  color: hsl(198, 60%, 50%);
  border: 1px solid hsl(198, 60%, 50%);
}
footer .informacion .one {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2rem;
}
footer .informacion .two {
  flex-direction: column;
}

@media (max-width: 550px) {
  .nav-bar img {
    width: 4rem;
    height: 1.5rem;
  }
  .nav-bar .nav a {
    font-size: 0.8rem;
    margin: 0 1rem;
  }
  .portada {
    background-image: url(./images/bg-curvy-mobile.svg);
    background-size: contain;
    padding-bottom: 10rem;
  }
  .portada img {
    width: 25rem;
  }
  .portada .title {
    width: 80%;
    font-size: 1.8rem;
  }
  .portada .paragraph {
    width: 62%;
  }
  .portada .btn-one {
    margin-bottom: 10rem;
  }
  .team {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 1rem 2.5rem;
  }
  .production {
    flex-direction: column;
    padding: 0 3rem;
  }
  .production .img1 {
    width: 25rem;
    margin: 5rem 0;
  }
  .production .box .title-dark {
    width: 100%;
    font-size: 1.5rem;
    margin: 0;
    padding-top: 3rem;
  }
  .production .box .paragraph-dark {
    margin: 0;
    width: 83%;
  }
  .production .box .link {
    padding: 1rem 0;
  }
  .comentarios {
    flex-direction: column;
    padding: 5rem 2rem 15rem;
  }
  .comentarios .question {
    bottom: -50px;
    left: 30px;
  }
  .comentarios .coment {
    width: 90%;
    right: -20px;
  }
  .caja2 .box {
    left: 1.5rem;
    bottom: 10rem;
    width: 90%;
  }
  .caja2 .box .paragraph-light {
    padding: 0 2.8rem;
    font-size: 1rem;
  }
  .caja2 .box form {
    margin-left: 1rem;
  }
  .caja2 .box form .email {
    padding: 0.7rem 12rem 0.7rem 2rem;
  }
  .caja2 .box form .btn {
    padding: 0.8rem 8rem;
    margin-top: 2rem;
    margin-left: 0;
  }
  footer {
    padding: 0 3rem;
  }
  footer img {
    margin-bottom: 3rem;
  }
  footer .informacion {
    flex-direction: column;
    width: 100%;
  }
  footer .informacion .info {
    margin: 0;
  }
  footer .informacion .info .paragraph-light {
    font-size: 1rem;
  }
  footer .informacion .info ul li {
    font-size: 1rem;
  }
  footer .informacion .social {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .informacion .social ion-icon {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
  }
  footer .informacion .one {
    justify-content: start;
    margin: 1rem 0;
  }
}/*# sourceMappingURL=styles.css.map */