
#contenedor-header {
    background: linear-gradient(160deg,#667eea 0%, #764ba298,#00c298);
    color: white;
    border-radius: 20px;
    padding : 15px;
    display : flex;
}
#pa{
    padding: 1rem 2rem;
}
#header-titulos{
    width : 75%;
    text-align: center;
}

#header-imagen{
    width: 25%;  
}


nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding : 5px;
}

li {
    
  color:white;
  font-size: 20px;
  border-radius: 10px;
  padding:5px;
  margin:3px;
  font-style:italic; 
  text-decoration: underline;

}

a {
    color : white;
    text-decoration: none;
}


article {
    display:flex;
    justify-content:flex-start;
    margin : 15px;
    background: #cfd6d0;
    border-radius: 15px;
    padding:15px;
}

article div {
    width :400px;
    background: #EEEEEE;
    padding: 20px;
    border-radius: 15px;
}

article div p {
    background: #d3eefa;
    border-radius: 20px;
    font-weight: 300;
    padding :15px;
    font-size: 20px;
    font-style: italic;
    color : #3b72a0;
    text-align: center
}

article  img {
    float:right;
	margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 1em;
  margin-right: .5em;
    
}

footer{
    background: linear-gradient(160deg,#667eea 0%, #764ba298,#00c298);
    border-radius: 20px;
    padding : 15px;
    display : flex;
    margin: px;
}

#contenedorPrincipal{
    display:flex;
}

section {
  width: 90%;  
}

aside{ 
    width: 20%;
    height:inherit;
    border: 1px none solid;
    padding:5px;
    border-radius: 20px;
}

aside p{
    background: #bed0d9;
    border-radius: 15px;
    font-weight: 300;
    padding :15px;
    font-size: 15px;
    color : blue;
    text-align: center 
}

#hero{
   width: 30%; 
    border-radius: 15px;
    align-content: center;
}

#fontt{
    background: linear-gradient(160deg,#667eea 0%, #764ba298,#00c298);
    border-radius: 15px;
}


nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 70px;
    font-weight: 700;
    margin: 15px;
}

.footer-basic {
  padding:10px 0;
  color:#4b4c4d;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
    
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:white;
  margin-bottom:0;
}