body {background-image: url(background.jpg);font-family: 'Titillium Web', sans-serif;text-align: center;line-height: 45%;}
body header h1 {background: #ffffff; text-decoration: underline; font-family:monospace; color: aquamarine; padding-bottom: 1%; padding-top: 1%;}

header {
  background: rgba(0,0,0,0.1);
 }
nav {padding-bottom: 1%; padding-top: 1%; margin-bottom: 1%}
nav ul li {list-style-type:none;  display:inline;padding:0 30px;}
nav ul li a {color: #ffffff; text-decoration: none;}

nav ul li a:hover {color: #6adab4; text-decoration: none;}

img {width: 20%; height: auto;}
footer {text-align: center;background: rgba(0,0,0,0.1); padding-bottom: 1.5%; padding-top: 2%; color: #6adab4;}
main {text-align: center;background-color: transparent; padding-top: 0.2%;}
h1 {font-family: 'Montserrat', sans-serif;font-weight: 700; font-size:3rem;color: #ffffff}
h2 {font-family: 'Montserrat', sans-serif;font-weight: 700; font-size:2rem;line-height:10%;color: #6adab4}
h3 {font-family: 'Montserrat', sans-serif;font-weight: 400; font-size:1rem;line-height:10%;color: #6adab4}
h4 {font-family: 'Montserrat', sans-serif;font-weight: 400; font-size:1rem;line-height:10%;color: #ffffff}
a {color: #6adab4}



.colum4{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
 padding-left: 20%;padding-right: 20%;}

.colum4 article p {line-height: 1.2rem;padding-left: 2%;padding-right: 2%;max-width: 15rem;}

.colum4bis {	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: baseline;
	align-content: space-between; padding-left: 30%;padding-right: 30%;}

.colum4bis article p {line-height: 1.2rem;padding-left: 2%;padding-right: 2%;max-width: 15rem;color: #ffffff}

.colum2 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;  padding-left: 20%;padding-right: 20%;
}
.colum2 img {width: 200px;height: auto;}
.colum2 article p {line-height: 2.4rem;max-width: 30rem;color: #6adab4;text-align: left;font-size:2rem}
.derecha {margin-right: auto }
.izquierda {margin-left: auto}

.colum2bis {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

.legales {color: lightgrey;line-height: 25%;font-size:0.8125rem;}
.prim {padding-bottom: 9%; padding-top: 8%;background-color: transparent}
.carac {background: #ffffff;padding-top: 2%; padding-bottom: 2%;}
.coment {background: rgba(0,0,0,0.1);padding-top: 2%; padding-bottom: 2%;}
.pagina {max-width: 80rem;margin:0auto;}
.funcion {background: #ffffff;padding-top: 2%; padding-bottom: 2%;}
.descar {background: #ffffff;padding-top: 2%; padding-bottom: 2%;}
.imag1 {width: 113px; height: auto;}
.arriba {width: 20px; height: auto;}
.imag2 {width: 100px; height: auto;}
.andadiciendo {color: #ffffff}
.pantdesc {width: 55%; height: auto;}
.volver {color: #6adab4;}

.botondescarga {
    
    background-color: #6adab4;
    padding-top: 1%; padding-bottom: 1%; padding-left: 1.5%; padding-right: 1.5%;
   margin: 1%;
    color: #ffffff;
    border-radius: 18px 18px 18px 18px;
    text-decoration: none;
     box-shadow: 2px 2px 15px #6a4bb4;
    transition-duration: 0.4s;
}
.botondescarga:hover{background-color: #6a4bb4; 
    color: white;}

font-family: 'Titillium Web', sans-serif;
font-family: 'Montserrat', sans-serif;
