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

* {
    box-sizing: border-box;
    margin:0;
    padding: 0;
    max-width: 100%;
    
}


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


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

.pattern{
    background-image: url(Img/pattern.png);
    background-repeat: repeat;
    height: 10rem;
    width: 100%;
}

.juli{
    float: left;
    margin-top: -15rem;
    width: 100%;
    text-align: center;
    
    
}



/* links */
.anav {
    text-decoration: none;
    color: inherit;
}

.anav:hover {
    color:#d09e87;
}


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



/* header */
header h1{
    color:#0054ff;
    text-align: center;
    font-size: 8rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    line-height: 6.5rem
}

header h2{
    color:#575757;
    text-align: center;
    font-size: 1rem;
    margin: 0rem;
    padding: 1rem;
    font-family: 'Roboto', sans-serif;

}

header h3{
    color:#AEB7D6;
    text-align: center;
    font-size: 1rem;
    margin: 0rem;
}



/* menu */
nav {
    margin: 0;
    padding: .5rem;
    text-align: center;
    color: #585858;
    background-color: #f1bda5;
}


nav ul  {
    display: flex; justify-content: space-between;
    
}

nav ul li {
    font-family: 'Lora', serif;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: .5rem;
    width: 40%;
    list-style-type: none;
    letter-spacing: .2rem;
    text-transform:uppercase;
    
}
    

nav a{
    display:inline-block;
    padding:2rem;
}


/* CV */

article h3{    
    margin-top: .5rem;
    font-family: 'Lora', serif;
    
}



.datostitulo{    
    margin: 0;
    padding: 5rem 0rem 1rem 0rem;
    list-style-type: none;
    text-align: center;
    font-size: 4rem;
    color: #0054ff;
    background-color: #efd5c8;
    width: 100%;
}

section{
    overflow: auto;
    padding: 1rem 0rem 8rem 0rem;
    background-color: #efd5c8;
    display: flex; justify-content: space-between;
    max-width: 80rem;
    margin: auto;
}

section h3{
    color: #0054ff;
    text-align: left;
    font-size: 1.4rem;
    display: flex; justify-content: space-between;
    font-family: 'Lora', serif;
}

section p{
    color: #FFFFFF;
    margin: 0;
    text-align: left;
    line-height: 1.6 
        
}


section .texto1{
width: 50%;
        margin: 0 0 0 2rem;  
}

section .texto2{
width: 50%;
padding: 0rem 2rem 0rem 2rem
}



section h4{
    color: #0054ff;
    text-align: left;
    font-size: 1rem;
    display: flex; justify-content: space-between;
    font-family: 'Lora', 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: #585858;
    background-color: #f1bda5;
}

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


/* ------------------------------- Para Celular ------------------------------- */

@media screen and (max-width: 320px){
    
    
nav ul li {
    font-size: 1rem;
}
    
    
nav {
    padding: .2rem;
}



nav ul li {
    font-size: 1rem;
    font-weight: 700;
    padding: .5rem;
    width: 100%;
    letter-spacing: 0rem;
    
}
    

nav a{
    display:inline-block;
    padding:1rem;
}
    

header h1{
    font-size: 4rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    line-height: 3rem;
}

header h2{
    font-size: 1rem;
    padding: .8rem;
}

header h3{
    font-size: .8rem;
    }
    
    
section {
        display: block;
    margin: 1rem 1rem 1rem 0rem;
    }
    
    
section .texto2{
    margin: 2 0 0 0rem;  
    margin-top: 2rem;
    width: 80%;
    } 
    
    
section .texto1{
    margin: 0 0 0 2rem;  
    padding: 2 rem;
    margin-top: 2rem;
    width: 80%;
    } 

    .datostitulo{    
    padding: 1rem 0rem 0rem 0rem;
    font-size: 2rem;
    width: 100%;
}
    
    
. altasllantas
{    
    padding: 0rem 1rem 0rem1rem;
    font-size: 2rem;
    width: 100%;
}
    
    
    
    
    
    }