@import url('https://fonts.googleapis.com/css?family=Heebo|Roboto|Ubuntu|Inter');
@font-face {
	font-family: "FontAwesome";
	src: url("fontawesome-webfont.woff");
  }
  

body{
	background-color:black
}
.no-gutters{
	padding: 0;
}

.espacio{
	margin-top: 20px;
}

.titulo{
	font-size: 50px;
	font-family: 'Heebo', sans-serif;
	padding-top: 30px;
	color: #FEFD7F;

}

/*-- portada*/
.portada{
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/fondo.jpg");
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 700px;
	width: 100%;
	padding: 30px;
}

.portada h1{
	font-family: 'Inter', sans-serif;
	color: #FEFD7F;
	font-size: 64px;
	padding-top:25px;
	text-shadow: 1px 1px 2px black;
}

div.precio{
	border: 1px solid #fcfed4;
	margin: 120px 400px;
}

.portada h3{
	font-family: 'Heebo', sans-serif;
	display: block;
	color: #FEFD7F;
	font-size: 33px;
	padding:15px;
	text-shadow: 1px 1px 2px black;
	margin: 15px auto;
	}


.portada p{
	font-size: 30px;
	font-family: 'Heebo', sans-serif;
	padding-top: 30px;
	color: #FEFD7F;
}


button{
	width: 300px;
	height: 60px;
	margin-top: 100px;
	background-color: crimson;
	color:black;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	cursor: pointer
}



/*-- portada 2 */
.portada2{
	background-color: #FEFD7F;
	height: auto;
	width: 100%;
	padding: 30px;
	margin-bottom:20px;
	height: auto;

}

.negro {
	color: rgb(0, 0, 0) !important;
  }

.portada2 p{

	font-family:'Heebo', sans-serif;
	font-size: 28px;
	color: black;
	text-align: left;
	margin-left: 35px;

}

.portada2 img{
	width: 100%;
	height: auto;
}


/*-- portada 3 */
.portada3{
	height: auto;
	width: 100%;
	padding: 50px 150px;
	margin-bottom:20px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/developer.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;

}

.portada3 p{

	font-family: 'Inter', sans-serif;
	font-size: 28px;
	color: #FEFD7F;
	text-shadow: 1px 1px 2px black;
	text-align: left;
	margin-top: 40px;

}

.portada3 a{
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	background-color: crimson;
	padding: 10px 18px;
	margin-top: 30px;
	display: inline-block;
	border-color: black;
}

.portada3 a:hover{
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	background-color: green;
	padding: 10px 18px;
	margin-top: 30px;
	display: inline-block;
	border-color: black;
}


/*-- card */
.card{
	margin:5px auto;
	width: 20rem;
}

.card h5{
	font-family: 'Heebo', sans-serif;
	color:#FEFD7F;
}

.card h4{
	font-family: 'Heebo', sans-serif;
	color:#FEFD7F;
	font-size: 50px;
	text-align: center;
}

.card-body{
	background-color: #000;
}



/*-- conclusion */
.conclusion{
	background-color: rgb(0, 0, 0);
	height: 100%;
	width: 100%;
	padding: 30px 0px 20px 0px;
}

.conclusion h2{
	font-family: 'Anton', sans-serif;
	color: yellow;
	font-size: 54px;
}

.conclusion blockquote p {
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	padding: 10px 25px;
	color: white;

}

.conclusion blockquote cite {
	color: #f0ffa5;
}

.conclusion img{
	width: 100%;
    border: 5px solid black;
    
}


/*-- footer */
.footer{
	background-color: rgb(0, 0, 0);
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 45px;
	margin-top: 15px;

}

.footer h3{
	color: #FEFD7F;
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
}

.footer a{
	color: #FEFD7F;
}

.footer p{
	color: #FEFD7F
}

.fa {
	color: #FEFD7F;
}


/***************************************************************************************************/
/****************                media quuerys                                     *****************/
/***************************************************************************************************/

 @media (max-width: 768px) {

	.conclusion{
	padding: 5px 0px 5px 0px;
	}

	.portada{
		padding: 5px;
		height: auto;
		background-size: 120%;
	}

	.portada h1{
	font-size: 32px;
	padding-top:20px;
	}

	div.precio{
		border: 1px solid #fcfed4;
		margin: 50px 10px;
	}
	
	.portada h3{
		font-size: 30px;
		padding:5px;
		text-shadow: 1px 1px 2px black;
		margin: 15px auto;
		}


	.portada p{
	font-size: 16px;
	}

	button{
		width: 300px;
		height: 40px;
		margin-top: 30px;
		font-size: 18px;
	}


	.portada2 p{
		font-size: 18px;
		margin-left: 20px;
	}

	.portada3{
		height: auto;
		width: 100%;
		padding: 15px 50px;
		background-size: 300%;
	}


	.portada3 p{
		font-size: 22px;
	}

	.card{
		margin: 10px 30px;
		width: 22rem;
	}


}