@charset "utf-8";
/* CSS Document */

    html, body {
      margin: 0;
      padding: 0;
    }

    * {
      box-sizing: border-box;
    }

    .slider {
        /*width: 50%;*/
		width: 100%;
        margin: 0px auto;
		background: #ffffff;
    }
.db {
   /* margin-left: -40px;*/
   /* margin-right: -40px;*/
	background: transparent;
  }
  .db .slick-center h5 {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    color: #e67e22;
    opacity: 1;
    transform: scale(1);
  }
  .db h5 {
    -moz-transform: scale(0.82);
    -ms-transform: scale(0.82);
    -o-transform: scale(0.82);
    -webkit-transform: scale(0.82);
    opacity: 0.8;
    transform: scale(0.82);
    transition: all 300ms ease;
	margin:-10px -10px 0px -10px;
  }
.responsive{
	background: transparent;
	width: 100%;
	max-width: 1420px;
}

.testimonios{
	background: transparent;
}
    .slick-slide {
	margin: 10px 5px 5px 5px;
    }

    .slick-slide img {
      width: 310px;
    height: 310px;
    }

.slick-dots li button:before {
	font-size: 14px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ff6f3ed4;
}
    .slick-prev:before,
    .slick-next:before {
      color: black;
		font-size: 40px;
		opacity: .15;
    }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    opacity: 0.5;
}

    .slick-slide {
      transition: all ease-in-out .3s;
      /*opacity: .2;*/
    }
    
    .slick-active {
      opacity: .5;
    }
.responsive .slick-active,
.testimonios .slick-active {
      opacity: 1;
    }
    .slick-current {
      opacity: 1;
    }
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
}
.slick-prev{
    left: 10px;
    z-index: 1;
}
.slick-next
{
    right: 10px;
    z-index: 1;
}
.db .slick-slide {
	margin: 0px;
    }
@media (max-width: 375px) {
	.slick-slide img {
        width: 260px;
        height: 260px;
    }
	.db h5 {
	margin:-6px -6px 0px -6px;
  }
}
@media (min-width: 480px) {
	.testimonios {
		width: 85%;
    }
}
@media (min-width: 768px) {
	.slick-slide img {
		width: 356px;
        height: 356px;
    }
	.testimonios .slick-slide{
		margin: 0;
	}
}
@media (min-width: 1024px) {
	.slick-slide img {
		width: 356px;
        height: 356px;
    }
	.testimonios {
		width: 75%;
    }
	.db{
		width: 96%;
		max-width: 990px;
	}
	.db h5 {
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    opacity: 0.8;
    transform: scale(0.85);
    transition: all 300ms ease;
    margin: -6px -6px 0px -6px;
  }
}

@media (min-width: 1440px) {
	.slick-slide img {
		width: 516px;
		height: 516px;
    }
	.db{
		width: 96%;
		max-width: 1430px;
	}
	.testimonios {
		width: 73%;
		max-width: 1080px;
		}
}
@media (min-width: 1640px) {
	
}