html {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

body {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	color:  #073C74;
	font-size: 20px
}

a {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a:focus {
	outline: none;
}

h1 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 40px;
}


h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
.wrapper {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
}

.cover {
	text-align:  center;
	padding:  70px;
	background: #D5EFFF;
}

.cover img {
	max-width:  100%;
}

.text1 {
	font-size: 30px;
	font-weight: 700;
}

.text2 {
	font-size: 44px;
	font-weight: 700;
}

.cover .text1 {
	margin: 30px 0;
}

.italic {
	font-size:  22px;
	font-weight: 500;
	font-style: italic;
	color:  #0072CA;
}

header {
	text-align: center;
	position: relative;
	padding: 20px 0
}

header .logo {
	position: absolute;
	left: 60px;
	top: 23px;
}

header .toggle-menu {
	/* padding: 10px; */
}

.menu-wrapper {
	position: absolute;
	right: 30px;
	top: 22px;
	cursor: pointer;
	text-align: right;
}

.menu-wrapper:hover .toggle-menu rect,
.active>.toggle-menu rect {
	fill: #073C74;
}

.menu-wrapper:hover .toggle-menu path,
.menu-wrapper:hover .toggle-menu line,
.active>.toggle-menu path,
.active>.toggle-menu line{
	stroke: #fff;
}

.meniu-principal {
	background: #073C74;
	color: #fff;
	position: relative;
	top: -5px;
	right: 60px;
	list-style: none;
	padding: 10px 0;
	display: none;
	z-index: 1;
}

.active>.meniu-principal {
	display: block
}

.meniu-principal li {
	position: relative;
}

.meniu-principal li.active {
	background: #07529c;
}

.meniu-principal li a,
.meniu-principal li span {
	font-size: 25px;
	padding: 5px 20px;
	display: block;
	position: relative;
	padding-left: 70px;
	transition: all 0.1s ease-in-out;
}

.meniu-principal li a:hover,
.meniu-principal li span:hover {
	text-decoration: none;
	color: #fff;
	background-color: #07529C;
}

.meniu-principal li span:before {
	content: '';
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	left: 17px;
	top: 18px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg)
}

.meniu-secundar {
	background: #07529C;
	color: #fff;
	position: absolute;
	top: 0;
	right: 100%;
	list-style: none;
	padding: 0;
	display: none;
	z-index: 1;
	padding: 10px 0;
}

.active>.meniu-secundar {
	display: block
}

.meniu-secundar li a {
	line-height: 1.1em;
	font-size: 20px;
	width: 312px;
	padding: 10px;
}

.meniu-secundar li a:hover {
	background: #073c74
}

.page-cover img {
	width: 100%;
}

.page h1 {
	font-size: 50px;
	font-weight:600;
	margin: 50px 0;
	text-transform: uppercase;
}

.page .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom:  70px;
}
.page .video iframe {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
}

.hp1 .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.hp1 .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card {
	border: 1px solid #073C74;
	height: 80px;
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card:hover {
	background: #073C74;
	color: #fff;
}

.hp2 {
	background: #073C74;
	color: #fff;
	padding: 50px
}

.buton {
	background: #D5EFFE;
	color: #073c74;
	font-size: 25px;
	font-weight: 700;
	padding: 12px 30px;
	display: table;
	margin: 20px 0;
}

.square .buton {
	background: #073C74;
	color: #fff;
	font-size: 19px;
}

.square .buton:hover {
	opacity: 0.9;
	text-decoration: none;
	color: #fff; 
}

.buton:hover {
	opacity: 0.9;
	text-decoration: none;
	color: #073c74; 
}

.hp1 {
	padding: 50px 0;
}

.squares {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


.square {
	width: calc(33.33% - 10px);
	position: relative;
	margin-bottom: 10px;
}

.square img {
	width: 100%;
}

.square .text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #D5EFFE;
	padding: 30px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	line-height: 1.1em;
}

.square:hover .text {
	opacity: 1;
}

.hp3 {
	padding: 50px 0;
}

.hp4 {
	background:  #D5EFFF;
	padding: 70px 0;
}

.hp4 .flex {
	display: flex;
	align-items: flex-end;
}

.hp4 .text2 {
	margin-bottom: 12px;
}

.hp4 .text3 {
	margin-bottom: 10px;
}

.hp4 .disc-wr {
	font-size: 14px;
	margin-top: 50px;
	line-height: 15px;
}

.hp4 .disc-wr .disc {
	margin-bottom: 3px;
}

.mt1 {
	margin-top: 15px;
}

footer {
	background: #073C74;
	display: flex;
	justify-content: space-between;
}


footer .flex {
	display: flex;
	padding: 30px;
	justify-content: space-between;
	align-items: center;
}

footer .links {
	display: flex;
	color: #fff;
	font-weight: 600;
	flex-direction: column;
}

footer .links a:hover {
	color: #fff;
}

footer .social img {
	max-width: 30px;
	max-height: 30px;
	margin: 0 5px
}

footer .disc {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.page .content p {
	text-align: justify;
}

.page .content {
	margin-bottom: 70px
}

.hp4 .buton {
	background: #073C74;
	color: #fff;
	font-size: 19px;
	margin-bottom: 33px;
	margin-top: 0;
}

.hp4 .buton:hover {
	opacity: 0.9;
	text-decoration: none;
	color: #fff; 
}












































/* iPads (portrait) ----------- */
@media only screen and (min-width : 747px) {
	.mobile {
		display: none !important;
	}

}

/* iPads (landscape) ----------- */
@media only screen and (max-width : 746px) {
	.desktop {
		display: none !important;
	}
	
	.logos {
		width: 264px;
		margin-left: 20px;
	}

	.hp4 .flex {
		display: flex;
		flex-direction: column;
	}

	body {
		overflow: hidden;
		font-size: 18px;
	}

	header {
		text-align: left;
		padding: 35px 0;
	}

	header .logo {
		position: relative;
		left: 0;
		top: 0;
		width: 100px;
		margin: 30px auto 0 auto;
		display: table;
	}

	.text1 {
		font-size: 25px;
	}

	.cover {
		padding: 50px 0
	}

	.italic {
		font-size: 19px;
	}

	.text2 {
		font-size: 28px;
	}

	.text2 br {
		display: none;
	}

	h1,
	.page h1{
		font-size: 36px;
		text-align: center;
	}

	.hp2 {
		padding: 50px 0px
	}

	.buton {
		font-size: 20px;
	}

	.square {
		width: 100%;
	}

	.hp4 .flex {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.hp4 img {
		width: 200px;
		margin-bottom: 30px;
	}

	.hp4 .buton {
		font-size: 16px
	}

	footer .flex {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	footer .links {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.meniu-secundar {
		position: relative;
		right: 0;
	}

	.meniu-secundar li a {
		padding: 7px 20px;
		margin: 0;
		width: 100%;
	}
	.menu-wrapper {
		
	}

	.meniu-principal {
		right: 0;
		z-index: 1
	}

	.meniu-principal li span:before {
		transform: rotate(-45deg);
	}

	h2 {
		font-size: 27px;
	}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {


}