@import url('https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet');

* {
   box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body {
    margin: 0;
    padding: 0;
    background: #2E3356;
    font-family: 'Roboto', 'Arial', sans-serif;
}


header {
    font-family: 'Roboto', sans-serif;
    background-color: #efd5c8; 
    padding: 5rem 0rem 6.5rem 0rem;
    background-size: cover;
    background-position: center;
}




/* menu */

.anav {
    text-decoration: none;
    color: #fff;
    transition: all ease 1s;
    margin-left: 1rem;
    display: inline-block;
	float: right;
    padding: 1rem;
}

.anav2:hover {
    color: #47896b;
	background:#fff;
	border: 1px solid #fff;
	transition: all ease 1s;
}

.anav2 {
    text-decoration: none;
    color: #fff;
    transition: all ease 1s;
    border: 1px solid #fff;
    border-radius: 1rem;
    margin-left: 1rem;
    display: inline-block;
	float: right;
    padding: 1rem;
}



.altasllantas{
    color:#d09e87;
    font-style: italic
}


nav {
    margin: 0;
    padding: .5rem;
    text-align: left;
    color: #585858;
    background-color: transparent;
    position: fixed;
    width: 100%;
}


nav ul li {
    font-family: 'Roboto', 'Arial', sans-serif; 
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: left;
    display:inline-block;
    padding:2rem;
    list-style-type: none;
	float: left;
	margin: 0;
}
    

.menu{
    float: left;
    font-family: 'Roboto', 'Arial', sans-serif; 
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    padding: 0 2rem;
    
}

.nombre{
    float: right;
    font-family: 'Roboto', 'Arial', sans-serif; 
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    padding: 0 2rem;
    
}



/* header */

.p1{
    font-family: 'Roboto', 'Arial', sans-serif; 
    background-image:url(Img/fadu04.png);
    background-size: cover;
    width: 100%;
    background-position: center;
    padding: 10rem;
    display: flex;
}


.section1{
	width: 40%;
    float: left;
    margin: 5rem 1rem 2rem; 0;
    text-align: right;
}

.section2{
	width: 40%;
    float: right;
    margin: 5rem 0 0 2rem;
    text-align: left;
    display: flex; justify-content: space-between;
    padding-top: 10rem;
	padding-bottom: 2rem;
}


.section2 h1{
    font-family: 'Roboto', 'Arial', sans-serif; 
    color: #ffffff;
    text-align: left;
    font-size: 2.2rem;
}

.section2 h2{
    font-family: 'Roboto', 'Arial', sans-serif; 
    color: #ffffff;
    text-align: left;
    font-size: 1.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

header {
    padding: 1rem;

}

.descarga_btn {
	display: inline-block;
	text-decoration: none;
	padding: 15px 40px;
	border: 2px solid #ffffff;
	border-radius: 2px;
	border-radius: 2px;
	border-radius: 2px;
	margin: 20px 20px 10px 0;

	color: #ffffff;
	font-family: 'Roboto', 'Arial', sans-serif; 
    font-weight: 400;
	font-size: 16px;
}

.descarga_btn:hover {
    color: #47896b;
	background:#fff;
	border: 2px solid #ffffff;
	transition: all ease 1s;
}



/* info */



.p2{
    font-family: 'Roboto', 'Arial', sans-serif; 
    background-color: #efefef;
    width: 100%;
    background-position: center;
    padding-bottom: 4rem;
    display: flex;
}



.section3{
	width: 40%;
    float: left;
    margin: 5rem 1rem 2rem; 0;
    text-align: right;
}

.section4{
	width: 40%;
    float: right;
    margin: 5rem 0 0 2rem;
    text-align: left;
    display: flex; justify-content: space-between;
    padding-top: 10rem;
	padding-bottom: 2rem;
}


.section4 h1{
    font-family: 'Roboto', 'Arial', sans-serif; 
    color: #2E3356;
    text-align: left;
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
}

.section4 h2{
    font-family: 'Roboto', 'Arial', sans-serif; 
    color: #2E3356;
    text-align: left;
    font-size: 1rem;
    padding-bottom: .8rem;
}


.datosinfo{    
    font-family: 'Roboto', 'Arial', sans-serif; 
    margin: 0;
    padding: 5rem 0rem 2rem 0rem;
    list-style-type: none;
    text-align: center;
    font-size: 4rem;
    color: #ffffff;
    background-color: #2E3356;
    width: 100%;
}



article h3{    
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    color: #6ACBB3;
    
}


section{
    font-family: 'Roboto', 'Arial', sans-serif; 
    overflow: auto;
    padding: 1rem 0rem 8rem 0rem;
    color: #ffffff;
    background-color: #2E3356;
    display: flex; justify-content: space-between;
    max-width: 80rem;
    margin: auto;
}

section h3{
    color: #ffffff;
    font-family: 'Roboto', 'Arial', sans-serif; 
    text-align: left;
    font-size: 1.4rem;
    display: flex; justify-content: space-between;
}

.textoicono{
    color: #ffffff;
    font-family: 'Roboto', 'Arial', sans-serif; 
    margin: 0;
    text-align: center;
    line-height: 1.6;
    margin-top: 1rem;
        
}


section .texto1{
width: 50%;
padding: 0rem 0rem 0rem 2rem;
text-align: center;
}

section .texto2{
width: 50%;
padding: 0rem 0rem 0rem 2rem;
text-align: center;
}



section h4{
    color: #0054ff;
    text-align: left;
    font-size: 1rem;
    display: flex; justify-content: space-between;
    font-family: 'Roboto', sans-serif;
}


/* flecha */

.volver{margin: 0;
    text-align: center;
}

.volver p {margin-bottom: 2rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 1rem;
    color: #0054ff;
}

/* footer */
footer{
    text-align: center;
    padding: 1rem;
    font-size: .8rem;
    position: relative;
    color: #ffffff;
    background-color: #1f2343;
}

footer h5{
    color:#ffffff;
    font-size: 1rem;
    padding: 1rem;
}


