/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "fiona";
  src: url("../fonts/Fiona-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MadeTommyLight";
  src: url("../fonts/MadeTommyLight.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MadeTommyRegular";
  src: url("../fonts/MadeTommyRegular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MadeTommyBold";
  src: url("../fonts/MadeTommyBold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MadeTommyMedium";
  src: url("../fonts/MadeTommyBold.otf");
  font-weight: normal;
  font-style: normal;
}
.contTopTienda h1, .btnAS:hover {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}

body {
  min-height: 100%;
  font-family: "MadeTommyLight";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  overflow-x: hidden !important;
  max-width: 100vw !important;
  background-color: #fff;
  padding: 0px;
}

.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

.btnAR {
  margin-top: 18px;
  border-radius: 0px;
  font-size: 18px !important;
  font-family: "MadeTommyMedium";
  text-decoration: none;
  display: inline-block;
  color: #201fd2;
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: #201fd2;
  width: 200px;
  padding: 9px;
  text-align: center;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}
.btnAR:hover {
  background-color: #201fd2;
  color: #fff;
}

.btnAS {
  margin-top: 18px;
  font-size: 18px !important;
  font-family: "MadeTommyMedium";
  text-decoration: none;
  display: inline-block;
  color: #201fd2;
  background-color: #fff;
  width: fit-content;
  padding: 9px;
  text-align: center;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}
.btnAS:hover {
  background-color: #201fd2;
  color: #fff;
}

.grid-category {
  width: 20% !important;
}
@media screen and (max-width: 800px) {
  .grid-category {
    width: 45% !important;
  }
}

.ecwid-search-widget {
  width: 50vw !important;
  max-width: 50vw !important;
}
.ecwid-search-widget input {
  border: 1px solid;
  border-color: #201fd2 !important;
  border-radius: 1000px !important;
}

@media screen and (max-width: 800px) {
  .grid-product {
    width: 100% !important;
  }
}

.ec-footer {
  display: none !important;
}

nav {
  padding: 9px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  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 {
  text-decoration: none;
  font-weight: bold;
  transition: 0.35s ease-in-out;
  font-family: "MadeTommyRegular";
  color: #273d44 !important;
}
#enlacesNav a:hover {
  cursor: pointer;
  color: #201fd2 !important;
}
@media screen and (max-width: 800px) {
  #enlacesNav {
    height: 90vh !important;
  }
}

@media (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: #fff;
    z-index: 1000;
    height: 100vh;
    transition: all 0.3s ease-in-out;
  }
}
#enlacesNav.active {
  display: flex; /* Show menu when active */
}

.enlaces-sociales {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.enlaces-sociales .social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 9px !important;
  margin-right: 25px;
}
.enlaces-sociales .social i {
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  padding: 9px;
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  border-radius: 1000px;
}
@media (max-width: 768px) {
  .enlaces-sociales .social {
    margin-top: 18px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .enlaces-sociales {
    height: 50vh !important;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
}

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

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

.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: #b5cf59;
  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: #b5cf59;
}
@media (max-width: 768px) {
  #burger {
    display: block; /* Show burger on small screens */
  }
}

#burger i {
  color: #b5cf59;
}

footer {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  flex-direction: column;
}
footer img {
  width: 100px;
}
footer .enlaces {
  width: 70vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
}
footer .enlaces a {
  text-decoration: none;
  color: #201fd2;
}

.copyright {
  font-family: "MadeTommyRegular";
  text-align: center;
}
.copyright a {
  text-decoration: none;
  color: #201fd2;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .copyright {
    width: 85vw;
  }
}

.contenedorTopInicio {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100vh;
}
.contenedorTopInicio video {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .contenedorTopInicio {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.contTopInicio {
  display: flex;
  z-index: 1;
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
}
@media screen and (max-width: 800px) {
  .contTopInicio {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 25px;
  }
}

#branding {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #branding {
    justify-content: flex-start;
  }
}

.contenedor-branding {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  min-height: 70vh;
  padding: 18px;
  margin-top: 100px;
  width: 90vw;
  padding-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .contenedor-branding {
    flex-direction: column;
    margin-top: 25px;
    height: fit-content;
  }
}

.arreglo-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 18px;
  overflow: hidden;
}
.arreglo-cards img {
  width: 300px !important;
  height: auto !important;
  border-radius: 5px;
  margin: 9px;
}
@media screen and (max-width: 800px) {
  .arreglo-cards {
    width: 100%;
    overflow-x: scroll;
  }
  .arreglo-cards img {
    width: 90% !important;
    height: auto !important;
    border-radius: 5px;
  }
}

.contenido-branding {
  width: 50%;
  padding: 18px;
}
.contenido-branding h2 {
  font-family: "MadeTommyRegular";
  color: #273d44;
  font-size: 24px !important;
  text-align: center;
}
.contenido-branding h1 {
  font-family: "MadeTommyRegular";
  font-size: 18px !important;
  color: #273d44;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .contenido-branding {
    width: 100%;
    padding: unset !important;
  }
  .contenido-branding h2 {
    width: 100%;
    margin-top: 200px;
    line-height: 38px;
  }
  .contenido-branding h1 {
    font-family: "MadeTommyRegular";
    font-size: 18px !important;
    color: #273d44;
    width: 100%;
  }
}

.contenedor-productos-destacados {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contenido-productos-destacados {
  width: 70vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contenido-productos-destacados img {
  width: 70px;
  margin-bottom: 18px;
}
.contenido-productos-destacados h3 {
  text-align: center;
  font-family: "MadeTommyRegular";
  font-size: 24px !important;
  color: #273d44;
  text-align: center;
}
.contenido-productos-destacados p {
  font-family: "MadeTommyRegular";
  font-size: 18px !important;
  color: #273d44;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .contenido-productos-destacados {
    width: 90vw;
  }
  .contenido-productos-destacados h3 {
    line-height: 38px;
    margin-top: 25px;
  }
  .contenido-productos-destacados h3,
  .contenido-productos-destacados p {
    text-align: center;
  }
}

.productos-destacados {
  margin-top: 25px;
  width: 70vw;
}
@media screen and (max-width: 800px) {
  .productos-destacados {
    width: 90vw;
  }
}

#beneficios {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}

.contenedor-beneficios {
  width: 40vw;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 9px;
  padding-top: 25px;
  padding-bottom: 25px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .contenedor-beneficios {
    width: 90vw;
  }
}

.contenido-beneficios {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.contenido-beneficios h2,
.contenido-beneficios h3 {
  text-align: center;
  width: 100%;
  font-family: "MadeTommyRegular";
  font-size: 24px !important;
  color: #273d44;
}
.contenido-beneficios p {
  font-family: "MadeTommyRegular";
  font-size: 18px !important;
  color: #273d44;
  text-align: center;
}
.contenido-beneficios p strong {
  letter-spacing: 2px;
}
.contenido-beneficios a {
  text-decoration: none;
  font-size: 24px !important;
  color: #273d44;
  font-family: "MadeTommyRegular";
  transition: 0.35s ease-in-out;
}
.contenido-beneficios a:hover {
  text-decoration: underline;
  letter-spacing: 2px;
}
@media screen and (max-width: 800px) {
  .contenido-beneficios {
    width: 100%;
  }
}

.contenedor-banner-seo {
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenedor-banner-seo img {
  position: absolute;
  z-index: 0;
  width: 130%;
  height: auto;
  top: 0;
}
@media screen and (max-width: 800px) {
  .contenedor-banner-seo {
    height: 90vh;
  }
  .contenedor-banner-seo img {
    width: 700%;
  }
}

.contenido-contenedor-seo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.85);
}
.contenido-contenedor-seo h2 {
  width: 100%;
  text-align: center;
  font-family: "MadeTommyRegular";
  font-size: 24px !important;
  color: #fff;
}
.contenido-contenedor-seo p {
  text-align: center;
  width: 50%;
  font-family: "MadeTommyRegular";
  font-size: 18px !important;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .contenido-contenedor-seo h2 {
    width: 70%;
  }
  .contenido-contenedor-seo p {
    width: 90%;
  }
}

.contenedor-newsletter {
  width: 100vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  position: relative;
}
@media screen and (max-width: 800px) {
  .contenedor-newsletter {
    flex-direction: column;
  }
}

.contenido-newsletter {
  width: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .contenido-newsletter {
    width: 100%;
  }
}

.texto-newsletter {
  width: 60%;
  height: 100%;
}
.texto-newsletter h3 {
  width: 100%;
  text-align: left;
  font-family: "MadeTommyRegular";
  font-size: 24px !important;
  color: #273d44;
}
.texto-newsletter p {
  text-align: left;
  width: 100%;
  font-family: "MadeTommyRegular";
  font-size: 18px !important;
  color: #273d44;
}
@media screen and (max-width: 800px) {
  .texto-newsletter {
    width: 90%;
    margin-top: 50px;
  }
  .texto-newsletter h3 {
    text-align: center;
  }
  .texto-newsletter p {
    text-align: center;
  }
}

.form-newsletter {
  position: relative;
  min-height: 50vh;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 9px;
}
.form-newsletter form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 100%;
}
.form-newsletter form h4 {
  width: 100%;
  text-align: left;
  font-family: "MadeTommyRegular";
  font-size: 24px !important;
  color: #273d44;
  line-height: 38px;
}
.form-newsletter form .form-group {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 18px;
}
.form-newsletter form .form-group label {
  text-align: left;
  font-family: "MadeTommyRegular";
  font-size: 24px !important;
  color: #273d44;
  font-style: italic;
  margin-bottom: 9px;
}
.form-newsletter form .form-group input {
  border: 2px solid #000;
  width: 100%;
  border-radius: 10000px;
  padding: 9px;
}
.form-newsletter form .form-group button {
  display: flex;
  border-color: #201fd2;
  align-self: flex-end;
}
@media screen and (max-width: 800px) {
  .form-newsletter {
    width: 100%;
  }
  .form-newsletter form {
    width: 90vw;
  }
  .form-newsletter form h4 {
    text-align: center;
  }
}

.contenedorTopTienda {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100vh;
  margin-top: 120px;
}
.contenedorTopTienda img {
  z-index: 0;
  position: absolute;
  margin-left: -200px;
}
@media screen and (max-width: 800px) {
  .contenedorTopTienda {
    margin-top: 80px;
  }
  .contenedorTopTienda img {
    width: auto;
    margin-left: -850px;
    height: 100%;
  }
}

.contTopTienda {
  display: flex;
  z-index: 1;
  width: 40%;
  flex-direction: column;
  margin-left: 10%;
}
.contTopTienda h1 {
  font-family: "MadeTommyRegular";
  font-size: 24px !important;
  color: #273d44;
}
.contTopTienda p {
  font-family: "MadeTommyRegular";
  font-size: 18px !important;
  color: #273d44;
  width: 75%;
}
@media screen and (max-width: 800px) {
  .contTopTienda {
    height: 100%;
    justify-content: center;
    width: 100%;
    margin-left: 0%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .contTopTienda h1 {
    width: 80%;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-left: 10%;
  }
  .contTopTienda p {
    margin-left: 10%;
    width: 80%;
    text-align: center;
    padding: 9px;
    border-radius: 5px;
    margin-bottom: 25px;
    color: #fff;
  }
}

.contenedor-tienda {
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contenido-tienda {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 125px;
}
.contenido-tienda img {
  margin-top: 75px;
  margin-bottom: 25px;
  width: 100px;
}
.contenido-tienda h2 {
  width: 60%;
  text-align: center;
  font-family: "MadeTommyRegular";
  font-size: 24px !important;
  color: #273d44;
}
.contenido-tienda p {
  text-align: center;
  width: 60%;
  font-family: "MadeTommyRegular";
  font-size: 18px !important;
  color: #273d44;
}
@media screen and (max-width: 800px) {
  .contenido-tienda img {
    margin-top: 0px !important;
  }
  .contenido-tienda h2,
  .contenido-tienda p {
    text-align: center;
    width: 90%;
  }
}

.productos-tienda {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70vw;
  padding: 9px;
  height: fit-content;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}

.contenedor-contacto {
  width: 100vw;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  .contenedor-contacto {
    flex-direction: column;
  }
}

.banner-contacto {
  position: relative;
  width: 50%;
  overflow: hidden;
  height: auto;
}
.banner-contacto img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .banner-contacto {
    order: 2;
    width: 100%;
  }
}

.form-contacto {
  position: relative;
  width: 50%;
  height: 100%;
  max-height: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form-contacto img {
  position: absolute;
  opacity: 0.05;
  height: 120%;
  width: auto;
  z-index: 0;
}
.form-contacto form {
  padding: 9px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 120vh;
  min-height: 100% !important;
}
.form-contacto form h4 {
  width: 100%;
  text-align: left;
  font-family: "MadeTommyRegular";
  font-size: 24px !important;
  color: #273d44;
  font-weight: bold;
  line-height: 38px;
}
.form-contacto form .form-group {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 18px;
}
.form-contacto form .form-group label {
  text-align: left;
  font-family: "MadeTommyRegular";
  font-size: 24px !important;
  color: #273d44;
  font-style: italic;
  margin-bottom: 9px;
}
.form-contacto form .form-group input {
  border: 2px solid;
  border-color: #201fd2;
  width: 100%;
  border-radius: 1000px;
  padding: 9px;
}
.form-contacto form .form-group textarea {
  border: 2px solid;
  border-color: #201fd2;
  width: 100%;
  border-radius: 5px;
  padding: 9px;
}
.form-contacto form button {
  display: flex;
  border-color: #201fd2;
  align-self: flex-end !important;
}
@media screen and (max-width: 800px) {
  .form-contacto {
    width: 100%;
    order: 1;
    min-height: 100vh;
  }
  .form-contacto form {
    width: 90%;
    height: fit-content;
  }
}

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