.container-header{
    background-color: black;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 20px;
    align-items: center;
    display: flex;
    gap: 20px ;

}
.container-logo{
    padding-left: 5%;
    width: 33%;
    
}
.nav-header{
    width: auto;
    
}
.nav-header a{
    padding-left: 30px;
    text-decoration: none;
    color: white;
}
/* body*/

section h1{
    text-align: center;
    font-weight: bold;
}
section p{
    text-align: center;
    font-weight: bold;
}
.container-content{
    text-align: center;
}
.container-body{
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 40px;
    align-items: center;
    gap: 20px ;

}

.container-body p{
    text-align: center;
    
}
.container-body a{
    text-align: center;
}
.negrita{
    font-weight: bold;
}

/* footer*/
footer{
    padding-top: 2rem;
    background-color:black ;
}
.container-footer{
    
    max-width: 80%;
    margin: auto;
    padding: 40px;
    align-items: center;
    display: flex;
    gap: 20px ;

}
.pri-column{
    width: 33.3%;
    color: aliceblue;
}
.list-none-color li a{
    text-decoration: none;
    color: white;
}

/*fuentes*/
.playwrite-ng-modern-uniquifier {
    font-family: "Playwrite NG Modern", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  
  .footer-copyright{
    text-align: center;
    color: white;
  }