@import url('https://fonts.googleapis.com/css?family=Montserrat|Montserrat+Alternates|Poppins&display=swap');
	*{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family:  Lucida Bright, Georgia, serif;
	}
	body{
		background-image: url(particles.js);
		background-color: #700101;
		background-size: 100vw 100vh;
		z-index: 10;
	}
	.capa{
		position: fixed;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.6);
		z-index: -1;
		top: 0;left: 0;
	} 
	/*Estilos para el encabezado*/
	.header{
		width: 100%;
		height: 95px;
		position: fixed;
		top: 0;
		left: 0;
		background-image: linear-gradient(to right, #5b5b5b 0%, rgb(23, 23, 23) 100%);
	}
	.container{
		width: 90%;
		max-width: 1200px;
		margin: auto;
	}
	.container .btn-menu, .logo{
		float: left;
		line-height:100px;
	}
	.container .btn-menu label{
		color: #fff;
		font-size: 25px;
		cursor: pointer;
	}
	.logo h1{
		color: #fff;
		font-weight: 400;
		font-size: 22px;
		margin-left: 10px;
	}
	.container .menu{
		float: right;
		line-height: 100px;
	}
	.container .menu a{
		display: inline-block;
		padding: 15px;
		line-height: normal;
		text-decoration: none;
		color: #fff;
		transition: all 0.3s ease;
		border-bottom: 2px solid transparent;
		font-size: 15px;
		margin-right: 5px;
	}
	.container .menu a:hover{
		border-bottom: 2px solid #c7c7c7;
		padding-bottom: 5px;
	}
	/*Fin de Estilos para el encabezado*/

	/*Menù lateral*/
	#btn-menu{
		display: none;
	}
	.container-menu{
		position: absolute;
		background: rgba(0,0,0,0.5);
		width: 100%;
		height: 100vh;
		top: 0;left: 0;
		transition: all 500ms ease;
		opacity: 0;
		visibility: hidden;
	}
	#btn-menu:checked ~ .container-menu{
		opacity: 1;
		visibility: visible;
	}
	.cont-menu{
		width: 100%;
		max-width: 250px;
		background: #1c1c1c;
		height: 100vh;
		position: relative;
		transition: all 500ms ease;
		transform: translateX(-100%);
	}
	#btn-menu:checked ~ .container-menu .cont-menu{
		transform: translateX(0%);
	}
	.cont-menu nav{
		transform: translateY(15%);
	}
	.cont-menu nav a{
		display: block;
		text-decoration: none;
		padding: 20px;
		color: #c7c7c7;
		border-left: 5px solid transparent;
		transition: all 400ms ease;
	}
	.cont-menu nav a:hover{
		border-left: 5px solid #c7c7c7;
		background: #1f1f1f;
	}
	.cont-menu label{
		position: absolute;
		right: 5px;
		top: 10px;
		color: #fff;
		cursor: pointer;
		font-size: 18px;
	}
	/*Fin de Menù lateral*/
	.container-footer-all{
		width: 100%;
		max-width: 100%;
		margin: auto;
		padding: 40px;
		background-image: linear-gradient(to right, #5b5b5b 0%, rgb(23, 23, 23) 100%);
	}
	.container-body{
		display: flex;
		justify-content: space-between;
	}
	
	.colum1{
		max-width: 400px;
	}
	
	.colum1 h1{
		font-size: 22px;
	}
	
	.colum1 p{
		font-size: 14px;
		color: #C7C7C7;
		margin-top: 20px;
		line-height: 2;
	}
	
	.colum2{
		max-width: 400px;
		color: white;
	}
	
	.colum2 h1{
		font-size: 20px;
	}
	
	.row{
		margin-top: 20px;
		display: flex;
	}
	
	.row a img{
		width: 30px;
		height: 30px;
			transition: all .5s ease-in-out;
	}
	
	.row a :hover{
		  transform: scale(2.5);
		  box-shadow:1px 1px 1px ;
		
	  
		  background: rgba(0,0,0, 0.5);
		  border-radius: 20px;
		
	}
	.row label{
		margin-top: 10px;
		margin-left: 20px;
		color: #C7C7C7;
	}
	
	.colum3{
		max-width: 400px;
		color: white;
	}
	
	.colum3 h1{
		font-size: 22px;
	}
	
	.row2{
		margin-top: 20px;
		display: flex;
		font-family: Vegur, 'PT Sans', Times New Roman, sans-serif;
	}
	
	.row2 img{
		width: 36px;
		height: 36px;
	}
	
	.row2 label{
		margin-top: 10px;
		margin-left: 20px;
		max-width: 140px;
		color: white;
	}
	
	.container-footer{
		width: 100%;  
		background: #000000;
	}
	
	.footer{
		max-width: 1200px;
		margin: auto;
		display: flex;
		justify-content: space-between;  
		padding: 20px;
	}

	
	
	.copyright{
		color: #C7C7C7;
	}
	
	.copyright a{
		text-decoration: none;
		color: white;
		font-weight: bold;
	}
	
	.information a{
		text-decoration: none;
		color: #C7C7C7;
	}

	@media screen and (max-width: 1100px){
    
		.container-body{
			flex-wrap: wrap;
		}
		
		.colum1{
			max-width: 100%;
		}
		
		.colum2,
		.colum3{
			margin-top: 40px;
		}

	}
	.pelicula-principal {
		font-size: 20px;
		min-height: 40.62em;
		color: #fff;
		text-shadow: -11px -3px 13px rgb(152, 151, 151),
             0px 400px 100px rgba(0,0,0,0.50),
             8px 8px 8px rgba(0,0,0,0.40),
             0px 0px 80px rgba(0,0,0,0.10);
		background: linear-gradient(rgba(0, 0, 0, .50) 0%, rgba(0,0,0,.50) 100%), url(../img/index.jpg);
		background-position: center;
		background-size: cover;
		display: flex;
		align-items: end;
	}
	.contenedor {
		width: 90%;
		margin: auto;
	}

	.pelicula-principal .titulo {
		font-weight: 600;
		font-size: 500%;
		margin-bottom: 0.4em;
	}
	#recuadros{/*grande*/
		width: 85%;
		margin: auto;
		padding: 10px 0px;
		overflow:hidden;
		text-align: center;
		background:#757575;
		background-size: cover;
		background-attachment:scroll;
		box-shadow: 20px 20px 20px rgba(42, 42, 42, 0.5);
		border-radius:  20px; 
	}
	#recuadros .recuadro{
		width:290px;
		height:390px;
		overflow:hidden;
		float:left;
		color:#ffffff;
		margin-left:10 px;
		margin-right:10 px;
		margin:15px;
		font-size:1rem; 
		transition: all .5s ease-in-out;
		display: block;	

	}
	#recuadrosm{/*grande*/
		width: 95%;
		margin: auto;
		padding: 10px 310px;
		overflow:hidden;
		text-align: center;
		background:#757575;
		background-size:auto;
		background-attachment:scroll;
		box-shadow: 20px 20px 20px rgba(42, 42, 42, 0.5);
		border-radius: 20px;
	}
	#recuadrosm .recuadrom{
		width:290px;
		height:390px;
		overflow:hidden;
		float:left;
		color:#1c1c1c;
		margin-left:10 px;
		margin-right:10 px;
		margin:20px;
		font-size:1rem; 
		transition: all .5s ease-in-out;
		display: block;	

	}
	#recuadrosp{/*grande*/
		width: 85%;
		margin: auto;
		padding: 10px 0px;
		overflow:hidden;
		text-align: center;
		background: #757575;
		background-size: cover;
		background-attachment:scroll;
		box-shadow: 20px 20px 20px rgba(42, 42, 42, 0.5);
		border-radius: 20px;
	}
	#recuadrosp .recuadrop{
		width:290px;
		height:400px;
		overflow:hidden;
		float:left;
		color:#1c1c1c;
		margin-left:10 px;
		margin-right:10 px;
		margin:15px;
		font-size:1rem; 
		transition: all .5s ease-in-out;
		display: block;	

	}
	#recuadros .recuadro:hover{/*peliculas*/

	  box-shadow:1px 1px 1px ;
	  border:1px solid #2d2f38;
	  box-shadow:3px 3px 3px ;
	  background: rgba(0,0,0, 0.5);
	  border-radius: 20px;
	  }
	  #recuadrosm .recuadrom:hover{/*peliculas*/

		box-shadow:1px 1px 1px ;
		border:1px solid #2d2f38;
		box-shadow:3px 3px 3px ;
		background: rgba(40, 40, 40, 0.5);
		border-radius: 20px;
		}
	  #recuadros .mediorecuadros{
		width:50%;
		float:left;
		padding:5px;
		text-align:center;
		color:#fff;
		margin-left:5 px;
		margin-right:5 px;
	
	}

	.mision{
		background-color: var(--background);
		overflow:hidden;
		display: block;
		width: 500px;
		min-height: 90px;
		border: 3px solid var(--primary);
		margin: calc(15vh - 30px);
		box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--green),
			20px -20px 0 -3px var(--background), 20px -20px var(--yellow), 
			30px -30px 0 -3px var(--background), 30px -30px var(--orange), 
			40px -40px 0 -3px var(--background), 40px -40px var(--red); 
		transition: box-shadow 1s, top 1s, left 1s;
		left: 0;
		cursor: pointer;
	}	
	.mision:hover {
		top: -40px;
		left: 40px;
		box-shadow: 0 0 0 -3px var(--background), 0 0 0 0 var(--green),
			0 0 0 -3px var(--background), 0 0 0 0  var(--yellow),
			0 0 0 -3px var(--background), 0 0 0 0  var(--orange),
			0 0 0 -3px  var(--background), 0 0 0 0  var(--red);
	  }
	  :root {
		--primary: #9a1107;
		--background: rgb(175, 175, 175);
		--green: #aa3202;
		--yellow: #c78a07;
		--orange: #b4a200;
		--red: #2f6c00;
	  } 

	.mision h2 {
		font-size: 18px;
		font-family: Vegur, 'PT Sans', Times New Roman, sans-serif;
		font-weight: normal;
	  }

	.vision{
		
		background-color: var(--background);
		overflow:hidden;
		display: block;
		width: 500px;
		min-height: 90px;
		border: 3px solid var(--primary);
		margin: calc(15vh - 30px);
		box-shadow: 10px -10px 0 -3px var(--background), 10px -10px var(--green),
			20px -20px 0 -3px var(--background), 20px -20px var(--yellow), 
			30px -30px 0 -3px var(--background), 30px -30px var(--orange), 
			40px -40px 0 -3px var(--background), 40px -40px var(--red); 
		transition: box-shadow 1s, top 1s, left 1s;
		left: 0;
		cursor: pointer;
	}
	.vision:hover {
		top: -10px;
		left: 40px;
		box-shadow: 0 0 0 -3px var(--background), 0 0 0 0 var(--green),
			0 0 0 -3px var(--background), 0 0 0 0  var(--yellow),
			0 0 0 -3px var(--background), 0 0 0 0  var(--orange),
			0 0 0 -3px  var(--background), 0 0 0 0  var(--red);
	  }
	  :root {
		--primary: #4b0500;
		--background: rgb(153, 153, 153);
		--green: #700101;
		--yellow: #a60202;
		--orange: #d50404;
		--red: #ff0000;
	  } 

	  .vision h2 {
		font-size: 18px;
		font-family: Vegur, 'PT Sans', Times New Roman, sans-serif;
		font-weight: normal;
	  }
	#nosotros{
		width: 85%;
		margin: auto;
		padding: 0px 0px;
		background:#757575;
		box-shadow: 20px 20px 20px rgba(42, 42, 42, 0.5);
		border-radius: 20px;
	}

	#nosotros .imgmision{
		width:50%;
		float:left;
		padding:5px;
		text-align:center;
		color:#fff;
		margin-left:5 px;
		margin-right:5 px;

	}
	#nosotros .imgvision{
		width:50%;
		float:right;
		padding:5px;
		text-align:center;
		color:#fff;
		margin-left:5 px;
		margin-right:5 px;
	}
/*PRODUCTOS*/	
	#productos1{
		width: 85%;
		margin: auto;
		padding: 10px 0px;
		overflow:hidden;
		text-align: center;
		background: #757575;
		background-size: cover;
		background-attachment:scroll;
		box-shadow: 20px 20px 20px rgba(42, 42, 42, 0.5);
		border-radius: 20px;
	}
	#productos1 .productos2{
		width:290px;
		height:400px;
		overflow:hidden;
		float:left;
		color:#1c1c1c;
		margin-left:10 px;
		margin-right:10 px;
		margin:15px;
		font-size:1rem; 
		transition: all .5s ease-in-out;
		display: block;	

	}

	.productos2 h2 {
		padding: 20px 0px;
		text-align: center;
	  }
	  
	  .card-row {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
		margin:  0px 10px;
	  }
	  
	  .card {
		width: 200px;
		height: 310px;
		padding: 20px;
		margin: 10px;
		border: 1px solid #d7d7d7;
		border-radius: 20px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
		background-color: rgb(205, 205, 205);
	  }
	  
	  .card:hover {
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	  }
	  .card > img {
		border-radius: 2px;
		max-width: 100%;
		margin-bottom: 10px;
		height: auto;
	  }
	  
	  .card h3 {
		color: rgb(92, 6, 6);
	  }
	  
	  .card p {
		color: #040404;
		line-height: 1.5;
		padding-top: 10px;
		Font-family: Bodoni MT, Bodoni 72, Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
	  }
	  /*---------*/
	  .card-row2 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
		margin:  0px 10px;
	  }
	  
	  .card2 {
		width: 220px;
		height: 387px;
		padding: 20px;
		margin: 10px;
		border-radius: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
		background-color: rgb(205, 205, 205);
	  }
	  
	  .card2:hover {
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	  }
	  .card2 > img {
		border-radius: 2px;
		max-width: 100%;
		margin-bottom: 10px;
		height: auto;
	  }
	  
	  .card2 h3 {
		color: rgb(92, 6, 6);
	  }
	  
	  .card2 p {
		color: #757575;
		line-height: 1.5;
		padding-top: 10px;
	  }
	  /*--------------------------------------------*/
	  .card-row3 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
		margin:  0px 10px;
	  }
	  
	  .card3 {
		width: 220px;
		height: 365px;
		padding: 20px;
		margin: 10px;
		border-radius: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
		background-color: rgb(205, 205, 205);
	  }
	  
	  .card3:hover {
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	  }
	  .card3 > img {
		border-radius: 2px;
		max-width: 100%;
		margin-bottom: 10px;
		height: auto;
	  }
	  
	  .card3 h3 {
		color: rgb(92, 6, 6);
	  }
	  
	  .card3 p {
		color: #757575;
		line-height: 1.5;
		padding-top: 10px;
	  }