/** Shopify CDN: Minification failed

Line 15:0 Unexpected "<"
Line 110:0 Unexpected "<"
Line 274:0 Unexpected "<"
Line 356:0 Unexpected "<"
Line 393:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:sanna-banner-2 (INDEX:75) */
<style>
.sanna_banner2-titular {
  font-size: 40px;
  font-family: 'Mont', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1rem;
  color: #000;
  letter-spacing: -0.5px;
  line-height: 48px;
}

.sanna_banner2-contenido {
  font-size: 14px;
  font-family: 'Mont', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1rem;
  letter-spacing: 0px;
  line-height: 30px;
  color: #000;
}
 
.sanna_banner2-wrapper {
  position: relative;
  overflow: hidden;
}

.sanna_banner2-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.sanna_banner2-slide {
  min-width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
}

.sanna_banner2-content {
  width: 100%;
  max-width: 1350px;
  padding: 60px 20px 50px 20px;
  text-align: left;
  margin: 0px auto 0px auto;
  color: #000;
  font-size: 40px;
  font-family: 'Mont', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  line-height: 60px;
}

.sanna_banner2-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.sanna_banner2-dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}

.sanna_banner2-dot.active {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .sanna_banner2-content {
    font-size: 30px;
    line-height: 40px;
  }
  .sanna_banner2-contenido {
    font-size: 16px;
    line-height: 28px;
  }
}
  
</style>
/* END_SECTION:sanna-banner-2 */

/* START_SECTION:sanna-banner-3 (INDEX:76) */
.sanna_banner_3-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.sanna_banner_3-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.sanna_banner_3-slide {
  width: 100%;
  flex-shrink: 0;
  height: var(--sanna-banner-height, 600px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  border-radius: var(--sanna-banner-radius, 16px);
  overflow: hidden;
}

.sanna_banner_3-content {
  width: 100%;
  max-width: 1350px;
  padding: 2rem;
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sanna_banner_3-titular {
  font-size: 44px;
  font-family: 'Mont', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1rem;
}

.sanna_banner_3-contenido {
  font-size: 40px;
  font-family: 'Mont', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1rem;
  letter-spacing: -1px;
  line-height: 55px;
}

.sanna_banner_3-contenido em {
  font-size: 50px;
  font-family: "Baskerville BT", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -1.5px;
  margin-bottom: 1rem;
}

.sanna_banner_3-logo {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 3;
  max-width: 90%;
  height: auto;
  display: block;
}

.sanna_banner_3-top-text {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
  max-width: 420px;
  text-align: right;
  font-family: 'Mont', sans-serif;
  font-weight: 400;
  line-height: 1.35;
  color: white;
}

.sanna_banner_3-top-text p {
  margin: 0 0 0.75rem 0;
}

.sanna_banner_3-top-text p:last-child {
  margin-bottom: 0;
}

.sanna_banner_3-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.sanna_banner_3-dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}

.sanna_banner_3-dot.active {
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .sanna_banner_3-slide {
    height: var(--sanna-banner-height-mobile, 400px);
  }

  .sanna_banner_3-content {
    padding: 1.5rem;
  }

  .sanna_banner_3-titular {
    font-size: 32px;
  }

  .sanna_banner_3-contenido {
    font-size: 30px;
    line-height: 38px;
  }

  .sanna_banner_3-contenido em {
    font-size: 38px;
  }

  .sanna_banner_3-top-text {
    top: 24px;
    right: 24px;
    left: 24px;
    max-width: none;
    text-align: right;
  }

  .sanna_banner_3-logo {
    bottom: 35px;
  }
}
/* END_SECTION:sanna-banner-3 */

/* START_SECTION:sanna-banner (INDEX:77) */
<style>
.sanna_banner-titular {
  font-size: 44px;
  font-family: 'Mont', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1rem;
}

.sanna_banner-contenido {
  font-size: 40px;
  font-family: 'Mont', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1rem;
  letter-spacing: -1px;
  line-height: 55px;
}

.sanna_banner-contenido em {
  font-size: 50px;
  font-family: "Baskerville BT", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -1.5px;
  margin-bottom: 1rem;
}
 
.sanna_banner-wrapper {
  position: relative;
  overflow: hidden;
}

.sanna_banner-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.sanna_banner-slide {
  min-width: 100%;
  height: 600px;
  background-size: initial;
  background-position: center -160px;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
}

.sanna_banner-content {
  width: 100%;
  max-width: 1350px;
  padding: 2rem;
  text-align: left;
  margin: 0px auto 0px auto;
}

.sanna_banner-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.sanna_banner-dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}

.sanna_banner-dot.active {
  background-color: #ffffff;
}
  
</style>
/* END_SECTION:sanna-banner */

/* START_SECTION:sanna_carrusel_btn (INDEX:85) */
<style>
.sanna_carrusel_btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100px;
}

.sanna_carrusel_btn_container {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  justify-content: center;
  margin: 0px auto 0px auto;
  text-align: center;
  width: 100%;
  max-width: 1360px;
  height: 100px;
  padding: 30px 15px 30px 15px;
}

.sanna_carrusel_btn_container::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 500px) {
  .sanna_carrusel_btn_container {
    justify-content: start;
  }
}
</style>
/* END_SECTION:sanna_carrusel_btn */