@import "/templates/protostar2/fonts/flaticon/font/flaticon.css";
@import "/templates/protostar2/css/fontawesome.min.css";
@import "/templates/protostar2/css/brands.min.css";
@import "/templates/protostar2/css/solid.min.css";

/** {
    outline: solid 1px red;
}*/
:root {
	--color-main-or: #F67D13;
	--color-main-gr: #077979;
	--color-main-txt: #666666;
	--color-main-light-gr: #e1eef7;
}

.section {
	padding-bottom: 0;
}

.nav-sticky {
	position: sticky;
	top: 0;
}

.hc {
	height: 10vh;
	background-color: #f89406;
	font-weight: bold;
}

.navigation {
	padding: 0;
	margin: 0;
}

.nav-pills>li>a {
	line-height: 60px;
	font-size: 25px;
}

.nav-pills>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
}

.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
	background-color: var(--color-main-or);
}

.nav-pills>.active>a,
.nav-pills>.active>a:focus {
	color: #fff;
	background-color: var(--color-main-gr);
}

.nav-pills>.active>a:hover {
	background-color: var(--color-main-or);
}

.tel {
	font-size: 22px;
}

.btn2 {
	font-size: 22px;
	line-height: 2;
}

.btn2-rad {
	border-radius: 0;
}

.btn2-fnt {
	font-size: 32px;
}

.pad10 {
	padding: 0 10%;
}

.txa {
	text-align: center;
}

.padg1 {
	padding: 2% 0;
}

.pad-onk {
	padding: 0 5%;
}

.row [class*="span"]+[class*="span"] {
	margin-left: 0;
}

.clr {
	font-size: 22px;
}

.ots {
	text-indent: 40px;
}

.padg-left {
	padding-left: 10%;
}

.padg-usl {
	padding: 3px 5px;
}

.trcol {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: #00e7ff;
}

.trcol2 {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: #0164d5;
}

.txt-cent {
	text-align: center;
}

.txt-col {
	color: var(--color-main-gr);
}

.txt-col-or {
	color: var(--color-main-or);
}

.txtj {
	text-align: justify;
}

.txt-r {
	text-align: right;
}

.tdcol {
	background-color: #ffac63;
	font-weight: bold;
	text-align: center;
}

.txt-bld {
	font-weight: bold;
}

.txt-big {
	font-size: 29px;
}

.txt-top {
	font-size: 19px;
	background-color: var(--color-main-light-gr);
	color: var(--color-main-gr);
	font-weight: bold;
}

.lh-act {
	line-height: 1.5;
}

.margtx {
	margin-top: 6%;
}

.marg-act {
	margin: 1% 5% 3% 0;
}

.marg-act1 {
	margin: 1% 5% 3% 5%;
}

.marg-act2 {
	margin: 4% 4% 3% 4%;
}

.marg-act3 {
	margin: 4% 4% 3% 0%;
}

.marg-act4 {
	margin-top: 5%;
}

.marg-act5 {
	margin-bottom: 5%;
}

.marg-act6 {
	margin-bottom: 3%;
	margin-top: 2%;
}

.marg-lf {
	margin-left: 2%;
}

.marg-rt {
	margin-right: 2%;
}

.btn2-bad-col {
	background-color: var(--color-main-or);
}

.btn2-bad-col:hover {
	background-color: #ffa85b;
}

.brd-usl {
	border: solid 2px var(--color-main-gr);
}

.back-usl {
	background-color: var(--color-main-gr);
}

.lin-usl {
	line-height: 0.5;
}

.h-usl {
	height: 90px;
}

.padg-soc {
	padding: 8px 16px;
}

.padg-r {
	padding-right: 7px;
}

.bd-fl {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.con-fl {
	flex: 1;
}

.brd-bottom {
	border-bottom: solid 1px #eee;
}

.gem-col {
	background-color: #009344;
	color: #fff;
	padding: 0 7px;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-0 {
	padding: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.v-align {
	display: flex !important;
	margin: auto !important;
}

.services h3 a {
	text-decoration: none;
}

.blurred-box {
	background: rgba(255, 255, 255);
	backdrop-filter: blur(10px);
	border-radius: 10px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);
	border: 1px solid var(--color-main-gr);
}

.f-logo-1 {
	font-size: 1rem !important;
}

@media (min-width: 576px) {
	.f-logo {
		font-size: 2.0rem !important;
	}

}

@media (min-width: 768px) {
	.f-logo {
		font-size: 2.25rem !important;
	}
}

@media (min-width: 992px) {
	.f-logo {
		font-size: 2.75rem !important;
	}

	.f-logo-1 {
		font-size: 1.25rem !important;
	}
}

@media (min-width: 1200px) {
	.f-logo {
		font-size: 3.5rem !important;
	}
}

@media (min-width: 1440px) {
	.f-logo {
		font-size: 4rem !important;
	}

	.f-logo-1 {
		font-size: 1.5rem !important;
	}
}

@media (min-width: 481px) {
	.f-m {
		font-size: medium !important;
	}
}

@media (max-width: 480px) {
	.v-align {
		display: block !important;
		margin: auto !important;
	}
}

.camera_caption>div {
	background-color: rgba(7, 121, 121, 0.8) !important;
}

.cookie-consent {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2c3e50;
	color: #fff;
	padding: 15px 20px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	display: none;
}

.cookie-consent-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.cookie-consent p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.cookie-consent a {
	color: #3498db;
	text-decoration: underline;
}

.cookie-consent-btn {
	background: #3498db;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	white-space: nowrap;
	transition: background 0.3s;
}

.cookie-consent-btn:hover {
	background: #2980b9;
}