.slide-testimonials{
	background-color: #8D9FA0;
	padding-top: 100px;
	padding-bottom: 190px;
}
.white{
	color: #fff;
	font-family: var(--primary-font);
	text-shadow:0px 2px 4px rgba(0,0,0,.5);
}
h2.white{
	font-family: var(--primary-font);
	font-weight: bold;
}
.img-circle{
	border-radius: 100%;
	height: 180px;
	width: 180px;
	margin:5px auto;
}
.slider-back{
	background-color: #fff;
	padding: 40px;
	min-height: 455px;
	border-radius: 5px; 
}
.slider p{
	font-size: 16px;
	font-family: var(--primary-font);
	color: #527275;
}

.ellipsis-content{
	display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 167px;
}
h2.customer-name{
	font-size: 22px;
	font-style: italic;
	color: #527275;
	font-family: var(--primary-font);
}
span.customer-company{
	color: #527275;
	font-size: 16px;
	font-family: var(--primary-font);
}
.carousel-indicators li{
	border-radius: 100%;
	width: 10px;
	height: 10px;
	padding: 3px;
	border: solid 1px gray;
}
.carousel-indicators{
	position: relative;
	margin-top: 20px;
}
.carousel-indicators .active{
	background-color: black;
}
.img-back{
	width: 100%;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    align-items: center;
}
.text-contain{
	color: #fff !important;
	font-family: var(--primary-font);
	font-size: 26px !important;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 42px;
}
.container-about p{
	color: #1F494C;
	font-size: 16px;
}
.container-about h2, .container-about h3{
	font-weight: bold;
}

.card-header-principals{
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
}
.card-img-principals{
	width: auto;
	height: 100%;
}
.card-content-principals h3{
	font-size: 22px;
	color: #133F42;
	font-family: var(--primary-font);
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
}
.card-content-principals span{
	font-size: 16px;
	color: #319B5A;
	font-family: var(--primary-font);
	margin-bottom: 12px;
	text-align: center;
}
.card-content-principals  p{
	color: #133F42;
	font-size: 16px;
	font-family: var(--primary-font);
	text-align: center;
}
.bold{
	font-weight: bold;
}
.card-content-partners h3{
	font-size: 22px;
	color: #133F42;
	font-family: var(--primary-font);
	margin-top: 15px;
	margin-bottom: 15px;
}
.card-content-partners p{
	color: #133F42;
	font-size: 13px;
	font-family: var(--primary-font);
}
.card-header-partners{
	max-height: 144px;
  height: 144px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 5px 5px 20px #00000029;
	border-radius: 4px;
	background-color: #fff;
}
.card-img-partners{
	width: 100%;
	max-height: 144px;
}
.gradient-div{
	background: linear-gradient(#1E869F, #0D3666);
	height: auto;
	border-radius: 5px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.gradient-div h2, .gradient-div p{
	color: #fff;
	font-family: var(--primary-font);
	margin-left: 40px;
}
.gradient-div h2{
	font-weight: bold;
	font-size: 32px;
}
.gradient-div .btn-white{
	margin-top: auto;
	margin-bottom: auto;
}


.imagen-div{
	height: 270px;
	border-radius: 5px;
}
.imagen-div h2, .imagen-div p{
	color: #fff;
	font-family: var(--primary-font);
	margin-left: 40px;
}
.imagen-div h2{
	font-weight: bold;
	font-size: 40px;
}
.imagen-div p{
	font-size: 14px;
}
.imagen-div .btn-white{
	margin-top: auto;
	margin-bottom: auto;
}
.title-gra{
	font-size:42px;
	font-weight:bold;
	text-align: center;
}
.left-card h2{
	color: #103222;
	font-weight: bold;
	font-family: var(--primary-font);
	font-size: 48px;
	text-align: right;
}
.left-card p{
	text-align: right;
}
.card-news p, .left-card p{
	color: #103222;
	font-size: 16px;
	font-family: var(--primary-font);
}
.card-news .card-img-top{
	height: 235px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.card-news h3{
	font-size: 22px;
	font-weight: bold;
	font-family: var(--primary-font);
		color: #103222;
}
.card-news .card-bodys p{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-height: 93px;
}
.left-card .btn{
	margin-left: auto;
}
.back-card{
	background-color: #89969F;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.back-card-s{
	background-color: #89969F;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 235px;
}
.back-card img{
	margin-left: auto;
	margin-right: auto;
}
.wp-pagenavi a, .wp-pagenavi span{
	background-color: #fff;
	padding: 12px 19px;
	border-radius: 5px;
	color: #1F263E;
}
.wp-pagenavi span.current{
	background-color: #319B5A;
	color: #fff;
}
.back-img{
	background-color: #89969F;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 500px;
}
.back-img img.img-single{
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-height: 100%;
}
.single-page h2{
	font-weight: bold;
}
.single-page p{
	color: #133F42;
}
.single-page a{
	color: #417505;
}
.line-gray{
	width: 100%;
	height: 1px;
	background-color: #979797;
}
.card-bodys{
	padding-top: 20px;
}
.full-w{
	width: 100%;
}
.img-time{
	max-width: 100%;
	height: 430px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border-color: #BFBFBF;
}
.cards-index{
	height: 250px;
	border-radius: 5px;
	width: 100%;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.archive-news{
	margin-bottom: 190px !important;
}
.margin-singl{
	margin-bottom: 250px!important;
}
.h2-soft{
	min-height: 75px;
}
.margin-page{
	margin-bottom: 280px;
}
.navbar-brand img{
	max-height: 165px;
}
.carousel-item .slider{
	height: 505px;
}
.content-slide{
	padding-left: 80px;
	padding-right: 80px;
}

.carousel-control-prev{
	left:-25px;
}

.carousel-control-next{
	right:-25px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
@media all and (max-width: 767px){
	.gradient-div{
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.gradient-div h2, .gradient-div p{
		margin-left: 0px;
	}
	.gradient-div h2{
		font-size: 34px;
	}

}

@media all and (max-width: 1023px) {
	.gradient-div h2{
		font-size: 22px;
	}
	.btn.btn-white{
		font-size: 14px;
	}
	.text-contain{
		font-size: 20px!important;
    padding-top: 25px;
	}
	h2.h3partn{
		font-size: 30px;
	}
	.imagen-div{
		height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
	}
}

@media all and (max-width:767px){
	.gradient-div h2{
		font-size: 18px;
	}
	header ul li{
		margin-right: 4px;
	}
	#menu-header-menu li a{
		font-size: 10px;
	}
	h1.text-white{
		font-size: 34px;
	}
	.search_results{
		margin-bottom: 0px;
	}
	.archive-news{
		margin-bottom: 0px !important;
	}
	.margin-singl{
		margin-bottom: 0px !important;
	}
	.margin-page{
		margin-bottom: 0px;
	}
	.text-contain{
		font-size: 12px!important;
		padding-top: 25px;
	}
	p.ppart{
		font-size: 12px;
	}
	.imagen-div{
		height: auto;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
	}
	#menu-header-menu{
		text-align: left !important;
	}
	.logos-footer{
		justify-content: center !important;
	}
	.inputsear{
		margin-bottom:80px !important;
	}
	.content-slide{
		padding: 0px;
	}
	span.customer-company{
		font-size: 12px;
	}
	h2.customer-name{
		font-size: 18px;
	}
	.ellipsis-content{
		height: 124px;
	}
	.slider p{
		font-size: 12px!important
	}
	.ellipsis-content span{
		font-size: 12px!important
	}
}
@media all and (max-width:480px){
	.carousel-control-prev{
		left:0px;
	}

	.carousel-control-next{
		right:0px;
	}
	#menu-header-menu li a{
		font-size: 9px;
	}
	h1.text-white{
		font-size: 32px;
	}
	p.headerp{
		font-size: 14px;
	}
}
