:root{
--darkTra:rgba(6,20,31,.6);
--dark:rgb(6,20,31);
}
*{
box-sizing: border-box;
transition:all .3s linear;
}
body,html{
	scroll-behavior: smooth;
	color: var(--dark);
	margin: 0;
}
nav{
	position: fixed;
	top: 0px;
	color: #fff;
	background: var(--darkTra);	
	z-index: 4;
	width: 100%;
	height: 70px;
}
nav ul{
	padding: -100px;
	float: ;
	margin: 15px 10px;
	text-align: right;
}
nav ul *{
	display: inline-block;
	margin: auto;
	cursor:pointer;
}
nav ul li{
	padding: 5px;
	border-radius: 3px;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}
nav ul h1{
	float: left;
}
nav a{
	color: white;
	text-decoration: none;
}
nav li:hover{
	background: rgb(27,97,143);
}
.icon-menu{
	display: none;
}
.container{
	width: 100%;
	height: 1350px;
	margin-top: 55%;
	background: #eee;
	z-index: 2;
	height: auto;
	position: relative;
}
.container1{
background: ;
position: relative;
top: -100px;
}
p{
font-size: 12pt;

}
.dash{
	width: 90%;
	height: 500px;
	background: #fff;
	display: block;
	margin: 10px auto;
	z-index: 2;
	box-shadow: 0 3px 3px silver;
	text-align: center;
	padding: 10px;
}
.dash p{
	color: gray;
}.dash1 p,.dashFoot p{
	color: white;
	text-align: justify;
}
.dash1{
	text-align: center;
	width: 100%;
	height: 100%;
	background: var(--darkTra);
	position: absolute;
	z-index: 1;
	top: 60px;
	box-shadow:0 0 0;
	color: white;
	padding: 20px;
}
.dashMid{
	background: transparent;
	box-shadow:0 0 0;

}
.dashFoot{
	width: 100%;
	background: var(--darkTra);
	position: fixed;
	bottom: 0;
	z-index: 1;
	color: white;
	box-shadow:0 0 0;
	padding:5px 50px;
}
.dash .item{
	margin: 10px;
	width: 30%;
	height: 100%;
	display: inline-block;
}
.item img{
	width: 70%;
	height: 60%;
}
.dashMid{
	height: 550px;
}

.dashMid .item{
	width: 30%;
	height: 45%;
	overflow: hidden;
}
.dashMid .item h2{
	color: white;
	padding-top: 30%;
	background: var(--darkTra);
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	top: -110%;
	visibility: hidden;
}
.dashMid .item img{
	color: var(--dark);
	width: 100%;
	height: 100%;
}
.dashMid .item:hover h2{
	visibility: visible;
}
.dashMid .item:hover img{
	-ms-transform: scale(1.3,1.3);
  -webkit-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}
.portadaBack{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	height: 100%;
	background: var(--dark);
}

.portadaBack{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.portadaBack img{
	width: 100%;
	height: 100%;
}
form .inp{
	margin: 25px 0px ;
	width: 100%;
}
.inp input, .inp textarea, .inp button{
	border: 0;outline: 0;
	padding: 20px;
	width: 90%;
	display:inline-block;
	margin:auto;
	border-bottom: solid 2px var(--dark);
	background:#eee;
	color: var(--dark);
	font-weight: bold;
	font-size: 12pt;

}
.inp input:hover, .inp textarea:hover{
border:solid 1px var(--dark);
}

.inp textarea{
	height: 150px;
}
.cols input{
	width: 45%;
}
button, .inp button{
	padding: 10px;
	color: white;
	border-radius:5px;
	border:0;outline: 0;
	background: rgb(17,63,94);
	font-weight: bold;
	font-size: 13pt;
	border: 0;

}
.inp button{
	padding: 20px;
}
button:hover{
	background: rgb(27,97,143);
	text-shadow: 10px 15px 10px black;
}
@media (min-width:240px){
	nav section{
		background: rgba(6,20,31,.9);
		width: 100%;
		margin-top: 25px;
		text-align: center;
		padding: 10px;
		position: absolute;
		left: 0;top:45px;
		visibility: hidden;
	}
	nav section li{
	display: block;
	}
	#nav_act:checked~nav section{
		visibility: visible;
	}
	.icon-menu{
		display: inline-block;
	}
	#nav_act:checked~nav section{
		visibility: visible;
	}
	.container{
		height: 2800px;
		margin-top: 550px;
	}
	.container1{
		background: ;
		position: relative;
		top: -20px;
		margin-bottom: 250px;

	}
	.dash1{
		margin-top: 20px;
		padding-top: 10px;
		height: auto;
	}
	.dash{
		height: auto;
	}
	.dash .item{
		width: 100%;
		height: 200px;
		display: inline-block;
	}
	.item img{
		width: 100%;
		height: 100%;
	}
	.dashMid .item{
	}
	.dashMid .item img{
		width: 100%;
		height: 100%;
	}
	.dashFoot{
	padding:3px;

	}
}
@media (min-width:480px){
	.container{
		height: 3900px;
		margin-top: 450px;
		margin-bottom: 100px;

	}
	.container1{
		top: -35px;
	}
	.dash .item{
		width: 100%;
		height: 250px;
		display: inline-block;
	}
	.dashMid .item{
		height: 360px;
	}
}
@media (min-width:720px){
	.icon-menu{
		display: none;
	}
	nav section{
		background: transparent;
		float: right;
		width: auto;
		margin-top: 0px;
		text-align: right;
		padding: 10px;
		position: static;
		visibility: visible;
	}
	nav section li{
		display: inline-block;
	}
	.container{
		width: 100%;
		max-height: 2000px;
		margin-top: 55%;
		background: #eee;
		z-index: 2;
		height: auto;
		position: relative;
		margin-bottom: 300px;
	}
	.container1{
		background: ;
		position: relative;
		top: -100px;
	}
	.dash .item{
		width: 45%;
		height: 250px;
		display: inline-block;
	}
	.dashMid .item{
	}
	.item img{
		width: 100%;
		height: 100%;
	}
	.dashFoot{
		padding:5px 20px;

	}
}
@media (min-width:1080px){
	.dash .item{
		width: 30%;
	}
	.dash1{
		padding-top: 10%;
		height: 100%;
	}
	.dash1 p{
		margin: auto;
		display: block;
		width: 60%;
	}
	.container{
		max-height: 1350px;
		margin-top: 60%;
		height: auto;
		margin-bottom: 250px;
	}
	form .inp{
		margin: 20px auto ;
		display: block;
		width: 70%;
	}
	.dashFoot{
		padding:5px 50px;

	}
}