.ast-separate-container #primary.inverness-blog {
	margin-top: 0px;
	margin-bottom: 0px;
}
.inverness-blog > .feature-image {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: auto;
	position: relative;
	height: 650px;
	max-height: 650px;
}
.inverness-blog > .feature-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.inverness-blog h1 {
	text-align: center;
	color: #40ABB7;
	font-family: "Volted Rounded Bold";
	font-size: 44px;
	line-height: 59px;
	margin-top: 10px;
	display: none;
}
.inverness-blog h1 .secondary {
	color: #337AB0;
	margin-top: 10px;
}
.inverness-blog .description {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.inverness-blog .description, .inverness-blog .description p {
	font-family: "Volted Rounded Light";
	font-size: 19px;
	line-height: 23px;
	text-align: center;
	color: black;
	margin-bottom: 0px;
}
.inverness-blog .categories {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: auto;
	border-bottom: 1px solid #87878733;
	padding: 19.5px 0px 12.5px 0px;
	position: sticky;
	top: 141px;
	z-index: 9;
	background: white;
	display:none;
}
.inverness-blog .categories > .categories-container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.inverness-blog .categories > .categories-container button {
	font-family: "Volted Rounded Bold";
	font-size: 16px;
	line-height: 19px;
	color: #40ABB7;
	padding: 8px 15px;
	border: 1.2px solid #40ABB7;
	border-radius: 8px;
	background: white;
	transition: all 0.3s;
}
.inverness-blog .categories > .categories-container button.active, .inverness-blog .categories > .categories-container button:hover {
	background: #40ABB7;
	color: white;
}
.inverness-blog #main {
	margin-top: 24px;
}
.inverness-blog #main .loop {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 70px;
}
/* Posts */
.inverness-blog article {
	width: 32%;
	position: relative;
	padding-bottom: 35px;
	margin-top: 50px;
}
.inverness-blog article img {
	border-radius: 0px 0px 0px 0px;
	width: 100%;
	height: 180px;
	max-height: 180px;
	object-fit: cover;
	margin-bottom: 14px;
}
.inverness-blog article .title {
	font-family: "Volted Rounded Medium";
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 12px;
}
.inverness-blog article .title a {
	color: #575757;
}
.inverness-blog article .data {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	font-family: "Volted Rounded Medium";
	font-size: 16px;
	font-weight: 500;
	line-height: 8px;
	margin-bottom: 12px;
	align-items: center;
}
.inverness-blog article .data p, .inverness-blog article .cat a {
	margin: 0px;
	color: #878787;
}
.inverness-blog article .date, .inverness-blog article .cat {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 4px;
}
.inverness-blog article .date svg, .inverness-blog article .cat svg {
	margin-bottom: 1px;
}
.inverness-blog article .excerpt {
	font-family: "Volted Rounded Light";
	font-size: 16px;
	line-height: 19px;
	color: #575757;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3; 
	-webkit-box-orient: vertical;
	margin-bottom: 24px;
}
.inverness-blog article .read-more {
	display: none;
}
.inverness-blog article .cta {
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
	column-gap: 8px;
	padding: 6px 24px 8px 24px;
	border-radius: 8px;
	border: 1px solid #AC77AD;
	background: #AC77AD;
	color: white;
	font-family: "Volted Rounded Medium";
	font-size: 16px;
	line-height: 19px;
	position: absolute;
	bottom: 0;
	left: 0;
	align-items: center;
	transition: all 0.3s;
}
.inverness-blog article .cta:hover {
	background: #985C99;
}
/* Paginación */
.inverness-blog .pagination-buttons {
	margin-top: 70px;
	margin-bottom: 112px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 9px;
}
.inverness-blog .pagination-buttons span, .inverness-blog .pagination-buttons a {
	width: 43px;
	height: 43px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #87878780;
	color: white;
	border-radius: 3px;
	transition: all 0.3s;
}
.inverness-blog .pagination-buttons span.current {
	background: #40ABB7;
}
.inverness-blog .pagination-buttons a:hover {
	background: #878787;
}
/* OWL Carousel style */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: -webkit-center;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.categories-container .owl-dots {
	display: none;
}
.categories-container .owl-nav button:not(.disabled) {
	display: flex;
}
.categories-container .owl-nav button {
	display: none;
}
.inverness-blog .categories > .categories-container .owl-nav button:hover {
	background: none;
}
.categories-container .owl-nav .owl-prev {
	position: absolute;
	top: 10px;
	left: 10px;
}
.categories-container .owl-nav .owl-next {
	position: absolute;
	top: 10px;
	right: 10px;
}
/* Responsive */
@media screen and (max-width: 1240px) {
	.inverness-blog .categories > .categories-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.inverness-blog > .feature-image {
		height: 260px;
    		max-height: 260px;
	}
	.inverness-blog #main .loop {
		row-gap: 50px;
	}
	.inverness-blog article {
		width: 49%;
	}
	.inverness-blog .categories {
		top: 205px;
	}
}
@media screen and (max-width: 740px) {
	.inverness-blog .categories {
		top: 144px;
	}
}
@media screen and (max-width: 500px) {
	.inverness-blog article {
		width: 100%;
padding-left: 20px!important;
    padding-right: 20px!important;
	}
}