.gtps-slider .slick-track {
    display: flex;
    gap: 30px;
	
}

.gtps-slider {
    width: 100%;
	padding: 40px;
}

.gtps-slide {
    /*padding: 10px;*/
}

.gtps-image img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
	object-position: top;
}

.gtps-content {
    /*padding: 12px;*/
    /*background: #f5f5f5;*/
}

.gtps-title {
    color: #444;
    margin-bottom: 10px;
	text-decoration: none;
}
.gtps-title:hover {
	 color: #444;
	 text-decoration: none;
}
.gtps-title h3{
    font-size: 24px;
	margin-bottom: 22px;
	line-height: 1.35em;
	text-transform: none;
	color: #678fcf;
	font-weight: 500;
}
.gtps-excerpt {
    font-size: 16px;
    margin-bottom: 20px;
}

.gtps-button {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 12px;
	color: #444;
	transition: all .7s; 
}

.gtps-button:hover {
    background: #000;
    color: #fff;
	text-decoration: none;
}

 
.slick-prev:before,
.slick-next:before {
    display: none;
}

.gtps-arrow {
    width: 30px;
    height: 50px;
    background: #143874;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: none;
    cursor: pointer;
}

.gtps-arrow svg {
    width: 28px;
    height: 28px;
    color: #fff;
}

/* Rotar la flecha izquierda */
.gtps-prev svg {
    transform: rotate(180deg);
}

.gtps-prev {
    left: 10px;
}

.gtps-next {
    right: 10px;
}

/* Centrado vertical */
.gtps-slider .gtps-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.gtps-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
}