/** Shopify CDN: Minification failed

Line 14:0 Unexpected "<"
Line 109:0 Unexpected "<"
Line 195:0 Unexpected "<"
Line 232:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:sanna-banner-2 (INDEX:70) */
<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 (INDEX:71) */
<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:75) */
<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 */