.widget.c-shares.c-shares-template-1{
  position: relative;
  overflow: hidden;
  background: #141616;
  padding: clamp(83px, 16vw, 293px) 0 clamp(48px, 12vw, 211px);
}
@keyframes c-shares-template-1-loader {
  from {
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
  }
  to {
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}
.widget.c-shares.c-shares-template-1 .widget-all {
  display: block;
  width: 140px;
  padding-left: 10px;
  text-align: right;
  text-decoration: none;
}
.widget.c-shares.c-shares-template-1 .widget-all-desktop {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-break: break-word;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.widget.c-shares.c-shares-template-1 .widget-all-mobile {
  display: none;
  padding: 6px 7px;
}
.widget.c-shares.c-shares-template-1 .widget-all-mobile svg path {
  stroke: #B0B0B0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.widget.c-shares.c-shares-template-1 .widget-header[data-link-all=true] .widget-title.align-center {
  margin-left: 150px;
}
.widget.c-shares.c-shares-template-1 .widget-header[data-link-all=true] .widget-description.align-center {
  margin-left: 150px;
}

.widget.c-shares.c-shares-template-1 .widget-items{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.widget.c-shares.c-shares-template-1 .widget-item {
  position: relative;
  height: 100%;
  width: clamp(207px, 50vw, 644px);
  border-radius: 50%;
}
.widget.c-shares.c-shares-template-1 .widget-item svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  fill: transparent;
  width: calc(100vw - 9px);
}
.widget.c-shares.c-shares-template-1 .widget-item-picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: clamp(207px, 50vw, 644px);
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: circle(50% at 50% 50%);
}
.widget.c-shares.c-shares-template-1 .widget-item-picture .widget-item-picture-wrapper{
  position: absolute;
  width: 130%;
  height: 140%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;

  -webkit-transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.widget.c-shares.c-shares-template-1 .widget-item-picture:hover .widget-item-picture-wrapper{
  -webkit-transition: transform 0.1s linear;
  -moz-transition: transform 0.1s linear;
  -ms-transition: transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
}
.widget.c-shares.c-shares-template-1 .widget-item-picture:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66));
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
.widget.c-shares.c-shares-template-1 .widget-item-picture[data-lazyload-use=true] {
  background-color: #F2F2F2;
}
.widget.c-shares.c-shares-template-1 .widget-item-timer {
  margin-bottom: 16px;
}
.widget.c-shares.c-shares-template-1 .widget-item-period {
  font-size: 12px;
  line-height: 1.333333;
  color: #808080;
  margin-bottom: 8px;
  max-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.widget.c-shares.c-shares-template-1 .widget-item-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Viaoda Libre', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 4vw, 48px);
  line-height: 118.5%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FCFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  max-width: 63%;
  width: 199%;
  pointer-events: none;
  z-index: 3;
}

.widget.c-shares.c-shares-template-1 .widget-item-condition{
  margin: clamp(25px, 5vw, 61px) 0 0 0;
  font-weight: 400;
  font-size: clamp(10px, 3vw, 16px);
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #EEEEEE;
}
.widget.c-shares.c-shares-template-1 .widget-loader-effect {
  position: relative;
  background-color: #F2F2F2;
  overflow: hidden;
}
.widget.c-shares.c-shares-template-1 .widget-loader-effect::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 35%, rgba(255, 255, 255, 0.85) 50%, rgba(0, 0, 0, 0) 65%);
  z-index: 1;
  animation-name: c-shares-template-1-loader;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.widget.c-shares.c-shares-template-1 .widget-loader-timer {
  overflow: hidden;
}
.widget.c-shares.c-shares-template-1 .widget-loader-timer-item {
  width: 52px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.widget.c-shares.c-shares-template-1 .widget-product-timer-item-block {
  border: none !important;
}

.widget.c-shares.c-shares-template-1 .background-ellipse{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.widget.c-shares.c-shares-template-1 .full-ellipse{
  position: absolute;
  width: clamp(8px, 2.5vw, 30px);
  height: clamp(8px, 2.5vw, 30px);
  background: #66C3B1;
  z-index: 3;
  border-radius: 50%;
}

.widget.c-shares.c-shares-template-1 .ellipse-1-2,
.widget.c-shares.c-shares-template-1 .ellipse-1-4{
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.widget.c-shares.c-shares-template-1 .ellipse-1-2{
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

.widget.c-shares.c-shares-template-1 .ellipse-1-1,
.widget.c-shares.c-shares-template-1 .ellipse-1-3{
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(6px, 1.8vw, 20px);
  height: clamp(6px, 1.8vw, 20px);
}
.widget.c-shares.c-shares-template-1 .ellipse-1-3{
  top: auto;
  bottom: 0;
  transform: translate(-50%, 50%);
}

@media all and (max-width: 550px) {
  .widget.c-shares.c-shares-template-1{
    overflow: hidden;
  }
  .widget.c-shares.c-shares-template-1 .widget-item svg{
    height: auto;
    width: calc(100% + 220px);
  }
  .widget.c-shares.c-shares-template-1 .background-ellipse{
    width: 258px;
    height: 258px;
    filter: blur(49px);
    background: rgba(77, 220, 191, 0.2);
  }
  .widget.c-shares.c-shares-template-1 .widget-item-name{
    max-width: 70%;
  }
  .widget.c-services.c-services-template-5 .widget-item-name{
    max-width: 90%;
  }
}

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