

:root { 
	--primary: #008CD6;
	--secondary: #F7EB99;
}

body, #header {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal; 
	font-style: normal;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p span, .table span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

h4 {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 30px;
	margin: 0;
}
h6 {
	font-size: 1.1em;
	line-height: 22px;
	margin: 0;
	color: #000;
}

.btn{
	font-size: .9em;
	font-weight: 100 !important;

}
hr {
	background: rgba(0, 0, 0, 0.5);
	height: .1px;
}

p, .section ul li, .table{
	font-size: 13px;
	font-weight: normal;
	color: #222;
	line-height: 20px;
}
.nav-link{
	cursor: pointer;
}

p span, .table span{
	color: #008CD6;
}

.verd{
	background-color: #C8E2AE !important;
}
.table{
	margin: 25px 0;
	width: auto !important;
}
.table th {
	font-size: 11px;
}
.table td {
	font-size: 12px;
}

.table>:not(caption)>*>* {
	padding: .4rem 1.2rem;
}

a{
	color: #000 !important;
}

a:hover{
	text-decoration: none !important;
}

.aa:hover{
	text-decoration: underline !important;
}

#header .header-nav-main.header-nav-main-font-lg-upper-2 nav > ul > li > a {
	font-size: 1rem;
}
.mt-10 {
	margin-top: 5rem !important;
}
#footer {
	border-top: 0;
}

#home a:hover{
	opacity: .75;
}

#home h5{
	opacity-: .75;
}
.tn{
	color: #008CD6 !important;
}


video::-webkit-media-controls-panel {
	display: none !important;
	opacity: 1 !important;
}



.form-control {
    border-bottom-color: rgba(0, 0, 0, 0.3);
}




#header .header-nav-main.header-nav-main-font-lg nav > ul > li > a {
        font-size: 1.2em;
    }

#header .header-btn-collapse-nav {
    background: #000;
}


@media only screen and (min-width: 960px) {

	.logoimg{
		max-width: 55%;
	}
	.imgbot {
		float: left; 
		padding-right: 15px;
		width: 45%;
	}
	.row {
		--bs-gutter-x: 2.5rem;
	}
	.icosbot{
		float: left;
	}

	.header-logo img{
		height: 50px;
		padding-right: 15px;
	}

}


@media only screen and (max-width: 960px) {
	.logoimg{
		max-width: 100%;
	}
	.imgbot {
		float: none; 
		padding-right: 0;
		width: 65%;
	}
	.header-logo img{
		height: 40px;
		padding-right: 5px;
	}
	.table {
		margin: 15px 0;
		width: 100% !important;
	}

	.table>:not(caption)>*>* {
		padding: .5rem .5rem;
	}

	.nop{
		padding: 0 !important;
	}

	#header{
    display: none;
}
.main{
	padding: 0 20px;
}


}



/* text + img */


.container2 a {
	position: relative;
	border-bottom: 2px solid #000;
	transition: all 0.2s;
}

.container2 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	min-height: 30px;
	transform: translate(-50%, -50%) scaleX(0);
	padding: 10px;
	z-index: -1;
	transform-origin: 50%;
	background: #fff;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: opacity 0.4s ease-out;
	display: none;
}

.bg-show .bg {
	z-index: 9998;
	opacity: 1;
	display: block;
}

.bg-show a:hover {
	z-index: 9999;
	border-bottom-color-: transparent;
	border-bottom: 2px solid #000;
	color: #000;
}

.bg-show .container a:hover::before {
	transform: translate(-50%, -50%) scaleX(1);
	transition: transform 0.2s 0s ease-out;
}

