/*********************************************/
/********** HOMEPAGE BANNER SECTION **********/
/*********************************************/

.hp-banners {
    position: relative;
	width: 100vw;
}

.button.d-md-block + header + .hp-banners{
	margin-top: 100px;
}

.hp-banners, .hp-banners .slide {
	position: relative;
}

/* .hp-banners .slider:not(.tns-slider) {
	display: flex;
} */
.hp-banners .slider:not(.tns-slider) > .slide {
	flex: 1;
	min-width: 100%;
}

.hp-banners .tns-outer, .hp-banners .tns-ovh, .hp-banners .tns-inner,
.hp-banners .slider,
.hp-banners .slider > .slide {
	height: 100%;
}


/* @media(min-width: 768px) {
    .hp-banners {
        height:calc(100vh - 73px);
    }
}

@media(min-width: 992px) {
	.hp-banners {
		height: calc(100vh - 83px);
	}
} */

/********** img **********/

.hp-banners .img {
	position: relative;
	height: 100%;
	min-width: 100%;
	overflow: hidden;
	flex: 1;
}
.hp-banners .img::before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	background: #acacac;
	pointer-events: none;
	z-index: 2;
}

.hp-banners .img img {

	position: relative;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}
.hp-banners .img > * {
    width: 100vw;
}

@supports(mix-blend-mode: multiply) {
	.hp-banners .img::before {
		mix-blend-mode: multiply;
		opacity: 1;
	}
	
	.hp-banners .img img {
		width: 100%;
    height: 100%;
	}
}

@media(min-width: 768px) {
	.button.d-md-block + header + .hp-banners{
		margin-top: 100px;
	}

	.hp-banners .bg img {
		width: auto;
		height: auto;
	}

	.hp-banners .bg img {
		object-fit: cover;
		object-position: center;
	}
}

/********** DESCRIPTION **********/

.hp-banners .container {
    position: absolute;
    bottom: 0;
    left: 0;right: 0;
	margin: auto;
	bottom: 25px;
	z-index: 2;
}

.hp-banners .description {
    width: 100%;
	position: absolute;
	z-index: 99;
	bottom: 50px;
	padding: 0 20px;
}
.hp-banners .description .row {
	margin: 0;
}
.hp-banners .description .row > div {
	padding: 0;
}

.hp-banners .description h2 {
    font-family: var(--font-family-2);
    font-size: 25px;
	font-weight: bold;
	color: white;
	line-height: normal;
    text-align: left;
    letter-spacing: normal;
	margin-bottom: 5px;
    text-transform: uppercase;
}

.hp-banners .description p {
    font-family: var(--font-family-1);
    font-size: 12px;
	font-weight: 300;
	color: white;
	margin-bottom: 10px;
}

.hp-banners .description .button {
    margin-top: 15px;
}

.hp-banners .tns-controls{
    display: none;
}
@media(max-width: 991px) {
    .hp-banners .description .button {
        padding: 10px 20px;
		margin-top: 7px;
    }
}


@media(min-width: 768px) {	
	.hp-banners .description {
		width: 100%;
		max-width: 525px;
		bottom: auto;
		margin: 0 auto;
	}

	.hp-banners .description h2 {
		font-size: 40px;
		line-height: 1.21;
		text-align: left;
		letter-spacing: normal;
		margin-bottom: 20px;
	}
	
	.hp-banners .description p {
		font-size: 16px;
	}
}

@media(min-width: 992px) {
	.hp-banners .slick-initialized .slick-slide{
		display: flex;
		align-items: center;
	}
    
    .hp-banners .description {
        max-width: 520px;
        margin: 0;
		left: 160px;
    }
	.hp-banners .description h2 {
		font-size: 48px;
	}
	
	.hp-banners .description p {
		font-size: 20px;
    }

    .hp-banners .description .button {
        margin-top: 20px;
    }
}



.hp-banners .slider-arrows2{
	display: none;
}
@media(min-width: 768px) {
	.hp-banners .slider-arrows2 {
		display: block;
		position: absolute;
		height: 23px;
		top: 0;bottom: 0;
		left: 0;
		margin: auto;
		transform: rotate(-90deg);
		z-index: 1;
	}
	.hp-banners .slider-arrows2,
	.hp-banners .slider-arrows2 > div {
		display: flex;
		align-items: center;
	}

	.hp-banners .slider-arrows2 span {
		font-size: 16px;
		color: white;
	}

	.hp-banners .slider-arrows2 span:not(.line) {
		transform: rotate(90deg);
	}

	.hp-banners .slider-arrows2 span.line {
		position: relative;
		display: inline-block;
		width: 145px;
		height: 1px;
		margin: 0 18px;
		background-color: rgba(255, 255, 255, .1);
	}
	.hp-banners .slider-arrows2 span.line::before {
		content: "";
		position: absolute;
		left: 0;
		height: 1px;
		background-color: white;
	}
}

@keyframes load {
	0% {
		width: 0%;
	}
	83.333%, 100% {
		width: 100%;
	}
}

.hp-banners .slider-arrows2 span.line.animate::before {
	animation: load 6s infinite;
}


.hp-banners .tns-nav{
	position: absolute;
	bottom: 15px;
	left: 20px;
	z-index: 1;
}
.hp-banners .tns-nav > button{
	border: none;
	background: white;
	width: 10px;
  	height: 10px;
	border-radius: 50%;
	padding: 0;
	margin-right: 18px;
	opacity: .5;
}

.hp-banners .tns-nav > button.tns-nav-active{
	opacity: 1;
}




.index p{
	font-family: var(--font-family-1);
	font-size: 14px;
	font-weight: normal;
	line-height: 1.45;
	letter-spacing: normal;
	color: var(--grey);
}

.about-us{
	margin-top: 20px;
}
.about-us .description{
	max-width: 500px;
	padding: 30px 25px;
}

@media(min-width:768px){

	.hp-banners .tns-nav{
		bottom: 25px;
	}

	.index p{
		font-size: 16px;
		line-height: 1.5;
	}
	.about-us{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 50px;
	}
	.about-us .description{
		padding: 0 25px;
	}
}



@media(min-width:1400px){
	.about-us .img{
		max-width: 881px;
	}

	.about-us .description{
		margin-left: 72px;
	}
}

.tipos,
.why{
	margin-top: 20px;
}

.why{
	margin-top: 50px;
	margin-bottom: 30px;
}



.tipos p{
	font-family: var(--font-family-2);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.32;
	letter-spacing: normal;
	text-align: left;
	color: #0f0f0f;
	margin-top: 10px;
}




.why > .container{
	max-width: 100%;
	padding: 0;
}

.why .img{
	position: relative;
}

.why .description{
	padding: 35px 25px;
}

@media (min-width: 768px){


	.tipos,
	.why{
		margin-top: 100px;
	}

	.why{
		margin-bottom: 140px;
	}

	.tipos p{
		font-size: 24px;
		line-height: 1.92;
		margin-top: 10px;
	}
	.why > .container{
		display: flex;
		max-width: 100%;
		padding: 0;
		padding-right: 20px;
	}

	.why .img{
		margin-right: 8%;
		max-width: 714px;
	}

	.why .description{
		padding: 0
	}
}


@media (min-width: 1300px){
	.why > .container {
		max-width: 1320px;
		padding: 0 20px;
	}
}



.why .img > *{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.why .description{
	max-width: 390px;
}

.why .description > div{
	padding-left: 43px;
	position: relative;
	margin-bottom: 38px;
}

.why .description > div:last-of-type{
	margin-bottom: 0;
}

.why h4{
	font-family: var(--font-family-2);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
	color: var(--black);
}



.why .description > div span{
	position: absolute;
	left: 0;
	top: -2px;
	width: 21px;
	height: 21px;
	display: flex;
}

@media (min-width: 768px){
	.why h4{
		font-size: 24px;
	}
	.why .description > div span{
		top: 2px;
	}
}

.why .description > div span:before{
	content:"";
	width: 21px;
	height: 4px;
	border-radius: 4px;
	background: var(--bluegreen);
	position: absolute;
	top: calc(50% - 2px);
}

.why .description > div span:after{
	content:"";
	height: 21px;
	width: 4px;
	border-radius: 4px;
	background: var(--bluegreen);
	position: absolute;
	left: calc(50% - 2px);
}

.before-after{
	width: 100%;
	background: var(--lightgrey-bg);
	position: relative;
}


.before-after .sliderimgs > .tns-outer{
	display: grid;
}

.before-after .imgs {
	position: relative;
	border: none;
	height: 79.175vw;
    border: none;
    max-height: 787px;
    max-width: 994px;
    overflow: hidden;
}

@media (min-width: 768px){
	.before-after{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.before-after .imgs {
		width: calc(100vw - 400px);
	}
	.before-after .sliderimgs{
		max-width: 994px;
	}
}

@media(min-width:1350px){
	.before-after{
		height: 787px;
	}
	.before-after .imgs {
		width: 100vw;
	}
}

.before-after .imgs > img,
.before-after .imgs .after-img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: left;
}
.before-after .imgs .after-img {
	overflow: hidden;
	height: 100%;
	overflow: visible;
	position: absolute;
	width: 50%; top: 0;left: 0;
}

.before-after .imgs .slider {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none; 
	background: transparent;
	cursor: col-resize;
	height: 100vw;
	left: 4px;
	right: 4px;
	margin: 0;
	outline: none; 
	padding: 0;
	position: relative;
	top: -100vw;
	width: 100%;
}
.before-after .imgs .slider:hover {
	background: none;
}


.before-after .imgs .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 4px;
	height: 100vw;
	background: white;
	cursor: pointer;
}
.before-after .imgs .slider::-moz-range-thumb {
	width: 4px;
	height: 787px;
	background: white;
	cursor: pointer;
}
.before-after .imgs .slider-button {
	pointer-events: none;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: white;
	left: calc(50% - 17px);
	top: calc(50% - 17px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.before-after .imgs .slider-button:after {
	content: "";
	padding: 2px;
	display: inline-block;
	border: solid #5D5D5D;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(-45deg);
}
.before-after .imgs .slider-button:before {
	content: "";
	padding: 2px;
	display: inline-block;
	border: solid #5D5D5D;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(135deg);
}


.before-after .description{
	position: relative;
	font-family: var(--font-family-2);
	flex: 1;
	padding: 15px 20px;
}

/* .before-after .description{
	width: 80%;
} */

.before-after .description > div {
	max-width: 350px;
	margin: auto;
}

.before-after .description .slide > a:first-of-type{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
	color: var(--bluegreen);
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.before-after .description .slide .title{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: normal;
	color: var(--black);
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media (min-width: 768px){
	.before-after .imgs .slider-button {
		width: 58px;
		height: 58px;
		left: calc(50% - 31px);
		top: calc(50% - 18px);
	}
	.before-after .imgs .slider-button:after,
	.before-after .imgs .slider-button:before {
		padding: 3px;
		border-width: 0 2px 2px 0;
	}

	.before-after .description .slide > a:first-of-type{
		margin-bottom: 0;
	}

	.before-after .description{
		padding: 0;
	}

	.before-after .description .slide .title{
		font-size: 26px;
		line-height: 1.38;
	}
}

.before-after .slider-arrows>div {
    background-color: var(--bluegreen);
    -webkit-mask-image: url(/assets/img/arrow_bg.svg);
    mask-image: url(/assets/img/arrow_bg.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    height: 23px;
	width: 37px;
    cursor: pointer;
    -webkit-mask-size: contain;
    transition: var(--transition);
}

.before-after .slider-arrows {
    display: flex;
    margin-top: 10px;
    opacity: 1;
    transition: var(--transition);
	position: relative;
}

.before-after .slider-arrows .prev-arrow {
    transform: rotate(180deg);
    margin-right: 35px;
}

.before-after .slider-arrows>div:hover{
	transform: translateX(5px);
}

.before-after .slider-arrows>div.prev-arrow:hover{
	transform: rotate(180deg) translateX(5px);
}

@media(min-width:768px){
	.before-after .slider-arrows {
		margin-top: 18px;
	}
}


.testimonials{
	margin: 44px 0 60px;
	position: relative;
}

.testimonials h2{
	font-family: var(--font-family-2);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: 0.2px;
	text-align: center;
	color: var(--bluegreen);
	text-transform: uppercase;
	margin-bottom: 38px;
}


.testimonials .container {
    max-width: 890px;
    padding: 0 20px;
}



.testimonials .container .slide > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.testimonials .container .slide .img {
	max-width: 160px;
    width: 100%;
    padding: 9px;
    position: relative;
    height: 100%;
	margin-bottom: 40px;
}
.testimonials .container .slide .img::before {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: 3px;
    background: #f2f5f5;
    content: '';
    z-index: 1;
}
.testimonials .container .slide p {
    margin: 0;
    padding-bottom: 16px;
}

.testimonials .container .slide .quote {
    position: relative;
}
.testimonials .container .slide .img::after {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;margin: auto;
    background: linear-gradient(#166479, #172430);
    content: '';
    transition: all 0.4s ease;
    transform: rotate(0);
} 
.testimonials .content .template blockquote::before {
    left: 0;
    top: -4px;
}

.content .template blockquote{
	position: relative;
}
.content .template blockquote::before {
    content: "";
    position: absolute;
    left: 44px;
    width: 22px;
  	height: 19px;
    background-image: url(/assets/img/quotation-marks.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonials .content .template blockquote {
    padding: 0 0 0 35px;
    margin: 0;
    line-height: 0;
}
.testimonials .content .template blockquote p {
    font-family: var(--font-family-1);
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #363636;
	padding: 0;
}
.testimonials .content .template blockquote small {
    margin-top: 5px;
	color: #3b9cb5;
	font-family: var(--font-family-2);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	display: block;
}

@media (min-width: 768px){
	.testimonials{
		margin: 84px 0 120px;
		position: relative;
	}
	.testimonials h2{
		font-size: 26px;
		line-height: 1.38;
		letter-spacing: 0.26px;
		margin-bottom: 68px;
	}
	.testimonials .container .slide .img {
		max-width: 244px;
		padding: 12px;
		margin-bottom: 0px;
	}
	.testimonials .content .template blockquote {
		padding: 0 0 0 51px;
	}
	.testimonials .content .template blockquote p {
		font-size: 22px;
		line-height: 1.59;
	}
	.testimonials .content .template blockquote small {
		margin-top: 20px;
		font-size: 15px;
	}
	.content .template blockquote::before {
		left: 44px;
		width: 33px;
		height: 29px;
	}
}



.testimonials .container .slide .img img {
    z-index: 2;
    position: relative;
	width: 100%;
    max-height: 220px;
    object-fit: cover;
}

.testimonials .container .slide .img + div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonials .container .slide[data-code] .img {
    cursor: pointer;
}
.testimonials .container .slide[data-code] .img > div:hover::before {
    opacity: 1;
    transform: scale(1);
}
.testimonials .container .slide[data-code] .img > div {
    position: relative;
}
.testimonials .container .slide[data-code] .img > div::before {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    content: '';
    width: 50px;
    z-index: 5;
    opacity: 0.5;
    transform: scale(0.8); 
    background: url(/assets/img/video-play.svg) 0%/contain no-repeat;
    transition: all 0.4s ease;
}
.testimonials .container .slide[data-code] .img > div::after {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    content: '';
    opacity: 1;
    transition: all 0.4s ease;
    z-index: 3;
    border-radius: 100%;
}
.testimonials .container .slide .img::before,
.testimonials .container .slide .img::after,
.testimonials .container .slide .img img {
    border-radius: 100%;
}
.testimonials + .video-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0,0.9);
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 70px 35px;
    z-index: 5;
}
.testimonials + .video-fullscreen iframe {
    height: 100%;
    width: 100%;
    border: 0;
    outline: 0;
}
.testimonials + .video-fullscreen.in {
    pointer-events: all;
    opacity: 1;
}

.video-fullscreen .close {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 25px;
    width: 25px;
    opacity: 1;
    cursor: pointer;
}
.video-fullscreen .close::before {
    transform: rotate(45deg);
}
.video-fullscreen .close::before, 
.video-fullscreen .close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 35px;
    background-color: white;
    transform-origin: left;
}
.video-fullscreen .close::after {
    left: auto;
    right: 0;
    transform: rotate(-45deg);
    transform-origin: right;
}


.testimonials .tns-controls{
	display: none;
}

.testimonials .tns-nav > [aria-controls] {
    width: 7px;
    height: 7px;
    padding: 0;
    margin: 0 7px;
    border-radius: 50%;
    background: #101d3f;
	opacity: .3;
    border: 0;
}
.testimonials .tns-outer [aria-controls], .testimonials .tns-outer [data-action] {
    cursor: pointer;
}

.testimonials .tns-nav > .tns-nav-active {
    opacity: 1;
}

.testimonials .tns-nav {
    width: 244px;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 20px;
}

@media screen and (min-width: 1024px) {
    .testimonials .container .slide > div {
        flex-direction: row;
    }
    .testimonials .container .slide .img {
        max-width: 244px;
        margin-right: 62px;
    }
    /* .testimonials .slick-dots {
        max-width: 244px;
    } */
    .testimonials + .video-fullscreen {
        padding: 100px;
    }
    .testimonials .container .slide p {
        padding-bottom: 0;
    }
    .testimonials .content .template blockquote small {
        display: block;
        line-height: 1;
    }
    .testimonials .content .template blockquote {
        padding: 0 0 0 60px;
    }
}

.cta{
	padding: 25px 0;
	background-color: var(--bluegreen);
}

.cta .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.cta .container > div{
	font-family: var(--font-family-2);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	margin-bottom: 40px;
}

.cta .container > div p{
	color: var(--white) !important;
	margin-bottom: 10px;
}

.cta .container > div .title{
	font-size: 26px;
  	font-weight: 500;
	line-height: 1.4;
}

@media (min-width: 768px){
	.cta{
		padding: 110px 0;
		background-color: var(--bluegreen);
	}
	
	.cta .container{
		flex-direction: row;
	}
	
	.cta .container > div{
		font-weight: 300;
		line-height: 2.88;
		margin-bottom: 0;
		flex: 1;
	}
	
	.cta .container > div p{
		color: var(--white) !important;
		margin-bottom: 10px;
	}
	
	.cta .container > div .title{
		font-size: 42px;
		  font-weight: 500;
	}
}

.counts {
    text-align: center;
	padding: 25px 0;
}
.counts .title {
    font-size: 18px;
}
.count-container {
    margin: 2px 0 10px 0px;
}

.counts .items{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0 auto;
}
.counts .item {
    padding: 25px;
}

.counts .title,
.count-container {
	color: var(--bluegreen);
	display: flex;
	font-family: var(--font-family-2);
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	letter-spacing: -0.6px;
	font-size: 72px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -1.8px;
	text-align: center;
    
}
.counts .title{
    margin-bottom: 10px;
	font-family: var(--bluegreen);
	font-size: 24px;
	font-weight: 300;
	line-height: 1.17;
	letter-spacing: -0.6px;
}


.counts p {
    font-family: var(--font-family-1);
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #807e7e;
}

@media screen and (min-width: 768px) {
	.counts {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        width: 100%;
		padding: 100px 0;
    }

	.counts .item {
		padding: 0 25px;
		max-width: 25%;
	}

	.counts .title,
	.counts .subtitle{
		max-width: 290px;
	}

}

@media screen and (min-width: 1024px) {
	.counts {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }
}
@media(max-width:767px){
		.counts .items{
        flex-direction: column;
    }
}




.counter {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 4.5rem;
    
  }
  .counter > span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    line-height: 1;
  }
  .counter > span span {
    flex: 0 0 100%;
    height: 100%;
	letter-spacing: -0.6px;
	font-size: 72px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -1.8px;
    font-family: 'Avenir', sans-serif;
	color: var(--bluegreen)
  }
  .counter:nth-child(1) > span {
    transition-delay: 0s;
  }
  .counter:nth-child(2) > span {
    transition-delay: 0.375s;
  }
  .counter:nth-child(3) > span {
    transition-delay: 0.75s;
  }
  .counter:nth-child(4) > span {
    transition-delay: 1.125s;
  }
  .counter:nth-child(5) > span {
    transition-delay: 1.5s;
  }
  .counter:nth-child(6) > span {
    transition-delay: 1.875s;
  }
  .counter:nth-child(7) > span {
    transition-delay: 2.25s;
  }
  .counter:nth-child(8) > span {
    transition-delay: 2.625s;
  }
  .counter:nth-child(9) > span {
    transition-delay: 3s;
  }
  .counter:nth-child(10) > span {
    transition-delay: 3.375s;
  }
  .counter:nth-child(11) > span {
    transition-delay: 3.75s;
  }
  .counter:nth-child(12) > span {
    transition-delay: 4.125s;
  }
  .counter:nth-child(13) > span {
    transition-delay: 4.5s;
  }
  .counter:nth-child(14) > span {
    transition-delay: 4.875s;
  }
  .counter:nth-child(15) > span {
    transition-delay: 5.25s;
  }
  .counter:nth-child(16) > span {
    transition-delay: 5.625s;
  }
  .counter:nth-child(17) > span {
    transition-delay: 6s;
  }
  .counter:nth-child(18) > span {
    transition-delay: 6.375s;
  }
  .counter:nth-child(19) > span {
    transition-delay: 6.75s;
  }
  .counter:nth-child(20) > span {
    transition-delay: 7.125s;
  }
  
  .counter:nth-child(1) {
    color: white;
  }
  

.hp-blog{
	padding-bottom: 70px;
}

.hp-blog .header{
	display: flex;
	justify-content: space-between;
	align-items: top;
}

.hp-blog .header a{
	font-family: var(--font-family-1);
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.6px;
	color: #000;
	text-transform: uppercase;
	margin-top: 6px;
}

.hp-blog .listing {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    margin: 0;
}

.hp-blog .blog {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
	padding: 0;
    z-index: 0;
	margin-bottom: 40px;
}

.hp-blog .blog .img {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.hp-blog .blog img {
    max-width: 100%;
    transition: var(--transition);
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.hp-blog .blog .img:hover img{
	transform: scale(1.05);
}


.hp-blog .blog .mid{
	display: flex;
	flex-direction: row;
	font-family: var(--font-family-1);
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #bab9b9;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.hp-blog .blog .mid a{
	color: var(--bluegreen);
	margin-left: 15px;
	text-transform: uppercase;
}

.hp-blog .blog .mid a:hover{
	color: var(--black);
}

.hp-blog .blog h4{
	font-family: var(--font-family-2);
	font-size: 22px;
	font-weight: bold;
	line-height: 1.92;
	letter-spacing: normal;
	text-align: left;
	color: #1b1b1b;
}

@media screen and (min-width: 768px) {
	.hp-blog .listing{
		flex-wrap: nowrap;
	}
	.hp-blog .blog {
		margin-right: 68px;
		margin-bottom: 0;
	}
	.hp-blog .blog h4{
		font-size: 30px;
		line-height: 1.92;
	}
}

.hp-blog .blog .button{
	margin-top: 20px;
}

@media(max-width:767px){
	.hp-blog .blog .button{
		padding: 18px 40px;
	}
}
@media (min-width: 768px){
	.hp-blog .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 605px !important;
	}

	.hp-blog h3:after{
		margin: 20px 0 24px;
	}
}



.tipos > .container{
	display: flex;
	align-items: top;
	justify-content: space-between;
}

.tipos > .container > a{
	font-family: var(--font-family-1);
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.6px;
	color: #000;
	text-transform: uppercase;
	margin-top: 6px;
	display: none;
}

.tipos > .container > a:hover{
	color: var(--bluegreen);
}


@media (min-width: 768px){
	.tipos > .container > a{
		display: block;
	}
	
}


.tipos .slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	pointer-events: auto;
	cursor: none;
}

.tipos .slides {
	display: flex;
	overflow-x: scroll;
	gap: 25px;
	margin-bottom: 50px;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	align-items: flex-start;

}


.tipos .slides > div p {
    font-family: var(--font-family-2);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: left;
    color: #0f0f0f;
    margin-top: 10px;
}

@media (min-width: 768px){
	.tipos .slides > div p {
		font-size: 24px;
		line-height: 1.92;
		margin-top: 10px;
	}
	}

.tipos .slides::-webkit-scrollbar {
	width: 10px;
	height: 4px;
}

.tipos .slides::-webkit-scrollbar-thumb {
	border: solid 1px #166d83;
	background-color: #166d83;
	border-radius: 4px;
}

.tipos .slides::-webkit-scrollbar-track {
	border: solid 1px #f3f1f1;
  	background-color: #e5e5e5;
	max-width: 100%;
	margin: 0 0 0 25px;
}

/* .tipos .slides::-webkit-scrollbar-corner {
	border-radius: 10px;
} */

.tipos .slides>div {
	scroll-snap-align: center;
	flex-shrink: 0;
	/* width: 100%;
	max-width: 100%; */
	width: 100%;
	max-width: 220px;
	height: auto; 
	/* For Temp */
	margin-bottom: 15px;
	/* background: #eee; */
	transform-origin: center center;
	transform: scale(1);
	transition: transform 0.5s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tipos .slides>div:first-of-type{
	margin-left: 25px;
}

.tipos .slides>div:last-of-type{
	margin-right: 25px;
}

.tipos .slides > div div {
    position: relative;
    overflow: hidden;
    margin: 0;
}
.about-us .img{
	position: relative;
}


.tipos .slides img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition);
}

.tipos .slides > div a:hover div img {
    transform: scale(1.05);
}

.tipos .circle {
    position: fixed;
    display: none;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border: 2px solid var(--bluegreen);
    background-color: var(--bluegreen);
    /* mix-blend-mode: hard-light; */
    opacity: 0.7;
}

.tipos .circle.in{
	display: block;
	pointer-events: none;
	cursor: none;
}

.tipos .slides.active {
	cursor: grabbing;
  }
  
  .tipos .slides[data-dragging="true"] a {
	pointer-events: none;
  }

  @media(min-width:786px){
	.tipos .slides {
		gap: 50px;
		margin-bottom: 50px;
	}
	.tipos .slides>div:first-of-type{
		margin-left: 50px;
	}
	
	.tipos .slides>div:last-of-type{
		margin-right: 50px;
	}
	
	.tipos .slides>div {
		width: 430px;
		max-width: 430px;
		height: auto; 
		/* For Temp */
		margin-bottom: 35px;
	}

	.tipos .slides::-webkit-scrollbar-track {
		max-width: 1320px !important;
		margin: 0 15em;
		max-width: 3em;
	}
  }