@import url('https://fonts.googleapis.com/css?family=Montserrat');

*{ font-family: 'Montserrat', sans-serif;
    box-sizing: content-box;
}
a{
    text-decoration: none;
    color: cadetblue;
}
}
header{
    font-size: 0.6em;
    
}

.cajaarriba {   

    font-size: 1.5em;
    display:flex; 
    justify-content: center;
    color: cadetblue;
    letter-spacing: 1em;

}
footer {
    font-size: 0.7em;
    background-color: darkgray;
    color: white;
    padding: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    margin-right: 3em;
    margin-left: 3em;
    text-align: center;
}
header nav ul {
    
    display:flex;
    justify-content: space-between;
    font-size: 0.8em;
    padding: 0.5rem;
    margin-left: 5em;
    margin-right: 5em;
    border-bottom: solid;
    border-bottom-color: cadetblue;
    border-bottom-width: thick;
    margin-left: 5em;
    margin-right: 5em;
    border-top: solid;
    border-top-color: cadetblue;
    border-top-width: thick; 
    list-style: none;
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
    font-size: 1.5em;
    align-content: center;
    font-weight: 100;
    color: gray;
}

figure { 
    margin-top:3em;
  box-sizing: border-box;
  padding: 0.25rem;
  max-width: 100%;
  height:15em;;
    background-image: url(img/ono-bikes-modelo-ono-anchort-bicicletas-electricas-arte-industrial-desire-magazine-03.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 90em; 
    
    
}
#texto {
    font-size: 6.8em;
    color: white;
    display: flex;
    justify-content: center;
    height:25.5em;
    box-sizing: content-box;
    margin-top: -0.5em;
}

div1{
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: space-evenly;
}

div2{
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: space-evenly;
}


article1{
    color: gray;
margin: 4em;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
    width: 35%;
}

article2{
    color: gray;
margin: 4em;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
    width: 35%;
}

article3{
    color: gray;
margin: 4em;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
    width: 35%;
}

article4{
    color: gray;
margin: 4em;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
    width: 35%;
}

h3{
    color: cadetblue;
    border-color: cadetblue;
margin-top: 0rem;
margin-bottom: 0.3rem;    
font-size: 1em;
font-weight: 100;
    letter-spacing: 0.2em;
    border-style: solid;
    padding: 0.7em;
    border-width: thin;
    
}
   