@charset "utf-8";

/* 
   Autor Erdam techera 
   linkedin  https://www.linkedin.com/in/erdam-techera-45b17561
   Cliente Ärea 51
   fecha de creación Abril 2023 
   */

@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Special+Elite&family=Stick+No+Bills:wght@800&display=swap');
@import url('iconos.css');
@import url('menu.css');
@import url('banner.css');
@import url('modal.css');
@import url('secionHome.css');
@import url('footer.css');
@import url('imagen3d.css');
@import url('paginas.css');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}

body {
	font-family: 'Lemonada', Sans-serif;
	background: #D7CCCA;
	color: #212121;
}

h1 {
	float: left;
}

.color {
	color: red;
}
.caja_botones2,
nav,
h2,
h3,
h4,
h5 {
	font-family: 'Special Elite', cursive;
	font-family: 'Stick No Bills', 'Allerta Stencil', sans-serif;
}

nav {
	font-size: 1.5em;
}

header {
	position: fixed;
	width: 100%;
	height: 70px;
	background: url(../_img/ladrillo.png), #755245;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.75);
}

.contenedor {
	width: 98%;
}

header .contenedor {
	display: table;
}

section {
	width: 100%;
	margin-bottom: 25px;
}

video {
	position: relative;
	width: 90%;
	height: 350px;
	margin: 0 5% 2% 5%;
	opacity: .8;
	border-radius: 15px 50px;
	object-fit: cover;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.75);
	border: 1px solid rgba(255, 255, 255, .2);
	filter: drop-shadow(5px 5px 7px rgba(255, 255, 255, .4));
}

video:hover {
	transform: rotateY(180deg);
}

div {
	transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 1024px) {
	.contenedor {
		width: 85%;
		margin: auto;
	}
}