@import url(https://fonts.googleapis.com/css?family=Cuprum);
@import 'https://fonts.googleapis.com/css?family=Roboto';
@import url('https://fonts.googleapis.com/css?family=Roboto:700');
 
* {
    margin: 0;
    padding: 0rem;
    box-sizing:border-box;
    
}

body {
    text-align: center;
    max-width: 960px;
    flex-direction: column;
    font-family: Roboto;
    background-image: center;
    background-size: 300rem;
    background-repeat: no-repeat;
    background-origin:content-box;
    background-position: top;
    margin: auto;
    width: 100%;
}
  

header{
    display: flex;
}

h1{   
    margin: 0rem 0.7rem 0.3rem 0.7rem;
    font-family: Cuprum;
    color: #ea4955;
    font-size: 30pt;
    text-align: center;
    letter-spacing: 0.3rem;
    width: 100%; 
}

h2 { 
    font-family: Cuprum;
    background-color: #ea4955;
    color: #fff;
    border-radius: 4%;
}

h3{
    font-family: Roboto;
    font-weight:700;
    letter-spacing: 0.1rem;
}

p   {
    color: white;
    line-height: 1.7rem;
    margin-top: 0.7rem;
    font-size: 12pt;
    font-family: Roboto;
    font-weight:400;
}   

img {
    margin-top: 1.3rem;
    border-radius: 4%;
    width: 90%;
}


.flex {
    width: 100%;
    justify-content: space-between;
    flex-flow: row;
}

#enlace{
    width: 100%;  
}

#ceibo{
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
    vertical-align: middle;
}

section{
    border-radius: 100%;
}

article{
    width: 100%;
    background-color: mediumturquoise;
    padding: 22px;
    border-radius: 7%;
    margin-bottom: 1rem;
}


#masinformacion {
    font-family: Cuprum;
    font-weight: 900; 
    font-size: 2rem; 
    color: #ea4955; 
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.2rem;
    margin-top: 5rem;
}
 
footer {
    font-family: Roboto;
    font-weight: 100; 
    font-size: 0.7rem; 
    color: white;
    margin-top: 1rem;
    padding: 7px;
}

.pie {background-color: #ea4955;}


@media(min-width: 650px){
    
body {
    text-align: center;
    max-width: 960px;
    font-family: Roboto;
    justify-content: space-between;
    background-image: center;
    background-size: 150rem;
    background-repeat: no-repeat;
    background-origin:content-box;
    background-position: top;
    display: flex;
    margin: auto;
        
}


h1{   
    margin: 0rem 0.7rem 0.3rem 0.7rem;
    font-family: Cuprum;
    color: #ea4955;
    font-size: 30pt;
    text-align: center;
    letter-spacing: 0.3rem;
    width: 100%; 
}

h2 { 
    font-family: Cuprum;
    background-color: #ea4955;
    color: #cfe5dd; 
    text-align: center;
    border-radius: 4%;
    margin: 0rem 0.7rem 0.3rem 0.5rem;
}

h3{
    font-family: Roboto;
    font-weight:700;
    letter-spacing: 0.1rem;
}  

.flex{
    margin: 0.4rem;
    display: flex;
    width: 98%;
    
}

article{
    width: 33%;
    background-color: mediumturquoise;
    padding: 22px;
    border-radius: 7%;
}
 
footer {
    font-family: Roboto;
    font-weight: 100; 
    font-size: 0.7rem; 
    color: white;
    margin: 0.5rem;
}

.pie {background-color: #ea4955;}

}