*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
}

@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
}

h1, h2, h3, h4 {
  font-family: "Sentient", serif;
  font-weight: bold;
}

@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
}

h1, h2, h3, h4 {
  font-family: "Sentient", serif;
  font-weight: bold;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  padding-left: 24px;
  background-color: #F1EEE7;
}
@media (min-width: 1024px) {
  .header {
    padding: 20px;
    padding-right: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.header-nav ul {
  display: flex;
  flex-direction: row;
  gap: 4px;
  list-style: none;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .header-nav ul {
    flex-direction: row;
    gap: 20px;
  }
}

.header-logo {
  font-size: 32px;
  font-family: "Sentient";
  font-style: italic;
  font-weight: 500;
}
.header-logo:hover {
  color: #FF763F;
}

.header-nav-elem {
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 2px solid #D9D6D0;
}
.header-nav-elem:hover {
  box-shadow: -4px 4px 0px #63FF1A;
  transform: translate(2px, -2px);
}
.header-nav-elem:active {
  transform: translate(0, 0);
  box-shadow: none;
}
.header-nav-elem .material-symbols-outlined {
  font-size: 20px;
  display: block;
}

.header2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  padding-left: 24px;
  background-color: #FF763F;
}
@media (min-width: 1024px) {
  .header2 {
    padding: 20px;
    padding-right: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.header-nav2 ul {
  display: flex;
  flex-direction: row;
  gap: 4px;
  list-style: none;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .header-nav2 ul {
    flex-direction: row;
    gap: 20px;
  }
}

.header-logo2 {
  font-size: 32px;
  font-family: "Sentient";
  font-style: italic;
  font-weight: 500;
}
.header-logo2:hover {
  color: #F1EEE7;
}

.header-nav-elem2 {
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  cursor: pointer;
  background-color: #FFFFFF;
}
.header-nav-elem2:hover {
  box-shadow: -4px 4px 0px #63FF1A;
  transform: translate(2px, -2px);
}
.header-nav-elem2:active {
  transform: translate(0, 0);
  box-shadow: none;
}
.header-nav-elem2 .material-symbols-outlined {
  font-size: 20px;
  display: block;
}

@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
}

h1, h2, h3, h4 {
  font-family: "Sentient", serif;
  font-weight: bold;
}

.footer {
  background-color: #FF763F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .footer {
    padding: 20px 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-logo-container {
  width: 90px;
  padding: 4px;
  margin: 0;
}

.footer-logo {
  align-items: center;
  padding: 4px;
  display: block;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .footer-nav ul {
    gap: 20px;
  }
}

.footer-nav-elem {
  display: flex;
  align-items: center;
  color: #B23300;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  cursor: pointer;
  background-color: #FFBFA6;
  white-space: nowrap;
}
.footer-nav-elem:hover {
  box-shadow: -4px 4px 0px #63FF1A;
  transform: translate(2px, -2px);
}
.footer-nav-elem:active {
  transform: translate(0, 0);
  box-shadow: none;
}
.footer-nav-elem .material-symbols-outlined {
  font-size: 20px;
  display: block;
}

.footer-text {
  color: #FFFFFF;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 0px;
  text-align: right;
}

.main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .main {
    flex-direction: row;
  }
}

@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
}

h1, h2, h3, h4 {
  font-family: "Sentient", serif;
  font-weight: bold;
}

.mainIndex {
  background-color: #F1EEE7;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #F1EEE7;
}
@media (min-width: 1024px) {
  .hero {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-title {
  font-size: 84px;
  font-family: "Sentient", serif;
  font-style: italic;
  font-weight: 400;
  color: #0B0D0E;
  line-height: 0.8;
  margin-top: 60px;
  margin-bottom: 40px;
  letter-spacing: -0.06em;
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
}
@media (min-width: 1024px) {
  .hero-title:hover {
    color: #FF763F;
  }
}

.hero-subtitle {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #B23300;
  margin-top: 0px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
}

.hero-description {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 450;
  color: #191A1B;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
}

.hero-img-caption {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #191A1B;
  margin-top: 8px;
  margin-bottom: 0px;
}

.novedades {
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .novedades {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .novedades .imgpadding {
    margin-top: 24px;
    margin-bottom: 32px;
    padding: 32px;
    background-color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.novedades .novedades-title {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #0B0D0E;
  margin-top: 20px;
  margin-bottom: 12px;
}
.novedades .novedades-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 450;
  color: #191A1B;
  margin-top: 0px;
  margin-bottom: 20px;
}
.novedades .imagenha {
  height: 150px;
}
.novedades .novedades-filtro {
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
}
.novedades .novedades-filtro ul {
  align-content: center;
  display: flex;
  flex-direction: row;
  gap: 4px;
  list-style: none;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .novedades .novedades-filtro ul {
    flex-direction: row;
    gap: 20px;
  }
}
.novedades .novedades-filtro .novedades-filtro-elem {
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 2px solid #D9D6D0;
}
.novedades .novedades-filtro .novedades-filtro-elem:hover {
  box-shadow: -4px 4px 0px #63FF1A;
  transform: translate(2px, -2px);
}
.novedades .novedades-filtro .novedades-filtro-elem:active {
  transform: translate(0, 0);
  box-shadow: none;
}
.novedades .novedades-filtro .novedades-filtro-title {
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background-color: #FF763F;
  color: #FFFFFF;
}
.novedades .novedades-info {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 8px;
}
.novedades .novedades-info .novedades-info-elem {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #5E5E5E;
}

.novedades-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  width: 100%;
  margin-top: 20px;
  align-items: start;
}
@media (min-width: 1024px) {
  .novedades-grid {
    gap: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-img-foto1 {
  margin-top: 20px;
}

.blog {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #F1EEE7;
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
}
.blog .blog-title {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #0B0D0E;
  margin-top: 20px;
  margin-bottom: 12px;
}
.blog .blog-description {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 450;
  color: #191A1B;
  margin-top: 0px;
  margin-bottom: 40px;
}

.cabecera {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #F1EEE7;
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
}
@media (min-width: 1024px) {
  .cabecera {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .cabecera .imgpadding {
    margin-top: 24px;
    margin-bottom: 32px;
    padding: 32px;
    background-color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cabecera img {
  margin-top: 20px;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  max-width: none;
}
.cabecera .imgpadding {
  margin-top: 24px;
  margin-bottom: 32px;
  padding: 32px;
  background-color: #fff;
}
.cabecera .cabecera-description {
  margin-left: 20px;
  margin-right: 20px;
}
.cabecera .cabecera-description ul {
  margin-top: 20px;
}
.cabecera .enlacestitle {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0B0D0E;
  margin-top: 28px;
}
.cabecera .novedades-item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
  margin-top: 12px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #FF763F;
  text-decoration: none;
}
.cabecera .novedades-item-link:hover {
  font-size: 18px;
}
.cabecera .cabecera-marcador {
  font-size: 20px;
  font-family: "Sentient", serif;
  font-weight: 500;
  color: #FF763F;
  text-align: center;
}
.cabecera .cabecera-title {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #0B0D0E;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1;
}
.cabecera .cabecera-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 450;
  color: #191A1B;
  margin-top: 0px;
  margin-bottom: 12px;
}
.cabecera .cabecera-info {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 48px;
  margin-right: 20px;
}
.cabecera .cabecera-info .cabecera-info-elem {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #5E5E5E;
}
.cabecera .cabecera-error {
  font-size: 76px;
  font-family: "Sentient", serif;
  font-weight: 500;
  color: #FF763F;
  margin-top: 130px;
}
.cabecera .cabecera-error-text {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 450;
  color: #0B0D0E;
}

.vision {
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .vision {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .vision .imgpadding {
    margin-top: 24px;
    margin-bottom: 32px;
    padding: 32px;
    background-color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cabecera2 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
}
.cabecera2 .cabecera-marcador2 {
  margin-top: 0px;
  font-size: 20px;
  font-family: "Sentient", serif;
  font-weight: 400;
  color: #F1EEE7;
  text-align: center;
}
.cabecera2 .cabecera-title2 {
  font-size: 66px;
  font-family: "Sentient", serif;
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.cabecera2 .cabecera-text2 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #F1EEE7;
  margin-top: -20px;
  margin-bottom: 12px;
}

.cabecera3 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #F1EEE7;
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
}
.cabecera3 .cabecera-marcador3 {
  font-size: 20px;
  font-family: "Sentient", serif;
  font-weight: 500;
  color: #FF763F;
  text-align: center;
}
.cabecera3 .cabecera-title3 {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #B23300;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.cabecera3 .cabecera-text3 {
  font-size: 16px;
  font-family: "Sentient", serif;
  font-weight: 400;
  color: #191A1B;
  margin-top: 0px;
  margin-bottom: 12px;
}

.formulario {
  background-color: #F1EEE7;
  margin-bottom: 20px;
  margin-top: 20px;
}
.formulario-suscripcion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  margin: 0 auto;
}
.formulario-grupo {
  background-color: #fff;
  border: 1px solid #D9D6D0;
  border-radius: 20px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.formulario-grupo label {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-top: 8px;
}
.formulario-input, .formulario-input-text {
  border: none;
  background-color: #C0FFA2;
  border-radius: 100px;
  padding: 0 15px;
  outline: none;
  font-family: "Roboto", sans-serif;
  height: 35px;
}
.formulario-input::placeholder, .formulario-input-text::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.formulario-input:focus, .formulario-input-text:focus {
  box-shadow: 0 0 0 2px #63FF1A;
}
.formulario-input-text {
  height: 120px;
  border-radius: 15px;
  padding: 15px;
  resize: vertical;
}
.formulario-boton {
  background-color: #63FF1A;
  color: #000;
  border: none;
  padding: 15px;
  border-radius: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}
.formulario-boton:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}
.formulario-boton-otraopcion {
  background-color: transparent;
  border: 1px solid #D9D6D0;
  padding: 12px;
  border-radius: 15px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  cursor: pointer;
  flex: 1;
  transition: background-color 0.2s;
}
.formulario-boton-otraopcion:hover {
  background-color: #FFFFFF;
}

.opciones-sociales {
  display: flex;
  gap: 10px;
  width: 100%;
}

.mainCategorias {
  background-color: #FF763F;
}

.coleccion-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .coleccion-grid {
    flex-direction: row;
    gap: 40px;
  }
}

@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
}

h1, h2, h3, h4 {
  font-family: "Sentient", serif;
  font-weight: bold;
}

.btn-acento {
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  cursor: pointer;
  background-color: #63FF1A;
  justify-content: center;
  color: #0B0D0E;
  width: fit-content;
  margin-right: 16px;
}
.btn-acento:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}
.btn-acento:active {
  transform: translate(0, 0);
  box-shadow: none;
}

.contenedor-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
}

.boton-volverinicio {
  background-color: #FFFFFF;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #D9D6D0;
}
.boton-volverinicio:hover {
  box-shadow: -4px 4px 0px #63FF1A;
  transform: translate(2px, -2px);
}
.boton-volverinicio:active {
  transform: translate(0, 0);
  box-shadow: none;
}
.boton-volverinicio .material-symbols-outlined {
  font-size: 20px;
  display: block;
}

@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../../fonts/Sentient-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
}

h1, h2, h3, h4 {
  font-family: "Sentient", serif;
  font-weight: bold;
}

.novedades-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 2px solid #D9D6D0;
  padding: 40px;
  padding-top: 12px;
  height: auto;
  width: 100%;
}
.novedades-item img {
  margin-top: 28px;
  margin-bottom: 12px;
  max-width: 100%;
  height: auto;
}
.novedades-item div {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.novedades-item:hover {
  box-shadow: -4px 4px 0px #63FF1A;
  transform: translate(2px, -2px);
}
.novedades-item:hover .novedades-item-title2 {
  color: #40CA00;
}
.novedades-item:hover .novedades-info-elem {
  color: #63FF1A;
}
.novedades-item:hover .novedades-description {
  color: #40CA00;
}
.novedades-item:hover .material-symbols-outlined {
  color: #63FF1A;
}
.novedades-item .novedades-geometrica {
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 16px;
  height: 112px;
  width: 100%;
  margin-bottom: 16px;
}
.novedades-item .novedades-geometrica .geometrica1 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #63FF1A;
}
.novedades-item .novedades-geometrica .geometrica2 {
  height: 80px;
}
.novedades-item .novedades-geometrica .geometrica3 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FF763F;
}
.novedades-item .novedades-item-title {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0B0D0E;
  margin-top: 0px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.novedades-item .novedades-item-title2 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0B0D0E;
  margin-top: 0px;
  line-height: 1;
}
.novedades-item .novedades-item-subtitle {
  font-size: 20px;
  font-family: "Sentient", serif;
  font-weight: 400;
  color: #B8B5B0;
  margin-top: 0px;
  margin-bottom: 12px;
}
.novedades-item .novedades-item-description {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 450;
  color: #0B0D0E;
  margin-top: 0px;
  margin-bottom: 0px;
}
.novedades-item .novedades-item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3 ease;
  margin-top: 12px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #FF763F;
  text-decoration: none;
}
.novedades-item .novedades-item-link:hover {
  font-size: 18px;
}
.novedades-item .novedades-item-link .material-symbols-outlined {
  font-size: 20px;
  text-decoration: none;
}

.coleccion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.vision {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #F1EEE7;
}
.vision .vision-title {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0B0D0E;
  margin-top: 20px;
}
.vision .vision-description {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 450;
  color: #0B0D0E;
  margin-top: 0px;
  margin-bottom: 0px;
}
.vision .vision-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
}
@media (min-width: 1024px) {
  .vision .vision-grid {
    flex-direction: row;
    gap: 40px;
  }
}

.vision-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 2px solid #D9D6D0;
  padding: 20px;
  padding-top: 12px;
  max-width: 250px;
}
.vision-item:hover {
  box-shadow: -4px 4px 0px #63FF1A;
  transform: translate(2px, -2px);
}
.vision-item .vision-geometrica {
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 16px;
  height: 56px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 16px;
}
.vision-item .vision-geometrica .vgeometrica1 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #63FF1A;
}
.vision-item .vision-item-title {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0B0D0E;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.vision-item .vision-item-subtitle {
  font-size: 16px;
  font-family: "Sentient", serif;
  font-weight: 400;
  color: #B8B5B0;
  margin-top: 0px;
  margin-bottom: 12px;
}

html,
body {
  cursor: none;
}

.coleccion-item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 2px solid #D9D6D0;
  padding: 40px;
  padding-bottom: 20px;
  padding-top: 12px;
  cursor: pointer;
}
.coleccion-item img {
  margin-top: 28px;
  margin-bottom: 12px;
}
.coleccion-item:hover {
  box-shadow: -4px 4px 0px #63FF1A;
  transform: translate(2px, -2px);
}
.coleccion-item:hover .coleccion-item-title {
  color: #40CA00;
}
.coleccion-item:hover .coleccion-item-subtitle {
  color: #C0FFA2;
}
.coleccion-item .coleccion-item-title {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0B0D0E;
  margin-top: 12px;
  line-height: 1.2;
}
.coleccion-item .coleccion-item-subtitle {
  font-size: 20px;
  font-family: "Sentient", serif;
  font-weight: 400;
  color: #B8B5B0;
  margin-top: 8px;
  margin-bottom: 4px;
  line-height: 1.2;
}

.cursor-personalizado {
  width: 20px;
  height: 20px;
  background-color: #63FF1A;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
  transition: transform 0.05s linear;
  will-change: left, top;
}
.cursor-personalizado a:hover ~ .cursor-personalizado,
.cursor-personalizado button:hover ~ .cursor-personalizado {
  transform: translate(-50%, -50%) scale(2);
  opacity: 0.5;
}/*# sourceMappingURL=main.css.map */