@charset "utf-8";
/* CSS Document */

/*Fuente para el título*/
@font-face{
			font-family:'fuenteH1';
			src:url('Fonts/AnthonyHunter.ttf');
		}


header{
	padding-top: 40px;
}

h1{
	font: normal 6em 'fuenteH1';
	text-align: center;
	color: white;
	align-content: center;
	width: 45%;
	min-width: 200px;
	margin:20px auto;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-shadow: 0 0 8px #0083fe, 0 0 2px #0083fe, 0 0 10px #0083fe, 0 0 6px #0083fe, 0 0 20px #0083fe, 0 0 20px #0083fe, 0 0 1px #0083fe, 0 0 12px #0083fe;
	
}

h2{
	text-align: center;
	color: #0083fe;
	font: bold 2.5em white;
}


#animacion_telefono{
	height:70%;
	width:70%;
	margin-left: auto;
}

#navbar{
	background:rgba(4, 25, 255, 0.575);
	/* justify-content: space-around; */
	width:100%;
	display:flex;
	height: 80px;
	position:fixed;
	align-items: center;
	top: 0;
	transition: top 0.5s;
	text-shadow: 0 0 8px #0083fe, 0 0 2px #0083fe, 0 0 10px #0083fe, 0 0 6px #0083fe, 0 0 20px #0083fe, 0 0 20px #0083fe, 0 0 1px #0083fe, 0 0 12px #0083fe;
	z-index: 2;
}


body{
	margin: 0px;
	width:100%;
	background-color:black;
	
}

.contenedor_elementos_menu{
	margin: 0px auto;
}

.elementos_menu{
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px;
	font: bold 20px san-serif;
	transition: font-size 0.5s;
}

.contenedor_idiomas{
	margin-right: 150px;
}

.bandera_espanol{
	width:55px;
	height: 46px;
	margin-right:10px;
	margin-bottom: 5px;
}

.bandera_english{
	width:85px;
	height: 50px;
	margin-top: 13px;
}

.letras_animadas{
	color: #FFFFFF;
	font-size:1.5em;
	font-style: normal;
}

main{
	min-height:300px;
}




#bateria{
	width:100px;
	height:100px;
	margin-right: 10px;
	top:0;
	right:0;
	position:fixed;
}

/*Para los efectos de parallax*/
/*---------------------------------------------------------------------------*/
#section_sobremi{
	background:black;
	min-height: 1150px;
}

#section_proyectos{
	background:black;
}



#section_blog{
	background:black;
}

.parallax {
	width:100%;
	height:100vh;
	min-height: 600px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	justify-content:center;
	align-items: center;
}

h3{
	font-size:32px;
	font-weight:300px;
}

.cabecera_parallax{
	background: black;
	display:flex;
	color: white;
	justify-content:center;
	text-shadow: 0 0 8px #0083fe, 0 0 2px #0083fe, 0 0 10px #0083fe, 0 0 6px #0083fe, 0 0 20px #0083fe, 0 0 20px #0083fe, 0 0 1px #0083fe, 0 0 12px #0083fe;
	padding:0px;
}

#contenedor_contacto{
	height:100%;
	width: 100%;
	display:flex;
	justify-content:center;
	align-items: center;
}

#tabla_contacto{
	height:70%;
	width:40%;
	margin-top:-10%;
	min-width: 330px;
	min-height: 600px;
	background:rgba(51, 68, 255, 0.575);
	display:flex;
	justify-content:center;/*Para alinear horizontalmente*/
	box-shadow: #FFFFFF 5px 5px 10px;
	border: white 3px solid;
}


label{
	display:inline-block;
	width:30%;
}

td{
	padding-bottom: 15px;
	color: #FFFFFF;
	text-shadow: 0 0 8px #0083fe, 0 0 2px #0083fe, 0 0 10px #0083fe, 0 0 6px #0083fe, 0 0 20px #0083fe, 0 0 20px #0083fe, 0 0 1px #0083fe, 0 0 12px #0083fe;
	font-size:18px;
}

#td_enviar{
	display:flex;
	justify-content:center;
}

#enviar{
	background-color: white;
	border: white 5px solid;
	font-size: 16px;
	font-weight: bold;
	border-radius: 25px;
}

#nombre:invalid,#correo:invalid{
	color: red;
}

#imagen_cuadro_sobreMi{
	padding-top: 1%;
	overflow: hidden;
	display:flex;
	margin: auto;
	height:20%;
	width:80%;
}

.animate__animated.animate__fadeIn{
	--animate-duration: 5s;
}

hgroup{
  background-image: url(../css/img/fondo_principal.png);
  background-position: right;/* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain; /* Resize the background image to cover the entire container */
}

/* DIFERENTES MEDIAS PARA LAS ALTURAS DE LA PÁGINA
---------------------------------------------------------------------------------------------------------------------------------------------------- */


@media (max-width: 1900px) {
	#tabla_contacto{
		height: 100%;
		margin-top: 0.01%;
	}

	hgroup{
		background-position: 0px -50px;
	}
} 


@media (min-width:1227px) and (max-width:1500px){
	#inicio{
		width: 800px;
	}

	hgroup{
		background-position: 0px -50px;
	}

	#tabla_contacto{
		height: 100%;
	}
}

@media (min-width:1014px) and (max-width:1250px){
	hgroup{
		background-position: 10px -30px;
	}

	#tabla_contacto{
		height: 90%;
		width: 40%;
	}
	#bateria{
		width:80px;
		height:80px;
		margin-right: 10px;
		top:0;
		right:0;
		position:fixed;
	}
	
}

@media (min-width:700px) and (max-width:1037px){

	hgroup{
		background-position: 10px 20px;
	}

	#tabla_contacto{
		height: 90%;
		width: 50%;
	}
	.bandera_espanol{
		width:45px;
		height: 41px;
		margin-bottom: 5px;
	}
	
	.bandera_english{
		width:70px;
		height: 45px;
	}

	.elementos_menu{
		display: inline-block;
		color: #FFFFFF;
		text-decoration: none;
		padding-left: 10px;
		padding-right: 10px;
		font: bold 18px san-serif;
		transition: font-size 0.5s;
	}
	#bateria{
		width:75px;
		height:75px;
		margin-right: 10px;
		top:0;
		right:0;
		position:fixed;
	}
}

@media (min-width:659px) and (max-width:845px){

	#tabla_contacto{
		min-height: 550px;
	}

	hgroup{
		background-position: 10px 50px;
	}

	#headerTechnologies{
		font-size: 12px;
	}

	#imagen_cuadro_sobreMi{
		margin-top:-200px;
	}

	#imagen{
		max-height: 800px;
		max-width: 800px;
	}

	h1{
		font-size: 5em;
	}

	#tabla_contacto{
		height: 80%;
	}

	.bandera_espanol{
		width:45px;
		height: 41px;
		margin-bottom: 5px;
	}
	
	.bandera_english{
		width:70px;
		height: 45px;
	}

	.elementos_menu{
		display: inline-block;
		color: #FFFFFF;
		text-decoration: none;
		padding-left: 10px;
		padding-right: 10px;
		font: bold 15px san-serif;
		transition: font-size 0.5s;
	}

	#bateria{
		width:70px;
		height:70px;
		margin-right: 10px;
		top:0;
		right:0;
		position:fixed;
	}
}

@media (min-width:590px) and (max-width:670px){

	#headerTechnologies{
		font-size: 12px;
	}

	hgroup{
		background-position: 10px 75px;
	}

	

	h1{
		font-size: 5em;
	}

	#imagen_cuadro_sobreMi{
		margin-top:-200px;
	}

	#imagen{
		max-height: 800px;
		max-width: 800px;
	}

	#tabla_contacto{
		min-height: 530px;
		max-height: 530px;
	}

	.bandera_espanol{
		width:35px;
		height: 31px;
		
		margin-right:5px;
	}
	
	.bandera_english{
		width:55px;
		height: 36px;
		margin-bottom: 1px;
	}

	.elementos_menu{
		display: inline-block;
		color: #FFFFFF;
		text-decoration: none;
		padding-left: 5px;
		padding-right: 5px;
		font: bold 12px san-serif;
		transition: font-size 0.5s;
	}
	#bateria{
		width:70px;
		height:70px;
		margin-right: 10px;
		top:0;
		right:0;
		position:fixed;
	}

}
@media (max-width:590px){

	


	hgroup{
		background-position: -15px 50px;
	}

	#imagen{
		max-height: 600px;
		max-width: 600px;
		margin-top: 200px;
	}

	#imagen_cuadro_sobreMi{
		margin-top:-400px;
	}

	h1{
		font-size: 2.5em;
		width: 200px;
	}
	
	#headerTechnologies{
		font-size: 0.5em;
	}
	/* TODO Cambiar aquí el tamaño del video y de todo lo que falte*/
	
	#tabla_contacto{
		min-height: 530px;
		max-height: 530px;
	}

	.bandera_espanol{
		width:25px;
		height: 26px;
		margin-right:5px;
	}
	
	.bandera_english{
		width:40px;
		height: 28px;
		margin-bottom: 3px;
	}

	.elementos_menu{
		display: inline-block;
		color: #FFFFFF;
		text-decoration: none;
		padding-left: 3px;
		padding-right: 3px;
		font: bold 10px san-serif;
		transition: font-size 0.5s;
	}

	#bateria{
		width:65px;
		height:65px;
		margin-right: 10px;
		top:0;
		right:0;
		position:fixed;
	}

}