@charset "UTF-8";

body{
	margin: 0;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	
}

 .boxItemsMulti a {
     text-decoration: none;
	 color: black;
	 font-size: 20px;
        }


 .boxItemsMulti a:hover {
  color: #4F4F4F;
  cursor: pointer;
	
}

.boxHeader {
   
	display: block;
	width: 100%;
	float: left;
}
	.logo{
		float: left;
		/*padding: 1%;*/
		width:20%;	
	}
	.logo img{
		padding: 20px;
	}
	.boxNavigation{
		width:80%;
		float: left;
	}
	.boxMenuContainer {
		float: right;
		width: 80%;
	}
	.boxMulti {
		width: 100%;
		display: inline-block;
		height: auto;
		padding-top: 30px;
		position:static;
		margin-bottom: 29px;
	}
	.boxItemsMulti {
		display: inline-block;
		/*margin-right: 2%;*/
		margin-bottom: 20px;
		-webkit-transition: 0.5s ease-out;
		transition: 0.3s ease-in;
		padding-left: 15px;
		padding-right: 60px;
		float: right;
	}
	.imgTop{
		display: inline;
		float: right;
		width:60px;
		position: top;
	}
	.aTop{
		display: inline;
		float: right;
		position: top;
		line-height:1em;
		padding-top: 8px;
		padding-left: 5px;
	}
	.aTop p{
		font-size: 14px;
		display: inline;
	}
	.LogoSmall{
		display:none;
	}
	nav a{
		text-decoration:none;
		color:inherit;
		font-size:16px;
		text-align: center;
    } 
	nav ul{
		padding: 0px;
	
	}
    nav li{
		display:inline-block;
		padding:5px 10px;
		/*border:1px solid #000;*/
		text-align:center;
		color:#fff;
    }
    nav li:hover{
		background-color:#fff;
		color:#000;
		
    }
.checkbtn{
		font-size:30px;
		color:white;
		float:right;
		line-height: 80px;
		margin-right: 60px;
		cursor: pointer;
		display: none;
	}

#check{
		display:none;
	}
	.boxNav {
		width: 100%;
		/*display: inline-block;*/
		height: 60px;
		position:static;
		margin-bottom: 15px;
		float: right;
		background-color:#e40613;
		display: flex;
		align-items: center; /*centrado de manera vertical-*/
		justify-content: right; /* la derecha de manera horizontal*/
	}
	.Gallery{
		display: grid;
  		grid-template-columns: auto auto auto auto;
  		gap: 10px;
  		/*background-color: #2196F3; */ /*para ver mejor el grip*/
 		padding: 10px;
	}
	.Gallery div{
		text-align: center;
	}
	.Gallery div img{
			width: 250px;
		}

.MainFrase{
	display: block;
	font-size: 40px;
	font-style: bold;
	text-align: center;
	margin: 40px;
}

.Bottom{
	/*display: block;
	float:left;*/
	width: 100%;
	height: 30px;
	background:#e40613;
	padding-top: 5px;
	color: white;
	display: flex;
  	flex-direction: row;
	text-align: center;
	}

.Bottom a{
	text-decoration: none;
	color: white;
}


 .Bottom a:hover {
  color: black;
  cursor: pointer;
	
}
.bot{
	flex:33%;
}

@media screen and (max-width: 1445px) {
	
	.logo img{
		width:230px;
	}	
	
	.boxMulti {
		margin-bottom: 16px;
	}
	
}

@media screen and (max-width: 1375px) {
	nav a{
		font-size: 14px;
	}
	.logo img{
		width: 200px;
	}
		
	.boxMulti{
		padding-top:15px;
	}
	.boxNav{
		height:65px;
	}
	.Bottom{
  	flex-direction: column;
		height: auto;
		padding-bottom:10px;
	}
	.bot{
	font-size: 14px;
	}
}

@media screen and (max-width: 1130px) {
	
	.Gallery div img{
			width: 250px;
		}	
	
	.Gallery{
  		grid-template-columns: auto auto auto;
	}
	
	.Gallery div img{
			width: 250px;
		}
	nav a{
		font-size: 13px;
	}
	
	nav li{
		padding:3px 5px;
    }






	.logo img{
		width: 130px;
	}
		
	.boxMulti{
		padding-top:5px;
		margin-bottom: 0px;
	}
	.boxItemsMulti{
		margin-bottom: 10px;
	}
	.boxNav{
		height:38px;
	}






}

@media screen and (max-width: 950px) {
	nav a{
		font-size: 12px;
	}
	
	nav li{
		padding:1px 3px;
    }
}
@media screen and (max-width: 834px) {

	
	.logo img{
		width:100%;
		padding: 20px 0 0 0;
	}
	
	.logo {
		margin:auto;
		float: none;
	}
	
	.boxNavigation{
	width:100%;
	}
	
	.aTop{
		display: none;
	}
		     
	.checkbtn{
		display: block;
	}
	ul{
		position:fixed;
		width:100%;
		height:100vh;
		background: #000;
		top:44px;
		left:-100%;
		text-align: center;
		transition: all .5s;
		
	}
	
	nav ul li{
		display: block;
		margin:20px 0;
		/*line-height: 20px;*/
	}
	
	nav  a{
		font-size: 20px;
	}
	nav ul li {
		/*display: flex;*/
		text-align: center;
	}
	
	li a:hover, li a.active{
		background:none;
		color:red;
	}
	#check:checked ~ ul{
		left:0;
	}

	.boxItemsMulti{
		float: none;
		margin: auto;
		padding-right: 15px;
	}
	
	.boxMulti{
		display: flex;
		margin-top: 60px;
	}
	
	.boxNav{
		position: fixed;
		top: 0px;
		margin-bottom:0px;
		height: 60px;
	}
	.logo{
		display:none;
	}
	.LogoSmall{
		display:block;
		position: fixed;
		left:30px;
		top:8px;
		width:60px;
	}
	

}

@media screen and (max-width: 790px) {
	.Gallery{
  		grid-template-columns: auto auto;
	}
	
	.Gallery div img{
			width: 150px;
		}
	.MainFrase{
		font-size: 16px; 
	}
}

/*/caja modal/*/

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 500px;
	position: relative;
	margin: 1% auto;
	/*padding: 5px 20px 13px 20px;*/
	/*border-radius: 10px;*/
	/*background: #fff;
	background: -moz-linear-gradient(#fff, #999); 
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);*/
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { 
	background: #00d9ff; 
}

.construccion {
	font-size: 50px;
	color:#e40613;
}