/* ============================================== */
/* TESTIMONIALS */
/* ============================================== */

.testimonials{
  width: 100%;
  display: block;
  float: left;
  margin: 30px 0;
}

.testimonials ul{
  width: 100%;
  display: block;
  float: left;
}

.testimonials li{
  width: 100%;
  margin: 60px 10px 0 10px;
  background: var(--color-grey);
  padding: 20px 30px;

  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.testimonials li p{
  margin: 0 0 20px 0;
}

.testimonials li p.frase{
  width: 100%;
  color: var(--color-light);
  text-align: center;
}

.testimonials li p b{
  color: var(--color-white);
}

.testimonials li p span{
  width: 100%;
  float: left;
  display: block;
  font-size: 12px;
}

.testimonials li .img-test{
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: -60px auto 0 auto;
  border:2px solid var(--color-gold);

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
}

.testimonials li .img-test img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* h1 & h1 */

.testimonials .slick-slide p,
.testimonials .slick-slide .img-test{
  position: relative;
}

.testimonials .slick-slide.slick-active .img-test{
  -webkit-animation: fadeInRight 0.25s ease-in-out 0.2s both;
  -moz-animation: fadeInRight 0.25s ease-in-out 0.2s both;
  -ms-animation: fadeInRight 0.25s ease-in-out 0.2s both;
  -o-animation: fadeInRight 0.25s ease-in-out 0.2s both;
  animation: fadeInRight 0.25s ease-in-out 0.2s both;
}

.testimonials .slick-slide.slick-active p{
  -webkit-animation: fadeInRight 0.25s ease-in-out 0.4s both;
  -moz-animation: fadeInRight 0.25s ease-in-out 0.4s both;
  -ms-animation: fadeInRight 0.25s ease-in-out 0.4s both;
  -o-animation: fadeInRight 0.25s ease-in-out 0.4s both;
  animation: fadeInRight 0.25s ease-in-out 0.4s both;
}

.testimonials .slick-slide.slick-active p.frase{
  -webkit-animation: fadeInRight 0.25s ease-in-out 0.6s both;
  -moz-animation: fadeInRight 0.25s ease-in-out 0.6s both;
  -ms-animation: fadeInRight 0.25s ease-in-out 0.6s both;
  -o-animation: fadeInRight 0.25s ease-in-out 0.6s both;
  animation: fadeInRight 0.25s ease-in-out 0.6s both;
}

@keyframes fadeInRight {
    from { opacity: 0;left: 20px;}
    to   { opacity: 1;left:0;}
}

@-moz-keyframes fadeInRight {
    from { opacity: 0;left: 20px;}
    to   { opacity: 1;left:0;}
}

@-webkit-keyframes fadeInRight {
    from { opacity: 0;left: 20px;}
    to   { opacity: 1;left:0;}
}

@-ms-keyframes fadeInRight {
    from { opacity: 0;left: 20px;}
    to   { opacity: 1;left:0;}
}

@-o-keyframes fadeInRight {
    from { opacity: 0;left: 20px;}
    to   { opacity: 1;left:0;}
}


/* ============================================== */
/* SLICK */
/* ============================================== */



.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide img.slick-loading {
  background: white;
  padding-bottom: 100%;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}



/* Arrows */

button.slick-prev,
button.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;

  -webkit-transform: translate3d(0%, -50%, 0);
  -moz-transform: translate3d(0%, -50%, 0);
  -ms-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;

  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);

}

.testimonials ul > button.slick-prev{left: -60px;}
.testimonials ul > button.slick-next{right: -60px;}

button.slick-prev:hover,
button.slick-next:hover{
  opacity: 0.8;
}

button.slick-prev:focus,
button.slick-next:focus {
  outline: none;
}
button.slick-prev.slick-disabled:before,
button.slick-next.slick-disabled:before {
  opacity: 0.25;
}

button.slick-prev,
button.slick-next,
button.slick-prev:before,
button.slick-next:before{
  width: 50px;
  height: 50px;
}

button.slick-prev:before,
button.slick-next:before {
  padding: 10px;
  display: block;
  float: left;
  background: var(--color-black);
  margin: 0;
  top:0;
  position: absolute;
}

button.slick-prev {
  left: 25px;
}
button.slick-prev:before {
  content: url("./../../images/icons/body/icon_arrow.svg");
  transform: rotate(90deg);
}

button.slick-next {
  right: 25px;
}
button.slick-next:before {
  content: url("./../../images/icons/body/icon_arrow.svg");
  transform: rotate(-90deg);
}


/* Dots */

.testimonials ul ul.slick-dots {
  position: relative;
  bottom: 0;
  list-style: none;
  text-align: center;
  padding: 20px 0px;
  width: 100%;
  background: transparent;
  height: auto;
  z-index: 999;

  display: flex;
  justify-content:center;
}

.testimonials ul ul.slick-dots li {
  position: relative;
  display: block;
  float: left;
  margin: 0px 10px;
  padding: 0px;
  cursor: pointer;
}

.testimonials ul ul.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  padding: 5px;
  cursor: pointer;
  outline: none;
  background: transparent;
}

.testimonials ul ul.slick-dots li button:focus {
  outline: none;
}

.testimonials ul ul.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  text-align: center;
  opacity: 0.3;

  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  border-radius:50%;
}

.testimonials ul ul.slick-dots li button,
.testimonials ul ul.slick-dots li button:before,
.testimonials ul ul.slick-dots li{
  width: 5px;
  height: 5px;
}

.testimonials ul ul.slick-dots li button:before{background: #353586;}
.testimonials ul ul li.slick-active button:before{opacity: 1;}


@media screen and (max-width: 1280px) {

  button.slick-prev,
  button.slick-next {
    top: 30%;
  }

  .slick-slider {
    touch-action: auto;
    -ms-touch-action: auto;
  }

  .testimonials ul > button.slick-prev{left: 25px;}
  .testimonials ul > button.slick-next{right: 25px;}
}

@media screen and (max-width: 480px){
  button.slick-prev,
  button.slick-next{display: none !important;}
  .testimonials ul ul.slick-dots {
    bottom: 0;
  }
}















