@charset "UTF-8";
/* reset gral */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Share+Tech+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}

/*sass variables--------------------------------------*/
/* paleta cromática */
/* tipografías */
/*introducciones grales*/
/*estilos header y footer----------------------------------*/
/*header*/
header {
  background-color: #121212;
  height: 100px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 180px;
}
header nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
header nav a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
}

/*footer*/
footer {
  background-color: #121212;
  padding: 20px;
}
footer .footer-titulo {
  color: #f5f5f5;
  font-family: "Share+Tech+Mono", monospace;
  font-size: 1.125rem;
}
footer section a {
  color: #f5f5f5;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
}
footer section li {
  list-style: none;
}
footer .links_footer {
  color: #f5f5f5;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: start;
}
footer .texto_copy {
  color: #f5f5f5;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  text-align: center;
}

/*css index-------------------------------------------*/
/*sección principal*/
.home-hero {
  background-color: #121212;
  height: 1061px;
  background-image: url("../medios/foto1.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.home-hero h2 {
  font-family: "Inter", sans-serif;
  color: #f5f5f5;
}
.home-hero h1 {
  font-family: "Audiowide", sans-serif;
  font-size: 5rem;
  font-weight: 800;
  color: #f5f5f5;
}
.home-hero h4 {
  font-family: "Inter", sans-serif;
  color: #f5f5f5;
  width: 800px;
}
.home-hero p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #f5f5f5;
  margin-top: auto;
  width: 700px;
}

/*sección introducción*/
.home-intro {
  background-color: #121212;
  margin: 0 auto;
  padding: 0 20px;
}
.home-intro .cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}
.home-intro .cards .card {
  background-color: #f5f5f5;
  border: 0.5px solid #121212;
  border-radius: 16px;
  overflow: hidden;
  width: 320px;
  display: flex;
  flex-direction: column;
}
.home-intro .cards .card img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.home-intro .cards .card .card-body {
  padding: 16px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-intro .cards .card .card-body h3 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.home-intro .cards .card .card-body p {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}
.home-intro .cards .card .card-body a {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

/*sección final*/
.home-cierre_final {
  height: 200px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-cierre_final h2 {
  width: 600px;
  font-family: "Audiowide", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  text-align: center;
}

/*css competencias----------------------------*/
/*introducción*/
.intro {
  height: 200px;
  padding: 40px;
  background-color: #121212;
  display: flex;
  flex-direction: column;
}
.intro h1 {
  font-family: "Audiowide", sans-serif;
  color: #f5f5f5;
  font-size: 2.5rem;
  font-weight: 800;
}
.intro h3 {
  width: 1050px;
  font-family: "Inter", sans-serif;
  color: #f5f5f5;
  font-size: 1.5rem;
  font-weight: normal;
}

/*secciones*/
.comp-seccion {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  gap: 40px;
}
.comp-seccion img {
  width: 400px;
  display: flex;
  align-self: flex-end;
}
.comp-seccion div {
  max-width: 600px;
}
.comp-seccion div h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.comp-seccion div p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #121212;
}
.comp-seccion div a {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #e10600;
}

/*css tecnologia---------------------------------*/
/*introducción*/
.intro {
  height: 200px;
  padding: 40px;
  background-color: #121212;
  display: flex;
  flex-direction: column;
}
.intro h1 {
  font-family: "Audiowide", sans-serif;
  color: #f5f5f5;
  font-size: 2.5rem;
  font-weight: 800;
}
.intro h3 {
  width: 1050px;
  font-family: "Inter", sans-serif;
  color: #f5f5f5;
  font-size: 1.5rem;
  font-weight: normal;
}

/*secciones*/
.tecno-secciones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px;
  gap: 20px;
}
.tecno-secciones .tecno-seccion h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.tecno-secciones .tecno-seccion ul li {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}

/*css historia-------------------------------*/
/*introducción*/
.intro {
  height: 200px;
  padding: 40px;
  background-color: #121212;
  display: flex;
  flex-direction: column;
}
.intro h1 {
  font-family: "Audiowide", sans-serif;
  color: #f5f5f5;
  font-size: 2.5rem;
  font-weight: 800;
}
.intro h3 {
  width: 1050px;
  font-family: "Inter", sans-serif;
  color: #f5f5f5;
  font-size: 1.5rem;
  font-weight: normal;
}

/*secciones*/
.hist-secciones {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 40px;
}
.hist-secciones img {
  width: 400px;
}
.hist-secciones div h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.hist-secciones div ul li {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}

/*css nosotros-----------------------------------------*/
.nosotros {
  background-color: #f5f5f5;
  padding: 40px;
}
.nosotros h1 {
  font-family: "Audiowide", sans-serif;
  font-size: 2.5rem;
  color: #121212;
  font-weight: 800;
}
.nosotros p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #121212;
}

/* media querie----------- */
@media (max-width: 768px) {
  /* home----------- */
  /* sección principal: home-hero */
  .home-hero {
    height: auto;
    padding: 20px;
  }
  .home-hero_titulo {
    font-size: 3rem;
    text-align: center;
  }
  .home-hero_bajada,
  .home-hero_texto {
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
  }
  .home-hero_sub {
    text-align: center;
  }
  /* sección introducción */
  .home-intro_row {
    flex-direction: column;
    align-items: center;
  }
  .home-intro_card {
    width: 100%;
    max-width: 320px;
  }
  /* frase final */
  .home-cierre_final {
    height: auto;
    padding: 20px;
  }
  .cierre-h2 {
    width: 100%;
    font-size: 1.8rem;
    padding: 0 10px;
  }
  /* competencia------- */
  /* introducción */
  .intro {
    height: auto;
    padding: 20px;
  }
  .intro_titulo {
    font-size: 2rem;
    text-align: center;
  }
  .intro_bajada {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }
  /* secciones */
  .comp-seccion {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 20px;
    text-align: center;
  }
  .comp-seccion_img {
    width: 100%;
    justify-content: center;
  }
  .comp-seccion_img img {
    max-width: 100%;
    height: auto;
  }
  .comp-seccion_contendio {
    max-width: 100%;
  }
  .comp-seccion_titulo {
    font-size: 1.2rem;
  }
  .button {
    display: inline-block;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
