/* Estilos base */
@font-face {
  font-family: "Belinda";
  src: url("../fonts/Belinda.otf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.ttf");
}
.product-card .contenido-card, .banner-title p, .banner-title h1 {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}

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

/* General Styles */
body {
  overflow-x: hidden;
  margin: 0;
  font-family: "Montserrat";
  color: #333;
  background-color: #d8809c !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Belinda";
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fffbfd !important;
  border-bottom: 2px solid #000;
  padding: 9px;
  position: fixed;
  width: 100vw;
  z-index: 100;
}
nav h3 {
  color: #d8809c !important;
  font-weight: lighter;
  font-size: 16px;
  letter-spacing: 2px;
  margin-left: 25px;
}
nav li {
  margin: 0 10px;
}
nav a {
  color: #d8809c !important;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  nav {
    flex-direction: row;
    width: 100vw;
  }
  nav h3 {
    margin-left: unset !important;
  }
}

.no-scroll {
  overflow: hidden;
}

.main-banner {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #d8809c !important;
  margin-top: 100px;
}

.banner-title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  position: relative;
  color: #fffbfd !important;
}
.banner-title h1 {
  text-align: center;
  font-size: 60px;
  line-height: 0;
}
.banner-title p {
  text-align: center;
  width: 30vw;
  line-height: 30px;
  font-size: 24px;
  font-weight: lighter;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .banner-title h1 {
    font-size: 30px;
  }
  .banner-title p {
    width: 90vw;
    font-size: 22px;
  }
}

.mask {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .mask {
    width: 100vw;
  }
}

.main-banner video {
  width: 100vw;
  object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .main-banner video {
    height: 100vh;
    width: auto !important;
  }
}

.card-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  min-height: 70vh;
  position: relative;
  background-color: #fffbfd !important;
  width: 100vw;
}
.card-container h2 {
  color: #d8809c !important;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .card-container h2 {
    font-size: 30px;
  }
}

.product-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  text-align: center;
  margin: 20px;
  padding: 20px;
  background: #fffbfd !important;
  min-height: fit-content !important;
  width: 90vw;
}
.product-card .img-element {
  width: 10%;
  margin: 9px;
}
.product-card .modelos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 25%;
}
.product-card .modelos model-viewer {
  height: 400px;
  z-index: 3;
}
.product-card .closeup-img {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-card .closeup-img img {
  margin: 9px;
  width: 60%;
  border-radius: 15px;
}
.product-card .contenido-card {
  min-height: 100% !important;
  background-color: #fffbfd !important;
  border-radius: 15px;
  width: 45%;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.product-card .contenido-card p {
  width: 100%;
  text-align: left;
  font-size: 14px;
}
.product-card .contenido-card h2 {
  color: #d8809c !important;
  font-size: 24px;
  text-align: left;
}
.product-card .contenido-card ul {
  font-size: 14px;
  text-align: left;
  width: 100%;
  margin: 0px;
}
@media screen and (max-width: 800px) {
  .product-card {
    flex-direction: column;
  }
  .product-card .contenido-card {
    width: 90%;
  }
  .product-card .contenido-card h2 {
    text-align: center;
    font-size: 18px;
  }
  .product-card .img-element {
    width: 60%;
    margin: 9px;
    margin-top: 25px;
  }
  .product-card .modelos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
  .product-card .modelos model-viewer {
    height: 400px;
    z-index: 3;
  }
  .product-card .closeup-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .product-card .closeup-img img {
    margin: 9px;
    width: 45%;
    border-radius: 15px;
  }
}

html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 {
  box-sizing: content-box;
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 9px !important;
  height: 50px !important;
  margin: unset !important;
}
html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 div {
  position: unset !important;
  width: 90% !important;
  height: unset !important;
  padding: unset !important;
  margin: unset !important;
  margin-bottom: 25px !important;
}
@media screen and (max-width: 800px) {
  html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 {
    height: 70px !important;
  }
}

.ecwid-btn {
  align-self: center;
  min-width: 100% !important;
  width: 100% !important;
  background-color: #d8809c !important;
  border-radius: 1000px !important;
  max-width: unset !important;
}
.ecwid-btn:hover {
  background-color: #282828 !important;
}
.ecwid-btn span {
  font-family: "Montserrat" !important;
  font-weight: bold !important;
  font-size: 22px !important;
}
@media screen and (max-width: 800px) {
  .ecwid-btn {
    margin-bottom: 25px !important;
    width: 100% !important;
  }
}

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

.product-card img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}

.product-card button {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #333;
  width: 70vw;
  color: #fffbfd !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

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

.kit-item {
  width: 90%;
  background: #fffbfd !important;
  padding: 9px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  text-align: center;
  flex-wrap: wrap;
}
.kit-item model-viewer {
  height: 300px;
  width: 15%;
  order: unset;
}
@media screen and (max-width: 800px) {
  .kit-item {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .kit-item model-viewer {
    width: 90%;
    order: 2;
  }
}

.kit-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 35%;
}
.kit-content h2 {
  text-align: left;
  width: 100%;
}
.kit-content p {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .kit-content {
    align-items: center;
    width: 90%;
  }
  .kit-content h2 {
    text-align: center;
  }
}

.kit-img {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  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: 0px;
  }
}

.seo-banner {
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #d8809c !important;
}
.seo-banner img {
  margin: 9px;
  width: 100px;
  height: 100px;
}

.seo-info {
  width: 100%;
  padding: 9px;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seo-info h3 {
  width: 60%;
  text-align: center;
  font-size: 28px;
  color: #fffbfd !important;
}
@media screen and (max-width: 800px) {
  .seo-info {
    flex-direction: column;
  }
  .seo-info h3 {
    width: 80%;
    font-size: 18px;
  }
  .seo-info p {
    width: 90%;
  }
}

#faqs {
  background-color: #fffbfd !important;
  height: fit-content;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.listado-faqs {
  width: 70vw;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.listado-faqs ul {
  margin: 0px !important;
  padding: 0px;
  width: 100% !important;
  list-style: none;
}
.listado-faqs li {
  padding: 9px;
  width: 100% !important;
}
@media screen and (max-width: 800px) {
  .listado-faqs {
    width: 80vw;
  }
}

.faq-pregunta {
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid #333;
  transition: 0.35s ease-in-out;
}
.faq-pregunta:hover {
  cursor: pointer;
  background-color: #333;
  color: #fffbfd !important;
}

.faq-respuesta {
  width: 100% !important;
  background-color: #f0f0f0;
  color: #282828 !important;
  font-weight: 600;
  text-align: left;
  height: fit-content;
  transition: 0.35s ease-in-out;
}

.faq-inactiva {
  display: none;
}

.avalado {
  background-color: #fffbfd !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
}
.avalado h5 {
  color: #d8809c !important;
  font-size: 24px !important;
  font-weight: 400 !important;
}

footer {
  text-align: center;
  padding: 9px;
  background-color: #fffbfd !important;
  color: white;
  border-top: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer img {
  width: 100px;
}
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: #d8809c !important;
  text-decoration: none;
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  footer .enlaces {
    width: 90vw;
  }
}

.copyright {
  font-size: 14px;
  color: #d8809c !important;
}
.copyright a {
  color: #d8809c !important;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

nav {
  padding: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fffbfd !important;
  border-bottom: 2px solid #d8809c !important;
  position: fixed;
  top: 0;
  height: 80px;
  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-around;
  align-items: center;
  width: 100% !important;
}
#enlacesNav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100% !important;
}
#enlacesNav li {
  margin: 0 10px;
}
#enlacesNav a {
  text-decoration: none;
  font-weight: bold;
  transition: 0.35s ease-in-out;
}
#enlacesNav a:hover {
  color: #d8809c !important !important;
}

@media screen and (max-width: 800px) {
  #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: #fffbfd !important;
    z-index: 1000;
    height: 100vh;
    transition: all 0.3s ease-in-out;
  }
  #enlacesNav ul {
    flex-direction: column;
    width: 100%;
    height: fit-content !important;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
  }
  #enlacesNav ul li {
    margin-bottom: 18px !important;
    text-align: center;
  }
}
#enlacesNav.active {
  display: flex; /* Show menu when active */
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 9px !important;
  margin-right: 25px;
}
.social i {
  color: #d8809c !important;
}
@media screen and (max-width: 800px) {
  .social {
    justify-self: center;
    align-self: center;
    height: 28px;
    margin: 0px !important;
    font-size: 28px;
  }
}

.language {
  display: block;
  width: fit-content !important;
  max-height: fit-content;
  padding: 9px !important;
  color: #d8809c !important;
  border: 2px solid #d8809c !important;
  border-radius: 10px;
  background-color: transparent;
  text-decoration: none;
  text-wrap: nowrap;
  font-size: 14px;
}
.language:hover {
  border: none;
  color: white !important;
  background-color: #d8809c !important;
  background-color: white;
}

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

.no-scroll {
  overflow: hidden;
}

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

#burger i {
  color: #d8809c !important;
}

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