@charset "UTF-8";
* {
  margin: 0;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}

html,
body {
  background-color: #0A192F !important;
}

.navbar {
  background-color: #0A192F !important;
  padding: 1rem 2rem;
}

.container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-brand {
  font-size: 30px !important;
  font-weight: 900 !important;
  color: white !important;
  text-transform: uppercase;
  gap: 20px;
}
.navbar-brand span {
  font-size: 40px !important;
  font-weight: 900 !important;
  color: #3A8DFF !important;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-left: 20px;
}

.navbar .nav-link {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: white !important;
  transition: color 0.3s ease, transform 0.5s;
  padding: 0.5rem 0.75rem;
}

.navbar .nav-link:hover {
  color: #3A8DFF !important;
  transform: scale(1.2);
}

.navbar-toggler {
  display: none !important;
}

/*-Hero-*/
.hero {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: min(80vh, 800px);
  box-shadow: inset 0px 30px 50px rgba(0, 0, 0, 0.85);
  position: relative;
  text-align: center;
}

#Inicio {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hombre-recibiendo-cargada.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#contacto {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/recibiendo-arranque.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#nosotros {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/press-de-hombros.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#productos {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hombre-parado-cargada-pecho.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#tienda {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/foto-de-manos-cargada.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-text {
  top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.034);
  gap: 10px;
  padding: 10px 20px;
  border-radius: 20px;
  z-index: 10;
}
.hero-text h1 {
  font-size: 3rem !important;
  color: white;
  font-weight: 700 !important;
  font-family: "Lato", sans-serif !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.hero-text h2 {
  font-size: 35px !important;
  font-weight: 700 !important;
  margin: 0;
}
.hero-text a {
  color: #E0E0E0;
  background-color: #1E2A44;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 800 !important;
  border: 1px solid #3A8DFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  transition: 0.8s;
}
.hero-text a:hover {
  background-color: #3A8DFF !important;
  color: white !important;
  box-shadow: 0 6px 16px rgba(58, 141, 255, 0.6) !important;
  transform: scale(1.1);
}

/*-Cards-*/
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
  padding: 40px 20px;
}

.card-custom {
  width: 100%;
  max-width: 350px;
  background-color: #112240;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.85);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 480px;
}

.card-custom img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 15px;
}

.card-content {
  flex-grow: 1;
}

.card-content h2 {
  color: white !important;
  font-size: 20px;
  font-weight: 800 !important;
  margin-bottom: 15px;
}

.card-content h3 {
  color: white !important;
  font-size: 14px;
  margin-bottom: 15px;
}

.card-content p {
  color: white !important;
  font-size: 14px;
  opacity: 0.8 !important;
  margin-bottom: 15px;
}

.card-custom a {
  color: #E0E0E0;
  background-color: #1E2A44;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 800 !important;
  border: 1px solid #3A8DFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  transition: 0.8s;
}
.card-custom a:hover {
  background-color: #3A8DFF !important;
  color: white !important;
  box-shadow: 0 6px 16px rgba(58, 141, 255, 0.6) !important;
  transform: scale(1.1);
}

/*-Ultima Sección-*/
.ultimaseccion {
  padding: 60px 20px;
  background-color: #0A192F;
  text-align: center;
  color: white;
}
.ultimaseccion h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
.ultimaseccion .beneficios {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
.ultimaseccion .beneficio {
  flex: 1 1 280px;
  max-width: 320px;
  background-color: #112240;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}
.ultimaseccion .beneficio i {
  font-size: 2.5rem;
  color: #64ffda;
  margin-bottom: 15px;
  display: block;
}
.ultimaseccion .beneficio h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #64ffda;
}
.ultimaseccion .beneficio p {
  font-size: 14px;
  opacity: 0.85;
}
.ultimaseccion a {
  color: #E0E0E0;
  background-color: #1E2A44;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 800 !important;
  border: 1px solid #3A8DFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  transition: 0.8s;
}
.ultimaseccion a:hover {
  background-color: #3A8DFF !important;
  color: white !important;
  box-shadow: 0 6px 16px rgba(58, 141, 255, 0.6) !important;
  transform: scale(1.1);
}

/*-Tienda-*/
.tienda-container {
  padding: 60px 20px;
  background-color: #0A192F;
  color: white;
  display: flex;
  justify-content: center;
}
.tienda-container .producto-info {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  align-items: center;
}
.tienda-container img {
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.6);
}
.tienda-container .producto-detalle {
  flex: 1;
}
.tienda-container .producto-detalle h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #64ffda;
}
.tienda-container .producto-detalle .descripcion {
  font-size: 16px;
  margin-bottom: 20px;
}
.tienda-container .producto-detalle .caracteristicas {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.tienda-container .producto-detalle .caracteristicas li {
  margin-bottom: 10px;
  font-size: 14px;
}
.tienda-container .producto-detalle a {
  color: #E0E0E0;
  background-color: #1E2A44;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 800 !important;
  border: 1px solid #3A8DFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  transition: 0.8s;
}
.tienda-container .producto-detalle a:hover {
  background-color: #3A8DFF !important;
  color: white !important;
  box-shadow: 0 6px 16px rgba(58, 141, 255, 0.6) !important;
  transform: scale(1.1);
}

/*-Productos-*/
.producto {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  color: white;
}
.producto h2 {
  text-align: center;
  font-weight: 600 !important;
}
.producto h3 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}
.producto .producto-detalle {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.producto .producto-detalle img {
  max-width: 400px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.producto .producto-detalle .texto-detalle {
  flex: 1;
}
.producto .producto-detalle .texto-detalle h4 {
  margin-top: 20px;
  color: #64ffda;
}
.producto .producto-detalle .texto-detalle p,
.producto .producto-detalle .texto-detalle ul {
  font-size: 16px;
  line-height: 1.5;
}
.producto .producto-detalle .texto-detalle ul {
  margin-left: 20px;
  list-style-type: disc;
}
.producto .producto-detalle .texto-detalle a {
  margin-top: 25px;
  display: inline-block;
  color: #E0E0E0;
  background-color: #1E2A44;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px !important;
  font-weight: 800 !important;
  border: 1px solid #3A8DFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  transition: 0.8s;
}
.producto .producto-detalle .texto-detalle a:hover {
  background-color: #3A8DFF !important;
  color: white !important;
  box-shadow: 0 6px 16px rgba(58, 141, 255, 0.6) !important;
  transform: scale(1.1);
}

/*-Nosotros-*/
.nosotros {
  background-color: #0A192F;
  color: white !important;
  padding: 80px 20px;
}
.nosotros .nosotros-contenido {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto 80px;
}
.nosotros .nosotros-contenido .texto {
  flex: 1 1 400px;
  text-align: left;
}
.nosotros .nosotros-contenido .texto h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: white;
}
.nosotros .nosotros-contenido .texto p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: white;
}
.nosotros .nosotros-contenido .imagen {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
}
.nosotros .nosotros-contenido .imagen img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}
.nosotros .valores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.nosotros .valores h2 {
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.nosotros .valores .valor {
  background-color: #112240;
  padding: 25px;
  border-radius: 16px;
  max-width: 450px;
  text-align: center;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}
.nosotros .valores .valor i {
  font-size: 2.5rem;
  color: #64ffda;
  margin-bottom: 10px;
  display: block;
}
.nosotros .valores .valor h3 {
  color: #64ffda;
  margin-bottom: 10px;
}
.nosotros .valores .valor p {
  font-size: 15px;
  opacity: 0.9;
}

.contacto {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 8px;
}
.contacto h2 {
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 35px;
}
.contacto p {
  text-align: center;
  color: white !important;
}
.contacto h3 {
  text-align: center;
  font-size: 25px !important;
  color: white;
  margin: 30px 0 10px !important;
}

.contacto {
  background-color: #112240;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.contacto label {
  font-weight: 700;
  color: #E0E0E0;
  align-self: flex-start;
}
.contacto input,
.contacto textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #3A8DFF;
  border-radius: 5px;
  font-size: 16px;
  background-color: #0A192F;
  color: white !important;
}
.contacto .contacto-lista li {
  color: white;
}
.contacto button {
  width: 100%;
  padding: 10px;
  background-color: #3A8DFF;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.contacto button:hover {
  background-color: #64ffda;
  color: #0A192F;
  box-shadow: 0 0 12px #64ffda;
}

footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 40px 20px;
  background-color: #112240;
  color: #E0E0E0;
  text-align: center;
}
footer .footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  transition: transform 0.5s, color 0.3s;
}
footer .footer-social a i {
  font-size: 50px;
  color: white;
  transition: transform 0.5s;
}
footer .footer-social a:hover i {
  color: #3A8DFF;
  transform: scale(1.5);
}
footer .footer-contact h4,
footer .footer-about h4 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  color: #0077ff;
}
footer h4 a {
  text-decoration: none;
}
footer h4 a:hover {
  text-decoration: underline;
}
footer .footer-contact p,
footer .footer-about p {
  margin: 5px 0;
  font-size: 14px;
  color: #ccc;
}

/*-Navbar-*/
@media (max-width: 768px) {
  .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .navbar .nav-link {
    font-size: 16px !important;
    padding: 0.4rem 0.6rem;
  }
  .navbar-brand {
    font-size: 28px !important;
  }
}
/*-Hero-*/
@media (max-width: 768px) {
  .hero {
    height: auto;
    padding: 3rem 1rem;
  }
  .hero-text {
    position: static;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    gap: 8px;
  }
  .hero-text h1 {
    font-size: 2.2rem !important;
  }
  .hero-text h2 {
    font-size: 1.6rem !important;
    text-align: center;
  }
  .hero-text p {
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #Inicio,
  #contacto,
  #nosotros,
  #productos,
  #tienda {
    background-attachment: scroll;
    background-position: top center;
  }
}
/*-Cards-*/
@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }
  .card-custom {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .card-custom img {
    margin: 0 0 20px 0;
    height: 220px;
  }
  .card-custom h2 {
    font-size: 22px;
  }
  .card-custom p {
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 440px) {
  .card-custom {
    margin-top: 80px;
    min-height: auto;
    padding: 30px 20px;
  }
  .card-custom img {
    height: 50vw;
    width: 50vw;
    border-radius: 50%;
    border: 12px solid #112240;
    box-shadow: none;
    margin: -140px 0 30px 0;
  }
}
/*-Ultima sección-*/
@media (max-width: 1024px) {
  .beneficios {
    justify-content: center;
  }
  .beneficio {
    flex: 1 1 45%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .beneficio {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }
}
/*-Producto-*/
@media (max-width: 768px) {
  .producto .producto-detalle {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .producto .producto-detalle img {
    max-width: 100%;
  }
  .producto .producto-detalle .texto-detalle {
    margin-top: 20px;
  }
  .producto .producto-detalle .texto-detalle ul {
    margin-left: 0;
    padding-left: 20px;
  }
}
/*-Footer-*/
@media (max-width: 520px) {
  footer {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
  .footer-social {
    flex-wrap: wrap;
    gap: 15px;
  }
  .footer-social a {
    width: 40px;
    height: 40px;
  }
  .footer-social a i {
    font-size: 30px;
  }
  .footer-contact h4,
  .footer-about h4 {
    font-size: 18px;
  }
  .footer-contact p,
  .footer-about p {
    font-size: 13px;
  }
}
/*-Nosotros-*/
@media (max-width: 768px) {
  .nosotros-contenido {
    flex-direction: column;
  }
  .nosotros-contenido .texto {
    text-align: center;
  }
  .nosotros-contenido .texto h3 {
    font-size: 26px;
  }
  .nosotros-contenido .texto p {
    font-size: 16px;
  }
  .nosotros-contenido .imagen {
    margin-top: 30px;
  }
  .nosotros-contenido .imagen img {
    max-width: 320px;
  }
}

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