
@font-face{
	font-family: "TrebuchetMS";
	src: url('fonts/TrebuchetMS.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face{
  font-family: "BebasNeue";
  src: url('fonts/BebasNeue.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: "nevis";
  src: url('fonts/nevis.ttf');
  font-weight: normal;
  font-style: normal;
}


/*(pendiente) Revisar apuntes en ejercicios iniciales en busca de una
explicación para la diferencia de uso entre comillas simples y dobles*/

*{
	margin: 0px;
	padding: 0px;
	border: 1px solid transparent;
}

.clearfix{
	float: none;
	clear: both;
}

body{
	background-color: black;
	background: url('../img/curre2img202405.jpg');
	background-image: black;
	background-size: 100%;
	background-attachment: fixed;
	background-position: 0px +60px;
	background-repeat: no-repeat;
/*Nota: el atributo "z-index" no es necesario para el tag "background".*/

}

/*
#background{
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 1.0) 90%, transparent 100%);
	z-index: -1;
	position: fixed;

}

#background img{
	width: 100%;
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 1.0) 90%, transparent 100%);	
}
*/

header{
	width: 100%;
	height: 100px;
}

#header-background{
	width: 100%;
	height: 100px;
	z-index: -1;
	background-color: black;
	position: fixed;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 60%, transparent 100%);
}

.header-wrap{
	color: white;
	font-family: 'BebasNeue';
}

#logo{
	position: fixed;
	z-index: 1;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	width: 200px;
}

#logo img{
	display: block;
	margin: 0px auto;
	height: 80px;
}

#menu{
	float:right;
	height: 70px;
	background: transparent;
	
}

#menu ul li{
	display: inline-block;
	font-size: 25px;
  line-height: 70px;
	letter-spacing: 1px;
	margin: 0px 20px 0px 20px;
}

#menu ul li a{
  display: block;
  text-decoration: none;
  color: white;
  transition: all 200ms;
}

#menu ul li a:hover{
  color:#37bcf9;
  transform: scale(1.2, 1.2);
}

#services{
	height: 342px;
}

#banner{
  width: 70%;
  margin: 10px auto;

  box-shadow: 0px 0px 20px gray;

}

#banner h1{
	text-align: center;
	line-height: 60px;
	font-family: "BebasNeue";
	font-size: 45px;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 5px;
	text-shadow: 2px 2px 1px black;
	color: white;
	background-color: rgba(240, 240, 240, 0.6);
}

#allcards{
	text-align: center;
	font-family: "nevis";
	color: white;
	text-shadow: 2px 2px 1px black;
	margin: 40px 0px 40px 0px;	
}

.card{
	float: left;
	width: 180px;
	/*height: 200px;*/
	min-height: 230px;
	margin: 25px 20px 20px 15px;
	background-color: rgba(160, 90, 205, 0.3);
}

.card:first-child{
	margin-left: 90px;
}

.central-card{
	width: 250px;
	/*height: 260px;*/
	min-height: 230px;
	margin-top: 12px;
	padding-top: 5px;
}


.card img{
	display: block;
	width: 60%;
	margin: 0px auto;
}

#preabout{
	height: 76px;
}

#about{
	height: 420px;
	width: 700px;
	margin: 0px auto;
	/*background-color: rgba(162, 260, 162, 0.7);*/
	/*box-shadow: 0px 0px 20px white;*/
}

#about img{
	z-index: 2;
	float: left;
	height: 400px;
	margin: 5px 20px 0px 35px;
	filter: contrast(200%) drop-shadow(8px 8px 10px black);
	
}

#about p{
	font-size: 19px;
	line-height: 27px;
	text-align: justify;
	/*text-justify: inter-word;*/
	font-family: "nevis";
	margin: 30px 70px 0px 360px;
	color: white;
	text-shadow: 2px 2px 1px black;
}

#contacto{
	height: 250px;
	margin: 113px 0px 113px 0px;
}

.contactoo img{
	display: block;
	float:;
	height: 70px;
	margin: 0px auto;
	padding:;
	position:;
	filter: contrast(200%) drop-shadow(8px 8px 10px black);
}

.contactoo p{
	font-family: "nevis";
	text-align: center;
	padding-bottom: 20px;
	font-size: 35px;
	color: white;
	margin: 0px auto;
	padding:;
	position:;
	filter: drop-shadow(8px 8px 10px black);
}

footer{
	height: 0px;
}

#copyright{
	text-align: center;
	color: white;
	line-height: 30px;
	background-color: black;
}