* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Seravek", sans-serif;
  font-size: 16px;
  background-color: #f5f5f5;
  color: #111;
  line-height: 1.5;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: white;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.barra-seccion {
  background-color: #3d6d8d;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 20px;
}

.barra-seccion h2 {
  color: white;
  font-size: 28px;
  margin: 0;
  position: relative;
  display: inline-block;
}

.barra-seccion h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background-color: white;
  margin: 8px auto 0;
}

@media screen and (max-width: 768px) {
  .nav-bar {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  h2 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    background-color: #3f6d8d;
    padding: 1.2rem 0;
    margin-bottom: 2rem;
  }
  .hero h2 {
    font-size: 1.5rem;
  }
  .card {
    width: 90%;
  }
  footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footer-container i {
    color: white;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  footer .footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  footer .footer-container i {
    color: white;
  }
  .contenido-nosotros p {
    max-width: 450px;
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin: 0 auto;
  }
}
header {
  background-color: #3f6d8d;
  padding: 1.5rem 2rem;
}
header .nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .nav-bar .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f5f5f5;
}
header .nav-bar ul {
  display: flex;
  gap: 1rem;
  list-style: none;
}
header .nav-bar ul li a {
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 500;
}
header .nav-bar ul li a:hover {
  color: rgb(78.75, 136.25, 176.25);
}
@media screen and (max-width: 768px) {
  header .nav-bar {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  header .nav-bar ul {
    flex-direction: column;
    align-items: center;
  }
}

.footer {
  background-color: #3f6d8d;
  text-align: center;
  padding: 30px 20px;
  margin-top: 40px;
  color: white;
}

.footer-redes a {
  color: white;
  transition: color 0.3s ease;
}

.footer-redes a:hover {
  color: #dce8f0;
}

.footer-redes i {
  font-size: 10rem;
  margin: 0 10px;
}

.footer-texto {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 10px;
}

main {
  background-color: #f9f9f9;
  padding: 2rem;
}
main .barra-seccion {
  background-color: #3d6d8d;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 20px;
}
main .barra-seccion h2 {
  color: white;
  font-size: 28px;
  text-decoration: none;
  margin: 0;
  position: relative;
  display: inline-block;
}
main .barra-seccion h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background-color: white;
  margin: 8px auto 0;
}
main p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #111;
}
main .contenido-nosotros {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
main .contenido-nosotros p {
  flex: 1 1 300px;
  max-width: 600px;
}
main .contenido-nosotros .img-nosotros {
  flex: 1 1 300px;
  max-width: 400px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
main .img-equipos {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 2rem auto;
  border-radius: 8px;
  object-fit: cover;
}
main .xcmg-logo {
  width: 200px;
  height: auto;
  justify-content: center;
  display: block;
  margin: 2rem auto;
}
main .footer-redes i {
  color: white;
}
main .mapas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
main .mapas iframe {
  width: 45%;
  min-width: 300px;
  height: 250px;
  border: 0;
}
main img {
  max-width: 400px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}
main .tarjetas-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
main .tarjetas-container article {
  background-color: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}
main .tarjetas-container article h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
main .tarjetas-container article p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
main .tarjetas-container article .btn-enviar {
  background-color: #3f6d8d;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.3s ease;
}
main .tarjetas-container article .btn-enviar:hover {
  background-color: rgb(47.25, 81.75, 105.75);
}
main .tarjetas-container article:hover {
  transform: translateY(-5px);
}

.img-banner {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
}

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