@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@700&display=swap');

*{
    margin-left: 0%;
   
}
body{
	background-color: #DDF47E;
}
.p2blanca{
	position: absolute;
	width: 100ch;
	margin-top: 15rem;
	z-index: -1;
}

header{
	text-align: center;
}
h1 {color: #3132FE;
	font-family: 'Syncopate', sans-serif;
	font-weight: 900;
	font-size: 4rem;}

/*Navbar - va a estar en todas las pags */

.navbar{
    
    list-style-type: none;
    display: inline 
}

.navbar li{
display: inline;
padding-right: 0.5em;
}

.navbar li a{
color: #3132FE;
font-family: "Montserrat", sans-serif;
font-size: 20px;
text-decoration: none;
}

.navbar li a:hover{
    background-color: #3132FE;
	border-radius: 0.1rem;
    color: white;
    transform: scale(1.1);
}

.prototype{
    align-self: center;
    width: 100%;
}

.boton{
	margin: 3rem 3rem 3rem 3rem;
	display: flex;
	justify-content: center;
	
}

.botonlanding{
    color: #3132FE;
	font-family: 'Syncopate', sans-serif;
    font-size: 3rem;
    background-color: white;  
    border-radius: 0.5rem;
    padding: 00.5rem;
    text-decoration: none;
	margin-top: 5rem;
	

    
}


.botonlanding:hover{
	background-color: #3132FE;
    color: white;
}



@media screen and (min-width: 767px){}

	



/* 1rem son 16px
*/