.btn-animated {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.btn-animated.learn-more {
  width: 10rem;
  height: auto;
}
.btn-animated.learn-more .btn-circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2rem;
  height: 2rem;
  background: #e4252f;
  border-radius: 1.625rem;
}
.btn-animated.learn-more .btn-circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.btn-animated.learn-more .btn-circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 0.6rem;
    height: 0.125rem;
  background: none;
}
.btn-animated.learn-more .btn-circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.btn-animated.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem 0;
  /*margin: 0 0 0 1.85rem;*/
  color: #e4252f;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.btn-animated:hover .btn-circle {
  width: 100%;
}
.btn-animated:hover .btn-circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.btn-animated:hover .button-text {
  color: #fff;
}



/* OWL */

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

.owl-carousel span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}


.owl-theme .owl-nav [class*=owl-] {
    background: var(--federispettori-primary) !important;
    height: 3.5em;
    width: 3.5em;
    font-size: 10px !important;
	margin: 5px 25px;
	top: 45%;
}

.owl-carousel button span {
    font-size: 38px;
    position: relative;
    top: -15px;
	color: #fff;
}

.owl-dots button.owl-dot.active {
    background-color: var(--federispettori-primary) !important;
}