/*
selector {propiedad:valor;}
*/

body{background:#ffffff; font-family: roboto; text-align: center}
header{background:#36C1CB;}
h1{color:#ffffff;font-weight:bold; font-size:2rem;}
h2{color:#36C1CB;font-size:2rem;}
h3{color:#F56A56;font-size:1rem;}
h4{color:#ffffff;font-size:1rem;}
h5{color:#ffffff;font-size:1.2rem}
footer p {color:#939292;font-size: 0.5rem;}
p {color:#676666;font-size:0.7rem;} 

.fotos {display: flex; justify-content: space-around} 

.texto {display: flex; justify-content: space-around}

.infoapp {background:#F56A56}
.infoapp p{color:#ffffff;font-size:0.9m;font-stretch: expanded
}

.nav {display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-end;
	align-content: center;}

.anexo {background:#36C1CB}

.naber {padding: 2%}