/***RESET***/
*{
  margin:0;
  padding:0;
}

/***GENERAL***/
body{
  background-color: #bababa;
}

h2{
  color: floralwhite;
  font-family: 'Lobster', cursive;
	margin-bottom: 30px;
}

.container-fluid{
  padding: 0;
}

/***NAV***/
#nombre{
    font-family: 'Lobster', cursive;
    font-size: 30px;
}

.navbar{
	opacity:0.9;
}

/***HEADER***/
#perfil{
  margin-top: 60px;
}

.row-header{
  padding:0px auto;
}

.jumbotron{
	padding:70px 30px 70px 30px;
	background-image: url("../img/luarca.jpg");
	background-size:cover;
	height: 100%;
	background-position: center;
	margin:0;
	text-align:center;
}

/*animación foto perfil*/
.animacion {
  animation-duration: 3s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 400%;
  }

  to {
    margin-left: 0%;
  }
}

/*redes sociales*/
.redes_sociales{
	width:60px;
	margin: 10px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.75);
	-webkit-transition: width 1s, height 1s, background-color 1s, transform 1s;
	transition: width 1s, height 1s, background-color 1s, transform 1s;
}

.redes_sociales:hover{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

img[alt="Linked In"]:hover{
  background-color: #4A9CC9;
}

img[alt="GitHub"]:hover{
  background-color: #4078C0;
}

img[alt="Twitter"]:hover{
  background-color: #00ACED;
}

img[alt="Freecodecamp"]:hover{
  background-color: #006400;
}

/***SECTION***/
#contenido{
	-webkit-box-shadow: 0px 0px 58px 12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 58px 12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 58px 12px rgba(0,0,0,0.75);
	background-color: #EEEEEE;
}

.text-center h2{
  color: #6b6363;
}

/***BLOQUE PRESENTACIÓN***/
#bloqueTexto{
  background-image: url("../img/metal.jpg");
  height: 100%;
  background-repeat:no-repeat;
	background-size:cover;
	padding: 40px 30px;
	-webkit-box-shadow: inset 0px -30px 40px 15px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -30px 40px 15px rgba(0,0,0,0.75);
	box-shadow: inset 0px -30px 40px -15px rgba(0,0,0,0.75);
}

/***TRANSICIÓN***/
#transicion{
	position:relative;
	background: url("../img/gijon.png") no-repeat fixed;
	background-position: center center;
	background-size: cover;
	height: 400px;
	-webkit-box-shadow: inset 0px 0px 40px 15px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 40px 15px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 40px 15px rgba(0,0,0,0.75);
	text-align:center;
}

#transicion>img{
  position: relative;
  top: -1px;
}

.media-heading{
  font-weight: bold;
  font-size: 1.5em;
}

#descripcion{
  opacity: 0;
  color: floralwhite;
  font-size: 22px;
  font-family: 'Lobster', cursive;
}

/***PROYECTOS***/
#timeline-container{
  opacity: 0;
  background-color: #bababa;
  margin-top:150px;
  margin-bottom: 60px;
}

.timeline-block{
  left: 50%;
  margin-left: -2px;
  position: relative;
  height: 100%;
  width: 4px;
  background-color: #583F7E;
  padding-bottom: 400px;
}

.timeline-img{
  margin-left: -23px;
}

#primero, #tercero{
  opacity: 0;
  left: 500px;
  width: 350px;
  margin-left: 40px;
  margin-bottom: 150px;
}

#segundo, #cuarto{
  opacity: 0;
  left: -500px;
  width: 350px;
  margin-left: -400px;
  margin-bottom: 150px;
}

/***FORMULARIO CONTACTO***/
.flecha{
  text-align: center;
  position: relative;

}

form{
  margin: 100px 0;
}

#contacto{
  padding:0;
  background-color: #28BB9F;
}

/***FOOTER***/
footer{
  background-color: #2c3e50;
  border-top: 4px solid white;
}

footer .nav{
  width: 100%;
}

footer p{
  color: floralwhite;
}

/***FLECHA INICIO PÁGINA***/
#IrArriba {
	position: fixed;
	bottom: 10px;
	left: 47%;
	opacity:0.8;
}

#IrArriba span {
	width: 50px;
	height: 50px;
	display: block;
	background: url("../img/arriba.png") no-repeat center center;
}

/***MEDIA QUERIES***/
@media only screen and (max-width:600px){
	#primero, #segundo, #tercero, #cuarto{
    left: -140px !important;
    width: 270px;
    margin-left: 0;
	}
}
