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

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

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

}

/*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);
}

/*Presentación de que va la app */

.introapp{	
	display: flex;
	flex-direction: column;
	font-family: "Montserrat", sans-serif;	
    width: 500px;	
}
.introapp h2{
	border-color: black;
	font-size: 2.5rem;
	margin: 0;
    margin: 1rem 1rem 1rem 1rem;
}
.div1 p{
    margin-bottom: 9rem;
}
.mockup img{
	width: 600px;
	height: 480px;
}
.div1{
	border-radius: 0.5rem;
	height: 30rem;
	text-align: center;
    align-content: center;
}
.downloadbtn{
    margin-top: 1rem;

}
.downloadbtn img{
    size: 1rem;
    flex-direction: row;
}

/*instructivo */

.mini-instructivo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mini-instructivo div{
    align-content: center;
    background-color: #3132FE;
    padding: 3px 6px;
    margin: 0.5rem 0.5rem 0.5rem 0.5rem ;
  border: #3132FE 5px solid;
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-align: center;
  width: 150px;	
  height: 150px;
}
.mini-instructivo h5{
    font-size: 1rem;
    color: #DDF47E;
    text-align: center;
    padding-top: 1rem;
    
}

.mini-instructivo p{
    text-align: center;
}

/*features*/

.feature1{
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    align-items: center;
}
.feature1 div{
    flex-direction: column;
}
.feature1 p{
    font-size: 1.5rem;
    align-items: center;
}

.feature1 img{
  width: 244px;
  height: 464px;
    
}
.feature2{
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    align-items: center;
}
.feature2 div{
    flex-direction: column;
}

.feature2 p{
    margin-left: 2rem;
    font-size: 1.8rem;
}

.feature2 img{
    width: 244px;
  height: 464px;
    
}


.prefooter{
    font-family: 'Syncopate', sans-serif;
    font-size: 3rem

}
.prefooter h3{
    color: #3132FE;
    text-align: center;
    margin: 2rem 2rem 2rem 2rem;
}





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

	.introapp{
		flex-direction: row;
        width: auto;

	}
    .div1{
        border-radius: 0.5rem;
        width: 50%;
        height: 30rem;
        text-align: center;
    }
	.mockup img{
        width: 700px;
        height: 580px;
    }

    /*instructivo*/

    .mini-instructivo{
        flex-direction: row;
        justify-content: center;
    }
    .mini-instructivo div{
       
    padding: 3px 6px;
    margin: 0.5rem 0.5rem 0.5rem 0.5rem ;
    border-radius: 190px;
    text-align: center;
    width: 300px;	
    height: 300px;
    }
    .mini-instructivo h5{
        font-size: 5rem;
        padding-top: 3rem;  
    }

    .mini-instructivo p{
        font-size: 1.5rem;
    }

    /*features */

    .feature1{
        font-size: 2rem;
        justify-content: center;
    }
    .feature1 div{
        flex-direction: row;
    }
    
    .feature1 img{
        width: 360px;
        height: 664px;
    }
    .feature2{
        font-size: 2rem;
        justify-content: center;
    }
    .feature2 div{
        flex-direction: row;
    }
    
    .feature2 img{
        width: 360px;
        height: 664px;
    }
    
}





/* 1rem son 16px
*/