
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: 'Roboto',sans-serif;
}


html{
  background-color: gray;
}

body{
  width: 360px;
  min-height: 640px;
  background-color: #fff0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_button{
	width: 50%;
	padding: 35px 0;
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 1rem;
	font-weight: 500;
	float: left;
    
}

.botonesrosa{
	background-color: #FFC2D3;
}

.botonesazul{
	background-color: #71b7fd;
}

.nav_title{
	text-align: center;
}


.nav_texto{
	text-align:center;
    font-size: 0.5rem;
    text-transform:lowercase;
    
}

header nav ul li {
    padding: 0 7.6rem 0 0;
    background-color: #FFC2D3;
    display: inline;
    
    
}


.boton-principal{
    width: 80%; 
    background-color: #FFC2D3;
    margin-top: 1rem;
    padding: 0.5rem 4rem;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

nav ul li {
    width: 90%; 
    background-color: #FFC2D3;
    margin-top: 1rem;
    padding: 0.5rem 4rem;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    
    
}

nav ul li a {
     
    color: #FFC2D3;
    font-weight: 600;
    font-size: 80%;
    margin-top: 1rem ;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none
    
}

li{     
    color: #efefef;
    font-size: 90%;
    margin-top: 0.5rem ;
    text-decoration: none
        
   }


main{
  text-align:justify;
  width: 300px;
  
}
main p {
    color: #3b3b3b;
    font-size: 95%;
    padding-top: 0.5rem;
    text-align: left;
    width: 280px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}
pie{    color: white;
    font-size: .5em;
    padding: 15px;
    margin-top: 2rem;
    text-align: center;
    line-height: 2em;}


footer{
    background-color:#2a2a2a;
    color: white;
    font-size: .5em;
    padding: 15px;
    margin-top: 2rem;
    text-align: center;
    line-height: 2em;
}