@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.ttl-landing {
  font-family: "Ubuntu", sans-serif
}

.ttl-container {
  display: block;
  margin: 0 auto;
  position: relative
}

.ttl-container .ttl-content-headline {
  color: #4c4c4c;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 2.5em 0 1em 5px;
  padding: 0 0 0 20px;
  position: relative
}

.ttl-container .ttl-content-headline span {
  font-weight: 400;
  color: #89b03a
}

.ttl-container .ttl-content-headline::before,
.ttl-container .ttl-content-headline::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%)
}

.ttl-container .ttl-content-headline::before {
  left: 0;
  width: 5px;
  height: 15px;
  background-color: #89b03a
}

.ttl-container .ttl-content-headline::after {
  left: 4px;
  border-left: 6px solid #89b03a;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}

@media (min-width: 390px) {
  .ttl-container {
    width: 370px
  }
}

@media (min-width: 480px) {
  .ttl-container {
    width: 450px
  }
}

@media (min-width: 520px) {
  .ttl-container {
    width: 500px
  }
}

@media (min-width: 768px) {
  .ttl-container {
    width: 750px
  }
}

@media (min-width: 992px) {
  .ttl-container {
    width: 970px
  }
}

@media (min-width: 1200px) {
  .ttl-container {
    width: 1170px
  }
}

.ttl-container-fh {
  height: 100%
}

.ttl-container-fh .ttl-container-inner {
  height: 100%
}

a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none
}

.btn-tt-seemore:link,
.btn-tt-seemore:visited,
.btn-tt-seemore:active,
.btn-tt-seemore:hover {
  padding: 10px 15px;
  background-color: #89b03a;
  border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  width: 150px
}

@media (min-width: 768px) {

  .btn-tt-seemore:link,
  .btn-tt-seemore:visited,
  .btn-tt-seemore:active,
  .btn-tt-seemore:hover {
    border-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 12px;
    width: 120px
  }
}

@media (min-width: 992px) {

  .btn-tt-seemore:link,
  .btn-tt-seemore:visited,
  .btn-tt-seemore:active,
  .btn-tt-seemore:hover {
    background-color: #89b03a;
    border-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    width: 150px
  }
}

@font-face {
  font-family: "Flaticon";
  src: url(//assets.contentstack.io/v3/assets/blt422ac29cebae1d64/bltbecb396d6771e13b/Flaticon.eot);
  src: url(//assets.contentstack.io/v3/assets/blt422ac29cebae1d64/bltbecb396d6771e13b/Flaticon.eot?#iefix) format("embedded-opentype"), url(//assets.contentstack.io/v3/assets/blt422ac29cebae1d64/blt1cd857aefcbb4914/Flaticon.woff2) format("woff2"), url(//assets.contentstack.io/v3/assets/blt422ac29cebae1d64/blt831fddcec974dea5/Flaticon.woff) format("woff"), url(//assets.contentstack.io/v3/assets/blt422ac29cebae1d64/blt483f9fc9448b332f/Flaticon.ttf) format("truetype"), url(//images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt248208bbbd830430/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url(//images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt248208bbbd830430/Flaticon.svg#Flaticon) format("svg")
  }
}

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased
}

.flaticon-next:before {
  content: "\f100"
}

.flaticon-left-arrow:before {
  content: "\f101"
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box
}

.glide * {
  box-sizing: inherit
}

.glide__track {
  overflow: hidden
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform
}

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.glide--rtl {
  direction: rtl
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1
}

.glide__arrow:focus {
  outline: none
}

.glide__arrow:hover {
  border-color: white
}

.glide__arrow--left {
  left: 2em
}

.glide__arrow--right {
  right: 2em
}

.glide__arrow--disabled {
  opacity: 0.33
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%)
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em
}

.glide__bullet:focus {
  outline: none
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5)
}

.glide__bullet--active {
  background-color: white
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing
}

.ttl-hero {
  height: 400px;
  width: 100%
}

.ttl-hero .ttl-hero-ele {
  background-position: right center;
  background-size: cover;
  height: 400px;
  position: relative;
  width: 100%
}

.ttl-hero .ttl-hero-ele .ttl-image {
  position: absolute
}

.ttl-hero .ttl-hero-ele .ttl-image img {
  width: 100%
}

.ttl-hero .ttl-hero-ele-1 {
  background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt8925621cd74dc102/bg-hero-mobile-1.png)
}

.ttl-hero .ttl-hero-ele-1 .ttl-i-logo {
  left: 5%;
  top: 0;
  width: 140px
}

.ttl-hero .ttl-hero-ele-1 .ttl-i-comprotottus {
  left: 5%;
  top: 60%;
  width: 160px
}

.ttl-hero .ttl-hero-ele-1 .ttl-i-yosonrio {
  left: 31%;
  top: 71%;
  width: 200px
}

@media (min-width: 390px) {
  .ttl-hero .ttl-hero-ele {
    background-position: center center
  }

  .ttl-hero .ttl-hero-ele-1 {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt8925621cd74dc102/bg-hero-mobile-1.png)
  }

  .ttl-hero .ttl-hero-ele-1 .ttl-i-logo {
    left: 5%;
    top: 0
  }

  .ttl-hero .ttl-hero-ele-1 .ttl-i-comprotottus {
    left: 5%;
    top: 60%;
    width: 220px
  }

  .ttl-hero .ttl-hero-ele-1 .ttl-i-yosonrio {
    left: 31%;
    top: 74%;
    width: 250px
  }
}

@media (min-width: 390px) {
  .ttl-hero .ttl-hero-ele {
    background-position: center center
  }

  .ttl-hero .ttl-hero-ele-1 {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt8925621cd74dc102/bg-hero-mobile-1.png)
  }

  .ttl-hero .ttl-hero-ele-1 .ttl-i-logo {
    left: 5%;
    top: 0
  }

  .ttl-hero .ttl-hero-ele-1 .ttl-i-comprotottus {
    left: 5%;
    top: 60%;
    width: 200px
  }

  .ttl-hero .ttl-hero-ele-1 .ttl-i-yosonrio {
    left: 31%;
    top: 74%;
    width: 220px
  }
}

@media (min-width: 520px) {
  .ttl-hero .ttl-hero-ele-1 {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt05990ee471eb12cb/bg-hero-1.png)
  }
}

@media (min-width: 992px) {
  .ttl-hero {
    height: 500px
  }

  .ttl-hero .ttl-hero-ele {
    height: 500px
  }

  .ttl-hero .ttl-hero-ele .ttl-image {
    position: absolute
  }

  .ttl-hero .ttl-hero-ele-1 .ttl-i-logo {
    left: 5%;
    top: 0;
    width: 150px
  }

  .ttl-hero .ttl-hero-ele-1 .ttl-i-comprotottus {
    left: 5%;
    top: 50%;
    width: 240px
  }

  .ttl-hero .ttl-hero-ele-1 .ttl-i-yosonrio {
    left: 31%;
    top: 54%;
    width: 280px
  }
}

@media (min-width: 1200px) {
  .ttl-hero {
    height: 500px
  }

  .ttl-hero .ttl-hero-ele {
    height: 500px
  }

  .ttl-hero .ttl-hero-ele .ttl-image {
    position: absolute
  }

  .ttl-hero .ttl-hero-ele-1 .ttl-i-comprotottus {
    width: 280px
  }

  .ttl-hero .ttl-hero-ele-1 .ttl-i-yosonrio {
    width: 335px
  }
}

.ttl-showcase {
  display: block;
  padding: 3em 0;
  width: 100%
}

.ttl-showcase .ttl-showcase-inner {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  margin: 0 auto
}

.ttl-showcase .ttl-showcase-element {
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #4c4c4c;
  display: block;
  height: 100px;
  margin: 0 auto 2em;
  position: relative;
  width: 100px
}

.ttl-showcase .ttl-showcase-element .ttl-showcase-element-inner {
  align-self: center;
  display: flex;
  height: 100px;
  justify-content: center;
  padding: 0 1em;
  width: 100px
}

.ttl-showcase .ttl-showcase-element img {
  align-self: center;
  max-height: 48%
}

.ttl-showcase .ttl-showcase-element span {
  bottom: -27%;
  display: block;
  font-size: 0.8em;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

@media (min-width: 520px) {
  .ttl-showcase {
    padding: 2em 0
  }

  .ttl-showcase .ttl-showcase-inner {
    grid-template-columns: repeat(5, 1fr);
    max-width: 800px
  }

  .ttl-showcase .ttl-showcase-element {
    height: 110px;
    width: 110px
  }

  .ttl-showcase .ttl-showcase-element .ttl-showcase-element-inner {
    height: 110px;
    padding: 0;
    width: 110px
  }

  .ttl-showcase .ttl-showcase-element img {
    max-height: 50%
  }

  .ttl-showcase .ttl-showcase-element span {
    bottom: -24%;
    font-size: 1em
  }
}

@media (min-width: 768px) {
  .ttl-showcase {
    padding: 2em 0
  }

  .ttl-showcase .ttl-showcase-inner {
    max-width: 800px
  }

  .ttl-showcase .ttl-showcase-element {
    height: 140px;
    margin: 0 auto 3.4em;
    width: 140px
  }

  .ttl-showcase .ttl-showcase-element .ttl-showcase-element-inner {
    height: 140px;
    width: 140px
  }

  .ttl-showcase .ttl-showcase-element img {
    max-height: 70%
  }

  .ttl-showcase .ttl-showcase-element span {
    bottom: -24%;
    font-size: 0.8em
  }
}

@media (min-width: 992px) {
  .ttl-showcase .ttl-showcase-inner {
    max-width: 900px
  }
}

.ttl-highlight {
  border-color: #fff;
  border-style: solid;
  border-width: 9px;
  display: block;
  margin: 0 auto 5em;
  padding: 0;
  max-width: 300px;
  width: 100%;
  box-shadow: 0 0px 1px 1px #e6e6e6;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.ttl-highlight .ttl-highlight-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 520px;
  justify-content: flex-start;
  padding: 1.5em 1em;
  position: relative
}

.ttl-highlight .ttl-highlight-content {
  display: block;
  width: 260px
}

.ttl-highlight .ttl-highlight-content .ttl-highlight-heading {
  color: #4c4c4c;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px 5px;
  padding: 0 0 0 20px;
  position: relative
}

.ttl-highlight .ttl-highlight-content .ttl-highlight-heading span {
  font-weight: 400;
  color: #89b03a
}

.ttl-highlight .ttl-highlight-content .ttl-highlight-heading::before,
.ttl-highlight .ttl-highlight-content .ttl-highlight-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%)
}

.ttl-highlight .ttl-highlight-content .ttl-highlight-heading::before {
  left: 0;
  width: 5px;
  height: 10px;
  background-color: #89b03a
}

.ttl-highlight .ttl-highlight-content .ttl-highlight-heading::after {
  left: 5px;
  border-left: 6px solid #89b03a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

.ttl-highlight .ttl-highlight-content .ttl-highlight-tagline {
  color: #4c4c4c;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: uppercase
}

.ttl-highlight .ttl-highlight-content p {
  color: #4c4c4c;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  margin-left: 5px;
  margin-bottom: 25px;
  padding: 0 0 0 20px
}

.ttl-highlight .ttl-highlight-image {
  bottom: -10%;
  position: absolute;
  left: 4%;
  width: 200px
}

.ttl-highlight .ttl-highlight-image img {
  width: 100%
}

.ttl-highlight.ttl-highlight-1 .ttl-highlight-inner {
  background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/bltc14df281e7875ff8/banner-cremas-dentales-m.jpg)
}

.ttl-highlight.ttl-highlight-2 .ttl-highlight-inner {
  background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/bltb7ba05aa1696ca74/banner-cepillos-m.jpg)
}

.ttl-highlight.ttl-highlight-2 .ttl-highlight-image {
  width: 120px
}

.ttl-highlight.ttl-highlight-3 .ttl-highlight-inner {
  background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blte665a0b472f980e5/banner-enjuague-m.jpg)
}

.ttl-highlight.ttl-highlight-3 .ttl-highlight-image {
  width: 180px
}

.ttl-highlight.ttl-highlight-4 .ttl-highlight-inner {
  background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt398997e223fe9b24/banner-hilos-m.jpg)
}

.ttl-highlight.ttl-highlight-4 .ttl-highlight-image {
  width: 240px
}

.ttl-highlight-list {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  padding: 30px
}

.ttl-highlight-list .ttl-highlight-box .ttl-highlight-inner {
  padding: 1.5em
}

.ttl-highlight-list .ttl-highlight-box .ttl-highlight-content {
  width: 100%
}

.ttl-highlight-list .ttl-highlight-box .ttl-highlight-content .ttl-highlight-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 5px;
  padding: 0 0 0 20px;
  position: relative
}

.ttl-highlight-list .ttl-highlight-box .ttl-highlight-content .ttl-highlight-heading span {
  font-weight: 400;
  color: #89b03a
}

.ttl-highlight-list .ttl-highlight-box .ttl-highlight-content .ttl-highlight-heading::before,
.ttl-highlight-list .ttl-highlight-box .ttl-highlight-content .ttl-highlight-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%)
}

.ttl-highlight-list .ttl-highlight-box .ttl-highlight-content .ttl-highlight-heading::before {
  left: 0;
  width: 5px;
  height: 15px;
  background-color: #89b03a
}

.ttl-highlight-list .ttl-highlight-box .ttl-highlight-content .ttl-highlight-heading::after {
  left: 4px;
  border-left: 6px solid #89b03a;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}

.ttl-highlight-list .ttl-highlight-box .ttl-highlight-content .ttl-highlight-tagline {
  font-size: 24px;
  line-height: 1.3em;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 20px
}

.ttl-highlight-list .ttl-highlight-box .ttl-highlight-image {
  width: 270px
}

.ttl-highlight-list .ttl-highlight-box.ttl-highlight-5 .ttl-highlight-inner {
  background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/bltf4dee3726bdcf076/adc1.jpg)
}

.ttl-highlight-list .ttl-highlight-box.ttl-highlight-6 .ttl-highlight-inner {
  background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt1a67ecf3d3f77445/adc2.jpg)
}

.ttl-highlight-list .ttl-highlight-box.ttl-highlight-7 .ttl-highlight-inner {
  background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt3032eab2e4bad128/adc3.jpg)
}

@media (min-width: 480px) {
  .ttl-highlight {
    max-width: 420px
  }
}

@media (min-width: 768px) {
  .ttl-highlight {
    border-color: #fff;
    border-style: solid;
    border-width: 9px;
    display: block;
    margin: 0 auto 4em;
    padding: 0;
    max-width: 768px
  }

  .ttl-highlight .ttl-highlight-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    height: 290px;
    padding: 3em 2em;
    position: relative
  }

  .ttl-highlight .ttl-highlight-content {
    display: block;
    width: 250px
  }

  .ttl-highlight .ttl-highlight-content .ttl-highlight-heading {
    font-size: 16px;
    margin: 0 0 5px 5px
  }

  .ttl-highlight .ttl-highlight-content .ttl-highlight-tagline {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px
  }

  .ttl-highlight .ttl-highlight-content p {
    font-size: 11px;
    margin-bottom: 10px
  }

  .ttl-highlight .ttl-highlight-image {
    bottom: -14%;
    left: auto;
    right: 4%;
    width: 200px
  }

  .ttl-highlight.ttl-highlight-1 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt64173aa5ca7c52d0/banner-cremas-dentales.png)
  }

  .ttl-highlight.ttl-highlight-2 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/bltfa419e3c6b3802e5/banner-cepillos.png)
  }

  .ttl-highlight.ttl-highlight-2 .ttl-highlight-image {
    width: 130px
  }

  .ttl-highlight.ttl-highlight-3 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt47f27a3244d60b74/banner-enjuague.png)
  }

  .ttl-highlight.ttl-highlight-3 .ttl-highlight-image {
    width: 210px
  }

  .ttl-highlight.ttl-highlight-4 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/bltc8509f3af821324f/6320a1337a3ff86d11d8a506/banner-hilos.png)
  }

  .ttl-highlight.ttl-highlight-4 .ttl-highlight-image {
    width: 260px
  }

  .ttl-highlight.ttl-highlight-inverse .ttl-highlight-inner {
    justify-content: flex-end
  }

  .ttl-highlight.ttl-highlight-inverse .ttl-highlight-image {
    left: 4%;
    right: auto
  }
}

@media (min-width: 992px) {
  .ttl-highlight {
    border-width: 9px;
    display: block;
    margin: 0 auto 5em;
    max-width: 992px
  }

  .ttl-highlight .ttl-highlight-inner {
    height: 320px;
    padding: 3em 2em
  }

  .ttl-highlight .ttl-highlight-content {
    width: 300px
  }

  .ttl-highlight .ttl-highlight-content .ttl-highlight-heading {
    font-size: 18px;
    margin: 0 0 10px 5px
  }

  .ttl-highlight .ttl-highlight-content .ttl-highlight-tagline {
    font-size: 18px;
    margin-bottom: 15px
  }

  .ttl-highlight .ttl-highlight-content p {
    font-size: 13px;
    margin-bottom: 10px
  }

  .ttl-highlight .ttl-highlight-image {
    bottom: -14%;
    left: auto;
    right: 4%;
    width: 300px
  }

  .ttl-highlight.ttl-highlight-1 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt64173aa5ca7c52d0/banner-cremas-dentales.png)
  }

  .ttl-highlight.ttl-highlight-2 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/bltfa419e3c6b3802e5/banner-cepillos.png)
  }

  .ttl-highlight.ttl-highlight-2 .ttl-highlight-image {
    width: 180px
  }

  .ttl-highlight.ttl-highlight-3 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt47f27a3244d60b74/banner-enjuague.png)
  }

  .ttl-highlight.ttl-highlight-3 .ttl-highlight-image {
    width: 260px
  }

  .ttl-highlight.ttl-highlight-4 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/bltc8509f3af821324f/6320a1337a3ff86d11d8a506/banner-hilos.png)
  }

  .ttl-highlight.ttl-highlight-4 .ttl-highlight-image {
    width: 300px
  }

  .ttl-highlight.ttl-highlight-inverse .ttl-highlight-inner {
    justify-content: flex-end
  }

  .ttl-highlight.ttl-highlight-inverse .ttl-highlight-image {
    left: 4%;
    right: auto
  }

  .ttl-highlight-list {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 30px
  }

  .ttl-highlight-list .ttl-highlight-box .ttl-highlight-inner {
    padding: 1.5em
  }

  .ttl-highlight-list .ttl-highlight-box .ttl-highlight-content {
    width: 100%
  }

  .ttl-highlight-list .ttl-highlight-box .ttl-highlight-image {
    width: 270px
  }

  .ttl-highlight-list .ttl-highlight-box.ttl-highlight-5 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/bltf4dee3726bdcf076/adc1.jpg)
  }

  .ttl-highlight-list .ttl-highlight-box.ttl-highlight-6 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt1a67ecf3d3f77445/adc2.jpg)
  }

  .ttl-highlight-list .ttl-highlight-box.ttl-highlight-7 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt3032eab2e4bad128/adc3.jpg)
  }
}

@media (min-width: 1200px) {
  .ttl-highlight {
    border-color: #fff;
    border-style: solid;
    border-width: 9px;
    display: block;
    margin: 0 auto 5em;
    padding: 0;
    max-width: 1200px;
    width: 100%;
    box-shadow: 0 0px 1px 1px #e6e6e6;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
  }

  .ttl-highlight .ttl-highlight-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 420px;
    justify-content: flex-start;
    padding: 3em;
    position: relative
  }

  .ttl-highlight .ttl-highlight-content {
    display: block;
    width: 330px
  }

  .ttl-highlight .ttl-highlight-content .ttl-highlight-heading {
    color: #4c4c4c;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 5px;
    padding: 0 0 0 20px;
    position: relative
  }

  .ttl-highlight .ttl-highlight-content .ttl-highlight-heading span {
    font-weight: 400;
    color: #89b03a
  }

  .ttl-highlight .ttl-highlight-content .ttl-highlight-heading::before,
  .ttl-highlight .ttl-highlight-content .ttl-highlight-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%)
  }

  .ttl-highlight .ttl-highlight-content .ttl-highlight-heading::before {
    left: 0;
    width: 5px;
    height: 15px;
    background-color: #89b03a
  }

  .ttl-highlight .ttl-highlight-content .ttl-highlight-heading::after {
    left: 4px;
    border-left: 6px solid #89b03a;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
  }

  .ttl-highlight .ttl-highlight-content .ttl-highlight-tagline {
    color: #4c4c4c;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    position: relative;
    text-transform: uppercase
  }

  .ttl-highlight .ttl-highlight-content p {
    color: #4c4c4c;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    margin-left: 5px;
    margin-bottom: 25px;
    padding: 0 0 0 20px
  }

  .ttl-highlight .ttl-highlight-image {
    bottom: -14%;
    position: absolute;
    right: 4%;
    width: 450px
  }

  .ttl-highlight .ttl-highlight-image img {
    width: 100%
  }

  .ttl-highlight.ttl-highlight-1 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt64173aa5ca7c52d0/banner-cremas-dentales.png)
  }

  .ttl-highlight.ttl-highlight-2 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/bltfa419e3c6b3802e5/banner-cepillos.png)
  }

  .ttl-highlight.ttl-highlight-2 .ttl-highlight-image {
    width: 220px
  }

  .ttl-highlight.ttl-highlight-3 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/blt47f27a3244d60b74/banner-enjuague.png)
  }

  .ttl-highlight.ttl-highlight-3 .ttl-highlight-image {
    width: 330px
  }

  .ttl-highlight.ttl-highlight-4 .ttl-highlight-inner {
    background-image: url(https://images.contentstack.io/v3/assets/blt422ac29cebae1d64/bltc8509f3af821324f/6320a1337a3ff86d11d8a506/banner-hilos.png)
  }

  .ttl-highlight.ttl-highlight-4 .ttl-highlight-image {
    width: 370px
  }

  .ttl-highlight.ttl-highlight-inverse .ttl-highlight-inner {
    justify-content: flex-end
  }

  .ttl-highlight.ttl-highlight-inverse .ttl-highlight-image {
    left: 4%;
    right: auto
  }
}

.ttl-steps {
  border-color: #fff;
  border-style: solid;
  border-width: 9px;
  display: none;
  margin: 0 auto 5em;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 0px 1px 1px #e6e6e6;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.ttl-steps .ttl-steps-inner {
  background-image: url(../images/bg-steps.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 290px;
  padding: 3em;
  position: relative
}

.ttl-steps .ttl-steps-header {
  display: block
}

.ttl-steps .ttl-steps-header .ttl-steps-heading {
  color: #4c4c4c;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 5px;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: uppercase
}

.ttl-steps .ttl-steps-header .ttl-steps-heading span {
  color: #89b03a
}

.ttl-steps .ttl-steps-header .ttl-steps-heading::before,
.ttl-steps .ttl-steps-header .ttl-steps-heading::after {
  content: "";
  position: absolute;
  top: 9%;
  display: block
}

.ttl-steps .ttl-steps-header .ttl-steps-heading::before {
  left: 0;
  width: 5px;
  height: 15px;
  background-color: #89b03a
}

.ttl-steps .ttl-steps-header .ttl-steps-heading::after {
  left: 4px;
  border-left: 6px solid #89b03a;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}

.ttl-steps .ttl-steps-content {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px
}

.ttl-steps .ttl-steps-content .ttl-steps-step {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 80px 1fr
}

.ttl-steps .ttl-steps-content .ttl-steps-step .ttl-step-order {
  align-self: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  height: 80px;
  position: relative
}

.ttl-steps .ttl-steps-content .ttl-steps-step .ttl-step-order .ttl-step-numnber {
  font-size: 2em;
  font-weight: 700
}

.ttl-steps .ttl-steps-content .ttl-steps-step .ttl-step-order .ttl-step-image {
  position: absolute;
  right: -5px;
  top: -5px
}

.ttl-steps .ttl-steps-content .ttl-steps-step .ttl-step-text {
  align-self: center
}

@media (min-width: 1200px) {
  .ttl-steps {
    display: block
  }
}

.ttl-gallery {
  background-color: #ededee;
  padding: 20px 0
}

.ttl-gallery .ttl-gallery-inner {
  background-color: #fff;
  display: block;
  padding: 20px
}

.ttl-gallery .ttl-gallery-inner .glide__arrow {
  background-color: #f3f3f3;
  border: 0;
  box-shadow: none;
  color: #555556
}

.ttl-gallery .ttl-gallery-inner .glide__arrow--left {
  left: -2em
}

.ttl-gallery .ttl-gallery-inner .glide__arrow--right {
  right: -2em
}

@media (min-width: 992px) {
  .ttl-gallery {
    padding: 40px 0
  }

  .ttl-gallery .ttl-gallery-inner {
    padding: 40px
  }

  .ttl-gallery .ttl-gallery-inner .glide__arrow {
    font-size: 1.4em;
    padding: 1em 0.5em
  }

  .ttl-gallery .ttl-gallery-inner .glide__arrow--left {
    left: -40px
  }

  .ttl-gallery .ttl-gallery-inner .glide__arrow--right {
    right: -40px
  }
}

@media (min-width: 1200px) {
  .ttl-gallery {
    padding: 60px 0
  }
}

.ttl-product {
  display: block;
  margin: 0 auto;
  max-width: 210px
}

.ttl-product h3.ttl-product-headline {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center
}

.ttl-product p.ttl-product-brand {
  color: #89b03a;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase
}

.ttl-product .ttl-product-meta {
  text-align: center
}

@media (min-width: 992px) {
  .ttl-product {
    display: block;
    margin: 0 auto;
    max-width: 210px
  }

  .ttl-product h3.ttl-product-headline {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center
  }

  .ttl-product p.ttl-product-brand {
    color: #89b03a;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase
  }

  .ttl-product .ttl-product-meta {
    text-align: center
  }
}