/* GENERAL */

* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

main {
    background: #EFEFEF;
}

.H1, h1 {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 52px;

}
.H2 {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 52px;
}
.H3 {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 32px;
}
.H5 {
    font-size: 18px;
}

.container {
    max-width: 1160px;
}

.btn-custom {
    background: #00B1AB;
    color: #fff;
    padding: 10px 50px;
    border: 0;
    display: flex;
    gap: 10px;
}

.btn-custom div {
    font-weight: 500;
}

/* MAIN - PRODUCTS */

.products-breadcrumbs a {
    color: #69747A;
}

.products-breadcrumbs .last {
    color: #FF6E0D;
}

.breadcrumb {
    display: flex;
    gap: 1rem;
}

.tech-col {
    border-right: 3px solid #B0B0B0;
}

.owl-carousel-certificate-item {
    position: relative;
}

.owl-carousel-certificate-item .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel-certificate-item .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel-certificate-item .owl-item {
    display: flex;
    justify-content: center;
}

.owl-carousel-certificate-item .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}

.owl-carousel-certificate-item .owl-dot {
    height: 6px;
    width: 6px;
    border: 1px solid #69747A !important;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

	.cert-desc {
		width: 75% ;
	}


.owl-carousel-certificate-item .owl-dots .owl-dot.active {
    background: #4878DE ;
}

@media (min-width: 834px) and (max-width: 1439px) {
	.cert-desc {
		width: 100%;
	}
	
	.owl-stage img {
		width: 100% !important;
		height: 320px;
	}
}

@media (max-width: 833px) {
	
	.breadcrumb {
		display: flex;
		gap:  10px;
	}
	
	.products-breadcrumbs a {
		font-size: 12px;
	}
	
	.products-breadcrumbs img{
		height: 10px;
	}
	
	.H1 {
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
	}
	
	.H2 {
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
	}
	
	.H4 {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px;
	}
	
	.H5 {
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: 16px;
	}
	
	.H3 {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
	}
	
	.cert-desc {
    width: 100%;
	}
	
	.cert-img {
		width: 80px;
	}
	
	.owl-nav {
		display: none;
	}
	
	.owl-item img {
			width: 250px !important;
	}
}	