@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

@font-face {
  font-family: Appetizer;
  src: url(Appetizer.ttf);
  font-weight: bold;
}

body,html {
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	background-image:url('../images/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	font-size:17px;
}

img {
	max-width: 100%;
}

header {
	padding-top:25px;
	font-weight: bold;
	font-size:18px;
	color:#000;
}

header a,header a:hover {
	text-decoration: none;
	color:#000;
	display: inline-block;
	margin: 0 25px;
}

footer a,footer a:hover {
	text-decoration: none;
	color:#000;
	display: inline-block;
	margin: 0 25px;
	font-weight: bold;
}

h2 {
	font-family: Appetizer;
	color:#1e2d7c;
	font-size:56px;
	margin-bottom:25px;
}

h3 {
	color:#000;
	font-weight: bold;
	font-size:20px;
	 width:100%;
	 position: relative;
	 padding-right:15px;
	 cursor: pointer;
}

h3::after {
	position:absolute;
	right:0;
	content:'\f107';
	font-family: "Font Awesome 5 Free";
	color:#299a46;
	font-size:22px;
	transition: 1s all;
}

.intrebare.open > h3::after {
	content:'\f106';
}

.intrebare > span {
	display: block;
	height:0;
	overflow: hidden;
	opacity: 0;
	width:95%;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:5px;
	padding:5px 10px;
	background-color:rgba(205, 233, 246, 0.7);
	color:#000;
	font-weight: normal;
	font-size:18px;
	transition: 1s all;
}

.intrebare.open > span {
	opacity: 1;
	height: auto;
}

.container {
	max-width: 1550px;
	width:90%;
}

.container-mare {
	width:100%;
	margin:0 auto;
}

.video-box {
	width:100%;
	margin-top:10px;
	margin-bottom:25px;
	padding-top:54%;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.video-box::before {
	content:'';
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	width:100%;
	background-color:#9db596;
	opacity: 0.8;
}

.video-box::after {
	content:'';
	background-image:url('../images/play.png');
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}

footer {
	margin-top:10px;
	margin-bottom:70px;
}

.video-title {
	max-width: 80%; margin:0 auto;
	background-color:rgba(205, 233, 246, 0.7);
		padding:5px 10px;
}

.ramura {
	transition: 3s all;
	transform-origin: top center;
	opacity: 0;
	transform:scale(0.3);
}

.fadein {
	transition: opacity 2s;
	transform-origin: top center;
	opacity: 0;
	transform:scale(0.3);
}

.crescuta {
	opacity: 1;
	transform:scale(1);
}

.kv { margin-top:-100px; position:absolute; }
.kv2 { margin-top:-100px; max-width:150%; position:absolute; right:0; }

#nav-icon3 {
  width: 50px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  /*top:25px;*/
  left:0px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #1e2d7c;
  border-radius: 7px;
  border:0px solid white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 14px;
}

#nav-icon3 span:nth-child(3) {  
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

#nav-icon3.open span {
	background:#1e2d7c;
	box-shadow:none;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    border:none;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    border:none;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  border:none;
}

#meniumobile {
	background-color:#fff;
	position: absolute;
	top:70px;
	width:90%;
	left:5%;
	z-index: 10;
	padding:15px 0;
}

#meniumobile > a,#meniumobile > a:visited {
	color:#1e2d7c;
}

input[type="text"],textarea {
	width:100%;
	border:none;
	background:none;
	background-color:rgba(255,255,255,0.8);
	padding: 10px;
	margin-top:10px;
}

.checkbox-lg .custom-control-label::before, 
.checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}


.checkbox-xl .custom-control-label::before, 
.checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .custom-control-label {
  padding-top: 23px;
  padding-left: 10px;
}

.container-subpagina { 	max-width:60%; }
.margini-clip-ce { margin-top:0px; }

.special-verde {
	background: #e1fbe4; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #e1fbe4 50%, #fbfefb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #e1fbe4 50%,#fbfefb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #e1fbe4 50%,#fbfefb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1fbe4', endColorstr='#fbfefb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width:100%;
	padding:5vw 10vw 5vw 10vw;
}

.special-verde-transparent {
	width:100%;
	padding:5vw;
}

.mt-director-click {
	margin-top:-40vh;
}

sup {
	font-weight: bold;
}

.alte-curiozitati {
	padding:10px;
	/*background-color:#cde9f6;*/
	margin:10px;
	width:100%;
	box-sizing: border-box;
	text-align: left;
}

.banda-verde {
	background: #e1fbe4; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #e1fbe4 50%, #fbfefb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #e1fbe4 50%,#fbfefb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #e1fbe4 50%,#fbfefb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1fbe4', endColorstr='#fbfefb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width:100%;
	text-align: center;
	padding:30px 40px;
}

.banda-verde > p {
	font-size:26px;
	color:#000;
	font-weight: bold;
	line-height: 32px;
	margin:0;
	padding:0;
}

@media only screen and (max-width: 1600px) {
	.margini-clip-ce { margin-top:100px; }
	.kv2 { margin-top:-20px; max-width:100%; right:0; }
}	

@media only screen and (max-width: 1200px) {
	.margini-clip-ce { margin-top:200px; }
	.kv2 { margin-top:100px; max-width:110%; right:0; }
}

@media only screen and (max-width: 800px) {
	.m-top-mobile { margin-top:-180px; }
	.kv2 { margin-top:-100px; max-width:100%; position:relative; right:0; }
	.banda-verde > p { font-size:24px; }
	.mt-director-click { margin-top:0; }
	.mt-mobile-sticla { margin-top:-200px; }
	.container-mare { width:90%; }
	.margini-clip-ce { margin-top:0px; }
	.opacity-0-mobile { opacity:0; }
	.container-subpagina { 	max-width:90%; }
	input,textarea { margin-top:5px; margin-bottom:15px; }
	form h2 { margin-bottom:0; }
	footer a,footer a:hover { display:block; margin-bottom:10px; }
	.video-title {
		background-color:rgba(205, 233, 246, 0.7);
		padding:5px 10px;
		max-width:100%;
	}
	h2 { font-size:30px; }
	h3 { font-size:16px; }
	h4 { font-size:15px; }
	.intrebare > span, p { font-size:14px; }
	.panamaremobile { max-width:25vw; float:right; margin-top:30px; margin-right:35px; }
	.kv { margin-top:-70px;  position:relative; }
	.kvrow { margin-top:20px; }
	.maxwclip { max-width:30vw; max-height:100px; top:-70px!important; }
}