*{
	font-family: 'Titillium Web', sans-serif;
	margin: 0rem;
	padding: 0rem;
	text-decoration:none;
	list-style:none;
	box-sizing: border-box;
}


header{
	font-size: 1rem;
	letter-spacing: 0.1rem;
	font-weight: 700;
	text-align: center;
	background-color: white;
	color:white;
	min-height: 300px; 
	padding-bottom: 70px;

}

.nosotros{
	width:50%;
	background-color: #313FF4;
	float:left;
	height: 65px;
	padding-top: 20px;
	color:white;
}


#carta{
	background-color: #F9BEBF;
}

h1, h2 {
	color:#313FF4; 
	text-align: center;
	padding-top: 10px;
}

h1 {

	font-size: 3rem;
	padding-top: 70px;
}

h2 {
	font-size: 1rem;
	padding-bottom: 10px;
   }

body {
	background-color: #F9BEBF;
	color:#313FF4;
}

.subtitle{
	text-align: center;
	padding-left:1rem;
	padding-right: 1rem;
}


.contenido {
	text-align: left
}

h3 {
	font-size: 2rem;
    color:#BBBDBF;
}

h4 {
	font-size: 1rem;
	color: #313FF4;
}

p{
	font-size: 1rem;
}

.idea_pagina {
	background-color: white;
    text-align: left;
    margin: 2rem;
    padding: 2rem; 
    box-sizing: border-box
}

footer{
	background-color:#313FF4; 
	color:white;

}
.texto_footer{
	font-weight: 200;
	font-size:0.8rem;
	width:80%;
	margin-left:10%;
	padding-bottom: 30px;
	text-align:left;
	padding-top: 30px;
}

.main_navigation{
	width: 100%;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
}

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

.nav_button:hover{
	color: white;
}

.blue_bkg{
	background-color: #313FF4;
}

.pink_bkg{
	background-color: #F9BEBF;
}

@media (min-width: 1000px){
	.nav_button{
		width: 25%;
	}

	#nosotros{
		order: 2;
	}

	#carta{
		order: 1;
	}

	#app, #web{
		order: 3;
	}
}