@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@keyframes vuelo-dos-pasos {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h2,
h3,
h4,
h5 {
  font-family: "Figtree", sans-serif;
}

a {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  background: linear-gradient(135deg, #ff6a00, #c043d5, #8e2de2);
  color: white;
  padding: 8px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.btn-clean {
  display: inline-block;
  color: #fff;
  background-color: rgba(108, 108, 108, 0.157);
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.button-wapp {
  display: block;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  position: fixed;
  right: 58px;
  bottom: 68px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  z-index: 999;
}

.hero {
  max-width: 100%;
  height: 500px;
  background-color: #0E1630;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.hero__content {
  display: block;
  justify-items: center;
}
.hero__content h1, .hero__content h2 {
  text-align: center;
  margin-bottom: 10px;
  color: white;
  font-family: "Figtree", sans-serif;
}
.hero__content .img_goat {
  display: block;
  margin: 0 auto;
  width: 150px;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.499));
  animation: vuelo-dos-pasos 4s ease-in-out infinite;
}
.hero__content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #a8ff60, #4dd0e1, #fdd835);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.hero__content h2 {
  font-weight: 400;
  margin-bottom: 30px;
}
.hero__content p {
  display: block;
  width: auto;
  color: white;
  margin-bottom: 10px;
}
.hero__content p img {
  margin-bottom: -5px;
  margin-right: 5px;
}
.hero__content p:last-child {
  margin-top: 40px;
}

.footer-container {
  width: 100%;
  background: linear-gradient(#1b3a4b 0%, #0E1630 100%);
  display: inline-block;
  height: auto;
  padding: 20px;
  text-align: center;
  font-family: "Figtree", sans-serif;
}
.footer-container article {
  margin-bottom: 40px;
}
.footer-container p {
  color: white;
  font-size: 18px;
  margin-top: 15px;
}
.footer-container__logo img {
  width: 150px;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.499));
  animation: vuelo-dos-pasos 4s ease-in-out infinite;
}
.footer-container__logo h4 {
  color: white;
  width: 60%;
  margin: 0 auto;
  font-size: 32px;
}
.footer-container__nav {
  margin: 0 auto;
}
.footer-container__nav li {
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.footer-container__nav li a {
  color: white;
}
.footer-container__contact p:first-of-type, .footer-container__contact h5 {
  font-size: 22px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer-container__contact img {
  margin-right: 10px;
  margin-bottom: -5px;
}
.footer-container__contact .but {
  margin-top: 20px;
}
.footer-container .legales {
  border-top: rgba(245, 245, 245, 0.288) 1px solid;
}
.footer-container .legales p {
  margin-bottom: 20px;
  margin-top: 20px;
}

.container {
  max-width: 100%;
  height: auto;
  background-color: #0E1630;
  font-family: "Figtree", sans-serif;
  z-index: 1;
}
@media (max-width: 767px) and (min-width: 320px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1920px) and (min-width: 1441px) {
  .container {
    max-width: 100%;
  }
}

.card {
  background-color: #0E1630;
  margin-top: 0px;
  padding: 20px;
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .card {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 1920px) and (min-width: 1441px) {
  .card {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.card__container {
  justify-items: center;
  background-color: rgba(34, 38, 42, 0.431372549);
  padding: 10px;
  border-radius: 30px;
}
.card h2, .card p {
  color: white;
  text-align: center;
}
.card h2 {
  font-size: 32px;
  font-weight: 500;
}
.card p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 100;
  font-family: "Figtree", sans-serif;
}

.card__container {
  margin-bottom: 30px;
}
.card__container .border {
  width: 100px;
  margin: 20px auto;
  border-bottom: #10B981 5px solid;
}

.card__cont {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.card__article {
  flex: 1;
  min-width: 300px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: linear-gradient(395deg, #FF7A59, #FFB347);
  padding: 30px;
}
.card__article .card__h3 {
  display: flex;
  align-items: center;
}
.card__article .img_1 {
  border-radius: 20%;
}
.card__article .img_2 {
  width: 18px;
  margin-right: 10px;
  margin-bottom: -2px;
}
.card__article h3 {
  font-size: 23px;
}
.card__article p {
  text-align: left;
  margin-top: 20px;
  color: rgb(64, 62, 62);
  font-size: 18px;
  font-weight: 300;
}
.card__article .precio {
  color: rgba(0, 0, 0, 0.782);
  font-size: 23px;
  font-weight: 500;
}

.call {
  background-image: url("../../img/impactoweb-call.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 20px;
  text-align: center;
  font-family: "Figtree", sans-serif;
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .call {
    background-image: url("../../img/impactoweb-call-h.webp");
  }
}
@media (max-width: 1920px) and (min-width: 1441px) {
  .call {
    background-image: url("../../img/impactoweb-call-h.webp");
  }
}
.call h3 {
  font-size: 42px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 15px;
  color: #f0f0f0;
}
.call p {
  font-size: 18px;
  color: #7fffd4;
  margin-bottom: 25px;
}
.call p .img_2 {
  margin-right: 5px;
  margin-bottom: -3px;
}/*# sourceMappingURL=app.css.map */