/* Estilos base */
@font-face {
  font-family: "Parkinsans";
  src: url("../fonts/Parkinsans.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.ttf");
}
.card-resena, .banner-title p, .banner-title h1 {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}

.noVisible {
  display: none;
  position: absolute;
}

/* General Styles */
body {
  justify-content: center;
  align-items: center;
  width: 100vw !important;
  overflow-x: hidden;
  margin: 0;
  font-family: "Montserrat";
  color: white;
  background-color: #1e1e1c;
}

.main-banner {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f29100;
}

.banner-title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  position: absolute;
  color: #1e1e1c;
}
.banner-title h1 {
  font-family: "Parkinsans";
  color: #f29100;
  text-align: center;
  font-size: 60px;
  line-height: 0;
}
.banner-title p {
  width: 40%;
  text-align: center;
  line-height: 0;
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 22px;
}
@media screen and (max-width: 800px) {
  .banner-title h1 {
    font-size: 40px;
  }
  .banner-title p {
    width: 80%;
    line-height: 18px;
    font-size: 16px !important;
  }
}

.main-banner video {
  margin-top: 75px;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .main-banner video {
    width: 350vw;
  }
}

.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
  min-height: 80vh;
  position: relative;
  background-color: #1e1e1c;
}
.card-container h2 {
  color: #f29100;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .card-container h2 {
    font-size: 30px;
  }
}

.product-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  width: 100vw;
}
.product-card .img-card {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  overflow: hidden;
}
.product-card .img-card img {
  width: 600px !important;
}
@media screen and (max-width: 800px) {
  .product-card .img-card {
    width: 90vw;
  }
  .product-card .img-card img {
    width: 350px !important;
  }
}
.product-card .contenido-card {
  width: 40%;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.product-card .contenido-card p {
  text-align: left;
}
.product-card .contenido-card h2 {
  color: #f29100;
  font-size: 24px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .product-card {
    flex-direction: column;
  }
  .product-card img {
    width: 90% !important;
  }
  .product-card .contenido-card {
    width: 90%;
  }
  .product-card .contenido-card h2 {
    width: 100%;
    text-align: center;
  }
}

.ecwid-btn,
.ecwid-btn--primary,
.ecwid-btn--addToBag,
.ecwid-btn--actionOK {
  align-self: center;
  width: 40vw !important;
  background-color: #f29100 !important;
  border-radius: 1000px !important;
}
.ecwid-btn span,
.ecwid-btn--primary span,
.ecwid-btn--addToBag span,
.ecwid-btn--actionOK span {
  font-family: "Montserrat" !important;
  font-weight: bold !important;
  font-size: 22px !important;
}
@media screen and (max-width: 800px) {
  .ecwid-btn,
  .ecwid-btn--primary,
  .ecwid-btn--addToBag,
  .ecwid-btn--actionOK {
    width: 90vw !important;
  }
}

.btnShop {
  position: absolute;
  color: white;
  border: none;
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: bold;
  width: 50vw;
  padding: 9px;
  border-radius: 1000px;
  background-color: #f29100;
  bottom: 50px;
  transition: 0.35s ease-in-out;
}
.btnShop:hover {
  background-color: #1e1e1c;
}
@media screen and (max-width: 800px) {
  .btnShop {
    bottom: 150px;
    width: 70vw;
  }
}

.kit-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100vw;
  background-color: #1e1e1c;
  padding-top: 25px;
  padding-bottom: 25px;
}

.kit-item {
  width: 70%;
  background: #1e1e1c;
  padding: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  text-align: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .kit-item {
    width: 100%;
  }
}

.kit-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 40%;
}
.kit-content h3,
.kit-content h2 {
  color: #f29100;
  font-size: 24px;
  font-family: "Parkinsans";
}
.kit-content p {
  text-align: left;
}
.kit-content ul {
  list-style: disc;
  text-align: left;
}
.kit-content ul li {
  margin-bottom: 18px;
}
@media screen and (max-width: 800px) {
  .kit-content {
    width: 90%;
  }
  .kit-content p {
    width: 90%;
    margin-left: 18px;
  }
  .kit-content ul {
    width: 90%;
  }
}

.kit-img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 9px;
  order: unset;
}
.kit-img img {
  border-radius: 10px;
  width: 100%;
  margin: 9px;
}
@media screen and (max-width: 800px) {
  .kit-img {
    width: 100%;
    order: 1;
  }
  .kit-img img {
    border-radius: 10px;
    width: 120%;
    margin: 9px;
  }
}

.seo-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #1e1e1c;
}

.seo-banner model-viewer {
  width: 100%;
  max-width: 600px;
  height: 400px;
}

.seo-info {
  width: 70%;
  padding: 9px;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seo-info p {
  width: 40%;
}
.seo-info img {
  border: 2px solid #4a4947;
  border-radius: 10px;
  margin: 9px;
  width: 270px;
  height: 270px;
}
@media screen and (max-width: 800px) {
  .seo-info {
    flex-direction: column;
  }
  .seo-info p {
    width: 90%;
  }
}

footer {
  text-align: center;
  padding: 9px;
  background-color: #1e1e1c;
  color: white;
  border-top: 2px solid #f29100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer img {
  width: 100px;
  filter: brightness(100);
}
footer .enlaces {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 50vw;
  margin-top: 25px;
  margin-bottom: 25px;
}
footer .enlaces a {
  color: white;
  text-decoration: none;
  margin: 0 5px;
  transition: 0.35s ease-in-out;
}
footer .enlaces a:hover {
  color: #f29100;
}
@media screen and (max-width: 800px) {
  footer .enlaces {
    width: 90vw;
  }
}

.copyright {
  font-size: 14px;
  color: #f29100;
  color: white;
}
.copyright a {
  color: white;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}
.copyright a:hover {
  color: #f29100;
}

.contenedor-resenas {
  height: 70vh;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  flex-direction: column;
}
.contenedor-resenas h5 {
  margin-top: 100px !important;
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 2px;
  padding: 9px;
  color: #f29100;
}
@media screen and (max-width: 800px) {
  .contenedor-resenas {
    height: fit-content;
  }
  .contenedor-resenas h5 {
    width: 90%;
    text-align: center;
  }
}

.titulo-resenas {
  width: 70vw;
}
.titulo-resenas h3 {
  align-self: flex-start;
  font-family: "Parkinsans";
  font-size: 40px;
  color: #f29100;
}
@media screen and (max-width: 800px) {
  .titulo-resenas h3 {
    font-size: 30px;
  }
}

.cards-resenas {
  padding: 9px;
  width: 70vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
@media screen and (max-width: 800px) {
  .cards-resenas {
    flex-direction: column;
    width: 90vw;
  }
}

.card-resena {
  min-width: 300px;
  max-width: 300px;
  background-color: white;
  border-radius: 30px;
  padding: 18px;
}
.card-resena .header-card-resena i {
  color: #f29100;
}
.card-resena .cuerpo-resena p {
  max-width: 250px;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  color: #1e1e1c;
}
.card-resena .cuerpo-resena h4 {
  font-weight: bold;
  color: #1e1e1c;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .card-resena {
    margin-bottom: 25px;
    min-width: 270px;
    max-width: 270px;
  }
}

nav {
  padding: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #1e1e1c;
  border-bottom: 2px solid #f29100;
  position: fixed;
  width: 100vw;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  nav {
    flex-direction: row;
    width: 100vw;
  }
  nav h3 {
    margin-left: unset !important;
  }
}

#enlacesNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
}
#enlacesNav ul {
  display: flex;
  justify-content: center;
  width: 100% !important;
}
#enlacesNav li {
  margin: 0 10px;
}
#enlacesNav a {
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  transition: 0.35s ease-in-out;
}
#enlacesNav a:hover {
  color: #f29100 !important;
}

@media (max-width: 768px) {
  #enlacesNav {
    justify-content: center;
    align-items: center;
    display: none; /* Hide menu on small screens */
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 70px; /* Start below the navbar */
    left: 0;
    background-color: #1e1e1c;
    z-index: 1000;
    height: 100vh;
    transition: all 0.3s ease-in-out;
  }
}
#enlacesNav.active {
  display: flex; /* Show menu when active */
}

.social {
  width: 50px;
  padding: 9px !important;
}
.social i {
  color: #f29100 !important;
}

.brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  padding: 9px;
  width: 100px;
}
.brand img {
  width: auto;
  height: 50px;
}

.no-scroll {
  overflow: hidden;
}

#enlacesNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#enlacesNav ul li {
  padding: 0px;
}
#enlacesNav ul a {
  margin: 0px;
  text-decoration: none;
  padding: 9px;
  color: #f29100;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #enlacesNav ul {
    width: 90vw;
    flex-direction: column;
    margin: auto !important;
    text-align: center;
  }
  #enlacesNav ul li {
    margin-bottom: 18px;
    width: 100%;
  }
  #enlacesNav ul li a {
    text-align: center;
  }
}

#burger {
  display: none;
  cursor: pointer;
  z-index: 101; /* Ensures it is on top of the content */
  margin-right: 25px;
  color: #f29100;
}
@media (max-width: 768px) {
  #burger {
    display: block; /* Show burger on small screens */
  }
}

#burger i {
  color: #f29100;
}

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