/* parciales */
header {
  position: sticky;
  top: 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  header {
    padding: 15px;
  }
}
header .nav-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767px) {
  header .nav-elements {
    flex-direction: column;
  }
}
header .nav-elements h1 {
  font-family: "maru-font";
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: rgb(118, 156, 123);
}
@media (max-width: 767px) {
  header .nav-elements h1 {
    font-size: 40px;
  }
}
header .nav-elements ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 50px;
  margin: 0;
  padding: 0;
  font-family: "maru-font2";
  font-weight: bold;
}
header .nav-elements ul .link-home {
  transition: transform 0.5s ease;
}
header .nav-elements ul .link-home:hover {
  transform: scale(1.4);
}
header .nav-elements ul .link-productos {
  transition: transform 0.5s ease;
}
header .nav-elements ul .link-productos:hover {
  transform: scale(1.4);
}
header .nav-elements ul .link-nosotros {
  transition: transform 0.5s ease;
}
header .nav-elements ul .link-nosotros:hover {
  transform: scale(1.4);
}
header .nav-elements ul .link-newsletter {
  transition: transform 0.5s ease;
}
header .nav-elements ul .link-newsletter:hover {
  transform: scale(1.4);
}
header .nav-elements ul .link-contacto {
  transition: transform 0.5s ease;
}
header .nav-elements ul .link-contacto:hover {
  transform: scale(1.4);
}
header .nav-elements ul li a {
  color: #3B3B3B;
  text-decoration: none;
}
@media (max-width: 767px) {
  header .nav-elements ul {
    gap: 10px;
    font-size: 12px;
  }
}

.contacto-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .contacto-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.contacto-content .maps-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .contacto-content .maps-content {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .contacto-content .maps-content iframe {
    width: 100%;
    max-width: 300px;
    height: 200px;
  }
}
.contacto-content .contact-text {
  font-family: "maru-font";
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contacto-content .contact-text {
    font-size: 17px;
  }
}
.contacto-content form .form-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contacto-content form .form-content {
    width: 100%;
    max-width: 350px;
  }
}
.contacto-content form .form-content label {
  padding: 3px 0;
}
.contacto-content form .form-content .campo-form {
  padding: 4px;
  border: 1px solid #c9c1c1;
  border-radius: 10px;
  outline: none;
}
@media (max-width: 767px) {
  .contacto-content form .form-content .campo-form {
    width: 100%;
    box-sizing: border-box;
  }
}
.contacto-content form .form-content .boton-choose {
  border: none;
  box-shadow: none;
}

footer .social-media {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .social-media {
    height: 25px;
  }
}
footer .logo-social {
  height: 4vh;
  width: auto;
  padding: 5px;
}
@media (max-width: 767px) {
  footer .logo-social {
    height: 3vh;
    padding: 5px;
  }
}
footer .whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 8vh;
}
@media (max-width: 767px) {
  footer .whatsapp {
    height: 4vh;
  }
}
footer .copyright {
  text-align: center;
  font-family: "maru-font2";
  font-size: 12px;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 9px;
  }
}

.nosotros-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .nosotros-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 140px;
  }
}
.nosotros-content .descripcion-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50vw;
  height: 80vh;
  text-align: center;
}
@media (max-width: 767px) {
  .nosotros-content .descripcion-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 30vh;
  }
}
@media (max-width: 767px) {
  .nosotros-content .descripcion-content .nosotros-text {
    font-size: 12px;
  }
}
.nosotros-content .carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nosotros-content .carousel-content .carousel-nosotros {
  width: 35vw;
  height: 50vh;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .nosotros-content .carousel-content .carousel-nosotros {
    width: 75vw;
    height: 30vh;
  }
}

@media (max-width: 767px) {
  .suscripcion-container {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

.form_suscripcion {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #9CBFAF;
  padding: 10px;
  font-family: "maru-font2";
  font-weight: bold;
}
@media (max-width: 767px) {
  .form_suscripcion {
    width: 85vw;
  }
}
.form_suscripcion .titulo-subs {
  margin: 0;
  font-size: 30px;
}
.form_suscripcion .newsletter-text {
  text-align: center;
  font-size: 13px;
}
.form_suscripcion .form-datos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .form_suscripcion .form-datos {
    font-size: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.form_suscripcion .form-datos .link-terminos {
  text-decoration: none;
}
.form_suscripcion .form-datos .boton-enviar {
  border: none;
  box-shadow: none;
}

.banner {
  display: flex;
  justify-content: center;
  max-width: 70vw;
  height: 50vh;
  margin: auto;
}
@media (max-width: 767px) {
  .banner {
    max-width: 90vw;
  }
}
.banner .banner-content {
  padding: 10px;
  border-radius: 50px;
  width: 80%;
  height: 80%;
}
@media (max-width: 767px) {
  .banner .banner-content {
    width: 100%;
    height: 25vh;
    border-radius: 5px;
  }
}

.productos-deportivos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .productos-deportivos {
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 10px;
    text-align: center;
    font-size: 14px;
  }
}
.productos-deportivos .producto-img {
  height: 60vh;
}
@media (max-width: 767px) {
  .productos-deportivos .producto-img {
    width: 100%;
    height: auto;
    max-width: 300px;
    object-fit: cover;
  }
}
.productos-deportivos .card-producto1, .productos-deportivos .card-producto4 {
  justify-self: end;
}
.productos-deportivos .card-producto3, .productos-deportivos .card-producto6 {
  justify-self: start;
}
.productos-deportivos .nombre {
  font-family: "maru-font2";
  margin: 0;
  font-weight: bold;
}
.productos-deportivos .precio {
  font-family: "maru-font2";
  margin: 0;
}

@media (max-width: 767px) {
  #carouselExampleFade {
    display: none;
  }
}
.carousel-main {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .carousel-main {
    height: auto;
  }
}
.carousel-main .carousel-home {
  width: 70vw;
}
.carousel-main .carousel-home .carousel-item img {
  height: 80vh;
  border-radius: 30px;
}
.carousel-main .carousel-mobile {
  display: none;
}
@media (max-width: 767px) {
  .carousel-main .carousel-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .carousel-main .carousel-mobile .carousel-img {
    width: 68vw;
    height: 19vh;
    border-radius: 15px;
  }
}

* {
  box-sizing: border-box;
}

/* fonts */
@font-face {
  font-family: "maru-font";
  src: url("../assets/DMSerifText-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "maru-font2";
  src: url("../assets/Outfit-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

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