.slick-prev {
	display: inline-block;
	text-decoration: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: 2%;
	top: 42%;
	border: 1px solid #fff;
	background-color: #125a99;
	z-index: 1000;
	color: transparent;
	background: url("../img/web/left-azul.png") no-repeat;
	background-size: cover;
	font-size: 1px;
}
.slick-next {
	display: inline-block;
	text-decoration: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	right: 2%;
	top: 42%;
	background: transparent;
	border: 1px solid #fff;
	background-color: #125a99;
	z-index: 1000;
	color: transparent;
	background: url("../img/web/right-azul.png") no-repeat;
	background-size: cover;
	font-size: 1px;
}
 @media only screen and (max-width: 767px) {
.slick-prev {
	display: inline-block;
	text-decoration: none;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	left: 100%;
	top: 45%;
	border: 1px solid #3E3CFF;
	background-color: #fff !important;
	z-index: 1000;
	color: transparent;
	background: url("../img/web/right-azul.png") no-repeat;
	background-size: cover;
	font-size: 1px;
}
.slick-next {
	display: inline-block;
	text-decoration: none;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	left: -15%;
	top: 45%;
	background: transparent;
	border: 1px solid #3E3CFF;
	background-color: #fff !important;
	z-index: 1000;
	color: transparent;
	background: url("../img/web/left-azul.png") no-repeat;
	background-size: cover;
	font-size: 1px;
}
}
.texto-abajo {
	display: flex!important;
	justify-content: space-between;
	flex-direction: column;
}

/*testimonio*/
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}

/*-----Testimonial-------*/
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: left;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}
.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: left;
}
.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.mi-video {
    min-width: 640px !important;
    min-height: auto !important;
    width: 640px !important;
    height: 480px !important;
    padding: 50px;
    margin: auto;
    display: flex;
   
}
@media only screen and (max-width: 767px) {
  .mi-video {
    min-width: 340px !important;
    min-height: auto !important;
    width: 340px !important;
    height: auto !important;
    padding: 10px;
    margin: auto;
    display: flex;

  }
}

.overlay-dark::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/bg/claims_gradient_3.jpg");
    opacity: 0.80;
    z-index: -1;
}

.comillas-cierre{
  rotate: 180deg;
  font-size: 16px;
  margin-bottom: 10px;
}